(rx-check-any, rx-check-not): Quote "]"s in regexps when they have no
[bpt/emacs.git] / lisp / ChangeLog
1 2006-03-03 Martin Rudalics <rudalics@gmx.at>
2
3 * font-lock.el (lisp-font-lock-keywords-2)
4 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
6 they have no special meaning.
7
8 * midnight.el (clean-buffer-list): Handle case where base-buffer of
9 indirect buffer gets killed before indirect buffer. Use dolist.
10
11 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12
13 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14 value instead of a literal constant (1) on more pauses.
15
16 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
17
18 * textmodes/flyspell.el (flyspell-external-point-words): Be
19 case-sensitive.
20
21 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
22
23 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
24 with "www".
25
26 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
27
28 allout.el: Restablished intermediate missing comment header to
29 preserve outline structure.
30 (allout-beginning-of-current-entry): Wasn't skipping invisible
31 text - fixed.
32 (allout-open-topic): Was failing when opening a topic at
33 end-of-buffer - fixed.
34 (allout-minor-mode): Moved nearer to allout-mode function.
35
36 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
37
38 * textmodes/org.el (org-paste-subtree): Removed forgotten (debug)
39 form.
40
41 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
42
43 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
44 is nil.
45
46 * progmodes/gud.el (gud-speedbar-menu-items): Use
47 buffer-local-value and add missing :visible keyword.
48
49 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten
50 speedbar-refresh.
51
52 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
53
54 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
55 must be `follow-link'.
56
57 * textmodes/reftex-toc.el (reftex-toc-map): `follow-mouse' must be
58 `follow-link'.
59
60 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
61 formatting: No nested anchors.
62 (org-all-targets): Fix bug with XEmacs compatibility.
63 (org-read-date): Add (require 'parse-time).
64 (org-set-tags): Fix bug with extra inserted space.
65 (org-export-html-style): Define a style class for targets.
66 (org-agenda-keymap, org-mouse-map): Add a binding for
67 `follow-link'.
68 (org-hide-leading-stars): New option.
69 (org-hide): New face.
70 (org-set-font-lock-defaults): Allow to hide leading stars.
71 (org-get-legal-level, org-tr-level): New functions.
72 (org-odd-levels-only): New option.
73 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
74 (org-demote, org-promote): Deal with double-star levels.
75 (org-convert-to-odd-levels): New command.
76
77 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
78
79 * speedbar.el (speedbar-update-localized-contents): Try to
80 preserve window-start.
81 (speedbar-update-directory-contents): Try to preserve window-start
82 and window-point.
83 (speedbar-update-special-contents): Don't move back to start of
84 window.
85
86 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
87 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
88 speedbar-timer-fn
89 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
90 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
91 instead of gdb-speedbar-timer-fn.
92
93 2006-02-28 Jay Belanger <belanger@truman.edu>
94
95 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
96 (math-compose-expr): Use latex option when calling
97 `math-compose-tex-matrix' for latex mode.
98
99 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
100
101 * speedbar.el: Re-instate comments about developing for speedbar
102 [this is what info and gdb-ui use even if better methods exist now].
103
104 * t-mouse.el: New file.
105 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
106 (t-mouse-lispy-buffer-posn-from-coords): Remove. Use the C
107 primitive...
108 (t-mouse-make-event-element): ...posn-at-x-y instead.
109 (t-mouse-make-event): Deal with Fedora Core 3.
110 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
111 (t-mouse-mouse-position-function): New function. Use it instead
112 of advising mouse-position.
113 (t-mouse-mode): New minor mode.
114 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
115
116 2006-02-27 Glenn Morris <rgm@gnu.org>
117
118 * calendar/calendar.el (calendar-holidays): Doc fix.
119
120 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
121
122 * progmodes/gdb-ui.el (gdb-source-window): New variable.
123 Re-introduce the concept of a source window.
124 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
125 consistency with get-buffer-create.
126 (def-gdb-auto-update-handler, gdb-info-locals-handler)
127 (gdb-data-list-register-values-handler)
128 (gdb-stack-list-locals-handler): Try to preserve window-start as
129 well as window-point.
130 (gdb-display-source-buffer): New function (old concept).
131 (gdb-goto-breakpoint): Use it.
132
133 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
134 for gdb-ui/gdb-mi (old concept).
135
136 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
137
138 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
139 binding.
140
141 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse'
142 binding.
143
144 * textmodes/reftex-sel.el (reftex-select-label-map)
145 (reftex-select-bib-map): Add `follow-mouse' binding.
146
147 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
148
149 * jka-cmpr-hook.el (jka-compr-compression-info-list)
150 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
151 Give :set functions to provide automatic updating.
152 Update docstring. Give compiler defvars early in the file
153 and move the defcustoms to a later spot where all called functions
154 are defined.
155 (jka-compr-file-name-handler-entry): Doc fix.
156 (jka-compr-compression-info-list--internal)
157 (jka-compr-mode-alist-additions--internal)
158 (jka-compr-load-suffixes--internal): New variables.
159 (jka-compr-install): Set the three above variables.
160 Update `load-file-rep-suffixes' instead of `load-suffixes'.
161 (jka-compr-update, jka-compr-set): New functions.
162 (auto-compression-mode): Doc fix.
163
164 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
165 Update `load-file-rep-suffixes' instead of `load-suffixes'.
166 Use jka-compr-compression-info-list--internal,
167 jka-compr-mode-alist-additions--internal and
168 jka-compr-load-suffixes--internal.
169
170 * files.el (load-library):
171 * loadhist.el (file-loadhist-lookup):
172 * startup.el (command-line):
173 * subr.el (locate-library):
174 * emacs-lisp/autoload.el (update-directory-autoloads):
175 * emacs-lisp/find-func.el (find-library-suffixes): Use
176 `get-load-suffixes' instead of `load-suffixes'.
177
178 * subr.el (locate-library):
179 * emacs-lisp/find-func.el (find-library-name): Use
180 `load-file-rep-suffixes' instead of '("").
181
182 2006-02-26 Kim F. Storm <storm@cua.dk>
183
184 * ido.el (ido-save-history, ido-load-history): Simplify. Don't
185 use find-file-noselect to avoid interference from other modes.
186
187 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
188
189 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
190 to use the default shell if filename is not available.
191 Reported by Giorgos Keramidas.
192
193 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
194
195 * progmodes/etags.el (tags-completion-table): Do completion from
196 all the tables in the current list, as documented in the manual.
197
198 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
199
200 * CC Mode Update to 5.31.3.
201
202 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
203
204 * progmodes/cc-mode.el (c-postprocess-file-styles): Bind
205 inhibit-read-only to t, around the call to
206 c-remove-any-local-eval-or-mode-variables, so that it works on a
207 RO file.
208
209 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
210
211 * progmodes/cc-awk.el: Correct a typo.
212
213 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
214
215 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
216 c-hungry-delete-backwards, at the request of RMS. Leave the old
217 name as an alias.
218
219 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
220
221 * progmodes/cc-mode.el: Correct a typo.
222
223 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
224
225 * progmodes/cc-defs.el: Update the version number to 5.31.3.
226
227 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
228
229 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
230 brace-else-brace (error due to mbeg, mend being undefined).
231
232 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
233
234 * progmodes/cc-mode.el: File Local variables: Solve the problem
235 where both `mode' and c-file-offsets are specified: `mode' will
236 overwrite c-f-o's settings:
237 (c-remove-any-local-eval-or-mode-variables): New function.
238 (c-postprocess-file-styles): Call the above new function, within
239 c-tentative-buffer-change, to splat `mode' and `eval' before the
240 second hack-local-variables.
241
242 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
243
244 * progmodes/cc-mode.el:
245 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
246 (c-after-change): Protect the match data with save-match-data. It
247 was getting corrupted by c-after-change-check-<>-operators.
248
249 * cc-defs.el: [Supersedes patch V1.38]:
250 (top level): Check for a buggy font-lock-compile-keywords ONLY in
251 XEmacs. GNU Emacs 22 now has a check which would throw an error
252 here.
253
254 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
255 with save-match-data. It was being corrupted when Font Lock was
256 not enabled.
257
258 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
259
260 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
261 Mode and Subword Mode.
262
263 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
264 real labels ("case 1:" or "foo:") from non-labels ("public:").
265 (c-forward-objc-directive): Replace c-forward-token-2 with crude
266 coding; c-f-t-2 doesn't move over a token at EOB.
267
268 * progmodes/cc-defs.el (c-version): Update version number to
269 5.31.2
270
271 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
272 (c-update-modeline): Concatenate the minor mode indicators
273 directly onto mode-name, removing c-submode-indicators.
274 Sometimes, c-s-i got separated from the mode name on the mode
275 line.
276
277 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
278 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
279
280 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
281
282 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
283 error message when there's an evaluation error to show whether
284 it's loaded from source or not.
285 (c-filter-ops): Make it available at runtime too to work when
286 `c-make-init-lang-vars-fun' needs to evaluate from source.
287
288 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
289
290 * help.el (help): Revert last part of 2006-02-23 change (deletion
291 of the `provide' call).
292
293 2006-02-23 Juri Linkov <juri@jurta.org>
294
295 * compare-w.el (compare-windows-highlight): Add new value
296 `persistent' and change :type from `boolean' to `choice'.
297 (compare-windows-overlays1, compare-windows-overlays2):
298 New internal variables.
299 (compare-windows-highlight): If compare-windows-highlight is
300 `persistent', add current overlays to compare-windows-overlays[12]
301 instead of adding compare-windows-dehighlight to pre-command-hook.
302 (compare-windows-dehighlight): Delete all overlays from
303 compare-windows-overlays[12].
304
305 * info.el (Info-search): Don't bind search-spaces-regexp to
306 Info-search-whitespace-regexp in non-regexp isearch mode.
307
308 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
311
312 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
313
314 * textmodes/org.el (org-xemacs-p)
315 (org-export-html-show-new-buffer, org-table-may-need-update)
316 (org-insert-item, org-mhe-get-message-real-folder)
317 (org-mhe-get-message-folder-from-index)
318 (org-mhe-get-message-folder, org-mhe-get-message-num)
319 (org-mhe-get-header, org-make-org-heading-search-string)
320 (org-make-org-heading-camel, org-table-sort-lines)
321 (org-format-org-table-html, org-format-table-table-html):
322 Fix typos in docstrings.
323
324 12006-02-23 Carsten Dominik <dominik@science.uva.nl>
325
326 * textmodes/org.el (org-cleaned-string-for-export)
327 (org-solidify-link-text): New function.
328 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
329 XEmacs, just to silence the compiler.
330 (org-export-as-ascii, org-export-as-html-and-open):
331 Use `org-cleaned-string-for-export' and create internal links.
332 (org-follow-mhe-link): Require mh-e, use folder.
333
334 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
335
336 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
337
338 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
339 gdb-debug-log-length.
340 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
341 it a real ring but...
342 (gud-gdba-marker-filter): ...make it work like mark-ring.
343 (gdb-enable-debug): Rename from gdb-enable-debug-log.
344 (gdb-mouse-jump): New function. Add bindings.
345
346 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
347
348 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
349 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
350 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
351 (gdb-debug-log-length): Customize it's length.
352 (gud-watch, gdb-var-create-handler): Display function::var format
353 but don't use to create variable object.
354 (gdb-var-create-handler): Use message-box in place of message.
355 (gdb-stopped): Call gdb-exited if signalled.
356
357 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
358
359 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
360
361 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
362
363 * textmodes/reftex.el (reftex-locate-file): Search all extensions
364 if `reftex-try-all-extensions' is set.
365
366 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
367 fail silently when there is no valid argument at point.
368 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
369 `fail-silently' argument. From a patch by David Reiter.
370
371 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
372 New commands.
373 (org-mark-ring): New variable.
374 (org-mark-ring-length): New option.
375 (org-open-at-point, org-goto, org-open-file): Push old position
376 onto the mark ring.
377 (org-add-hook): New function.
378 (org-export-table-remove-special-lines): New option.
379 (org-skip-comments, org-format-org-table-html): Respect new
380 option `org-export-table-remove-special-lines'.
381 (org-open-file): Allow special command configuration for
382 directory link.
383 (org-file-apps): Fix bugs in customize type, added setting
384 for directories.
385 (org-activate-tags, org-format-agenda-item, org-complete)
386 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
387 (org-get-tags, org-get-buffer-tags, org-open-at-point)
388 (org-link-search, org-make-org-heading-search-string)
389 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
390 (org-radio-targets, org-file-link-context-use-camel-case)
391 (org-activate-camels): New options.
392 (org-update-radio-target-regexp, org-all-targets)
393 (org-make-target-link-regexp, org-activate-target-links):
394 New functions.
395 (org-make-org-heading-search-string): New function.
396 (org-store-link, org-insert-link): Use new option
397 `org-file-link-context-use-camel-case'.
398 (org-activate-camels): Use new option `org-activate-camels'.
399 (org-link-regexp): Add mhe prefix.
400 (org-open-at-point, org-store-link): Support for mhe links.
401 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
402 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
403 (org-mhe-get-header, org-follow-mhe-link): New functions.
404 (org-remove-angle-brackets, org-add-angle-brackets):
405 New functions.
406 (org-bracket-link-regexp): New constant.
407 (org-read-date): Fix bug that was rejecting all typed dates.
408 (org-link-search): Make hierarchy above visible after a match.
409 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
410 (org-store-link): Fix bug with link creation when cursor is in
411 an empty line.
412 (org-open-at-point): Fix bug with matching a link.
413 Fixed buggy argument sequence in call to `org-view-tags'.
414 (org-compile-prefix-format): Set `org-prefix-has-tag'.
415 (org-prefix-has-tag): New variable.
416 (org-format-agenda-item): Remove tags from headline
417 if appropriate.
418 (org-agenda-remove-tags-when-in-prefix): New option.
419
420 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
421
422 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
423 Fix the regular expressions.
424
425 2006-02-21 Richard M. Stallman <rms@gnu.org>
426
427 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
428 if there's no other specific basis.
429
430 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
431 as variables at all.
432 (unsafep-variable): Rename arg; doc fix.
433
434 * abbrevlist.el (list-one-abbrev-table): Add autoload.
435
436 * calendar/appt.el (diary-selective-display): Add defvar.
437
438 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
439
440 * isearch.el (search-whitespace-regexp): Fix custom type.
441
442 * help.el (describe-key-briefly): Compute interactive args
443 in same was as before previous change.
444
445 * files.el (enable-local-variables): Doc fix.
446
447 2006-02-21 Kim F. Storm <storm@cua.dk>
448
449 * fringe.el: Cleanup as file is now pre-loaded.
450 (fringe-bitmaps): Initialize unconditionally.
451 (fringe-mode, set-fringe-style): Remove autoload cookies.
452
453 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
454
455 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
456 `horizontal-bar'.
457 (fringe-cursor-alist): Use `horizontal-bar'.
458
459 2006-02-20 Kim F. Storm <storm@cua.dk>
460
461 * fringe.el (fringe-bitmaps): Update to new bitmap names.
462 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
463
464 * loadup.el: Load "fringe" on window systems.
465
466 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
467
468 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
469 out of scope components.
470
471 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
472 default.
473
474 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
475
476 * custom.el (customize-mark-to-save, customize-mark-as-set):
477 Load the symbol first.
478
479 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
480
481 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
482 strech spec so it doesn't display as "^J" on the header line
483 when `Buffer-menu-use-header-line' is t.
484
485 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
486
487 * speedbar.el (speedbar-make-button): Keep text properties
488 of string arguments if desired.
489
490 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
491 expessions.
492
493 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
494 of speedbar.
495
496 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
497
498 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
499 to value of `read-file-name-completion-ignore-case'.
500
501 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
502
503 * custom.el (customize-mark-as-set): Push to `user' theme.
504
505 * cus-edit.el (custom-save-variables): Allow unthemed values.
506 (customize-set-variable): Push setting to `user' theme.
507
508 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
509
510 * progmodes/gud.el: Don't require font-lock as it's now
511 automatically loaded.
512 (gud-speedbar-buttons): Replace gdb-var-changed with
513 gdb-force-update.
514
515 * progmodes/gdb-ui.el (gdb-force-update): Rename from
516 gdb-var-changed.
517 (gdb-post-prompt): Use it.
518 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
519 (gdb-var-update-handler, gdb-var-delete)
520 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
521 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
522 gdb-force-update in gdb-post-prompt.
523 (gdb-reset): Clear watch expressions from speedbar when quitting.
524
525 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
526
527 * viper-cmd.el (viper-insert-state-post-command-sentinel)
528 (viper-change-state-to-vi, viper-change-state-to-emacs):
529 Make aware of cursor coloring in the Emacs state.
530 (viper-special-read-and-insert-char): Use read-char-exclusive.
531 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
532
533 * viper-init.el (viper-emacs-state-cursor-color): New variable.
534
535 * viper-util.el (viper-save-cursor-color)
536 (viper-get-saved-cursor-color-in-replace-mode)
537 (viper-get-saved-cursor-color-in-insert-mode)
538 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
539 state.
540 (viper-get-saved-cursor-color-in-emacs-mode): New function.
541
542 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
543 (ediff-ignore-case-option3, ediff-actual-diff-options)
544 (ediff-actual-diff3-options): New variables to control case sensitivity.
545 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
546 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
547 (ediff-toggle-ignore-case): New function.
548 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
549
550 * ediff-help.el (ediff-long-help-message-narrow2)
551 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
552 (ediff-long-help-message-word-mode): Add ignore-case command.
553 (ediff-help-for-quick-help): Add ignore-case command.
554
555 * ediff-merg.el: Move provide to the end.
556
557 * ediff-ptch.el: Move provide to the end.
558
559 * ediff-wind.el: Move provide to the end.
560
561 * ediff-mult.el: Move provide to the end.
562 (ediff-set-meta-overlay): Enable follow-link.
563
564 * ediff.el: Move provide to the end.
565 Break recursive load cycle in eval-when-compile.
566 (ediff-patch-buffer): Better heuristics.
567
568 * ediff-util.el: Move provide to the end.
569 Break recursive load cycle in eval-when-compile.
570 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
571 defuns.
572 (ediff-submit-report): Pass the values of ediff-diff3-program,
573 ediff-diff3-options.
574
575 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
576
577 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
578 the opening bracket of the following bracketing pairs: {}, [], (), <>,
579 `' (for example, in the docstring of `windmove-default-keybindings').
580
581 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
582
583 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
584 shadow face. Don't provide binding to edit variable when it is
585 out of scope.
586
587 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
588 (gdb-var-update-handler): Detect out of scope variables with pre
589 GDB 6.4 too.
590 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
591 Reset status of variable objects to nil in update handlers.
592 (gdb-var-update-handler-1): Detect when a variable object comes
593 in scope. setcar on var changes gdb-var-list directly.
594
595 2006-02-17 Juri Linkov <juri@jurta.org>
596
597 * ffap.el (ffap) <defface>: Add explicit face declaration.
598 (ffap-highlight): Use face `ffap' directly instead of checking
599 for its existence.
600
601 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
602 `visible-ok' of `other-buffer' to find the right original buffer.
603
604 * info.el (Info-search): Skip `Local Variables' node.
605
606 2006-02-17 Juri Linkov <juri@jurta.org>
607
608 * info.el (Info-find-file): Check for symbols `apropos', `history',
609 `toc' in the input filename, and return these symbols as is.
610 (Info-find-node-2): Set Info-current-file to symbols `apropos',
611 `history', `toc' instead of strings.
612 (Info-set-mode-line): For non-string Info-current-file use the
613 symbol's name inside **.
614 (Info-isearch-push-state): Add quote before Info-current-file and
615 Info-current-node.
616 (Info-isearch-pop-state): Use `equal' instead of `string='.
617 (Info-extract-pointer, Info-following-node-name): Use
618 `match-string-no-properties' instead of `match-string'.
619 (Info-up): Check `old-file' for `stringp'.
620 (Info-history): Use `equal' instead of `string-equal'.
621 Check `file' for `stringp'.
622 (Info-history): Use symbol `history' instead of string as first arg
623 of `Info-find-node'.
624 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
625 `toc' instead of string.
626 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
627 instead of `buffer-substring', and `match-string-no-properties'
628 instead of `match-string'.
629 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
630 instead of strings.
631 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
632 Use symbol `apropos' instead of string.
633 (Info-copy-current-node-name): Check `Info-current-file' for
634 `stringp' and construct a command with `Info-find-node' from it.
635 (Info-fontify-node): Use `match-string-no-properties' instead of
636 `match-string' and check file names for `stringp'.
637 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
638 `history', `toc' instead of strings.
639
640 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
641
642 * files.el: Rearrange functions and variables in the file local
643 variables section.
644
645 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
646
647 * files.el: Add truncate-lines, ispell-check-comments and
648 ispell-local-dictionary as safe local variables.
649
650 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
651
652 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
653 out of scope variables.
654 (gud-speedbar-buttons): Use unless.
655
656 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
657 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
658 (gdb-show-changed-values): Also use for out of scope variables.
659 (gdb-var-update-handler-1): Note if variable goes out of scope.
660
661 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
662
663 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
664 default to global variable values for unsupplied args.
665 (rcirc-get-buffer-create): Fix bug with setting the target.
666 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
667 test for rcirc-always-use-server-buffer-flag here.
668 (rcirc-response-formats): Add %N, which is a facified nick. %n
669 uses the default face. Change the ACTION format string. If the
670 "nick" is the server, don't print anything for that field.
671 Comment fixes.
672 (rcirc-target-buffer): Don't test
673 rcirc-always-use-server-buffer-flag here.
674 (rcirc-print): Squeeze extra spaces out of the text before message.
675 (rcirc-put-nick-channel): Strip potential "@" char from nick
676 before adding them to nick table.
677 (rcirc-url-regexp): Improve to match address like "foo.com".
678
679 2006-02-17 Eli Zaretskii <eliz@gnu.org>
680
681 * allout.el (allout-hidden-p): Move this defsubst before
682 allout-overlay-interior-modification-handler, where it is first
683 used.
684
685 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
686
687 * allout.el: Use allout invisible-text overlays instead of
688 selective display for concealed text. Also, lots of general
689 cleanup, and improved compatibility code.
690
691 (allout-version) Incremented, corrected, revised, and refined
692 module commentary.
693
694 (provide 'allout): Moved to the bottom, added a require of overlay.
695
696 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
697 `except-current'.
698 (allout-write-file-hook-handler): Minimize delay.
699 (count-trailing-whitespace-region): New function so
700 auto-encryption of current topic can resituate cursor exactly.
701 PGP/GPG encryption trims trailing whitespace from lines, which
702 must be accounted for across encryption then decryption.
703
704 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
705 just plain "\C-c", to avoid intruding on user's keybinding space.
706
707 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
708 parameter, so user request to provide a new password is done.
709
710 (allout-outside-normal-auto-fill-function, allout-auto-fill):
711 Refined mechanism for auto-filling behavior while in allout mode.
712
713 (allout-mode): Explicitly specify the mode map in the docstring.
714 Clarify provision for various write-file hook var names.
715 Adjusted for invisible-text overlays instead of selective-display.
716
717 (allout-depth): Really return 0 if not within any topic. This
718 rectifies `allout-beginning-of-level' and sequence numbering
719 errors that occur when cutting and pasting numbered topics.
720 Changed from a in-line subst to a regular function, as well.
721
722 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
723
724 (allout-end-of-subtree, allout-end-of-subtree)
725 (allout-end-of-entry, allout-end-of-current-heading)
726 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
727 (allout-show-children, allout-show-to-offshoot)
728 (allout-hide-current-entry, allout-show-current-entry): Rectified
729 handling of trailing blank lines between items.
730
731 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
732 (allout-current-depth, allout-unprotected, allout-hidden-p)
733 (allout-on-current-heading-p, allout-listify-exposed)
734 (allout-chart-subtree, allout-goto-prefix)
735 (allout-back-to-current-heading, allout-get-body-text)
736 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
737 (allout-hide-region-body, allout-toggle-subtree-encryption)
738 (allout-encrypt-string, allout-encrypted-key-info)
739 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
740 (allout-file-vars-section-data): Adjusted for use with
741 invisible-text overlays instead of selective-display.
742
743 (allout-kill-line, allout-kill-topic, allout-yank-processing):
744 Reworked for use with invisible text overlays.
745
746 (allout-current-topic-collapsed-p): New function.
747
748 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
749 to know when to close the containing topic.
750
751 (allout-pre-command-business, allout-post-command-business):
752 Simplify undo-batching and dynamic isearch exposure.
753
754 (allout-set-overlay-category): New for invisible-text overlays.
755 Sets properties of allout-overlay-category, used by
756 allout-flag-region to set invisible-text overlay properties.
757 (allout-get-invisibility-overlay): Get the first qualifying
758 invisibility overlay, so we can find the extent of it.
759 (allout-back-to-visible-text): Get to just before the beginnining
760 of the current invisibility overlay, if any.
761
762 (allout-overlay-insert-in-front-handler)
763 (allout-overlay-interior-modification-handler)
764 (allout-before-change-handler, allout-isearch-end-handler): New
765 functions to handle extraordinary actions affecting concealed
766 text.
767
768 (allout-flag-region): Use overlays instead of selective-display
769 for invisible text - by inheritence from the properties of
770 allout-overlay-category in mainline Emacs, and applied
771 property-by-property in XEmacs, some recent versions of which
772 don't inherit the properties from the category. Provisions to
773 respond to concealed-text edits simplified drastically.
774
775 (allout-isearch-rectification, allout-isearch-was-font-lock)
776 (allout-isearch-expose, allout-enwrap-isearch)
777 (allout-isearch-abort, allout-pre-was-isearching)
778 (allout-isearch-prior-pos, allout-isearch-did-quit)
779 (allout-isearch-dynamic-expose)
780 (allout-hide-current-entry-completely): Functions deleted.
781
782 (allout-undo-aggregation): Explicit undo aggregation no longer
783 necessary due to transition away from selective-display.
784
785 (set-allout-regexp, allout-up-current-level)
786 (allout-next-visible-heading, allout-forward-current-level)
787 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
788 (allout-kill-line, allout-yank-processing, allout-show-children)
789 (allout-expose-topic, allout-old-expose-topic)
790 (allout-listify-exposed, allout-insert-latex-header)
791 (allout-toggle-subtree-encryption, allout-encrypt-string)
792 (remove-from-invisibility-spec, allout-hide-current-subtree):
793 Ditched unused variables.
794
795 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
796
797 * textmodes/ispell.el (ispell-change-dictionary): Call
798 ispell-buffer-local-dict instead of
799 ispell-accept-buffer-local-defs.
800 (ispell-local-dictionary-alist): Accept as valid any coding-system
801 supported by Emacs.
802 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
803 changed to iso-8859-3.
804
805 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
806
807 * speedbar.el (speedbar-frame-width): Make an inline function
808 instead of a macro. Use frame-width.
809 (speedbar-try-completion, speedbar-update-contents)
810 (speedbar-timer-fn): Use consp.
811 (speedbar-update-localized-contents): Try to preserve point.
812
813 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
814 (menu): Re-order menu items.
815 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
816 field.
817 (gdb-var-update-handler-1): Use it for GDB 6.4+.
818 (gdb-post-prompt): Speed things by not forcing update.
819
820 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
821
822 * wid-edit.el (widget-button-click): For mouse-1, cancel button
823 press and perform default action if we get a mouse movement event.
824
825 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
826
827 * calendar/icalendar.el (icalendar--get-event-property)
828 (icalendar--get-event-property-attributes): Fix typos in
829 docstrings.
830
831 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
832 docstring.
833
834 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
835
836 * bs.el (bs-mode): Use `buffer-disable-undo'.
837 (bs--get-file-name): Simplify.
838 (bs-show-in-buffer): Mark the buffer as not modified.
839
840 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
841
842 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
843 widget-button-click.
844
845 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
846 (custom-mode): Update docstring.
847
848 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
849 binding.
850
851 * files.el (hack-local-variables-confirm): Allow scrolling if the
852 file variable list is too long. Kill temp buffer after use.
853
854 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
855
856 * progmodes/gud.el (gdb): Improve doc string.
857 (gdb-script-font-lock-keywords): Expand allowed character set.
858
859 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
860 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
861 (gdb-separate-io-interrupt, gdb-separate-io-quit)
862 (gdb-separate-io-stop, gdb-separate-io-eof):
863 Rename from gdb-inferior-* to gdb-separate-*.
864 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
865
866 2006-02-14 Jay Belanger <belanger@truman.edu>
867
868 * calc/calc-arith.el (math-check-known-scalarp): Make sure
869 expression is a symbol before checking that it is bound.
870
871 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
872 test to see if equation can be solved.
873
874 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
875
876 * wid-edit.el (widget-button-click): Use :pressed-face property
877 for overlay face, if it exists.
878
879 * cus-edit.el (custom-manual, custom-add-see-also)
880 (custom-add-parent-links, custom-group-link): Add :pressed-face
881 property to links.
882
883 * files.el (hack-local-variables): Remove ignored variables before
884 checking if any variables need setting.
885
886 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
887
888 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
889
890 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
891
892 * help.el (where-is): Fix message for remapped commands.
893
894 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
895 Fix typos in docstrings.
896
897 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
898
899 * files.el (safe-local-variable-values): New option.
900 (hack-local-variables-prop-line): Return a list of variable-value
901 pairs if MODE-ONLY is non-nil.
902 (hack-local-variables): Construct list of variable-value pairs,
903 and apply or reject them in one go. Ask for confirmation if
904 variables are not known safe.
905 (hack-local-variables-confirm): Complete rewrite. Support
906 `safe-local-variable-values'.
907 (enable-local-variables): Update docstring to reflect new
908 behavior.
909 (ignored-local-variables): Ignore ignored-local-variables and
910 safe-local-variable-values.
911 (safe-local-variable-p): New function.
912 (risky-local-variable-p): `safe-local-variable' property check
913 moved to safe-local-variable-p.
914 (hack-one-local-variable): Checks moved to hack-local-variables.
915
916 (byte-compile-dynamic, c-basic-offset, c-file-style)
917 (c-indent-level, comment-column, fill-column, fill-prefix)
918 (indent-tabs-mode, kept-new-versions, no-byte-compile)
919 (no-update-autoloads, outline-regexp, page-delimiter)
920 (paragraph-start, paragraph-separate, sentence-end)
921 (sentence-end-double-space tab-width, version-control):
922 Add `safe-local-variable' property.
923
924 * find-lisp.el: Delete nonexistent `autocompile' file variable.
925
926 * icomplete.el, play/landmark.el: Change nonexistent
927 `outline-layout' file variable to `allout-layout'.
928
929 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
930
931 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
932 (gdb-get-changed-registers): Test value of gud-minor-mode relative
933 to gud-comint-buffer.
934 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
935 gdb-ui.el for gdb-mi.el.
936 (gdb-post-prompt, gdb-get-changed-registers): Move test for
937 registers buffer to gdb-get-changed-registers.
938 (gdb-breakpoint-regexp): New regexp. Allow toggling and
939 deletion of catchpoints (throw and catch).
940 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
941 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
942 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
943 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
944 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
945
946 2006-02-13 Jay Belanger <belanger@truman.edu>
947
948 * calc/calc-arith.el (math-check-known-matrixp): Make sure
949 expression is a symbol before checking that it is bound.
950
951 2006-02-13 Richard M. Stallman <rms@gnu.org>
952
953 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
954 for the minibuffer too, but not if resize-mini-windows will interfere.
955
956 * help.el (describe-key-briefly, describe-key): Do all arg-reading
957 inside `interactive' spec.
958 (describe-key-briefly-internal, describe-key-internal):
959 Functions merged back into their callers.
960
961 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
962
963 * info.el (info-xref-visited): Inherit from info-xref too.
964 (Info-set-mode-line): Replace occurrences of `%' by `%%'
965 when propertizing Info-current-file and Info-current-node.
966
967 2006-02-13 Juri Linkov <juri@jurta.org>
968
969 * tumme.el (tumme-thumbnail-storage): Fix docstring.
970 (tumme-thumb-name): Fix per-directory format.
971
972 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
973
974 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
975
976 2006-02-12 Miles Bader <miles@gnu.org>
977
978 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
979
980 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
981
982 * tumme.el: Remove history section. If someone needs the it, it
983 can always be found in CVS.
984
985 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
986
987 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
988 about the Thumbnail Managing Standard option.
989
990 2006-02-12 Richard M. Stallman <rms@gnu.org>
991
992 * subr.el (substitute-key-definition): Doc fix.
993
994 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
995
996 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
997
998 * info.el (Info-mode): Doc fix.
999
1000 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
1001
1002 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
1003
1004 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
1005 because on Solaris a POSIX compatible "id" is needed. Reported by
1006 Magnus Henoch <mange@freemail.hu>.
1007
1008 2006-02-12 Juri Linkov <juri@jurta.org>
1009
1010 * tumme.el: Remove todo item about Thumbnail Managing Standard.
1011 (tumme) <defgroup>: Change :group to `multimedia'.
1012 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
1013 Managing Standard.
1014 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
1015 Fix dostring.
1016 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
1017 and %y. Fix docstring.
1018 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
1019 (tumme-cmd-create-standard-thumbnail-command): New user options.
1020 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
1021 is `standard'. Fix docstring.
1022 (tumme-thumb-width, tumme-thumb-height): New user options.
1023 (tumme-external-viewer): Try to find various viewers.
1024 (tumme-get-thumbnail-image): Use `create-image' instead of
1025 constructing the `image' structure.
1026 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
1027 `standard'.
1028 (tumme-thumb-name): Add file name generation for standard storage.
1029 Simplify code for other storages.
1030 (tumme-thumb-name): Use width %w and height %h instead of size %s.
1031 Add modification time %m and thumbnail-nq8 %q.
1032 Use `tumme-cmd-create-standard-thumbnail-command' if
1033 tumme-thumbnail-storage is `standard'.
1034 (tumme-dired-insert-marked-thumbs): New autoload command.
1035 (tumme-dired-after-readin-hook): New function.
1036 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
1037 `tumme-thumb-size'.
1038 (tumme-display-image): Replace size-x %x and size-y %y with
1039 width %w and height %h.
1040
1041 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
1042 `tumme-dired-insert-marked-thumbs'.
1043
1044 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1045
1046 * tumme.el (tumme-write-tag): Fix small bug (file name did not
1047 include path).
1048 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
1049 matching tag.
1050
1051 2006-02-12 Miles Bader <miles@gnu.org>
1052
1053 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
1054 New variables.
1055 (rcirc-abbrev-nick): New function.
1056 (rcirc-format-response-string): Rewrite to use the formats in
1057 `rcirc-response-formats' and expand escape sequences therein.
1058 A text-property `rcirc-text' is added over the actual response
1059 text to make easy to find inside the returned string.
1060 (rcirc-print): When filling, just look for the `rcirc-text'
1061 text-property to find the appropriate fill prefix, instead of
1062 using hardwired patterns.
1063
1064 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1065
1066 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
1067 Managing Standard.
1068
1069 2006-02-11 Kim F. Storm <storm@cua.dk>
1070
1071 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
1072 Don't use insert-buffer; do insert-buffer-substring directly.
1073 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
1074
1075 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1076
1077 * files.el (revert-buffer, recover-file): Replace buffer-read-only
1078 with inhibit-read-only. Suggested by Stefan Monnier.
1079 (revert-buffer): Let insert-file-contents discard
1080 buffer-undo-list. Simplify code.
1081 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
1082
1083 2006-02-11 Eli Zaretskii <eliz@gnu.org>
1084
1085 * menu-bar.el (menu-bar-select-yank): Add a doc string.
1086
1087 * help.el (describe-key-briefly): Now a wrapper for
1088 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
1089 to t. Populate yank-menu if empty.
1090 (describe-key-briefly-internal): Renamed from describe-key-briefly.
1091 (describe-key): Now a wrapper for describe-key-internal. Bind
1092 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
1093 (describe-key-internal): Renamed from describe-key.
1094
1095 2006-02-11 Milan Zamazal <pdm@zamazal.org>
1096
1097 * progmodes/glasses.el (glasses-separator): Doc fix.
1098 (glasses-original-separator): New defcustom.
1099 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
1100
1101 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1102
1103 * mwheel.el (mouse-wheel-up-event): Doc fix.
1104
1105 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1106
1107 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
1108 (tumme-dir): New function. Copied from thumbs.el.
1109
1110 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
1111
1112 * desktop.el (desktop-outvar): Fix typo.
1113 (desktop-save-buffer-p): Doc fix.
1114
1115 * subr.el (substitute-key-definition): Fix typo.
1116
1117 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1118
1119 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
1120 when window-system is mac.
1121
1122 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
1123
1124 2006-02-10 Kim F. Storm <storm@cua.dk>
1125
1126 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
1127 indirect-function instead of using condition-case.
1128
1129 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
1130
1131 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
1132 less `colloquial'...
1133
1134 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
1135
1136 * tumme.el: Add a couple of todo items.
1137
1138 2006-02-09 Lars Hansen <larsh@soem.dk>
1139
1140 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
1141 (highlight-changes-mode): Don't change desktop-locals-to-save.
1142
1143 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
1144
1145 * image-mode.el (image-toggle-display): Clear image cache if using
1146 filename.
1147
1148 2006-02-09 Masatake YAMATO <jet@gyve.org>
1149
1150 * dired-x.el (dired-guess-shell-alist-default): Add .man as
1151 a `dired-man' target.
1152
1153 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
1154 boundary of symbols.
1155
1156 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
1157
1158 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
1159
1160 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
1161
1162 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
1163 `mapcar'; return nil.
1164
1165 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
1166
1167 * mouse.el (mouse-drag-track): Don't change window if we rebind to
1168 some other event.
1169
1170 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
1171
1172 * net/rcirc.el (rcirc-startup-channels-alist):
1173 Add irc.freenode.net and #emacs as defaults.
1174 (rcirc-ignore-all-activity-flag): Remove variable.
1175 (rcirc-authinfo): New variable.
1176 (rcirc-authinfo-filename): Remove variable.
1177 (rcirc-always-use-server-buffer-flag): New flag.
1178 (rcirc): M-x rcirc will automatically connect without prompting.
1179 C-u M-x rcirc will prompt. Use rcirc-connect to create a
1180 connection in lisp.
1181 (rcirc-process-server-response-1): Remove everything but the nick
1182 portion of the sender so it doesn't need to be done everywhere
1183 else. Update related code.
1184 (global-map): Remove global keybindings.
1185 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
1186 (rcirc-send-input): Split into several functions.
1187 (rcirc-process-input-line, rcirc-process-message)
1188 (rcirc-process-command): New functions.
1189 (rcirc-target-buffer): New function to determine where to route
1190 messages.
1191 (rcirc-user-nick): Save match data.
1192 (rcirc-toggle-ignore-buffer-activity)
1193 (rcirc-update-activity-string): Remove global ignore functionality,
1194 which can be done now by toggling rcirc-track-minor-mode.
1195 (rcirc-track-minor-mode-map): New keymap.
1196 (rcirc-track-minor-mode): New minor-mode.
1197 (ignore): Make the ignore output nicer. Always print it when
1198 adding or removing nicks.
1199 (rcirc-url-regexp): Improve.
1200 (rcirc-mangle-text): Remove properties before using text in the
1201 modeline.
1202 (rcirc-authenticate): Authentication data comes from
1203 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1204 (rcirc-server-prefix): Inherit from rcirc-server.
1205
1206 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
1207
1208 * Makefile.in (compile): Append "|| true" to the end of the `find'
1209 command, like compile-always does.
1210
1211 2006-02-08 Sam Steingold <sds@gnu.org>
1212
1213 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1214 output from a dead connection.
1215
1216 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1217
1218 * dired.el (dired-mode-map): Add more bindings for tumme.
1219
1220 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1221
1222 * wdired.el (wdired-mode-map): Use remap.
1223 (wdired-get-filename): Massage.
1224 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1225 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1226 `keymap' property rather than `local-map'.
1227
1228 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1229
1230 * tumme.el (tumme-get-thumbnail-image): New utility function.
1231 Suggested by from Chong Yidong.
1232 (tumme-dired-with-window-configuration): Rename from
1233 `tumme-dired'. Add code to save window configuration.
1234 (tumme-restore-window-configuration): New command to restore the
1235 window configuration that `tumme-dired-with-window-configuration'
1236 saves before it changes the window configuration.
1237 (tumme-show-all-from-dir): New command to display thumbnails for
1238 all files in a directory entered by the user, like M-x thumbs.
1239 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1240 have been created.
1241 (tumme-display-thumbnail-original-image): Call `display-buffer'.
1242 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
1243 Remove obsolete test function.
1244
1245 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
1246
1247 * vc.el (small-temporary-file-directory): Remove defvar; there's
1248 a defcustom for it in files.el.
1249
1250 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
1251 Fix typo in message.
1252 (tumme-gallery-generate): Fix typo in `error' message.
1253 (tumme-display-window-height-correction)
1254 (tumme-display-window-width-correction, tumme-line-up-dynamic)
1255 (tumme-line-up-interactive): Dox fixes.
1256 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
1257 (tumme-restore-window-configuration, tumme-format-properties-string)
1258 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
1259 Fix typos in docstrings.
1260
1261 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1262
1263 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
1264
1265 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
1266
1267 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
1268 User should use hook if desired.
1269
1270 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
1271 buffer if necessary.
1272 (gdb-delete-frame-or-window): New function.
1273 (gdb-breakpoints-mode-map): Bind "q" to it.
1274
1275 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1276
1277 * textmodes/nroff-mode.el: Clean up name space.
1278 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
1279 (nroff-mode): Obey the global setting of nroff-electric-mode.
1280 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
1281
1282 * calendar/calendar.el (calendar-increment-month): Typo in last change.
1283
1284 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
1285
1286 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
1287
1288 2006-02-06 Lars Hansen <larsh@soem.dk>
1289
1290 * generic-x.el (etc-fstab-generic-mode): Add file system types
1291 cifs and usbdevfs. Allow special chars in file names.
1292
1293 2006-02-05 Jay Belanger <belanger@truman.edu>
1294
1295 Update copyright notices of the files in lisp/calc.
1296
1297 2006-02-05 Romain Francoise <romain@orebokech.com>
1298
1299 Update copyright notices of all files in the lisp/play directory.
1300
1301 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
1302
1303 * ldefs-boot.el: Regenerate.
1304
1305 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
1306
1307 2006-02-05 Kim F. Storm <storm@cua.dk>
1308
1309 * files.el (magic-mode-regexp-match-limit): New defvar.
1310 (set-auto-mode): Use it to limit magic-mode-alist matching.
1311
1312 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
1313
1314 * simple.el (display-message-or-buffer): Compare the number of
1315 characters to the frame width when determining whether a 1-line
1316 message string will fit in the echo area. Count screen lines
1317 instead of buffer lines when determining whether a multi-line
1318 message will fit in the echo area/minibuffer window.
1319
1320 2006-02-04 Eli Zaretskii <eliz@gnu.org>
1321
1322 * info.el (Info-index, Info-mode): Improve the description of the
1323 `i' command.
1324
1325 * ldefs-boot.el: Regenerate.
1326
1327 2006-02-03 Werner Lemberg <wl@gnu.org>
1328
1329 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
1330 greedy to find the closing bracket in \*[...] and similar
1331 expressions. This is a first rough fix -- many additional
1332 refinements are necessary to make nroff mode really usable with groff.
1333
1334 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
1335
1336 * international/mule-cmds.el (set-locale-environment):
1337 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
1338 libX11.
1339
1340 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1341
1342 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
1343 archive are created in archive-tmpdir.
1344
1345 2006-02-02 John Paul Wallington <jpw@pobox.com>
1346
1347 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
1348 (ibuffer-fontification-alist): Use it.
1349 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
1350 to "* z" and the Ibuffer Mark menu.
1351
1352 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
1353
1354 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1355
1356 * textmodes/table.el (*table--cell-describe-mode)
1357 (*table--cell-describe-bindings): Undo last change since
1358 print-help-return-message is not obsoleted by anything at all.
1359
1360 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
1361
1362 * emulation/cua-base.el (cua-mode): Doc fix.
1363
1364 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
1365
1366 * dframe.el (dframe-handle-make-frame-visible)
1367 (dframe-handle-iconify-frame, dframe-get-focus)
1368 (dframe-select-attached-frame, dframe-power-click)
1369 (dframe-frame-mode): Fix typos in docstrings.
1370
1371 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
1372 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
1373 Fix typos in docstrings.
1374
1375 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
1376 (hi-lock-face-buffer, hi-lock-font-lock-hook)
1377 (hi-lock-archaic-interface-message-used)
1378 (hi-lock-file-patterns-range): Fix typos in docstrings.
1379
1380 * savehist.el (savehist-loaded, savehist-load, savehist-install)
1381 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
1382
1383 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
1384 Fix typo in docstring.
1385
1386 * net/newsticker.el (newsticker--decode-iso8601-date)
1387 (newsticker--set-customvar, newsticker--buffer-insert-item)
1388 (newsticker--do-run-auto-mark-filter)
1389 (newsticker--parse-generic-feed): Doc fixes.
1390 (newsticker--retrieval-timer-list, newsticker-url-list)
1391 (newsticker-hide-immortal-items-in-echo-area)
1392 (newsticker-hide-obsolete-items-in-echo-area)
1393 (newsticker-new-item-face, newsticker--enclosure)
1394 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
1395 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
1396 (newsticker--parse-generic-feed, newsticker--cache-contains)
1397 (newsticker--stat-num-items, newsticker-download-enclosures):
1398 Fix typos in docstrings.
1399
1400 * net/rcirc.el (rcirc-debug): Doc fix.
1401 (rcirc-fill-column, rcirc-receive-message-hooks)
1402 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
1403 (rcirc-mode, rcirc-generate-new-buffer-name)
1404 (rcirc-startup-channels, rcirc-ignore-update-automatic)
1405 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
1406 Fix typos in docstrings.
1407 (rcirc-print): "?\ " -> "?\s".
1408 (rcirc-cmd-join): Improve argument/docstring consistency.
1409
1410 2006-02-01 Mark A. Hershberger <mah@everybody.org>
1411
1412 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
1413 before narrow-to-region.
1414
1415 2006-02-01 Richard M. Stallman <rms@gnu.org>
1416
1417 * simple.el (move-beginning-of-line): Scan properly for invis change.
1418
1419 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
1420
1421 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
1422
1423 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
1424 change bit only when id-format is 'integer. Reported by Matt
1425 Hodges <M.P.Hodges@rl.ac.uk>.
1426
1427 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
1428
1429 * hilit-chg.el (highlight-changes-initial-state)
1430 (highlight-changes-global-initial-state): Doc fixes.
1431 (highlight-changes-global-modes, global-highlight-changes):
1432 Fix typos in docstrings.
1433
1434 2006-02-01 Kim F. Storm <storm@cua.dk>
1435
1436 * emulation/cua-base.el (cua-mode): Mention that CUA enables
1437 transient-mark-mode in doc string.
1438
1439 2006-01-31 Richard M. Stallman <rms@gnu.org>
1440
1441 * replace.el (multi-occur): Doc fix.
1442 (multi-occur-in-matching-buffers): Rename from
1443 multi-occur-by-filename-regexp. Prefix arg says match
1444 buffer names instead of file names.
1445
1446 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
1447
1448 * bs.el: Allow non-default values of `bs-header-lines-length'.
1449 (bs--running-in-xemacs): Remove (not needed anymore).
1450 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
1451 instead of `shrink-window', thus avoiding having to compute the
1452 height of the window.
1453 (bs--up): Wrap around even when there's no header.
1454 (bs--down): Use `forward-line' instead of `next-line'.
1455
1456 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
1457
1458 * image-mode.el (image-toggle-display): Use file name if possible,
1459 instead of unnecessarily allocating a (possibly huge) lisp string.
1460
1461 2006-01-30 John Paul Wallington <jpw@pobox.com>
1462
1463 * subr.el (toplevel): Define `cl-assertion-failed' condition here
1464 because the `assert' macro signals it at runtime.
1465
1466 * emacs-lisp/cl.el (toplevel): Remove definition of
1467 `cl-assertion-failed' condition.
1468
1469 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
1470
1471 * thumbs.el (thumbs-marked-list): Make buffer-local and
1472 permanent-local.
1473 (thumbs-insert-thumb): Make help-echo non-sticky.
1474 (thumbs-file-alist): Use eolp as check for (non)-image.
1475
1476 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
1477
1478 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
1479 (ediff-before-session-group-setup-hooks)
1480 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
1481 Fix typos in docstrings.
1482
1483 * window.el (bw-dir, bw-eqdir, balance-windows)
1484 (split-window-keep-point): Fix typos in docstrings.
1485
1486 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
1487 (org-quote-string, org-calendar-to-agenda-key)
1488 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
1489 (org-show-following-heading, org-tags-column)
1490 (org-use-tag-inheritance, org, org-allow-space-in-links)
1491 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
1492 (org-enable-table-editor, org-calc-default-modes)
1493 (org-table-allow-automatic-line-recalculation)
1494 (org-export-html-style, org-export-with-fixed-width)
1495 (org-export-with-sub-superscripts, org-special-keyword)
1496 (org-formula, org-time-grid, org-table-may-need-update)
1497 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1498 (org-goto-quit, org-get-indentation, org-end-of-item)
1499 (org-move-item-down, org-move-item-up)
1500 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1501 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1502 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1503 (org-agenda-log-mode, org-agenda-toggle-diary)
1504 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1505 (org-agenda-file-to-end, org-agenda-no-heading-message)
1506 (org-agenda-get-closed, org-format-agenda-item)
1507 (org-cmp-priority, org-cmp-category, org-cmp-time)
1508 (org-agenda-change-all-lines, org-agenda-diary-entry)
1509 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1510 (org-link-search, org-camel-to-words, org-open-file)
1511 (org-remember-handler, org-table-convert-region)
1512 (org-table-move-row-down, org-table-move-row-up)
1513 (org-table-copy-region, org-table-wrap-region)
1514 (org-table-toggle-vline-visibility)
1515 (org-table-get-vertical-vector, org-table-modify-formulas)
1516 (org-table-get-specials, org-recalc-commands)
1517 (org-table-rotate-recalc-marks, org-table-eval-formula)
1518 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1519 (org-level-color-stars-only, org-insert-heading):
1520 Fix typos in docstrings.
1521 (last-arg): Add defvar.
1522
1523 * makefile.w32-in (WINS): Add erc.
1524 (MH_E_SRC): Update (copied from lisp/Makefile.in).
1525
1526 2006-01-29 Bill Wohler <wohler@newt.com>
1527
1528 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1529 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
1530 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
1531 (mh-autoloads): Don't use comments on otherwise empty lines.
1532
1533 2006-01-29 Edward O'Connor <ted@oconnor.cx>
1534
1535 * emulation/viper.el (viper-major-mode-modifier-list): Add
1536 insert-state and vi-state entries for erc-mode.
1537 (viper-go-away, viper-set-hooks): Add and remove
1538 viper-comint-mode-hook from erc-mode-hook as appropriate.
1539
1540 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1541
1542 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
1543
1544 * bs.el (bs--format-aux): Implement `middle' alignment as
1545 described in the docstring for `bs-attributes-list'.
1546 (bs--get-name): Simplify. Don't pad the buffer name.
1547
1548 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
1549
1550 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1551 English aspell dictionary is installed, use the first entry of
1552 ispell-dictionary-alist-1.
1553
1554 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
1555
1556 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1557 Doc fix.
1558
1559 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
1560
1561 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1562 for `process-file', in order to let it work for older Emacsen too.
1563
1564 2006-01-27 Eli Zaretskii <eliz@gnu.org>
1565
1566 * international/latexenc.el: Add a suitable `coding:' tag.
1567 (latexenc-find-file-coding-system): Undo last change.
1568
1569 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1570
1571 * international/latexenc.el (latexenc-find-file-coding-system):
1572 Make sure latexenc-main-file is a regular file and is readable.
1573
1574 2006-01-27 Andre Spiegel <spiegel@gnu.org>
1575
1576 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
1577 Pass FILE to vc-user-login-name.
1578
1579 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
1580
1581 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
1582
1583 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
1584 there are no more images to display.
1585 (thumbs-mark, thumbs-unmark): Revert change so that they move to
1586 the next image.
1587
1588 2006-01-26 Richard M. Stallman <rms@gnu.org>
1589
1590 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
1591
1592 * wid-edit.el (advertised-widget-backward): New alias.
1593 (widget-keymap): Use advertised-widget-backward for S-TAB.
1594
1595 * tumme.el: Correct the keywords.
1596 (tumme-dir-max-size): Use defvar.
1597 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
1598
1599 * simple.el (move-beginning-of-line): Take account of fields.
1600 (clone-indirect-buffer-other-window): Take args like
1601 clone-indirect-buffer, and work like it.
1602
1603 * help-fns.el (describe-function): Don't pass `nil' as default.
1604
1605 * files.el (risky-local-variable-p): Follow var aliases.
1606
1607 * subr.el (lazy-completion-table): Doc fix.
1608
1609 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
1610 global binding of `line'.
1611
1612 2006-01-25 Andre Spiegel <spiegel@gnu.org>
1613
1614 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
1615 Tramp.
1616
1617 * vc.el (vc-default-dired-state-info): Pass FILE to
1618 vc-user-login-name.
1619 (vc-default-update-changelog): Don't use vc-user-login-name, we
1620 don't need it here.
1621
1622 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
1623 no longer necessary.
1624
1625 2006-01-25 Kenichi Handa <handa@m17n.org>
1626
1627 * international/mule.el (decode-char): Avoid the overhead of
1628 calling utf-lookup-subst-table-for-decode if
1629 utf-translate-cjk-mode is nil.
1630 (encode-char): Avoid the overhead of calling
1631 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
1632 nil.
1633
1634 2006-01-22 Kenichi Handa <handa@m17n.org>
1635
1636 * international/mule.el (make-subsidiary-coding-system): Reset
1637 `coding-system-define-form' property of subsidiaries to nil.
1638 Avoid duplicated entry in coding-system-alist.
1639 (make-coding-system): Avoid duplicated entry in
1640 coding-system-alist.
1641 (define-coding-system-alias): Likewise.
1642
1643 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
1644
1645 * completion.el: Minor fixes in introductory comment.
1646 (completion-def-wrapper): Fix alist.
1647
1648 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
1649
1650 * thumbs.el (thumbs-new-image-size): New function.
1651 (thumbs-increment-image-size-element)
1652 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
1653 (thumbs-decrement-image-size): Delete.
1654 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
1655 temp files and use to resize.
1656 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
1657 Use increment argument to enlarge/shrink. Preserve point.
1658 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
1659 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
1660 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
1661 (thumbs-mark, thumbs-unmark): Preserve point.
1662 (thumbs-modify-image): Keep old temp files and use to modify.
1663 Cleanup old temp files at load time. Preserve point.
1664 (thumbs-view-image-mode-map): Use new command names.
1665
1666 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1667
1668 * log-view.el (log-view-minor-wrap): First rev is the one at point.
1669
1670 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
1671 the nastiest part of the cyclic dependency.
1672 (cal-menu-update): Use dotimes and calendar-increment-month.
1673
1674 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
1675 (calendar-week-start-day): Add an :initializer.
1676 (calendar-mode-map): Use suppress-keymap, and command remapping.
1677 (describe-calendar-mode): Setup xref-stack info for the back button.
1678 (calendar-star-date): Insert before delete.
1679 (calendar-set-mode-line): Add file-modified info if applicable.
1680 (calendar-increment-month): New function.
1681
1682 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1683
1684 * font-lock.el (lisp-font-lock-keywords-2):
1685 Recognize "& keywords" only at word boundaries.
1686
1687 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
1688
1689 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
1690 and permanent-local.
1691 (thumbs-max-image-number): New variable.
1692 (thumbs-do-thumbs-insertion): Use them.
1693 (thumbs-per-line): Change default to 4.
1694 (thumbs-marked-list): Rename from thumbs-markedL.
1695 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
1696 (thumbs-rename-images): Use -list instead of L for internal variables.
1697 (thumbs-call-convert): Use call-process instead of shell-command.
1698 (thumbs-insert-thumb): Add filename as help-echo to each image.
1699 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
1700 Give dir to thumbs-show-thumbs-list.
1701 (thumbs-show-thumbs-list): Set default-directory to that of images.
1702 (thumbs-dired-show): Rename from thumbs-dired-show-all.
1703 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
1704 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
1705 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
1706
1707 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1708
1709 * ses.el (ses-read-cell): Provide a default value.
1710
1711 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
1712
1713 * term/w32-win.el (image-library-alist): Add additional names for
1714 GIF library.
1715
1716 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1717
1718 * international/latexenc.el (latexenc-find-file-coding-system):
1719 Add file-regular-p check.
1720
1721 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1722
1723 * simple.el (clone-buffer): Don't show the new buffer in the same
1724 window.
1725
1726 2006-01-23 Juri Linkov <juri@jurta.org>
1727
1728 * faces.el (link, link-visited): New faces based on default values
1729 of `info-xref' and `info-xref-visited'.
1730
1731 * info.el (info-xref): Inherit from `link'.
1732 (info-xref-visited): Inherit from `link-visited'.
1733
1734 * cus-edit.el (custom-buffer-create-internal): Use widget type
1735 `custom-manual' instead of `info-link' and don't set properties
1736 `button-face' and `mouse-face' explicitly.
1737 (custom-browse-group-tag, custom-browse-variable-tag)
1738 (custom-browse-face-tag): Inherit from widget class
1739 `custom-group-link' instead of `push-button'.
1740 (custom-button-unraised): Inherit from `underline' face.
1741 (custom-link): Inherit from `link' face. Fix doc and group.
1742 (custom-add-parent-links, custom-group-value-create): Don't set
1743 properties `button-face' and `mouse-face' explicitly for
1744 `custom-group-link' widget.
1745 (custom-group-link): Add properties `button-face' and `mouse-face'
1746 to widget definition.
1747 (custom-field-keymap): New variable. Put `custom-field-keymap' to
1748 editable-field's :keymap property.
1749 (custom-mode): Fix docstring: substitute keybindings for
1750 `widget-forward' and `widget-backward' from `widget-keymap',
1751 `widget-complete' from `custom-field-keymap', replace old
1752 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
1753
1754 * desktop.el (desktop-load-file): Check for `fboundp' before
1755 calling `symbol-function'.
1756
1757 * simple.el (clone-buffer, clone-indirect-buffer)
1758 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
1759 `read-string'. Fix prompts.
1760
1761 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
1762
1763 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
1764
1765 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
1766
1767 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
1768
1769 * startup.el (inhibit-splash-screen, initial-scratch-message):
1770 Doc fixes.
1771
1772 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
1773
1774 Sync with Tramp 2.0.52.
1775
1776 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
1777 net/tramp-vc.el: Add code for unloading Tramp. See comment before
1778 `tramp-unload-tramp' for checklist.
1779
1780 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
1781 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
1782 (tramp-unload-file-name-handler-alist)
1783 (tramp-unload-tramp): New defuns.
1784 (tramp-advice-PC-expand-many-files): New defadvice.
1785 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
1786 removed.
1787 (tramp-handle-expand-file-name): Remove double slash.
1788 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
1789 It doesn't matter, because it will be converted later on.
1790 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
1791 implementation was just heuristic.
1792 (tramp-post-connection): Set uid and gid properties.
1793 (tramp-convert-file-attributes): Set file's gid change bit.
1794 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
1795 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
1796 in case of su(do)? methods. The home directory of the local user
1797 will be taken else.
1798 (tramp-open-connection-telnet)
1799 (tramp-open-connection-rsh, tramp-open-connection-su)
1800 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
1801 local shell prompt could hurt. Reported by Romain Francoise
1802 <romain@orebokech.com>.
1803 (tramp-let-maybe): Add `edebug-form-spec' property.
1804 (tramp-handle-expand-file-name): Bind `default-directory' locally
1805 to "/" in order to avoid problems with UNC shares or Cygwin
1806 mounts.
1807 (tramp-md5-function): Fix typo in error message.
1808
1809 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
1810
1811 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
1812 for byte-compiler pacification.
1813
1814 2006-01-22 Andre Spiegel <spiegel@gnu.org>
1815
1816 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
1817 ID-FORMAT `string'. This allows us to get rid of
1818 `vc-user-login-name UID'.
1819
1820 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
1821
1822 2006-01-22 John Paul Wallington <jpw@pobox.com>
1823
1824 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
1825
1826 2006-01-21 Martin Rudalics <rudalics@gmx.at>
1827
1828 * emacs-lisp/find-func.el (find-definition-noselect)
1829 (find-variable-noselect): Search variables in C source code too.
1830 (find-function-C-source, find-function-noselect, find-function)
1831 (find-function-other-frame, find-variable-noselect, find-variable)
1832 (find-variable-other-frame, find-variable-at-point):
1833 Fix docstrings.
1834
1835 2006-01-21 Francesco Potorti` <pot@gnu.org>
1836
1837 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
1838
1839 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
1840
1841 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
1842 Default to disabling the "Save affix" question.
1843
1844 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
1845
1846 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
1847 the first arg to run-python.
1848
1849 2006-01-21 Eli Zaretskii <eliz@gnu.org>
1850
1851 * startup.el (command-line-1): Handle --no-desktop if desktop.el
1852 is not loaded.
1853
1854 2006-01-20 Jay Belanger <belanger@truman.edu>
1855
1856 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
1857 limit is 0.
1858
1859 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
1860 the correct variable.
1861
1862 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
1863
1864 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
1865 link. Fixed buggy argument sequence in call to `org-view-tags'.
1866 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1867 (org-prefix-has-tag): New variable.
1868 (org-format-agenda-item): Remove tags from headline if
1869 appropriate.
1870 (org-agenda-remove-tags-when-in-prefix): New option.
1871 (org-get-tags-at): New function.
1872
1873 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
1874
1875 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
1876 (thumbs-find-image): Move image name and number from buffer name
1877 to mode name. Set thumbs-buffer. Preserve point so that large
1878 images remain visible.
1879 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
1880 order.
1881 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
1882 mode name.
1883 (thumbs-next-image, thumbs-previous-image): Make them work.
1884
1885 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
1886
1887 * cus-edit.el (custom-buffer-create-internal): State in the text above
1888 the whole buffer buttons that they do not operate on hidden items.
1889 (custom-face-menu): Use `custom-face-save' instead of
1890 `custom-face-save-command'.
1891 (custom-face-save-command): Make it an alias for `custom-face-save'
1892 and declare it obsolete.
1893 (custom-face-save): Doc fix.
1894
1895 * dired.el (dired-no-confirm): Add quote.
1896 (dired-subdir-alist-pre-R): Add quote in
1897 `make-variable-buffer-local' form and remove unbalanced parenthesis.
1898
1899 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
1900
1901 * textmodes/table.el (table-mode-indicator): Typo in last change.
1902
1903 2006-01-19 Richard M. Stallman <rms@gnu.org>
1904
1905 * outline.el (hide-leaves): Don't call outline-end-of-heading.
1906 Fixes bug reported in Nov 2005.
1907
1908 * isearch.el (isearch-forward): Doc fix.
1909
1910 * dired.el (dired-move-to-filename-regexp): Define as alias.
1911 (dired-no-confirm): Use defcustom.
1912 (dired-subdir-alist-pre-R): Put defvar at top level.
1913
1914 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
1915
1916 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1917 Mark as risky.
1918
1919 * simple.el (set-mark-command): Doc fix.
1920 (clone-indirect-buffer-other-window):
1921 Read arg like clone-indirect-buffer.
1922 (move-beginning-of-line): Skip invisible newlines.
1923
1924 2006-01-19 Masatake YAMATO <jet@gyve.org>
1925
1926 * progmodes/cpp.el (cpp-edit-load): Make the order of
1927 listed conditions in a base C code buffer and its associate
1928 CPP Edit buffer the same.
1929
1930 2006-01-19 Kenichi Handa <handa@m17n.org>
1931
1932 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
1933 (rmail-mime-feature): Likewise.
1934 (rmail-require-mime-maybe): Use display-warning to show a warning
1935 message.
1936
1937 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
1938 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
1939
1940 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1941
1942 * array.el: Move defvars out of eval-when-compile.
1943 (array-make-template): Replace undeclared global var with a local one.
1944 (array-mode): Inline initialization functions.
1945 (array-init-local-variables, array-init-max-row)
1946 (array-init-max-column, array-init-columns-per-line)
1947 (array-init-field-width, array-init-rows-numbered)
1948 (array-init-line-length, array-init-lines-per-row): Remove.
1949
1950 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
1951 (doc-mode-map): Define explicitly.
1952 (doctor-txtype): Use mapc.
1953
1954 * textmodes/table.el: Move defvars out of eval-when-compile.
1955 Remove harmful code meant to avoid byte-compiler warnings.
1956 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
1957 specification that checks table-fixed-width-mode directly.
1958 (table-recognize-region, table-recognize-cell):
1959 Use restore-buffer-modified-p.
1960 (table-fixed-width-mode): Remove code that refreshes
1961 table-fixed-mode-indicator.
1962 (*table--cell-describe-bindings, *table--cell-describe-mode):
1963 Avoid obsolete name print-help-return-message.
1964 (table--test-cell-list): Don't use replace-regexp from elisp.
1965 (table--point-entered-cell-function, table--point-left-cell-function):
1966 Don't set table-fixed-mode-indicator, use force-mode-line-update.
1967
1968 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
1969 that was after the end of file. Use buffer-file-name variable.
1970 (org-timestamp-change): Use with-current-buffer.
1971 (org-todo-list): Don't unnecessarily define a new buffer-local var.
1972 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
1973 `file'.
1974
1975 * progmodes/fortran.el: Move defvars out of eval-when-compile.
1976 (fortran-break-line): Remove unused var `opoint'.
1977 (fortran-abbrev-start): Obey help-event-list.
1978
1979 2006-01-18 Jesper Harder <harder@phys.au.dk>
1980
1981 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
1982
1983 2006-01-18 Masatake YAMATO <jet@gyve.org>
1984
1985 * progmodes/make-mode.el (makefile-imake-mode): New mode
1986 derived from makefile-mode.
1987 (makefile-imake-mode-syntax-table): New syntax table
1988 derived from makefile-mode-syntax-table.
1989 (makefile-mode): Write about makefile-imake-mode in doc string.
1990 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
1991 (makefile-imake-font-lock-keywords): New font lock keywords.
1992
1993 * files.el (auto-mode-alist): Add Imakefile.
1994
1995 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
1996
1997 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
1998 loading the file rather than when turning on flyspell-mode.
1999
2000 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
2001
2002 * cus-edit.el (customize-rogue): Minor doc fix.
2003
2004 2006-01-17 Juri Linkov <juri@jurta.org>
2005
2006 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
2007 instead of the file at the mark as default if the file at the mark
2008 is the same as the file at point or if dired-dwim-target-directory
2009 is not the same as the current directory and the mark is not active.
2010
2011 * log-view.el (log-view-minor-wrap): Use the same logic to get
2012 revisions as `log-view-diff'.
2013
2014 * info.el (Info-revert-find-node): Check for Info-current-file
2015 before preserving new-history.
2016
2017 * man.el (Man-heading-regexp): Add `/'.
2018
2019 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
2020 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
2021
2022 2006-01-16 Juri Linkov <juri@jurta.org>
2023
2024 * faces.el (mode-line-faces): New defgroup.
2025 (mode-line-highlight): Move definition after new defgroup.
2026 (mode-line, mode-line-inactive, mode-line-highlight):
2027 Replace :group `modeline' with `mode-line-faces'.
2028 (mode-line-buffer-id): New face.
2029 (modeline-buffer-id): New face alias.
2030 (vertical-border): Remove :group `modeline'.
2031
2032 * bindings.el (propertized-buffer-identification): Use face
2033 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
2034 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
2035 (mode-line-buffer-identification-keymap): For mouse-1 replace
2036 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
2037 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
2038 mouse-3.
2039
2040 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
2041 Buffer-menu-buffer. Doc fix.
2042 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
2043 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
2044 `Buffer-menu-buffer'.
2045
2046 * info.el (Info-mode-line-node-keymap): New defvar.
2047 (Info-set-mode-line): Use `stringp' to check Info-current-file.
2048 Propertize Info-current-node with `mode-line-buffer-id' and
2049 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2050
2051 * time.el (display-time-mail-face): Replace :group `faces' with
2052 `mode-line-faces'.
2053
2054 2006-01-16 Kenichi Handa <handa@m17n.org>
2055
2056 * international/code-pages.el: Add autoload cookies for cp125[0345678].
2057
2058 * language/european.el (cp1252): New alias for windows-1252.
2059
2060 * international/mule.el (autoload-coding-system): Prepare for EOL
2061 variants.
2062
2063 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2064
2065 * term.el (term-raw-map): Add mapping for insert.
2066 (term-send-insert): New.
2067 (term-mode): Make variables local here instead of doing it in
2068 `term-emulate-terminal'.
2069 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
2070 Scroll reverse needs to take into account the scroll region.
2071 Saving and restoring the cursor should save the color attributes too.
2072 (term-reset-terminal): Reset the scroll region.
2073 (term-handle-ansi-escape): Cursor up and down should take into
2074 account the scroll region.
2075 (term-set-scroll-region): Rename from `term-scroll-region'.
2076 Move to 0,0 after setting the region.
2077 (term-handle-scroll): Handle scroll up.
2078 (term-down): Fix off by one error.
2079 (term-delete-lines): Do not delete outside the scroll region.
2080 (term-insert-lines): Take into account the scroll region.
2081
2082 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2083
2084 * textmodes/ispell.el (ispell-internal-change-dictionary)
2085 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
2086 (start, end): Move declaration outside of eval-when-compile.
2087
2088 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
2089 (flyspell-mode-on): Use it.
2090
2091 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
2092 ispell-kill-ispell-hook.
2093
2094 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
2095
2096 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2097 (Custom-reset-saved): Do not ask for confirmation in single option
2098 buffers.
2099
2100 2006-01-13 Richard M. Stallman <rms@gnu.org>
2101
2102 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
2103
2104 2006-01-13 Romain Francoise <romain@orebokech.com>
2105
2106 * add-log.el (add-change-log-entry, change-log-merge):
2107 Conditionally use `hard-newline'.
2108
2109 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2110
2111 * wid-edit.el (widget-field-end): If the overlay is no longer
2112 associated with a buffer, behave as if the overlay didn't exist.
2113
2114 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
2115 Make sure the links use the `custom-link' face.
2116
2117 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
2120 (ld-script-mode): Don't set indent-line-function since we don't
2121 have one.
2122
2123 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
2124
2125 * textmodes/org.el (org-open-file): Use mailcap for selecting an
2126 application.
2127 (org-file-apps-defaults-gnu): Use mailcap as the default for
2128 selecting an application on a UNIX system.
2129 (org-agenda-show-tags): New command.
2130 (org-table-insert-hline): Keep cursor in current table line.
2131 (org-table-convert): Offset effect of modifying
2132 `org-table-insert-hline'.
2133 (org-format-agenda-item): New optional argument TAG.
2134 (org-compile-prefix-format): Handle %T format for the tag.
2135 (org-expand-wide-chars): New function.
2136 (org-table-insert-row, org-table-insert-hline):
2137 Use `org-expand-wide-chars'.
2138 (org-open-file): Fix bug in program launch.
2139 (org-get-time-of-day): Fix bug with times before 1am.
2140 (org-agenda-menu): Add tags commands.
2141
2142 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
2143
2144 * textmodes/ispell.el (ispell-init-process): Include the used
2145 dictionary in ispell process start message.
2146 (ispell-internal-change-dictionary): When flyspell-mode is active
2147 and dictionary is changed, make sure ispell process is restarted
2148 and flyspell word cache cleared out for the current buffer.
2149 (ispell-change-dictionary): Make sure flyspell word cache is
2150 cleared out in all buffers with active flyspell mode when
2151 dictionary is globally changed.
2152 Call ispell-internal-change-dictionary after dictionary change.
2153
2154 2006-01-13 Eli Zaretskii <eliz@gnu.org>
2155
2156 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2157
2158 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
2159 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
2160 years. Fix small differences wrt Makefile.in.
2161 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
2162 Makefile.in does.
2163
2164 2006-01-12 Bill Wohler <wohler@newt.com>
2165
2166 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
2167 mh-search.el.
2168
2169 2006-01-12 Masatake YAMATO <jet@gyve.org>
2170
2171 * progmodes/ld-script.el: Update copyright year.
2172
2173 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
2174
2175 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
2176 Don't add widget if setting undefined.
2177
2178 2006-01-12 John Paul Wallington <jpw@pobox.com>
2179
2180 * help-fns.el (describe-variable): Remove newlines from void
2181 variable output.
2182
2183 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
2184
2185 * wdired.el (wdired-mode-map): Add help echo for
2186 wdired-abort-changes.
2187
2188 * man.el (Man-file-name-regexp): Adjust for a list of files.
2189
2190 2006-01-12 Masatake YAMATO <jet@gyve.org>
2191
2192 * progmodes/ld-script.el (auto-mode-alist): Support
2193 suffix conventions used in netbsd and eCos.
2194
2195 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2196
2197 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2198 (custom-variable-menu, custom-face-menu, custom-group-menu)
2199 (Custom-mode-menu): Change names of menu items. (As discussed on
2200 emacs-devel.)
2201 (custom-face-menu): Add "Undo Edits" item.
2202
2203 * startup.el (init-file-user): defcustom -> defvar.
2204
2205 * tooltip.el (tooltip-mode): Doc fix.
2206
2207 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2208
2209 * reveal.el (reveal-post-command): window-buffer signals an error on
2210 dead windows rather than returning nil.
2211 (reveal-open-new-overlays): An overlay might die while we open others.
2212
2213 2006-01-11 Bill Wohler <wohler@newt.com>
2214
2215 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2216 phrasing in docstring.
2217
2218 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
2219 can give some systems gas. Add new file mh-buffers.el.
2220
2221 2006-01-06 Masatake YAMATO <jet@gyve.org>
2222
2223 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2224 C preprocessor forward ported from GNU Emacs 21.2.
2225
2226 * progmodes/asm-mode.el (asm-font-lock-keywords):
2227 Use `cpp-font-lock-keywords'.
2228
2229 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2230
2231 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
2232 of $ for "\\.ld[s]?".
2233
2234 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2235
2236 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2237 (tcl-indent-line): Return `noindent' if inside a string.
2238
2239 * progmodes/flymake.el (flymake-split-string): Remove more than one
2240 empty string at beg/end of the result.
2241 (flymake-find-buildfile, flymake-find-possible-master-files):
2242 Use expand-file-name.
2243 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2244 since expand-file-name does it for us. Use directory-file-name.
2245 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
2246 (flymake-ler-get-type, flymake-ler-get-text)
2247 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
2248 (flymake-current-line-no): Remove spurious interactive spec.
2249 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
2250 (flymake-check-include): Remove arg inc-path merged into inc-name.
2251 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
2252 Arg regexp-list replaced by a simple regexp.
2253 (flymake-master-make-header-init, flymake-master-tex-init):
2254 Correspondingly replace regexp-list with a regexp. Fix regexp.
2255
2256 2006-01-10 Simon Josefsson <jas@extundo.com>
2257
2258 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
2259 describing AUTH PLAIN fix.
2260
2261 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
2262
2263 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
2264 (report-emacs-bug): Don't record initial prompt text.
2265 Instead, add text properties to prompting text.
2266 (report-emacs-bug-hook): Delete prompting text.
2267
2268 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
2271 `dirs'. Adjust callers.
2272
2273 2006-01-09 John Paul Wallington <jpw@gnu.org>
2274
2275 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2276
2277 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2278
2279 * reveal.el (reveal-open-new-overlays): New extracted fun.
2280 (reveal-close-old-overlays): Idem. Check overlays's liveness before
2281 using them. Simplify the code.
2282 (reveal-post-command): Use them. Fix up obsolete windows in
2283 reveal-open-spots.
2284
2285 * progmodes/flymake.el: Use `require' rather than autoload for
2286 XEmacs's overlays.
2287 (flymake-get-common-file-prefix, flymake-build-relative-filename):
2288 Delete. Use file-relative-name instead.
2289 (flymake-get-syntax-check-program-args, flymake-perl-init):
2290 Simplify the resulting code.
2291
2292 * log-view.el (log-view-file-re, log-view-message-re): Add support
2293 for DaRCS output.
2294
2295 2006-01-09 Alex Schroeder <alex@gnu.org>
2296
2297 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
2298 identifiers sometimes added in square brackets at the beginning of
2299 subject lines.
2300
2301 2006-01-07 Richard M. Stallman <rms@gnu.org>
2302
2303 * cus-edit.el (Custom-set, Custom-save): Doc fix.
2304 (Custom-reset-current, Custom-reset-saved): Change question text.
2305 (Custom-reset-standard): Likewise.
2306 (custom-variable-reset-saved): Doc fix.
2307
2308 2006-01-07 Eli Zaretskii <eliz@gnu.org>
2309
2310 * startup.el (init-file-user): Doc fix.
2311
2312 2006-01-07 Alex Schroeder <alex@gnu.org>
2313
2314 * mail/rmail.el (rmail-current-subject): New function.
2315 (rmail-current-subject-regexp): New function.
2316 (rmail-next-same-subject): Use it.
2317
2318 * mail/rmailsum.el (rmail-summary-by-topic):
2319 Use rmail-current-subject and rmail-current-subject-regexp.
2320 (rmail-summary-next-same-subject): Ditto.
2321
2322 * net/rcirc.el (rcirc-send-input): No longer check whether the
2323 process is open, since not all commands need an open process.
2324 (rcirc-send-string): Check whether the process is open before
2325 sending anything.
2326 (rcirc-ignore-list): New option.
2327 (rcirc-ignore-list-automatic): New variable.
2328 (rcirc-print): Take rcirc-ignore-list into account.
2329 (rcirc-cmd-ignore): New command.
2330 (rcirc-ignore-update-automatic): New function.
2331 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
2332 list if ignored nicks.
2333 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
2334
2335 2006-01-06 David Reitter <david.reitter@gmail.com>
2336
2337 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
2338 reflect the address to which the report will be sent.
2339
2340 2006-01-06 Eli Zaretskii <eliz@gnu.org>
2341
2342 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
2343 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
2344
2345 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
2346
2347 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
2348
2349 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
2350 the doc string: "functoin" => "function".
2351 * ldefs-boot.el: Likewise.
2352
2353 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
2354 message text: "Duplicat" => "Duplicate".
2355
2356 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
2357
2358 * files.el (basic-save-buffer-2): If backing-up failed, reset
2359 buffer-backed-up to nil.
2360
2361 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
2362
2363 * progmodes/gud.el (gdb-script-skip-to-head)
2364 (gdb-script-calculate-indentation): Indent for breakpoint command
2365 lists also.
2366
2367 2006-01-05 Bill Wohler <wohler@newt.com>
2368
2369 * Makefile.in (compile-always): Add mh-autoloads dependency.
2370 (bootstrap): Remove mh-autoloads dependency, as compile dependency
2371 provides it.
2372 (updates): Remove mh-autoloads dependency, since it probably has
2373 already run recently (via recompile).
2374
2375 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2376
2377 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
2378 argument `force' to disable the flyspell-last-buffer optimization.
2379 (flyspell-mode-on): Use it.
2380
2381 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
2382 flymake-simple-cleanup.
2383 (flymake-allowed-file-name-masks): Use this new default.
2384 All the functions are now called in the right buffer rather than
2385 passing the buffer as argument.
2386 (flymake-process-sentinel): Switch to buffer before calling cleanup.
2387 (flymake-parse-err-lines): Remove redundant buffer arg.
2388 (flymake-get-program-dir): Comment out unused function.
2389 (flymake-start-syntax-check, flymake-start-syntax-check-process):
2390 Remove redundant buffer argument.
2391 (flymake-get-real-file-name, flymake-simple-java-cleanup)
2392 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
2393
2394 2006-01-05 Richard M. Stallman <rms@gnu.org>
2395
2396 * info.el (Info-find-node): Don't record previous node if have none.
2397 (info): Go to directory only if history is empty.
2398
2399 * simple.el (mark): Doc fix.
2400
2401 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2402
2403 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
2404 already of desired type.
2405 (mac-ae-list): Coerce parameter to "list" type.
2406 (mac-dispatch-apple-event): Replace cadr part of event with a
2407 dummy position so that event-start returns it.
2408
2409 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
2410
2411 * textmodes/org.el (org-end-of-subtree): New function.
2412 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
2413 Use `org-end-of-subtree'.
2414 (org-agenda, org-agenda-convert-date): Protect calls to
2415 `fit-window-to-buffer'.
2416 (org-tags-view): Force matching of sublevels when doing a
2417 todo-only search. Define the correct redo command, including the
2418 arguments.
2419 (org-agenda-redo): Display message.
2420 (org-check-for-org-mode): New function.
2421 (org-agenda-type): New variable.
2422 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2423 Set `org-agenda-type'.
2424 (org-agenda-check-type): New function.
2425 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2426 (org-agenda-week-view, org-agenda-day-view)
2427 (org-agenda-next-date-line, org-agenda-previous-date-line)
2428 (org-agenda-log-mode, org-agenda-toggle-diary)
2429 (org-agenda-toggle-time-grid, org-agenda-date-later)
2430 (org-agenda-date-prompt, org-agenda-diary-entry)
2431 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
2432 (org-agenda-convert-date, org-agenda-menu):
2433 Use `org-agenda-check-type'.
2434 (org-make-overlay, org-delete-overlay)
2435 (org-detatch-overlay, org-move-overlay, org-overlay-put):
2436 New compatibility functions.
2437 (org-calendar-select-mouse): New command.
2438
2439 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
2440
2441 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
2442 (Custom-reset-standard): Fix y-or-n-p messages.
2443 (custom-link): New face for links.
2444 (custom-buffer-create-internal, custom-manual): Use it.
2445 (custom-face-save): Push to theme-face before setting face spec.
2446
2447 * wid-edit.el (widget-default-mouse-face-get): New function.
2448 (widget-specify-button): Handle mouse-face like button-face.
2449
2450 * custom.el (load-theme): Clear old theme settings if reloading.
2451
2452 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
2453
2454 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
2455 "Erase Customization" button back to same position it occupies in
2456 the individual State menus.
2457
2458 2006-01-04 Kim F. Storm <storm@cua.dk>
2459
2460 * wid-edit.el (key-sequence): Rework widget to read key binding
2461 using `kbd' syntax. Use C-q to insert literal key, event, or code.
2462 (widget-key-sequence-default-value): Default value for empty sequence.
2463 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
2464 (widget-key-sequence-read-event): New command for C-q.
2465 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
2466 (widget-key-sequence-value-to-external): New functions.
2467
2468 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2469
2470 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
2471 Use expand-file-name.
2472 (flymake-delete-temp-directory): Use expand-file-name,
2473 file-name-directory, and directory-file-name.
2474 (flymake-strrchr): Delete.
2475 (flymake-start-syntax-check): Don't pass the redundant buffer argument
2476 to the init-f function.
2477 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
2478 (flymake-init-find-buildfile-dir)
2479 (flymake-init-create-temp-source-and-master-buffer-copy)
2480 (flymake-simple-make-init-impl, flymake-simple-make-init)
2481 (flymake-master-make-init, flymake-master-make-header-init)
2482 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
2483 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
2484 (flymake-xml-init): Remove corresponding redundant buffer argument.
2485 (flymake-allowed-file-name-masks): Remove last elems that are equal to
2486 the default anyway. Clean up regexps.
2487
2488 * progmodes/flymake.el (flymake-temp-source-file-name)
2489 (flymake-master-file-name, flymake-temp-master-file-name)
2490 (flymake-base-dir): New buffer-local vars.
2491 (flymake-buffer-data, flymake-get-buffer-value)
2492 (flymake-set-buffer-value): Replace those hash-tables by the new
2493 buffer-local vars. Update callers.
2494
2495 * progmodes/flymake.el (flymake-check-start-time)
2496 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2497 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2498 Move definition, so we can remove redundant earlier declaration.
2499 (flymake-replace-regexp-in-string, flymake-split-string)
2500 (flymake-get-temp-dir): Use defalias.
2501 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
2502 (flymake-xemacs-window-edges): Remove unused function.
2503 (flymake-get-point-pixel-pos): Move.
2504 (flymake-pid-to-names, flymake-reg-names)
2505 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2506 Replace by a simple list flymake-processes and by process-buffer.
2507 Update callers. Other than simplify the code, it uses buffers rather
2508 than buffer-names so it doesn't get confused by uniquify.
2509 (flymake-buffer-data): The global value should just be nil.
2510
2511 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2512 Optimize the body of a defalias like any other code.
2513
2514 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2515 Make sure we've setup font-lock's vars. It may influence which
2516 function we then call.
2517 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2518 here since it's too late anyway.
2519
2520 2006-01-03 Romain Francoise <romain@orebokech.com>
2521
2522 * startup.el (fancy-splash-tail, normal-splash-screen):
2523 Update copyright year.
2524
2525 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
2526
2527 * mouse.el (mouse-drag-track): Rename, from
2528 `mouse-drag-region-1'. Includes optional argument required to
2529 enable post-drag event processing (e.g. delete region keys).
2530 Can be used without this argument to track a mouse region and operate
2531 on it as soon as the drag completes.
2532 (mouse-drag-region): Use `mouse-drag-track'.
2533
2534 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
2535
2536 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2537 Move to `custom-buffer' group.
2538
2539 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2540 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2541 (custom-theme-insert-face-marker, custom-theme-variable-menu)
2542 (custom-theme-face-menu): New variables.
2543 (custom-theme-add-variable, custom-theme-variable-action)
2544 (custom-variable-reset-theme, custom-theme-delete-variable)
2545 (custom-face-reset-theme, custom-theme-face-action)
2546 (custom-theme-delete-face, custom-theme-merge-theme)
2547 (custom-theme-add-face, custom-theme-visit-theme): New functions.
2548
2549 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
2550
2551 * custom.el: Move Custom Themes commentary to start of theme code.
2552 (custom-known-themes): Rename `standard' theme to `changed'.
2553 (custom-push-theme): Caller no longer specifies what theme to use
2554 when doing `reset'---the setting is simply removed from the theme.
2555 Delete MODE from `theme-value' and `theme-settings' properties.
2556 (custom-declare-theme): Ignore &rest args since we don't use them.
2557
2558 (custom-loaded-themes): Delete variable.
2559 (custom-theme-load-themes, custom-theme-loaded-p)
2560 (custom-theme-value): Delete functions.
2561
2562 (custom-declare-theme): Signal error on invalid theme names.
2563 (provide-theme): custom-loaded-themes was deleted.
2564 (load-theme): Load the file unconditionally.
2565 (enable-theme): Call `load-theme' if theme is undefined.
2566 (custom-enabled-themes): Only update value for successful loads.
2567 (disable-theme): Complete from enabled themes when interactive.
2568 (custom-variable-theme-value): Calculate theme value directly.
2569
2570 (custom-theme-reset-variables, custom-reset-variables): Mark as
2571 XEmacs compatibility functions. We don't actually use these.
2572
2573 * cus-edit.el (custom-variable-state-set):
2574 Use custom-variable-theme-value instead of custom-theme-value.
2575 (custom-face-state-set): Rename `standard' theme to `changed'.
2576 (custom-save-variables, custom-save-faces): Delete unneeded
2577 references to custom-reset-variables.
2578 (custom-save-resets): Delete function.
2579 (custom-save-variables, custom-save-faces): MODE argument deleted.
2580 (custom-save-variables, custom-save-faces): Ignore theme values.
2581
2582 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
2583 compatibility function.
2584
2585 2006-01-01 Richard M. Stallman <rms@gnu.org>
2586
2587 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
2588 (Custom-reset-current, Custom-reset-saved): Likewise.
2589 (Custom-reset-standard): Show message if aborted.
2590 (custom-mode): Doc fix, describing those commands.
2591
2592 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
2593 put on event-kind property.
2594
2595 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
2596
2597 * custom.el (provide-theme): Ban `user' theme name.
2598 (custom-enabling-themes): New variable.
2599 (enable-theme): Don't enable user if custom-enabling-themes is t.
2600 (custom-enabled-themes): Make it a defcustom.
2601 (custom-theme-recalc-face): No-op if face is undefined.
2602
2603 * cus-edit.el (custom-button-mouse): New variable.
2604 (custom-button-mouse): New face.
2605 (custom-raised-buttons, custom-mode): Use it.
2606
2607 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
2608
2609 2005-12-31 Eli Zaretskii <eliz@gnu.org>
2610
2611 * progmodes/gud.el (gud-display-line): Support hl-line in the
2612 source buffer.
2613
2614 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2615
2616 * mouse.el (mouse-drag-window-above): Verify that the found window
2617 overlaps with the given window in the horizontal dimension.
2618
2619 2005-12-31 Eli Zaretskii <eliz@gnu.org>
2620
2621 * Makefile.in (cvs-update): New target.
2622
2623 * makefile.w32-in (cvs-update): Ditto.
2624
2625 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
2626
2627 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
2628 (custom-new-theme-mode-map): New variable.
2629
2630 2005-12-30 Richard M. Stallman <rms@gnu.org>
2631
2632 * custom.el (custom-load-themes): Function deleted.
2633
2634 * cus-edit.el (custom-save-loaded-themes): Function deleted.
2635 (custom-save-variables): Don't delete or add custom-load-themes call.
2636
2637 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * cus-start.el: Add `visible-cursor'.
2640
2641 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
2642 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
2643 (flymake-process-filter): Switch to buffer before calling it instead.
2644 (flymake-post-syntax-check, flymake-highlight-err-lines)
2645 (flymake-delete-own-overlays, flymake-parse-err-lines)
2646 (flymake-start-syntax-check, flymake-start-syntax-check-process)
2647 (flymake-count-lines, flymake-parse-residual):
2648 Remove constant buffer argument.
2649 (flymake-start-syntax-check-for-current-buffer): Remove.
2650 Update callers to use flymake-start-syntax-check instead.
2651 (flymake-display-err-menu-for-current-line):
2652 Remove unused var `mouse-pos'.
2653 (flymake-restore-formatting): Comment out unused function.
2654 (flymake-report-status, flymake-report-fatal-status): Remove buffer
2655 argument, use current-buffer instead. Update callers.
2656
2657 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2658
2659 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
2660 buffer-local because choose-completion-delete-max-match requires
2661 that we set completion-ignore-case (i.e., binding via let is not
2662 sufficient).
2663 (bibtex-complete): Always set completion-ignore-case and
2664 choose-completion-string-functions. The latter is needed because
2665 choose-completion-string-functions keeps its value if we quit the
2666 *Completions* buffer without requesting a completion.
2667
2668 2005-12-30 Andreas Schwab <schwab@suse.de>
2669
2670 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
2671
2672 2005-12-30 Eli Zaretskii <eliz@gnu.org>
2673
2674 * jit-lock.el (jit-lock-chunk-size): Doc fix.
2675
2676 2005-12-30 Juri Linkov <juri@jurta.org>
2677
2678 * locate.el (locate-fcodes-file, locate-header-face)
2679 * progmodes/delphi.el (delphi-other-face)
2680 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
2681
2682 * paren.el (show-paren-match, show-paren-mismatch): Use existing
2683 group `paren-showing-faces'.
2684
2685 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
2686 (goto-address): Fix docstring.
2687
2688 * net/webjump.el (webjump-sample-sites): Update URLs.
2689
2690 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
2691
2692 * subr.el (cancel-change-group): Add listp around pending-undo-list.
2693
2694 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
2695
2696 * font-lock.el (font-lock-compile-keywords): Signal an error when
2697 font-lock-set-defaults hasn't been called.
2698
2699 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
2700
2701 * subr.el (noreturn, 1value): Doc fixes.
2702
2703 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2704
2705 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
2706 that assoc-string returns nil.
2707
2708 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2709
2710 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
2711 (bibtex-entry-type-str, bibtex-empty-field-re)
2712 (bibtex-search-backward-string, bibtex-preamble-prefix)
2713 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
2714 (bibtex-any-valid-entry-type): New variable.
2715 (bibtex-parse-field-name): Simplify.
2716 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
2717 (bibtex-preamble-prefix): Include left delimiter.
2718 (bibtex-search-forward-field, bibtex-search-backward-field):
2719 Allow unbounded search past entry boundaries (required by bibtex-pop).
2720 (bibtex-text-in-field-bounds): Use push.
2721 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
2722 (bibtex-parse-preamble, bibtex-valid-entry)
2723 (bibtex-beginning-first-field): New functions.
2724 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
2725 (bibtex-map-entries): Fix docstring.
2726 (bibtex-flash-head): New arg prompt. Simplify.
2727 (bibtex-enclosing-field): Include code of bibtex-inside-field.
2728 (bibtex-insert-kill): Simplify. Always insert text past the
2729 current field or entry.
2730 (bibtex-format-entry): Use bibtex-parse-field.
2731 (bibtex-pop): Use bibtex-beginning-of-entry and
2732 bibtex-end-of-entry to initiate the search. Insert empty field if
2733 we found ourselves.
2734 (bibtex-print-help-message): New args field and comma.
2735 Handle entry keys.
2736 (bibtex-make-field): Use bibtex-beginning-of-entry.
2737 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
2738 invalid entry.
2739 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
2740 Handle preambles. Simplify code for thorough test.
2741 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
2742 New arg comma. Handle entry heads.
2743 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
2744 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
2745 New arg comma.
2746 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
2747 (bibtex-fill-field): Simplify.
2748 (bibtex-fill-entry): Use bibtex-beginning-first-field and
2749 bibtex-parse-field.
2750 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
2751 (bibtex-complete): Use bibtex-parse-preamble.
2752
2753 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
2754
2755 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
2756 Display name of expression instead of convenience variable.
2757 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
2758
2759 * progmodes/gud.el (gud-tooltip-dereference): Rename from
2760 toggle-gud-tooltip-dereference.
2761 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
2762 (gud-tooltip-tips): ...here when dereferencing.
2763
2764 2005-12-28 Bill Wohler <wohler@newt.com>
2765
2766 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
2767
2768 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
2769
2770 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
2771 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
2772 (vc-annotate-display-autoscale): Adjust call.
2773 (vc-annotate-display-default): Adjust call. Make arg compulsory.
2774 Fix interactive spec.
2775 (vc-annotate-time-span): Remove.
2776 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
2777 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
2778 (vc-annotate-display-select): Use new name.
2779
2780 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
2781 (vc-annotate-mode-menu): Remove left-over redundant declaration.
2782 Correct the construction of span entries. Simplify.
2783 (vc-annotate-display-select): Fix the nil case.
2784 (vc-annotate): Remove obsolete (and now broken) code.
2785 (vc-annotate-extract-revision-at-line): Remove obsolete code.
2786 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
2787
2788 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
2789
2790 * subr.el (lazy-completion-table): Correct typo in docstring.
2791
2792 * startup.el (command-line): Use `custom-reevaluate-setting' for
2793 `send-mail-function'.
2794
2795 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
2796
2797 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
2798
2799 * mail/smtpmail.el (smtpmail-try-auth-methods):
2800 Send credentials together with "AUTH PLAIN" command.
2801
2802 2005-12-27 Richard M. Stallman <rms@gnu.org>
2803
2804 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
2805 mouse-2, go back to previously selected window, so it's selected
2806 when mouse-2 command runs.
2807
2808 2005-12-27 Juri Linkov <juri@jurta.org>
2809
2810 * descr-text.el (describe-text-sexp): Use square brackets for
2811 button [Show] to distinguish it from the property value `show'.
2812 (describe-property-list): Use `insert-text-button' with
2813 `help-face' type instead of putting face in quotes, because button
2814 is not created automatically for a list of faces.
2815 (describe-text-properties-1): Put button-type value in quotes to
2816 distinguish from plain text "button".
2817 (describe-char): Display code point values in hex. Don't use
2818 `symbol-name' for `current-input-method' because it is a string.
2819 Use `insert-text-button' with `help-face' type instead of putting
2820 hardcoded face in quotes, because button is not created automatically.
2821
2822 2005-12-27 Richard M. Stallman <rms@gnu.org>
2823
2824 * progmodes/glasses.el (glasses-face): More specific custom type.
2825
2826 * files.el (set-visited-file-name): Doc fix.
2827
2828 * textmodes/flyspell.el (flyspell-external-point-words):
2829 Use local var buffer-scan-pos to advance scan for next misspelling.
2830 Advance it only after we find the misspelling.
2831
2832 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
2833
2834 * textmodes/flyspell.el (flyspell-external-point-words):
2835 New criteria for finding the misspelling in the buffer.
2836
2837 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
2838
2839 * help-mode.el (help-insert-string): Set help-xref-stack-item
2840 rather than call help-setup-xref.
2841
2842 * descr-text.el (describe-char): Revert previous changes for
2843 optional buffer argument.
2844
2845 2005-12-27 Juri Linkov <juri@jurta.org>
2846
2847 * help-mode.el (help-insert-string): New function. Save buffer
2848 contents in cases where it is impossible to recompute the old contents.
2849
2850 * descr-text.el (describe-char): Set help-xref-stack-item
2851 explicitly after buffer has been generated.
2852
2853 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2854
2855 * cus-start.el (all): Add x-gtk-show-hidden-files.
2856
2857 2005-12-26 Richard M. Stallman <rms@gnu.org>
2858
2859 * replace.el (perform-replace): Calculate match-again
2860 before skipping read-only matches.
2861
2862 * paren.el (paren-showing-faces): New group.
2863 (show-paren-match, show-paren-mismatch): Move to that group.
2864
2865 * button.el (button): Put into group `basic-faces'.
2866
2867 * progmodes/make-mode.el: Remove faces from group `faces'.
2868
2869 * apropos.el (apropos, apropos-value): Doc fix.
2870 (apropos-documentation): Doc fix.
2871
2872 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * subr.el (lazy-completion-table): Remove argument `args'.
2875
2876 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2877 Don't use the `args' argument of lazy-completion-table.
2878
2879 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
2880
2881 * descr-text.el (describe-char): Add optional argument for buffer.
2882 Set buffer appropriately. Call help-setup-xref.
2883 Suggested by Stefan Monnier.
2884
2885 2005-12-26 Juri Linkov <juri@jurta.org>
2886
2887 * descr-text.el: Require `help-fns' at runtime. Don't require
2888 `button' for byte compilation.
2889 (describe-text-widget): Add `help-echo' for first button.
2890 Use `help-info' for second.
2891 (describe-property-list): Use `help-argument-name' instead of `italic'.
2892 (describe-text-category): Add prompt to interactive spec.
2893 Call `help-setup-xref'.
2894 (describe-char): Use `help-character-set'. Add `help-echo' for
2895 code point. Use `help-input-method'. Remove superfluous insert.
2896
2897 2005-12-25 Richard M. Stallman <rms@gnu.org>
2898
2899 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
2900 at point, in case of narrowing.
2901
2902 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
2903
2904 * locate.el (locate-header-face): Allow nil in type.
2905
2906 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
2907
2908 2005-12-25 Romain Francoise <romain@orebokech.com>
2909
2910 * battery.el (battery-linux-proc-acpi): Also try
2911 `/proc/acpi/thermal_zone/THM0/temperature'.
2912
2913 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
2914
2915 * custom.el (custom-push-theme): Fix docstring.
2916
2917 * cus-edit.el (custom-variable-set, custom-variable-save)
2918 (custom-variable-save): Custom-quote widget values.
2919 (customize-save-variable): Fix custom-push-theme call.
2920
2921 2005-12-24 Eli Zaretskii <eliz@gnu.org>
2922
2923 * w32-fns.el (w32-batch-update-autoloads): New function.
2924
2925 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
2926 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
2927 from the command line.
2928
2929 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
2930
2931 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
2932 reset means to remove setting from theme entirely. Don't keep
2933 expanding theme-settings list; delete old entries if necessary.
2934
2935 * cus-edit.el (custom-buffer-create-internal): Move "Erase
2936 customization" button one line up.
2937 (custom-themed): New face.
2938 (custom-magic-alist): New value, THEMED, for theme settings.
2939 (custom-variable-state-set, custom-face-state-set):
2940 Check theme-value instead of saved-value.
2941 (custom-variable-reset-standard, custom-face-reset-standard):
2942 Remove theme setting entirely. Recalculate new values.
2943 (custom-variable-set, custom-variable-set)
2944 (custom-variable-reset-saved, custom-variable-reset-backup)
2945 (custom-face-set, custom-face-reset-saved): Update `user' theme.
2946 (custom-variable-save): Fix typos.
2947
2948 2005-12-23 Juri Linkov <juri@jurta.org>
2949
2950 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
2951 Add autoload cookies.
2952 (edebug-outside-d-c-i-n-s-w): New variable.
2953 (edebug-display, edebug-outside-excursion): Use it to save the
2954 original value of default-cursor-in-non-selected-windows.
2955 Set default-cursor-in-non-selected-windows to t while Edebug
2956 is active.
2957 (edebug-mode, edebug-eval-mode): Doc fix.
2958
2959 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
2960 with `buffer-substring-no-properties' to remove common substring
2961 highlighting.
2962
2963 * info.el (info-other-window, info): Rename function argument
2964 `file' to `file-or-node'.
2965 (Info-complete-menu-item): Use local variable `complete-nodes' to
2966 keep the global value of `Info-complete-nodes' unchanged for
2967 subsequent completions.
2968 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
2969
2970 * simple.el (get-next-valid-buffer, last-buffer)
2971 (next-error-buffer-p, next-error-find-buffer)
2972 (minibuffer-history-sexp-flag): Doc fix.
2973
2974 * savehist.el (savehist-mode-hook): Add `:group'.
2975
2976 * log-view.el: Call autoload for vc-find-version.
2977 (log-view-current-file): Adjust subgroup numbers.
2978 (log-view-current-tag): Add `length'.
2979
2980 2005-12-23 Richard M. Stallman <rms@gnu.org>
2981
2982 * vc.el (vc-annotate-car-last-cons): Defn moved up.
2983
2984 2005-12-23 Juri Linkov <juri@jurta.org>
2985
2986 * hi-lock.el (hi-lock-archaic-interface-message-used)
2987 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
2988 (hi-lock-mode): Display "Hi" in the mode line only when
2989 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
2990 (hi-lock-write-interactive-patterns):
2991 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
2992 (hi-lock-set-pattern, hi-lock-set-file-patterns)
2993 (hi-lock-font-lock-hook): Set 3rd arg `how' of
2994 font-lock-add-keywords to t.
2995
2996 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
2997
2998 * hi-lock.el (hi-lock-highlight-range): New variable.
2999 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
3000 only if font-lock-fontified is non-nil. Remove overlays.
3001 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
3002 font-lock-fontified is non-nil, otherwise use overlays (instead of
3003 text properties).
3004 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
3005 New variables.
3006 (hi-lock-string-serialize) New function.
3007
3008 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3009
3010 * menu-bar.el (menu-find-file-existing): New function.
3011 (menu-bar-file-menu): Use menu-find-file-existing for Open.
3012
3013 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
3014
3015 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 * vc.el: Remove unnecessary leading * in docstrings.
3018 (vc-annotate-mode-map): Move initialization into declaration.
3019 (vc-static-header-alist): Nitpick on the regexp.
3020 (vc-default-init-version): New fun.
3021 (vc-register): Use it.
3022 (vc-insert-headers): Use dolist.
3023 (vc-annotate-get-backend): Remove unused function.
3024 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
3025 (vc-annotate-mode): Remove corresponding call.
3026 (vc-annotate-car-last-cons): Simplify.
3027 (vc-annotate-buffers): Remove var.
3028 (vc-annotate-backend): Make it buffer-local.
3029 (vc-annotate): Move the interaction to the interactive spec.
3030 Add a `buf' argument.
3031 (vc-annotate-warp-version): Use this new `buf' argument to avoid
3032 killing&creating a vc-annotate buffer, which is very disruptive when
3033 the buffers are shown in dedicated frames.
3034
3035 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
3036
3037 * descr-text.el: Add FSF as maintainer.
3038 (describe-text-mode, describe-text-mode-map)
3039 (describe-text-mode-hook, describe-text-done): Delete. Use normal
3040 help-mode.
3041 (describe-text-widget, describe-text-sexp)
3042 (describe-property-list, describe-text-category)
3043 (describe-text-properties, describe-text-properties-1)
3044 (describe-char): Use help buttons instead of widgets.
3045 (describe-char-unicodedata-file): Make URL link in doc string.
3046
3047 2005-12-22 Richard M. Stallman <rms@gnu.org>
3048
3049 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
3050 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
3051 Don't include buttons that write a file when there's no file.
3052 (custom-variable-menu, custom-face-menu, custom-group-menu):
3053 Don't include commands that write a file when there's no file.
3054 (customize-browse): Reword the top-of-buffer help intro.
3055 (custom-buffer-create-internal): Fix previous change.
3056 (customize-changed-options-previous-release): Prev release is 21.1.
3057 (customize-changed-options): Doc fix.
3058 (customize-changed): New alias.
3059 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
3060 Say "standard values".
3061 (Custom-reset-standard): Doc fix.
3062 (custom-face-reset-standard): Doc fix.
3063
3064 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3065
3066 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
3067 even if font-lock-mode is non-nil since it may be t without having
3068 turned on font-lock-mode-internal.
3069 (font-lock-choose-keywords): Minor optimization.
3070 (font-lock-add-keywords, font-lock-remove-keywords)
3071 (font-lock-set-defaults): Don't call make-local-variable on a variable
3072 that we know to already be local.
3073
3074 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3075
3076 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
3077 messages if in the minibuffer.
3078
3079 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
3082 (tex-mode-flyspell-verify, flyspell-get-word)
3083 (flyspell-external-point-words): Don't use point-min/max uselessly.
3084
3085 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
3086 by Kevin Rodgers. Instead, just hide the completions buffer if we
3087 don't need to show it.
3088
3089 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
3090
3091 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
3092
3093 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3094
3095 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
3096 delete-windows-on with an inexistent buffer.
3097
3098 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
3099
3100 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3101 Delete defcustom variable :tag names.
3102
3103 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
3104
3105 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
3106 (log-view-font-lock-keywords): Ajust subgroup numbers.
3107 (log-view-current-tag): Don't hard code the number of subgroups.
3108
3109 2005-12-20 Juri Linkov <juri@jurta.org>
3110
3111 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
3112 (tooltip-x-offset, tooltip-y-offset): Doc fix.
3113
3114 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3115 (menu-bar-non-minibuffer-window-p): Instead of checking
3116 display-multi-frame-p, use selected-frame when menu-updating-frame
3117 is nil.
3118
3119 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
3120
3121 * align.el (align-rules-list): Use [ \t] instead of \s-
3122 for column separators in text mode.
3123
3124 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
3125
3126 * help-mode.el (help-customize-variable, help-customize-face):
3127 Don't pop help-xref-stack as help-follow no longer pushes
3128 anything on to it.
3129
3130 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
3131
3132 * textmodes/org.el (org-agenda-custom-commands): New option.
3133 (org-agenda): Offer custom commands on splash screen.
3134 (org-make-tags-matcher): Parser for Boolean logic added.
3135 (org-agenda-set-tags): New command.
3136 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
3137 (org-set-tags): Efficiency improvements.
3138 (org-auto-align-tags): New option.
3139 (org-todo, org-demote, org-promote): Realign tags.
3140 (org-tags-completion-function): Use also "&" and "|" as separators.
3141 (org-org-menu): Agenda commands simplified.
3142
3143 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3144
3145 * cus-edit.el (customize-apropos, customize-apropos-options):
3146 Docstring changes.
3147
3148 * font-lock.el (font-lock): Add tags to the links in the defgroup.
3149
3150 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
3151
3152 * longlines.el (longlines-mode): Wrap while widened.
3153 (longlines-decode-region, longlines-encode-region): Compute max
3154 just once.
3155
3156 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3157
3158 * cus-edit.el (mac): New group.
3159
3160 * cus-start.el (all): Add user options in macterm.c. Add test for
3161 Mac-related built-ins. Fix test for GTK-related built-ins.
3162
3163 * term/mac-win.el (mac-handle-language-change)
3164 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
3165 (mac-services-open-selection, mac-services-mail-selection)
3166 (mac-services-mail-to, mac-services-insert-text)
3167 (mac-dispatch-apple-event): Add docstrings.
3168 (x-get-selection, mac-select-convert-to-string): Select coding
3169 system from `utf-16be' and `utf-16le' using `byteorder'.
3170
3171 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3172
3173 * subr.el (lazy-completion-table): Don't be fooled if the var holds
3174 a "list" (lambda ...) rather than a real completion list.
3175
3176 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
3177 lexical-let when encountering ((lambda (...) ...) ...).
3178
3179 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3180
3181 * progmodes/sh-script.el (sh-mode):
3182 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
3183 * textmodes/picture.el (picture-mode): Update docstrings.
3184
3185 2005-12-17 Eli Zaretskii <eliz@gnu.org>
3186
3187 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
3188 commands enclosed in $(ARGQUOTE)s should not be split between two
3189 lines, as that will break with GNU Make >3.80, when sh.exe is used
3190 and arg quoting is with '..'.
3191 (autoloads): Don't break the quoted --eval expression between
3192 several lines.
3193
3194 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3195
3196 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3197 Capture error from printing circular structures.
3198
3199 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
3200
3201 * wid-edit.el (widget-checkbox-action): Clear undo info.
3202
3203 2005-12-16 Bill Wohler <wohler@newt.com>
3204
3205 * menu-bar.el (kill-this-buffer): Set a good example by using menu
3206 bar, not menubar in comment.
3207
3208 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3211 After-change-functions should not clobber the match data.
3212
3213 2005-12-16 Juri Linkov <juri@jurta.org>
3214
3215 * simple.el (choose-completion): Use `buffer-substring-no-properties'
3216 instead of `buffer-substring'.
3217 (completion-common-substring): Doc fix.
3218 (completion-setup-function): Use minibuffer-completion-contents
3219 instead of minibuffer-contents. Don't set common-string-length
3220 initially. Remove special handling of partial-completion-mode.
3221 Move computation of completion-base-size into one cond.
3222 Call completion-base-size-function in mainbuf. In computation of
3223 completion-base-size for file name completion don't move point to
3224 the end of the minibuffer. Move computation of common-string-length
3225 into one cond. Start putting faces only when common-string-length>=0.
3226 Add condition to put completions-common-part when
3227 common-string-length>0.
3228
3229 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3230 place point at the first different character in the minibuffer
3231 even if this position is at the beginning of the minibuffer.
3232
3233 * info.el (Info-read-node-name-1): In completion-base-size-function's
3234 lambda return 1 if common-substring or minibuffer-completion-contents
3235 starts with (, and 0 otherwise.
3236
3237 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3238 Use `crm-current-element' for second arg of `display-completion-list'.
3239
3240 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
3241
3242 * files.el (set-auto-mode): Look for an interpreter specified on
3243 the first line also if search for mode specification succeeded,
3244 but the mode is not known.
3245
3246 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
3247
3248 * textmodes/org.el (org-tags-match-list-sublevels): New option.
3249 (org-open-at-point): Implement tag searches as links.
3250 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
3251 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
3252 (org-tags-sparse-tree, org-tags-view, org-set-tags)
3253 (org-agenda-dispatch): New commands.
3254 (org-use-tag-inheritance, org-tags-column): New options.
3255 (org-tab-follows-link, org-return-follows-link): New options.
3256 (org-tags): New customize group.
3257 (org-start-icalendar-file): Get local time zone.
3258 (org-tags-completion-function): New function.
3259 (org-set-font-lock-defaults): Make sure links will also be
3260 highlighted inside headlines.
3261
3262 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
3263
3264 * term.el (term-emulate-terminal):
3265 Let term-handle-ansi-terminal-messages override what Bash says about
3266 its current directory.
3267
3268 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3269
3270 * bindings.el (last-buffer): Move to simple.el.
3271 * simple.el (last-buffer): Move here.
3272 (get-next-valid-buffer): New function.
3273 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
3274 (prev-buffer): Ditto. Rename to `previous-buffer'.
3275
3276 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
3277 * bindings.el (global-map): Ditto.
3278
3279 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
3280
3281 * cus-edit.el: Introductory comment change.
3282 (custom-magic-alist): Change message string for the `rogue' state.
3283
3284 2005-12-15 Richard M. Stallman <rms@gnu.org>
3285
3286 * tooltip.el: Delete defcustom variable :tag names.
3287
3288 * complete.el (partial-completion-mode): Doc fix.
3289
3290 * textmodes/flyspell.el (flyspell-external-point-words):
3291 Use save-excursion to ensure we don't move backward in the
3292 search loop, not even one character.
3293 (flyspell-delete-all-overlays): Use remove-overlays directly.
3294
3295 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
3296 (ispell-start-process): Set that variable.
3297 Clear ispell-buffer-local-name.
3298 (ispell-internal-change-dictionary):
3299 Set ispell-current-dictionary after killing process.
3300 (ispell-buffer-local-dict):
3301 Don't set spell-personal-dictionary after killing process.
3302 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
3303 (ispell-tex-skip-alists, ispell-html-skip-alists)
3304 (ispell-skip-region-alist): Mark as risky.
3305
3306 * net/newsticker.el (newsticker--retrieval-timer-list)
3307 (newsticker--display-timer, newsticker-running-p)
3308 (newsticker-ticker-running-p): Definitions moved up.
3309
3310 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
3311
3312 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
3313
3314 2005-12-15 David Ponce <david@dponce.com>
3315
3316 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
3317 (recentf-edit-list, recentf-open-files): Signal an error when
3318 there is no recent file.
3319
3320 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
3321
3322 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
3323 read-only except for texinfo-format-region evaluation.
3324
3325 2005-12-14 Richard M. Stallman <rms@gnu.org>
3326
3327 * vc.el (vc-default-previous-version, vc-default-next-version)
3328 (vc-do-command): Doc fixes.
3329
3330 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3331
3332 * textmodes/bibtex.el (bibtex-expand-strings)
3333 (bibtex-autokey-expand-string, bibtex-name-part)
3334 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
3335 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
3336 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
3337 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
3338 (bibtex-entry-postfix, bibtex-known-entry-type-re)
3339 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3340 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3341 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
3342 (bibtex-beginning-of-last-entry): Remove.
3343 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
3344 message if comma is missing but buffer is read-only.
3345 (bibtex-parse-field-text): Handle whitespaces at the end of field
3346 text. Return 3-element list with beginning and end of field text
3347 and end of field.
3348 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
3349 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
3350 (bibtex-search-forward-field, bibtex-search-backward-field):
3351 Search always delimited by limits of entry. Use more efficient
3352 search algorithms.
3353 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
3354 bibtex-end-of-name-in-field.
3355 (bibtex-text-in-field-bounds): Handle BibTeX strings when
3356 extracting the content of a field.
3357 (bibtex-text-in-field): Use search limits.
3358 (bibtex-parse-string-prefix): Handle empty string keys based on
3359 bibtex-string-empty-key.
3360 (bibtex-parse-string): Fix docstring.
3361 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
3362 (bibtex-preamble-prefix, bibtex-strings): New functions.
3363 (bibtex-skip-to-valid-entry): Include preceding whitespace in
3364 BibTeX entries (consistent with other BibTeX functions).
3365 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
3366 (bibtex-search-entry): Fix docstring. Simplify.
3367 (bibtex-flash-head, bibtex-complete-string-cleanup)
3368 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
3369 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
3370 (bibtex-parse-entry): New optional arg content.
3371 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
3372 Use bibtex-text-in-field-bounds.
3373 (bibtex-print-help-message): Handle BibTeX strings and preambles.
3374 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
3375 bibtex-parse-string-postfix.
3376 (bibtex-find-text-internal): New function.
3377 (bibtex-remove-delimiters): Use it.
3378 (bibtex-find-text): Use it. New optional arg help.
3379 (bibtex-complete): Handle BibTeX string and preamble entries.
3380 (bibtex-Preamble): Fix order of closing delimiters.
3381
3382 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3383
3384 * vc.el (vc-default-revert): New fun.
3385
3386 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
3387
3388 2005-12-14 Romain Francoise <romain@orebokech.com>
3389
3390 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
3391 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
3392 (font-lock-remove-keywords): Likewise.
3393
3394 2005-12-14 Juri Linkov <juri@jurta.org>
3395
3396 * log-view.el (log-view-diff): Doc fix.
3397
3398 * isearch.el (isearch-query-replace): Use (mark) instead of
3399 isearch-opoint if mark is active in transient-mark-mode.
3400
3401 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3402
3403 * isearch.el (isearch-query-replace): Check for isearch-other-end.
3404
3405 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
3406
3407 * progmodes/cpp.el (cpp-face): New widget.
3408 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
3409
3410 2005-12-14 Juri Linkov <juri@jurta.org>
3411
3412 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
3413 around `erase-buffer' and `insert'.
3414
3415 * descr-text.el (describe-text-properties): Replace buffer name
3416 "*Help-2*" with "*Help*<2>".
3417 (describe-char): Add functions print-help-return-message,
3418 toggle-read-only. Use help-setup-xref with nil to not store
3419 describe-char in help-xref-stack. Use help-make-xrefs to
3420 make [back] button.
3421
3422 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
3423
3424 * wdired.el (wdired-old-point): New internal variable.
3425 (wdired-change-to-wdired-mode): Set it buffer-locally.
3426 (wdired-abort-changes): Restore point after aborting changes.
3427
3428 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3429
3430 * vc.el (vc-do-command): Add a new value t for okstatus.
3431
3432 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
3433 frame in case of errors.
3434
3435 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3436
3437 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
3438 so it comes after "On the Left" in the menu.
3439
3440 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
3441
3442 * cus-edit.el (customize-apropos, customize-apropos-options)
3443 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
3444
3445 2005-12-12 Bill Wohler <wohler@newt.com>
3446
3447 * vc-svn.el (vc-svn-registered): Fix problem of visiting
3448 non-writable Subversion-controlled files by saving window
3449 configuration before calling vc-do-command. vc-do-command calls
3450 pop-to-buffer on error which is unexpected during registration.
3451
3452 2005-12-12 Jay Belanger <belanger@truman.edu>
3453
3454 * calc/README: Update the summary of changes.
3455
3456 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3457
3458 * descr-text.el (describe-char): Rework last fix to solve the problem
3459 is the same way it's solved for everything else in that function
3460 (i.e. by extracting the info before setting up the *Help* buffer).
3461
3462 2005-12-12 Kim F. Storm <storm@cua.dk>
3463
3464 * subr.el (version-regexp-alist): Allow space as separator before
3465 non-numeric part, e.g. "1.0 alpha".
3466 (version-to-list): Interpret .X.Y version as 0.X.Y version.
3467
3468 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
3469
3470 * textmodes/org.el (org-agenda, org-timeline, org-todo):
3471 Implement Logging and the keep-modes setting.
3472 (org-get-category): Make sure a string is returned.
3473 (org-log-done): New function.
3474 (org-log-done, org-closed-string): New options.
3475
3476 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3477
3478 * tooltip.el (tooltip-y-offset): Change default to 20.
3479
3480 2005-12-12 Richard M. Stallman <rms@gnu.org>
3481
3482 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
3483
3484 * frame.el (display-hourglass): Doc fix.
3485
3486 * help.el (help-for-help-internal): Simplify entry for `a'.
3487
3488 * info.el (Info-on-current-buffer): Doc fix.
3489 (info-insert-file-contents): Don't test (featurep 'jka-compr).
3490
3491 * startup.el (inhibit-splash-screen): Make this the real name.
3492 (inhibit-startup-message): Make this the alias.
3493 (command-line): Find only simple.el, and use its directory
3494 to fill in other preloaded files' names.
3495 (command-line): Deactivate the mark if deactivate-mark is set.
3496
3497 * international/mule.el (load-with-code-conversion):
3498 Bind deactivate-mark.
3499
3500 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3501
3502 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
3503
3504 * cus-edit.el (customize-apropos): Avoid listing an option more
3505 than once under different aliases. No longer list user options
3506 that are not defined with defcustom (unless a prefix arg is given).
3507 Doc fix.
3508 (customize-apropos-options): Doc fix.
3509
3510 2005-12-11 Juri Linkov <juri@jurta.org>
3511
3512 * frame.el (set-background-color, set-foreground-color)
3513 (set-cursor-color, set-mouse-color, set-border-color):
3514 Add explicit prompts to read colors by `facemenu-read-color'.
3515 (show-trailing-whitespace, blink-cursor-delay)
3516 (blink-cursor-interval, display-hourglass, hourglass-delay):
3517 Remove tags.
3518 (display-hourglass, hourglass-delay): Doc fix.
3519 (cursor-in-non-selected-windows): Capitalize words in tag.
3520
3521 * faces.el (frame-background-mode): Replace `choice-item' keywords
3522 with `const' to not make [default] button. Change default value tag
3523 from `default' to `automatic'. Doc fix.
3524 (trailing-whitespace) <defface>: Change group `whitespace' to
3525 `whitespace-faces'.
3526
3527 2005-12-11 Richard M. Stallman <rms@gnu.org>
3528
3529 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3530
3531 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3532
3533 * term/mac-win.el: Create keymap for mac-apple-event-map.
3534
3535 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
3536
3537 * tooltip.el (tooltip-mode): Move to start of file so that it
3538 appears at top of customize buffer.
3539
3540 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3541 Add the gud groupname.
3542 (gud-tooltip-mode): Add the tooltip groupname.
3543 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
3544 avoid conflict with tooltip-use-echo-area.
3545
3546 2005-12-10 Romain Francoise <romain@orebokech.com>
3547
3548 * help.el (help-for-help-internal): Add `r' in doc string.
3549
3550 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3551
3552 * align.el (align-regexp, align-highlight-rule):
3553 Use region-beginning and region-end instead of point and mark, so that
3554 repetition (with `repeat-complex-command') recomputes the region
3555 bounds.
3556
3557 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
3558
3559 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3560 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3561 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3562 (balance-windows): Rewrite using the above new functions.
3563
3564 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
3565
3566 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
3567 react if global-hi-lock-mode seems intended.
3568 (global-hi-lock-mode) Renamed from hi-lock-mode.
3569 (hi-lock-archaic-interface-message-used)
3570 (hi-lock-archaic-interface-deduce): New variables.
3571 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3572 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3573 (hi-lock-find-patterns, hi-lock-font-lock-hook):
3574 Replace hi-lock-buffer-mode with hi-lock-mode.
3575
3576 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
3577
3578 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
3579 completion list, even after a partial completion has been
3580 inserted in the current buffer. If there are more than 1
3581 completion, redisplay the *Completions* buffer; if the
3582 completion is unique, delete the *Completions* window.
3583
3584 2005-12-10 Eli Zaretskii <eliz@gnu.org>
3585
3586 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
3587 strings and long subject lines that were broken into multiple
3588 lines at arbitrary places. Handle subjects that have "Re: " in
3589 the middle.
3590
3591 2005-12-10 John W. Eaton <jwe@octave.org>
3592
3593 * emacs/octave-mod.el (octave-electric-space): Don't indent
3594 comments or strings if octave-auto-indent is nil.
3595
3596 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3597
3598 * term/mac-win.el: Require url when compiling.
3599 Call mac-process-deferred-apple-events after loading init files.
3600 (mac-apple-event-map): New defvar. Define event handlers in it.
3601 (core-event, internet-event): New Apple event class symbols.
3602 (open-application, reopen-application, open-documents)
3603 (print-documents, open-contents, quit-application)
3604 (application-died, show-preferences, autosave-now, get-url):
3605 New Apple event ID symbols.
3606 (about): New HICommand ID symbol.
3607 (mac-event-spec, mac-event-ae): New macros.
3608 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
3609 (mac-ae-selection-range, mac-ae-text-for-search)
3610 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
3611 (mac-application-menu-map): Remove keymap. Handlers for HICommand
3612 and Services menu events are now defined in mac-apple-event-map.
3613 (mac-drag-n-drop): Remove selection range handling.
3614
3615 2005-12-10 Kenichi Handa <handa@m17n.org>
3616
3617 * simple.el (zap-to-char):
3618 * isearch.el (isearch-process-search-char): Translate CHAR by
3619 translation-table-for-input.
3620
3621 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
3622
3623 * foldout.el (foldout-exit-fold): Properly hide subtree.
3624
3625 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
3626
3627 * files.el (save-buffer):
3628 * international/ucs-tables.el (ucs-set-table-for-input):
3629 * mail/mail-extr.el (mail-extract-address-components):
3630 * mail/sendmail.el (mail-mode): Reformat doc string.
3631
3632 2005-12-09 Juri Linkov <juri@jurta.org>
3633
3634 * isearch.el (isearch-highlight): Change main overlay priority
3635 from 1 to 1001. Simplify.
3636 (isearch-lazy-highlight-update): Change lazy overlay priority
3637 from 0 to 1000.
3638
3639 * replace.el (replace-highlight): Change overlay priority from
3640 1 to 1001.
3641
3642 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3643 Change overlay priority from 1 to 1001. Reuse existing overlay.
3644
3645 * compare-w.el (compare-windows-highlight): Change overlay
3646 priority from 1 to 1000.
3647
3648 * menu-bar.el (menu-bar-edit-menu): Add listp around
3649 pending-undo-list to disable menu item "undo" when pending
3650 undo list is empty.
3651
3652 * locate.el (locate): Disable undo in *Locate* buffer.
3653
3654 2005-12-09 Kim F. Storm <storm@cua.dk>
3655
3656 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
3657
3658 2005-12-09 David Ponce <david@dponce.com>
3659
3660 * recentf.el: Improvement of the menu code.
3661 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
3662 instead of menu hook.
3663 (recentf-show-menu, recentf-hide-menu): New functions.
3664 (recentf-menu-customization-changed, recentf-mode): Use them.
3665 (recentf-menu-action, recentf-max-menu-items)
3666 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
3667 (recentf-arrange-by-rule-others)
3668 (recentf-arrange-by-rules-min-items)
3669 (recentf-arrange-by-rule-subfilter) : Don't use
3670 `recentf-menu-customization-changed'.
3671 (recentf-arrange-rules): Likewise. Accept functions to compute
3672 sub-menu titles.
3673 (recentf-menu-filter): Likewise. Doc fix.
3674 (recentf-menu-value-shortcut): Doc fix.
3675 (recentf-dump-variable): Quote atom value.
3676 (recentf-make-menu-items): Update to use it as a menu filter.
3677 (recentf-match-rule): New function.
3678 (recentf-arrange-by-rule): Use it.
3679 (recentf-indirect-mode-rule): New function.
3680 (recentf-build-mode-rules): Use it.
3681 (recentf-dir-rule): New function.
3682 (recentf-arrange-by-dir): Use it.
3683 (recentf-filter-changer-current): Rename from
3684 `recentf-filter-changer-state'. All references updated.
3685 (recentf-filter-changer-alist): Update filter names.
3686 (recentf-filter-changer-select): New function.
3687 (recentf-filter-changer): Use it. Make a sub-menu from filters
3688 available in `recentf-filter-changer-alist'.
3689 (recentf-data-cache, recentf-clear-data)
3690 (recentf-update-menu): Remove. All references updated.
3691 (recentf-match-rule-p, recentf-build-dir-rules)
3692 (recentf-filter-changer-goto-next)
3693 (recentf-filter-changer-get-current)
3694 (recentf-filter-changer-get-next): Remove.
3695
3696 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3697
3698 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
3699 buffer "Reset" button to "Reset to Current" for consistency with
3700 the State buttons.
3701
3702 2005-12-08 John Paul Wallington <jpw@pobox.com>
3703
3704 * ibuf-ext.el (define-ibuffer-filter filename):
3705 If `dired-directory' is a list then really use its car.
3706
3707 2005-12-08 Kim F. Storm <storm@cua.dk>
3708
3709 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3710 Fix indention of text on right side of replaced rectangle.
3711
3712 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
3713
3714 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
3715 No need to check gud-comint-buffer is bound.
3716 (gdb): Prevent multiple debugging when first session uses gdba.
3717
3718 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3719
3720 CC Mode update to 5.31.
3721
3722 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
3723 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
3724 might do this function properly in the future).
3725
3726 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
3727 macros c-sentence-end and c-default-value-sentence end, to cope
3728 with Emacs 22's new function `sentence-end'.
3729
3730 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3731
3732 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
3733 compat issue using `c-put-overlay' and `c-delete-overlay'.
3734
3735 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
3736 compat macros to handle overlays/extents.
3737
3738 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3739
3740 * progmodes/cc-fix.el: Add definitions of the macros push and pop
3741 (for GNU Emacs 20.4)
3742
3743 * progmodes/cc-defs.el:
3744 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
3745
3746 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
3747 highlighting mechanism so it will work in XEmacs too.
3748
3749 * progmodes/cc-defs.el: Insert c-int-to-char.
3750
3751 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
3752 call to the new macro c-int-to-char. This solves XEmacs's
3753 regarding characters as different from integers.
3754
3755 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3756
3757 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
3758 helper.
3759
3760 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
3761 construct to make the indirect face lookup work in XEmacs.
3762
3763 (c-cpp-matchers): Append the negation char face to the existing
3764 fontification, so that the cpp face doesn't disappear. Use
3765 `c-make-syntactic-matcher' to avoid negation chars in comments and
3766 strings.
3767
3768 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
3769 to map to `font-lock-negation-char-face' in emacsen where it
3770 exists.
3771
3772 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3773
3774 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
3775
3776 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
3777 Rename "c-subword-move-mode" as "c-subword-mode".
3778
3779 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
3780 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
3781
3782 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3783
3784 * progmodes/cc-mode.el: Added autoload directive for
3785 `c-subword-move-mode' for use in older emacsen.
3786
3787 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3788
3789 * progmodes/cc-mode.el:
3790 (i) Insert a binding for C-c C-backspace into
3791 c-bind-special-erase-keys which works in TTYs.
3792 (ii) Make sure that when file styles are used, any explicitly
3793 given style variables take priority over those in the style. Do
3794 this by calling `hack-local-variables' a second time.
3795
3796 * progmodes/cc-vars.el: Add language specific customization
3797 widgets for AWK to c-doc-comment-style, c-require-final-newline
3798 and c-default-style. Add a defcustom for awk-mode-hook. Give
3799 c-syntactic-element and c-syntactic-context doc-strings by
3800 directly setting their `variable-documentation' propery. This
3801 allows Emacs 22.1 to read these with C-h v.
3802
3803 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
3804 Monnier).
3805
3806 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3807
3808 * progmodes/cc-fonts.el, cc-vars.el
3809 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
3810 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
3811 Masatake YAMATO.
3812
3813 (c-doc-comment-style): Made GtkDoc default in C mode.
3814
3815 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
3816 and C-c C-<delete>.
3817
3818 (c-bind-special-erase-keys): New function for use on
3819 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
3820
3821 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
3822 <delete> key behavior in XEmacs according to `delete-forward-p'.
3823 C.f. `c-electric-delete'.
3824
3825 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3826
3827 * progmodes/cc-mode.el: Give c-hungry-backspace and
3828 c-hungry-delete-forward permanent key bindings.
3829
3830 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
3831 c-syntactic-context for calls to "criteria functions", for
3832 consistency with other calls to user functions.
3833
3834 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
3835 `current-prefix-arg', since this might be the prefix arg to a
3836 command which calls c-indent-command as a function. Change the
3837 interactive spec from "p" to "P".
3838
3839 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
3840 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
3841 was difficult to understand.
3842
3843 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3844
3845 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
3846 first char of an identifier.
3847
3848 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
3849 +" syntax in C++.
3850
3851 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3852
3853 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
3854 auto-fill doesn't split a c-comment's last word from a hanging
3855 "*/" when a space is typed between them after fill-column.
3856
3857 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
3858
3859 * progmodes/cc-styles.el (c-set-style)
3860 (c-setup-paragraph-variables): Abort the command if we're not in a
3861 CC Mode buffer.
3862
3863 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
3864 with blank comment-prefix, and a blank line as the comment's
3865 second line.
3866
3867 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3868
3869 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
3870 Incorporated the patterns added in the Emacs development branch
3871 for the new Emacs 22 face `font-lock-negation-char-face'.
3872
3873 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
3874 of "red" since it stands out better in xterms and DOS terminals.
3875
3876 * progmodes/cc-engine.el (c-literal-faces): Added
3877 `font-lock-comment-delimiter-face' which is new in Emacs 22.
3878
3879 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3880
3881 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
3882 forcibly enable c-electric-flag.
3883
3884 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
3885 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
3886 just after the comment-prefix of a C-style comment will close that
3887 comment.
3888
3889 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3890
3891 * progmodes/cc-fonts.el (c-basic-matchers-before)
3892 (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
3893 in Pike.
3894
3895 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
3896 digraphs.
3897
3898 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
3899 (c-cpp-message-directives, c-cpp-include-directives)
3900 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
3901 (c-cpp-expr-directives): Introduced new language constants to
3902 control cpp syntax in a cleaner way.
3903
3904 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
3905
3906 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
3907
3908 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
3909 (c-multiline-string-start-char): New language constants and
3910 variables to specify how newlines in string literals work.
3911
3912 (c-font-lock-invalid-string): Use them.
3913
3914 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
3915 unbalanced close brace is entered. Optimization by avoiding going
3916 back over arbitrarily large blocks. Removed hints that this
3917 function only would be relevant/useful in AWK.
3918
3919 (c-electric-brace): Indent syntactically after the cleanups since
3920 lineup functions might do it differently then.
3921
3922 * progmodes/cc-engine.el, cc-langs.el
3923 (c-opt-op-identifier-prefix): New language constant and variable.
3924
3925 (c-just-after-func-arglist-p, c-after-special-operator-id)
3926 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
3927
3928 * progmodes/cc-align.el, cc-engine.el
3929 (c-after-special-operator-id): New helper to handle C++ operator
3930 identifiers.
3931
3932 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
3933 (c-guess-basic-syntax): Handle C++ operator identifiers in
3934 declarations.
3935
3936 * progmodes/cc-langs.el (c-assignment-operators): Added the
3937 trigraph version of ^= too.
3938
3939 * progmodes/cc-langs.el (c-assignment-operators): Added the
3940 trigraph version of |= in C++.
3941
3942 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
3943 `c-decl-hangon-kwds' after the identifier name.
3944
3945 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
3946 whether an arglist is "nonempty", ignore a comment after the open
3947 paren if it isn't followed by a non-comment token on the same
3948 line.
3949
3950 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
3951 heuristics below the point to cope with classes inside special
3952 brace lists in Pike.
3953
3954 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3955
3956 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
3957
3958 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3959
3960 * progmodes/cc-guess.el (cc-guess-install): New function to
3961 install an already guessed style in another buffer.
3962
3963 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
3964 sets `inhibit-read-only' - `c-save-buffer-state' should be used
3965 anyway if the change always is undone.
3966
3967 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3968
3969 Implement togglable electricity:
3970
3971 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
3972 saying when it should be used.
3973
3974 * progmodes/cc-engine.el: Add the new buffer-local variable,
3975 c-electric-flag.
3976
3977 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
3978 c-toggle-auto-newline.
3979
3980 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
3981 c-toggle-auto-newline. Remove the binding for
3982 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
3983 c-toggle-electric-state.
3984
3985 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
3986
3987 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
3988 c-\(forward\|backward\)-subword.
3989 (c-update-modeline): Add the new modeline flag `l' for
3990 `c-electric-flag'. Make the auto-newline flag `a' dependent on
3991 `l'.
3992 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
3993 the old name an alias of the new name.
3994 (c-toggle-electric-state): New function.
3995 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
3996 Adapt these functions to do electric things only when
3997 c-electric-flag is non-nil.
3998 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
3999 new functions from c-electric-brace.
4000 (c-point-syntax): Add a check for "virtual semicolons" in AWK
4001 mode, so that the tentative extra newline doesn't change the
4002 syntax of the following brace.
4003 (c-electric-brace): Restructure by extracting the above functions.
4004 Tidy up the coding somewhat.
4005 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
4006 restructure a bit.
4007
4008 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4009
4010 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
4011 anchor position(s) using faces. Thanks to Masatake YAMATO for the
4012 idea.
4013
4014 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
4015 (c-submode-indicators): Changed name from `c-auto-hungry-string'
4016 since it's now used to track another submode.
4017
4018 (c-update-modeline): Converted to function and extended to check
4019 `c-subword-move-mode'.
4020
4021 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4022 Converted to compat aliases for `c-forward-subword' and
4023 `c-backward-subword'.
4024
4025 * progmodes/cc-subword.el: New functions and minor mode to handle
4026 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
4027
4028 (c-forward-subword, c-backward-subword, c-mark-subword)
4029 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
4030 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
4031 Functions corresponding to the standard word handling functions.
4032
4033 (c-subword-move-mode): Minor mode that replaces all the standard
4034 word handling functions with their subword equivalences.
4035
4036 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4037
4038 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
4039 entry for one-liner-defun.
4040
4041 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
4042 name in its def-edebug-spec.
4043
4044 * progmodes/cc-cmds.el (c-electric-brace): Make the
4045 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
4046 compacts space before a comment, if this will make things fit on
4047 one line.
4048
4049 Introduce an "awk" style, mainly for auto-newline and clean-ups.
4050
4051 * progmodes/cc-align.el: New function c-snug-1line-defun-close
4052
4053 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
4054 clean-up one-liner-defun.
4055
4056 * progmodes/cc-styles.el: Add the new "awk" style.
4057
4058 * progmodes/cc-vars.el: Add description of one-liner-defun to
4059 c-cleanup-list's doc-string. New user options,
4060 c-max-one-liner-length. In c-default-style, set the default style
4061 for AWK to "awk".
4062
4063 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4064
4065 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
4066 macros inside labels.
4067
4068 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
4069 `c-at-statement-start-p' and `c-at-expression-start-p'.
4070
4071 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
4072 error if the mark isn't set.
4073
4074 * progmodes/cc-engine.el (c-guess-continued-construct)
4075 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
4076 accurately detect functions inside functions.
4077
4078 * progmodes/cc-engine.el (c-at-expression-start-p): New function
4079 like `c-at-statement-start-p' that additionally recognizes commas
4080 and expression parentheses as delimiters.
4081
4082 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
4083 to avoid heuristics that doesn't work for unclosed blocks.
4084
4085 (c-at-statement-start-p): New function.
4086
4087 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
4088 Objective-C directives, e.g. directives spanning lines should work
4089 reasonably well now.
4090
4091 (c-put-c-type-property, c-clear-c-type-property): New helpers.
4092
4093 (c-forward-objc-directive): New function to move over any ObjC
4094 directive.
4095
4096 (c-just-after-func-arglist-p, c-guess-basic-syntax)
4097 (c-basic-matchers-before): Use it.
4098
4099 (c-font-lock-objc-iip-decl): Removed.
4100
4101 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
4102 in the template arglist recognition.
4103
4104 * progmodes/cc-styles.el (c-style-alist): Fixed several
4105 inconsistencies in the Whitesmith style.
4106
4107 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
4108 New lineup function to get lines after Whitesmith style blocks
4109 correctly indented.
4110
4111 (c-lineup-whitesmith-in-block): Backed out the compensation for
4112 opening parens since it's done using `add' lists in the style
4113 definition instead. Don't use the anchor position since it varies
4114 too much between the syntactic symbols. :P
4115
4116 * progmodes/cc-vars.el (c-valid-offset): Updated.
4117
4118 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
4119 lists where the offsets are combined according to several
4120 different methods: `first', `min', `max', and `add'. Report
4121 offset evaluation errors with `c-benign-error' so that some kind
4122 of reindentation still is done.
4123
4124 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
4125 `arglist-intro' the same way as `arglist-cont-nonempty' and
4126 `arglist-close'.
4127
4128 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
4129 situations for `arglist-cont-nonempty' and `arglist-close'.
4130
4131 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
4132 constant.
4133
4134 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
4135 cc-bytecomp-boundp' in a number of places.
4136
4137 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
4138 macro related issue.
4139
4140 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4141
4142 * progmodes/cc-awk.el: Change the terminology of regexps: A char
4143 list is now [asdf], a char class [:alpha:]. Include code for char
4144 classes. Set c-awk-NL-prop on lines ending in open strings. (Bug
4145 fix.) Add character classes (e.g. "[:alpha:]") into AWK Mode's
4146 regexps.
4147
4148 Remove (nearly all of) the cruft associated with AWK Mode's former
4149 concept of "virtual semicolons":
4150
4151 Adapt c-beginning-of-statement, c-end-of-statement (together with
4152 subfunctions) to use the new notion of "virtual semicolon" in
4153 place of the old awkward special handling for AWK. There remains
4154 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
4155 * progmodes/cc-cmds.el:
4156 (c-ascertain-adjacent-literal): In the backwards direction, now
4157 recognises AWK regexp delimiters as string delimiters.
4158 (c-after-statement-terminator-p): Adapt for virtual semicolons;
4159 check more rigorously for "end of macro".
4160 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
4161 virtual semicolons;
4162 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
4163 out the code for forward movement into ...
4164 (c-end-of-statement): Now contains the code for forward movement,
4165 adapted for virtual semicolons.
4166
4167 * progmodes/cc-engine.el:
4168 (c-ws*-string-limit-regexp): New regexp.
4169 (c-forward-single-comment, c-backward-single-comment): Comment out
4170 the (now redundant) "special" AWK stuff.
4171
4172 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
4173 c-string-par-start, c-string-par-separate to be more like Text
4174 Mode than Fundamental Mode.
4175
4176 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4177
4178 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
4179 to the fontified region so that fontification doesn't occur
4180 outside it (could happen e.g. when fontifying a line with an
4181 unfinished declaration).
4182
4183 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4184
4185 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
4186 moved to near the start of the file. ^L now separate sections of
4187 the file. New defconsts: c-awk-non-eol-esc-pair-re,
4188 c-awk-blank-or-comment-line-re,
4189 c-awk-one-line-possibly-open-string-re,
4190 c-awk-regexp-one-line-possibly-open-char-class-re,
4191 c-awk-one-line-possibly-open-regexp-re,
4192 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
4193 c-awk-vsemi-status-unknown-p.
4194
4195 Amend the concept of "virtual semicolons" (in the indentation
4196 engine) for languages like AWK, such that they are now
4197 conceptually attached to end of the last token of a statement, not
4198 the end of the line. (In AWK Mode, however, the pertinent text
4199 property is still physically set on the EOL.) Remove the specific
4200 tests for awk-mode, thus facilitating the introduction of other
4201 language modes where EOLs can end statements. (Note: The
4202 funtionality in cc-cmds.el, specifically
4203 c-beginning/end-of-statement has yet to be amended.)
4204
4205 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
4206 c-vsemi-status-unknown-p.
4207
4208 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4209 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
4210 c-vsemi-status-unknown-p-fn (in a new page).
4211
4212 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4213 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4214 numerous awkward forms like
4215 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4216 with
4217 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
4218 variable before-ws-ip, the place just after char-before-ip
4219 appears.
4220
4221 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4222 a comment.
4223
4224 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4225
4226 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
4227 `c-tentative-buffer-changes'.
4228
4229 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
4230 converted to macro to choose between Emacs and XEmacs at compile
4231 time.
4232
4233 (c-set-region-active): New set counterpart to
4234 `c-region-is-active-p'.
4235
4236 (c-tentative-buffer-changes): New macro to handle temporary buffer
4237 changes in a convenient way.
4238
4239 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4240 for `c-tentative-buffer-changes'.
4241
4242 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
4243 the checks for paren sexps between the point and the keyword, to
4244 avoid some false alarms.
4245
4246 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4247 Fixed a situation where an error could be thrown for unbalanced
4248 parens. Changed to make use of c-keyword-member' to avoid some
4249 repeated regexp matches.
4250
4251 (c-opt-lambda-key, c-opt-inexpr-block-key,
4252 c-opt-inexpr-class-key): These language variable are no longer
4253 necessary.
4254
4255 (c-block-stmt-kwds): New language constant used by
4256 c-looking-at-inexpr-block'.
4257
4258 (c-guess-basic-syntax): Removed an optional check that looked at
4259 the existence of the now removed language variables.
4260
4261 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
4262 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
4263 object instantiation expressions as declarations in some contexts.
4264 This bug only affected languages where the declarator can't be
4265 enclosed in parentheses.
4266
4267 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
4268 insert newlines before and after substatement braces.
4269
4270 * progmodes/cc-engine.el: Improved the heuristics for recognizing
4271 function declaration headers and the handling of C++ style member
4272 init lists.
4273
4274 (c-just-after-func-arglist-p): Rewritten to use
4275 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
4276
4277 (c-beginning-of-member-init-list): Removed since it isn't used
4278 anymore.
4279
4280 (c-guess-basic-syntax): Case 5B adapted for the new
4281 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
4282 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
4283 covers all cases now).
4284
4285 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
4286
4287 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4288
4289 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
4290 c-string-par-start/separate c-sentence-end-with-esc-eol,
4291 initialised in c-setup-paragraph-variables, used in string
4292 scanning subroutines of c-beginning-of-statement.
4293
4294 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
4295 which precedes the newly inserted `{'.
4296
4297 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4298
4299 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
4300 function for declaration level blocks. It should now cope with
4301 templates better and also be a lot more comprehensible.
4302
4303 (c-looking-at-decl-block): The new function.
4304
4305 (c-search-uplist-for-classkey): The old one. It's now a wrapper
4306 for compatibility.
4307
4308 (c-add-class-syntax, c-guess-continued-construct,
4309 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
4310
4311 (c-decl-block-key): Changed to tell apart ambiguous and
4312 unambiguous keywords. Pike specials are now handled directly in
4313 the code instead.
4314
4315 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
4316 language constants and variables to make the backward skip in
4317 `c-looking-at-decl-block' as tight as possible.
4318
4319 (c-nonsymbol-token-char-list): New language constant.
4320
4321 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
4322 find balanced template arglists backwards.
4323
4324 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
4325 making char classes for `c-syntactic-skip-backward'.
4326
4327 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
4328 16D - can't be a class-close at that point.
4329
4330 * progmodes/cc-engine.el (c-guess-basic-syntax)
4331 (c-add-class-syntax): Don't narrow out the enclosing declaration
4332 level. This makes everything a lot easier, and it was actually
4333 only four small places that needed it to work. Some places that
4334 previously did `widen' are removed now, which has the effect that
4335 `c-guess-basic-syntax' never will look at things outside the
4336 current narrowment now. The anchor position for `topmost-intro'
4337 is affected by this, but it was so bogus it was basically useless
4338 before, and now it's equally bogus but in a slightly different
4339 way.
4340
4341 (c-narrow-out-enclosing-class): Gone.
4342
4343 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
4344 the narrowed region.
4345
4346 (c-least-enclosing-brace): Removed silly optional argument.
4347
4348 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
4349 the point could be left directly after an open paren when finding
4350 the beginning of the first decl in the block.
4351
4352 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
4353 Specify which submatch to use.
4354
4355 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
4356
4357 (c-decl-start-re): No longer any need for special treatment of
4358 ObjC due to the above.
4359
4360 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
4361 presumably follows C in that regard.
4362
4363 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
4364 New language constants to specify operator tokens inside
4365 identifiers in a more high level way.
4366
4367 (c-opt-identifier-prefix-key): New internal language constant.
4368
4369 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
4370 (c-identifier-start, c-identifier-key): Now completely calculated
4371 from other constants.
4372
4373 (c-identifier-last-sym-match): Decommissioned since it's no longer
4374 used.
4375
4376 (c-operators): Use `c-identifier-ops'. Documented
4377 `postfix-if-paren'.
4378
4379 * progmodes/cc-engine.el (c-forward-name): Removed the
4380 optimization when c-identifier-key is equal to c-symbol-key since
4381 it doesn't work in byte compiled files. Don't record empty
4382 regions as identifiers.
4383
4384 * progmodes/cc-langs.el (c-filter-ops): New helper function to
4385 simplify access to `c-operators' and its likes.
4386
4387 (c-operator-list, c-all-op-syntax-tokens)
4388 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
4389 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
4390 (c-primary-expr-regexp, c-cast-parens): Use it.
4391
4392 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
4393 an explicit language in functions.
4394
4395 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
4396 variant of adornment.
4397
4398 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
4399 variable.
4400
4401 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
4402 the Pike value.
4403
4404 * progmodes/cc-engine.el (c-on-identifier)
4405 (c-simple-skip-symbol-backward): Small fix for handling "-"
4406 correctly in `skip-chars-backward'. Affected the operator lfun
4407 syntax in Pike.
4408
4409 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
4410 diagnostic message about precompiled language vars not being used.
4411
4412 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
4413 "__attribute__" is followed by a parenthesis.
4414
4415 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
4416 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
4417 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
4418
4419 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
4420 cleanups to properly detect the declared identifiers in various
4421 declarations.
4422
4423 (c-decl-start-kwds): New language constant to recognize
4424 declarations that can start anywhere. Used for class declarations
4425 in Pike.
4426
4427 (c-specifier-key, c-not-decl-init-keywords)
4428 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
4429 (c-find-decl-spots): Implement `c-decl-start-kwds'.
4430
4431 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
4432 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
4433 handling of the compiler specific extension keywords into a new
4434 language constant `c-decl-hangon-kwds' that defines keyword
4435 clauses to be ignored in declarations.
4436
4437 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
4438 past unrecognized tokens when handling `c-colon-type-list-kwds'.
4439 Necessary to stop at the declared identifier in e.g. IDL valuetype
4440 declarations.
4441
4442 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
4443 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
4444 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
4445 (c-forward-decl-or-cast-1): Recognize the declared identifier in
4446 class and enum declarations as such and not as part of the type.
4447
4448 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
4449 interpretation of PRECEDING-TOKEN-END when there's no preceding
4450 token.
4451
4452 (c-forward-decl-or-cast-1): Don't disregard sure signs of
4453 declarations when there's some syntax error later on.
4454
4455 (c-complex-decl-matchers): Did away with a reference to
4456 `c-specifier-key'.
4457
4458 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
4459 value - this variable is always dynamically bound.
4460
4461 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
4462 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
4463 * cc-cmds.el, cc-defs.el: Changed the policy for marking up
4464 functions that might do hidden buffer changes: All such internal
4465 functions are now marked instead of those that don't.
4466
4467 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
4468 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
4469 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
4470 (c-literal-type): Allow these functions to make hidden buffer changes,
4471 so that they are free to use text property caching later on.
4472
4473 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
4474 (c-electric-brace, c-electric-slash, c-electric-star)
4475 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
4476 (c-electric-paren, c-electric-continued-statement, c-indent-command)
4477 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
4478 (c-context-line-break): Added `c-save-buffer-state' calls to comply
4479 with the changed semantics of the functions above.
4480
4481 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
4482 when macros occur in obscure places. Optimized the sexp movement
4483 a bit.
4484
4485 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4486
4487 Enhancements for c-beginning-of-statement to work in AWK Mode:
4488
4489 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
4490 (completed statement) with `}' (statement completed by closing
4491 brace or semicolon) and `$' (statement completed by EOL).
4492
4493 (c-awk-virtual-semicolon-ends-prev-line-p)
4494 (c-awk-virtual-semicolon-ends-line-p)
4495 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4496 (c-awk-at-statement-end-p): New functions.
4497
4498 * progmodes/cc-cmds.el: Simplify the structure of functions
4499 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
4500 two functions and c-beginning-of-statement to handle AWK Mode.
4501
4502 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4503 c-backward-single-comment for AWK mode. Attempt to clarify their
4504 doc-strings.
4505
4506 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4507
4508 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4509
4510 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4511 label handling. Labels are now recognized in a uniform and more
4512 robust way, regardless of context. Text properties are put on all
4513 labels to recognize the following declarations better. Multiword
4514 labels are handled both in indentation and fontification for the
4515 benefit of language extensions like Qt. For consistency, keywords
4516 in labels are now fontified with the label face instead. That
4517 also applies to "case" and "default".
4518
4519 (c-beginning-of-statement-1): Fixed some bugs in the label
4520 handling. Disregard `c-nonlabel-token-key' in labels that begin
4521 with `c-label-kwds'.
4522
4523 (c-find-decl-spots): Support that the callback adds more
4524 `c-decl-end' spots to find.
4525
4526 (c-forward-decl-or-cast-1): Don't treat a list of plain
4527 identifiers followed by a colon as a declaration.
4528
4529 (c-forward-label): New function to recognize labels.
4530
4531 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4532 `c-forward-label'. Moved the label recognition cases (14 and 15)
4533 earlier since they aren't so context sensitive now. Handle labels
4534 on the top level gracefully. Moved access label recognition to
4535 the generic label case (CASE 15) - removed CASE 5E.
4536
4537 (c-font-lock-declarations): Added recognition of labels in the
4538 same round since we need to handle labels in parallell with other
4539 declarations to recognize both accurately. It should also improve
4540 speed.
4541
4542 (c-simple-decl-matchers, c-basic-matchers-after): Moved
4543 `c-font-lock-labels' so that it only is used on decoration level 2
4544 since `c-font-lock-declarations' handles it otherwise.
4545
4546 (c-complex-decl-matchers): Removed the simplistic recognition of
4547 access labels.
4548
4549 (c-decl-prefix-re): Removed the kludges that was necessary to cope
4550 with labels earlier.
4551
4552 (c-decl-start-re): New language variable to make
4553 `c-font-lock-declarations' stop for the special protection labels
4554 in Objective-C that start with `@'.
4555
4556 (c-label-key): Removed since it's no longer used.
4557
4558 (c-recognize-colon-labels, c-label-prefix-re): New language
4559 constants to support recognition of generic colon-terminated
4560 labels.
4561
4562 (c-type-decl-end-used): `c-decl-end' is now used whenever there
4563 are colon terminated labels.
4564
4565 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4566 first argument starts with a special brace list.
4567
4568 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4569 (c-font-lock-declarations): Broke out the declaration and cast
4570 recognition from `c-font-lock-declarations' to a new function, so
4571 that it can be used in the indentation engine.
4572
4573 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
4574 up to the start of the literal. Fixed bug with the point on the
4575 wrong side of the search limit that could happen when the start
4576 position is inside a literal.
4577
4578 * progmodes/cc-engine.el (c-parse-state)
4579 (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
4580 so that it's kept a little bit back to increase the hit rate.
4581
4582 (c-parse-state): Changed the macro handling and fixed some
4583 glitches. Macro context is checked more often than necessary now,
4584 but otoh less garbage conses are generated.
4585
4586 * progmodes/cc-engine.el (c-parse-state)
4587 (c-invalidate-state-cache): Cache the last position where
4588 `c-state-cache' applies. This can speed up refontification quite
4589 a bit in blocks where there are many non-brace parens before the
4590 point.
4591
4592 (c-state-cache-end): New variable for this.
4593
4594 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
4595 cache variable.
4596
4597 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
4598 get close initial continue positions when the start position is
4599 inside a literal or macro. Do not call the callback for spots
4600 before the start position (which can happen e.g. for `c-decl-end'
4601 spots inside comments). Optimize better in special cases when the
4602 region is a single line inside a literal or macro (typically when
4603 the current line is refontified).
4604
4605 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
4606 to `c-add-stmt-syntax' - there's no need to explicitly whack off
4607 entries from the paren state.
4608
4609 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
4610 special case for "else if" clauses.
4611
4612 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4613 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
4614
4615 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
4616 language variable to recognize the gcc extension with statement
4617 blocks inside expressions.
4618
4619 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
4620 it somewhat more comprehensible. The argument AT-BLOCK-START is
4621 no longer used and hence removed.
4622
4623 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
4624 to `c-add-stmt-syntax'.
4625
4626 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
4627 `c-beginning-of-statement-1' instead of duplicating parts of it.
4628 This fixes bogus label recognition.
4629
4630 * progmodes/cc-engine.el (c-add-type, c-check-type)
4631 (c-forward-name, c-forward-type): Improved storage of template
4632 types in `c-found-types' so that they can be recognized better.
4633
4634 (c-syntactic-content): Added option to skip past nested parens.
4635
4636 * progmodes/cc-engine.el (c-forward-name): Set
4637 `c-last-identifier-range' all the time. It's less work that way.
4638 Handle that there might not be an identifier to store in
4639 `c-last-identifier-range'.
4640
4641 (c-forward-type): Handle that `c-last-identifier-range' might be
4642 nil from `c-forward-name'.
4643
4644 * progmodes/cc-defs.el (c-safe-scan-lists)
4645 (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
4646
4647 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
4648 to work even if the form fails.
4649
4650 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
4651 down in a large file in one go.
4652
4653 (c-get-fallback-start-pos): New helper function for
4654 `c-parse-state'.
4655
4656 * progmodes/cc-align.el (c-lineup-assignments): New lineup
4657 function which is like `c-lineup-math' but returns nil instead of
4658 `c-basic-offset' when it doesn't match.
4659
4660 (c-lineup-math): Changed to use `c-lineup-assignments'.
4661
4662 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4663
4664 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
4665 c-beginning-of-statement. New subfunctions
4666 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
4667
4668 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4669
4670 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
4671 hardcoded char classes whereever possible. Changed a couple of
4672 places to use skip by syntax instead of skip by char class.
4673
4674 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
4675 Fixed a bug in the regexp that caused extreme backtracking.
4676
4677 * progmodes/cc-langs.el (c-block-comment-starter)
4678 (c-block-comment-ender): New language constants to specify in a
4679 single place how block comments look.
4680
4681 (c-comment-start-regexp, c-block-comment-start-regexp)
4682 (comment-start, comment-end, comment-start-skip)
4683 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
4684 (c-syntactic-ws, c-nonempty-syntactic-ws)
4685 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
4686 `c-line-comment-starter', `c-block-comment-starter' and
4687 `c-block-comment-ender'.
4688
4689 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
4690 New language constants to break up things a bit.
4691
4692 (c-simple-ws): New language constant for simple whitespace.
4693
4694 * progmodes/cc-defs.el (c-concat-separated): New convenience
4695 function.
4696
4697 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
4698 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
4699 newlines. Allow and ignore nil elements in the list.
4700
4701 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4702
4703 * progmodes/cc-cmds.el: Comment out a (n almost certainly
4704 superfluous) check, (eq here (point-max)) in
4705 c-beginning-of-statement.
4706
4707 * progmodes/cc-cmds.el: Tidy up the comments in
4708 c-beginning-of-statement and subfunctions.
4709
4710 * progmodes/cc-awk.el: Replace calls to put-text-property to the
4711 more flexible c-put-char-property and c-clear-char-properties.
4712 Add the author's email address.
4713
4714 * progmodes/cc-langs.el: New variable,
4715 c-block-comment-start-regexp.
4716
4717 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
4718 closing "*/" of a block comment.
4719
4720 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
4721 subfunctions) so that it works at BOB and EOB.
4722
4723 * progmodes/cc-cmds.el, cc-vars.el: More updating of
4724 c-beginning-of-statement, including new variable
4725 c-block-comment-start-regexp.
4726
4727 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4728
4729 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
4730 symbols from `*-font-lock-extra-types' so that there's no need to
4731 use `regexp-opt' on those lists.
4732
4733 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
4734 `c-type-modifier-kwds' is empty.
4735
4736 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
4737 there are several strings on the same line.
4738
4739 * progmodes/cc-engine.el (c-literal-limits): Removed the
4740 compatibility function for older emacsen. `c-literal-limits-fast'
4741 has now taken the place of this function.
4742
4743 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
4744 with older emacsen: We now require `pps-extended-state'.
4745
4746 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4747
4748 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
4749 which obviates the need to hack sentence-end. This now handles
4750 escaped newlines in strings correctly. Correct minor bugs in
4751 c-move-over-sentence and in c-beginning-of-statement.
4752
4753 * progmodes/cc-cmds.el (c-beginning-of-statement (and
4754 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
4755 that movement over macros and code are rigorously separated from
4756 eachother. Correct a few incidental bugs.
4757
4758 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
4759 Improve its doc-string. Improve the handling of certain specific
4760 cases.
4761
4762 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4763
4764 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
4765 (c-guess-basic-syntax): Changed the way class-level labels are
4766 recognized; they can now contain essentially any symbols.
4767
4768 (c-opt-extra-label-key): New language variable to cope with the
4769 special protection label syntax in Objective-C.
4770
4771 (c-opt-access-key): Removed; this is now handled better by
4772 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
4773
4774 (c-complex-decl-matchers): Update to handle that
4775 `c-opt-access-key' no longer exists.
4776
4777 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
4778 improved label recognition in `c-beginning-of-statement-1'.
4779
4780 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4781 Recognize bitfields better.
4782
4783 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
4784 Removed some cruft and fixed a bug that could cause it to go to a
4785 position further down.
4786
4787 * progmodes/cc-langs.el, cc-engine.el
4788 (c-beginning-of-statement-1): Improved detection of labels in
4789 declaration contexts.
4790
4791 (c-beginning-of-decl-1): Use it.
4792
4793 (c-nonlabel-token-key): New language constant and variable needed
4794 by `c-beginning-of-statement-1'.
4795
4796 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
4797 manifested itself due to the correction in `c-forward-sexp'.
4798
4799 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
4800 these behave as documented when used at the buffer limits.
4801
4802 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
4803 (c-type-decl-end-used): Made this a language variable.
4804
4805 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
4806 correctly when `combine-after-change-calls' is used together with
4807 temporary narrowings.
4808
4809 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
4810 labels correctly when the start point is immediately after the
4811 colon.
4812
4813 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
4814 since it isn't used anymore.
4815
4816 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
4817 bracket arglists such as template parens in C++.
4818
4819 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
4820 in the last check-in. Some optimization.
4821
4822 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
4823 where it could stop at the same level in a preceding sexp when
4824 PAREN-LEVEL is set.
4825
4826 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
4827 text property lookup only when it's needed.
4828
4829 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
4830 Changed the policy for paren marked angle brackets to be more
4831 persistent; once marked they remain marked even when they're found
4832 to be unbalanced in the searched region. This should keep the
4833 paren syntax around even when individual lines are refontified in
4834 multiline template arglists.
4835
4836 (c-parse-and-markup-<>-arglists): New dynamically bound variable
4837 to control markup so that incorrect angle bracket arglists aren't
4838 marked in contexts where the correct value for
4839 `c-disallow-comma-in-<>-arglists' isn't known.
4840
4841 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
4842 argument has become `c-parse-and-markup-<>-arglists'.
4843
4844 (c-remove-<>-arglist-properties): Removed - no longer used.
4845
4846 (c-after-change-check-<>-operators): New function used on
4847 `after-change-functions' to avoid that "<" and ">" characters that
4848 are part of longer operators have paren syntax.
4849
4850 (c-<>-multichar-token-regexp): New language variable used by
4851 `c-after-change-check-<>-operators'.
4852
4853 (c-after-change): Call `c-after-change-check-<>-operators'.
4854
4855 (c-font-lock-<>-arglists): Use the context properties set by
4856 `c-font-lock-declarations' to set
4857 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
4858 markup.
4859
4860 (c-font-lock-declarations): Removed code that undoes the invalid
4861 markup done by `c-font-lock-<>-arglists'.
4862
4863 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
4864 after `c-font-lock-declarations'.
4865
4866 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
4867 paren-level feature.
4868
4869 (c-guess-basic-syntax): Improved the anchor position for
4870 `template-args-cont' in nested template arglists. There's still
4871 much to be desired in this area, though.
4872
4873 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4874
4875 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
4876 Make the "Text Filling and Line Breaking" commands work for AWK
4877 buffers.
4878
4879 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4880
4881 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
4882 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
4883
4884 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
4885 it doesn't work no longer are supported.
4886
4887 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
4888 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
4889 requires support for the syntax-table' text property, which rules
4890 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
4891 cruft associated with those versions.
4892
4893 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
4894 for the `syntax-table' text property, which rules out Emacs 19 and
4895 XEmacs < 21.4. Removed various compatibility cruft associated
4896 with those versions.
4897
4898 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
4899 support for the `syntax-table' text property.
4900
4901 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
4902 variable and use an extra quoted face name instead. All the
4903 emacsen flavors handle that correctly.
4904
4905 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
4906 (c-font-lock-declarators, c-font-lock-declarations)
4907 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
4908 property to mark the items in in declarator lists to handle
4909 refontification inside multiline declarations better.
4910
4911 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
4912 construct like "a * b = c;" as a declaration.
4913
4914 2005-12-08 Kim F. Storm <storm@cua.dk>
4915
4916 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
4917 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
4918 select either meta, hyper, or super modifier for rectangle commands.
4919 (cua--rectangle-modifier-key): New defvar.
4920 (cua--M/H-key): Use it. Remove special case for `space'.
4921 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
4922 on X, to meta otherwise. Always bind C-return to toggle
4923 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
4924
4925 * emulation/cua-rect.el (cua-help-for-rectangle): Use
4926 cua--rectangle-modifier-key. Handle super modifier too.
4927 (cua--init-rectangles): Always bind C-return to toggle rectangle.
4928 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
4929
4930 * ido.el: Move Acknowledgements and History after Commentary.
4931 Minor changes to Commentary.
4932
4933 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
4934 keymap if cua--prefix-override-timer is `shift'.
4935 (cua--shift-control-prefix): New function; emulate "type prefix
4936 key twice" functionality to handle shifted prefix key override.
4937 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
4938 commands.
4939 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
4940
4941 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
4942
4943 * textmodes/org.el (org-insert-heading): Try to do items before
4944 headings.
4945 (org-agenda-mode): Quote `org-agenda-mode-hook'.
4946 (org-insert-item): New function.
4947 (org-renumber-ordered-list): Don't skip to higher level lists.
4948
4949 2005-12-08 Juri Linkov <juri@jurta.org>
4950
4951 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
4952
4953 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
4954
4955 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
4956
4957 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
4958 the constructed function name fun-1.
4959
4960 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
4961 because such links don't lead to parent documentation.
4962
4963 2005-12-08 Kenichi Handa <handa@m17n.org>
4964
4965 * descr-text.el (describe-char): Use *Help-2* buffer if the
4966 current buffer is *Help*. Call describe-text-properties while
4967 setting the original buffer.
4968
4969 2005-12-07 Bill Wohler <wohler@newt.com>
4970
4971 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
4972 and causes problems with non-MH users (such as Gnus users).
4973
4974 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
4975
4976 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
4977 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
4978 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
4979 command "info sources". Move calls to GDB command "list".
4980 (gdb-find-file-hook): Just use gdb-source-file-list.
4981 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
4982 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
4983 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
4984 (gdb-data-list-register-values-handler): Use correct trigger name.
4985
4986 2005-12-07 Kim F. Storm <storm@cua.dk>
4987
4988 * ido.el (ido-completion-map): Rename from ido-mode-map.
4989 (ido-common-completion-map, ido-file-completion-map)
4990 (ido-file-dir-completion-map, ido-buffer-completion-map):
4991 Rename from ido-mode-....-map.
4992 (ido-init-completion-maps): Rename from ido-init-mode-maps.
4993 (ido-setup-completion-map): Rename from ido-define-mode-map.
4994 (ido-read-internal): Bind minibuffer-local-filename-completion-map
4995 to ido-completion-map.
4996
4997 2005-12-07 Kenichi Handa <handa@m17n.org>
4998
4999 * international/mule-cmds.el
5000 (set-display-table-and-terminal-coding-system): If the coding
5001 system specified in `unibyte-display' property is different from
5002 the arg coding-system, don't setup standard-display-table.
5003
5004 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
5007 that comments end at \n, regardless of selective-display.
5008
5009 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
5010
5011 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
5012 (gdb-version): New variables.
5013 (gdb-source-file-list, gdb-register-names)
5014 (gdb-changed-registers): New variables for use with GDB 6.4+.
5015 (gdb-ann3): Replace with...
5016 (gdb-init-1, gdb-init-2): ...two new functions.
5017 (gdba, gdb-prompt): Call gdb-init-1.
5018 (gdb-get-version): New function. Call gdb-init-2 from here.
5019 (gud-watch): Make it work with mouse events too.
5020 (gdb-post-prompt): Don't add to queue until GDB version is known.
5021 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
5022 (gdb-locals-mode): Use gdb-version.
5023 (gdb-memory-format-map, gdb-memory-unit-map)
5024 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
5025 (gdb-locals-font-lock-keywords-1)
5026 (gdb-locals-font-lock-keywords-2): New variables.
5027 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
5028 (gdb-set-gud-minor-mode-existing-buffers-1)
5029 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
5030 (gdb-var-update-1, gdb-var-update-handler-1)
5031 (gdb-data-list-register-values-handler)
5032 (gdb-data-list-register-values-custom)
5033 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
5034 (gdb-stack-list-locals-handler, gdb-get-register-names):
5035 New functions for use with GDB 6.4+.
5036 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
5037 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
5038 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
5039 (gdb-stack-list-locals-regexp)
5040 (gdb-data-list-register-names-regexp): New regexps for use with
5041 GDB 6.4+.
5042
5043 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5044
5045 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
5046
5047 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
5048
5049 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
5050 prompts work for AUTH PLAIN. Also reported by Steve Allan
5051 <seallan@verizon.net>.
5052
5053 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5054
5055 * frame.el (set-frame-parameter): Add doc string.
5056
5057 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
5058
5059 * textmodes/org.el (org-occur-highlights): New variable.
5060 (org-highlight-new-match, org-remove-occur-highlights): New functions.
5061 (org-highlight-sparse-tree-matches): New option.
5062 (org-do-occur): New function.
5063 (org-get-heading): Make it work also at beginning of line.
5064 (org-category-table): New variable.
5065 (org-get-category-table, org-get-category)
5066 (org-camel-to-words, org-link-search): New functions.
5067 (org-select-this-todo-keyword): New variable.
5068 (org-todo-list): New command.
5069 (org-shiftright, org-shiftleft): New commands.
5070 (org-agenda-todo): Add prefix argument.
5071 (org-show-hierarchy-above): New option.
5072 (org-show-todo-tree): Numerical prefix creates tree for specific
5073 TODO keyword.
5074 (org-outline-level): New function, to assign a level to plain
5075 lists items.
5076 (org-cycle-include-plain-lists): New option.
5077 (org-mode): Use `org-outline-level' as value of `outline-level'.
5078 (org-cycle): Temporarily switch `outline-regexp' if
5079 `org-cycle-include-plain-lists' is non-nil.
5080 (org-start-icalendar-file): Fix format bug.
5081 (org-agenda-get-day-entries): Create category table.
5082 (org-agenda-get-todos, org-agenda-get-timestamps)
5083 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5084 (org-agenda-get-blocks): Use `org-get-category'.
5085 (org-context-in-file-links): Rename from
5086 `org-line-numbers-in-file-links'.
5087
5088 2005-12-06 Romain Francoise <romain@orebokech.com>
5089
5090 * window.el (balance-windows): Delete extraneous third arg in call
5091 to `enlarge-window'.
5092
5093 2005-12-06 Kenichi Handa <handa@m17n.org>
5094
5095 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
5096
5097 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
5098
5099 * progmodes/gdb-ui.el (gdb-var-create-handler)
5100 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
5101 (gdb-var-list-children-handler, gdb-var-update-handler):
5102 Current buffer is already gdb-partial-output-buffer, don't
5103 make it current again.
5104
5105 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
5106
5107 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
5108 (list-buffers-noselect): Use it.
5109
5110 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5111
5112 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
5113 (mail-yank-ignored-headers): Use regexp-opt.
5114 (mail-mode-map): Move initialization into declaration.
5115 (mail-sent-via): Remove unused shadowed var `to-line'.
5116 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
5117 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
5118 (mail-do-fcc): Use dolist and push.
5119 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
5120 (mail-yank-ignored-headers): Don't autoload.
5121
5122 2005-12-05 Kenichi Handa <handa@m17n.org>
5123
5124 * international/mule-cmds.el (set-language-info-internal): New fun.
5125 (set-language-info): Call set-language-info-internal to update
5126 language-info-alist. If LANG-ENV is the current one, call
5127 set-language-environment to make INFO effective now.
5128 (set-language-info-alist): Likewise.
5129 (locale-language-names): With locale "en", use English
5130 lang. env. but set the default codings to iso-8859-1.
5131
5132 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
5133
5134 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
5135 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
5136 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
5137 for plain strings.
5138 (gdb-frames-mode): Remove redundant call to font-lock-mode.
5139 (gdb-all-registers): Rename from toggle-gdb-all-registers.
5140 Create registers buffer if necessary. Echo new state in minibuffer.
5141 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
5142
5143 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
5144
5145 * info.el (Info-fontify-node): Match external links using
5146 non-directory part of filename.
5147
5148 2005-12-04 Juri Linkov <juri@jurta.org>
5149
5150 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
5151 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
5152 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
5153 because there is no customization option for it.
5154
5155 * font-lock.el (lisp-font-lock-keywords-1):
5156 Add define-global-minor-mode.
5157
5158 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
5159
5160 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
5161 properties on the constructed variable names.
5162
5163 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5164 Put `definition-name' properties on the constructed function names
5165 next-sym and prev-sym.
5166
5167 * emacs-lisp/find-func.el (find-function-regexp):
5168 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
5169 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
5170 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
5171 and easy-menu-define.
5172
5173 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
5174 easy-mmode-define-global-mode and define-global-minor-mode.
5175 (lisp-imenu-generic-expression): Add define-global-minor-mode.
5176
5177 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
5178 instead of easy-mmode-define-global-mode.
5179
5180 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5181 Use define-minor-mode instead of easy-mmode-define-minor-mode.
5182
5183 * cus-edit.el (customize-group, customize-group-other-window):
5184 Filter out autoloaded options from the group completion list by
5185 using heuristics that autoloaded groups don't have `custom-autoload'
5186 property on their symbols (they have only `custom-loads').
5187
5188 * simple.el (completion-setup-function): Put completions-common-part
5189 face on complete completion string too (i.e. completion string
5190 without completions-first-difference face).
5191
5192 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5193
5194 2005-12-03 Eli Zaretskii <eliz@gnu.org>
5195
5196 * view.el (view-mode): Doc fix.
5197
5198 * disp-table.el (standard-display-european): Add to the warning
5199 message a reference to the doc string.
5200
5201 * play/yow.el (apropos-zippy): Call print-help-return-message,
5202 similar to other Help and Apropos commands.
5203
5204 * help.el (print-help-return-message): If pop-up-frames is
5205 non-nil, set up help-return-method to delete the help window and,
5206 possibly, its frame as well, and don't display message about
5207 scrolling the help window. Doc fix.
5208 (help-return-method): Doc fix.
5209
5210 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
5211
5212 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5213 whereby names of length one or names starting with a
5214 symbol-constituent character would not be returned.
5215
5216 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5217
5218 * subr.el (atomic-change-group): Add edebug and indentation spec.
5219
5220 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5221
5222 * completion.el (save-completions-file-name): Fix typo in last change.
5223
5224 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5225
5226 * info.el: Move back/forward history to the beginning of the tool bar.
5227
5228 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
5229
5230 * allout.el (eval-when-compile): Remove unnecessary load of cl.
5231 Add fset of allout-real-isearch-abort during compile to fix
5232 byte-compilation warnings.
5233 (allout-mode-p): Move definition of this macro above all uses, or
5234 byte compilation in barren emacs (eg, during emacs build) will
5235 lack the definition.
5236 (allout-mode): Move this variable above any uses, or byte
5237 compilation will fail.
5238 (allout-resolve-xref): Remove use of personal file-reference function.
5239 (allout-toggle-current-subtree-encryption): Do the current (ie,
5240 visible containing) topic, rather than nearest around point. Doc fix.
5241 (allout-toggle-subtree-encryption): New function, workhorse that
5242 works on nearest topic containing point.
5243 (allout-encrypt-string): Signal requirement for newer version of pgg.
5244 (allout-resumptions): Doc fix.
5245
5246 2005-12-02 Eli Zaretskii <eliz@gnu.org>
5247
5248 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5249
5250 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
5251
5252 * textmodes/flyspell.el (flyspell-external-point-words):
5253 Consider a misspelling as found in the string search if: (a) misspelling
5254 and found string lengths match, or (b) misspelling is found as
5255 element in a boundary-chars separated longer string, or (c)
5256 ispell-program-name is really ispell and misspelling is found as
5257 part of a TeX string. After successful match move beginning of
5258 search region to end of match. Warn about not found misspellings
5259 once the process is done.
5260 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
5261
5262 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
5263
5264 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
5265 tool bar (removed inadvertently).
5266
5267 2005-12-02 Juri Linkov <juri@jurta.org>
5268
5269 * log-view.el (log-view-diff): Clarify doc string.
5270
5271 2005-12-01 Bill Wohler <wohler@newt.com>
5272
5273 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
5274 triggers lm-verify errors.
5275
5276 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
5277
5278 * simple.el (transient-mark-mode, line-number-mode)
5279 (column-number-mode, size-indication-mode): Remove `:require nil'.
5280
5281 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
5282
5283 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
5284 in the margin also.
5285 (gdb-breakpoints-mode-map): Use D instead of d for
5286 gdb-delete-breakpoint.
5287 (gdb-get-frame-number): Require a number to match on.
5288 (gdb-threads-mode-map): Add follow-link binding.
5289
5290 2005-11-30 Jason Rumney <jasonr@gnu.org>
5291
5292 * isearch.el (isearch-mode-map): Avoid exiting search on
5293 language-change event.
5294
5295 2005-11-30 Romain Francoise <romain@orebokech.com>
5296
5297 * speedbar.el (speedbar-default-position): New defcustom.
5298 (speedbar-frame-reposition-smartly): Use it.
5299
5300 * dframe.el (dframe-reposition-frame-emacs): Fix position
5301 computation for `left' location.
5302 Update copyright year.
5303
5304 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5305
5306 * help.el (help-map): Move initialization into declaration.
5307
5308 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
5309
5310 * help-fns.el (help-argument-name): Don't autoload.
5311 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
5312 to be re-loaded when customizing the `help' group.
5313
5314 2005-11-30 John Paul Wallington <jpw@gnu.org>
5315
5316 * help-fns.el (describe-function-1): Fill arglist output.
5317
5318 2005-11-30 Kim F. Storm <storm@cua.dk>
5319
5320 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
5321 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5322 after revert-buffer (or anything else which kills all local variables).
5323
5324 * apropos.el (apropos-parse-pattern): Doc fix.
5325 Set apropos-regexp directly, rather than expecting callers to do so.
5326 (apropos-command, apropos, apropos-value, apropos-documentation):
5327 Simplify calls to apropos-parse-pattern.
5328
5329 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5330
5331 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5332 (hi-lock-face-phrase-buffer): Use hi-yellow face.
5333 (hi-lock-write-interactive-patterns): Use comment-region.
5334
5335 * longlines.el (longlines-mode): Add mail-setup-hook.
5336
5337 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
5338
5339 * simple.el (sendmail-user-agent-compose, next-line):
5340 Conditionally use hard-newline.
5341
5342 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5343
5344 * international/latexenc.el (latex-inputenc-coding-alist):
5345 Reword doc string.
5346
5347 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5348
5349 * help.el (describe-key-briefly, describe-key): Recognize default
5350 bindings.
5351
5352 2005-11-29 Romain Francoise <romain@orebokech.com>
5353
5354 * view.el (view-inhibit-help-message): New defcustom.
5355 (view-mode-enter): Use it.
5356
5357 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
5358
5359 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
5360 Preserve user position.
5361
5362 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
5363
5364 * font-lock.el: Throw error if facemenu is not loaded to prevent
5365 accidental change of loading order in loadup.el. (Suggested by RMS.)
5366
5367 * loadup.el: Add comment explaining why facemenu must be loaded
5368 before font-lock.
5369
5370 2005-11-28 Jay Belanger <belanger@truman.edu>
5371
5372 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
5373 (calc-dispatch-map): Add more keys for `calc-same-interface'.
5374
5375 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
5376
5377 * calc/calc-embed.el (calc-do-embedded): Update help message.
5378
5379 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
5380
5381 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5382
5383 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
5384
5385 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
5386 called-interactively-p.
5387 (elp-profilable-p): Rename from elp-not-profilable-p.
5388 Invert result and take into account macros and autoloaded functions.
5389 (elp-instrument-function): Update call.
5390 (elp-instrument-package): Update call. Add completion.
5391 (elp-pack-number): Use match-string.
5392 (elp-results-jump-to-definition-by-mouse): Merge into
5393 elp-results-jump-to-definition and then remove.
5394 (elp-output-insert-symname): Make help echo text single-line.
5395
5396 * replace.el (query-replace-map): Move initialization into declaration.
5397 (occur-engine): Use with-current-buffer.
5398 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
5399 (occur-mode-mouse-goto): Replace with an alias.
5400
5401 2005-11-28 Juri Linkov <juri@jurta.org>
5402
5403 * simple.el (quoted-insert): Let-bind input-method-function to nil.
5404
5405 * term/w32-win.el: Bind [S-tab] to [backtab].
5406
5407 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
5408 `Info-find-file' to t.
5409
5410 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
5411 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
5412 and same-window-regexps.
5413 (occur-next-error): Don't move point for arg 0.
5414
5415 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
5416
5417 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
5418
5419 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5420
5421 * log-edit.el (log-edit-changelog-use-first): New var.
5422 (log-edit-changelog-ours-p): Use it.
5423 (log-edit-insert-changelog): Set it with new arg `use-first'.
5424 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
5425 (log-edit-hook): Add them to the list of suggested options.
5426
5427 * textmodes/flyspell.el (flyspell-last-buffer): New var.
5428 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
5429 redundant work.
5430 (flyspell-mode-on): Use add-hook for after-change-functions.
5431 (flyspell-mode-off): Use remove-hook for after-change-functions.
5432 (flyspell-changes): Make it buffer-local.
5433 (flyspell-after-change-function): Make it non-interactive. Use push.
5434 (flyspell-post-command-hook): Check input-pending-p while processing
5435 the potentially long list of buffer changes.
5436
5437 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5438
5439 * buff-menu.el (list-buffers-noselect): Display the selected
5440 frame's buffer list, not the global one.
5441
5442 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
5443
5444 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
5445 that (list last-input-event) works as in interactive spec.
5446
5447 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5448
5449 * loadup.el ("facemenu"): Load facemenu before font-lock, because
5450 `facemenu-keymap' needs to be defined when font-lock is loaded.
5451 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
5452
5453 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5454
5455 * completion.el: Remove useless leading * in defcustom docstrings.
5456 (save-completions-file-name): Use ~/.emacs.d if available.
5457 (completion-standard-syntax-table): Rename from
5458 cmpl-standard-syntax-table and fold initialization into declaration,
5459 thus removing cmpl-make-standard-completion-syntax-table.
5460 (completion-lisp-syntax-table, completion-c-syntax-table)
5461 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
5462 (cmpl-saved-syntax, cmpl-saved-point): Remove.
5463 (symbol-under-point, symbol-before-point)
5464 (symbol-under-or-before-point, symbol-before-point-for-complete)
5465 (add-completions-from-c-buffer): Use with-syntax-table.
5466 (make-completion): Don't return a list of completion entries.
5467 Update callers.
5468 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
5469 (completion-initialize): Rename from initialize-completions.
5470 (completion-find-file-hook): Rename from cmpl-find-file-hook.
5471 (kill-emacs-save-completions): Collect stats here.
5472 (save-completions-to-file, load-completions-from-file):
5473 Use with-current-buffer.
5474 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
5475 into a function. Move all calls to toplevel.
5476 (completion-lisp-mode-hook): New fun.
5477 (completion-c-mode-hook, completion-setup-fortran-mode):
5478 Set the syntax-table here. Use local-set-key.
5479 (completion-saved-bindings): New var.
5480 (dynamic-completion-mode): Make it into a proper minor mode.
5481 (load-completions-from-file): Remove unused var `num-uses'.
5482
5483 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
5484 constructor if it is explicitly overridden.
5485
5486 * complete.el (PC-completion-as-file-name-predicate):
5487 Use minibuffer-completing-file-name.
5488 (partial-completion-mode): Use find-file-not-found-functions.
5489 (PC-lisp-complete-symbol): Use with-syntax-table.
5490 (PC-look-for-include-file): Remove dead setq.
5491 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
5492 (PC-complete): Use with-current-buffer.
5493
5494 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5495 escape single quotes.
5496
5497 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5498
5499 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5500 of `if' whose condition always returned nil. Doc fix.
5501
5502 * buff-menu.el (Buffer-menu-revert-function): Make the selected
5503 window's buffer the current buffer around the call to
5504 `list-buffers-noselect'. This is necessary to mark that buffer
5505 with a `.' in the Buffer Menu when called from Lisp, for instance
5506 by Auto Revert Mode.
5507
5508 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
5509
5510 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5511 attaching to it.
5512 (gdb-pre-prompt): Make sure gdb-error is reset.
5513
5514 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
5515 with a child process, detect it.
5516 (gud-speedbar-buttons): Match regexp more carefully.
5517
5518 2005-11-27 Richard M. Stallman <rms@gnu.org>
5519
5520 * mouse.el (mouse-drag-move-window-bottom):
5521 Use adjust-window-trailing-edge.
5522
5523 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5524
5525 * simple.el (blink-matching-open): Ignore
5526 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
5527 (blink-matching-paren-on-screen): Update docstring.
5528
5529 * paren.el (show-paren-mode): No longer change
5530 `blink-matching-paren-on-screen'.
5531
5532 2005-11-27 John Paul Wallington <jpw@pobox.com>
5533
5534 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5535 (gdb-threads-select, gdb-edit-register-value):
5536 Use `posn-set-point' instead of `mouse-set-point' because the
5537 latter is not fbound when configured without X.
5538
5539 2005-11-27 Kim F. Storm <storm@cua.dk>
5540
5541 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5542 existing face when partially highlighting a TAB in a rectangle.
5543
5544 2005-11-26 Kim F. Storm <storm@cua.dk>
5545
5546 * ido.el (ido-mode-map): Doc fix.
5547 (ido-mode-common-map, ido-mode-file-map)
5548 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5549 (ido-define-mode-map): Rewrite. Select one of the new maps as
5550 parent for ido-mode-map instead of building from scratch.
5551 (ido-init-mode-maps): New defun to initialize new maps.
5552 (ido-mode): Call it.
5553 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5554 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5555
5556 2005-11-26 John Paul Wallington <jpw@pobox.com>
5557
5558 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
5559 `mouse-set-point' because the latter is not fbound when configured
5560 without X.
5561
5562 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
5563
5564 * files.el (file-relative-name): Doc fix.
5565
5566 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5567
5568 * progmodes/octave-inf.el (inferior-octave-startup): Force a
5569 non-empty string for secondary prompt PS2.
5570
5571 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
5572
5573 * progmodes/compile.el (compilation-setup): Fix last change.
5574
5575 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
5576
5577 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5578 (gdb-mouse-toggle-breakpoint-margin)
5579 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
5580 Add gdb-server-prefix to keep out of command history.
5581 (gdb-edit-register-value): New function.
5582 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
5583 (gdb-info-registers-custom): Use above map.
5584
5585 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
5586
5587 * custom.el (enable-theme): Signal error if argument is not a
5588 theme. Don't recalculate a face if it's not loaded yet.
5589
5590 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
5591 the `user' theme is in effect.
5592
5593 * info.el (Info-on-current-buffer): Record actual filename in
5594 Info-current-file, instead of t, or a fake filename if a non-file
5595 buffer. Make autoload.
5596 (Info-find-node, Info-revert-find-node): No need to check for
5597 Info-current-file nil.
5598 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
5599 Info-current-file is now never `t'.
5600 (Info-fontify-node): Many simplifications due to Info-current-file
5601 always being valid. Use Info-find-file to find node filename.
5602
5603 2005-11-25 David Kastrup <dak@gnu.org>
5604
5605 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
5606 new character, then delete" in order to preserve markers.
5607
5608 2005-11-25 David Ponce <david@dponce.com>
5609
5610 * recentf.el (recentf-arrange-by-rule): Handle a special
5611 `auto-mode-alist'-like "strip suffix" rule.
5612 (recentf-build-mode-rules): Handle second level auto-mode entries.
5613
5614 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
5615
5616 * viper-keym.el (viper-ESC-key): Use different values in terminal and
5617 window modes.
5618
5619 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
5620 jde-javadoc-checker-report-mode.
5621
5622 * ediff-wind (ediff-make-wide-display): Slight simplification.
5623
5624 * ediff.el (ediff-date): Change the date of last update.
5625
5626 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
5627
5628 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
5629 Use define-minor-mode, and make it a local mode. Turn on font-lock.
5630 (hi-lock-mode): New global minor mode.
5631 (turn-on-hi-lock-if-enabled): New function.
5632 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
5633 Change arguments to regexp and face instead of a font-lock pattern.
5634 Directly set face property, instead of refontifying.
5635 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
5636 (hi-lock-find-patterns): Use line-number-at-pos.
5637
5638 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
5639 arguments for hi-lock-set-pattern.
5640 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
5641 Call font-lock-fontify-buffer.
5642 (hi-lock-find-file-hook, hi-lock-current-line)
5643 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
5644
5645 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
5646 turned off.
5647
5648 * progmodes/compile.el (compilation-setup): Don't fiddle with
5649 font-lock-defaults.
5650
5651 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
5652
5653 * progmodes/gdb-ui.el (gdb-var-create-handler)
5654 (gdb-var-list-children-handler): Find values for all variable
5655 objects. gud-speedbar-buttons decides whether to display them.
5656
5657 2005-11-24 Romain Francoise <romain@orebokech.com>
5658
5659 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
5660 buffer name with a space.
5661
5662 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
5663
5664 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
5665 `org-export-local-list-max-depth'. Change default value to 3.
5666 (org-auto-renumber-ordered-lists)
5667 (org-plain-list-ordered-item-terminator): New options.
5668 (org-at-item-p, org-beginning-of-item, org-end-of-item)
5669 (org-get-indentation, org-get-string-indentation)
5670 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
5671 New functions.
5672 (org-move-item-down, org-move-item-up): New commands.
5673 (org-export-as-html): New classes for CSS support. Bug fix in
5674 regular expression detecting fixed-width regions. Respect
5675 `org-local-list-ordered-item-terminator'.
5676 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
5677 also a list item.
5678 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
5679 New item moving functions.
5680
5681 2005-11-24 Juri Linkov <juri@jurta.org>
5682
5683 * isearch.el (isearch-repeat): With empty search ring set
5684 `isearch-error' to the error string instead of signaling error
5685 with the function `error'.
5686
5687 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5688
5689 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
5690
5691 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
5692
5693 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
5694 and variable.
5695 (gdb-var-create-handler, gdb-var-list-children-handler):
5696 Don't match on "char **...".
5697 (gdb-var-update-handler): Find values for all variable objects.
5698 (gdb-info-frames-custom): Identify frames by leading "#".
5699
5700 * progmodes/gud.el (gud-speedbar-menu-items): Add
5701 gdb-speedbar-auto-raise as radio button.
5702 (gud-speedbar-buttons): Raise speedbar if requested.
5703 Don't match on "char **...".
5704 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
5705 Make it editable.
5706
5707 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
5708
5709 * info.el (Info-fontify-node): Handle the case where
5710 Info-current-file is t.
5711
5712 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5713
5714 * simple.el (blink-matching-open): Fix off-by-one in last change.
5715
5716 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5717
5718 * term/mac-win.el: Don't change default directory.
5719
5720 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
5721
5722 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
5723 buffers correctly. (It used to throw an error in such buffers.)
5724 Make it ask for confirmation in group buffers and other Custom
5725 buffers containing more than one customization item.
5726
5727 2005-11-22 John Paul Wallington <jpw@gnu.org>
5728
5729 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
5730 property on mail and url overlays.
5731 (goto-address-at-point): Use `posn-set-point' instead of
5732 `mouse-set-point' because the latter is not fbound when configured
5733 without X.
5734
5735 2005-11-22 Lars Hansen <larsh@soem.dk>
5736
5737 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
5738 (ls-lisp-classify, ls-lisp-format): Delete call to
5739 ls-lisp-parse-symlink.
5740 (ls-lisp-handle-switches): Handle symlinks to directories as
5741 directories when ls-lisp-dirs-first in non-nil.
5742
5743 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
5744
5745 * startup.el (command-line): Make sure that loaddefs.el is handled
5746 correctly in load-history.
5747
5748 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
5749
5750 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
5751 (gdb-struct-string, gdb-array-string): New constants.
5752 (gdb-info-locals-handler): Use them.
5753 (gdb-reset): Reset gdb-var-list to nil.
5754
5755 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5756
5757 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
5758 in patterns.
5759
5760 2005-11-21 Juri Linkov <juri@jurta.org>
5761
5762 * custom.el (defcustom): Update link types in docstring.
5763
5764 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
5765
5766 * custom.el (defgroup): Add doc-string-elt info.
5767
5768 * widget.el (define-widget): Don't use declare for the doc-string-elt.
5769
5770 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5771
5772 * newcomment.el (comment-enter-backward): Fix last fix.
5773
5774 * simple.el (blink-matching-open):
5775 * paren.el (show-paren-function): Allow new paren-class info.
5776
5777 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
5778
5779 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
5780 handled automagically.
5781
5782 2005-11-20 Andreas Schwab <schwab@suse.de>
5783
5784 * descr-text.el (describe-char): When copying overlays put them
5785 over the full char description instead of just the first character
5786 of it.
5787
5788 2005-11-20 Juri Linkov <juri@jurta.org>
5789
5790 * simple.el (what-cursor-position):
5791 * descr-text.el (describe-char): Use Lisp-readable syntax
5792 for octal and hex. Reorder decimal, octal and hex values.
5793 Remove excess whitespace in the output. Use `=' in `column='
5794 like in `point=' and `Hscroll='.
5795
5796 * international/mule-cmds.el (encoded-string-description):
5797 Use Lisp-readable syntax for hex.
5798
5799 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5800
5801 * newcomment.el (comment-enter-backward): Handle the case where the
5802 comment is closed by EOB.
5803
5804 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
5805
5806 * longlines.el (longlines-before-revert-hook)
5807 (longlines-after-revert-hook): New functions.
5808 (longlines-mode): Turn off longlines temporarily when reverting.
5809 Add a message-setup-hook.
5810 (longlines-decode-buffer): New function.
5811 (longlines-wrap-line): Preserve marker positions.
5812
5813 2005-11-19 Andreas Schwab <schwab@suse.de>
5814
5815 * emacs-lisp/shadow.el: Handle compressed files.
5816
5817 2005-11-19 Romain Francoise <romain@orebokech.com>
5818
5819 * net/browse-url.el (browse-url-default-browser): Signal an error
5820 if no usable browser can be found, rather than try to load w3.
5821
5822 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
5823
5824 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
5825 replacing existing properties.
5826 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5827 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
5828 tty specs.
5829 (rcirc-server-prefix, rcirc-server): New faces.
5830 (rcirc-url-regexp): Generate with rx macro.
5831 (rcirc-last-server-message-time): New variable.
5832 (rcirc-filter): Record time of last message.
5833 (rcirc-keepalive): Kill processes that did not send a message
5834 since the last ping.
5835 (rcirc-mode): Give rcirc-topic a local binding here.
5836
5837 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
5838
5839 * subr.el (read-passwd): Fontify the prompt as we do with other
5840 prompts.
5841
5842 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
5843
5844 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
5845 binding buffer-read-only to nil.
5846
5847 2005-11-19 Eli Zaretskii <eliz@gnu.org>
5848
5849 * complete.el (partial-completion-mode):
5850 Mention completion-auto-help in the doc string.
5851
5852 * man.el (Man-highlight-references): Doc fix. Reformat code in a
5853 more Lisp-ish way.
5854
5855 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5856
5857 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
5858 digits, not 8, to avoid misalignment for files larger than 100MB.
5859
5860 2005-11-19 Eli Zaretskii <eliz@gnu.org>
5861
5862 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
5863 Mention "keyboard shortcuts" in the help text.
5864
5865 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5866
5867 * startup.el (fancy-splash-default-action): Discard only
5868 mouse-down and succeeding mouse-up events in the splash screen
5869 window so that drag-n-drop event can be processed.
5870
5871 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
5872
5873 * longlines.el (longlines-mode): Add hacks for mail-mode and
5874 message-mode.
5875
5876 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
5877
5878 * textmodes/org.el (org-table-sort-lines): New command.
5879 (org-tbl-menu): Add entry for `org-table-sort-lines'.
5880 (org-add-file): Command removed, use `org-agenda-file-to-front'
5881 instead.
5882 (org-export-icalendar): Use `org-icalendar-combined-name'.
5883 (org-cycle-agenda-files, org-agenda-file-to-end)
5884 (org-agenda-file-to-front): New commands.
5885 (org-table-tab-jumps-over-hlines, org-export-html-style):
5886 New options.
5887 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
5888 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
5889 New functions.
5890 (org-fill-paragraph): Call `org-table-align' in tables.
5891 (org-mode): Call `org-set-autofill-regexps'.
5892 (org-export-as-html): Support for local handformatted lists.
5893 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
5894 (org-export-local-list-max-depth): New option.
5895 (org-html-expand): Use `org-html-protect'.
5896
5897 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
5898
5899 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
5900 to "p".
5901 (gdb): Move definition of gud-pp to...
5902
5903 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
5904 speedbar.
5905 (gdb-find-watch-expression): New function.
5906
5907 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
5908
5909 * faces.el (face-attribute, set-face-attribute): Mention existence
5910 of `:ignore-defface' setting in docstring.
5911
5912 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5913
5914 * simple.el (completion-setup-function): Fix last change.
5915
5916 2005-11-17 John Paul Wallington <jpw@pobox.com>
5917
5918 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
5919 Use `posn-set-point' instead of `mouse-set-point' because the
5920 latter is not fbound when configured without X.
5921
5922 * comint.el (comint-insert-input): Likewise.
5923
5924 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
5925
5926 * simple.el (hard-newline): New variable.
5927 (sendmail-user-agent-compose, next-line): Use it.
5928
5929 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
5930 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
5931 (mail-mail-reply-to, mail-mail-followup-to)
5932 (mail-position-on-field, mail-signature, mail-yank-original)
5933 (mail-attach-file): Likewise.
5934
5935 * mail/mailheader.el (mail-header-format)
5936 (mail-header-format-function): Likewise.
5937
5938 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
5939
5940 2005-11-17 Juri Linkov <juri@jurta.org>
5941
5942 * font-lock.el (font-lock-faces): Rename this defgroup from
5943 `font-lock-highlighting-faces'.
5944 (font-lock-comment-face, font-lock-comment-delimiter-face)
5945 (font-lock-string-face, font-lock-doc-face)
5946 (font-lock-keyword-face, font-lock-builtin-face)
5947 (font-lock-function-name-face, font-lock-variable-name-face)
5948 (font-lock-type-face, font-lock-constant-face)
5949 (font-lock-warning-face, font-lock-negation-char-face)
5950 (font-lock-preprocessor-face)
5951 (font-lock-regexp-grouping-backslash)
5952 (font-lock-regexp-grouping-construct): Rename :group from
5953 `font-lock-highlighting-faces' to `font-lock-faces'.
5954
5955 * cus-edit.el (lisp, c, tex):
5956 * progmodes/ada-mode.el (ada):
5957 * progmodes/asm-mode.el (asm):
5958 * progmodes/cperl-mode.el (cperl-faces):
5959 * progmodes/cpp.el (cpp):
5960 * progmodes/dcl-mode.el (dcl):
5961 * progmodes/f90.el (f90):
5962 * progmodes/fortran.el (fortran):
5963 * progmodes/icon.el (icon):
5964 * progmodes/idlwave.el (idlwave-misc):
5965 * progmodes/m4-mode.el (m4):
5966 * progmodes/make-mode.el (makefile):
5967 * progmodes/meta-mode.el (meta-font):
5968 * progmodes/modula2.el (modula2):
5969 * progmodes/octave-mod.el (octave):
5970 * progmodes/pascal.el (pascal):
5971 * progmodes/perl-mode.el (perl):
5972 * progmodes/prolog.el (prolog):
5973 * progmodes/ps-mode.el (PostScript-edit):
5974 * progmodes/scheme.el (scheme):
5975 * progmodes/sh-script.el (sh-script):
5976 * progmodes/simula.el (simula):
5977 * progmodes/tcl.el (tcl):
5978 * textmodes/nroff-mode.el (nroff):
5979 * textmodes/reftex-vars.el (reftex-fontification-configurations):
5980 * textmodes/sgml-mode.el (sgml):
5981 * textmodes/texinfo.el (texinfo):
5982 Add :link (custom-group-link font-lock-faces) to defgroup.
5983
5984 * hi-lock.el (hi-lock): Rename this defgroup from
5985 `hi-lock-interactive-text-highlighting'. Change parent group from
5986 `faces' to `font-lock'. Add link to the manual.
5987 (hi-lock-mode, hi-lock-file-patterns-range)
5988 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
5989 `hi-lock-interactive-text-highlighting' to `hi-lock'.
5990 (hi-lock-faces): Add :group `faces'.
5991
5992 * cus-edit.el (custom-variable-prompt): Clarify the code.
5993
5994 * faces.el (face-read-string): Set the default value arg of
5995 completing-read.
5996
5997 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
5998
5999 * rfn-eshadow.el (file-name-shadow-properties)
6000 (file-name-shadow-tty-properties, file-name-shadow-mode):
6001 Remove autoloads, because the file is now preloaded.
6002
6003 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * printing.el (easy-menu-intern): Don't define.
6006 (pr-get-symbol): Use easy-menu-intern only if defined.
6007
6008 * simple.el (blink-matching-open): Simplify a bit.
6009 (completion-setup-function): Fix the case of partial-completion-mode
6010 when the minibuffer's contents start with "-".
6011 Obey completion-base-size-function even when
6012 minibuffer-completing-file-name is non-nil.
6013
6014 2005-11-16 Richard M. Stallman <rms@gnu.org>
6015
6016 * net/eudcb-ph.el (eudc-ph-open-session):
6017 Use set-process-query-on-exit-flag.
6018
6019 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
6020
6021 * international/ucs-tables.el (ucs-set-table-for-input):
6022 Use make-local-variable, not make-variable-buffer-local.
6023
6024 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6025 Improve warning message text.
6026
6027 * savehist.el (savehist-save-hook): Add :group.
6028
6029 * menu-bar.el (menu-bar-help-menu):
6030 Rename Find Extra Packages to External Packages.
6031
6032 * cus-edit.el (Custom-reset-standard): Verify that
6033 :custom-standard-value prop exists before calling it.
6034
6035 * apropos.el (apropos-calc-scores): Use apropos-pattern.
6036
6037 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
6038
6039 * wid-edit.el (color): Enclose %t in %{...%}.
6040
6041 * cus-edit.el (face): Enclose %t in %{...%}.
6042
6043 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
6044
6045 * savehist.el (savehist-mode-hook): Re-add the var.
6046 (savehist-mode): Use it.
6047
6048 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6049
6050 * textmodes/flyspell.el: Fix commenting convention.
6051 Remove unnecessary leading * in custom docstrings.
6052 (flyspell-emacs): Remove unused var.
6053 (flyspell-delete-region-overlays): Use remove-overlays.
6054 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
6055 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
6056 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
6057 (flyspell-debug-signal-word-checked): Use with-current-buffer.
6058 (make-flyspell-overlay): Don't locally reuse a global name.
6059 (flyspell-highlight-incorrect-region)
6060 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
6061 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
6062 (flyspell-notify-misspell): Remove unused args `start' and `end'.
6063 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
6064 Wrap calls to accept-process-output inside with-local-quit since it's
6065 often called from a post-command-hook.
6066 (flyspell-correct-word, flyspell-auto-correct-word):
6067 Use ispell-send-string.
6068 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
6069
6070 * calendar/diary-lib.el (diary-list-entries): Also hide the
6071 terminating newline.
6072
6073 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
6074
6075 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
6076 window-system, to allow fonts on tty.
6077
6078 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
6079
6080 * progmodes/gud.el (gud-speedbar-item-info): New function.
6081 (gud-install-speedbar-variables): Use it to display data type
6082 of watch expression as a tooltip in speedbar.
6083
6084 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
6085
6086 * font-core.el (global-font-lock-mode): Add :version keyword,
6087 because default was changed.
6088
6089 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
6090
6091 * startup.el (command-line): Use `custom-reevaluate-setting' for
6092 `file-name-shadow-mode'.
6093
6094 * loadup.el: Preload rfn-eshadow.
6095
6096 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
6097 Add :version keyword.
6098 (file-name-shadow-properties, file-name-shadow-tty-properties)
6099 (file-name-shadow): Add :version keyword.
6100
6101 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
6102 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
6103 in the custom-group property of the symbol frames and the fringe
6104 group got no link to its parent group frames.
6105 Doc fix.
6106
6107 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6108
6109 * progmodes/gud.el (gud-stop-subjob): New function.
6110 (gud-menu-map, gud-tool-bar-map): Use it.
6111
6112 2005-11-16 Kim F. Storm <storm@cua.dk>
6113
6114 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
6115 than kill it.
6116 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
6117 to a more useful/logical place.
6118
6119 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6120
6121 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
6122 go buttons complementary.
6123
6124 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6125
6126 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
6127 (rfn-eshadow-sifn-equal): New function.
6128 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
6129
6130 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
6131
6132 * viper-utils.el (viper-non-word-characters-reformed-vi):
6133 Quote `-' in string.
6134
6135 * viper.el (viper-emacs-state-mode-list): Ensure that
6136 rcirc-mode buffers come up in Emacs state.
6137
6138 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
6139 operation.
6140
6141 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6142
6143 * term.el (term-termcap-format): Fix typos.
6144 (term-down): Fix the negative argument case.
6145
6146 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6147
6148 * progmodes/gdb-ui.el: Remove face-alias left over from change on
6149 2005-08-15.
6150 (gdb-ann3): New command gud-go.
6151 (menu): Accomodate gdb-mi.el.
6152 (gdb-assembler-custom): Make buffer of selected window current
6153 so that set-window-point works.
6154
6155 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
6156 buttons and include new ones.
6157
6158 2005-11-16 Kim F. Storm <storm@cua.dk>
6159
6160 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
6161 (gud-menu-map): Use it.
6162
6163 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
6164
6165 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
6166 that works correctly for Custom and that does not override a user
6167 who disables it.
6168
6169 * help-mode.el (help-make-xrefs, help-xref-on-pp)
6170 (help-xref-interned, help-follow): Make hyperlinks for variables
6171 that are unbound, but have a non-nil variable-documentation property.
6172
6173 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
6174 mode hook. (It conflicted with defcustoms for some mode hooks.)
6175 Use the `variable-documentation' property to give the mode hook a
6176 docstring and expand that docstring.
6177
6178 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
6179
6180 * savehist.el (savehist-mode): Don't bother with
6181 `custom-set-minor-mode'.
6182 (savehist-coding-system): Check XEmacs version.
6183 (history-length): Declare also at run time.
6184 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
6185 Don't set the customize state.
6186 (savehist-minibuffer-hook): Special case for when
6187 minibuffer-history-variable is equal to t.
6188
6189 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6190
6191 * files.el (write-file): Refresh VC status.
6192
6193 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6194 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6195 than fundamental-mode to see if the mode was set.
6196
6197 2005-11-14 Romain Francoise <romain@orebokech.com>
6198
6199 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6200 dummy function in `eval-when-compile' to avoid compiler warning.
6201 Require `man' at compile time.
6202
6203 2005-11-14 Jay Belanger <belanger@truman.edu>
6204
6205 * calc-alg.el (calcFunc-write-out-power): Rename it to
6206 calcFunc-powerexpand.
6207 (math-write-out-power): Rename it to math-powerexpand; have it
6208 handle negative exponents.
6209 (calc-writeoutpower): Rename it to calc-powerexpand.
6210
6211 * calc-ext.el: Change calcFunc-writeoutpower and
6212 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6213 autoloads.
6214 Add calcFunc-ldiv to autoloads.
6215
6216 * calc-arith.el (calcFunc-ldiv): New function.
6217
6218 * calc.el (calc-left-divide): New function.
6219
6220 2005-11-14 Juri Linkov <juri@jurta.org>
6221
6222 * cus-edit.el (custom-variable-prompt): Set the default value arg
6223 of completing-read.
6224
6225 * cus-dep.el (custom-make-dependencies): Reverse the list of
6226 found dependencies.
6227
6228 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6229
6230 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6231 Highlighting" entry, it is on by default now.
6232 (menu-bar-options-save): Do not save global-font-lock-mode.
6233
6234 2005-11-13 Richard M. Stallman <rms@gnu.org>
6235
6236 * textmodes/flyspell.el (flyspell-large-region):
6237 Call flyspell-accept-buffer-local-defs.
6238
6239 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
6240
6241 * textmodes/flyspell.el (flyspell-notify-misspell):
6242 Fix misspelling of "Misspelling".
6243 (flyspell-process-localwords): New function.
6244 (flyspell-large-region): Call flyspell-process-localwords and
6245 flyspell-delete-region-overlays.
6246 (flyspell-delete-region-overlays): New function.
6247 (flyspell-delete-all-overlays): Call that.
6248
6249 2005-11-13 Richard M. Stallman <rms@gnu.org>
6250
6251 * help.el (help-for-help-internal): Improve doc of C-h a.
6252 (describe-key): Improve prompt; doc fix.
6253
6254 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6255
6256 * vc-svn.el (vc-svn-registered): Catch all errors.
6257
6258 * cus-dep.el (custom-make-dependencies): Typo.
6259
6260 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
6261
6262 * net/tramp-util.el (top): Fix compilation warning.
6263
6264 2005-11-13 Kim F. Storm <storm@cua.dk>
6265
6266 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
6267
6268 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6269
6270 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
6271 (gud-speedbar-buttons): Match on "const char *" too.
6272
6273 * progmodes/gdb-ui.el (gdb-var-create-handler)
6274 (gdb-var-list-children-handler): Match on "const char *" too.
6275 (gdb-var-evaluate-expression-handler): Match on empty string.
6276 (gdb-var-update-handler): Only call
6277 gdb-var-evaluate-expression-handler when required.
6278
6279 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6280
6281 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
6282 selected window. This still doesn't work for speedbar.
6283 (gud-speedbar-buttons): Handle string expressions properly.
6284
6285 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6286 (gdb-var-create-handler): Handle string expressions properly.
6287 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
6288 Handle string expressions properly. Move "type" field into regexp.
6289
6290 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6291
6292 * bookmark.el (bookmark-maybe-message): New function to reduce
6293 code duplication: invokes `message' iff baud-rate is high enough.
6294 (bookmark-write-file): Use above instead of an inline conditional.
6295 (bookmark-load): Same.
6296
6297 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6298
6299 * bookmark.el (bookmark-write-file): Don't visit the destination
6300 file, just write the data to it using write-region. This is
6301 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
6302 change to avoid visiting the file in the first place.
6303
6304 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * hi-lock.el (hi-lock-mode): Set the default value of
6307 font-lock-defaults.
6308
6309 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
6310
6311 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
6312 arg to `file-attributes'.
6313 (find-lisp-format): The UID and GID can now be strings.
6314
6315 2005-11-12 Kim F. Storm <storm@cua.dk>
6316
6317 * help.el (help-map): Bind C-h d to apropos-documentation.
6318
6319 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
6320 when point is at end-of-buffer.
6321
6322 * apropos.el (apropos-match-face): Doc fix.
6323 (apropos-sort-by-scores): Add new choice `verbose'.
6324 (apropos-documentation-sort-by-scores): New defcustom.
6325 (apropos-pattern): Now contains the pattern entered by the user.
6326 (apropos-pattern-quoted): New defvar.
6327 (apropos-regexp): New defvar, containing the regexp corresponding
6328 to apropos-pattern.
6329 (apropos-all-words-regexp): Rename from apropos-all-regexp.
6330 (apropos-read-pattern): New defun. Use it to read pattern arg in
6331 interactive calls; returns list of words for a word list, and
6332 string for a regexp.
6333 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
6334 parses a list of words or regexp as returned by apropos-read-pattern.
6335 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
6336 (apropos-score-doc): Return a very high score if the string
6337 entered by the user matches literally.
6338 (apropos-variable): Doc fix. Use apropos-read-pattern.
6339 (apropos-command): Doc fix. Use apropos-read-pattern and
6340 apropos-parse-pattern. Call apropos-print with nosubst=t.
6341 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
6342 apropos-parse-pattern.
6343 (apropos-documentation): Doc fix. Use apropos-read-pattern and
6344 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
6345 apropos-documentation-sort-by-scores. Call apropos-print with
6346 nosubst=t.
6347 (apropos-documentation-internal): Pass doc string through
6348 substitute-key-definition before adding text properties.
6349 Highlight substring matching literal user input if possible.
6350 (apropos-documentation-check-doc-file): Remove locals beg and end.
6351 Fix calculation of score (as added twice). Pass doc string through
6352 substitute-key-definition before adding text properties.
6353 (apropos-documentation-check-elc-file): Pass doc string through
6354 substitute-key-definition before adding text properties.
6355 Highlight substring matching literal user input if possible.
6356 (apropos-print): Add new arg NOSUBST; if set, command and variable
6357 doc strings have already been passed through substitute-key-definition.
6358 Add code to handle apropos-accumulator items without score element
6359 for backwards compatibility (e.g. with woman package).
6360 Only show scores if apropos-sort-by-scores is `verbose'.
6361
6362 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6363
6364 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
6365 Add jka-compr-load-suffixes to load-suffixes.
6366
6367 * jka-compr.el: Require jka-cmpr-hook.
6368 (jka-compr-info-compress-message, jka-compr-info-compress-program)
6369 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
6370 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
6371 (jka-compr-info-can-append, jka-compr-info-strip-extension)
6372 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
6373 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
6374 (jka-compr-uninstall): Remove entries from
6375 jka-compr-added-to-file-coding-system-alist after they are used.
6376 (jka-compr-error): Remove unused var `curbuf'.
6377 (jka-compr-file-local-copy): Remove unused var `notfound'.
6378
6379 2005-11-10 Romain Francoise <romain@orebokech.com>
6380
6381 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
6382
6383 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
6384
6385 * progmodes/gud.el (gud-menu-map): Move parentheses.
6386 (gdb): New command gud-pv.
6387
6388 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6389
6390 * tar-mode.el: Remove spurious or unnecessary leading stars
6391 in docstrings.
6392 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
6393 (tar-parse-octal-integer-safe): Use mapc.
6394 (tar-header-block-summarize): Remove unused var `ck'.
6395 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
6396 cleared before. Obey default-enable-multibyte-characters.
6397 Use mapconcat. Simplify setting of tar-header-offset.
6398 (tar-mode-map): Move initialization inside delcaration.
6399 (tar-flag-deleted): Use `abs'.
6400 (tar-expunge-internal): Remove unused var `line'.
6401 (tar-expunge-internal): Don't hardcode point-min==1.
6402 (tar-expunge): Widen while doing set-buffer-multibyte.
6403 (tar-rename-entry): Use file-name-coding-system.
6404 (tar-alter-one-field): Don't hardcode point-min==1.
6405 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
6406 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
6407
6408 2005-11-10 Masatake YAMATO <jet@gyve.org>
6409
6410 * add-log.el (add-log-current-defun): Handle class::method
6411 notation of c++. Fix incorrect comment.
6412
6413 2005-11-10 Alan Mackenzie <acm@muc.de>
6414
6415 * help-fns.el (describe-variable): Make C-h v work when a variable
6416 has variable documentation yet is unbound.
6417
6418 2005-11-10 Masatake YAMATO <jet@gyve.org>
6419
6420 * man.el (Man-highlight-references): Set an empty
6421 string to `Man-arguments' if it is nil.
6422 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
6423
6424 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
6427 commenting conventions.
6428
6429 * cus-dep.el (custom-make-dependencies): Simplify.
6430 Better follow the commenting conventions.
6431
6432 2005-11-09 Richard M. Stallman <rms@gnu.org>
6433
6434 * apropos.el (apropos-pattern): Rename from apropos-regexp.
6435 (apropos-orig-pattern): Rename from apropos-orig-regexp.
6436 All uses changed.
6437 (apropos-rewrite-regexp): Doc fix.
6438 (apropos-variable, apropos-command, apropos, apropos-value):
6439 Change prompt; carry through the argument renaming.
6440
6441 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6442
6443 * find-lisp.el: Require dired.
6444 (find-lisp-find-dired-internal): Do not call
6445 `abbreviate-file-name' on DIR.
6446
6447 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
6448
6449 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
6450
6451 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
6452
6453 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
6454 when using the speedbar.
6455 (gdb): New command gud-pp.
6456 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
6457
6458 2005-11-09 Juri Linkov <juri@jurta.org>
6459
6460 * replace.el (occur-excluded-properties): New defcustom.
6461 (occur-1, occur-engine, occur-accumulate-lines): Use it.
6462
6463 2005-11-08 Jay Belanger <belanger@truman.edu>
6464
6465 * calc/calc-units.el (math-convert-units): Replace any composite
6466 unit by its definition.
6467
6468 2005-11-08 Lars Hansen <larsh@soem.dk>
6469
6470 * emacs-lisp/autoload.el (update-directory-autoloads):
6471 Add obsolete function alias.
6472
6473 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6474
6475 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6476 comment-indent-function.
6477 (lisp-comment-indent): Replace by an alias for comment-indent-default.
6478
6479 * reveal.el (reveal-post-command): Rework the handling of
6480 reveal-open-spots, so as to be more reliable. There were several
6481 tricky corner cases where an open spot might be lost, or where
6482 a closed spot might end up on the list of open spots.
6483 Only reveal text that's ellipsised.
6484
6485 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
6486
6487 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
6488
6489 2005-11-07 John Paul Wallington <jpw@gnu.org>
6490
6491 * ibuffer.el (ibuffer): Search iconified frames too when
6492 getting Ibuffer buffer's window.
6493
6494 2005-11-06 Richard M. Stallman <rms@gnu.org>
6495
6496 * progmodes/compile.el (compilation-internal-error-properties):
6497 save-excursion around the computation of MARKER.
6498
6499 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
6500
6501 * textmodes/flyspell.el (flyspell-external-point-words):
6502 flyspell-get-word returns a list, not just a string.
6503
6504 2005-11-06 John Paul Wallington <jpw@pobox.com>
6505
6506 * ibuffer.el (ibuffer): Search all visible frames when getting
6507 Ibuffer buffer's window.
6508
6509 2005-11-07 Masatake YAMATO <jet@gyve.org>
6510
6511 * man.el (Man-reference-regexp): Accept spaces between
6512 `Man-name-regexp' and `Man-section-regexp'.
6513 (Man-apropos-regexp): New variable.
6514 (Man-abstract-xref-man-page): Use value for `Man-target-string'
6515 if available.
6516 (Man-highlight-references, Man-highlight-references0):
6517 Handle the case when `Man-arguments' includes "-k".
6518 (Man-highlight-references0): Rename the argument `TARGET-POS' to
6519 `TARGET'. `TARGET' can be a number, function or nil.
6520
6521 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
6522
6523 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
6524 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6525 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
6526 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6527 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
6528 (gdb-send-item): Use buffer-local-value and simplify.
6529
6530 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
6531
6532 * startup.el (command-line): Use `custom-reevaluate-setting' for
6533 `global-font-lock-mode'.
6534
6535 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6536 by default, except in batch mode or when the -D option is given.
6537
6538 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6539 specified keyword args on to `define-minor-mode'. Update docstring.
6540
6541 2005-11-05 Romain Francoise <romain@orebokech.com>
6542
6543 * replace.el (occur-engine): Add marker at end of line, too.
6544
6545 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6546
6547 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6548 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6549 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6550 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6551 argument to all these routines, so the passphrase can be managed
6552 externally and passed in to the system.
6553 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6554 pgg-add-passphrase-to-cache function.
6555
6556 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6557 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6558 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6559 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6560 argument to all these routines, so the passphrase can be managed
6561 externally and passed in to the system.
6562 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6563 function.
6564
6565 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6566
6567 * font-lock.el: Don't deal with font-lock-face-attributes here,
6568 move the code ...
6569
6570 * startup.el (command-line): ... here. Use face-spec-set instead
6571 of custom-declare-face.
6572
6573 * faces.el (face-spec-set): Reset the face if spec is not nil.
6574
6575 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6576
6577 * newcomment.el (comment-region-internal): Box more tightly in the
6578 common case where there's no TAB in the boxed text.
6579
6580 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6581
6582 * info.el (info-tool-bar-map): Use images prev-node, next-node and
6583 up-node.
6584
6585 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
6586
6587 * newsticker.el: Commentary updated. Code formatting changed.
6588 (newsticker-version): Change to "1.9".
6589 (newsticker, newsticker-feed): Doc fix.
6590 (newsticker-url-list): Doc fix. Add option "Weekly".
6591 (newsticker-retrieval-interval): Add option "Weekly".
6592 (newsticker-headline-processing): Doc fix.
6593 (newsticker-auto-mark-filter): Remove.
6594 (newsticker-auto-mark-filter-list): New.
6595 (newsticker-layout, newsticker-sort-method): Doc fix.
6596 (newsticker-hide-old-items-in-newsticker-buffer)
6597 (newsticker-heading-format, newsticker-item-format)
6598 (newsticker-desc-format): Doc fix.
6599 (newsticker-show-all-rss-elements): Remove.
6600 (newsticker-show-all-news-elements): New.
6601 (newsticker-faces, newsticker-ticker): Doc fix.
6602 (remove-from-invisibility-spec): Code formatting.
6603 (newsticker--process-ids): New.
6604 (newsticker-mode): Doc fix.
6605 (newsticker-mode): Change mode-line-format.
6606 (newsticker-start): Remove debug output.
6607 (newsticker-start-ticker): Doc fix. Add autoload cookie.
6608 (newsticker-w3m-show-inline-images): Code formatting.
6609 (newsticker-next-item): Call `force-mode-line-update'.
6610 (newsticker-previous-item): Call `force-mode-line-update'.
6611 (newsticker-next-feed): Call `force-mode-line-update'.
6612 (newsticker-previous-feed): Call `force-mode-line-update'.
6613 (newsticker-mark-all-items-at-point-as-read): Code formatting.
6614 (newsticker-show-old-items): Do not show descs.
6615 (newsticker-hide-entry): Hide too much.
6616 (newsticker-hide-entry, newsticker-show-entry)
6617 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
6618 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
6619 (newsticker-toggle-auto-narrow-to-item): Code formatting.
6620 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
6621 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
6622 (newsticker-get-news): Call `force-mode-line-update'.
6623 Collect process ids.
6624 (newsticker--sentinel): Change coding system handling.
6625 Move image retrieval to new functions newsticker--get-logo-url-*.
6626 Move feed parsing to new functions newsticker--parse-*.
6627 Update list of process ids.
6628 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
6629 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
6630 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
6631 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
6632 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6633 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6634 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
6635 (newsticker--decode-coding-string): Remove.
6636 (newsticker--decode-numeric-entities): Check input. Format code.
6637 (newsticker--remove-whitespace): Check input.
6638 (newsticker--do-forget-preformatted): Doc fix.
6639 (newsticker--decode-rfc822-date): Allow for missing time.
6640 (newsticker--update-process-ids): New.
6641 (newsticker--image-sentinel): Change comment.
6642 (newsticker--image-read): Change error message.
6643 (newsticker--imenu-goto): Doc fix. Show headline title.
6644 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
6645 (newsticker--buffer-do-insert-text): Clean whitespace in
6646 html-rendered headline title. Code formatting.
6647 Call `newsticker--buffer-print-extra-elements'.
6648 (newsticker--buffer-print-extra-element): Remove.
6649 (newsticker--buffer-print-extra-elements): New.
6650 (newsticker--buffer-do-print-extra-element): New.
6651 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
6652 large sizes.
6653 (newsticker--run-auto-mark-filter)
6654 (newsticker--do-run-auto-mark-filter):
6655 Use `newsticker-auto-mark-filter-list'.
6656
6657 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
6658
6659 * net/rcirc.el: Use split-string OMIT-NULLS argument.
6660 (rcirc-print): Force redisplay before running hooks. Do long
6661 buffer truncation after making new text read-only. Deal with nil
6662 text when decoding strings. If TARGET is nil, use either the
6663 currently selected buffer, if it is an rcirc buffer and of the
6664 same process or the process buffer.
6665 (rcirc-mode): Remove header-line. Recompute short buffer names.
6666 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
6667 (rcirc-short-buffer-name): Add variable.
6668 (rcirc-kill-buffer-hook): Recompute short buffer names.
6669 Remove nick from private channel.
6670 (rcirc-send-input): Send command text to current-buffer.
6671 Don't clear overlay arrow here.
6672 (rcirc-short-buffer-name): Return a short buffer name.
6673 (rcirc-update-short-buffer-names, rcirc-abbreviate)
6674 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
6675 buffer-name abbreviations.
6676 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
6677 Do not touch nick-table when killing a parted channel.
6678 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
6679 Clear arrow from current buffer if it is now hidden.
6680 (rcirc-current-buffer): Add variable.
6681 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6682 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
6683 Remove -face from names.
6684 (rcirc-update-activity-string): Print "DND" when globally ignoring
6685 activity.
6686 (rcirc-ignore-buffer-activity-flag): Rename from
6687 rcirc-ignore-channel-activity.
6688 (rcirc-ignore-all-activity-flag): Doc fix.
6689 (rcirc-channels): Remove variable.
6690 (rcirc-kill-buffer-hook):
6691 (rcirc-get-buffer-create): Add nick to private channel.
6692 (rcirc-multiline-edit-submit): Remove tabs.
6693 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
6694 folded.
6695 (rcirc-remove-nick-channel): Bug fix.
6696 (rcirc-toggle-ignore-buffer-activity): Rename from
6697 rcirc-toggle-ignore-channel-activity.
6698 (rcirc-record-activity): Add buffers to the front of the list.
6699 (rcirc-update-activity): Remove killed buffers from list.
6700 (rcirc-process-server-response-1): Remove last argument if it is
6701 null before calling handler.
6702 (rcirc): Add "rcirc" defcustom prefix.
6703 (rcirc-prompt): Simplify default prompt.
6704 Use custom-initialize-default.
6705 (rcirc-private-chats): Remove variable.
6706 (rcirc-prompt): Change initialization.
6707 (rcirc-version): Remove function.
6708 (rcirc-id-string): Add constant.
6709 (rcirc-last-buffer): Remove variable.
6710 (rcirc-buffer-alist): Add variable.
6711 (rcirc-connect): Update variable setup.
6712 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
6713 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
6714 default.
6715 (rcirc-handler-generic): Trigger activity.
6716 (rcirc-send-message): Create the buffor of the target.
6717 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
6718 (rcirc-get-buffer): Just return nil if there is no matching buffer.
6719 (rcirc-multiline-edit-cancel): Remove function.
6720 (rcirc-set-last-buffer): Remove function.
6721 (rcirc-get-any-buffer): Add function.
6722 (rcirc-join-channels): Don't print /join text.
6723 (rcirc-toggle-ignore-channel-activity): Add and update echo area
6724 messages.
6725 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
6726 (rcirc-handler-NOTICE): Recognize CTCP responses.
6727 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
6728 constructing TOPIC string for buffers we are not JOINed.
6729 (rcirc-handler-CTCP-response): Add handler.
6730 (rcirc-multiline-edit-submit): Restore the window-configuration
6731 before adjusting point.
6732 (rcirc): Add customization group.
6733 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
6734 (rcirc-user-full-name, rcirc-startup-channels-alist)
6735 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
6736 (rcirc-ignore-all-activity-flag, rcirc-time-format)
6737 (rcirc-input-ring-size, rcirc-read-only-flag)
6738 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
6739 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
6740 Change defvar to defcustom.
6741 (rcirc-update-prompt): Add optional ALL arg, which will update
6742 prompts in all rcirc buffers. Regexp quote replacement text.
6743 (rcirc-fill-column): Accept frame-width as a value.
6744 (rcirc-set-changed): Add function.
6745 (rcirc-next-active-buffer): Write more meaningful messages.
6746 (rcirc-faces): Add customization group.
6747 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
6748 (rcirc-nick-in-message-face, rcirc-prompt-face)
6749 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
6750 (with-rcirc-process-buffer): Move before first usage.
6751 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
6752 (rcirc-debug-flag): Rename from `rcirc-log-p'.
6753 (rcirc-debug): Rename from `rcirc-log'.
6754 (rcirc-format-response-string): Do not print `-' chars for a
6755 NOTICE with no sender. Simplify output of server responses.
6756
6757 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6758
6759 (rcirc-browse-url-map, rcirc-browse-url-at-point)
6760 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
6761 Make urls mouse and RET clickable.
6762
6763 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6764
6765 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
6766
6767 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6768
6769 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6770 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6771 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6772 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6773 argument to all these routines, so the passphrase can be managed
6774 externally and passed in to the system.
6775 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6776 pgg-add-passphrase-to-cache function.
6777
6778 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6779 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6780 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6781 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6782 argument to all these routines, so the passphrase can be managed
6783 externally and passed in to the system.
6784 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6785 function.
6786
6787 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
6788
6789 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
6790 from goto-address-url-regexp.
6791
6792 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
6793
6794 * textmodes/org.el (org-read-date, org-goto-calendar)
6795 (org-recenter-calendar, org-agenda-goto-calendar):
6796 Temporarily clear `calendar-move-hook'.
6797
6798 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
6799
6800 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
6801 merging.
6802
6803 * ediff-util.el (ediff-previous-difference): Don't skip regions that
6804 have merge clashes.
6805
6806 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6807
6808 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6809 Undo previous change.
6810
6811 * startup.el (command-line): Use `custom-reevaluate-setting' for
6812 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
6813 tty-register-default-colors on Mac.
6814
6815 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
6816
6817 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
6818 (gdb-buffer-type): Make it automatically buffer local...
6819 (gdb-get-create-buffer): ...and set it accordingly.
6820 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
6821 actually work.
6822
6823 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
6824
6825 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
6826 not red.
6827
6828 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
6829
6830 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
6831 case GUD buffer is not visible.
6832 (gdb-goto-breakpoint): Try to force display in source buffer.
6833 (gdb-frame-gdb-buffer): Copy other similar functions.
6834 (gdb-restore-windows): Don't display source if not asked for.
6835 (gdb-assembler-buffer-name): Don't capitalise.
6836
6837 2005-11-03 Richard M. Stallman <rms@gnu.org>
6838
6839 * wid-edit.el (key-sequence): New widget type.
6840
6841 * simple.el (set-mark-command-repeat-pop): New variable.
6842 (set-mark-command): Only interpret plan C-@ after a pop as a pop
6843 if set-mark-command-repeat-pop is true.
6844
6845 * info.el (Info-fontify-node): Don't display extra "see" if there
6846 already is one here.
6847
6848 * mouse.el: Fix special handling of DEL after dragging a region:
6849 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
6850 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
6851
6852 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
6853
6854 * textmodes/ispell.el (ispell-command-loop): Change `i' description
6855 not to assume it pertains to an affix.
6856
6857 * textmodes/flyspell.el (flyspell-post-command-hook):
6858 Bind deactivate-mark to prevent deactivation.
6859
6860 2005-11-03 Lars Hansen <larsh@soem.dk>
6861
6862 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
6863 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
6864 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
6865
6866 2005-11-03 Romain Francoise <romain@orebokech.com>
6867
6868 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
6869 Update copyright years.
6870
6871 2005-11-03 Sam Steingold <sds@gnu.org>
6872
6873 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6874 Use system-type instead of window-system because window-system is not
6875 correctly defined during loadup.
6876
6877 2005-11-02 Mark A. Hershberger <mah@everybody.org>
6878
6879 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
6880 (xml-parse-tag): Join strings separated by a comment properly.
6881
6882 2005-11-02 Andreas Schwab <schwab@suse.de>
6883
6884 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
6885
6886 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6887
6888 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
6889 (byte-optimize-pure-func): Quote the eval'd value.
6890
6891 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6892 Rename from perl-font-lock-syntactic-face-function.
6893 Change the calling convention so it can be used as a font-lock MATCHER.
6894 Do the parse-partial-sexp loop outselves.
6895 (perl-font-lock-syntactic-keywords): Use it.
6896 (perl-mode): Don't set font-lock-syntactic-face-function any more.
6897
6898 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
6899
6900 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
6901 disassembly buffer too.
6902 (gdb-exited): Remove overlay arrows when execution has finished.
6903 (gdb-info-frames-custom, gdb-info-threads-custom)
6904 (gdb-info-registers-custom): Don't add inappropriate text
6905 properties if inferior is not active.
6906
6907 2005-11-02 Glenn Morris <rgm@gnu.org>
6908
6909 * progmodes/fortran.el (fortran-blink-match):
6910 Use `blink-matching-delay'.
6911
6912 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
6913
6914 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
6915
6916 2005-11-02 Lars Hansen <larsh@soem.dk>
6917
6918 * net/tramp.el (tramp-action-out-of-band): Handle scp message
6919 "Permission denied".
6920
6921 2005-11-01 Richard M. Stallman <rms@gnu.org>
6922
6923 * textmodes/flyspell.el (flyspell-external-point-words):
6924 Pass nil to flyspell-get-word.
6925
6926 2005-11-02 Kim F. Storm <storm@cua.dk>
6927
6928 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
6929 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
6930
6931 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6932
6933 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
6934 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6935 (calendar-mouse-print-dates): Add optional `event' argument.
6936 Update interactive-spec.
6937 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
6938 Use `calendar-event-to-date' instead of `event'.
6939
6940 2005-11-02 Masatake YAMATO <jet@gyve.org>
6941
6942 * progmodes/ld-script.el (ld-script-builtins):
6943 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
6944 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
6945 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
6946
6947 2005-11-01 Romain Francoise <romain@orebokech.com>
6948
6949 * vc-sccs.el: Update copyright year.
6950 * ezimage.el: Likewise.
6951
6952 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
6953
6954 * info.el (Info-fontify-node): Use `string-width' for fontifying
6955 underlined titles.
6956
6957 2005-11-01 Juri Linkov <juri@jurta.org>
6958
6959 * info.el (Info-fontify-node): Downcase node header keywords Node,
6960 Prev, Next, Up before comparison.
6961 (Info-history): Insert absolute directory name, and put invisible
6962 property on it.
6963
6964 2005-11-01 Juri Linkov <juri@jurta.org>
6965
6966 * info.el (Info-file-supports-index-cookies): New variable.
6967 (Info-find-node-2): Check makeinfo version for index cookie support.
6968 (Info-index-nodes): Search for nodes with index cookies only when
6969 Info-file-supports-index-cookies is t. Otherwise, search nodes
6970 with "Index" in the node name.
6971 (Info-index-node): Search index cookie in the current node only when
6972 Info-file-supports-index-cookies is t. Otherwise, check the word
6973 "Index" in the node name.
6974 (Info-find-emacs-command-nodes): Remove code that searches nodes
6975 with "Index" node name in the top menu.
6976
6977 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6978
6979 * progmodes/scheme.el (scheme-mode-variables): Use the default
6980 comment-indent-function.
6981
6982 * faces.el (face-attribute): Handle the case where a face inherits from
6983 a non-existent face.
6984
6985 * simple.el (eval-expression-print-format): Use lisp-readable syntax
6986 for octal and hexa output, and merge the char into the paren.
6987 (kill-new): Use push.
6988 (copy-to-buffer): Use with-current-buffer.
6989 (completion-setup-function): Move code in loop to remove redundancy.
6990 (minibuffer-local-must-match-map): Don't add bindings that duplicate
6991 those inherited from minibuffer-local-completion-map.
6992
6993 * savehist.el (savehist-mode) <defcustom>:
6994 Use custom-set-minor-mode if available.
6995 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
6996 and emit a message if applicable.
6997
6998 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
6999
7000 * savehist.el: Sync up to version 19.
7001 (savehist-mode): New minor mode.
7002 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
7003 (savehist-length): Remove (use history-length instead).
7004 (savehist-file-modes): Rename from savehist-modes.
7005 (savehist-save-hook, savehist-loaded): New vars.
7006 (savehist-load): Use savehist-mode. Try to smooth up transition from
7007 old format to new format.
7008 (savehist-install): Allow savehist-autosave-interval to be nil.
7009 (savehist-save): Run the new hook. Be more careful to only trim the
7010 history variables.
7011 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
7012 (savehist-printable): Print into a buffer rather than char-by-char.
7013
7014 2005-11-01 John Wiegley <johnw@newartisans.com>
7015
7016 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
7017 toggle-ignore keybinding (C-a). The author said it had been
7018 disabled much earlier due to a possible incompatibility, but after
7019 many months of usage I have encountered no problems (and it is a
7020 rather useful option, especially for switching to " *temp*").
7021
7022 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
7023 support for OS/X's AddressBook, by calling out to the open source
7024 program "contacts" (installable through Fink).
7025
7026 * net/eudc.el (eudc-expand-inline): If the
7027 `eudc-multiple-match-handling-method' is set to `all', delete the
7028 query string before inserting the query result.
7029
7030 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
7031 flag, to prevent Eshell from using the system ls when
7032 `eshell-ls-insert-directory' is in used.
7033 (eshell-ls-insert-directory): Disable font-lock in directory
7034 buffer so that Eshell's own fontification is seen. This broke
7035 recently due to changes in font-lock, so this goes back to version
7036 21 behavior.
7037
7038 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
7039
7040 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
7041 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
7042 (gdb-many-windows): Doc fix.
7043
7044 2005-10-31 Romain Francoise <romain@orebokech.com>
7045
7046 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
7047
7048 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
7049
7050 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
7051 that global-font-lock-mode can be enabled by default.
7052
7053 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7054 (font-lock-add-keywords, font-lock-remove-keywords)
7055 (font-lock-fontify-buffer): Remove autoload cookies.
7056
7057 * jit-lock.el (jit-lock-register): Likewise.
7058
7059 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
7060
7061 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7062
7063 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
7064 intact if there is no gud-comint-buffer.
7065
7066 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
7067
7068 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
7069 old prompt comint-prompt-read-only is t and GDB commands are
7070 issued from tool bar etc.
7071
7072 2005-10-31 Masatake YAMATO <jet@gyve.org>
7073
7074 * vc.el (vc-directory-exclusion-list): Add "{arch}".
7075
7076 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
7077
7078 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
7079 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
7080
7081 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
7082
7083 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
7084 starting at beginning of line. Fontification is messed up when
7085 `open-paren-in-column-0-is-defun-start' set to t.
7086 Reported by John Paul Wallington <jpw@pobox.com>.
7087
7088 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
7089
7090 * comint.el (comint-send-input): Call `comint-update-fence' when
7091 `comint-process-echoes' and `comint-prompt-read-only' are both
7092 non-nil, to avoid leftover read-only newline.
7093
7094 2005-10-30 Richard M. Stallman <rms@gnu.org>
7095
7096 * textmodes/flyspell.el (flyspell-external-point-words):
7097 Detect when WORD can't be checked properly because
7098 flyspell-get-word finds just part of it, and move on.
7099
7100 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
7101 boundarychar for Polish.
7102 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
7103 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
7104
7105 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7106
7107 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
7108 (gdb-registers-font-lock-keywords): Delete.
7109 (gdb-registers-mode): Don't fontify.
7110 (gdb-info-registers-custom): Use text properties instead as, in
7111 future, changed register values will use font-lock-warning-face.
7112 (gdb-local-font-lock-keywords): Rename to...
7113 (gdb-locals-font-lock-keywords): ...for consistency.
7114
7115 2005-10-30 Andre Spiegel <spiegel@gnu.org>
7116
7117 * vc.el (vc-switch-backend): Better error message if the buffer is
7118 not visiting a file under version control.
7119
7120 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
7121
7122 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7123
7124 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
7125 ~/.emacs.d/.emacs.
7126
7127 2005-10-29 Richard M. Stallman <rms@gnu.org>
7128
7129 * replace.el (occur-mode-mouse-goto): Always go to other window.
7130 (occur-mode-goto-occurrence): Always switch in same window.
7131
7132 * simple.el (undo): Display message at end, not at start.
7133
7134 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
7135 New arg REUSE-CELL.
7136 (cancel-timer-internal): New function.
7137 (timer-event-handler): Use cancel-timer-internal,
7138 and pass the cell it returns to timer-activate...
7139
7140 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
7141 (jit-lock-deferred-fontify, jit-lock-context-fontify)
7142 (jit-lock-after-change): Test memory-full.
7143
7144 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7145
7146 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7147 part of the decoded armor to find the key-identifier.
7148 (pgg-gpg-lookup-key-owner): New function to return the
7149 human-readable identifier of a key owner.
7150 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7151 key itself.
7152 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7153 the key value) if we have a key and can match it against a secret
7154 key. Also, added a note pointing out fact that the prompt only
7155 indicates the first matching key.
7156
7157 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7158 pgg-decrypt-region.
7159 (pgg-pending-timers): A new hash for tracking the passphrase cache
7160 timers, so that new ones supercede old ones.
7161 (pgg-add-passphrase-to-cache): Rename from
7162 `pgg-add-passphrase-cache' to reduce confusion (all callers
7163 changed). Modified to cancel old timers when new ones are added.
7164 (pgg-remove-passphrase-from-cache): Rename from
7165 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7166 changed). Modified to cancel old timers when their keys are
7167 removed from the cache.
7168 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7169 XEmacs, an indirection to delete-itimer.
7170 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7171 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7172 users can only check cache without risk of prompting. Correct bug in
7173 notruncate behavior.
7174 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7175 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7176 Add informative docstrings.
7177 (pgg-decrypt): Convey provided passphrase in subordinate call to
7178 pgg-decrypt-region.
7179
7180 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7181 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7182 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7183 `passphrase' argument, so the passphrase can be managed externally
7184 and then passed in to the system.
7185
7186 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7187 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7188 so the passphrase cache can be used reliably with identifiers
7189 besides a pgp packet's key id.
7190
7191 * pgg-gpg.el (pgg-pgp-encrypt-region)
7192 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7193 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7194 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7195 argument to all these routines, so the passphrase can be managed
7196 externally and passed in to the system.
7197
7198 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7199 `notruncate' argument, so the passphrase cache can be used
7200 reliably with identifiers besides a pgp packet's key id.
7201
7202 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7203
7204 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7205 symmetric encryption.
7206 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7207 encrypted session key.
7208 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7209 message ask for the passphrase in a proper way.
7210
7211 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7212 New user commands for symmetric encryption.
7213
7214 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
7215
7216 * textmodes/conf-mode.el (conf-assignment-sign)
7217 (conf-assignment-regexp): Fix docstrings.
7218 (conf-mode-initialize): New function.
7219 (conf-mode): Remove optional args. Use delay-mode-hooks to
7220 recognize recursive calls.
7221 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7222 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7223 (conf-xdefaults-mode): Use define-derived-mode and
7224 conf-mode-initialize.
7225
7226 2005-10-29 Romain Francoise <romain@orebokech.com>
7227
7228 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7229
7230 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7231
7232 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7233 part of the decoded armor to find the key-identifier.
7234 (pgg-gpg-lookup-key-owner): New function to return the
7235 human-readable identifier of a key owner.
7236 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7237 key itself.
7238 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7239 the key value) if we have a key and can match it against a secret
7240 key. Also, added a note pointing out fact that the prompt only
7241 indicates the first matching key.
7242
7243 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7244 pgg-decrypt-region.
7245 (pgg-pending-timers): A new hash for tracking the passphrase cache
7246 timers, so that new ones supercede old ones.
7247 (pgg-add-passphrase-to-cache): Rename from
7248 `pgg-add-passphrase-cache' to reduce confusion (all callers
7249 changed). Modified to cancel old timers when new ones are added.
7250 (pgg-remove-passphrase-from-cache): Rename from
7251 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7252 changed). Modified to cancel old timers when their keys are
7253 removed from the cache.
7254 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7255 XEmacs, an indirection to delete-itimer.
7256 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7257 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7258 users can only check cache without risk of prompting. Correct bug in
7259 notruncate behavior.
7260 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7261 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7262 Add informative docstrings.
7263 (pgg-decrypt): Convey provided passphrase in subordinate call to
7264 pgg-decrypt-region.
7265
7266 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
7267
7268 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7269 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7270 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7271 `passphrase' argument, so the passphrase can be managed externally
7272 and then passed in to the system.
7273
7274 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7275 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7276 so the passphrase cache can be used reliably with identifiers
7277 besides a pgp packet's key id.
7278
7279 * pgg-gpg.el (pgg-pgp-encrypt-region)
7280 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7281 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7282 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7283 argument to all these routines, so the passphrase can be managed
7284 externally and passed in to the system.
7285
7286 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7287 `notruncate' argument, so the passphrase cache can be used
7288 reliably with identifiers besides a pgp packet's key id.
7289
7290 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7291
7292 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7293 symmetric encryption.
7294 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7295 encrypted session key.
7296 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7297 message ask for the passphrase in a proper way.
7298
7299 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7300 New user commands for symmetric encryption.
7301
7302 2005-10-28 Bill Wohler <wohler@newt.com>
7303
7304 * help-mode.el (help-url): New button type. Calls browse-url.
7305 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
7306 Similar to Info nodes: URL `url'.
7307 (help-make-xrefs): Create help-url buttons for
7308 help-xref-url-regexp matches.
7309
7310 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
7311
7312 * tool-bar.el (tool-bar-add-item-from-menu)
7313 (tool-bar-local-item-from-menu): Fix doc strings.
7314
7315 2005-10-28 Romain Francoise <romain@orebokech.com>
7316
7317 * ldefs-boot.el: Update.
7318
7319 * subr.el (locate-library): Move from help-fns.el.
7320 * help-fns.el (locate-library): Move to subr.el.
7321
7322 2005-10-28 Richard M. Stallman <rms@gnu.org>
7323
7324 * net/tramp.el (tramp-completion-mode): defvar moved up.
7325
7326 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7327
7328 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
7329
7330 * files.el (find-file-noselect): Use %d to format large file size.
7331
7332 * bindings.el (mode-line-format): Add %e.
7333
7334 * loadup.el ("facemenu"): Load unconditionally.
7335 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
7336 ("x-dnd"): Load, when appropriate.
7337
7338 * startup.el (command-line): Call before-init-hook earlier.
7339 Warn about some bad characters in -u user name.
7340
7341 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
7342 (flyspell-external-point-words): Error if misspelled word is not found.
7343 Set flyspell-large-region-beg at end of word.
7344
7345 2005-10-28 Andreas Schwab <schwab@suse.de>
7346
7347 * view.el (View-revert-buffer-scroll-page-forward):
7348 Use view-page-size-default.
7349
7350 2005-10-28 Juri Linkov <juri@jurta.org>
7351
7352 * international/quail.el (quail-get-current-str): Translate last
7353 raw character for deterministic input methods.
7354
7355 2005-10-27 Jay Belanger <belanger@truman.edu>
7356
7357 * calc/calc-ext.el: Add functions to autoloads.
7358 (math-identity-matrix-p, math-ident-row-p): New functions.
7359
7360 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7361 multiplication by an identity matrix; don't turn multiplication by
7362 an inverse matrix into division.
7363 (math-div-symbol-fancy): Replace division by matrices with
7364 multiplication by inverse.
7365
7366 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
7367
7368 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
7369 (calc-writeoutpower): New functions.
7370
7371 2005-10-27 Romain Francoise <romain@orebokech.com>
7372
7373 * replace.el (occur-engine): Include colon in mouse-face highlight.
7374
7375 * dired-x.el: Change Maintainer field.
7376
7377 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
7378
7379 * longlines.el (longlines-mode): Bind after-change-functions to
7380 nil during initial decoding and final encoding.
7381
7382 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7383
7384 * term.el (term-emulate-terminal, term-handle-colors-array)
7385 (term-handle-ansi-escape): Specify the terminfo capabilities
7386 implemented.
7387
7388 2005-10-26 Richard M. Stallman <rms@gnu.org>
7389
7390 * info.el (Info-fontify-node): Fix detection of sentence-break
7391 before *Note.
7392
7393 2005-10-26 Romain Francoise <romain@orebokech.com>
7394
7395 * smerge-mode.el: Add `tools' to file keywords.
7396
7397 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
7398
7399 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
7400 when the fringe is not available.
7401
7402 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
7403 (def-gdb-auto-update-trigger): Simplify construction.
7404 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
7405 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
7406 defined explicitly.
7407 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
7408 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
7409 defined explicitly.
7410 (gdb-info-locals-custom): Remove as it's a no-op.
7411
7412 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
7413
7414 * longlines.el (longlines-mode): Remove narrowing before
7415 performing the initial decoding or final encoding.
7416
7417 2005-10-25 Romain Francoise <romain@orebokech.com>
7418
7419 * emacs-lisp/find-func.el (find-library-name): Also strip
7420 extension if library name ends in .el, to take advantage of
7421 `find-library-suffixes'.
7422
7423 2005-10-25 Richard M. Stallman <rms@gnu.org>
7424
7425 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
7426
7427 2005-10-25 Juri Linkov <juri@jurta.org>
7428
7429 * textmodes/texinfo.el (texinfo-mode): Change charset of one
7430 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
7431
7432 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7433
7434 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
7435 (blackbox-redefine-key): Add argument `map'.
7436
7437 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
7438 regions when moving the jit-lock-context-unfontify-pos boundary.
7439
7440 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
7441
7442 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
7443
7444 2005-10-25 Masatake YAMATO <jet@gyve.org>
7445
7446 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
7447
7448 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
7449
7450 * play/blackbox.el (blackbox-redefine-key): New function.
7451 (blackbox-mode-map): Use it to remap existing bindings for cursor
7452 motion instead of binding literal keys.
7453
7454 2005-10-25 Glenn Morris <rgm@gnu.org>
7455
7456 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
7457 diary does not end in a newline. Do not assume a blank line at
7458 the start of the diary file.
7459
7460 2005-10-25 Kenichi Handa <handa@m17n.org>
7461
7462 * international/quail.el (quail-translate-key): If the input
7463 method is deterministic and failed to handle the last key, restart
7464 the key handling loop from an appropriate key.
7465
7466 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
7467
7468 * vc.el (vc-dired-mode): Extend comment for binding of
7469 `directory-listing-before-filename-regexp'.
7470
7471 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7472
7473 * textmodes/texinfo.el (texinfo-mode):
7474 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
7475 not to unnecessarily expose emacs-mule's internal char codes.
7476
7477 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
7478
7479 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
7480 Display hand pointer and help-echo on disabled icon too.
7481 (gdb-mouse-until): New function.
7482 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
7483
7484 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
7485
7486 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
7487 with 2005-10-23 change to doctor.el.
7488
7489 * finder.el (finder-mode-map): Add follow-link binding.
7490
7491 2005-10-25 Kim F. Storm <storm@cua.dk>
7492
7493 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
7494 to gdb-mouse-toggle-breakpoint-fringe.
7495 (gdb-mouse-toggle-breakpoint-margin): Rename from
7496 gdb-mouse-toggle-breakpoint. Fix doc.
7497 (gdb-mouse-toggle-breakpoint-fringe): New defun.
7498 (gdb-put-string): Add optional SPROPS arg. Add props to string.
7499 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7500 string properties also for fringe breakpoint bitmaps.
7501
7502 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
7503
7504 * textmodes/org.el (org-start-icalendar-file): Fix format form.
7505
7506 2005-10-25 Masatake YAMATO <jet@gyve.org>
7507
7508 * simple.el (completion-common-substring):
7509 Use `completion-common-substring' prior to `completion-base-size'.
7510
7511 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
7512
7513 * savehist.el: Require CL while compiling.
7514 (savehist-history-variables): Remove.
7515 (savehist-save-minibuffer-history, savehist-additional-variables)
7516 (savehist-minibuffer-history-variables): New vars.
7517 (savehist-save): Use them.
7518 (savehist-uninstall, savehist-minibuffer-hook): New funs.
7519 (savehist-install): New fun, extracted from savehist-load.
7520 (savehist-load): Use them.
7521
7522 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7523
7524 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7525 a dummy doc-string-elt property.
7526 (defalias, defvaralias, define-category): Add a docstring property.
7527
7528 * image.el (defimage):
7529 * widget.el (define-widget):
7530 * custom.el (defface, defcustom): Add `doc-string' declaration.
7531
7532 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7533 (defadvice): Add `doc-string' declaration.
7534
7535 * emacs-lisp/byte-run.el (macro-declaration-function):
7536 Handle `doc-string' declarations.
7537 (define-obsolete-function-alias, define-obsolete-variable-alias):
7538 Add `doc-string' declaration.
7539
7540 2005-10-24 Kenichi Handa <handa@m17n.org>
7541
7542 * international/utf-7.el (utf-7): Add autoload cookie.
7543
7544 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7545
7546 2005-10-24 Eli Zaretskii <eliz@gnu.org>
7547
7548 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7549 list of directories passed to batch-update-autoloads. Add "." to
7550 the list of the echoed directories.
7551
7552 * pgg-def.el:
7553 * pgg-gpg.el:
7554 * pgg-parse.el:
7555 * pgg-pgp.el:
7556 * pgg-pgp5.el:
7557 * pgg.el: Moved here from the gnus subdirectory.
7558
7559 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
7560
7561 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7562 in case comint-prompt-read-only is set to t.
7563
7564 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7565 in case comint-prompt-read-only is set to t.
7566
7567 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
7568
7569 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7570 Now a string.
7571 (icalendar-import-format): Handle CLASS, STATUS, URL.
7572 Rename `subject' to `summary'.
7573 (icalendar-import-format-summary): Rename from
7574 `icalendar-import-format-subject'.
7575 (icalendar-import-format-url, icalendar-import-format-status)
7576 (icalendar-import-format-class): New variables.
7577 (icalendar--rris): Take variable argument list.
7578 (icalendar--datestring-to-isodate): Remove unnecessary
7579 calendar-style check when converting dates with explicit month names.
7580 (icalendar-export-region): Change return type of conversion
7581 subroutines. Bury current buffer unless error occurred.
7582 (icalendar--convert-to-ical)
7583 (icalendar--parse-summary-and-rest): New functions.
7584 (icalendar--convert-ordinary-to-ical)
7585 (icalendar--convert-weekly-to-ical)
7586 (icalendar--convert-yearly-to-ical)
7587 (icalendar--convert-block-to-ical)
7588 (icalendar--convert-cyclic-to-ical)
7589 (icalendar--convert-anniversary-to-ical): Change return type.
7590 Strip trailing blanks from subject.
7591 (icalendar--convert-sexp-to-ical): Change return type.
7592 Strip trailing blanks from subject. Handle simple sexp
7593 entries as generated by icalendar.el.
7594 (icalendar--convert-float-to-ical)
7595 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
7596 (icalendar-import-file): Doc fix.
7597 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
7598 Correct call to icalendar--rris.
7599 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
7600 `summary'.
7601 (icalendar--add-diary-entry): Rename `subject' to `summary'.
7602
7603 2005-10-24 Romain Francoise <romain@orebokech.com>
7604
7605 * server.el (server-sentinel): Set query-on-exit flag to nil on
7606 new client processes (it isn't inherited from the server process).
7607
7608 * replace.el (occur-engine): Rearrange text properties.
7609
7610 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7611
7612 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
7613 case-fold-search is nil.
7614 (debug-help-follow): Use help-xref-interned directly.
7615
7616 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
7617
7618 * thumbs.el (thumbs-image-type): Add .pbm.
7619
7620 2005-10-23 Richard M. Stallman <rms@gnu.org>
7621
7622 * faces.el (inhibit-face-set-after-frame-default): New variable.
7623 (set-face-attribute): Bind it.
7624 (face-set-after-frame-default): Test it.
7625
7626 * help-fns.el (describe-simplify-lib-file-name): New function.
7627 (describe-function-1, describe-variable): Use it.
7628
7629 * faces.el (describe-face): Use describe-simplify-lib-file-name.
7630
7631 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
7632 Eliminate nil as possible value.
7633 (tooltip-hide-delay): Reduce internal-border-width.
7634
7635 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
7636 (menu-bar-file-menu) <new-file>: Likewise.
7637
7638 * simple.el (line-move-finish): Ignore fields computing LINE-END.
7639
7640 * international/mule.el (load-with-code-conversion):
7641 Pass full file name to `eval-buffer' unless preloading.
7642
7643 * textmodes/flyspell.el (flyspell-large-region):
7644 Call ispell-check-version.
7645
7646 * textmodes/ispell.el (ispell-local-dictionary-overridden):
7647 Fix the make-variable-buffer-local call that was supposed
7648 to be for this variable.
7649 (ispell-aspell-supports-utf8): Doc fix.
7650 (ispell-find-aspell-dictionaries): Preserve elements of
7651 ispell-dictionary-alist for dictionaries that aspell doesn't report.
7652 (ispell-aspell-find-dictionary): Return nil on error.
7653
7654 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
7655 (doctor-symptoms): Likewise.
7656
7657 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
7658
7659 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
7660
7661 * cus-edit.el (custom-button, custom-button-pressed): New vars.
7662 (custom-raised-buttons): Add :set spec.
7663 (custom-button-unraised, custom-button-pressed-unraised):
7664 New faces, so that custom-raised-buttons actually does something.
7665 (custom-mode): Use custom-button and custom-button-pressed.
7666
7667 * wid-edit.el (widget-specify-button): Don't ignore
7668 widget-mouse-face on graphic terminals.
7669 (widget-move-and-invoke): Cleanup.
7670
7671 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
7672
7673 * whitespace.el (whitespace-cleanup): Doc fix.
7674
7675 2005-10-23 Romain Francoise <romain@orebokech.com>
7676
7677 * emulation/viper.el (viper-set-hooks): Quote forms passed to
7678 `eval-after-load' to avoid evaluating their result.
7679
7680 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
7681
7682 * files.el (directory-listing-before-filename-regexp):
7683 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
7684
7685 * dired.el (dired-move-to-filename-regexp): Remove.
7686 All occurences replaced by `directory-listing-before-filename-regexp'.
7687
7688 * dired-x.el, locate.el, vc.el:
7689 Replace `dired-move-to-filename-regexp' by
7690 `directory-listing-before-filename-regexp'. In vc.el it is
7691 overwritten locally; maybe this can be handled in files.el too.
7692
7693 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
7694 replaced by `directory-listing-before-filename-regexp'.
7695
7696 2005-10-23 Andreas Schwab <schwab@suse.de>
7697
7698 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
7699 and eval-next-after-load.
7700
7701 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7702
7703 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
7704 exist, create it.
7705
7706 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
7707
7708 * allout.el: Remove autoloads for mailcrypt and crypt++.
7709 Require pgg, pgg-gpg during compilation.
7710 (allout-version): Increment version number to 2.1, and use a literal
7711 rather than RCS Id.
7712 (allout-default-encryption-scheme): Remove.
7713 (allout-passphrase-verifier-handling)
7714 (allout-passphrase-verifier-string)
7715 (allout-file-passphrase-verifier-string)
7716 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
7717 (allout-passphrase-hint-handling): Rename and simplify.
7718 (allout-init): Use `find-file-hook' if available, otherwise
7719 `find-file-hooks'.
7720 (allout-mode): Use `write-file-functions' if available, otherwise
7721 `local-write-file-hooks' and, instead of making auto-save-hook
7722 buffer local, make the write-file-hook activity contingent to
7723 allout-mode.
7724 (allout-mode): Use key-binding substitution in the docstring.
7725 (allout-kill-line): Spell-out kill ring data structure mutation
7726 instead of using byte-compiler-complaint-provoking `pop'.
7727 (allout-insert-listified): Use `insert' rather than `insert-string'
7728 (allout-toggle-current-subtree-encryption): Update docstring, adjust
7729 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
7730 (allout-encrypt-string): Totally revamped vis new underlying
7731 encryption facilities.
7732 (allout-mc-activate-passwd): Remove.
7733 (allout-obtain-passphrase): New, more or less replaces
7734 allout-mc-activate-passwd.
7735 (allout-encrypted-key-info): More or less replaces
7736 allout-encrypted-text-type.
7737 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
7738 (my-mark-marker): Use `(featurep 'xemacs)'.
7739
7740 2005-10-23 Lars Hansen <larsh@soem.dk>
7741
7742 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
7743 (byte-compile-file-form-defmumble, byte-compile-defun)
7744 (byte-compile-defmacro): Use it.
7745 (byte-compile-form): Don't call byte-compile-set-symbol-position
7746 when a byte-compile handler is called.
7747
7748 2005-10-22 Romain Francoise <romain@orebokech.com>
7749
7750 * savehist.el (savehist-history-variables): Add `grep-find-history'.
7751
7752 * subr.el (eval-after-load): Convert library name to an absolute
7753 file name using locate-library, since load-history no longer has
7754 library names in it.
7755
7756 2005-10-22 Richard M. Stallman <rms@gnu.org>
7757
7758 * files.el (make-temp-file): Move from subr.el.
7759 * subr.el (make-temp-file): Move to files.el.
7760
7761 * window.el (get-buffer-window-list): Move from subr.el.
7762 * subr.el (get-buffer-window-list): Move to window.el.
7763
7764 * image.el (image-load-path): Use eval-at-startup to initialize.
7765
7766 * subr.el (eval-at-startup): New macro.
7767
7768 * subr.el: Much rearrangement of functions and division
7769 into pages. No code changes.
7770
7771 2005-10-22 Kenichi Handa <handa@m17n.org>
7772
7773 * tar-mode.el (tar-extract): Be sure to call
7774 find-operation-coding-system if set-auto-coding doesn't find a
7775 coding system.
7776
7777 2005-10-22 Kim F. Storm <storm@cua.dk>
7778
7779 * image.el (image-type-header-regexps): Rename from image-type-regexps.
7780 Change users.
7781 (image-type-file-name-regexps): New defconst.
7782 (image-type-from-data): Simplify loop.
7783 (image-type-from-buffer): New defun.
7784 (image-type-from-file-header): Use it instead of image-type-from-data.
7785 Use image-search-load-path instead of only looking in data-directory.
7786 (image-type-from-file-name): New defun.
7787 (image-search-load-path): Change `pathname' to `filename'.
7788 Make PATH arg optional, default to image-load-path.
7789
7790 2005-10-21 Richard M. Stallman <rms@gnu.org>
7791
7792 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
7793
7794 * textmodes/paragraphs.el (sentence-end-base): New variable.
7795 (sentence-end): Use sentence-end-base.
7796
7797 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 * font-lock.el (font-lock-default-fontify-region): Check the multiline
7800 property independently from the font-lock-multiline variable.
7801
7802 2005-10-21 Richard M. Stallman <rms@gnu.org>
7803
7804 * emacs-lisp/find-func.el (find-library-name): Doc fix.
7805
7806 * startup.el (command-line): Convert library names
7807 in `load-history' to absolute file names.
7808
7809 * subr.el (symbol-file): Doc fix.
7810
7811 * loadhist.el (file-loadhist-lookup): Call locate-library
7812 instead of find-library-name. Don't try converting
7813 abs file names to library names, since load-history no longer
7814 has library names in it.
7815 (file-dependents, file-provides, file-requires): Doc fixes.
7816
7817 2005-10-21 Juri Linkov <juri@jurta.org>
7818
7819 * progmodes/etags.el (tags-table-mode): New function.
7820 (tags-verify-table): Replace initialize-new-tags-table with
7821 tags-table-mode.
7822
7823 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
7824 default value.
7825 (desktop-modes-not-to-save): Add tags-table-mode to the
7826 default value.
7827
7828 * info.el (Info-index-next): Add total number of index
7829 alternatives to the message.
7830
7831 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
7832 backward only space (instead of space and period) before looking
7833 at sentence end.
7834
7835 * simple.el (set-variable): Use user-variable-p instead of symbolp.
7836 Add the old variable value as 4th default-value arg of read-string.
7837
7838 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7839
7840 * cus-face.el (custom-declare-face): Make face from X resources
7841 also on Mac.
7842
7843 * disp-table.el (standard-display-g1, standard-display-graphic):
7844 Refuse to use string glyphs also on Mac.
7845 (standard-display-european): Don't set terminal coding system also
7846 on Mac.
7847
7848 * frame.el (display-screens): Use x-display-screens also on Mac.
7849
7850 2005-10-21 Romain Francoise <romain@orebokech.com>
7851
7852 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
7853
7854 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7855
7856 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
7857 and $? into sexps.
7858
7859 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
7860 warning face on open-paren-in-column-0.
7861
7862 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
7863 boundary case. Fix typo.
7864 Suggested by Martin Rudalics <rudalics@gmx.at>.
7865
7866 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
7867
7868 * textmodes/org.el (org-combined-agenda-icalendar-file)
7869 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
7870 (org-export-icalendar-this-file)
7871 (org-export-icalendar-all-agenda-files)
7872 (org-export-icalendar-combine-agenda-files): New commands.
7873 (org-export-icalendar, org-print-icalendar-entries)
7874 (org-start-icalendar-file, org-finish-icalendar-file)
7875 (org-ical-ts-to-string): New functions.
7876 (org-read-date, org-goto-calendar)
7877 (org-agenda-goto-calendar): Inhibit displaying diary entries by
7878 call to `calendar'.
7879 (orgtbl-setup): Remove the :keys arguments from the menu description.
7880 (org-after-save-iCalendar-file-hook): New variable.
7881
7882 2005-10-21 Kenichi Handa <handa@m17n.org>
7883
7884 * language/vietnamese.el (tcvn-5712): Make it an alias of
7885 vietnamese-tcvn coding-system.
7886
7887 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
7888
7889 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
7890 group id is given.
7891
7892 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7893
7894 * progmodes/sh-script.el (sh-escaped-line-re): New var.
7895 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
7896 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
7897 whose line is either continued or ends with a comment.
7898
7899 2005-10-20 Romain Francoise <romain@orebokech.com>
7900
7901 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
7902
7903 * replace.el (occur-engine): Add follow-link property.
7904
7905 * font-core.el (font-lock-mode): Doc fix.
7906
7907 2005-10-20 Richard M. Stallman <rms@gnu.org>
7908
7909 * net/rcirc.el: New file.
7910
7911 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
7912
7913 * term.el (term-term-name): Initialize to "eterm-color".
7914
7915 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
7916
7917 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
7918 for encryption functionality.
7919 Move allout customization subgroup from `editing' to `outlines' group.
7920 Fix commentary keywords to legitimate ones.
7921 Update author info (using my current email address, obscurified).
7922 (allout-encrypt-string, allout-encryption-produce-work-buffer)
7923 (allout-encrypted-topic-p, allout-encrypted-text-type)
7924 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
7925 (allout-situate-encryption-key-verifier)
7926 (allout-get-encryption-key-verifier, allout-verify-key)
7927 (allout-next-topic-pending-encryption)
7928 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
7929 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
7930 (outline-key-verifier-handling, outline-key-hint-handling)
7931 (outline-encrypt-unencrypted-on-saves): New defcustoms.
7932 (allout-file-key-verifier-string, allout-encryption-scheme)
7933 (allout-key-verifier-string, allout-key-hint-string)
7934 (allout-after-save-decrypt): New variables.
7935 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
7936 (allout-after-saves-handler): New hook functions.
7937 (allout-post-command-business): Do allout-after-save-decrypt.
7938 (allout-enable-file-variable-adjustment): Custom var to enable
7939 mechanism for adding and adjusting settings of Emacs file variables.
7940 (allout-adjust-file-variable, allout-file-vars-section-data):
7941 New functions, implement the mechanism.
7942 (outlineify-sticky): Use the file vars mechanism.
7943 (allout-inhibit-protection, allout-during-write-cue)
7944 (allout-override-protect, allout-before-change-protect): Remove.
7945 (allout-flag-region, allout-open-topic): Adjust read-only text.
7946 (allout-open-line-not-read-only): Add to facilitate read-only
7947 text based protection.
7948 (allout-kill-line): Revise to adjust read-only text, clue the
7949 user about the inhibition.
7950 (allout-unprotected): Use unwind-protect.
7951 (allout-shift-in, allout-shift-out): Disallow manually shifting a
7952 topic deeper than the offspring depth of the previous topic -
7953 avoiding confusing "containment discontinuities".
7954 (allout-reindent-bodies): Fix retention of body relative hanging
7955 indent during promotion of collapsed bodies.
7956 (allout-open-topic): Make it easy to open new topic with same
7957 bullet as current topic - topic creation functions provided with
7958 any universal argument provokes now prompt for bullet, defaulting
7959 to the bullet of the previous topic.
7960 (allout-plain-bullets-string, allout-distinctive-bullets-string):
7961 Plain bullet alternates `.' period and `,' comma only. All other
7962 bullets are relegated to special status (but customizable).
7963 (allout-end-of-entry): Rename from allout-end-of-current-entry
7964 since it actually operates w.r.t. most immediately containing
7965 entry, visible or not.
7966 (allout-hide-current-entry, allout-show-current-entry): Use the
7967 revised version.
7968 (allout-old-expose-topic): Solidify deprecation.
7969 (allout-end-of-subtree): Add so we can span concealed as well
7970 as visible topics.
7971 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
7972 (allout-end-of-current-heading): Tweak to just respect the first line.
7973 (allout-get-body-text): Add.
7974 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
7975 when invoked interactively.
7976 (allout-up-current-level): Use `interactive-p'.
7977 (allout-mode, allout-init): Miscellaneous docstring and
7978 operational refinements, as well as hookups of new encryption stuff.
7979 (allout-beginning-of-current-entry): Now works as advertised.
7980 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
7981 (allout-isearch-rectification): Refine condition for isearching.
7982 (allout-isearch-abort, allout-enwrap-isearch)
7983 (allout-flag-region, my-region-active-p): Relocate some macros.
7984 (allout-title): Fallback title is (buffer-name), not
7985 non-existing (current-buffer-name).
7986 (subst-char-in-string): Define if absent (for some XEmacs versions).
7987
7988 2005-10-20 Jari Aalto <jari.aalto@cante.net>
7989
7990 * mail/sendmail.el (mail-setup-hook, mail-aliases)
7991 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
7992 (mail-citation-prefix-regexp, mail-signature-file)
7993 (mail-default-headers, mail-bury-selects-summary)
7994 (mail-send-nonascii): Add autoload cookies.
7995
7996 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7997
7998 * frame.el (blink-cursor-mode): Add `mac' to the list of
7999 window-system's that support blinking cursor.
8000
8001 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8002
8003 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8004
8005 2005-10-20 Eli Zaretskii <eliz@gnu.org>
8006
8007 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
8008 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
8009 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
8010
8011 2005-10-20 Kim F. Storm <storm@cua.dk>
8012
8013 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
8014 (ido-set-current-directory): Don't add / after final @.
8015 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
8016 Explicitly handle ange-ftp completion oddities.
8017 (ido-make-file-list): Don't rotate list at tramp root to avoid
8018 triggering tramp file handler for expand-file-name via get-file-buffer.
8019
8020 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8021
8022 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
8023
8024 2005-10-19 Jay Belanger <belanger@truman.edu>
8025
8026 * calc/calc-units.el (math-standard-units): Add units, adjust
8027 symbols and update values.
8028 (math-unit-prefixes): Add more prefixes.
8029
8030 2005-10-19 Romain Francoise <romain@orebokech.com>
8031
8032 * bookmark.el (bookmark-menu-heading): New face.
8033 (bookmark-bmenu-list): Use it.
8034 Don't fiddle with `baud-rate' at top-level.
8035
8036 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
8037
8038 * image.el (create-image, find-image): Mention max-image-size in
8039 docstring.
8040
8041 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8042
8043 * savehist.el (savehist-load): Revert to checking XEmacs.
8044
8045 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
8046 Various docstring and line-width fixups.
8047 (conf-mode): Use cond.
8048 Set font-lock-defaults. Don't set comment-use-syntax.
8049
8050 2005-10-18 David Ponce <david@dponce.com>
8051
8052 * tree-widget.el (tree-widget-button-click): New function.
8053 (tree-widget-button-keymap): Use it.
8054
8055 2005-10-18 Romain Francoise <romain@orebokech.com>
8056
8057 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8058 (bookmark-bmenu-hide-filenames): Add follow-link property.
8059 Improve help-echo text.
8060
8061 * ffap.el (find-file-at-point): Doc fix.
8062
8063 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8064
8065 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
8066
8067 2005-10-18 Masatake YAMATO <jet@gyve.org>
8068
8069 Install to the CVS repository what I forgot to install in my
8070 2005-10-16 changes.
8071
8072 * progmodes/python.el (python-complete-symbol): Pass the common
8073 prefix substring of completion to `display-completion-list'.
8074
8075 * textmodes/org.el (org-complete): Ditto.
8076
8077 2005-10-18 Masatake YAMATO <jet@gyve.org>
8078
8079 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
8080
8081 * woman.el (WoMan-xref-man-page): New button type derived
8082 from `Man-abstract-xref-man-page'.
8083 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
8084
8085 * man.el (Man-abstract-xref-man-page): New button type.
8086 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
8087 (Man-highlight-references): Add new optional argument `xref-man-type'.
8088
8089 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8090
8091 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
8092
8093 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
8094
8095 * cus-edit.el (Custom-move-and-invoke): Delete.
8096 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
8097
8098 * wid-edit.el (widget-move-and-invoke): New function, from
8099 Custom-move-and-invoke.
8100
8101 2005-10-17 Bill Wohler <wohler@newt.com>
8102
8103 Move all remaining images from lisp/toolbar to etc/images, move
8104 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
8105 the low resolution images in their own directory (low-color).
8106
8107 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
8108 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
8109 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
8110 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
8111 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
8112 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
8113 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
8114
8115 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
8116 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
8117 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
8118 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
8119 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
8120 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
8121 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
8122 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
8123 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
8124 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
8125 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
8126 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
8127 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
8128 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
8129 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
8130
8131 To conform with convention, replace the underscore (_) in the
8132 following image names with dash (-) or (/) as appropriate.
8133
8134 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
8135 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
8136 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
8137 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
8138 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
8139 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
8140 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
8141 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
8142 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
8143 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
8144 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
8145 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
8146 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
8147 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
8148 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
8149
8150 * info.el (info-tool-bar-map): Replace underscores in image names
8151 with dashes.
8152
8153 * makefile.w32-in (WINS): Remove toolbar.
8154
8155 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
8156
8157 * tool-bar.el: Move to lisp from toolbar. Now that
8158 toolbar is empty, it should be deleted when folks run "cvs up -P".
8159
8160 2005-10-18 Jay Belanger <belanger@truman.edu>
8161
8162 * calc/calc-store.el (calc-store-into): Get the proper variable name
8163 to display in message.
8164
8165 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8166
8167 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
8168 expressions display in speedbar for all buffers when debugging.
8169 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
8170
8171 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
8172 (speedbar-insert-button, speedbar-make-button):
8173 Use add-text-properties.
8174 (speedbar-update-localized-contents)
8175 (speedbar-update-directory-contents)
8176 (speedbar-update-special-contents): Use dolist.
8177 (speedbar-buffer-easymenu-definition): Add a menu separator.
8178
8179 2005-10-17 Jason Rumney <jasonr@gnu.org>
8180
8181 * makefile.w32-in: Use $(lisp) consistently.
8182 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
8183 for shell specific generation of mh-autoloads.
8184
8185 2005-10-17 Richard M. Stallman <rms@gnu.org>
8186
8187 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
8188
8189 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8190
8191 * jit-lock.el (jit-lock-fontify-now):
8192 Move jit-lock-context-unfontify-pos to avoid wasted work.
8193
8194 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
8195
8196 * net/tramp.el (tramp-completion-mode): New defvar. Used in
8197 `tramp-completion-mode' for checking if we are in completion mode.
8198 (tramp-completion-handle-file-name-all-completions): Reorder code
8199 in order to complete for file names only in case there are no
8200 method/user/host completions. This is necessary for cooperation
8201 with ido. Reported by Kim F. Storm <storm@cua.dk>.
8202
8203 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
8204
8205 * longlines.el (longlines-search-forward)
8206 (longlines-search-backward): Match any number of spaces.
8207
8208 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
8209
8210 * diff-mode.el (diff-mode): Doc fix.
8211
8212 2005-10-16 David Reitter <david.reitter@gmail.com>
8213
8214 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8215 as default on darwin and windows systems.
8216
8217 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
8218
8219 * arc-mode.el (archive-zip-extract): Doc fix.
8220
8221 2005-10-16 Romain Francoise <romain@orebokech.com>
8222
8223 * mouse.el (mouse-1-click-follows-link): Doc fix.
8224
8225 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8226
8227 * savehist.el: Don't require CL at runtime.
8228 (savehist-xemacs): Remove.
8229 (savehist-coding-system): Use utf-8 if present, regardless of religion.
8230 (savehist-no-conversion): Use (featurep 'xemacs).
8231 (savehist-load): Check existence of start-itimer rather than XEmacs.
8232 Use an idle timer.
8233 (savehist-process-for-saving): Replace use of CL funs `subseq' and
8234 `delete-if-not'.
8235
8236 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
8237
8238 * savehist.el: Newer version.
8239 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8240 (savehist-last-checksum, savehist-no-conversion): New vars.
8241 (savehist-autosave, savehist-process-for-saving, savehist-printable):
8242 New functions.
8243 (savehist-load, savehist-save): Use them.
8244 (savehist-delimit): Remove.
8245
8246 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8247
8248 * progmodes/compile.el (compilation-goto-locus): Display the
8249 compilation buffer first and the source buffer second, in case they're
8250 in overlapping frames. Don't raise the compilation frame if it was the
8251 selected window upon entry. Pass the `other-window' arg to
8252 pop-to-buffer.
8253
8254 * info.el (Info-fontify-node): Use dolist.
8255 Change add-text-properties to put-text-property.
8256
8257 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8258
8259 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8260 bound of search.
8261
8262 2005-10-16 Masatake YAMATO <jet@gyve.org>
8263
8264 * dabbrev.el (dabbrev-completion): Pass the common
8265 prefix substring of completion to `display-completion-list'.
8266
8267 * filecache.el (file-cache-minibuffer-complete)
8268 (file-cache-complete): Ditto.
8269
8270 * tempo.el (tempo-display-completions): Ditto.
8271
8272 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
8273
8274 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
8275
8276 * eshell/em-hist.el (eshell-list-history): Ditto.
8277
8278 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
8279
8280 * mail/mailalias.el (mail-complete): Ditto.
8281
8282 * progmodes/etags.el (complete-tag): Ditto.
8283
8284 * progmodes/make-mode.el (makefile-complete): Ditto.
8285
8286 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
8287
8288 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
8289
8290 * progmodes/pascal.el (pascal-complete-word)
8291 (pascal-show-completions): Ditto.
8292
8293 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
8294
8295 * simple.el (completion-common-substring): New variable.
8296 (completion-setup-function): Use `completion-common-substring'
8297 to put faces.
8298
8299 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8300
8301 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
8302 (x-get-selection, mac-select-convert-to-string): Convert from/to
8303 UTF-16 clipboard data as in native byte order, no BOM.
8304
8305 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
8306
8307 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8308 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
8309 (gud-sentinel): Use speedbar-frame to check for speedbar.
8310
8311 2005-10-15 Richard M. Stallman <rms@gnu.org>
8312
8313 * savehist.el: New file.
8314
8315 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
8316
8317 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
8318 Fix bug in \bf fontification.
8319
8320 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8321
8322 * pcvs.el (cvs-edit-log-files): New var.
8323 (cvs-mode-edit-log): New arg `file'.
8324 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
8325 Instead force the use of the original file and nothing else.
8326 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
8327 the cvs-minor-wrap-function is set.
8328 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
8329
8330 2005-10-14 Bill Wohler <wohler@newt.com>
8331
8332 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
8333 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
8334 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
8335 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
8336 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
8337 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
8338 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
8339 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
8340 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
8341 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
8342 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
8343 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
8344 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
8345 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
8346 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
8347
8348 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8349 appropriately (for example, gud-break to gud/break).
8350
8351 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
8352
8353 * longlines.el (longlinges-search-function)
8354 (longlines-search-forward, longlines-search-backward): New functions.
8355 (longlines-mode): Set isearch-search-fun-function to
8356 longlinges-search-function.
8357
8358 * mouse.el (mouse-drag-region-1): Handle the case where a
8359 double-click event is bound to an arbitrary function.
8360
8361 2005-10-14 David Ponce <david@dponce.com>
8362
8363 * recentf.el (recentf-track-opened-file)
8364 (recentf-track-closed-file, recentf-update-menu)
8365 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
8366 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
8367 mouse-1-click-follows-link.
8368
8369 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8370
8371 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8372 Gnome file-manager.png. Suggested by
8373 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
8374
8375 * toolbar/README: Add diropen.xpm.
8376
8377 2005-10-13 Bill Wohler <wohler@newt.com>
8378
8379 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
8380 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
8381
8382 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8383
8384 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8385 Don't waste the byte-compiler's time on constant data.
8386
8387 2005-10-13 Kenichi Handa <handa@m17n.org>
8388
8389 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
8390 byte with `escape-glyph' face.
8391
8392 * international/fontset.el (ccl-encode-unicode-font):
8393 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
8394 Handle the case that ucs-mule-to-mule-unicode translates a character to
8395 ASCII (usually for IPA characters).
8396
8397 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8398
8399 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
8400 Don't hide the underline of titles if font-lock-mode is disabled.
8401
8402 2005-10-12 Bill Wohler <wohler@newt.com>
8403
8404 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
8405 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
8406 files in MH-E-SRC have been updated.
8407 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
8408
8409 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8410
8411 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
8412 (mixal-mode-syntax-table): Add \n as end-comment.
8413 (mixal-operation-codes-alist): Immediately initialize to full value.
8414 (mixal-add-operation-code): Remove.
8415 (mixal-describe-operation-code): Make the arg non-optional.
8416 Use the interactive spec instead.
8417 Use mixal-operation-codes-alist rather than mixal-operation-codes.
8418 (mixal-font-lock-keywords): Don't highlight comments here any more.
8419 (mixal-font-lock-syntactic-keywords): New var.
8420 (mixal-mode): Use it. Fix comment-start-skip.
8421
8422 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8423
8424 * startup.el (command-line-x-option-alist): -nb => -nbi
8425
8426 2005-10-12 Kim F. Storm <storm@cua.dk>
8427
8428 * startup.el (fancy-splash-default-action): Discard mouse click in
8429 the splash screen window, as it has no sensible meaning in the
8430 next window to be selected. Fixes error reported by Jan D.
8431
8432 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8433
8434 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
8435
8436 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8437
8438 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
8439 Try to fix up minor layout issues like indentation, line break, etc...
8440 (mixal-mode-syntax-table): Don't try to specify comment syntax,
8441 because it doesn't work.
8442 (mixal-operation-codes): Add some more codes.
8443 (mixal-font-lock-keywords): Process comments here.
8444 (mixal-mode): mixasm no longer needs -g option.
8445
8446 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
8447
8448 * progmodes/sh-script.el (sh-tmp-file):
8449 Use mktemp -t. Finish support for es and rc shells.
8450
8451 2005-10-11 Jay Belanger <belanger@truman.edu>
8452
8453 * calc/calcalg2.el (calc-integral): With an argument, compute the
8454 definite integral.
8455
8456 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
8457
8458 * mouse.el (mouse-drag-region-1): Don't try to catch a
8459 double-click when doing follow-link (it's overridden anyway).
8460
8461 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
8462
8463 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
8464 (autoload-print-form-outbuf): Add docstring.
8465
8466 2005-10-11 Juri Linkov <juri@jurta.org>
8467
8468 * info.el (Info-mode-menu): Delete menu item "Edit".
8469 (Info-mode): Delete description of Info-edit from docstring,
8470 and rearrange descriptions of Info commands in the order
8471 they are documented in the Info manual.
8472
8473 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8474
8475 * calendar/appt.el (appt-check): Use diary-selective-display var.
8476
8477 2005-10-10 Richard M. Stallman <rms@gnu.org>
8478
8479 * net/newsticker.el (newsticker-start, newsticker-show-news):
8480 Add autoload cookies.
8481
8482 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
8483
8484 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
8485
8486 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
8487
8488 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
8489
8490 2005-10-10 Jay Belanger <belanger@truman.edu>
8491
8492 * calc/calc-arith.el (math-check-known-scalarp)
8493 (math-check-known-matrixp): Check the values of arguments that are
8494 variables.
8495 (math-check-known-square-matrixp): New function.
8496 (math-known-square-matrixp): Use math-check-known-square-matrixp.
8497 (math-super-types): Add sqmatrix type.
8498
8499 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
8500 mode name `square' to `sqmatrix'.
8501
8502 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
8503 mode name `square' to `sqmatrix'.
8504
8505 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8506
8507 * progmodes/etags.el (select-tags-table-mode): Don't use
8508 selective-display.
8509 (tags-select-tags-table): Pass `button' to the action function.
8510 (select-tags-table): Place the side-info on button properties rather
8511 than in hidden text. Abbreviate file names.
8512 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8513 (select-tags-table-select): Add `button' argument.
8514 Get side-info from the button property rather than from hidden text.
8515
8516 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
8517
8518 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
8519 (gud-speedbar-buttons): Preserve point if possible.
8520 (gud-sentinel): Restore previous speedbar display type.
8521
8522 * progmodes/gdb-ui.el (gdba): Improve diagram.
8523 (def-gdb-auto-update-handler, gdb-info-locals-handler)
8524 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8525 Call get-buffer-window once.
8526
8527 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8528
8529 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8530 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8531 (pascal-indent-command): Remove unused var `ind'.
8532 (pascal-indent-case): Remove unused var `oldpos'.
8533 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8534 since it's now used as a proper minor mode map.
8535 (pascal-outline): Rename to pascal-outline-mode.
8536 (pascal-outline-mode): Use define-minor-mode.
8537 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8538 selective-display.
8539
8540 2005-10-10 Andreas Schwab <schwab@suse.de>
8541
8542 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8543 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
8544
8545 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8546 outside source directory.
8547
8548 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
8549
8550 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
8551 C-x' as a prefix.
8552 (orgtbl-mode-map): Full keymap instead of sparse, because all
8553 `self-insert-command' keys are redefined in this map.
8554 (org-export-as-html): Specify charset for HTML file, by taking it
8555 from the coding system.
8556
8557 2005-10-10 Kenichi Handa <handa@m17n.org>
8558
8559 * textmodes/flyspell.el (flyspell-check-word-p):
8560 If unread-command-events is non-empty, don't call sit-for.
8561
8562 2005-10-09 Richard M. Stallman <rms@gnu.org>
8563
8564 * font-lock.el (font-lock-syntactic-keywords)
8565 (font-lock-keywords): Doc fixes.
8566
8567 * textmodes/flyspell.el (flyspell-external-point-words):
8568 Simplify logic, and don't try to check for consecutive appearances
8569 of one incorrect word.
8570
8571 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
8572
8573 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
8574 separator.
8575
8576 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
8577 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
8578 (gud-expansion-speedbar-buttons): New function.
8579 (gud-speedbar-buttons): Check for gud-comint-buffer.
8580
8581 2005-10-09 Bill Wohler <wohler@newt.com>
8582
8583 * Makefile.in (updates): Add mh-loaddefs dependency.
8584
8585 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
8586
8587 * speedbar.el (speedbar-file-key-map): Fix typo.
8588
8589 2005-10-09 Daniel Brockman <daniel@brockman.se>
8590
8591 * cus-start.el (line-spacing): Add custom spec.
8592
8593 2005-10-09 Romain Francoise <romain@orebokech.com>
8594
8595 * textmodes/ispell.el (ispell-check-version): Fix last change.
8596
8597 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8598
8599 * term/x-win.el: Remove -i, --icon-type from comment.
8600
8601 * startup.el (command-line-x-option-alist): Remove options -i,
8602 -itype, --icon-type, added -nb, --no-bitmap-icon
8603
8604 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
8605
8606 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
8607 instead of :active.
8608
8609 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
8610
8611 * textmodes/ispell.el (ispell-check-version):
8612 Ignore hyphen, and all that follows, in aspell's version text.
8613
8614 2005-10-08 Jay Belanger <belanger@truman.edu>
8615
8616 * calc/calc-arith.el (math-known-square-matrixp): New function.
8617 (math-pow-fancy): Check for matrices before distributing exponent
8618 across products.
8619
8620 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
8621 fullscreen keypad. Suggested by Luc Teirlinck.
8622 (calc-keypad-show-input): Add space for formatting.
8623
8624 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
8625 Add square matrix option.
8626
8627 * calc/calc-poly.el (math-expand-term): Check for matrices instead
8628 of checking calc-matrix-mode when deciding how to expand.
8629
8630 * calc/calc.el (calc-set-mode-line): Add square matrix option.
8631
8632 2005-10-08 Lars Hansen <larsh@soem.dk>
8633
8634 * net/tramp.el (tramp-perl-directory-files-and-attributes):
8635 Add error handling.
8636 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8637
8638 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
8639
8640 Sync with Tramp 2.0.51.
8641
8642 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8643 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8644 Insert special handling for `last-coding-system-used', again
8645 it still seems to be necessary (unlike stated before).
8646 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
8647 (tramp-password-prompt-regexp): There might be other words before
8648 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
8649 (tramp-chunksize): Improve docstring.
8650 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
8651 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
8652 Christian Joergensen <bugs@razor.dk>.
8653
8654 2005-10-07 Glenn Morris <rgm@gnu.org>
8655
8656 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
8657 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
8658 precision'.
8659
8660 2005-10-07 Romain Francoise <romain@orebokech.com>
8661
8662 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
8663 (ibuffer-do-shell-command-pipe-replace)
8664 (ibuffer-do-shell-command-file, ibuffer-do-eval)
8665 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
8666 (ibuffer-do-revert, ibuffer-do-replace-regexp)
8667 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
8668 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8669 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
8670 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
8671 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
8672 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
8673 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
8674 Autoload file sans suffix.
8675
8676 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
8677
8678 2005-10-07 David Ponce <david@dponce.com>
8679
8680 * recentf.el (recentf-menu-open-all-flag): New option.
8681 (recentf-digit-shortcut-command-name): New function.
8682 (recentf--shortcuts-keymap): New variable.
8683 (recentf-menu-shortcuts): New variable.
8684 (recentf-make-menu-items): Initialize it. Replace the "More..."
8685 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
8686 (recentf-menu-value-shortcut): New function.
8687 (recentf-make-menu-item): Use it. No more in-lined.
8688 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
8689 (recentf-open-most-recent-file): Rename from
8690 `recentf-open-file-with-key'. Don't depend on key binding.
8691 (recentf-mode-map): New variable.
8692 (recentf-mode): Use it.
8693
8694 2005-10-06 Bill Wohler <wohler@newt.com>
8695
8696 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
8697
8698 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
8699 (MH-E-SRC): New. Used by mh-autoloads.
8700 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
8701 files in MH-E-SRC have been updated.
8702 (compile, recompile, bootstrap): Depend on mh-autoloads.
8703
8704 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
8705
8706 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
8707 gud-break and gud-remove icons when the fringe is not available.
8708
8709 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
8710 Typo.
8711
8712 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8713
8714 * play/zone.el (zone): Wrap body with save-window-excursion.
8715
8716 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
8717
8718 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8719 Use the new `list-only' arg to diary-list-entries.
8720
8721 * calendar/diary-lib.el: Use overlays rather than selective-display.
8722 (diary-selective-display): New var.
8723 (diary-header-line-format): Use it.
8724 (diary-list-entries): Add argument `list-only'.
8725 Put the buffer in diary-mode. Don't add \^M at beg and end.
8726 Replace \^M by invisible overlays.
8727 (diary-unhide-everything): Replace \^M by invisible overlays.
8728 (print-diary-entries): Look for overlays rather than \^M.
8729 Add a space to the temp buffer name.
8730 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
8731 Put the buffer in diary-mode.
8732 (list-sexp-diary-entries): Replace \^M by invisible overlays.
8733 (diary-anniversary): Make the year arg optional.
8734 (diary-time-regexp): New const.
8735 (diary-font-lock-keywords): Use it to accept a few more time formats.
8736
8737 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
8738
8739 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
8740
8741 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
8742 Fix bug introduced 2005-07-03: Use (car (last ...))
8743 to faithfully reproduce replaced artist-last.
8744 (artist-set-arrow-points-for-poly): Likewise.
8745 Suggested by Johan Bockg\e,Ae\e(Brd.
8746
8747 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
8748
8749 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
8750 * wid-edit.el (widget):
8751 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
8752 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
8753
8754 2005-10-06 Kenichi Handa <handa@m17n.org>
8755
8756 * international/mule-cmds.el (set-language-environment):
8757 Fix setting up of case-table for unibyte mode.
8758
8759 * simple.el (what-cursor-position): If the character is displayed
8760 by some `display' text property, show that. Don't use
8761 single-key-description for eight-bit characters in multibyte mode.
8762
8763 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
8764
8765 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
8766 (gdb-ann3): Set it.
8767 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
8768 (gdb-info-frames-custom): Use inverse-video for first five
8769 characters of selected frame only.
8770 (gdb-get-frame-number): Select frame even when point is on frame
8771 number.
8772
8773 2005-10-06 Masatake YAMATO <jet@gyve.org>
8774
8775 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8776 Put `font-lock-function-name-face'.
8777 (gdb-info-frames-custom): Put `font-lock-function-name-face'
8778 and `font-lock-variable-name-face'
8779 (gdb-registers-font-lock-keywords): New font lock keywords definition.
8780 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
8781 (gdb-memory-font-lock-keywords): New font lock keywords definition.
8782 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
8783 (gdb-local-font-lock-keywords): New font lock keywords definition.
8784 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
8785 (gdb-threads-font-lock-keywords): New font lock keywords definition.
8786 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
8787
8788 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
8789
8790 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
8791 (ediff-merge-region-is-non-clash-to-skip): Previously called
8792 ediff-merge-region-is-non-clash.
8793
8794 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
8795 Use insert-buffer-substring.
8796
8797 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
8798 selecting files to patch. Also bug fixes.
8799
8800 * ediff-util.el (ediff-setup): Bug fix.
8801 (ediff-next-difference): Never skip clashes that differ in white
8802 space only.
8803
8804 * ediff-wind.el (ediff-setup-control-frame)
8805 (ediff-destroy-control-frame): Check the menubar feature.
8806
8807 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
8808 (viper-refresh-mode-line): Use make-local-variable to localize
8809 some vars instead of make-variable-buffer-local. Suggested by
8810 Stefan Monnier.
8811
8812 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
8813 (viper-restore-cursor-type, viper-set-insert-cursor-type):
8814 Use make-local-variable instead of make-variable-buffer-local.
8815 Suggested by Stefan Monnier.
8816
8817 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
8818 (viper-comint-mode-hook): Use make-local-variable on
8819 require-final-newline.
8820 (viper-non-hook-settings): Don't use make-variable-buffer-local.
8821
8822 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8823
8824 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
8825 also the second char of a comment-start sequence.
8826 (scheme-sexp-comment-syntax-table): New var.
8827 (lambda, define): Set their scheme-doc-string-elt property.
8828 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
8829 Use lisp-font-lock-syntactic-face-function now that it properly
8830 handles |...| symbols.
8831 (scheme-mode-variables): Set lisp-doc-string-elt-property,
8832 parse-sexp-lookup-properties and font-lock-extra-managed-props.
8833
8834 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
8835 bit from # to |.
8836 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
8837
8838 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
8839 (lisp-doc-string-elt-property): New var.
8840 (lisp-font-lock-syntactic-face-function): Use it.
8841 Rewrite to recognize docstrings even for forms not at toplevel.
8842
8843 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
8844 annotation on the | part of #| rather than on the # part.
8845 (scheme-font-lock-syntactic-face-function): New function, to
8846 distinguish strings from |...| symbols.
8847 (scheme-mode-variables): Use it. Also fix up the font-lock-time
8848 syntax-table so that #|...|# is properly highlighted.
8849
8850 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
8851 Don't mark as docstring the 3rd elem of an unknown toplevel form.
8852
8853 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8854
8855 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
8856 and C-e.
8857
8858 * emacs-lisp/eldoc.el: Move comments into docstrings.
8859 (eldoc-message-commands): Initialize in its declaration.
8860 Add move-beginning-of-line and move-end-of-line.
8861 (eldoc-add-command, eldoc-add-command-completions)
8862 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
8863
8864 * outline.el (outline-mark-subtree): Activate the mark.
8865
8866 * calendar/appt.el (appt-time-regexp): New var.
8867 (appt-add, appt-make-list): Use it.
8868 (appt-convert-time): Clean up.
8869
8870 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8871 Don't set any syntax-table property here.
8872 (tex-font-lock-verb): New function. Do it here.
8873 (tex-font-lock-syntactic-keywords): Use it.
8874
8875 2005-10-04 Richard M. Stallman <rms@gnu.org>
8876
8877 * wid-edit.el (widget-file-complete): Get the widget start point
8878 the right way. Default directory to `/' if file has none.
8879
8880 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
8881
8882 * textmodes/flyspell.el (flyspell-mode-on):
8883 Call ispell-maybe-find-aspell-dictionaries.
8884
8885 * textmodes/ispell.el (ispell-word, ispell-region):
8886 Call ispell-maybe-find-aspell-dictionaries.
8887 (ispell-accept-buffer-local-defs):
8888 Don't call ispell-maybe-find-aspell-dictionaries
8889
8890 2005-10-04 Richard M. Stallman <rms@gnu.org>
8891
8892 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
8893
8894 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
8895
8896 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
8897 instead of `fboundp' in order to allow for anonymous functions.
8898
8899 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
8900
8901 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
8902 case the user clicks on the link while another window is selected.
8903 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
8904
8905 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
8906 functionality.
8907 (dframe-help-echo): Save point in case mouse tracking is off.
8908
8909 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
8910
8911 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
8912
8913 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8914
8915 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
8916 not change the global value of those vars.
8917
8918 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
8919 make-local-variable which we do not need any more.
8920
8921 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
8922
8923 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
8924 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
8925 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
8926 (speedbar-path-line): Define obsolete aliases.
8927 (speedbar-line-directory): Doc fix.
8928
8929 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
8930 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
8931 instead of speedbar-line-path.
8932
8933 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8934
8935 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
8936 to nil if dropping on a window. Handle dropping on a minibuffer window
8937 like dropping on a non-window part of Emacs.
8938
8939 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8940
8941 * net/ange-ftp.el: Use with-current-buffer.
8942 (ange-ftp-insert-directory): Do not follow symlinks any more.
8943
8944 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8945 Remove interactive spec.
8946
8947 2005-10-03 Kim F. Storm <storm@cua.dk>
8948
8949 * ido.el (ido-mode): Use custom-initialize-set.
8950
8951 2005-10-02 Richard M. Stallman <rms@gnu.org>
8952
8953 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
8954 Use insert-buffer-substring.
8955
8956 * net/tramp.el: Pacify byte compiler warnings in pacification code.
8957 (tramp-handle-file-local-copy): Use insert-buffer-substring.
8958
8959 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8960
8961 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
8962 in last change.
8963 (ange-ftp-insert-directory): Fix up the search for the case where
8964 `file' is absolute.
8965
8966 2005-10-02 Romain Francoise <romain@orebokech.com>
8967
8968 * progmodes/compile.el (compile-goto-error): Delete extra paren.
8969
8970 2005-10-02 Andreas Schwab <schwab@suse.de>
8971
8972 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
8973 directory component in the session info.
8974
8975 2005-10-01 Richard M. Stallman <rms@gnu.org>
8976
8977 * comint.el (comint-redirect-subvert-readonly): Doc fix.
8978
8979 * simple.el (next-error-internal): New function.
8980
8981 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
8982 (compilation-start): Pass new arg to compilation-buffer-name.
8983 (compile-goto-error): Use next-error-internal.
8984
8985 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
8986
8987 * speedbar.el: Remove RCS tag.
8988 (speedbar-check-read-only): Handle non-existent files.
8989
8990 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
8991
8992 * info.el (Info-speedbar-hierarchy-buttons)
8993 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
8994
8995 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8996
8997 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
8998 Do not match newline.
8999 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
9000 (bibtex-summary): Remove unnecessary save-excursion.
9001 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
9002
9003 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9004
9005 * term/mac-win.el: Add charset info for "iso10646-1".
9006 Modify default fontset to use ATSUI-compatible fonts for some charsets
9007 if available.
9008
9009 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
9010
9011 * speedbar.el: Re-apply arch tag.
9012 (speedbar-version): Rename to version 1.0. Suggested by Eric
9013 M. Ludlam.
9014 Reapply two changes from Emacs CVS' version of speedbar lost
9015 during the merge:
9016 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
9017 (speedbar-frame-parameters): Improve customize type.
9018
9019 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9020
9021 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
9022 (ange-ftp-file-directory-p): Fix the symlink case.
9023 (ange-ftp-insert-directory): When listing a single file, get a list of
9024 the parent buffer and extract the relevant line. Inspired from a patch
9025 by Katsumi Yamaoka <yamaoka@jpl.org>.
9026 (ange-ftp-file-name-sans-versions): Simplify.
9027
9028 2005-09-30 Bill Wohler <wohler@newt.com>
9029
9030 Move MH-E image files from toolbar and mail directories into
9031 etc/images.
9032
9033 * mail/reply2.*: Move to etc/images/mail/reply*.
9034
9035 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
9036 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
9037 etc/images.
9038
9039 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
9040 * toolbar/reply*: Move to etc/images/mail.
9041
9042 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
9043
9044 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
9045
9046 * speedbar.el: New version 1.0pre3.
9047
9048 Frame management code (including timer, and mouse click specifics)
9049 moved to dframe.el:
9050 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
9051 (speedbar-timer): Removed. Use dframe-timer.
9052 (speedbar-close-frame): Removed. Use dframe-close-frame.
9053 (speedbar-activity-change-focus-flag): Removed. Use
9054 dframe-activity-change-focus-flag.
9055 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
9056 dframe-update-speed.
9057
9058 (speedbar-current-frame): New macro. Use this instead of the
9059 variable speedbar-frame.
9060
9061 (speedbar-use-images, speedbar-expand-image-button-alist)
9062 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
9063
9064 (speedbar-find-image-on-load-path): Removed. Replaced by
9065 defezimage in ezimage.el.
9066 (speedbar-expand-image-button-alist): Removed. Replaced by
9067 ezimage-expand-image-button-alist in ezimage.el.
9068
9069 (speedbar-ignored-directory-regexp)
9070 (speedbar-add-ignored-directory-regexp)
9071 (speedbar-ignored-directory-expressions)
9072 (speedbar-line-directory, speedbar-buffers-line-directory)
9073 (speedbar-directory-line, speedbar-buffers-line-directory):
9074 Renamed, replacing `path' with `directory'.
9075
9076 (speedbar-create-directory, speedbar-expand-line-descendants)
9077 (speedbar-toggle-line-expansion)
9078 (speedbar-contract-line-descendants): New commands.
9079
9080 (speedbar-query-confirmation-method, speedbar-select-frame-method)
9081 (speedbar-use-tool-tips-flag): New options.
9082
9083 (speedbar-check-read-only, speedbar-require-version)
9084 (speedbar-insert-separator, speedbar-buffers-tail-notes)
9085 (speedbar-handle-delete-frame, speedbar-try-completion)
9086 (speedbar-update-localized-contents): New functions.
9087
9088 (speedbar-incompatible-version, speedbar-ro-to-do-point)
9089 (speedbar-object-read-only-indicator): New variables.
9090
9091 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
9092 New hooks.
9093
9094 (speedbar-separator-face): New face.
9095
9096 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
9097 (speedbar-ignored-modes): Add fundamental-mode.
9098 (speedbar-directory-unshown-regexp): Add . directories.
9099
9100 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
9101 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
9102 `]' for full expand/close.
9103 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
9104
9105 (speedbar-check-vc): Support hidden files.
9106 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
9107 (speedbar-this-file-in-vc): Use vc-state if available. If VC
9108 state is nil, it is not checked out.
9109
9110 (speedbar-line-text, speedbar-line-token): Support expand buttons
9111 with no text.
9112 (speedbar-refresh): Universal argument acts as power-click.
9113 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
9114 that buffer to get variable values.
9115
9116 And many other bugfixes.
9117
9118 * dframe.el, ezimage.el, sb-image.el: New files.
9119
9120 * sb-*.xpm: Remove files. New image files installed into
9121 etc/images/ezimage.
9122
9123 2005-09-30 Kenichi Handa <handa@m17n.org>
9124
9125 * ps-mule.el (ps-mule-show-warning): If a character is in
9126 ps-print-translation-table, don't treat it as non-printable.
9127
9128 2005-09-30 David Ponce <david@dponce.com>
9129
9130 * tree-widget.el (tree-widget-themes-load-path): New variable.
9131 (tree-widget-themes-directory): Doc fix.
9132 (tree-widget-image-formats) [Emacs]: Doc fix.
9133 (tree-widget--locate-sub-directory): New function.
9134 (tree-widget-themes-directory): Use it.
9135
9136 * recentf.el (recentf-filename-handlers): Rename from
9137 `recentf-filename-handler'. Allow a list of functions.
9138 (recentf-menu-items-for-commands): Fix :help strings.
9139 (recentf-apply-filename-handlers): New function.
9140 (recentf-expand-file-name): Use it.
9141 (recentf-cleanup): Remove duplicates too.
9142
9143 2005-09-29 Juri Linkov <juri@jurta.org>
9144
9145 * faces.el: Rearrange face definitions to be in the same order as
9146 their face descriptions in "(emacs)Standard Faces".
9147
9148 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
9149
9150 * tooltip.el (tooltip): Add group `basic-faces'.
9151
9152 * buff-menu.el (Buffer-menu-buffer): Remove group
9153 `font-lock-highlighting-faces'.
9154
9155 * progmodes/compile.el (compilation-error, compilation-warning)
9156 (compilation-info, compilation-line-number, compilation-column-number):
9157 Change group from `font-lock-highlighting-faces' to `compilation'.
9158
9159 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9160 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
9161 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
9162 (vhdl-font-lock-reserved-words-face)
9163 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
9164 `font-lock-highlighting-faces'.
9165
9166 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
9167
9168 2005-09-28 Kim F. Storm <storm@cua.dk>
9169
9170 * emulation/cua-base.el: Set CUA move property on additional commands:
9171 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
9172 forward-sexp, backward-sexp, forward-list, backward-list.
9173
9174 2005-09-28 Romain Francoise <romain@orebokech.com>
9175
9176 * comint.el (comint-show-output): Really set point at the
9177 beginning of the output when not using `comint-use-prompt-regexp'.
9178
9179 2005-09-27 Jay Belanger <belanger@truman.edu>
9180
9181 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
9182 in TeX mode.
9183
9184 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
9185
9186 * textmodes/org.el (org-table-sum): Fix format string.
9187
9188 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
9189 Quote face names.
9190
9191 2005-09-26 Romain Francoise <romain@orebokech.com>
9192
9193 * isearch.el (isearch-forward-regexp): Close doc string.
9194
9195 2005-09-25 Richard M. Stallman <rms@gnu.org>
9196
9197 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9198
9199 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9200
9201 * progmodes/compile.el (compilation-error-properties):
9202 When getting the file from the previous error message,
9203 correctly decode the new data format.
9204
9205 * progmodes/cc-cmds.el (c-electric-paren):
9206 Call old-blink-paren only for close-paren.
9207
9208 2005-09-24 Andreas Schwab <schwab@suse.de>
9209
9210 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
9211 condition.
9212
9213 2005-09-25 Romain Francoise <romain@orebokech.com>
9214
9215 * dired-aux.el (dired-copy-file-recursive):
9216 * dired.el (dired-delete-file):
9217 * ediff-mult.el (ediff-dir-diff-copy-file):
9218 * ediff-util.el (ediff-test-save-region):
9219 * forms.el (forms-mode):
9220 * ido.el (ido-file-internal, ido-delete-file-at-head):
9221 * log-edit.el (log-edit-done):
9222 * ses.el (ses-yank-resize):
9223 * play/gomoku.el (gomoku-human-plays, gomoku)
9224 (gomoku-human-resigns, gomoku-prompt-for-other-game)
9225 (gomoku-offer-a-draw):
9226 * play/landmark.el (lm-human-resigns, lm):
9227 * net/eudcb-ldap.el (eudc-ldap-check-base):
9228 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9229 * progmodes/ebrowse.el (ebrowse-find-pattern):
9230 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
9231 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
9232 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
9233
9234 * vc.el (vc-delete-file):
9235 * play/gomoku.el (gomoku-terminate-game, gomoku)
9236 (gomoku-prompt-for-move, gomoku-human-takes-back):
9237 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
9238 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
9239
9240 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9241
9242 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
9243 color rxvt terminals by using the code xterm.el used to use before
9244 2005-04-09 in order to match the colors used by rxvt.
9245
9246 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9247
9248 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9249 colors rxvt-unicode terminals by using the same code as xterm.el.
9250
9251 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9252
9253 * textmodes/tex-mode.el (tex-font-lock-append-prop)
9254 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9255 new symbol used for the tex-verbatim face.
9256
9257 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
9258
9259 * woman.el (woman-file-name):
9260 * wid-edit.el (widget-file-prompt-value)
9261 (widget-coding-system-prompt-value):
9262 * w32-fns.el (set-w32-system-coding-system):
9263 * vc.el (vc-version-diff, vc-annotate):
9264 * textmodes/reftex-auc.el (reftex-arg-cite)
9265 (reftex-arg-index-tag):
9266 * textmodes/refer.el (refer-get-bib-files):
9267 * textmodes/artist.el (artist-figlet-choose-font):
9268 * terminal.el (terminal-emulator):
9269 * replace.el (occur-read-primary-args):
9270 * rect.el (string-rectangle, string-insert-rectangle):
9271 * ps-print.el (ps-print-preprint):
9272 * progmodes/pascal.el (pascal-goto-defun):
9273 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
9274 * progmodes/compile.el (compilation-find-file):
9275 * printing.el (pr-interactive-n-up):
9276 * play/animate.el (animate-birthday-present):
9277 * net/rcompile.el (remote-compile):
9278 * man.el (man, Man-goto-section, Man-follow-manual-reference):
9279 * mail/rmailsum.el (rmail-summary-search-backward)
9280 (rmail-summary-search):
9281 * mail/rmailout.el (rmail-output-read-rmail-file-name)
9282 (rmail-output-read-file-name):
9283 * mail/rmail.el (rmail-search, rmail-search-backwards):
9284 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
9285 * locate.el (locate):
9286 * international/quail.el (quail-show-keyboard-layout):
9287 * international/mule.el (set-buffer-file-coding-system)
9288 (revert-buffer-with-coding-system, set-file-name-coding-system)
9289 (set-terminal-coding-system, set-keyboard-coding-system)
9290 (set-next-selection-coding-system):
9291 * international/mule-diag.el (describe-coding-system)
9292 (describe-font, describe-fontset):
9293 * international/mule-cmds.el (universal-coding-system-argument)
9294 (search-unencodable-char, describe-input-method)
9295 (set-language-environment, describe-language-environment):
9296 * international/codepage.el (codepage-setup):
9297 * international/code-pages.el (codepage-setup):
9298 * info.el (Info-search, Info-follow-reference)
9299 (Info-search-backward):
9300 * emacs-lisp/advice.el (ad-read-advised-function)
9301 (ad-read-advice-class, ad-clear-cache, ad-activate)
9302 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
9303 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
9304 (ad-read-regexp):
9305 * ediff-util.el (ediff-toggle-regexp-match):
9306 * ediff-ptch.el (ediff-prompt-for-patch-file):
9307 * dired-aux.el (dired-diff):
9308 * diff.el (diff):
9309 * cus-edit.el (custom-variable-prompt):
9310 * calendar/timeclock.el (timeclock-ask-for-project):
9311 * calc/calcalg3.el (calc-get-fit-variables):
9312 * calc/calc-store.el (calc-edit-variable)
9313 (calc-permanent-variable):
9314 * vc-mcvs.el (vc-mcvs-register):
9315 * shadowfile.el (shadow-define-literal-group):
9316 * woman.el (woman-file-name):
9317 * vc.el (vc-version-diff, vc-merge):
9318 * textmodes/reftex-index.el (reftex-index-complete-tag):
9319 * format.el (format-decode-buffer, format-decode-region):
9320 * emulation/viper-cmd.el (viper-read-string-with-history):
9321 * emacs-lisp/debug.el (cancel-debug-on-entry):
9322 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9323 * ediff.el (ediff-merge-revisions)
9324 (ediff-merge-revisions-with-ancestor, ediff-revision):
9325 * completion.el (interactive-completion-string-reader):
9326 * calc/calc-prog.el (calc-user-define-formula):
9327 Follow convention for reading with the minibuffer.
9328
9329 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
9330
9331 * progmodes/python.el (python-describe-symbol): Add globals() and
9332 locals() to the arguments of emacs.ehelp.
9333
9334 2005-09-24 Magnus Henoch <mange@freemail.hu>
9335
9336 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
9337 New function, code extracted from ispell-valid-dictionary-list.
9338 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
9339 Call it.
9340
9341 2005-09-24 Eli Zaretskii <eliz@gnu.org>
9342
9343 * subr.el (version-regexp-alist): Extend valid syntax for version
9344 strings: allow any of the characters -,_,+ to separate the
9345 alpha/beta/rc part from the version part. Doc fix.
9346 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
9347
9348 2005-09-23 David Reitter <david.reitter@gmail.com>
9349
9350 * mail/mailclient.el: New file.
9351
9352 2005-09-23 Richard M. Stallman <rms@gnu.org>
9353
9354 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
9355 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
9356 Doc fixes.
9357
9358 * progmodes/cc-mode.el (c-font-lock-init):
9359 Specify font-lock-lines-before.
9360
9361 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9362
9363 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
9364 whole conflict.
9365
9366 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9367
9368 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
9369 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
9370 of `remap' feature when available. Additional key bindings for
9371 better tty support.
9372 (org-mode-restart, org-force-self-insert): New commands.
9373 (org-time-stamp-inactive): New command.
9374 (org-remap): New function.
9375 (org-table-auto-blank-field, org-level-color-stars-only): New options.
9376 (org-enable-fixed-width-editor): Move to `org-structure'
9377 customization group.
9378 (org-self-insert-command, orgtbl-self-insert-command): Modify to
9379 blank field after field motion commands.
9380
9381 2005-09-23 Kenichi Handa <handa@m17n.org>
9382
9383 * international/mule-cmds.el (set-language-environment):
9384 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
9385 have to call utf-translate-cjk-load-tables.
9386
9387 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9388
9389 * mouse.el (mouse-move-drag-overlay): Fix last change.
9390
9391 2005-09-22 David Ponce <david@dponce.com>
9392
9393 * tree-widget.el (tree-widget-value-create): Fix previous change.
9394
9395 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9396
9397 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
9398
9399 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9400
9401 * mouse.el (mouse-move-drag-overlay): New function.
9402 (mouse-drag-region-1): Use it.
9403 Try to simplify a bit the state handling. Handle clicks on links
9404 inside intangible areas.
9405 (mouse-save-then-kill): Minor simplification.
9406 (mouse-secondary-overlay): Make it always non-nil instead of
9407 recreating it each time.
9408 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
9409 (mouse-kill-secondary, mouse-secondary-save-then-kill):
9410 Simplify accordingly.
9411
9412 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9413
9414 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
9415
9416 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
9417
9418 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
9419 (ediff-file-name-sans-prefix): Treat nil as an empty string.
9420 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
9421 to patch.
9422
9423 * ediff-util.el: Use insert-buffer-substring.
9424
9425 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
9426
9427 * emulation/viper-cmd.el (viper-change-state): Don't move over the
9428 field boundaries in the minibuffer.
9429 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
9430 (viper-minibuffer-post-command-hook): New hook.
9431 (viper-line): Don't move cursor at bolp.
9432
9433 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
9434
9435 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
9436 avoid compiler warnings.
9437
9438 * emulation/viper-macs.el (ex-map): Better messages.
9439
9440 * emulation/viper-utils.el (viper-beginning-of-field): New function.
9441
9442 * emulation/viper.el: Replace make-variable-buffer-local with
9443 viper-make-variable-buffer-local everywhere, to avoid warnings.
9444
9445 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9446
9447 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
9448 Delete unused var `old-selected-window'.
9449 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
9450 (mouse-drag-secondary): Delete unused var `start-frame'.
9451
9452 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9453
9454 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
9455
9456 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9457
9458 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
9459 Re-indent within 80 columns. Use inhibit-read-only.
9460
9461 2005-09-19 Romain Francoise <romain@orebokech.com>
9462
9463 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
9464
9465 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9466
9467 * font-lock.el (font-lock-default-fontify-region): Don't add a line
9468 unconditionally, since the after-change-function already did it.
9469
9470 2005-09-19 Miles Bader <miles@gnu.org>
9471
9472 * net/newsticker.el: Get rid of CVS keyword.
9473
9474 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
9475
9476 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
9477 The prompt is formatted later.
9478
9479 2005-09-19 David Ponce <david@dponce.com>
9480
9481 * tree-widget.el (tree-widget-value-create): Save the converted
9482 tree :node widget.
9483
9484 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9485
9486 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
9487 variable `message'.
9488
9489 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
9490
9491 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
9492 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
9493 <slawomir.nowaczyk.847@student.lu.se>.
9494
9495 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9496
9497 * image.el (image-load-path): Use symbol `data-directory' instead
9498 of its value, for backward compatibility with packages that bind
9499 it during `find-image'. Suggested by Katsumi Yamaoka.
9500 (image-search-load-path): Handle symbols whose values are strings.
9501
9502 2005-09-18 Romain Francoise <romain@orebokech.com>
9503
9504 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9505 with-current-buffer form in save-excursion.
9506
9507 2005-09-18 D Goel <deego@gnufans.org>
9508
9509 * apropos.el (apropos-command): Fix `message' call: first arg
9510 should be a format spec. In this and all other cases that appear
9511 below and elsewhere in the source code, I made a change only when
9512 two conditions were satisfied: [1] I can think of a possibility
9513 that the arguments would cause an error, for example, the code in
9514 question relies on external variables such as filenames. [2] I
9515 was sure that the arg to `message' could not have been nil in the code.
9516
9517 * textmodes/tildify.el (tildify-region): Ditto.
9518
9519 * textmodes/reftex-index.el (reftex-index-change-entry)
9520 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9521 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
9522 * textmodes/org.el (org-complete, org-deadline, org-schedule)
9523 (org-priority, org-table-sum):
9524 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9525 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9526 (flyspell-word, flyspell-display-next-corrections):
9527 * textmodes/bibtex.el (bibtex-print-help-message):
9528 * textmodes/artist.el (artist-key-set-point-poly):
9529 * term/mac-win.el (mac-services-insert-text):
9530 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9531 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9532 (vhdl-port-paste-testbench, vhdl-compose-new-component)
9533 (vhdl-compose-configuration):
9534 * progmodes/sh-script.el (sh-blink, sh-show-indent)
9535 (sh-set-indent, sh-learn-line-indent):
9536 * progmodes/ps-mode.el (ps-mode-target-column):
9537 * progmodes/idlwave.el (idlwave-make-tags)
9538 (idlwave-scan-library-catalogs):
9539 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9540 * progmodes/gud.el (gud-jdb-analyze-source):
9541 * progmodes/flymake.el (flymake-log):
9542 * progmodes/ebnf2ps.el (ebnf-generate-region):
9543 * progmodes/cmacexp.el (c-macro-expansion):
9544 * progmodes/ada-xref.el (ada-treat-cmd-string):
9545 * progmodes/ada-mode.el (ada-create-case-exception-substring)
9546 (ada-justified-indent-current, ada-batch-reformat):
9547 * play/zone.el (zone):
9548 * play/landmark.el (lm-move):
9549 * play/decipher.el (decipher-show-alphabet):
9550 * net/newsticker.el (newsticker--display-jump)
9551 (newsticker--display-scroll):
9552 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
9553 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9554 * mail/feedmail.el (feedmail-dump-message-to-queue):
9555 * eshell/esh-proc.el (eshell-remove-process-entry):
9556 * emulation/ws-mode.el (ws-last-error):
9557 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
9558 (viper-record-kbd-macro):
9559 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9560 * emacs-lisp/lisp-mnt.el (lm-report-bug):
9561 * emacs-lisp/find-func.el (find-function-noselect):
9562 * calendar/timeclock.el (timeclock-status-string)
9563 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9564 (timeclock-when-to-leave-string):
9565 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9566 * calc/calc-units.el (calc-enter-units-table):
9567 * calc/calc-mode.el (calc-mode-record-mode):
9568 * woman.el (woman-mini-help):
9569 * wdired.el (wdired-change-to-wdired-mode):
9570 * vc.el (vc-retrieve-snapshot):
9571 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9572 * startup.el (display-startup-echo-area-message):
9573 * simple.el (set-goal-column):
9574 * ses.el (ses-command-hook, ses-recalculate-cell):
9575 * server.el (server-process-filter):
9576 * printing.el (pr-interface-txt-print, pr-interface-printify)
9577 (pr-interface-ps):
9578 * pcvs.el (cvs-help):
9579 * log-edit.el (log-edit, log-edit-mode-help):
9580 * iswitchb.el (iswitchb-possible-new-buffer):
9581 * isearch.el (isearch-edit-string):
9582 * image-mode.el (image-mode, image-minor-mode):
9583 * ibuf-macs.el (define-ibuffer-filter):
9584 * hi-lock.el (hi-lock-find-patterns):
9585 * files.el (toggle-read-only):
9586 * ediff-util.el (ediff-copy-diff)
9587 (ediff-write-merge-buffer-and-maybe-kill):
9588 * echistory.el (Electric-history-undefined):
9589 * dnd.el (dnd-insert-text):
9590 * dired-aux.el (dired-query):
9591 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
9592 * bookmark.el (bookmark-bmenu-locate):
9593 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
9594 Fix `message' calls to ensure first arg is a format string.
9595 The change was made only when these two conditions were satisfied:
9596 [1] when there is a possibility that the arguments would cause an error
9597 for example, if the code in question relies on external variables
9598 such as filenames, and
9599 [2] if the arg to `message' could not have been nil in the code.
9600
9601 * pcomplete.el (pcomplete--help): Fix `message' format spec.
9602 Not having a %s would be weird, though not technically wrong.
9603
9604 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9605
9606 * term/mac-win.el (mac-add-charset-info): Doc fix.
9607
9608 2005-09-17 Romain Francoise <romain@orebokech.com>
9609
9610 * shell.el (shell-resync-dirs): Handle echoing processes more
9611 reliably. Don't insert resync command if `comint-process-echoes'
9612 is non-nil.
9613
9614 2005-09-17 Magnus Henoch <mange@freemail.hu>
9615
9616 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
9617 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
9618 aspell versions >= 0.60.
9619 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
9620 only if ispell-aspell-supports-utf8 is non-nil.
9621
9622 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9623
9624 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
9625 buffer-local value to lisp-indent-function.
9626
9627 2005-09-17 Milan Zamazal <pdm@zamazal.org>
9628
9629 * progmodes/glasses.el (glasses-make-readable): If
9630 glasses-separator differs from underscore, put appropriate
9631 overlays over underscore characters.
9632 (glasses-convert-to-unreadable): If glasses-separator differs from
9633 underscore, try to convert glasses-separator characters to
9634 underscores.
9635
9636 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9637
9638 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
9639 Use with-syntax-table and dolist.
9640
9641 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
9642
9643 * textmodes/reftex-auc.el:
9644 * textmodes/reftex-cite.el:
9645 * textmodes/reftex-dcr.el:
9646 * textmodes/reftex-global.el:
9647 * textmodes/reftex-parse.el:
9648 * textmodes/reftex-ref.el:
9649 * textmodes/reftex-sel.el:
9650 * textmodes/reftex-toc.el:
9651 * textmodes/reftex-vars.el:
9652 * textmodes/reftex.el: Small changes to remove compiler warnings.
9653
9654 * textmodes/reftex-index.el: Likewise.
9655 (reftex-query-index-phrase): More efficient use of markers.
9656
9657 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9658
9659 * image.el (image-load-path): New variable.
9660 (image-search-load-path): New function.
9661 (find-image): Search for images in `image-load-path'.
9662
9663 2005-09-15 Richard M. Stallman <rms@gnu.org>
9664
9665 * follow.el: Change Maintainer field.
9666
9667 2005-09-15 David Ponce <david@dponce.com>
9668
9669 * recentf.el (recentf-save-file-modes): New option.
9670 (recentf-save-list): Use it.
9671
9672 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
9673
9674 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
9675 (mode-line-mule-info, mode-line-modified): Move bindings from
9676 mouse-3 to mouse-1.
9677
9678 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9679
9680 * simple.el (sendmail-user-agent-compose): Revert last change.
9681
9682 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9683
9684 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
9685 Use with-current-buffer.
9686 (ange-ftp-gwp-start): Remove unused var `gw-user'.
9687 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
9688 (ange-ftp-insert-directory): Remove unused var `short'.
9689 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
9690
9691 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
9692 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
9693
9694 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
9695 (check-calendar-holidays, diary-list-entries): Autoload.
9696 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
9697 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
9698
9699 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
9700 which mistakenly removed a call to display-buffer.
9701
9702 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
9703
9704 * obsolete/iso-insert.el: Move to obsolete/ from international/.
9705
9706 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
9707
9708 * progmodes/hideshow.el
9709 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
9710 (hs-allow-nesting): New user var.
9711 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
9712 (hs-hide-block-at-point): When nesting allowed,
9713 if there is already an overlay in place, delete it.
9714 (hs-safety-is-job-n): Delete func; remove call sites.
9715 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
9716 (hs-overlay-at): New func.
9717 (hs-already-hidden-p, hs-show-block): Use it.
9718 (hs-hide-all): Don't pre-clean if nesting allowed.
9719 (hs-show-all): Temporarily disallow
9720 nesting around call to `hs-discard-overlays'.
9721
9722 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
9723
9724 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
9725 Delete unused local var.
9726
9727 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
9728
9729 * help-fns.el (describe-categories): "?\ " -> "?\s".
9730 (help-do-arg-highlight): Recognize also ARG-n, as in
9731 `move-to-left-margin' (ARG+n is already recognized). Simplify.
9732
9733 * international/codepage.el (dos-unsupported-char-glyph):
9734 * net/newsticker.el (tool-bar-map, w3-mode-map)
9735 (w3m-minor-mode-map):
9736 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
9737 (ent-alist):
9738 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
9739
9740 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
9741
9742 * custom.el (custom-push-theme): Handle the case where a symbol is
9743 bound but face properties have not yet been assigned.
9744
9745 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
9746 Fix behavior if noerase is `t' and there is no mail buffer.
9747
9748 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
9749 if `continue' is nil, rather than signal an error.
9750
9751 2005-09-12 Richard M. Stallman <rms@gnu.org>
9752
9753 * font-lock.el (font-lock-keywords): Add autoload.
9754
9755 * help-fns.el (describe-variable): Rearrange to put source link
9756 in a predictable place.
9757
9758 * net/newsticker.el: New file.
9759
9760 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9761
9762 * calendar/calendar.el (calendar-for-loop): Add edebug info.
9763 (calendar-basic-setup): Use the new nil arg.
9764 (number-of-diary-entries): Move to diary-lib.el.
9765
9766 * calendar/diary-lib.el: Use with-current-buffer, match-string.
9767 (diary-list-entries): Use with-syntax-table and dolist.
9768 Rename from list-diary-entries.
9769 Use number-of-diary-entries if `number' is nil.
9770 (diary, diary-view-entries): Use this new name and new nil arg value.
9771 (number-of-diary-entries): Move from calendar.el.
9772 (diary-unhide-everything): New function.
9773 (include-other-diary-files, fancy-diary-display)
9774 (diary-show-all-entries, make-diary-entry): Use it.
9775 (diary-mail-entries): Use buffer-string.
9776 (mark-diary-entries): Fix long standing paren typo.
9777 (diary-sexp-entry): Use count-lines.
9778 (make-diary-entry): Avoid `previous-line'.
9779 (diary-mode-map): New var.
9780 (diary-mode): Redraw cal after saving. Setup header-line.
9781 (fancy-diary-display-mode): Use local-set-key.
9782
9783 * startup.el (command-line): Try calling various terminal-init-foo-bar
9784 functions by stripping hyphenated suffixes from $TERM.
9785
9786 * files.el (normal-mode): Check boundness of font-lock-keywords.
9787
9788 2005-09-12 Richard M. Stallman <rms@gnu.org>
9789
9790 * progmodes/compile.el: Don't decide a file's directory
9791 until the user actually tries to go there.
9792 (compilation-next-error-function):
9793 Pass compilation-find-file the directory from the file-struct.
9794 (compilation-internal-error-properties): Separate local FILE-STRUCT
9795 from FILE. Doc the args better. Rename arg FMT to FMTS.
9796 (compilation-find-file): Arg DIR renamed to DIRECTORY.
9797 Expand it, and if nil, use default-directory.
9798 (compilation-get-file-structure): Don't mix specified directory
9799 with default directory. Put specified directory into
9800 file-struct. Don't make the file name absolute.
9801
9802 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9803 (compile-command): Add autoload.
9804 (compilation-disable-input): Add autoload.
9805
9806 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
9807
9808 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
9809 strings of the variables it can override.
9810 (time-stamp): New (as yet undocumented) time-stamp-format escapes
9811 %Q and %q, for fully-qualified domain name and unqualified host name.
9812
9813 2005-09-11 Kim F. Storm <storm@cua.dk>
9814
9815 * emacs-lisp/authors.el (authors-aliases): Update list.
9816 (authors-fixed-entries): Update mldrag.el entry.
9817
9818 2005-09-10 Alan Mackenzie <acm@muc.de>
9819
9820 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
9821 from the region narrowed to.
9822
9823 2005-09-10 Magnus Henoch <mange@freemail.hu>
9824
9825 * textmodes/ispell.el (ispell-check-version): Signal an error if
9826 aspell version is less than 0.60.
9827
9828 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
9829
9830 * progmodes/octave-inf.el (inferior-octave-startup):
9831 Resync current dir at the end.
9832
9833 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
9834
9835 * woman.el (woman-topic-at-point-default):
9836 Rename to woman-use-topic-at-point-default.
9837 (woman-topic-at-point): Rename to woman-use-topic-at-point.
9838 (woman-file-name): Reflect renames above. Automatically use the
9839 word at point as topic if woman-use-topic-at-point is non-nil.
9840 Otherwise offer it as default but don't insert it in the
9841 minibuffer. Also use `test-completion' instead of `assoc' as
9842 suggested by Stefan Monnier.
9843
9844 2005-09-10 Andre Spiegel <spiegel@gnu.org>
9845
9846 * vc.el (vc-directory, vc-update-change-log): Throw an error on
9847 the attempt to do it over Tramp. This is not yet supported.
9848
9849 2005-09-10 Eli Zaretskii <eliz@gnu.org>
9850
9851 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9852 (menu-bar-non-minibuffer-window-p): New functions.
9853 ("Split Window", "Save As..."): Use them.
9854 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
9855 ("Print Buffer", "Truncate Long Lines in this Buffer"):
9856 Use menu-bar-menu-frame-live-and-visible-p.
9857 ("Save Buffer", "Insert File", "Open Directory...")
9858 ("Open File...", "Visit New File..."):
9859 Use menu-bar-non-minibuffer-window-p.
9860 (kill-this-buffer-enabled-p, dired <menu-enable>):
9861 Use menu-bar-non-minibuffer-window-p.
9862
9863 2005-09-09 Eli Zaretskii <eliz@gnu.org>
9864
9865 * cus-start.el (all): Don't complain about fringe-related
9866 built-ins if fringes are not supported. Ditto about
9867 selection-related built-ins. Fix the test for GTK-related built-ins.
9868
9869 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
9870 ("Postscript Print Buffer", "Print Region", "Save As...")
9871 ("Save", "Insert File...", "Open Directory...")
9872 ("Open File...", "Visit New File..."")
9873 ("Truncate Long Lines in this Buffer"): Don't look at
9874 menu-updating-frame if this display does not support multiple frames.
9875
9876 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9877
9878 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
9879
9880 2005-09-09 Emilio Lopes <eclig@gmx.net>
9881
9882 * woman.el: Format- and whitespace-related changes.
9883
9884 2005-09-09 Eli Zaretskii <eliz@gnu.org>
9885
9886 * woman.el: Fix my email address.
9887
9888 2005-09-08 Richard M. Stallman <rms@gnu.org>
9889
9890 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
9891 (sh-mode): Locally set skeleton-pair-default-alist.
9892
9893 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
9894
9895 * progmodes/flymake.el: Require `compile' unconditionally.
9896
9897 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
9898
9899 * woman.el (woman-file-name): Provide a default, not initial input.
9900
9901 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
9902
9903 * font-lock.el (font-lock-support-mode): Doc fix.
9904
9905 * descr-text.el (describe-property-list): Handle non-symbol prop names.
9906
9907 2005-09-08 Richard M. Stallman <rms@gnu.org>
9908
9909 * simple.el (blink-matching-open): Get rid of text props from
9910 the string shown in echo area. Don't permanently set point.
9911 Some rearrangements.
9912
9913 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9914
9915 * recentf.el (recentf-filename-handler): Add custom choice
9916 `abbreviate-file-name'.
9917
9918 * msb.el (msb--very-many-menus): Fix typo.
9919
9920 * disp-table.el (standard-display-european): Don't set
9921 enable-multibyte-characters to nil.
9922
9923 2005-09-08 David Ponce <david@dponce.com>
9924
9925 * recentf.el (recentf-show-file-shortcuts-flag): New option.
9926 (recentf-expand-file-name): Doc fix.
9927 (recentf-dialog-mode-map): Define digit shortcuts.
9928 (recentf--files-with-key): New variable.
9929 (recentf-show-digit-shortcut-filter): New function.
9930 (recentf-open-files-items): New function.
9931 (recentf-open-files): Use it.
9932 (recentf-open-file-with-key): New command.
9933
9934 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9935
9936 * buff-menu.el (Buffer-menu-sort-by-column): New function.
9937 Suggested by Kim F. Storm.
9938 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
9939 (Buffer-menu-make-sort-button): Use global keymap.
9940
9941 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
9942
9943 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
9944 (Man-getpage-in-background-advice): Remove defadvice; it isn't
9945 necessary any longer with the remapped command.
9946 (Man-bgproc-sentinel-advice): Remove defadvice which counts
9947 formatting time only.
9948
9949 * net/tramp.el (tramp-action-password)
9950 (tramp-multi-action-password): Compile the password prompt from
9951 `method', `user' and `host'. Sometimes it isn't obvious which
9952 password to enter, for example with remote files offered by
9953 recentf.el, or with multiple steps. Suggested by Robert Marshall
9954 <robert@chezmarshall.freeserve.co.uk>.
9955
9956 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9959 Fix regexp for when "s///" is at the beginning of line.
9960
9961 2005-09-07 Jay Belanger <belanger@truman.edu>
9962
9963 * calc/calc-poly.el (math-expand-term): Multiply out any powers
9964 when in matrix mode.
9965
9966 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9967
9968 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
9969 non-anonymous functions.
9970
9971 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
9972
9973 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
9974 when using a header line. Otherwise, use mouse-1-click-follows-link.
9975
9976 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
9977 can't be moved; don't signal an error.
9978
9979 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
9980
9981 * cus-theme.el (custom-theme-write-faces): Save the current face
9982 spec, not the defface spec.
9983
9984 * custom.el (custom-known-themes): Clarify meaning of "standard".
9985 (custom-push-theme): Save old values in the standard theme.
9986 (disable-theme): Correct typo.
9987 (custom-face-theme-value) Deleted unused function.
9988 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
9989
9990 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9991
9992 * progmodes/compile.el (compilation-goto-locus): Take into account
9993 iconified frames when determining whether the buffer is
9994 already visible.
9995 Don't reset window height if the window already existed.
9996
9997 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
9998
9999 * custom.el (load-theme): Rename from require-theme.
10000 Add interactive spec.
10001 (enable-theme): Rename from custom-enable-theme.
10002 Add interactive spec.
10003 (disable-theme): Rename from custom-disable-theme.
10004 Add interactive spec.
10005 (custom-make-theme-feature): Doc fix.
10006 (custom-theme-directory): Doc fix.
10007 (provide-theme): Call enable-theme.
10008
10009 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10010
10011 * obsolete/lazy-lock.el (lazy-lock-mode):
10012 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
10013 font-lock-mode if it's off. Print a warning instead.
10014
10015 * progmodes/compile.el (compilation-start): Ignore errors if the
10016 process died before we get to send-eof.
10017
10018 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
10019 Undo last change. Enclosing the result in quotes broke things on Unix
10020 since tex-send-command passes it through shell-quote-argument.
10021 (tex-send-command): Pass `file' through convert-standard-filename
10022 when possible.
10023 (tex-uptodate-p): Handle the case where TeX hasn't put additional
10024 info in a transcript.
10025
10026 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
10027
10028 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
10029 fix compilation warning. Reorder the key definitions to group
10030 together keys emitted by the current version of xterm.
10031
10032 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
10033 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
10034 Reorder predicates to correct min-color usage.
10035
10036 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
10037
10038 * longlines.el (longlines-mode): Inhibit read-only when encoding.
10039 Kill local variables when longlines-mode is turned off.
10040
10041 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10042
10043 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
10044
10045 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
10046
10047 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
10048
10049 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
10050 (font-lock-lines-before): Change default to being inactive.
10051 (font-lock-default-fontify-region): Obey font-lock-lines-before.
10052 (font-lock-after-change-function): Don't handle f-l-lines-before here.
10053
10054 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10055
10056 * net/tramp.el (tramp-handle-make-auto-save-file-name):
10057 Deactivate temporarily advice if active (not needed for Emacs 22,
10058 but for backwards compatibility).
10059 (tramp-exists-file-name-handler): Rewrite. First implementation
10060 was too simple.
10061 (tramp-advice-make-auto-save-file-name):
10062 Call `tramp-handle-make-auto-save-file-name' (again, just for
10063 backwards compatibility).
10064
10065 2005-08-31 Reto Zimmermann <reto@gnu.org>
10066
10067 * progmodes/vhdl-mode.el
10068 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
10069 (vhdl-end-p): Fix indentation bug "else" after "-- when".
10070 (vhdl-set-default-project): New function (easier setting of default).
10071 (vhdl-port-copy): Handle extended identifiers for generics.
10072 (vhdl-compiler-alist): Better description for error message regexp.
10073 (vhdl-make): Query for target, use previous as default.
10074 (vhdl-port-copy): Fix port copy for port names starting with "signal".
10075 (vhdl-font-lock-keywords-2): Fix fontification for record
10076 el. assign.
10077 (vhdl-speedbar-make-subpack-line): Add package body link.
10078 (vhdl-generate-makefile-1): Not include itself as dependency.
10079 (vhdl-font-lock-init): Highlight c-preprocessor directives.
10080 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
10081 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
10082 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
10083 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
10084 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
10085 (vhdl-import-project): Add string argument for `error'.
10086 (vhdl-compose-configuration)
10087 (vhdl-compose-configuration-architecture): Add configuration
10088 declaration generation.
10089 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
10090 (vhdl-trailer-re): Add "record" keyword (better indentation).
10091 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
10092 "[^ \t-\"]+".
10093 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
10094 (vhdl-testbench-entity-file-name)
10095 (vhdl-testbench-architecture-file-name): Allow separate
10096 customization of testbench file names.
10097 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
10098 (vhdl-get-visible-signals): Allow newline within alias declaration.
10099 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
10100 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
10101 (member-ignore-case): Alias for missing function in XEmacs.
10102 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
10103 (vhdl-update-sensitivity-list): Ignore case on read signals.
10104 (vhdl-replace-string): Adjust case only for file names.
10105 (vhdl-update-sensitivity-list): Fix search for read signals.
10106 (vhdl-update-sensitivity-list): Exclude formal parameters.
10107 (vhdl-get-visible-signals): Include aliases of signals.
10108 (vhdl-get-visible-signals): Fix signal name searching.
10109 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
10110 (vhdl-fixup-whitespace-region): Fix for character
10111 literals (e.g. `:').
10112
10113 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
10114
10115 * ansi-color.el (comint-last-output-start):
10116 * bs.el (font-lock-verbose):
10117 * diff-mode.el (add-log-buffer-file-name-function):
10118 * dired-x.el (vm-folder-directory):
10119 * faces.el (help-xref-stack-item):
10120 * files.el (font-lock-keywords):
10121 * find-lisp.el (dired-buffers, dired-subdir-alist):
10122 * ido.el (cua-inhibit-cua-keys):
10123 * log-view.el (cvs-minor-wrap-function):
10124 * outline.el (font-lock-warning-face):
10125 * simple.el (compilation-current-error):
10126 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
10127 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
10128 * tooltip.el (comint-prompt-regexp):
10129 * w32-fns.el (explicit-shell-file-name):
10130 * term/mac-win.el (mac-charset-info-alist)
10131 (mac-services-selection, mac-system-script-code):
10132 * term/tty-colors.el (msdos-color-values):
10133 * term/w32-win.el (xlfd-regexp-registry-subnum):
10134 * term/x-win.el (x-keysym-table, x-selection-timeout)
10135 (x-session-id, x-session-previous-id):
10136 * textmodes/ispell.el (mail-yank-prefix):
10137 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
10138 * textmodes/org.el (calc-embedded-close-formula)
10139 (calc-embedded-open-formula)
10140 (font-lock-unfontify-region-function):
10141 * textmodes/reftex-global.el (isearch-next-buffer-function)
10142 (TeX-master):
10143 * textmodes/reftex.el (font-lock-keywords):
10144 * textmodes/tex-mode.el (font-lock-comment-face)
10145 (font-lock-doc-face):
10146 * textmodes/texinfo.el (outline-heading-alist):
10147 Add defvars.
10148
10149 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
10150 (artist-spray-chars, artist-mode-init, artist-replace-string)
10151 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
10152 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
10153 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
10154
10155 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
10156 (conf-align-assignments): "?\ " -> "?\s".
10157
10158 * textmodes/reftex-index.el (TeX-master): Add defvar.
10159 (reftex-index-phrases-marker): Move up defvar.
10160
10161 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
10162 (reftex-toc-include-labels-indicator)
10163 (reftex-toc-include-index-indicator)
10164 (reftex-toc-max-level-indicator): Move up declarations.
10165
10166 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
10167 of args to `tramp-run-real-handler', even if it's empty in this case.
10168
10169 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10170
10171 * dired.el (dired-move-to-filename-regexp): Add date format for
10172 Mac OS X 10.3 in East Asian locales.
10173
10174 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10175
10176 * files.el (make-auto-save-file-name): Add file name handler call
10177 if applicable.
10178
10179 * net/tramp.el (tramp-file-name-handler-alist)
10180 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
10181 (tramp-handle-make-auto-save-file-name): Rename from
10182 `tramp-make-auto-save-file-name'.
10183 (tramp-exists-file-name-handler): New defun.
10184 (tramp-advice-make-auto-save-file-name): Make defadvice only when
10185 `make-auto-save-file-name' is not a magic file name operation.
10186
10187 2005-08-30 Richard M. Stallman <rms@gnu.org>
10188
10189 * files.el (risky-local-variable-p):
10190 Match `-predicates' and `-commands.
10191
10192 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10193 (custom-save-all): Visit the file if necessary;
10194 kill the buffer if we created it.
10195 (custom-save-delete): Don't visit file or kill buffer here.
10196
10197 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
10198
10199 * textmodes/org.el (org-special-keyword): New face.
10200 (org-table-copy-down, org-table-eval-formula)
10201 (org-table-recalculate, org-init-section-numbers):
10202 Use `string-to-number' instead of `string-to-int'.
10203 (org-get-location): Use `insert-buffer-substring' instead of
10204 `insert-buffer'.
10205 (org-modify-diary-entry-string): New function.
10206 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
10207 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
10208 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10209 active region.
10210 (org-export-as-html): Handle QUOTE keyword.
10211 (org-quote-string): New option.
10212 (org-bookmark-jump-unhide): New function, used for
10213 `bookmark-after-jump-hook'.
10214 (org-diary-default-entry): Apply only when not called through
10215 `org-agenda'.
10216
10217 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
10218
10219 * net/eudc.el (mode-popup-menu):
10220 * play/handwrite.el (ps-printer-name, ps-lpr-command):
10221 * progmodes/ada-mode.el (compile-auto-highlight)
10222 (skeleton-further-elements):
10223 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10224 * progmodes/cmacexp.el (msdos-shells):
10225 * progmodes/compile.el (font-lock-extra-managed-props)
10226 (font-lock-keywords, font-lock-maximum-size)
10227 (font-lock-support-mode):
10228 * progmodes/grep.el (font-lock-lines-before):
10229 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10230 * progmodes/mixal-mode.el (compile-command):
10231 * progmodes/perl-mode.el (font-lock-comment-face)
10232 (font-lock-doc-face, font-lock-string-face):
10233 * progmodes/prolog.el (comint-prompt-regexp):
10234 * progmodes/sh-script.el (font-lock-comment-face)
10235 (font-lock-set-defaults, font-lock-string-face):
10236 * progmodes/sql.el (font-lock-keyword-face)
10237 (font-lock-set-defaults, font-lock-string-face):
10238 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10239 (itimer-version, lazy-lock-defer-contextually)
10240 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10241 Add defvars.
10242
10243 * progmodes/cperl-mode.el (cperl-electric-lbrace)
10244 (cperl-electric-keyword, cperl-electric-pod)
10245 (cperl-electric-backspace, cperl-forward-re)
10246 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10247 (vc-rcs-header, vc-sccs-header): Add defvars.
10248
10249 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10250 (font-lock-syntactic-keywords, gud-find-expr-function):
10251 Add defvars.
10252
10253 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10254 (gdb-frame-parameters): Declare before use.
10255
10256 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10257 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10258 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10259 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10260
10261 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10262 (idlwave-help-with-source): Use `insert-buffer-substring', not
10263 `insert-buffer'.
10264
10265 2005-08-29 Juri Linkov <juri@jurta.org>
10266
10267 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10268 Put outline-back-to-heading function call inside save-excursion.
10269
10270 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
10271
10272 * man.el (Man-init-defvars, Man-translate-references)
10273 (Man-support-local-filenames, Man-highlight-references):
10274 * progmodes/sql.el (sql-interactive-mode):
10275 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
10276
10277 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10278 (compilation-mode-font-lock-keywords): Add defvars.
10279 (checkdoc-interactive-loop): "?\ " -> "?\s".
10280
10281 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
10282 (font-lock-doc-face, font-lock-string-face)
10283 (font-lock-keywords-case-fold-search): Add defvars.
10284 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
10285
10286 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
10287 Don't pass X and Y (they are ignored anyway).
10288 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
10289 (mouse-delete-window): Make arguments optional.
10290
10291 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
10292 (caesar-translate-table, minor-modes, news-buffer-save)
10293 (news-group-name, news-minor-modes): Add defvars.
10294
10295 * emacs-lisp/lselect.el (mouse-highlight-priority)
10296 (x-lost-selection-functions, zmacs-regions):
10297 * emacs-lisp/pp.el (font-lock-verbose):
10298 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
10299 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
10300 (ses-mode-map):
10301 * emacs-lisp/tcover-unsafep.el (safe-functions):
10302 * international/mule-cmds.el (mac-system-coding-system)
10303 (mac-system-locale):
10304 * language/ethio-util.el (rmail-current-message)
10305 (rmail-message-vector):
10306 * language/thai-util.el (thai-auto-composition-mode):
10307 * mail/metamail.el (rmail-current-message, rmail-message-vector):
10308 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
10309 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
10310 (vm-primary-inbox, vm-spool-files):
10311 * mail/rmail.el (deleted-head, font-lock-fontified)
10312 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
10313 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
10314 (total-messages):
10315 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
10316 (rmail-summary-mode-map):
10317 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
10318 (rmail-last-label, rmail-last-multi-labels)
10319 (rmail-summary-vector, rmail-total-messages):
10320 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
10321 * mail/rmailsum.el (msgnum):
10322 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
10323 (rmail-current-message):
10324 * obsolete/fast-lock.el (font-lock-face-list):
10325 * obsolete/rnewspost.el (mail-reply-buffer):
10326 * obsolete/scribe.el (compile-command):
10327 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
10328
10329 2005-08-28 John Paul Wallington <jpw@gnu.org>
10330
10331 * ibuf-ext.el (ibuffer-auto-update-changed):
10332 Use `frame-or-buffer-changed-p' to check whether we need to update.
10333 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
10334 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
10335 as a `frame-or-buffer-changed-p' state vector instead.
10336
10337 2005-08-27 Romain Francoise <romain@orebokech.com>
10338
10339 * textmodes/makeinfo.el (makeinfo-compile):
10340 Use `compilation-start'. Set `next-error-function' according to
10341 `disable-errors'.
10342 (makeinfo-next-error): New function.
10343 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
10344 (makeinfo-buffer): Likewise.
10345
10346 * progmodes/compile.el (compilation-start): Add autoload cookie.
10347
10348 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
10349 * textmodes/sgml-mode.el: Likewise.
10350 * progmodes/python.el: Likewise.
10351
10352 2005-08-27 Eli Zaretskii <eliz@gnu.org>
10353
10354 * simple.el (blink-matching-paren-distance): Document the meaning
10355 of nil value, and allow to customize to nil.
10356
10357 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
10358 command.com, not command.exe.
10359
10360 2005-08-26 John Wiegley <johnw@newartisans.com>
10361
10362 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
10363 code around a bit so that an extraneous nil argument is not added
10364 to a command when no args are given.
10365
10366 * eshell/esh-arg.el (eshell-parse-double-quote): If a
10367 double-quoted argument resolves to nil, return it as an empty
10368 string rather than as nil. This made it impossible to pass "" to
10369 a shell script as a null string argument.
10370
10371 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * outline.el (outline-invent-heading): New fun.
10374 (outline-promote, outline-demote): Use it.
10375 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
10376 (outline-end-of-subtree): Remove unused var `opoint'.
10377
10378 2005-08-26 David Reitter <david.reitter@gmail.com>
10379
10380 * menu-bar.el (truncate-lines, write-file, print-buffer)
10381 (ps-print-buffer-faces, ps-print-buffer, split-window):
10382 Disable menu items when the frame they refer to is invisible, or when
10383 they refer to a buffer and the minibuffer is selected.
10384
10385 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10386
10387 * progmodes/flymake.el (flymake-highlight-err-lines):
10388 Use save-excursion around flymake-highlight-line to preserve point.
10389
10390 2005-08-26 Eli Zaretskii <eliz@gnu.org>
10391
10392 * progmodes/octave-mod.el: Change Author and Maintainer address.
10393 (octave-maintainer-address): Change Kurt's email address.
10394 * progmodes/octave-inf.el: Change Author and Maintainer address.
10395 * progmodes/octave-hlp.el: Change Author and Maintainer address.
10396
10397 2005-08-26 Kim F. Storm <storm@cua.dk>
10398
10399 * subr.el (version-list-<, version-list-<=, version-list-=):
10400 Rename from integer-list-*.
10401 (version-list-not-zero): Likewise. Fix while loop.
10402 (version=): Use version-list-= instead of string-equal.
10403
10404 2005-08-26 Richard M. Stallman <rms@gnu.org>
10405
10406 * outline.el (outline-promote): Try shortening the heading.
10407 As last resort, read the heading to use.
10408 (outline-demote): As last resort, read the heading to use.
10409
10410 2005-08-26 Romain Francoise <romain@orebokech.com>
10411
10412 * progmodes/compile.el (compilation-start): Doc fix.
10413
10414 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
10415 (antlr-font-lock-additional-keywords): Fix reference to
10416 `antlr-font-lock-literal-regexp' erroneously changed during the
10417 mass face rename.
10418 (antlr-run-tool): Use `compilation-start'.
10419
10420 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
10421 instead of the obsolete `compile-internal'.
10422
10423 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
10424
10425 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
10426 (number, original-date):
10427 * calendar/cal-china.el (date):
10428 * calendar/cal-coptic.el (date):
10429 * calendar/cal-french.el (date):
10430 * calendar/cal-hebrew.el (date, entry, number, original-date):
10431 * calendar/cal-islam.el (date, number, original-date):
10432 * calendar/cal-iso.el (date):
10433 * calendar/cal-julian.el (date):
10434 * calendar/cal-mayan.el (date):
10435 * calendar/cal-menu.el (date, event):
10436 * calendar/cal-persia.el (date):
10437 * calendar/lunar.el (date):
10438 * calendar/solar.el (date): Add defvars.
10439
10440 * emerge.el:
10441 * ibuffer.el:
10442 * info-xref.el:
10443 * obsolete/bg-mouse.el:
10444 * obsolete/sun-curs.el:
10445 * obsolete/swedish.el: Move the `defvar's to the top level.
10446
10447 * smerge-mode.el (smerge-refined-change): Add :group.
10448
10449 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10450
10451 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
10452 (smerge-keep-n): Remove props.
10453 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10454 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
10455 now that it's done in smerge-keep-n.
10456 (smerge-refined-change): New face.
10457 (smerge-refine-chopup-region, smerge-refine-highlight-change)
10458 (smerge-refine): New funs.
10459 (smerge-basic-map): Bind smerge-refine.
10460
10461 2005-08-25 Juri Linkov <juri@jurta.org>
10462
10463 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
10464 compilation-process-setup-function and compilation-disable-input
10465 in grep-mode instead of let-bindings in grep.
10466
10467 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
10468 Delete "Automatic File De/compression" (auto-compression-mode).
10469
10470 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
10471
10472 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
10473 Silence warning about non-existent variable.
10474
10475 2005-08-25 Richard M. Stallman <rms@gnu.org>
10476
10477 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
10478 Rename "Describe Key" to "Describe Key or Mouse Operation".
10479
10480 * mail/mailalias.el (build-mail-aliases): Delete comments
10481 from the contents before processing them.
10482
10483 * isearch.el (isearch-edit-string): Erase the Search prompt
10484 if user enters an empty string and there is no default.
10485
10486 * comint.el (comint-file-name-prefix): Add autoload.
10487
10488 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
10489
10490 * subr.el (play-sound): Rearrange to avoid warning.
10491
10492 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
10493
10494 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10495 New hook.
10496 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10497
10498 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10501
10502 * custom.el (custom-theme-set-variables): Sort minor modes last.
10503
10504 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10505
10506 * subr.el (version-separator, version-regexp-alist): New vars used by
10507 version comparison funs.
10508 (integer-list-<, integer-list-=, integer-list-<=)
10509 (integer-list-not-zero): New funs for integer list comparison.
10510 (version-to-list, version=, version<, version<=): New funs for version
10511 comparison.
10512
10513 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
10514
10515 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10516 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10517 time to silence the byte-compiler.
10518
10519 * ibuffer.el (ibuffer-compile-make-eliding-form)
10520 (ibuffer-check-formats): Use `with-no-warnings' to hide references
10521 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10522 so it's silly to get warnings for it).
10523 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10524 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10525 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10526 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10527 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10528 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10529 Defvar at compile time.
10530 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10531 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10532 Declare them before use.
10533
10534 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10535 (info-xref-good, info-xref-bad): Defvar at compile time.
10536
10537 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10538 Use `let*' instead of `let'.
10539
10540 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10541 (*mouse-y*, menu, char): Defvar at compile time.
10542 (sc::menu): Declare it before use.
10543 (sc::pack-one-line): Use `let', not `let*'.
10544
10545 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10546 (mail-send-hook): Defvar at compile time.
10547
10548 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10549 Defvar at compile time.
10550
10551 * term/sun-mouse.el (current-global-mousemap)
10552 (current-local-mousemap): Declare them before use.
10553
10554 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
10555
10556 * bookmark.el (bookmark-after-jump-hook): New hook.
10557 (bookmark-jump): Run `bookmark-after-jump-hook'.
10558
10559 2005-08-23 Juri Linkov <juri@jurta.org>
10560
10561 * faces.el (minibuffer-prompt): Doc fix.
10562
10563 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
10564
10565 * progmodes/xscheme.el: Trivial changes to silence warnings.
10566 (xscheme-previous-mode, xscheme-previous-process-state):
10567 Add defvars.
10568 (xscheme-last-input-end, xscheme-process-command-line)
10569 (xscheme-process-name, xscheme-buffer-name)
10570 (xscheme-expressions-ring-max, xscheme-expressions-ring)
10571 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10572 (xscheme-control-g-synchronization-p)
10573 (xscheme-control-g-disabled-p, xscheme-string-receiver)
10574 (default-xscheme-runlight, xscheme-runlight)
10575 (xscheme-runlight-string, xscheme-process-filter-state)
10576 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
10577 Move to beginning of file.
10578 (scheme-interaction-mode-commands-alist)
10579 (scheme-interaction-mode-map, scheme-debugger-mode-map):
10580 Declare them before use. Note: the initialization code for the variables
10581 has not been moved because it uses functions that reference the variables.
10582 (xscheme-control-g-message-string, xscheme-process-filter-alist)
10583 (xscheme-prompt-for-expression-map): Declare them before use.
10584 (scheme-debugger-mode-commands): "?\ " -> "?\s".
10585
10586 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
10587
10588 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
10589
10590 2005-08-22 Juri Linkov <juri@jurta.org>
10591
10592 * faces.el (set-face-underline): Delete this duplicate function
10593 and make an obsolete alias to set-face-underline-p.
10594 (set-face-underline-p): Use docstring of set-face-underline.
10595 (describe-face): Create hyperlink to parent face.
10596
10597 * info.el (Info-insert-dir): Use save-excursion around
10598 insert-buffer-substring.
10599 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
10600 (Info-escape-percent): Delete function.
10601 (Info-fontify-node): Replace Info-escape-percent by
10602 replace-regexp-in-string with REP arg set to lambda that
10603 duplicates `%' and preserves text properties.
10604
10605 * progmodes/compile.el (compilation-disable-input): Doc fix.
10606 (define-compilation-mode): Doc fix and refill.
10607 (kill-compilation): Use `mode-name' in the error message.
10608 (compilation-find-file): Use `compilation-error' in the
10609 read-file-name's prompt.
10610
10611 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
10614 (smerge-auto-leave): Make undo re-enable the mode.
10615 (debug-ignored-errors): Add the user-error of impossible resolution.
10616 (smerge-resolve): Move things around a bit, in preparation for later.
10617 (smerge-diff): Don't fail if the buffer has no associated file.
10618 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
10619 (smerge-conflict-overlay): New function.
10620 (smerge-match-conflict): Don't add text properties here.
10621 (smerge-find-conflict): Instead, add an overlay here.
10622 Also check for the case where we're inside a conflict already, so as to
10623 obviate the need for font-lock-multiline, which is unbearably slow with
10624 large conflicts and ciomplex font-lock patterns.
10625 (smerge-remove-props): Remove overlay rather than text-properties.
10626 (smerge-mode): Don't set font-lock-multiline.
10627 Remove overlays when turned off.
10628
10629 2005-08-21 Kim F. Storm <storm@cua.dk>
10630
10631 * ido.el (ido-ignore-item-p): Use save-match-data.
10632 Bind case-fold-search to ido-case-fold locally.
10633
10634 2005-08-20 Richard M. Stallman <rms@gnu.org>
10635
10636 * files.el (normal-mode): If font lock is on, turn it off and on.
10637
10638 * subr.el (replace-regexp-in-string): Doc fix.
10639
10640 * startup.el (command-line-1): Don't suppress startup screen
10641 due to existing processes.
10642
10643 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
10644
10645 * progmodes/compile.el (compilation-disable-input): Default to nil.
10646
10647 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10648
10649 * progmodes/compile.el (compilation-disable-input): New defcustom.
10650 (compilation-start): If compilation-disable-input is non-nil, send
10651 EOF to the compilation process.
10652
10653 2005-08-20 Eli Zaretskii <eliz@gnu.org>
10654
10655 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
10656 Run the argument of tex-shell-cd-command through
10657 convert-standard-filename, to get the correct style of slashes on
10658 Windows, and enclose the result in quotes, in case the file name
10659 includes whitespace or other special characters.
10660
10661 2005-08-19 Andreas Schwab <schwab@suse.de>
10662
10663 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
10664 process.
10665
10666 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
10667
10668 * cus-start.el (minibuffer-prompt-properties): Correct typo.
10669
10670 2005-08-18 Kim F. Storm <storm@cua.dk>
10671
10672 * scroll-lock.el: Fix errors due to incorrect line wrapping.
10673
10674 2005-08-18 Richard M. Stallman <rms@gnu.org>
10675
10676 * scroll-lock.el: New file.
10677
10678 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
10679
10680 * dired.el (dired-move-to-end-of-filename):
10681 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
10682
10683 2005-08-18 Kim F. Storm <storm@cua.dk>
10684
10685 * ido.el (ido-everywhere): Fix defcustom :set function to disable
10686 rather than toggle mode when custom value is nil.
10687 (ido-everywhere): Fix defun doc string.
10688
10689 2005-08-17 Richard M. Stallman <rms@gnu.org>
10690
10691 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
10692 as tag instead of "Inviolable".
10693
10694 2005-08-17 Kim F. Storm <storm@cua.dk>
10695
10696 * windmove.el (windmove-coordinates-of-position): Remove.
10697 (windmove-coordinates-of-window-position): Remove.
10698 (windmove-reference-loc): Use posn-at-point instead.
10699
10700 * subr.el (insert-for-yank-1): Doc fix.
10701
10702 * ido.el (ido-enter-matching-directory): Rename from
10703 ido-enter-single-matching-directory. Change `slash' choice to
10704 `only'. Add `first' choice.
10705 (ido-exhibit): Adapt to above changes.
10706
10707 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
10708
10709 * Makefile.in: Expand comment about building loaddefs.el.
10710
10711 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
10712
10713 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
10714 Comment use of defadvice.
10715
10716 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
10717
10718 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
10719
10720 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
10721 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
10722 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
10723 * progmodes/idlw-shell.el, progmodes/ld-script.el,
10724 * progmodes/which-func.el, ruler-mode.el, strokes.el,
10725 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
10726 for backward compatibility for faces that did not appear in the
10727 previous Emacs release.
10728
10729 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
10730
10731 2005-08-15 Kim F. Storm <storm@cua.dk>
10732
10733 * emulation/cua-base.el (cua-delete-region): Return t if
10734 deleted region was non-empty.
10735 (cua-replace-region): Inhibit overwrite-mode for
10736 self-insert-command if replaced region was non-empty.
10737 (cua--explicit-region-start, cua--status-string): Make them
10738 buffer-local at top-level...
10739 (cua-mode): ...rather than when mode is enabled.
10740
10741 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
10742
10743 * progmodes/vhdl-mode.el (vhdl-emacs-21):
10744 Set t for Emacs 21, 22, and so on.
10745
10746 2005-08-15 David Ponce <david@dponce.com>
10747
10748 * tree-widget.el: Update Commentary header.
10749 (tree-widget-theme): Doc fix.
10750 (tree-widget-space-width): New option.
10751 (tree-widget-image-properties): Look up in the default theme too.
10752 (tree-widget--cursors): Only for images with arrow pointer shape.
10753 (tree-widget-lookup-image): Pointer shape is hand by default.
10754 (tree-widget-icon): Rename generic icon widget from
10755 `tree-widget-control'.
10756 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
10757 derive from `tree-widget-icon'.
10758 (tree-widget-handle): Improve default look and feel of the text
10759 representation.
10760 (tree-widget): Rename :*-control properties to :*-icon properties.
10761 Add :action and :help-echo properties.
10762 (tree-widget-after-toggle-functions): Move.
10763 (tree-widget-close-node, tree-widget-open-node): Remove.
10764 (tree-widget-before-create-icon-functions): New hook.
10765 (tree-widget-value-create): Update to allow customization of icons
10766 and nodes at run-time via that new hook.
10767 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
10768 (tree-widget-icon-action, tree-widget-icon-help-echo)
10769 (tree-widget-action, tree-widget-help-echo): New functions.
10770
10771 2005-08-15 Kim F. Storm <storm@cua.dk>
10772
10773 * ido.el (ido-buffer-internal): Use with-no-warnings.
10774 (ido-make-merged-file-list): Use while-no-input.
10775
10776 2005-08-15 Richard M. Stallman <rms@gnu.org>
10777
10778 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
10779 (flyspell-large-region): Fix doc and custom type.
10780
10781 2005-08-14 Richard M. Stallman <rms@gnu.org>
10782
10783 * files.el (interpreter-mode-alist): Doc fix.
10784
10785 * mail/rmail.el (rmail-nonignored-headers): New variable.
10786 (rmail-clear-headers): Use it.
10787 (rmail-reply): Better handling of mail-followup-to header.
10788
10789 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10790 Rename variable from sh-font-lock-keywords. In the `shell' entry,
10791 don't try to refer to executable-font-lock-keywords.
10792 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
10793 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
10794 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
10795 (sh-mode): Set comment-start-skip, local-abbrev-table,
10796 imenu-case-fold-search.
10797 (sh-set-shell): Don't set them here.
10798 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
10799 Don't cache the results in the original alist; don't ever modify
10800 that alist.
10801
10802 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
10803
10804 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
10805 empty.
10806
10807 2005-08-15 Andreas Schwab <schwab@suse.de>
10808
10809 * desktop.el: Put autoload cookie at risky-local-variable declarations.
10810
10811 * dired.el, info.el, mail/rmail.el: Revert last change.
10812
10813 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
10814
10815 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
10816 modification in `eval-after-load' form.
10817 * info.el: Likewise.
10818 * mail/rmail.el: Likewise.
10819
10820 2005-08-14 Juri Linkov <juri@jurta.org>
10821
10822 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10823 Remove highlighting of "Compilation started". Highlight only
10824 the word "finished" in "Compilation finished". Add highlighting
10825 of "interrupt", "killed", "terminated" and the exit code.
10826 (compilation-start): Add newline after header. Use exactly the
10827 same time stamp format as the finishing message.
10828 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
10829
10830 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
10831 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
10832 Add highlighting of "interrupt", "killed", "terminated".
10833
10834 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
10835 enabled and the current command is self-insert-command, call it
10836 explicitly with overwrite-mode bound to nil, to not allow it
10837 to delete the character after the selected region.
10838
10839 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
10840
10841 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
10842 move-end-of-line, end-of-line, and beginning-of-line to the list
10843 of commands after which the echo area is updated.
10844
10845 2005-08-12 Eli Zaretskii <eliz@gnu.org>
10846
10847 * cus-edit.el (custom-save-all, custom-save-delete):
10848 Bind recentf-exclude to exclude custom-file.
10849
10850 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
10851
10852 * mail/rmailsum.el (rmail-summary-end-of-message): New command
10853 to go to the bottom of the mail message. Added to
10854 `rmail-summary-mode-map' with key "/".
10855 (rmail-summary-show-message): New (internal) function for use by
10856 both `rmail-summary-beginning/end-of-message'.
10857 (rmail-summary-beginning-of-message): Change to use
10858 rmail-summary-show-message.
10859
10860 * mail/rmail.el (rmail-end-of-message): New command to go to the
10861 end of the current message. Added to `rmail-mode-map' with key "/".
10862 (rmail-beginning-of-message): Fix to work as documented.
10863 (rmail-mode): Change documentation.
10864
10865 * progmodes/compile.el (compilation-start): Add the line
10866 "Compilation started" with compilation start time.
10867 (compilation-mode-font-lock-keywords): Add `started' to keywords.
10868
10869 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
10870
10871 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
10872 of menu items.
10873
10874 2005-08-11 Richard M. Stallman <rms@gnu.org>
10875
10876 * simple.el (pop-global-mark): Reverse test of widen-automatically.
10877
10878 * battery.el (battery-status-function): Don't use ignore-errors.
10879
10880 2005-08-11 Lute Kamstra <lute@gnu.org>
10881
10882 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
10883 define-obsolete-variable-alias.
10884
10885 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10886
10887 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
10888 (ange-ftp-send-cmd): Revert last change, and expand
10889 the comment explaining the problem.
10890
10891 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
10892
10893 * ldefs-boot.el: Update.
10894
10895 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
10896 item to "Time, Load and Mail". Change help echo text.
10897
10898 * time.el (display-time-use-mail-icon, display-time-format)
10899 (display-time-string-forms): Shorten first line of docstrings.
10900
10901 2005-08-10 Lars Hansen <larsh@soem.dk>
10902
10903 * desktop.el (desktop-buffer-mode-handlers):
10904 Make non-customizable. Add autoload cookie. Change initial value to
10905 nil; add elements in respective modules instead. Fix doc string.
10906 (desktop-load-file): New function.
10907 (desktop-minor-mode-handlers): New autoloaded variable.
10908 (desktop-create-buffer): Call minor mode handlers.
10909 Use desktop-load-file to load major and minor mode modules prior to
10910 checking for a handler.
10911 (desktop-save): Don't add nil to desktop-minor-modes for minor
10912 modes with nil function in desktop-minor-mode-table. Don't delete
10913 desktop file before rewriting it.
10914 (desktop-locals-to-save): Add autoload cookie. Don't make
10915 automatically buffer-local. Add variables column-number-mode,
10916 size-indication-mode, indent-tabs-mode,
10917 indicate-buffer-boundaries, indicate-empty-lines and
10918 show-trailing-whitespace.
10919 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
10920 regexps. Don't use desktop-clear-preserve-buffers-regexp.
10921 (desktop-clear-preserve-buffers-regexp): Delete.
10922 (desktop-clear-preserve-buffers): Update initial value and docstring.
10923 (desktop-save-buffer): Fix doc string.
10924
10925 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
10926 (hilit-chg-desktop-restore): New function.
10927 (highlight-changes-mode): Add highlight-changes-mode to
10928 desktop-locals-to-save.
10929
10930 * dired.el: Add handler to desktop-buffer-mode-handlers.
10931 (dired-restore-desktop-buffer): Remove autoload cookie.
10932 (dired-mode): Add autoload cookie.
10933
10934 * info.el: Add handler to desktop-buffer-mode-handlers.
10935 (Info-restore-desktop-buffer): Remove autoload cookie.
10936 (Info-mode): Add autoload cookie.
10937
10938 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
10939 (mh-restore-desktop-buffer): Remove autoload cookie.
10940 (mh-folder-mode): Add autoload cookie.
10941
10942 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
10943 (rmail-restore-desktop-buffer): Remove autoload cookie.
10944
10945 2005-08-11 Masatake YAMATO <jet@gyve.org>
10946
10947 * hexl.el (hexl-address-region):
10948 (hexl-ascii-region, hexl-font-lock-keywords):
10949 (hexl-highlight-line-range): Use the term "region"
10950 instead of "area" for consistency with the other symbols
10951 defined in hexl.el.
10952
10953 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
10954
10955 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
10956 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
10957 out by Juri Linkov). Add `display-battery-mode'.
10958
10959 2005-08-09 Juri Linkov <juri@jurta.org>
10960
10961 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10962 Remove `-text' from face variable names.
10963 (compilation-error-file-name, compilation-warning-file-name)
10964 (compilation-info-file-name): Delete faces.
10965 (compilation-line-number, compilation-column-number):
10966 Remove face underlining.
10967 (compilation-message-face): Set to `underline' value by default.
10968 (compilation-error-face, compilation-warning-face)
10969 (compilation-info-face): Remove `-file-name' from face names.
10970 (compilation-error-text-face, compilation-warning-text-face)
10971 (compilation-info-text-face): Delete face variables.
10972 (compilation-text-face): Delete function.
10973
10974 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
10975 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
10976 (grep-error-face): Set to `compilation-error' instead of
10977 `compilation-error-face' (which is redefined to `grep-hit-face' in
10978 grep buffers).
10979 (grep-mode-font-lock-keywords): Remove `-text' from face variable
10980 names. Use `grep-error-face' instead of `compilation-error-text-face'.
10981
10982 * dired-aux.el (dired-do-query-replace-regexp):
10983 Use `query-replace-read-args'.
10984
10985 * replace.el (query-replace-read-from, query-replace-read-to)
10986 (query-replace-read-args): Rename arg `string' to `prompt'.
10987
10988 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
10989
10990 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
10991
10992 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
10993 uploading files.
10994 (ange-ftp-canonize-filename): Handle file names beginning with ~
10995 correctly.
10996
10997 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
10998
10999 * textmodes/fill.el (canonically-space-region)
11000 (fill-context-prefix, fill-french-nobreak-p)
11001 (fill-delete-newlines, fill-comment-paragraph)
11002 (justify-current-line): "?\ " -> "?\s".
11003
11004 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
11005
11006 * textmodes/fill.el (fill-nonuniform-paragraphs):
11007 Improve argument/docstring consistency.
11008
11009 2005-08-09 Richard M. Stallman <rms@gnu.org>
11010
11011 * textmodes/ispell.el (ispell-word): More fboundp checks.
11012
11013 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
11014 (find-file-noselect-1): Call it here, only if RAWFILE.
11015 (normal-mode): Always set some major mode.
11016 (save-some-buffers-action-alist): Change some explanation strings.
11017 (file-name-non-special): In the `quote' method, use unwind-protect.
11018
11019 2005-08-09 Magnus Henoch <mange@freemail.hu>
11020
11021 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
11022 (ispell-have-aspell-dictionaries): New variable.
11023 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
11024 (ispell-get-aspell-config-value): New function.
11025 (ispell-aspell-find-dictionary): New function.
11026 (ispell-aspell-add-aliases): New function.
11027 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
11028 appropriate. Don't look for ispell dictionaries if we use aspell.
11029 (ispell-menu-map): Don't build a submenu of dictionaries.
11030
11031 2005-08-09 Richard M. Stallman <rms@gnu.org>
11032
11033 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
11034 (sql-read-passwd): Use read-passwd.
11035
11036 * progmodes/idlw-toolbar.el (idlwave-toolbar)
11037 (idlwave-toolbar-is-possible): Add defvars.
11038
11039 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
11040 Avoid warnings.
11041
11042 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
11043 (idlwave-system-class-info, idlwave-executive-commands-alist):
11044 Use defvar.
11045
11046 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
11047
11048 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
11049 Avoid warnings.
11050
11051 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
11052 and content-type: headers.
11053
11054 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
11055
11056 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
11057 and rename some of them to be more self-explanatory.
11058
11059 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
11060
11061 * startup.el (command-line-1): Implement -scriptload.
11062
11063 * replace.el (occur-engine): Initial *Occur* output not undoable.
11064
11065 * menu-bar.el (menu-bar-file-menu): Rename some menu items
11066 and improve help strings.
11067
11068 * isearch.el (isearch-repeat): When changing direction,
11069 mark search successful.
11070
11071 * ediff-init.el: Use (featurep 'xemacs).
11072
11073 * comint.el (send-invisible): Identify buffer, if not selected.
11074
11075 * align.el: Delete autoload for c-guess-basic-syntax.
11076
11077 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11078
11079 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
11080 Improve argument/docstring consistency. Doc fixes.
11081 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
11082 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
11083 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
11084 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
11085 (r2bv-organization, r2bv-pages, r2bv-primary-author)
11086 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
11087 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
11088 Defvar at compile time.
11089
11090 2005-08-09 Juri Linkov <juri@jurta.org>
11091
11092 * info.el: Replace `info' with upper-case `Info' where appropriate.
11093 (info-title-1, info-title-2, info-title-3, info-title-4)
11094 (info-menu-header): Move up face definitions.
11095 (info-menu-star): Rename from `info-menu-5'.
11096 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
11097 (Info-fontify-visited-nodes): Fix docstring.
11098 (Info-hide-note-references): Fix docstring.
11099 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
11100 menu items in the same way as on cross-references.
11101 (info-apropos): Fix sorting order and formatting to be like in the
11102 stand-alone Info browser. Display error messages for 1 sec.
11103 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
11104 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
11105 from the menu bar.
11106 (Info-insert-dir): Restore point after calling
11107 `insert-buffer-substring'.
11108
11109 2005-08-08 Richard M. Stallman <rms@gnu.org>
11110
11111 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
11112 (recompute-lucid-menubar): Add defvars.
11113
11114 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
11115
11116 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
11117
11118 * net/net-utils.el (run-dig): Rename from `dig'.
11119
11120 * play/gametree.el (gametree-mode): Use make-local-variable,
11121 not make-variable-buffer-local.
11122
11123 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
11124
11125 * ansi-color.el (ansi-color-make-extent)
11126 (ansi-color-set-extent-face): Use fboundp, not functionp.
11127
11128 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
11129 not make-variable-buffer-local.
11130
11131 * bookmark.el (Info-current-file): Add defvar.
11132 (bookmark-jump-noselect): Use with-no-warnings.
11133
11134 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
11135
11136 * ebuff-menu.el (Helper-return-blurb): Add defvar.
11137
11138 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
11139
11140 * find-file.el (ada-procedure-start-regexp)
11141 (ada-package-start-regexp): Add defvars.
11142
11143 * info.el (Info-insert-dir): Use insert-buffer-substring.
11144
11145 * xml.el (xml-att-def-re): Add defvar.
11146
11147 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
11148 calling convention.
11149
11150 * subr.el (while-no-input): Return t if there is input.
11151
11152 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
11153
11154 * cus-start.el (all): Add `overflow-newline-into-fringe'.
11155
11156 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
11157
11158 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
11159 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
11160
11161 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
11162
11163 * cmuscheme.el (scheme-start-file): Replace reference to
11164 `user-emacs-directory' by "~/.emacs.d/".
11165
11166 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
11167
11168 * info.el (Info-dir-remove-duplicates): Avoid case folding
11169 in loop; instead, keep downcased strings for comparison.
11170 Suggested by Helmut Eller.
11171
11172 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
11173
11174 Sync with Tramp 2.0.50.
11175
11176 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
11177 XEmacs case; not necessary anymore.
11178 (tramp-user-regexp): Allow "@" as part of user name.
11179 (tramp-handle-set-visited-file-modtime)
11180 (tramp-handle-insert-file-contents)
11181 (tramp-handle-write-region): No special handling for
11182 `last-coding-system-used, because this is done in
11183 `tramp-accept-process-output' now.
11184 (tramp-accept-process-output): New defun.
11185 (tramp-process-one-action, tramp-process-one-multi-action)
11186 (tramp-wait-for-regexp, tramp-wait-for-output)
11187 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
11188 Howells <dhowells@redhat.com>.
11189 (clear-visited-file-modtime): Defadvice removed. The check for
11190 unset buffer's modtime does not need to be based on
11191 `tramp-buffer-file-attributes'. Suggested by RMS.
11192 (tramp-message): Insert "\n" if not being at beginning of line.
11193 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11194 sequence with same logic.
11195 (tramp-completion-handle-expand-file-name): Discard call of
11196 `tramp-drop-volume-letter'. It is not necessary, and there have
11197 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
11198 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
11199 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11200 should always be visible.
11201 (tramp-handle-insert-directory, tramp-setup-complete)
11202 (tramp-set-process-query-on-exit-flag)
11203 (tramp-append-tramp-buffers): Pacify byte-compiler.
11204 (tramp-bug): Delete non-existing variables from list.
11205 Apply `tramp-load-report-modules' as pre-hook.
11206 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11207 `shell-prompt-pattern' because of non-7bit characters.
11208 Reported by Sebastian Luque <sluque@mun.ca>.
11209 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
11210 (tramp-match-string-list): Remove function.
11211 (tramp-wait-for-regexp): Remove call of that function.
11212 Suggested by Kim F. Storm <storm@cua.dk>.
11213 (tramp-set-auto-save-file-modes): Use octal integer code #o600
11214 instead of octal character code ?\600. The latter resulted in a
11215 syntax error with XEmacs.
11216
11217 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
11218 XEmacs case; not necessary anymore.
11219 (tramp-smb-handle-write-region): No special handling for
11220 `last-coding-system-used, because this is done in
11221 `tramp-accept-process-output' now.
11222 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11223
11224 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
11225
11226 * wid-edit.el (widget-choice-value-create):
11227 Unconditionally respect user choice. Set :explicit-choice back to nil
11228 when no longer needed.
11229 (widget-choice-action): Unconditionally respect user choice.
11230 Eliminate :explicit-choice-value.
11231
11232 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11233
11234 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11235 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11236 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11237 running new function `toggle-indicate-empty-lines'.
11238 Rename "Customize" item to "Customize fringe".
11239 Rename "Indicators" item to "Buffer boundaries" and change help echo.
11240 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11241 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11242 Delete "Empty lines only" item.
11243 (menu-bar-showhide-fringe-ind-customize): New function.
11244 (menu-bar-showhide-fringe-ind-mixed)
11245 (menu-bar-showhide-fringe-ind-box)
11246 (menu-bar-showhide-fringe-ind-right)
11247 (menu-bar-showhide-fringe-ind-left)
11248 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11249 instead of `fringe-indicators'.
11250
11251 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11252
11253 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
11254 Change the date of last update.
11255
11256 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11257
11258 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11259 (viper-exec-yank, viper-put-back): Don't display modification msg
11260 if in the minibuffer.
11261
11262 * viper-init.el (viper-replace-overlay-cursor-color)
11263 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11264 Make variables frame local.
11265
11266 * viper-util.el (viper-append-filter-alist): Use append instead of
11267 nconc.
11268
11269 * viper.el (viper-vi-state-mode-list)
11270 (viper-emacs-state-mode-list): Move help-mode and
11271 completion-list-mode from the first list to the second.
11272 (viper-mode): Docstring.
11273 (viper-go-away, viper-non-hook-settings): Don't localize
11274 minor-mode-alist in newer Emacsen. Add advice to
11275 set-cursor-color. Don't bind "\C-c\\".
11276
11277 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
11278
11279 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
11280 (scheme-macro-expand-command): New user options.
11281 (scheme-trace-procedure, scheme-expand-current-form): New commands.
11282 (scheme-form-at-point, scheme-start-file)
11283 (scheme-interactively-start-process): New functions.
11284 (scheme-get-process): New function, extracted from `scheme-proc'.
11285 (run-scheme): Call `scheme-start-file' to get start file, and pass
11286 it to `make-comint'.
11287 (switch-to-scheme, scheme-proc):
11288 Call `scheme-interactively-start-process' if no Scheme buffer/process
11289 is available.
11290
11291 2005-08-06 Juri Linkov <juri@jurta.org>
11292
11293 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11294 Use `compilation-text-face', `compilation-info-text-face' and
11295 `compilation-error-text-face' instead of `font-lock-keyword-face'.
11296 (compilation-error): New face.
11297 (compilation-error-file-name): Inherit from
11298 `compilation-error' instead of `font-lock-warning-face'.
11299 (compilation-warning-file-name): Inherit from
11300 `compilation-warning' instead of `font-lock-warning-face'.
11301 (compilation-info, compilation-error-file-name)
11302 (compilation-warning-file-name, compilation-info-file-name)
11303 (compilation-line-number, compilation-column-number): Doc fix.
11304 (compilation-error-text-face, compilation-warning-text-face)
11305 (compilation-info-text-face): New face variables.
11306 (compilation-line-face, compilation-column-face)
11307 (compilation-enter-directory-face)
11308 (compilation-leave-directory-face): Doc fix.
11309 (compilation-text-face): New function.
11310
11311 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
11312 instead of 1 to display binary file names as info file links.
11313 (grep-error-face): Use `compilation-error-face' instead of
11314 `font-lock-keyword-face'.
11315 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
11316 and `compilation-warning-text-face' instead of
11317 `font-lock-keyword-face'. Use `compilation-error-text-face'
11318 instead of `grep-error-face'.
11319
11320 2005-08-05 Kenichi Handa <handa@m17n.org>
11321
11322 * international/code-pages.el: Add autoload cookies for all coding
11323 systems.
11324
11325 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
11326
11327 * cus-start.el (all): Put undo.c where it alphabetically belongs.
11328
11329 2005-08-04 Juri Linkov <juri@jurta.org>
11330
11331 * progmodes/compile.el (compilation-mode-map):
11332 * progmodes/grep.el (grep-mode-map):
11333 Bind TAB to `compilation-next-error' and [backtab] to
11334 `compilation-previous-error'.
11335
11336 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
11337 matching line numbers, column numbers and their ranges with regexp
11338 matching only line numbers.
11339 (grep-context-face): New face variable.
11340 (grep-mode-font-lock-keywords): Use it.
11341
11342 * faces.el (read-face-name): Delete duplicate faces.
11343
11344 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
11345
11346 * thumbs.el (thumbs-find-image): Don't make variables
11347 automatically buffer local.
11348 (thumbs-current-tmp-filename, thumbs-current-image-filename)
11349 (thumbs-image-num): Make automatically buffer local.
11350 (thumbs-show-thumbs-list): Use `make-local-variable', not
11351 `make-variable-buffer-local'.
11352 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
11353
11354 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
11355 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
11356 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
11357 (bother, bye, canyou, chatlst, continue, deathlst, describe)
11358 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
11359 (feelings-about, foullst, found, hello, history, howareyoulst)
11360 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
11361 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
11362 (neglst, obj, object, owner, please, problems, qlist)
11363 (random-adjective, relation, remlst, repetitive-shortness)
11364 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
11365 (shortlst, something, sportslst, stallmanlst, states, subj)
11366 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
11367 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
11368 Defvar at compile time.
11369
11370 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
11371 not `make-variable-buffer-local'.
11372
11373 2005-08-02 Kim F. Storm <storm@cua.dk>
11374
11375 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
11376 rectangle overlay in selected window.
11377
11378 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
11379
11380 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
11381 instead of display group. Make `indicate-buffer-boundaries'
11382 customizable through Custom.
11383
11384 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
11385
11386 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
11387 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
11388 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
11389 (gdb-put-string): Fix typos in docstrings.
11390
11391 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
11392
11393 Update copyright notices of files in progmodes directory for
11394 release of Emacs 22.1.
11395
11396 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
11397
11398 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
11399 Don't barf if the GUD buffer has been killed.
11400
11401 2005-08-01 Kim F. Storm <storm@cua.dk>
11402
11403 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
11404
11405 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
11406
11407 * simple.el (next-error-follow-minor-mode):
11408 make-variable-buffer-local -> make-local-variable.
11409
11410 * emacs-lisp/cl-extra.el: Require CL also when compiling.
11411
11412 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
11413 (byte-compile-form-make-variable-buffer-local): New functions to warn
11414 about misuses of make-variable-buffer-local where make-local-variable
11415 was meant.
11416
11417 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
11418
11419 * bs.el (bs-attributes-list): Doc fix.
11420 (bs): Update url-link.
11421
11422 * desktop.el (desktop-save-buffer): Fix typos in docstring.
11423 (desktop-load-default): Simplify.
11424
11425 * ibuffer.el (ibuffer-columnize-and-insert-list)
11426 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
11427 (ibuffer-unmark-all, ibuffer-toggle-marks)
11428 (ibuffer-unmark-forward, ibuffer-unmark-backward)
11429 (ibuffer-compile-make-format-form, ibuffer-format-column)
11430 (ibuffer-current-buffers-with-marks)
11431 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
11432 (ibuffer): Doc fix.
11433 (ibuffer-mode): Fix typo in docstring.
11434 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
11435 with `define-obsolete-variable-alias'.
11436 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
11437
11438 2005-07-29 Kenichi Handa <handa@m17n.org>
11439
11440 * international/mule-cmds.el (select-message-coding-system):
11441 Be sure to use LF for end-of-line. If no coding system is decided,
11442 return iso-8859-1-unix.
11443
11444 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
11445
11446 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
11447 (ange-ftp-pending-error-line): New vars.
11448 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
11449 to handle the non-fatal no-route-to-host messages.
11450 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
11451
11452 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
11453
11454 * isearch.el (isearch-mode-map, isearch-other-meta-char)
11455 (isearch-quote-char, isearch-printing-char)
11456 (isearch-text-char-description): "?\ " -> "?\s".
11457 (isearch-lazy-highlight-cleanup)
11458 (isearch-lazy-highlight-initial-delay)
11459 (isearch-lazy-highlight-interval)
11460 (isearch-lazy-highlight-max-at-a-time)
11461 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
11462 Declare with define-obsolete-*-alias macros.
11463 (isearch-forward): Fix typo in docstring.
11464 (search-invisible, search-ring-yank-pointer)
11465 (regexp-search-ring-yank-pointer): Doc fixes.
11466
11467 * recentf.el (recentf-menu-append-commands-p): Declare with
11468 `define-obsolete-variable-alias'.
11469 (recentf-max-saved-items, recentf-menu-filter)
11470 (recentf-arrange-by-rule-subfilter): Doc fixes.
11471 (recentf-menu-append-commands-flag)
11472 (recentf-initialize-file-name-history, recentf-expand-file-name)
11473 (recentf-clear-data): Fix typos in docstrings.
11474
11475 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
11476
11477 * progmodes/gdb-ui.el: Smarten comments.
11478 (gdb-info-breakpoints-custom): Use nowarn when finding file.
11479
11480 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11481
11482 * term/apollo.el (terminal-init-apollo): New function containing
11483 all former top level forms in the file.
11484 * term/bobcat.el (terminal-init-bobcat):
11485 * term/cygwin.el (terminal-init-cygwin):
11486 * term/iris-ansi.el (terminal-init-iris-ansi):
11487 * term/linux.el (terminal-init-linux):
11488 * term/news.el (terminal-init-news):
11489 * term/rxvt.el (terminal-init-rxvt):
11490 * term/sun.el (terminal-init-sun):
11491 * term/tvi970.el (terminal-init-tvi970):
11492 * term/vt100.el (terminal-init-vt100):
11493 * term/vt102.el (terminal-init-vt102):
11494 * term/vt125.el (terminal-init-vt125):
11495 * term/vt200.el (terminal-init-vt200):
11496 * term/vt201.el (terminal-init-vt201):
11497 * term/vt220.el (terminal-init-vt220):
11498 * term/vt240.el (terminal-init-vt240):
11499 * term/vt300.el (terminal-init-vt300):
11500 * term/vt320.el (terminal-init-vt320):
11501 * term/vt400.el (terminal-init-vt400):
11502 * term/vt420.el (terminal-init-vt420):
11503 * term/wyse50.el (terminal-init-wyse50):
11504 * term/xterm.el (terminal-init-xterm): Likewise.
11505
11506 * term/README: Describe the terminal-init-* functionality.
11507
11508 * startup.el (command-line): After loading the terminal initialization
11509 file call the corresponding terminal initialization function.
11510
11511 2005-07-27 Kenichi Handa <handa@m17n.org>
11512
11513 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11514 negative.
11515
11516 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
11517 (ps-mule-composition-prologue): Fix for the case that
11518 RelativeCompose is false.
11519
11520 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11521
11522 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11523
11524 * descr-text.el (describe-char): Handle the case where the list of
11525 chars is displayed in a separate frame.
11526 Be a bit more discriminating when looking for the char.
11527
11528 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
11529
11530 * bookmark.el (bookmark-automatically-show-annotations)
11531 (bookmark-read-annotation-text-func): Doc fixes.
11532 (bookmark-save): Improve argument/docstring consistency.
11533 (bookmark-get-bookmark, bookmark-get-bookmark-record)
11534 (bookmark-alist-from-buffer)
11535 (bookmark-upgrade-file-format-from-0)
11536 (bookmark-grok-file-format-version)
11537 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11538 (bookmark-read-annotation-mode)
11539 (bookmark-insert-current-bookmark, bookmark-jump)
11540 (bookmark-exit-hook): Fix typos in docstrings.
11541 (bookmark-exit-hooks): Define as obsolete alias.
11542 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11543 not `bookmark-exit-hooks'. Fix docstring.
11544 (bookmark-bmenu-select): "?\ " -> "?\s".
11545
11546 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
11547
11548 * startup.el (command-line): Fix typo.
11549
11550 2005-07-24 Richard M. Stallman <rms@gnu.org>
11551
11552 * tooltip.el (tooltip-mode): Test emacs-basic-display,
11553 not emacs-quick-startup.
11554
11555 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
11556
11557 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11558 (reb-next-match, reb-show-subexp): Use `with-selected-window'
11559 instead of `reb-with-current-window'.
11560 (reb-prev-match): Likewise. Also, don't move left if the search
11561 was unsuccessful.
11562 (reb-initialize-buffer): New function.
11563 (re-builder, reb-change-syntax): Use it.
11564
11565 * man.el (Man-goto-page): Make second argument NOERROR optional.
11566
11567 2005-07-23 Richard M. Stallman <rms@gnu.org>
11568
11569 * man.el (Man-bgproc-sentinel): Check here for failure to find
11570 any man page in the output, and report the error here.
11571 (Man-arguments): Make it permanent local.
11572 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
11573 (Man-mode): Pass t for NOERROR.
11574
11575 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
11576 (grep-mode-font-lock-keywords):
11577 Don't use compilation-...-face for messages that are not file names.
11578
11579 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11580 Don't use compilation-...-face for messages that are not file names.
11581
11582 2005-07-22 Juri Linkov <juri@jurta.org>
11583
11584 * startup.el (normal-splash-screen): Update menu name.
11585
11586 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
11587
11588 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11589
11590 * term/xterm.el: Load term/rxvt if the terminal is actually an
11591 rxvt terminal.
11592 (xterm-rxvt-set-background-mode): Remove, not used anymore.
11593
11594 * term/rxvt.el (function-key-map): Use substitute-key-definition
11595 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
11596
11597 * term/cygwin.el: New file.
11598
11599 2005-07-22 Kim F. Storm <storm@cua.dk>
11600
11601 * image-file.el (insert-image-file, image-file-yank-handler):
11602 Fix last change to maintain a (unique) yank-handler on yanked images.
11603
11604 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
11605
11606 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
11607 of the file size (as in "177B" for 177 bytes). This happens with
11608 "ls -lh" on FreeBSD.
11609
11610 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
11611
11612 * hilit-chg.el (highlight-changes-global-initial-state)
11613 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11614 (hilit-chg-fixup, highlight-changes-mode):
11615 Fix typos in docstrings.
11616 (highlight-changes-global-modes, highlight-changes-rotate-faces):
11617 Doc fixes.
11618
11619 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
11620
11621 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
11622 mode function using `eval-after-load'.
11623
11624 2005-07-21 Kim F. Storm <storm@cua.dk>
11625
11626 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
11627 included when reporting an emacs crash, and tell about the DEBUG file.
11628
11629 * image-file.el (insert-image-file): Add yank-handler.
11630 (image-file-yank-handler): Yank handler to make unique copies of
11631 images when they are yanked into a buffer next to each other.
11632
11633 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
11634
11635 * comint.el (comint-use-prompt-regexp, comint-send-input)
11636 (comint-source-default, comint-extract-string)
11637 (comint-get-source, comint-word, comint-completion)
11638 (comint-source, comint-prompt-read-only, comint-update-fence):
11639 Fix typos in docstrings.
11640 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
11641 Declare with define-obsolete-*-alias macros.
11642 (comint-previous-matching-input-from-input)
11643 (comint-next-matching-input-from-input)
11644 (comint-previous-matching-input, comint-next-matching-input)
11645 (comint-forward-matching-input):
11646 Improve argument/docstring consistency.
11647
11648 * desktop.el (desktop-clear-preserve-buffers-regexp):
11649 Also preserve the *server* buffer.
11650
11651 * simple.el (clone-indirect-buffer): Doc fix.
11652 (fixup-whitespace, just-one-space)
11653 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
11654 (next-error, next-error-highlight)
11655 (next-error-highlight-no-select, next-error-last-buffer)
11656 (next-error-buffer-p, next-error-find-buffer, next-error)
11657 (previous-error, next-error-no-select, previous-error-no-select)
11658 (open-line, split-line, minibuffer-prompt-width, kill-new)
11659 (binary-overwrite-mode): Fix typos in docstrings.
11660 (set-fill-column): Fix typo in message.
11661
11662 * skeleton.el (skeleton-proxy-new): Doc fix.
11663
11664 * strokes.el (strokes-load-hook): Doc fix.
11665 (strokes-grid-resolution, strokes-get-grid-position)
11666 (strokes-renormalize-to-grid, strokes-read-stroke)
11667 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
11668 (strokes-global-map): Fix typos in docstrings.
11669 (strokes-help): Doc fix. Fix help message and pass it through
11670 `substitute-command-keys'.
11671
11672 * tempo.el (tempo-insert-prompt, tempo-interactive)
11673 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
11674 (tempo-insert-string-functions, tempo-local-tags)
11675 (tempo-define-template, tempo-insert-template)
11676 (tempo-insert-prompt-compat, tempo-is-user-element)
11677 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
11678 Fix typos in docstrings.
11679
11680 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
11681 (vcursor-key-bindings, vcursor-use-vcursor-map)
11682 (vcursor-find-window, vcursor-scroll-down)
11683 (vcursor-disable, vcursor-beginning-of-buffer)
11684 (vcursor-end-of-buffer): Fix typos in docstrings.
11685 (vcursor-relative-move, vcursor-get-char-count):
11686 Improve argument/docstring consistency.
11687
11688 * version.el: "?\ " -> "?\s".
11689
11690 * wid-edit.el (widget-default-create, widget-after-change)
11691 (widget-default-format-handler, widget-checklist-add-item)
11692 (widget-radio-add-item, widget-choose, widget-specify-secret)
11693 (widget-field-value-create, widget-field-value-get)
11694 (widget-editable-list-format-handler)
11695 (widget-editable-list-entry-create, widget-group-value-create)
11696 (widget-documentation-link-add)
11697 (widget-documentation-string-value-create): "?\ " -> "?\s".
11698 (widget-convert-text): Doc fix.
11699 (widget-narrow-to-field, widget-field-find)
11700 (widget-url-link-action, widget-emacs-library-link-action)
11701 (widget-color-notify): Fix typos in docstrings.
11702
11703 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
11704 (x-select-text, set-w32-system-coding-system)
11705 (w32-add-charset-info): Fix typos in docstrings.
11706
11707 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
11708 (cua-enable-cua-keys, cua-use-hyper-key)
11709 (cua-virtual-rectangle-edges): Fix typos in docstrings.
11710 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
11711
11712 * net/tramp.el (tramp-handle-load): Fix typo in error message.
11713
11714 * emacs-lisp/re-builder.el (regexp-builder): Declare with
11715 `defalias' instead of faking it.
11716
11717 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
11718 (eshell-ls-missing, eshell-ls-dired-initial-args)
11719 (eshell-ls-use-in-dired): Fix typos in docstrings.
11720
11721 2005-07-20 Kim F. Storm <storm@cua.dk>
11722
11723 * emulation/cua-base.el (cua-mode): Improve doc string.
11724
11725 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
11726
11727 * abbrev.el (expand-region-abbrevs): Doc fix.
11728 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
11729 Improve argument/docstring consistency.
11730
11731 * arc-mode.el (archive-get-descr, archive-alternate-display):
11732 Doc fixes.
11733 (archive-l-e): Improve argument/docstring consistency.
11734 (archive-tmpdir, archive-unixdate, archive-unixtime)
11735 (archive-chmod-entry): Fix typos in docstrings.
11736 (archive-unflag, archive-unflag-backwards)
11737 (archive-unmark-all-files): "?\ " -> "?\s".
11738
11739 * buff-menu.el (Buffer-menu-unmark): Doc fix.
11740 (Buffer-menu-not-modified, Buffer-menu-execute)
11741 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
11742 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
11743
11744 * composite.el (compose-string, encode-composition-rule)
11745 (compose-last-chars): Fix typos in docstrings.
11746
11747 * desktop.el (desktop-enable, desktop-basefilename):
11748 Declare with `define-obsolete-variable-alias'.
11749 (desktop-internal-v2s): Don't quote keywords.
11750 (desktop-clear): "?\ " -> "?\s".
11751
11752 * dired.el (dired-align-file, dired-flag-backup-files)
11753 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
11754 (dired-listing-switches, dired-ls-F-marks-symlinks)
11755 (dired-dwim-target, dired-load-hook, dired-mode-hook)
11756 (dired-directory, dired-faces, dired, dired-revert)
11757 (dired-mode, dired-summary, dired-view-file)
11758 (dired-copy-filename-as-kill, dired-delete-file)
11759 (dired-no-confirm, dired-unmark-all-marks)
11760 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
11761 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
11762 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
11763 Fix typos in message strings.
11764
11765 * dired-x.el (virtual-dired): Declare with `defalias'.
11766 (dired-mark-unmarked-files, dired-local-variables-file)
11767 (dired-omit-here-always): Doc fix.
11768 (dired-omit-mode, dired-find-subdir)
11769 (dired-enable-local-variables, dired-clean-up-buffers-too)
11770 (dired-extra-startup, dired-mark-extension, dired-jump)
11771 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
11772 (dired-smart-shell-command, dired-guess-shell-alist-user)
11773 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
11774 (dired-x-bind-find-file, dired-x-submit-report):
11775 Fix typos in docstrings.
11776 (dired-mark-unmarked-files): "?\ " -> "?\s".
11777
11778 * dirtrack.el (dirtrack-list): Fix typos in docstring.
11779
11780 * faces.el (describe-face): "?\ " -> "?\s".
11781 (read-all-face-attributes, read-face-font, modify-face)
11782 (face-attr-construct, italic): Fix typos in docstrings.
11783 (frame-update-face-colors): Declare with
11784 `define-obsolete-function-alias'.
11785
11786 * files.el (find-file-noselect, recode-file-name): Doc fixes.
11787 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
11788 (magic-mode-alist, buffer-file-numbers-unique)
11789 (write-file-functions, get-free-disk-space):
11790 Fix typos in docstrings.
11791 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
11792 (write-contents-hooks, write-file-hooks):
11793 Declare with `define-obsolete-variable-alias'.
11794
11795 * forms-d2.el (arch-rj): Fix typo in docstrings.
11796 (arch-tocol): Likewise. "?\ " -> "?\s".
11797
11798 * frame.el (set-frame-font, cursor-in-non-selected-windows):
11799 Fix typo in docstring.
11800 (set-screen-width, set-screen-height): Delete redundant info in
11801 doctrings.
11802 (new-frame, screen-height, screen-width): Declare with
11803 `define-obsolete-function-alias'.
11804 (delete-frame-hook, blink-cursor): Declare with
11805 `define-obsolete-variable-alias'.
11806
11807 * paths.el (prune-directory-list): Fix typos in docstring.
11808
11809 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
11810 (cvs-prefix-get): Fix typos in docstrings.
11811
11812 * ps-print.el (ps-extend-face-list, ps-extend-face)
11813 (ps-print-background-image): Fix typos in docstrings.
11814 (ps-default-fg, ps-default-bg): Doc fixes.
11815
11816 * s-region.el (s-region-bind): Doc fix.
11817 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
11818
11819 * textmodes/org.el (org-table-formula-substitute-names)
11820 (org-table-get-vertical-vector): Doc fixes.
11821 (org-table-recalculate): Remove unused argument to `message'.
11822
11823 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
11824
11825 * textmodes/org.el (org-table-column-names)
11826 (org-table-column-name-regexp)
11827 (org-table-named-field-locations): New variables.
11828 (org-archive-subtree): Protect `this-command' when calling
11829 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
11830 the kill buffer.
11831 (org-complete): Remove fixed-formula completion.
11832 (org-edit-formulas-map): New variable.
11833 (org-table-edit-formulas): New command.
11834 (org-finish-edit-formulas, org-abort-edit-formulas)
11835 (org-show-variable, org-table-get-vertical-vector): New functions.
11836 (org-table-maybe-eval-formula): Handle `:=' fields.
11837 (org-table-get-stored-formulas, org-table-store-formulas)
11838 (org-table-get-formula, org-table-modify-formulas)
11839 (org-table-replace-in-formulas): Handle named field formulas.
11840 (org-table-get-specials): Store locations of named fields.
11841
11842 2005-07-19 Juri Linkov <juri@jurta.org>
11843
11844 * progmodes/grep.el (grep-regexp-alist)
11845 (grep-mode-font-lock-keywords, grep-process-setup):
11846 Use default GNU grep match color "01;31m" instead of "01;41m".
11847 (grep-regexp-alist, grep-mode-font-lock-keywords):
11848 Use `\\[[0-9]*m' instead of `\\[00m'.
11849 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
11850 sgr_start where its handling is more important. Use the real
11851 length of sgr_start instead of constant 8.
11852 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
11853 specially. Delete all remaining escape sequences.
11854 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
11855 (grep-regexp-alist): Make hyperlink only for binary file name
11856 instead of the whole line.
11857 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
11858 (grep-mode): Add autoload.
11859
11860 * emacs-lisp/find-func.el (find-function-regexp):
11861 Add `define-compilation-mode'.
11862
11863 2005-07-19 Juri Linkov <juri@jurta.org>
11864
11865 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
11866 (compare-windows-sync-string-size, compare-windows-recenter)
11867 (compare-windows-highlight, compare-windows): Add version 22.1.
11868 (compare-windows) <defface>: Inherit from lazy-highlight instead
11869 of duplicating its default value.
11870
11871 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
11872 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
11873
11874 * descr-text.el (describe-char): Create link buttons for `charset'
11875 and `code point'. Add the current input method name with a link
11876 button to `to input' field. Print face names of display table
11877 characters in `The display table entry is displayed by' section
11878 instead of printing face-id in the `display' field.
11879 Guess hardcoded faces and create a link button for them.
11880 Skip empty fields when calculating max-width.
11881 Treat `widget-create' specially while inserting strings from the
11882 collected field list.
11883 (describe-char-after): Made obsolete in version 22.1, not 21.5.
11884
11885 * diff-mode.el (diff-file-header): Change foreground color from
11886 yellow to green on light backgrounds.
11887 (diff-context): Inherit from `shadow' only for color/grayscale
11888 with more than 88 colors.
11889 (diff-indicator-removed, diff-indicator-added)
11890 (diff-indicator-changed): New faces.
11891 (diff-font-lock-keywords): Use new faces. Regroup rules.
11892 Add "^---$" for `normal' diff format. Fontify `#' lines with
11893 font-lock-comment-delimiter-face and font-lock-comment-face.
11894 Add `#' to ^[^...] in the rule for `diff-context-face'.
11895
11896 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
11897 a button-like box. Inherit from `highlight' on low colors.
11898 (shadow): Use shades of gray only for color/grayscale with
11899 more than 88 colors. Use green for light backgrounds with
11900 8 colors, and yellow for dark backgrounds with 8 colors.
11901
11902 * font-lock.el (font-lock-regexp-grouping-backslash):
11903 Don't inherit from escape-glyph (use bold for all cases).
11904
11905 * info.el (info-xref-visited): Use light foreground color `violet'
11906 for dark backgrounds instead of dark color `magenta3'.
11907 (info-title-1): Use `yellow' color for dark backgrounds.
11908
11909 * isearch.el (isearch): Use not-too-dark magenta3 instead of
11910 too-light magenta2.
11911
11912 * replace.el (match): Use slightly more light RoyalBlue3 instead
11913 of dark RoyalBlue4.
11914
11915 * wid-edit.el (widget-inactive): Inherit from `shadow'.
11916
11917 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
11918
11919 * novice.el (disabled-command-hook): Declare it with
11920 `define-obsolete-variable-alias'.
11921
11922 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
11923 (desktop-buffer-misc-functions, desktop-buffer-handlers)
11924 (desktop-load-default): Add release to obsolescence info.
11925 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
11926 (desktop-append-buffer-args, desktop-read):
11927 Fix typos in docstrings.
11928 (desktop-kill): Fix typo in message.
11929 (desktop-save): Doc fix.
11930
11931 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
11932
11933 * viper-cmd.el (viper-escape-to-state): Bug fix.
11934 (viper-envelop-ESC-key): Change the definition of fast
11935 keysequence so it'll work with keyboard macros.
11936
11937 * ediff.el (ediff-patch-buffer): Change the docstring.
11938
11939 2005-07-19 Kenichi Handa <handa@m17n.org>
11940
11941 * international/mule-cmds.el (select-safe-coding-system): Try to
11942 use an auto-coding (if any) before anything else. If the found
11943 auto-coding is invalid, show a warning message.
11944
11945 * international/mule.el (find-auto-coding): New function created
11946 by modifying the body of set-auto-coding.
11947 (set-auto-coding): Use find-auto-coding to find a coding.
11948
11949 2005-07-18 Richard M. Stallman <rms@gnu.org>
11950
11951 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
11952 not isearch-mode-end-hook-error.
11953 (allout-before-change-protect): Fix error message.
11954
11955 2005-07-18 Juri Linkov <juri@jurta.org>
11956
11957 * allout.el (allout-mode):
11958 * calculator.el (calculator-copy):
11959 * custom.el (custom-known-themes):
11960 * dired.el (dired-desktop-buffer-misc-data)
11961 (dired-restore-desktop-buffer):
11962 * dired-x.el (dired-omit-marker-char):
11963 * files.el (basic-save-buffer):
11964 * font-core.el (font-lock-mode):
11965 * calendar/calendar.el (calendar-goto-hebrew-date)
11966 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
11967 (calendar-goto-persian-date):
11968 * language/ethio-util.el (ethio-sera-to-fidel-region):
11969 * textmodes/picture.el (picture-mode):
11970 Delete duplicate duplicate words.
11971
11972 2005-07-18 Juri Linkov <juri@jurta.org>
11973
11974 * isearch.el (isearch-mode-map): Remove key bindings for regexp
11975 chars * ? } |.
11976 (isearch-fallback): Don't call `isearch-process-search-char'.
11977 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
11978 (isearch-process-search-char): Call `isearch-fallback' for regexp
11979 chars * ? } |.
11980 (isearch-return-char): Make obsolete with `make-obsolete' instead
11981 of simply documenting it as obsolete in the docstring.
11982 (isearch-fallback): Refill docstring.
11983
11984 * international/isearch-x.el
11985 (isearch-process-search-multibyte-characters): Remove unneeded
11986 `concat'. Add intermediate values to `junk-hist' instead of
11987 `minibuffer-history'. Test the length of `str'.
11988
11989 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
11990
11991 * allout.el (allout-resolve-xref): Fix typos in error strings.
11992 (allout-before-change-protect): Remove unneeded `concat'.
11993
11994 * array.el (array-mode, array-reconfigure-rows)
11995 (untabify-backward): Fix typos in docstrings.
11996 (array-reconfigure-rows): Use `insert-buffer-substring', not
11997 `insert-buffer'.
11998
11999 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
12000 * progmodes/ada-mode.el (ada-make-body):
12001 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
12002
12003 * dired.el (dired-log):
12004 * tar-mode.el (tar-subfile-save-buffer):
12005 * play/zone.el (zone-pgm-stress-destress):
12006 Use `insert-buffer-substring', not `insert-buffer'.
12007
12008 2005-07-17 Simon Josefsson <jas@extundo.com>
12009
12010 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
12011
12012 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
12013
12014 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
12015 Add plain auth method.
12016 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
12017
12018 2005-07-17 Kim F. Storm <storm@cua.dk>
12019
12020 * ido.el (dired-other-window): Add ido property.
12021
12022 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
12023
12024 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12025 Fix typo in docstring.
12026 (byte-compile-interactive-only-functions): Add `insert-buffer' and
12027 `insert-file-literally'.
12028
12029 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
12030 info and delete redundant message. Doc fix.
12031 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
12032 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
12033
12034 2005-07-16 Richard M. Stallman <rms@gnu.org>
12035
12036 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
12037 (byte-compile-and): Use byte-compile-and-recursion.
12038 (byte-compile-or-recursion): New function.
12039 (byte-compile-or): Use that.
12040 (byte-compile-if): Guard the else-clause too.
12041 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
12042
12043 * isearch.el (isearch-mode-end-hook-quit): New variable.
12044 (isearch-done): Bind it.
12045 (isearch-mode-end-hook): Doc fix.
12046
12047 * allout.el (allout-isearch-did-quit): Variable deleted.
12048 (allout-real-isearch-abort): Function name no longer used.
12049 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
12050 (allout-isearch-rectification): isearch-mode always exists.
12051 Don't set allout-isearch-did-quit.
12052 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
12053 allout-isearch-did-quit.
12054 (allout-enwrap-isearch): Just add the hook.
12055 (allout-isearch-abort): Function deleted.
12056 (allout-pre-command-business): Avoid warning.
12057
12058 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12059 Correctly avoid warnings.
12060 (pascal-outline): Likewise.
12061
12062 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
12063
12064 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
12065
12066 * play/tetris.el (tetris-mode): Avoid warning.
12067
12068 * play/snake.el (snake-mode): Avoid warning.
12069
12070 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
12071 (gamegrid-set-display-table): Avoid warning.
12072 (gamegrid-set-timer): Likewise.
12073 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
12074 (gamegrid-add-score-with-update-game-score-1): Take FILE
12075 as argument.
12076 (gamegrid-add-score-with-update-game-score): Pass that argument.
12077 Rename have-shared-game-dir to gamegrid-shared-game-dir.
12078
12079 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
12080
12081 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
12082 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
12083
12084 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
12085 and insert-file.
12086
12087 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
12088 (sc-ask): Avoid warnings.
12089
12090 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
12091 (eshell-hist-initialize): Use that var the natural way.
12092
12093 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
12094
12095 * emacs-lisp/re-builder.el (reb-cook-regexp):
12096 Avoid warning calling lre-compile-string.
12097 (reb-color-display-p): Avoid warning.
12098
12099 * calculator.el (calculator-last-input): Guard uses
12100 of event-key and key-press-event-p.
12101 (event-key, key-press-event-p): Delete definitions.
12102
12103 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
12104 (find-gc-source-directory, find-gc-subrs-callers)
12105 (find-gc-noreturn-list, find-gc-source-files)
12106 (find-gc-subrs-called): Vars renamed and defvar'd.
12107
12108 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
12109 (checkdoc-overlay-put, checkdoc-delete-overlay)
12110 (checkdoc-overlay-start, checkdoc-overlay-end)
12111 (checkdoc-mode-line-update, checkdoc-char=):
12112 Define such that compiler knows they are defined.
12113 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
12114 (checkdoc-read-event): Delete. Use read-event directly.
12115
12116 * whitespace.el (whitespace-make-overlay)
12117 (whitespace-overlay-put, whitespace-delete-overlay)
12118 (whitespace-overlay-start, whitespace-overlay-end):
12119 Define such that compiler knows they are defined.
12120 (whitespace): Move conditional inside.
12121
12122 * tempo.el (tempo-insert-template): Suppress warning.
12123
12124 * ediff-diff.el (longlines-mode): Add defvar.
12125
12126 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
12127
12128 * server.el: Bind "C-x #" in a way that works even if C-x is
12129 redefined to a command key, not a prefix key.
12130
12131 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12132
12133 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
12134 cl-make-type-test till execution time.
12135
12136 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
12137
12138 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
12139 arg ARG and use it.
12140
12141 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12142
12143 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
12144
12145 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
12146
12147 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12148 a defcustom with two :set or :type keywords.
12149
12150 2005-07-15 Richard M. Stallman <rms@gnu.org>
12151
12152 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12153 Don't give ^M comment-end syntax.
12154
12155 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
12156
12157 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
12158 Don't consider gdbmi (gdb-mi.el has its own update functions).
12159 (gdb-var-delete): Make it work for gdbmi as well.
12160 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
12161
12162 * progmodes/gud.el (etags, sdb): Only require etags when needed.
12163 (gud-speedbar-menu-items): Correct logic for enabling items.
12164
12165 2005-07-15 Kim F. Storm <storm@cua.dk>
12166
12167 * ido.el: Fix commentary.
12168 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
12169 Use with-no-warnings around ffap-guesser.
12170 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
12171 Let bind minibuffer-completing-file-name to t.
12172
12173 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
12174
12175 * startup.el (site-run-file, keyboard-type): Doc fixes.
12176 (command-line): Check for "--basic-display" argument; also for
12177 "--quick", not "--bare-bones" (which was renamed).
12178 (fancy-splash-text): Add missing item "Getting New Versions".
12179 (normal-splash-screen): Fix typos and improve consistency with
12180 `fancy-splash-text'. Update copyright year.
12181
12182 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
12183 valid binding for `help-char'.
12184
12185 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
12186
12187 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
12188
12189 * term.el (term-mode): Disable cua-mode for term buffers.
12190
12191 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
12192
12193 * add-log.el (add-log-mailing-address, change-log-merge):
12194 Doc fixes.
12195 (change-log-get-method-definition): Fix typo in docstring.
12196
12197 2005-07-14 Kim F. Storm <storm@cua.dk>
12198
12199 * emulation/cua-base.el:
12200 (cua--pre-command-handler-1, cua--pre-command-handler)
12201 (cua--post-command-handler-1, cua--post-command-handler):
12202 Split in two. Check (buffer local) value of cua-mode.
12203 (cua-selection-mode): New command.
12204
12205 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
12206
12207 * custom.el (custom-initialize-safe-set)
12208 (custom-initialize-safe-default): Doc fixes.
12209
12210 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12211 and simplify :init-value again.
12212
12213 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12214 and simplify :init-value again. Delete autoload.
12215
12216 * startup.el (command-line): Use `custom-reevaluate-setting' again
12217 for tooltip-mode.
12218
12219 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12220 a defcustom with two :initialize keywords.
12221
12222 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
12223
12224 * allout.el (my-mark-marker, allout-isearch-prior-pos)
12225 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12226 (allout-post-command-business, allout-flag-region)
12227 (isearch-reenable-font-lock, allout-yank)
12228 (allout-insert-latex-header, allout-insert-latex-trailer)
12229 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12230 (allout-latex-verb-quote): Fix typos in docstrings.
12231 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
12232 (allout-unprotected, allout-prefix-data):
12233 Improve argument/docstring consistency.
12234 (allout-chart-subtree): Fix argument spec.
12235 (allout-open-topic): Rename `use_sib_bullet' argument to
12236 `use-sib-bullet'. Doc fix.
12237
12238 * whitespace.el (whitespace-check-buffer-leading)
12239 (whitespace-check-buffer-trailing)
12240 (whitespace-check-buffer-indent)
12241 (whitespace-check-buffer-spacetab)
12242 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12243 (whitespace-check-leading-whitespace)
12244 (whitespace-check-trailing-whitespace)
12245 (whitespace-check-spacetab-whitespace)
12246 (whitespace-check-indent-whitespace)
12247 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12248 (whitespace-modes): Fix typos in docstrings.
12249 (defgroup, defcustom): Doc fixes.
12250
12251 * winner.el (winner-mode, winner-boring-buffers)
12252 (winner-pending-undo-ring): Doc fixes.
12253 (winner-ring): Remove unneeded `progn'.
12254 (winner-equal): `defsubst' it.
12255 (winner-redo): Fix message.
12256
12257 2005-07-13 Kim F. Storm <storm@cua.dk>
12258
12259 * simple.el (line-move-1): Always use vertical-motion to
12260 do the last (or only) line move to ensure some movement.
12261 Undo 2005-06-23 change--don't check for overlays.
12262
12263 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12264
12265 * term/mac-win.el (ccl-encode-mac-roman-font)
12266 (ccl-encode-mac-centraleurroman-font)
12267 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
12268 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12269 Change charset-id boundary of dimension to ?\xef.
12270 (mac-char-fontspec-list): New constant.
12271 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
12272 argument. Nil uses itself as family in font-spec. Previous
12273 behavior for nil is now provided by non-nil non-string argument.
12274 All callers changed. Add font-specs for Mac fonts to
12275 "fontset-default" unless iso8859-1 fonts are installed.
12276
12277 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
12278
12279 * progmodes/sh-script.el (sh-get-indent-info): Only indent
12280 a continuation line if the \ is preceded by SPC or TAB.
12281 (sh-get-indent-info): Simplify.
12282 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
12283 Use with-current-buffer.
12284
12285 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
12286 when the matched text is empty.
12287
12288 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
12289
12290 * startup.el (command-line): Revert to previous handling of
12291 tooltip-mode. Explain in comment why the complexity is needed.
12292
12293 * tooltip.el (tooltip-mode): Revert to previous implementation of
12294 its defcustom.
12295
12296 * frame.el (blink-cursor-mode): Revert to previous implementation
12297 of its defcustom. Update comment.
12298
12299 2005-07-12 Lars Hansen <larsh@soem.dk>
12300
12301 * desktop.el: Update e-mail address.
12302
12303 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12304
12305 * term/mac-win.el (mac-services-mail-selection)
12306 (mac-services-mail-to): New functions.
12307 (mac-application-menu-map): Bind them.
12308
12309 2005-07-12 wulei <milton@wulei.net> (tiny change)
12310
12311 * progmodes/gdb-ui.el: Add note about buffering with Windows.
12312
12313 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
12314
12315 * custom.el (custom-reevaluate-setting): Doc fix.
12316
12317 2005-07-11 Jay Belanger <belanger@truman.edu>
12318
12319 * calc/calc.el (calc-embedded-announce-formula-alist)
12320 (calc-embedded-open-close-plain-alist)
12321 (calc-embedded-open-close-mode-alist): Add checks for additional
12322 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
12323
12324 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
12325
12326 * custom.el (custom-enable-theme): Don't add theme to
12327 `custom-enabled-themes' with `push' because there is no
12328 setf-method for `delq'.
12329
12330 2005-07-11 Richard M. Stallman <rms@gnu.org>
12331
12332 * custom.el (custom-declare-variable): Doc fix.
12333
12334 * dired-aux.el (dired-compare-directories): Remove "." and ".."
12335 from the alists.
12336
12337 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
12338 Do nothing if edebug-active.
12339
12340 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
12341 (edebug-display): Do it here instead.
12342
12343 2005-07-10 Richard M. Stallman <rms@gnu.org>
12344
12345 * cus-face.el (custom-theme-set-faces): Make it work.
12346 (custom-reset-faces): Doc fix.
12347 (custom-theme-reset-internal-face, custom-theme-face-value):
12348 Functions deleted.
12349
12350 * custom.el (custom-push-theme): Maintain list of the settings
12351 of a given theme in its theme-settings property.
12352 Maintain position of old settings in the theme-value
12353 or theme-face property.
12354 (custom-enabled-themes): New variable.
12355 (custom-theme-enabled-p): New function.
12356 (provide-theme): Update custom-enabled-themes.
12357 Disable and reenable the `user' theme.
12358 (require-theme): Doc fix.
12359 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
12360 (custom-theme-value, custom-theme-variable-value): Likewise.
12361 (custom-theme-reset-internal): Likewise.
12362 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
12363 (custom-enable-theme, custom-disable-theme): New functions.
12364 (custom-variable-theme-value, custom-face-theme-value): Likewise.
12365 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
12366 (custom-theme-reset-variables): Simplify.
12367 (deftheme, custom-declare-theme, custom-make-theme-feature):
12368 Definitions moved.
12369
12370 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
12371
12372 * longlines.el (longlines-show-region)
12373 (longlines-unshow-hard-newlines): Recognize hard newlines by
12374 non-nil hard property, instead of t.
12375
12376 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
12377
12378 * viper-cmd.el (viper--key-maps): New variable.
12379 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
12380 emulation-mode-map-alists.
12381 (viper-envelop-ESC-key): Use viper-subseq.
12382 (viper-search-forward/backward/next): Disable debug-on-error.
12383
12384 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12385 (viper-ESC-key): New defcustoms.
12386
12387 * viper-macs.el (ex-map-read-args): Use viper-subseq.
12388
12389 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
12390 (viper-subseq): Copy of subseq from cl.el.
12391
12392 * viper.el (viper-go-away, viper-set-hooks): Use
12393 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
12394
12395 * viper-mous.el (viper-current-frame-saved): Use defvar.
12396
12397 * viper-init.el: Get rid of -face in face names.
12398
12399 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
12400 Make it work with longlines mode
12401
12402 * ediff-mult.el (ediff-meta-mode-hook): New variable.
12403
12404 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
12405
12406 * ediff-init.el: Get rid of -face in face names.
12407
12408 2005-07-10 Richard M. Stallman <rms@gnu.org>
12409
12410 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
12411 and with-timeout-unsuspend.
12412
12413 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
12414 and with-timeout-unsuspend.
12415
12416 * emacs-lisp/timer.el (with-timeout-timers): New variable.
12417 (with-timeout): Bind that variable to record timers.
12418 (with-timeout-suspend, with-timeout-unsuspend): New functions.
12419
12420 * emacs-lisp/debug.el (debug-help-follow): New function.
12421 (debugger-mode-map): Use that instead of help-follow.
12422 (debugger-setup-buffer): Use eval-buffer-list
12423 to handle eval-buffer frames.
12424
12425 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
12426
12427 * timezone.el (timezone-parse-date): Change first regexp
12428 so it will not mistakenly match dates with no time zone.
12429
12430 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
12431
12432 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
12433
12434 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
12435
12436 * custom.el (custom-initialize-safe-set)
12437 (custom-initialize-safe-default): New functions.
12438
12439 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12440 and simplify :init-value.
12441
12442 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12443 and simplify :init-value. Delete obsolete comment.
12444
12445 * startup.el (command-line): Use `custom-reevaluate-setting' to
12446 handle `tooltip-mode'. Delete obsolete comment.
12447
12448 * files.el (set-visited-file-name): Avoid calling
12449 `file-name-nondirectory' with a nil argument.
12450
12451 2005-07-09 Richard M. Stallman <rms@gnu.org>
12452
12453 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
12454 was called with nil for the buffer, handle the read position right.
12455 Handle read position for eval-region, too.
12456
12457 2005-07-09 Juri Linkov <juri@jurta.org>
12458
12459 * fringe.el (fringe-mode): Add period in docstring.
12460 (fringe-query-style): Build prompt depending on `all-frames' arg.
12461
12462 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
12463 to not create links to unrelated functions in the Help buffer.
12464
12465 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
12466 Doc fix.
12467
12468 * simple.el (next-error-hook): New variable.
12469 (next-error): Use it. Doc fix.
12470
12471 * textmodes/ispell.el (ispell-command-loop): Add current
12472 dictionary name and program name to mode-line-format.
12473 (ispell-region, ispell-process-line): Add current dictionary name
12474 and program name to messages.
12475
12476 2005-07-08 Jay Belanger <belanger@truman.edu>
12477
12478 * calc/calc.el (calc-embedded-announce-formula-alist)
12479 (calc-embedded-open-close-formula-alist)
12480 (calc-embedded-open-close-word-alist)
12481 (calc-embedded-open-close-plain-alist)
12482 (calc-embedded-open-close-new-formula-alist)
12483 (calc-embedded-open-close-mode-alist)
12484 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
12485 (calc-embedded-mode-hook): New variables.
12486
12487 * calc/calc-embed.el (calc-embedded-firsttime)
12488 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
12489 New variables.
12490 (calc-do-embedded): Use calc-embedded-firsttime,
12491 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
12492 determine whether or not to run hooks.
12493 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
12494 calc-embedded-firsttime-formula appropriately.
12495 Set calc-embedded delimiter variables according to mode.
12496
12497 2005-07-08 Richard M. Stallman <rms@gnu.org>
12498
12499 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12500 Check for "emacs", etc., as entire symbol, not just as word.
12501 (checkdoc-file-comments-engine): Use regexp-quote on FN.
12502
12503 * files.el (set-visited-file-name): Report the error
12504 for "empty filename" earlier.
12505 (kill-some-buffers): Ignore buffers already dead.
12506
12507 * fringe.el (fringe-mode): Doc fix.
12508
12509 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12510 Check for (featurep 'xemacs) and turn off warnings in what it guards.
12511 Use unwind-protect to ensure byte-compile-unresolved-functions
12512 is updated.
12513
12514 * whitespace.el (whitespace-buffer-leading-cleanup):
12515 Simplify w/ skip-chars-forward.
12516 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12517
12518 * mail/rmail.el (rmail-only-expunge): Fix paren error.
12519 Unconditionally try to leave point at the same old place.
12520
12521 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
12522
12523 * comint.el (comint-postoutput-scroll-to-bottom)
12524 (comint-show-maximum-output): Take scroll-margin into consideration.
12525
12526 2005-07-08 Kim F. Storm <storm@cua.dk>
12527
12528 * ido.el (ido-use-filename-at-point): New choice `guess'.
12529 (ido-file-internal): Try ffap-guesser if selected.
12530
12531 * ido.el (ido-before-fallback-functions): New hook.
12532 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12533 (ido-read-file-name): Run it.
12534
12535 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12536
12537 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12538 strings rather than a list of symbols to the completion function.
12539
12540 2005-07-07 Jay Belanger <belanger@truman.edu>
12541
12542 * calc/calc-units.el (math-apply-units): Change the places in
12543 which units are simplified.
12544
12545 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
12546
12547 * cus-edit.el (customize-option, customize-option-other-window):
12548 Make them handle aliases.
12549
12550 * custom.el (custom-variable-p): Make it recursively follow
12551 aliases. Mention that in the docstring.
12552
12553 2005-07-07 Richard M. Stallman <rms@gnu.org>
12554
12555 * cus-start.el (exec-path): Use `directory' instead of `file'.
12556 Fix tag for nil.
12557
12558 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
12559
12560 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12561 when called non-interactively. Doc fix.
12562
12563 2005-07-07 Lute Kamstra <lute@gnu.org>
12564
12565 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12566 new address as well.
12567
12568 2005-07-07 Kenichi Handa <handa@m17n.org>
12569
12570 * international/mule.el (make-coding-system):
12571 Describe `ascii-incompatible' property in the docstring.
12572 (set-file-name-coding-system): Signal an error if coding-system is
12573 ascii-incompatible.
12574 (set-keyboard-coding-system): Likewise.
12575
12576 * international/mule-cmds.el (set-default-coding-systems):
12577 Don't set default-file-name-coding-system and
12578 default-keyboard-coding-system if coding-system is ASCII-incompatible.
12579
12580 * international/utf-16.el: Declare that all UTF-16-based coding
12581 systems are ASCII-incompatible.
12582
12583 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
12584
12585 * progmodes/gud.el: Require font-lock for displaying errors.
12586 Used by gdb-ui.el.
12587
12588 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
12589
12590 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
12591 values for the pattern lists which are `read'able but not
12592 `append'able (like symbols).
12593
12594 2005-07-06 Richard M. Stallman <rms@gnu.org>
12595
12596 * progmodes/flymake.el (flymake-float-time): Instead of
12597 with-no-warnings, test for xemacs.
12598 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12599 to avoid warning.
12600
12601 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
12602
12603 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
12604
12605 2005-07-05 Lute Kamstra <lute@gnu.org>
12606
12607 * battery.el: Add support for Darwin (with much debugging help
12608 from Samuel Lauber <sam124@operamail.com>).
12609 (battery-status-function, battery-echo-area-format)
12610 (battery-mode-line-format): Add support for pmset on Darwin.
12611 (battery-load-low, battery-load-critical): New user options.
12612 (battery-pmset): New function.
12613
12614 2005-07-05 Lute Kamstra <lute@gnu.org>
12615
12616 Update FSF's address in GPL notices.
12617
12618 * textmodes/page-ext.el: Update FSF's address.
12619
12620 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12621
12622 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
12623 filling from using prefix when filling a single-line docstring.
12624
12625 * progmodes/flymake.el: Remove useless eval-when-compile.
12626
12627 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
12628
12629 2005-07-04 Richard M. Stallman <rms@gnu.org>
12630
12631 * textmodes/org.el (org-file-apps-defaults-gnu):
12632 Rename from org-file-apps-defaults-linux.
12633 (org-default-apps): Don't test system-type for `linux'.
12634 (org-file-apps): Doc fix.
12635
12636 2005-07-04 David Ponce <david@dponce.com>
12637
12638 * tree-widget.el: Improve header Commentary section.
12639 (tree-widget) [defgroup]
12640 (tree-widget-image-enable, tree-widget-themes-directory)
12641 (tree-widget-theme, tree-widget-image-properties-emacs)
12642 (tree-widget-image-properties-xemacs, tree-widget-create-image)
12643 (tree-widget-image-formats, tree-widget-control)
12644 (tree-widget-empty-control, tree-widget-leaf-control
12645 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
12646 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
12647 (tree-widget-keep, tree-widget-after-toggle-functions)
12648 (tree-widget-open-node, tree-widget-close-node): Doc fix.
12649 (tree-widget-open-control, tree-widget-close-control): Fix doc and
12650 :help-echo message.
12651 (tree-widget-set-theme): Doc fix. Use `string-equal'.
12652 (tree-widget-image-properties): Doc fix. Clearer implementation.
12653 (tree-widget--cursors): New constant.
12654 (tree-widget-lookup-image): New function split from
12655 `tree-widget-find-image'. Clearer implementation.
12656 (tree-widget-find-image): Use it.
12657 (tree-widget-button-keymap): Use `set-keymap-parent'.
12658 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
12659 Define the sub-widgets here.
12660 (tree-widget-node): Check that :node is not a tree-widget.
12661 (tree-widget-get-super, tree-widget-open-control)
12662 (tree-widget-close-control, tree-widget-empty-control)
12663 (tree-widget-leaf-control, tree-widget-guide)
12664 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
12665 (tree-widget-no-handle, tree-widget-value-delete)
12666 (tree-widget-map): Remove.
12667 (tree-widget-children-value-save): Doc fix. Simplified.
12668 (tree-widget-value-create): Update according to previous changes.
12669
12670 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
12671
12672 * textmodes/org.el: Leading space replaced by TABS.
12673 (org-recalc-marks, org-table-rotate-recalc-marks)
12674 (org-table-get-specials): Treat "^" and "_" marks.
12675 (org-table-justify-field-maybe): Optional argument NEW.
12676 (org-table-eval-formula): Parsing of the format simplified.
12677 New modes C,I. Honor the %= parameter in the current table.
12678 Avoid unnecessary re-align by using the NEW argument to
12679 `org-table-justify-field-maybe'.
12680 (org-calc-default-modes): Default for date-format mimicks org-mode.
12681 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
12682
12683 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
12684
12685 * cus-face.el (custom-theme-set-faces): Make it handle face
12686 aliases whose alias declarations are pre- or autoloaded.
12687
12688 2005-07-04 Juri Linkov <juri@jurta.org>
12689
12690 * faces.el (read-face-name): Put the code for getting a face name
12691 from the buffer before adding the faces from the `face' property.
12692 Use `completing-read-multiple' instead of `completing-read'.
12693 Require `crm'. Add default value and post-process the returned
12694 list of faces.
12695
12696 * emacs-lisp/crm.el (crm-find-current-element)
12697 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
12698
12699 * emacs-lisp/lisp-mode.el (eval-defun-1):
12700 * emacs-lisp/edebug.el (edebug-eval-defun):
12701 Remove unnecessary quotes.
12702
12703 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
12704
12705 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
12706 (prolog-indent-level): Fix typo in docstring.
12707
12708 * info.el (Info-history, Info-history-forward)
12709 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
12710
12711 * add-log.el (add-change-log-entry):
12712 * comint.el (comint-dynamic-list-input-ring)
12713 (comint-dynamic-list-completions):
12714 * dabbrev.el (dabbrev-expand):
12715 * delim-col.el (delimit-columns-rectangle-line):
12716 * diff-mode.el (diff-context->unified, diff-reverse-direction)
12717 (diff-unified->context):
12718 * ediff-init.el (ediff-abbrev-jobname):
12719 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
12720 (ediff-replace-session-activity-marker-in-meta-buffer):
12721 * info.el (Info-summary):
12722 * lpr.el (printify-region):
12723 * printing.el (pr-create-interface):
12724 * ps-print.el (ps-print-quote):
12725 * ses.el (ses-column-widths, ses-print-cell)
12726 (ses-adjust-print-width, ses-center):
12727 * shell.el (shell-file-name-quote-list):
12728 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
12729 (strokes-fill-current-buffer-with-whitespace)
12730 (strokes-xpm-for-stroke, strokes-list-strokes)
12731 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
12732 * term.el (term-dynamic-list-input-ring)
12733 (term-dynamic-list-completions):
12734 * calc/calc.el (math-format-stack-value):
12735 * emacs-lisp/edebug.el (edebug-display-freq-count):
12736 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
12737 (delphi-new-comment-line):
12738 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
12739 * progmodes/executable.el (executable-set-magic):
12740 * progmodes/python.el (inferior-python-mode):
12741 * progmodes/scheme.el (scheme-mode-syntax-table):
12742 * progmodes/sh-script.el (sh-maybe-here-document):
12743 * progmodes/sql.el (sql-copy-column):
12744 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
12745 * textmodes/bibtex.el (bibtex-mode):
12746 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
12747 (sgml-auto-attributes):
12748 * textmodes/table.el (table-insert, table-shorten-cell)
12749 (table--generate-source-scan-lines, table-delete-row)
12750 (*table--cell-delete-char, table--spacify-frame)
12751 (table--horizontally-shift-above-and-below)
12752 (table--cell-insert-char, table--cell-blank-str)
12753 (table--fill-region-strictly):
12754 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
12755 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
12756
12757 * add-log.el (change-log):
12758 * apropos.el (apropos):
12759 * comint.el (comint-completion, comint-source):
12760 * dabbrev.el (dabbrev):
12761 * delim-col.el (columns):
12762 * diff-mode.el (diff-mode):
12763 * ediff.el (ediff):
12764 * ediff-diff.el (ediff-diff):
12765 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
12766 * ediff-mult.el (ediff-mult):
12767 * ediff-ptch.el (ediff-ptch):
12768 * ediff-wind.el (ediff-window):
12769 * facemenu.el (facemenu):
12770 * indent.el (indent):
12771 * info.el (info):
12772 * jka-cmpr-hook.el (compression, jka-compr):
12773 * lpr.el (lpr):
12774 * outline.el (outlines):
12775 * pcmpl-cvs.el (pcmpl-cvs):
12776 * pcmpl-rpm.el (pcmpl-rpm):
12777 * printing.el (printing):
12778 * ps-print.el (postscript, ps-print, ps-print-horizontal)
12779 (ps-print-vertical, ps-print-headers, ps-print-font)
12780 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
12781 (ps-print-background, ps-print-printer, ps-print-page)
12782 (ps-print-miscellany):
12783 * ses.el (ses):
12784 * shell.el (shell, shell-directories, shell-faces):
12785 * startup.el (initialization):
12786 * strokes.el (strokes):
12787 * term.el (term):
12788 * uniquify.el (uniquify):
12789 * w32-vars.el (w32):
12790 * calc/calc.el (calc):
12791 * emacs-lisp/bytecomp.el (bytecomp):
12792 * emacs-lisp/cl-indent.el (lisp-indent):
12793 * emacs-lisp/edebug.el (edebug):
12794 * emacs-lisp/elp.el (elp):
12795 * emacs-lisp/testcover.el (testcover):
12796 * emacs-lisp/trace.el (trace):
12797 * emulation/viper-ex.el (viper-ex):
12798 * emulation/viper-mous.el (viper-mouse):
12799 * mail/mailalias.el (mailalias):
12800 * mail/supercite.el (supercite, supercite-frames)
12801 (supercite-attr, supercite-cite, supercite-hooks):
12802 * net/rcompile.el (remote-compile):
12803 * net/rlogin.el (rlogin):
12804 * obsolete/ooutline.el (outlines):
12805 * progmodes/delphi.el (delphi):
12806 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
12807 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
12808 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
12809 (ebnf-optimization):
12810 * progmodes/etags.el (etags):
12811 * progmodes/executable.el (executable):
12812 * progmodes/idlwave.el (idlwave):
12813 * progmodes/pascal.el (pascal):
12814 * progmodes/prolog.el (prolog):
12815 * progmodes/python.el (python):
12816 * progmodes/scheme.el (scheme):
12817 * progmodes/sh-script.el (sh, sh-script):
12818 * progmodes/sql.el (SQL):
12819 * progmodes/tcl.el (tcl):
12820 * textmodes/bibtex.el (bibtex, bibtex-autokey):
12821 * textmodes/enriched.el (enriched):
12822 * textmodes/makeinfo.el (makeinfo):
12823 * textmodes/sgml-mode.el (sgml):
12824 * textmodes/table.el (table-hooks):
12825 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
12826 * textmodes/texinfo.el (texinfo):
12827 * textmodes/two-column.el (two-column):
12828 Finish `defgroup' description with period.
12829
12830 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
12831 * eshell/esh-var.el (eshell-var):
12832 * progmodes/vhdl-mode.el (vhdl-testbench):
12833 * textmodes/org.el (org): Fix typos in docstrings.
12834
12835 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
12836 consistency.
12837
12838 * progmodes/flymake.el (flymake-find-file): Remove.
12839 (flymake-float-time): Use `with-no-warnings'.
12840 (flymake-check-start-time, flymake-check-was-interrupted)
12841 (flymake-err-info, flymake-is-running, flymake-last-change-time)
12842 (flymake-new-err-info): `defvar' at compile time.
12843
12844 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
12845
12846 * replace.el (occur-hook): Doc fix.
12847 (occur-1): Don't call `occur-hook' if there are no matches.
12848
12849 2005-07-03 Richard M. Stallman <rms@gnu.org>
12850
12851 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
12852 global-map, save the same map.
12853 (global-map): Don't alter it at top level.
12854 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
12855 Then alter it here instead.
12856 (tpu-edt-off): Set global-map to the saved one.
12857
12858 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
12859 All references simplified.
12860 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
12861 (zmacs-regions): Add defvar.
12862 (repeat-complex-command-map): Everything about that deleted.
12863
12864 * textmodes/artist.el (artist-key-is-drawing)
12865 (artist-key-endpoint1, artist-key-poly-point-list)
12866 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
12867 (artist-key-compl-table, artist-rb-save-data)
12868 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
12869 Don't put them in eval-when-compile.
12870 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
12871
12872 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
12873 Use with-no-warnings.
12874
12875 * net/browse-url.el (dos-windows-version): Add defvar.
12876
12877 * mail/supercite.el (filladapt-prefix-table): Add defvar.
12878
12879 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
12880 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
12881 (rmail-new-summary-line-count): Rename from new-summary-line-count.
12882 Add defvar.
12883 (rmail-summary-beginning-of-message): Use with-no-warnings.
12884 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
12885
12886 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
12887 Use with-no-warnings.
12888
12889 * emulation/vi.el (vi-mark-region): Use c-mark-function.
12890 (c-mark-function): Add point-moving-unit property.
12891 (vi-goto-line): Use with-no-warnings.
12892
12893 * emulation/edt.el (edt-last-copied-word): Add defvar.
12894 (zmacs-region-stays): Likewise.
12895 (edt-mark-section-wisely): Use c-mark-function for C.
12896 Use makr-defun for Fortran.
12897 (time-string): defvar deleted.
12898 (edt-display-the-time): Don't set time-string.
12899
12900 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
12901
12902 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12903 Don't warn when name is not constant
12904 or for defining the group `emacs'.
12905
12906 * tooltip.el (gud-tooltip-mode): Add defvar.
12907
12908 * startup.el (default-frame-background-mode): Add defvar.
12909
12910 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
12911
12912 * info.el (tool-bar-map): Add defvar.
12913
12914 * dired.el (dnd-protocol-alist): Add defvar.
12915
12916 * dired-aux.el (dired-query): Display question with answer, when
12917 the user answers.
12918
12919 * custom.el (custom-add-option): Doc fix.
12920
12921 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
12922
12923 2005-07-03 Eli Zaretskii <eliz@gnu.org>
12924
12925 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
12926 bogus name from the last change.
12927
12928 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
12929
12930 * custom.el (custom-declare-variable): Fix typos in comment.
12931 (custom-known-themes): Doc fix.
12932 (custom-theme-directory): New defcustom.
12933 (require-theme): Make it check `custom-theme-directory'.
12934
12935 * cus-theme.el (custom-new-theme-mode): New function.
12936 (custom-theme-name, custom-theme-variables, custom-theme-faces)
12937 (custom-theme-description): Add compiler defvars.
12938 (customize-create-theme): Add doc to the "*New Custom Theme*"
12939 buffer. Use `custom-new-theme-mode'.
12940 (custom-theme-write): Put the created buffer in emacs-lisp-mode
12941 and save it to the `custom-theme-directory'. Make this the
12942 default directory of the buffer.
12943
12944 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
12945
12946 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
12947 Fix unbalanced parentheses.
12948
12949 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12950
12951 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
12952 into flymake-mode and delegate to flymake-mode.
12953
12954 * find-file.el (ff-which-function-are-we-in): Clean up.
12955
12956 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
12957
12958 * replace.el (occur-rename-buffer): Fix docstring.
12959
12960 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
12961 (edt-last-copied-word, edt-learn-macro-count)
12962 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
12963 (edt-rect-start-point, edt-user-global-map, rect-start-point)
12964 (time-string, zmacs-region-stays):
12965 * emulation/edt-mapper.el (edt-save-function-key-map)
12966 (EDT-key-name): `defvar' to silence the byte-compiler.
12967
12968 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
12969
12970 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
12971 font-lock-regexp-backslash. Doc fix.
12972 (font-lock-regexp-backslash-grouping-construct): Rename from
12973 font-lock-regexp-backslash-construct. Doc fix.
12974 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
12975 grouping constructs.
12976
12977 2005-07-02 Eli Zaretskii <eliz@gnu.org>
12978
12979 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
12980 updating all the prerequisites.
12981
12982 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
12983
12984 * textmodes/org.el (org-agenda-start-on-weekday)
12985 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
12986 (org-agenda-use-time-grid, org-archive-location)
12987 (org-allow-space-in-links, org-usenet-links-prefer-google)
12988 (org-enable-table-editor, org-export-default-language)
12989 (org-export-html-show-new-buffer, org-fill-paragraph)
12990 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
12991 (org-goto-quit, org-occur, org-eval-in-calendar)
12992 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
12993 (org-agenda-diary-entry, org-remember-help)
12994 (org-table-convert-region, org-at-table-p)
12995 (org-table-move-row-down, org-table-move-row-up)
12996 (org-table-copy-region, org-table-toggle-vline-visibility)
12997 (org-table-get-stored-formulas, org-table-get-specials)
12998 (org-recalc-commands, org-table-eval-formula)
12999 (org-table-formula-substitute-names, orgtbl-make-binding)
13000 (org-format-org-table-html, org-format-table-table-html)
13001 (org-format-table-table-html-using-table-generate-source)
13002 (org-customize): Fix typos in docstrings.
13003 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
13004 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
13005 (org-back-to-heading): Doc fixes.
13006 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
13007 (org-agenda-change-all-lines, org-get-header):
13008 Improve argument/docstring consistency.
13009 (orgtbl-error): Fix error message.
13010
13011 * progmodes/flymake.el (flymake-find-possible-master-files)
13012 (flymake-master-file-compare, flymake-get-line-err-count)
13013 (flymake-highlight-line, flymake-gui-warnings-enabled):
13014 Fix typos in docstrings.
13015 (flymake-parse-line, flymake-get-project-include-dirs-function)
13016 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
13017 Doc fixes.
13018 (flymake-get-project-include-dirs-function)
13019 (flymake-make-err-menu-data):
13020 Improve argument/docstring consistency.
13021
13022 2005-07-01 Lute Kamstra <lute@gnu.org>
13023
13024 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
13025 Catch errors with ignore-errors. Use temporary buffer.
13026 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
13027
13028 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
13029 background color faces.
13030 (facemenu-set-foreground, facemenu-set-background):
13031 Use facemenu-set-face-from-menu.
13032 (facemenu-set-face-from-menu): Treat face names that start with
13033 "fg:" or "bg:" as special.
13034 (facemenu-add-new-color): Don't create faces. Simplify.
13035
13036 2005-06-30 Richard M. Stallman <rms@gnu.org>
13037
13038 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
13039 (crm-find-current-element): Likewise.
13040
13041 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13042
13043 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
13044
13045 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
13046
13047 * arc-mode.el (archive-extract): Make it work as a mouse binding.
13048 (archive-mouse-extract): Make it an obsolete alias.
13049 (archive-mode-map): Don't use archive-mouse-extract any more.
13050 (archive-mode, archive-extract): write-contents-hooks ->
13051 write-contents-functions.
13052 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
13053 first arg.
13054 (archive-rename-entry): Update the call.
13055 (archive-zip-summarize): Remove unused var `method'.
13056 (archive-lzh-summarize): Remove unused var `creator'.
13057
13058 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
13059 dedicated frame upon exit.
13060
13061 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
13062 (archive-zip-extract, archive-zip-expunge)
13063 (archive-zip-update, archive-zip-update-case): Use executable-find.
13064 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
13065 Use restore-buffer-modified-p.
13066 (archive-extract, archive-add-new-member, archive-write-file-member):
13067 Use with-current-buffer.
13068 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
13069
13070 2005-06-30 Andreas Schwab <schwab@suse.de>
13071
13072 * progmodes/gud.el (gud-filter): Remove unneeded progn.
13073
13074 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13075
13076 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
13077
13078 2005-06-30 Juri Linkov <juri@jurta.org>
13079
13080 * faces.el (vertical-border): Inherit from mode-line-inactive
13081 only on tty.
13082
13083 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
13084
13085 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
13086 example, -NLINES in the `occur' docstring).
13087
13088 * replace.el (occur-1): When no matches are found, do not set the
13089 `buffer-read-only' and modified flags for the occur buffer,
13090 because it is deleted.
13091
13092 * emulation/cua-base.el (cua-check-pending-input)
13093 (cua-repeat-replace-region, cua-mode, cua-debug)
13094 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
13095 Fix typos in docstrings.
13096
13097 * emulation/cua-gmrk.el (cua-toggle-global-mark)
13098 (cua-cut-region-to-global-mark)
13099 (cua--cut-rectangle-to-global-mark):
13100 Remove period from end of messages.
13101
13102 * emulation/cua-rect.el (cua-do-rectangle-padding):
13103 Remove period from end of messages.
13104 (cua--rectangle-seq-format): Fix typo in docstring.
13105 (cua-sequence-rectangle, cua-fill-char-rectangle):
13106 Improve argument/docstring consistency.
13107
13108 2005-06-29 Juri Linkov <juri@jurta.org>
13109
13110 * faces.el (default-frame-background-mode): New internal variable.
13111 (frame-set-background-mode): Use it.
13112
13113 * startup.el (normal-top-level): Set default-frame-background-mode
13114 instead of frame-background-mode. Before setting it, test for its
13115 nil value. Remove tests for frame-background-mode and frame
13116 parameter `reverse'. Add test for "unspecified-fg".
13117
13118 * term/xterm.el (xterm-rxvt-set-background-mode):
13119 * term/rxvt.el (rxvt-set-background-mode):
13120 Set default-frame-background-mode instead of frame-background-mode.
13121
13122 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
13123
13124 * simple.el (set-variable): Warn about obsolete user variables.
13125
13126 * imenu.el (imenu--completion-buffer):
13127 * mouse.el (mouse-buffer-menu-alist):
13128 * msb.el (msb-invisible-buffer-p):
13129 * calendar/diary-lib.el (diary-header-line-format):
13130 * emacs-lisp/pp.el (pp-buffer):
13131 * progmodes/cperl-mode.el (cperl-do-auto-fill):
13132 * textmodes/picture.el (picture-replace-match):
13133 Change space constants followed by a sexp to "?\s ".
13134
13135 * play/decipher.el (decipher-loop-with-breaks):
13136 * textmodes/texinfo.el (texinfo-insert-@item): Change space
13137 constants "protected" from end of line by a comment to "?\s".
13138
13139 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13140
13141 * font-lock.el (save-buffer-state): Use `declare'.
13142
13143 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
13144 reset the syntax-table to cperl-mode-syntax-table.
13145 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
13146 "foo_print_bar" is not matched as a reserved keyword.
13147
13148 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
13149
13150 * textmodes/org.el (orgtbl-setup): New function, for delayed
13151 setup for the orgtbl commands.
13152 (org-calc-default-modes): New option.
13153 (orgtbl-make-binding): Use `defun' to get better help display.
13154 (org-diary): Call `org-compile-prefix-format'.
13155 (org-table-formula-substitute-names): New function.
13156 (org-agenda-day-view, org-agenda-week-view): New commands.
13157 (org-agenda-toggle-week-view): Command removed.
13158 (org-tbl-menu): Split off from org-org-menu.
13159 (org-mode): Move removal of outline-mode menus to here.
13160 (org-table-formula-debug): New option.
13161 (org-table-insert-row): Keep first field if just "#" or "*".
13162 (org-mode): Paragraph regexps fixed.
13163 (org-table-recalculate-regexp): New constant.
13164 (org-table-justify-field-maybe): Avoid replace if not necessary.
13165 (org-copy-special, org-cut-special): Use `call-interactively'.
13166 (org-table-copy-region): Take region from `interactive' call.
13167 (org-trim): Return string even if no match.
13168 (org-formula): New face.
13169 (org-set-font-lock-defaults): No longer highlight "FIXME".
13170 But highlight formula-related fields in table.
13171 (org-table-p): Use regexp, not fontification.
13172 (org-table-align): Handle white space at end of line.
13173 (org-table-formula-evaluate-inline): New option.
13174 (org-mode): Auto-wrapping in comment lines turned off.
13175 (org-table-copy-down): Evaluate only in copied field, not in
13176 destination.
13177 (org-table-current-formula): Variable removed.
13178 (org-table-store-formulas, org-table-get-stored-formulas)
13179 (org-table-modify-formulas, org-table-replace-in-formulas)
13180 (org-table-maybe-eval-formula): New functions.
13181 (org-table-get-formula): Modify to use stored formulas.
13182 (org-table-insert-column, org-table-delete-column)
13183 (org-table-move-column): Call `org-table-modify-formulas'.
13184 (org-complete): Add completion for keyword formulas.
13185 (orgtbl-mode): Pull orgtbl-mode-map to start of
13186 minor-mode-map-alist.
13187
13188 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13189
13190 * progmodes/python.el (python-check): Require `compile' before
13191 modifying its variables.
13192
13193 * newcomment.el (comment-indent-default): Don't get fooled by an early
13194 end of buffer.
13195
13196 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13197
13198 * ps-print.el (ps-print-version): Fix version number.
13199
13200 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
13201
13202 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
13203
13204 2005-06-28 Richard M. Stallman <rms@gnu.org>
13205
13206 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13207 (flyspell-local-mouse-map): Declaration deleted.
13208 (flyspell-mouse-map): Bind only mouse-2.
13209 (flyspell-mode-map): Don't test flyspell-use-local-map.
13210 (flyspell-overlay-keymap-property-name): Var deleted.
13211 (flyspell-mode-on): Don't make local bindings for
13212 flyspell-mouse-map and flyspell-mode-map.
13213 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13214
13215 * textmodes/ispell.el (ispell-word): Do not ignore short words.
13216
13217 * progmodes/compile.el (compilation-next-error-function):
13218 Don't switch buffers; operate on the current buffer.
13219
13220 * progmodes/compile.el (compilation-error-file-name)
13221 (compilation-warning-file-name, compilation-info-file-name)
13222 (compilation-line-number, compilation-column-number): New faces.
13223 (compilation-error-face, compilation-warning-face)
13224 (compilation-info-face, compilation-line-face)
13225 (compilation-column-face): Use them.
13226
13227 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13228
13229 * comint.el (comint-password-prompt-regexp): Accept ", try again".
13230
13231 * bindings.el (global-map): Bind insertchar and its variants.
13232
13233 2005-06-27 Richard M. Stallman <rms@gnu.org>
13234
13235 * textmodes/artist.el (artist-text-overwrite)
13236 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13237
13238 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13239
13240 * ps-print.el: It was not working the page selection for printing.
13241 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13242 (ps-print-version): New version 6.6.7.
13243 (ps-end-sheet): New fun.
13244 (ps-header-sheet, ps-end-job): Call it.
13245
13246 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
13247
13248 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
13249
13250 2005-06-27 Lute Kamstra <lute@gnu.org>
13251
13252 * facemenu.el (facemenu-unlisted-faces): Add foreground and
13253 background color faces.
13254 (facemenu-get-face): Delete function.
13255 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
13256 (facemenu-add-new-color): Make second argument mandatory.
13257 Create the appropriate face and return it. Simplify.
13258 (facemenu-set-foreground, facemenu-set-background): Don't check if
13259 color is defined. Use return value of facemenu-add-new-color.
13260
13261 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
13262
13263 * progmodes/gud.el (gud-filter): Add missing argument to
13264 with-selected-window.
13265
13266 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
13267
13268 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13269 a :require to the defcustom.
13270
13271 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13272 defcustoms corresponding to minor modes.
13273
13274 2005-06-26 David Ponce <david@dponce.com>
13275
13276 * recentf.el: Require tree-widget instead of wid-edit.
13277 (recentf-filename-handler): Fix widget :type.
13278 (recentf-cancel-dialog, recentf-open-more-files)
13279 (recentf-open-files-action): Doc fix.
13280 (recentf-dialog-goto-first): New function.
13281 (recentf-dialog-mode-map): Set parent keymap first.
13282 (recentf-dialog-mode): Define with define-derived-mode.
13283 Don't display continuation lines in dialogs.
13284 (recentf-edit-list): Rename from recentf-edit-selected-items.
13285 (recentf-edit-list-select): Rename from recentf-edit-list-action.
13286 Simplify.
13287 (recentf-edit-list-validate): New function.
13288 (recentf-edit-list): Update accordingly.
13289 (recentf-open-files-item-shift): Remove.
13290 (recentf-open-files-item): Convert menu elements into tree and
13291 link widgets. Don't create the widgets.
13292 (recentf-open-files): Update accordingly.
13293 (recentf-save-list): Untabify.
13294
13295 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
13296
13297 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
13298 (keep-lines): Add INTERACTIVE arg. Never delete lines only
13299 partially contained in the active region. Do not take active
13300 region into account when called from Lisp, unless INTERACTIVE arg
13301 is non-nil. Use `forward-line' instead of `beginning-of-line' to
13302 avoid trouble with fields. Make marker point nowhere when no
13303 longer used. Always return nil. Doc fix.
13304 (flush-lines): Add INTERACTIVE arg. Do not take active region
13305 into account when called from Lisp, unless INTERACTIVE arg is
13306 non-nil. Use `forward-line' instead of `beginning-of-line' to
13307 avoid trouble with fields. Make marker point nowhere when no
13308 longer used. Always return nil. Doc fix.
13309 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
13310 interchangeable. Do not take active region into account when
13311 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
13312 message in echo area when called from Lisp, unless INTERACTIVE arg
13313 is non-nil. Avoid saying "1 occurrences". Do not use markers.
13314 Return the number of matches. Doc fix.
13315 (occur): Doc fix.
13316 (perform-replace): Make comment follow double space convention for
13317 the sake of `outline-minor-mode'.
13318
13319 * faces.el (facep): Doc fix.
13320
13321 2005-06-25 Richard M. Stallman <rms@gnu.org>
13322
13323 * facemenu.el (facemenu-enable-faces-p): New function.
13324 (facemenu-background-menu, facemenu-foreground-menu)
13325 (facemenu-face-menu): Add menu-enable property.
13326
13327 * jka-compr.el (jka-compr-insert-file-contents):
13328 Special handling if cannot find the uncompression program.
13329
13330 * cus-face.el (custom-face-attributes): Add autoload.
13331
13332 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13333 Bind comment-indent-function locally.
13334
13335 * window.el (save-selected-window): Use save-current-buffer.
13336
13337 * subr.el (with-selected-window): Use save-current-buffer.
13338
13339 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
13340 and with-current-buffer.
13341
13342 2005-06-24 Richard M. Stallman <rms@gnu.org>
13343
13344 * simple.el (line-move-1): Fix previous change.
13345
13346 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13347
13348 * replace.el (occur-1): Set `buffer-read-only' and the
13349 buffer-modified flag before running `occur-hook' to protect
13350 against unintentional buffer switches that can lead to data loss.
13351
13352 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
13353
13354 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
13355 (gud-gdb-marker-filter): Use font-lock-warning-face for any
13356 initial error.
13357
13358 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
13359 after fresh input.
13360 (gdb-var-create-handler): Put name of expression in quotes.
13361
13362 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
13363
13364 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
13365 elements of RING in order, and without bogus nil elements.
13366
13367 2005-06-23 Richard M. Stallman <rms@gnu.org>
13368
13369 * simple.el (set-variable): Args renamed; doc fix.
13370 (line-move-1): When there are overlays around, use vertical-motion.
13371
13372 * faces.el (escape-glyph): Use brown against light background.
13373 (nobreak-space): Rename from no-break-space.
13374 Fix previous change.
13375
13376 * dired-aux.el (dired-do-copy): Fix arg prompt.
13377
13378 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
13379
13380 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13381
13382 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
13383 rather than "Distributor".
13384
13385 2005-06-23 Lute Kamstra <lute@gnu.org>
13386
13387 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
13388 (debug-on-entry): Use it. New interactive declaration that uses
13389 function-called-at-point.
13390
13391 2005-06-23 Kim F. Storm <storm@cua.dk>
13392
13393 * subr.el (save-match-data): Add comment about using evaporate arg
13394 to set-match-data.
13395
13396 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
13397
13398 * cus-edit.el (customize-face)
13399 (customize-face-other-window): Handle face aliases.
13400
13401 * faces.el (face-documentation, set-face-attribute)
13402 (face-spec-set): Handle face aliases.
13403
13404 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
13405
13406 * help-mode.el (help-make-xrefs): If a symbol representing a face
13407 name is not followed by the word "face", it could still be a
13408 function or variable name, so don't bypass other checks.
13409
13410 2005-06-22 Juri Linkov <juri@jurta.org>
13411
13412 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
13413 Replace aliased functions with calls where second arg `inherit' is t.
13414
13415 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
13416
13417 * progmodes/gdb-ui.el (gdb-error): New variable.
13418 (gdb-error): New function.
13419 (gdb-annotation-rules): Act on error-begin and error annotations.
13420 (gdb-concat-output): Use font-lock-warning-face for errors.
13421
13422 2005-06-22 Miles Bader <miles@gnu.org>
13423
13424 * bindings.el (propertized-buffer-identification): Use renamed
13425 `Buffer-menu-buffer' face.
13426
13427 * faces.el (vertical-border): Rename from `vertical-divider'.
13428 (escape-glyph): Change dark-background color back to `cyan'.
13429
13430 2005-06-21 Juri Linkov <juri@jurta.org>
13431
13432 * faces.el (face-user-default-spec): Try getting `customized-face'
13433 prior to `saved-face'.
13434 (frame-background-mode): Refill docstring.
13435
13436 * emacs-lisp/lisp-mode.el (eval-defun-1):
13437 * emacs-lisp/edebug.el (edebug-eval-defun):
13438 Set `saved-face' temporarily to nil before calling form.
13439 Set `customized-face' to the new spec after that.
13440
13441 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
13442
13443 * subr.el (1value, lambda, key-substitution-in-progress):
13444 Doc fixes.
13445
13446 * autoinsert.el (auto-insert-alist):
13447 * ses.el (ses-call-printer):
13448 * subr.el (noreturn):
13449 * emacs-lisp/lisp.el (check-parens):
13450 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
13451 * net/browse-url.el (browse-url-mosaic):
13452 * progmodes/cc-defs.el (c-safe-scan-lists):
13453 * progmodes/ebnf-abn.el (ebnf-abn-lex):
13454 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
13455 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
13456 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
13457 * progmodes/ebnf-iso.el (ebnf-iso-lex):
13458 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
13459
13460 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13461
13462 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
13463
13464 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
13465
13466 * calendar/appt.el (appt-make-list): Activate the package, if
13467 not already active (for backwards compatibility).
13468
13469 2005-06-20 Kim F. Storm <storm@cua.dk>
13470
13471 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
13472
13473 2005-06-20 Miles Bader <miles@gnu.org>
13474
13475 * faces.el (vertical-divider): New face.
13476
13477 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
13478
13479 * simple.el (kill-whole-line): Doc fix.
13480 (next-error-buffer-p, next-error-find-buffer)
13481 (clone-indirect-buffer): Fix typos in docstrings.
13482 (comment-line-break-function): Doc fix: don't say variable
13483 is automatically buffer-local (it isn't).
13484
13485 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
13486
13487 * net/tramp-ftp.el (top):
13488 * net/tramp-smb.el (top):
13489 * net/tramp-util.el (top):
13490 * net/tramp-uu.el (top):
13491 * net/tramp-vc.el (top):
13492 * net/tramp.el (top): Revert copyright years back to original
13493 ones. Tramp has a life outside GNU Emacs.
13494
13495 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
13496
13497 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
13498
13499 2005-06-18 Juri Linkov <juri@jurta.org>
13500
13501 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13502 end of first regexp to limit the match to the position between
13503 line number and source line with same separator character as used
13504 between file name and line number. In the second regexp limit
13505 mouse-face area to file name and line number by adding new group
13506 for them and referring it in HYPERLINK arg.
13507 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13508 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13509 previous line where grep markers may be already removed.
13510
13511 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
13512
13513 * progmodes/ps-mode.el: Update version and maintainer's email address.
13514
13515 2005-06-18 Steve Youngs <steve@xemacs.org>
13516
13517 * net/browse-url.el (browse-url-browser-function)
13518 (browse-url-default-browser): Add firefox.
13519 (browse-url-firefox-program, browse-url-firefox-arguments)
13520 (browse-url-firefox-startup-arguments)
13521 (browse-url-firefox-new-window-is-tab): New defcustoms.
13522 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13523
13524 2005-06-17 Richard M. Stallman <rms@gnu.org>
13525
13526 * startup.el (command-line): Warn if specified user name has
13527 no home directory.
13528
13529 * term.el (term-get-old-input, term-input-filter, term-input-sender)
13530 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13531
13532 * longlines.el (longlines-mode, longlines-show-hard-newlines):
13533 Doc fixes.
13534
13535 * faces.el (underline): Try bold if terminal doesn't support underline.
13536
13537 * mail/sendmail.el (mail-setup-with-from): New variable.
13538 (mail-insert-from-field): New function.
13539 (sendmail-send-it): Call it.
13540 (mail-setup): Optionally call it here.
13541
13542 * term/linux.el: Call tty-no-underline.
13543
13544 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
13545
13546 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13547
13548 2005-06-17 Miles Bader <miles@gnu.org>
13549
13550 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13551 (ediff-current-diff-C, ediff-current-diff-Ancestor)
13552 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13553 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13554 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13555 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13556 Remove "-face" suffix from face names.
13557 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13558 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13559 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13560 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13561 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13562 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13563 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13564 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13565 New backward-compatibility aliases for renamed faces.
13566 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13567 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13568 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13569 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13570 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13571 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13572 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13573 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13574 Use renamed ediff faces.
13575
13576 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
13577 Remove "-face" suffix from face names.
13578 (eshell-test-ok-face, eshell-test-failed-face):
13579 New backward-compatibility aliases for renamed faces.
13580 (eshell-run-test): Use renamed eshell-test faces.
13581
13582 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
13583 face name.
13584 (eshell-prompt-face): New backward-compatibility alias for renamed
13585 face.
13586 (eshell-emit-prompt): Use renamed eshell-prompt face.
13587
13588 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
13589 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
13590 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
13591 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
13592 Remove "-face" suffix from face names.
13593 (eshell-ls-directory-face, eshell-ls-symlink-face)
13594 (eshell-ls-executable-face, eshell-ls-readonly-face)
13595 (eshell-ls-unreadable-face, eshell-ls-special-face)
13596 (eshell-ls-missing-face, eshell-ls-archive-face)
13597 (eshell-ls-backup-face, eshell-ls-product-face)
13598 (eshell-ls-clutter-face):
13599 New backward-compatibility aliases for renamed faces.
13600 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
13601
13602 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
13603 Remove "-face" suffix from face name.
13604 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
13605 instead of literal face.
13606
13607 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
13608
13609 * emacs-lisp/warnings.el (display-warning, lwarn)
13610 (warning-minimum-log-level): Doc fixes.
13611 (warning-minimum-level, warning-minimum-log-level):
13612 Add :debug to :type choices.
13613
13614 * progmodes/ada-mode.el (ada-format-paramlist)
13615 (ada-get-indent-case, ada-check-matching-start)
13616 (ada-check-defun-name, ada-goto-matching-decl-start)
13617 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
13618 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
13619 (ada-make-subprogram-body): Follow error conventions.
13620 (ada-case-exception-file, ada-indent-comment-as-code)
13621 (ada-indent-handle-comment-special, ada-indent-renames)
13622 (ada-indent-return, ada-search-directories-internal)
13623 (ada-tab-policy, ada-case-exception-substring)
13624 (ada-other-file-alist, ada-matching-start-re)
13625 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
13626 (ada-imenu-generic-expression, ada-compile-goto-error)
13627 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
13628 (ada-popup-menu, ada-add-extensions, ada-mode)
13629 (ada-region-selected, ada-create-case-exception)
13630 (ada-create-case-exception-substring, ada-after-keyword-p)
13631 (ada-activate-keys-for-case, ada-adjust-case-region)
13632 (ada-adjust-case-buffer, ada-format-paramlist)
13633 (ada-scan-paramlist, ada-insert-paramlist)
13634 (ada-indent-newline-indent)
13635 (ada-indent-newline-indent-conditional)
13636 (ada-justified-indent-current, ada-goto-previous-word)
13637 (ada-indent-current, ada-get-indent-open-paren)
13638 (ada-get-indent-paramlist, ada-get-indent-end)
13639 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
13640 (ada-get-indent-block-start, ada-get-indent-subprog)
13641 (ada-get-indent-noindent, ada-get-indent-label)
13642 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
13643 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
13644 (ada-goto-stmt-end, ada-goto-next-word)
13645 (ada-check-matching-start, ada-check-defun-name)
13646 (ada-goto-matching-decl-start, ada-goto-matching-start)
13647 (ada-goto-matching-end, ada-search-ignore-string-comment)
13648 (ada-in-decl-p, ada-looking-at-semi-or)
13649 (ada-looking-at-semi-private, ada-in-paramlist-p)
13650 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
13651 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
13652 (ada-next-procedure, ada-previous-procedure, ada-next-package)
13653 (ada-previous-package, ada-create-menu)
13654 (ada-fill-comment-paragraph-justify)
13655 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
13656 (ada-other-file-name, ada-last-which-function-line)
13657 (ada-last-which-function-subprog, ada-which-function)
13658 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
13659 (ada-gen-treat-proc, ada-check-emacs-version)
13660 (ada-continuation-indent, ada-align-region-separate):
13661 Fix typos in docstrings.
13662 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
13663
13664 2005-06-16 Lute Kamstra <lute@gnu.org>
13665
13666 * simple.el (fundamental-mode): Run after-change-major-mode-hook
13667 conditionally.
13668
13669 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
13670
13671 * comint.el (comint-replace-by-expanded-filename)
13672 (comint-prompt-regexp, comint-delimiter-argument-list)
13673 (comint-preinput-scroll-to-bottom):
13674 * info.el (Info-hide-cookies-node):
13675 * ls-lisp.el (ls-lisp-classify):
13676 * find-file.el (ff-search-directories, ff-special-constructs)
13677 (ff-find-other-file):
13678 * font-lock.el (font-lock-keywords):
13679 * shell.el (shell-prompt-pattern)
13680 (shell-dynamic-complete-functions, shell-mode)
13681 (shell-delimiter-argument-list):
13682 * term.el (term-replace-by-expanded-filename)
13683 (term-prompt-regexp, term-delimiter-argument-list):
13684 * woman.el (woman-ignore, woman0-if):
13685 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
13686 * emacs-lisp/elint.el (elint-init-env):
13687 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
13688 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
13689 * language/ethio-util.el (ethio-tilde-escape)
13690 (ethio-use-three-dot-question):
13691 * net/zone-mode.el (zone-mode-load-time-setup):
13692 * progmodes/cc-align.el (c-lineup-argcont):
13693 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
13694 * progmodes/cperl-mode.el (cperl-set-style-back):
13695 * progmodes/inf-lisp.el (inferior-lisp-prompt):
13696 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
13697 Fix spellings in docstrings.
13698
13699 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
13700 * progmodes/modula2.el (m2-for): Fix spellings.
13701
13702 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
13703
13704 * simple.el (undo-more): Don't use `format' on `error' arguments.
13705 Improve argument/docstring consistency.
13706 (pending-undo-list): Doc fix.
13707
13708 * smerge-mode.el (smerge-ensure-match):
13709 * emulation/vip.el (vip-ex):
13710 * net/zone-mode.el (zone-mode-update-serial):
13711 * progmodes/idlwave.el (idlwave-complete):
13712 * progmodes/vhdl-mode.el (vhdl-visit-file)
13713 (vhdl-compose-wire-components):
13714 Don't use `format' on `error' arguments.
13715
13716 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
13717 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
13718 (tooltip-help-tips): Fix typos in docstrings.
13719
13720 2005-06-16 David Ponce <david@dponce.com>
13721
13722 * tree-widget.el (tree-widget-value-create): Simplify last change.
13723
13724 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
13725
13726 * ido.el (ido-incomplete-regexp): New variable.
13727 (ido-set-matches-1): Handle invalid-regexp error and set
13728 ido-incomplete-regexp.
13729 (ido-incomplete-regexp): New face.
13730 (ido-completions): Use it.
13731 (ido-complete, ido-exit-minibuffer, ido-completions):
13732 Handle incomplete regexps.
13733 (ido-completions): Add check for complete match when entering a regexp.
13734
13735 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13736
13737 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
13738
13739 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13740
13741 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
13742 by field delimiters.
13743
13744 2005-06-15 David Ponce <david@dponce.com>
13745
13746 * tree-widget.el: eval-and-compile inlined functions so they will
13747 be available at run-time too.
13748 (tree-widget-super-format-handler)
13749 (tree-widget-format-handler): Remove.
13750 (tree-widget-value-create): Handle the :indent property.
13751
13752 2005-06-15 Miles Bader <miles@gnu.org>
13753
13754 * progmodes/which-func.el (which-func): Only inherit
13755 `font-lock-function-name-face' when that makes sense against the
13756 default mode-line face, otherwise set the face color explicitly.
13757
13758 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
13759 faces instead of (non-existent) variables.
13760
13761 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13762
13763 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
13764 (iswitchb-get-matched-buffers): Likewise. Simplify.
13765
13766 2005-06-14 Miles Bader <miles@gnu.org>
13767
13768 * progmodes/ld-script.el (ld-script-location-counter):
13769 Remove "-face" suffix from face name.
13770 (ld-script-location-counter-face):
13771 New backward-compatibility alias for renamed face.
13772 (ld-script-location-counter-face): Use renamed face.
13773
13774 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
13775 (cperl-hash): Remove "-face" suffix from face names.
13776 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
13777 New backward-compatibility aliases for renamed faces.
13778 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
13779 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
13780
13781 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
13782 name.
13783 (which-func-face): New backward-compatibility alias for renamed face.
13784 (which-func-format): Use renamed which-func face.
13785
13786 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
13787 (vhdl-function, vhdl-directive, vhdl-reserved-word)
13788 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
13789 names.
13790 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
13791 (vhdl-speedbar-configuration, vhdl-speedbar-package)
13792 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
13793 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
13794 (vhdl-speedbar-architecture-selected)
13795 (vhdl-speedbar-configuration-selected)
13796 (vhdl-speedbar-package-selected)
13797 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
13798 names.
13799 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
13800 Use renamed faces.
13801 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
13802 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
13803 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
13804 Use renamed faces.
13805 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
13806 names.
13807 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
13808 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
13809 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
13810 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
13811 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
13812 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
13813
13814 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
13815 face name.
13816 (sh-heredoc-face): New backward-compatibility alias for renamed face.
13817 (sh-heredoc-face): Use renamed sh-heredoc face.
13818
13819 * progmodes/idlw-help.el (idlwave-help-link):
13820 Remove "-face" suffix from face name.
13821 (idlwave-help-link-face):
13822 New backward-compatibility alias for renamed face.
13823 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
13824
13825 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
13826 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
13827 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
13828 New backward-compatibility aliases for renamed faces.
13829 (idlwave-shell-disabled-breakpoint-face)
13830 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
13831
13832 * progmodes/flymake.el (flymake-errline, flymake-warnline):
13833 Remove "-face" suffix from face names.
13834 (flymake-errline-face, flymake-warnline-face):
13835 New backward-compatibility aliases for renamed faces.
13836 (flymake-highlight-line): Use renamed flymake faces.
13837
13838 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13839 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
13840 (ebrowse-member-class, ebrowse-progress):
13841 Remove "-face" suffix from face names.
13842 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13843 (ebrowse-file-name-face, ebrowse-default-face)
13844 (ebrowse-member-attribute-face, ebrowse-member-class-face)
13845 (ebrowse-progress-face):
13846 New backward-compatibility aliases for renamed faces.
13847 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
13848 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
13849 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
13850 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
13851
13852 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
13853 antlr-syntax)
13854 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
13855 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
13856 names.
13857 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
13858 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
13859 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
13860 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
13861 backward-compatibility aliases for renamed faces.
13862 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
13863 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
13864 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
13865 remove "font-lock-". Use renamed antlr-mode faces.
13866 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
13867 literal face-names with face variable references.
13868
13869 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
13870 face name.
13871 (Buffer-menu-buffer-face): New backward-compatibility alias for
13872 renamed face.
13873 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
13874
13875 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
13876
13877 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
13878 Eliminate "-face" suffix.
13879 (makefile-targets): Inherit from font-lock-function-name-face and
13880 eliminate "-face" suffix.
13881 (makefile-shell): Remove attributes and eliminate "-face" suffix.
13882 (makefile-*-font-lock-keywords): Append makefile-targets in rule
13883 actions, instead of prepending, to make it less visible.
13884 (makefile-previous-dependency, makefile-match-dependency):
13885 Don't match a target on a continuation line.
13886
13887 * files.el (auto-mode-alist): Put Makefile in gmake mode.
13888
13889 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
13890
13891 * progmodes/gdb-ui.el (menu): Re-order menu items.
13892 (gdb-tooltip-print): Respect tooltip-use-echo-area.
13893
13894 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
13895 Define in tooltip.el.
13896 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
13897 (gud-tooltip-tips): Respect tooltip-use-echo-area and
13898 gud-tooltip-echo-area.
13899
13900 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
13901 backward compatibility and make obsolete.
13902 (tooltip-help-tips): Use tooltip-use-echo-area.
13903 (tooltip-show-help-function): Rename to...
13904 (tooltip-show-help): ...this, because it is a function.
13905 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
13906
13907 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
13908
13909 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
13910 (edebug-print-length, edebug-print-level, edebug-print-circle)
13911 (edebug-modify-breakpoint, edebug-eval-last-sexp)
13912 (edebug-eval-print-last-sexp): Doc fixes.
13913
13914 2005-06-14 Kim F. Storm <storm@cua.dk>
13915
13916 * ido.el (ido-mode): Make a new keymap every time we enable ido,
13917 as the coverage buffer/file/both may change.
13918
13919 2005-06-14 Lute Kamstra <lute@gnu.org>
13920
13921 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
13922 and run-mode-hooks. Simplify.
13923
13924 * mail/rmailedit.el (rmail-edit-mode):
13925 * progmodes/octave-inf.el (inferior-octave-mode):
13926 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
13927
13928 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
13929 and run-mode-hooks.
13930 (recentf-edit-list, recentf-open-files): Don't call
13931 kill-all-local-variables directly.
13932
13933 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
13934
13935 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
13936
13937 * emacs-lisp/byte-run.el (make-obsolete)
13938 (define-obsolete-function-alias): Rename arguments FUNCTION and
13939 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
13940 (make-obsolete-variable, define-obsolete-variable-alias):
13941 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
13942 respectively.
13943
13944 * isearchb.el (isearchb-activate):
13945 * pcvs.el (cvs-mode):
13946 * ses.el (ses-load):
13947 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
13948 * net/tramp.el (tramp-find-file-exists-command)
13949 (tramp-find-shell):
13950 * progmodes/ada-mode.el (ada-create-case-exception)
13951 (ada-create-case-exception-substring, ada-make-subprogram-body):
13952 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13953 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
13954 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
13955 * textmodes/org.el (org-promote, org-evaluate-time-range)
13956 (org-agenda-next-date-line, org-agenda-previous-date-line)
13957 (org-agenda-error, org-open-at-point, org-table-move-row)
13958 (org-format-table-table-html-using-table-generate-source)
13959 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
13960 * textmodes/reftex.el (reftex-access-scan-info):
13961 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
13962 (reftex-toc-promote-prepare): Follow error conventions.
13963
13964 * diff-mode.el (diff-mode): Fix typo in docstring.
13965
13966 * forms.el (forms--intuit-from-file): Fix reference to
13967 `forms-number-of-fields' in error message.
13968 (forms-print): Fix quoting in error message.
13969
13970 * forms.el (forms-mode):
13971 * emulation/vi.el (vi-goto-insert-state):
13972 * progmodes/flymake.el (flymake-new-err-info)
13973 (flymake-start-syntax-check-for-current-buffer)
13974 (flymake-simple-cleanup):
13975 * eshell/esh-var.el (eshell/export):
13976 * progmodes/gud.el (xdb):
13977 * textmodes/flyspell.el (flyspell-incorrect-hook)
13978 (flyspell-maybe-correct-transposition)
13979 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
13980
13981 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
13982
13983 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
13984 minibuffer prompt.
13985
13986 2005-06-13 Kim F. Storm <storm@cua.dk>
13987
13988 * subr.el (add-to-ordered-list): New defun.
13989
13990 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
13991 add cua--keymap-alist to emulation-mode-map-alists.
13992
13993 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13994
13995 * subr.el (complete-in-turn): New macro.
13996 (dynamic-completion-table, lazy-completion-table): Add debug info.
13997
13998 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
13999 in preference to face aliases.
14000
14001 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
14002 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
14003 Remove unused vars `start' and `firstline'.
14004 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
14005 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
14006
14007 2005-06-13 Eli Zaretskii <eliz@gnu.org>
14008
14009 * cus-start.el (all): Don't complain about missing GTK-related
14010 variables, unless either `gtk' is boundp or this isn't a
14011 `windows-nt' build.
14012
14013 2005-06-13 Lute Kamstra <lute@gnu.org>
14014
14015 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
14016 run-mode-hooks.
14017
14018 * ediff-mult.el (ediff-meta-mode):
14019 * ediff-util.el (ediff-mode): Use run-mode-hooks.
14020
14021 * ledit.el (ledit-mode): Use delay-mode-hooks.
14022
14023 * woman.el (woman-mode-line-format): Delete constant.
14024 (woman-mode-map): Initialize it properly.
14025 (woman-mode): Set mode-class property to special.
14026 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
14027 Set major-mode and mode-name. Don't set mode-line-format directly.
14028 (Man-getpage-in-background): Don't reference woman-mode-line-format.
14029
14030 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
14031 string argument obsolete.
14032
14033 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
14034
14035 * textmodes/org.el (org-CUA-compatible): New option.
14036 (org-disputed-keys): New variable.
14037 (org-key): New function.
14038 (orgtbl-make-binding): Add docstring to the created function.
14039 (org-mode): Set paragraph start/separate regexps.
14040 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14041 (org-archive-location, org-archive-mark-done)
14042 (org-archive-stamp-time): New options.
14043 (org-archive-subtree): New command.
14044 (org-fill-paragraph): New function.
14045 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14046 (org-fake-empty-table-line): Function removed.
14047 (org-format-org-table-html): Do not create empty table lines at
14048 separator lines. Improved table header treatment.
14049 (org-link-format): New option.
14050 (org-make-link): New function.
14051 (org-insert-link, org-store-link): Use org-make-link.
14052 (org-open-file): Quote file name for shell command, to allow
14053 spaces in file names.
14054 (org-link-regexp): Fix bug with mailto link.
14055 (org-link-maybe-angles-regexp, org-protected-link-regexp):
14056 New constants.
14057 (org-export-as-html): Deal with the optional angles around a link.
14058 Better treatment of file: links.
14059 (org-open-at-point): Replace @{ and @} with < and >.
14060 (org-run-mode-hooks): Function removed.
14061 (org-agenda-mode): No longer use `org-run-mode-hooks'.
14062
14063 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
14064
14065 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
14066 MI command -data-list-register-values.
14067 (gdb-post-prompt): Indent properly.
14068
14069 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
14070
14071 * hilit-chg.el (highlight-changes-colors): Rename from
14072 `highlight-changes-colours'.
14073 (highlight-changes-colours): Keep as obsolete alias.
14074 (highlight-changes-face-list): Doc fix.
14075 (hilit-chg-make-list): Use `highlight-changes-colors'.
14076
14077 2005-06-12 Mark A. Hershberger <mah@everybody.org>
14078
14079 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
14080 defun-prompt-regexp.
14081
14082 2005-06-12 Eli Zaretskii <eliz@gnu.org>
14083
14084 * loadup.el: Don't say we are dumping under 2 names on windows-nt
14085 and cygwin.
14086
14087 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14088 Don't use an old loaddefs.el, as in Makefile.in.
14089
14090 2005-06-12 Lute Kamstra <lute@gnu.org>
14091
14092 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
14093
14094 * man.el (Man-mode-map): Initialize it properly.
14095 (Man-mode): Set mode-class property to special.
14096
14097 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
14098
14099 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
14100
14101 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
14102 A newline is needed in the docstring there.
14103
14104 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14105 Doc fixes.
14106
14107 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14108
14109 * printing.el: Doc fix. The menubar is no more changed when printing
14110 is loaded, it only changes when pr-menu-bind or pr-update-menus is
14111 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
14112 (pr-version): New version number (6.8.4).
14113 (pr-menu-bind): New command.
14114 (pr-update-menus): Docstring and code fix.
14115 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
14116 Docstring fix.
14117 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
14118 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
14119
14120 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
14121
14122 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
14123 "Returns" to "return", document useful return values, etc.
14124
14125 2005-06-11 Alan Mackenzie <acm@muc.de>
14126
14127 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
14128 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
14129 (adaptive-file-function): Minor amendment to doc-string.
14130
14131 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14132
14133 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
14134 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
14135 Fix :type--it is `integer', not `string'.
14136
14137 * faces.el (modeline-highlight): Rename from (the erroneous)
14138 `modeline-higilight'.
14139
14140 2005-06-11 Lute Kamstra <lute@gnu.org>
14141
14142 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
14143 lisp-interaction-mode-map but make it the parent.
14144 (edebug-eval-mode): Use define-derived-mode.
14145
14146 2005-06-11 Andreas Schwab <schwab@suse.de>
14147
14148 * bindings.el: Add binding of `ESC functionkey' for every
14149 `M-functionkey'.
14150 * hexl.el (hexl-mode-map): Likewise.
14151
14152 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
14153
14154 * progmodes/compile.el (compilation-error-regexp-alist-alist)
14155 [msft]: update regexp for newer msft compilers.
14156
14157 2005-06-10 Mark A. Hershberger <mah@everybody.org>
14158
14159 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
14160 ATTLIST portions of included DTDs.
14161 (xml-parse-dtd): Eliminate use of inefficient match-data.
14162
14163 2005-06-10 Miles Bader <miles@gnu.org>
14164
14165 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
14166 (mpuz-text): Remove "-face" suffix from face names.
14167 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
14168 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
14169 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
14170
14171 * play/gomoku.el (gomoku-O, gomoku-X):
14172 Remove "-face" suffix from face names.
14173 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
14174 New backward-compatibility aliases for renamed faces.
14175 (gomoku-font-lock-keywords): Use renamed gomoku faces.
14176
14177 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14178
14179 * thumbs.el: Fixes for changes of 2005-06-09.
14180 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
14181 as a directory.
14182 (thumbs-thumbname): Remove directory separator from format string;
14183 `thumbs-thumbsdir' now returns a valid directory name.
14184 (thumbs-temp-dir): New defsubst.
14185 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
14186 Use it.
14187
14188 * cus-edit.el (minibuffer):
14189 * files.el (make-backup-file-name-function):
14190 * filesets.el (filesets-external-viewers):
14191 * hilit-chg.el (highlight-changes-colours)
14192 (highlight-changes-face-list, highlight-changes-rotate-faces):
14193 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14194 * kmacro.el (kmacro-call-macro):
14195 * log-edit.el (log-edit-changelog-full-paragraphs):
14196 * mouse.el (mouse-1-click-follows-link):
14197 * skeleton.el (skeleton-autowrap):
14198 * subr.el (insert-for-yank-1):
14199 * tempo.el (tempo-insert-region):
14200 * terminal.el (terminal-emulator):
14201 * time.el (display-time-mail-face):
14202 * vc.el (vc-annotate):
14203 * vcursor.el (vcursor-copy-line):
14204 * woman.el (woman-bold-headings, woman-ignore)
14205 (woman-default-faces, woman-monochrome-faces):
14206 * calendar/todo-mode.el (todo-insert-threshold):
14207 * emulation/pc-select.el (pc-select-selection-keys-only)
14208 (pc-selection-mode):
14209 * emulation/vip.el (vip-find-char-forward):
14210 * emulation/viper-cmd.el (viper-find-char-forward):
14211 * international/mule-cmds.el
14212 (select-safe-coding-system-accept-default-p)
14213 (input-method-exit-on-invalid-key):
14214 * international/mule-diag.el (describe-coding-system):
14215 * international/ucs-tables.el (unify-8859-on-encoding-mode):
14216 * net/browse-url.el (browse-url-xterm-program):
14217 * obsolete/lazy-lock.el (lazy-lock-mode):
14218 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14219 (cperl-mode):
14220 * progmodes/cpp.el (cpp-face-light-name-list)
14221 (cpp-face-dark-name-list):
14222 * progmodes/delphi.el (delphi-newline-always-indents):
14223 Fix spellings in docstrings.
14224
14225 * ido.el (ido-mode, ido-file-extensions-order)
14226 (ido-default-file-method, ido-default-buffer-method)
14227 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14228 (ido-decorations, ido-read-file-name-as-directory-commands)
14229 (ido-read-file-name-non-ido, ido-work-directory-list)
14230 (ido-ignore-item-temp-list, ido-current-directory)
14231 (ido-magic-forward-char, ido-enter-find-file)
14232 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14233 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14234
14235 2005-06-10 Lute Kamstra <lute@gnu.org>
14236
14237 * play/dunnet.el (dun-mode): Use define-derived-mode.
14238 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
14239 obsolete alias.
14240
14241 * play/doctor.el (doctor-mode-map): Remove defvar.
14242 (doctor-mode): Use define-derived-mode.
14243
14244 * mail/mspools.el (mspools-mode):
14245 * net/eudc-hotlist.el (eudc-hotlist-mode):
14246 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14247
14248 2005-06-10 Miles Bader <miles@gnu.org>
14249
14250 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14251 Remove "-face" suffix from face names.
14252 (flyspell-incorrect-face, flyspell-duplicate-face):
14253 New backward-compatibility aliases for renamed faces.
14254 (flyspell-mode-on, make-flyspell-overlay)
14255 (flyspell-highlight-incorrect-region)
14256 (flyspell-highlight-duplicate-region)
14257 (flyspell-display-next-corrections)
14258 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14259
14260 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14261 from face name.
14262 (texinfo-heading-face): New backward-compatibility alias for
14263 renamed face.
14264 (texinfo-heading-face): Use renamed texinfo-heading face.
14265
14266 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14267 suffix from face names.
14268 (tex-math-face, tex-verbatim-face):
14269 New backward-compatibility aliases for renamed faces.
14270 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14271 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14272 literal face name.
14273
14274 * textmodes/table.el (table-cell): Remove "-face" suffix from face
14275 name.
14276 (table-cell-face): New backward-compatibility alias for renamed face.
14277 (table--put-cell-face-property, table--update-cell-face):
14278 Use renamed table-cell face.
14279
14280 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
14281 from face name.
14282 (sgml-namespace-face): New backward-compatibility alias for
14283 renamed face.
14284 (sgml-namespace-face): Use renamed sgml-namespace face.
14285
14286 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
14287 (org-level-4, org-level-5, org-level-6, org-level-7)
14288 (org-level-8, org-warning, org-headline-done)
14289 (org-deadline-announce, org-scheduled-today)
14290 (org-scheduled-previously, org-link, org-done, org-table)
14291 (org-time-grid): Remove "-face" suffix from face names.
14292 (org-level-1-face, org-level-2-face, org-level-3-face)
14293 (org-level-4-face, org-level-5-face, org-level-6-face)
14294 (org-level-7-face, org-level-8-face, org-warning-face)
14295 (org-headline-done-face, org-deadline-announce-face)
14296 (org-scheduled-today-face, org-scheduled-previously-face)
14297 (org-link-face, org-done-face, org-table-face)
14298 (org-time-grid-face):
14299 New backward-compatibility aliases for renamed faces.
14300 (org-level-faces, org-set-font-lock-defaults, org-timeline)
14301 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
14302 (org-agenda-get-timestamps, org-agenda-get-scheduled)
14303 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
14304
14305 * emulation/viper-init.el (viper-search, viper-replace-overlay)
14306 (viper-minibuffer-emacs, viper-minibuffer-insert)
14307 (viper-minibuffer-vi): Remove "-face" suffix from face names.
14308 (viper-search-face, viper-replace-overlay-face)
14309 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14310 (viper-minibuffer-vi-face):
14311 New backward-compatibility aliases for renamed faces.
14312 (viper-search-face, viper-replace-overlay-face)
14313 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14314 (viper-minibuffer-vi-face): Use renamed viper faces.
14315
14316 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
14317 Remove "-face" suffix from face names.
14318 (testcover-nohits-face, testcover-1value-face):
14319 New backward-compatibility aliases for renamed faces.
14320 (testcover-mark): Use renamed testcover faces.
14321
14322 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
14323 face name.
14324 (diary-button-face): New backward-compatibility alias for renamed face.
14325 (diary-entry): Use renamed diary-button face.
14326
14327 * calendar/calendar.el (diary, calendar-today, holiday)
14328 (mark-visible-calendar-date): Remove "-face" suffix from face names.
14329 (diary-face, calendar-today-face, holiday-face):
14330 New backward-compatibility aliases for renamed faces.
14331 (eval-after-load "facemenu", diary-entry-marker)
14332 (calendar-today-marker, calendar-holiday-marker, diary-face):
14333 Use renamed calendar faces.
14334
14335 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
14336 (compare-windows-face): New backward-compatibility alias for
14337 renamed face.
14338 (compare-windows-highlight): Use renamed compare-windows face.
14339
14340 * strokes.el (strokes-char): Remove "-face" suffix from face name.
14341 (strokes-char-face): New backward-compatibility alias for renamed face.
14342 (strokes-encode-buffer): Use renamed strokes-char face.
14343
14344 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
14345 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
14346 Remove "-face" suffix from face names.
14347 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14348 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14349 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
14350 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
14351 Use renamed pcvs faces.
14352 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
14353 * pcvs-defs.el (cvs-mode-map): Likewise.
14354 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
14355
14356 * info.el (info-title-1, info-title-2, info-title-3)
14357 (info-title-4): Remove "-face" suffix from and downcase face names.
14358 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14359 (Info-title-4-face):
14360 New backward-compatibility aliases for renamed faces.
14361 (Info-fontify-node): Use renamed info faces.
14362
14363 * hilit-chg.el (highlight-changes, highlight-changes-delete):
14364 Remove "-face" suffix from face names.
14365 (highlight-changes-face, highlight-changes-delete-face):
14366 New backward-compatibility aliases for renamed faces.
14367 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
14368 (hilit-chg-make-list): Use renamed highlight-changes faces.
14369
14370 * generic-x.el (show-tabs-tab, show-tabs-space):
14371 Remove "-face" suffix from face names.
14372 (show-tabs-tab-face, show-tabs-space-face):
14373 New backward-compatibility aliases for renamed faces.
14374 (show-tabs-generic-mode-font-lock-defaults-1)
14375 (show-tabs-generic-mode-font-lock-defaults-2):
14376 Use renamed show-tabs faces.
14377
14378 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
14379 (smerge-markers): Remove "-face" suffix from face names.
14380 (smerge-mine-face, smerge-other-face, smerge-base-face)
14381 (smerge-markers-face):
14382 New backward-compatibility aliases for renamed faces.
14383 (smerge-mine-face, smerge-other-face, smerge-base-face)
14384 (smerge-markers-face): Use renamed smerge faces.
14385
14386 * log-view.el (log-view-file, log-view-message): Remove "-face"
14387 suffix from face names.
14388 (log-view-file-face, log-view-message-face):
14389 New backward-compatibility aliases for renamed faces.
14390 (log-view-file-face, log-view-message-face): Use renamed log-view
14391 faces.
14392
14393 * paren.el (show-paren-match, show-paren-mismatch):
14394 Remove "-face" suffix from face names.
14395 (show-paren-match-face, show-paren-mismatch-face):
14396 New backward-compatibility aliases for renamed faces.
14397 (show-paren-function): Use renamed show-paren faces.
14398
14399 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
14400 (ruler-mode-margins, ruler-mode-fringes)
14401 (ruler-mode-column-number, ruler-mode-fill-column)
14402 (ruler-mode-comment-column, ruler-mode-goal-column)
14403 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
14404 suffix from face names.
14405 (ruler-mode-default-face, ruler-mode-pad-face)
14406 (ruler-mode-margins-face, ruler-mode-fringes-face)
14407 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
14408 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
14409 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
14410 New backward-compatibility aliases for renamed faces.
14411 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
14412 (ruler-mode-column-number, ruler-mode-fill-column)
14413 (ruler-mode-comment-column, ruler-mode-goal-column)
14414 (ruler-mode-tab-stop, ruler-mode-current-column)
14415 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
14416 faces.
14417
14418 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
14419 face name.
14420 (whitespace-highlight-the-space): Use renamed face.
14421 (whitespace-highlight-face): New backward-compatibility alias for
14422 renamed face.
14423
14424 * woman.el (woman-italic, woman-bold, woman-unknown)
14425 (woman-addition, woman-symbol-face):
14426 Remove "-face" suffix from face names.
14427 (woman-italic-face, woman-bold-face, woman-unknown-face)
14428 (woman-addition-face):
14429 New backward-compatibility aliases for renamed faces.
14430 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
14431 (woman-decode-region, woman-replace-match)
14432 (woman-display-extended-fonts, woman-special-characters)
14433 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
14434 Use renamed woman faces.
14435
14436 * longlines.el (longlines-visible-face): Face removed.
14437
14438 * diff-mode.el (diff-header, diff-file-header, diff-index)
14439 (diff-hunk-header, diff-removed, diff-added, diff-changed)
14440 (diff-function, diff-context, diff-nonexistent): Remove "-face"
14441 suffix from face names.
14442 (diff-header-face, diff-file-header-face, diff-index-face)
14443 (diff-hunk-header-face, diff-removed-face, diff-added-face)
14444 (diff-changed-face, diff-function-face, diff-context-face)
14445 (diff-nonexistent-face): New backward-compatibility aliases for
14446 renamed faces.
14447 (diff-header-face, diff-file-header-face)
14448 (diff-index, diff-index-face, diff-hunk-header)
14449 (diff-hunk-header-face, diff-removed, diff-removed-face)
14450 (diff-added, diff-added-face, diff-changed-face, diff-function)
14451 (diff-function-face, diff-context-face, diff-nonexistent)
14452 (diff-nonexistent-face): Use renamed diff-mode faces.
14453
14454 * progmodes/compile.el (compilation-warning-face)
14455 (compilation-info-face): Remove "-face" suffix from face names.
14456 (compilation-warning-face, compilation-info-face):
14457 New backward-compatibility aliases for renamed faces.
14458 (compilation-warning-face, compilation-info-face):
14459 Use renamed compilation faces.
14460
14461 * add-log.el (change-log-date, change-log-name)
14462 (change-log-email, change-log-file, change-log-list)
14463 (change-log-conditionals, change-log-function)
14464 (change-log-acknowledgement): Remove "-face" suffix from face names.
14465 (change-log-date-face, change-log-name-face)
14466 (change-log-email-face, change-log-file-face)
14467 (change-log-list-face, change-log-conditionals-face)
14468 (change-log-function-face, change-log-acknowledgement-face):
14469 New backward-compatibility aliases for renamed faces.
14470 (change-log-font-lock-keywords): Use renamed change-log faces.
14471
14472 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
14473 (custom-set, custom-changed, custom-saved, custom-button)
14474 (custom-button-pressed, custom-documentation, custom-state)
14475 (custom-comment, custom-comment-tag, custom-variable-tag)
14476 (custom-variable-button, custom-face-tag, custom-group-tag-1)
14477 (custom-group-tag): Remove "-face" suffix from face names.
14478 (custom-magic-alist, custom-magic-value-create)
14479 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
14480 (custom-invalid-face, custom-rogue-face, custom-modified-face)
14481 (custom-set-face, custom-changed-face, custom-saved-face)
14482 (custom-button-face, custom-button-pressed-face)
14483 (custom-documentation-face, custom-state-face)
14484 (custom-comment-face, custom-comment-tag-face)
14485 (custom-variable-tag-face, custom-variable-button-face)
14486 (custom-face-tag-face, custom-group-tag-face-1)
14487 (custom-group-tag-face):
14488 New backward-compatibility aliases for renamed faces.
14489
14490 * wid-edit.el (widget-documentation, widget-button)
14491 (widget-field, widget-single-line-field, widget-inactive)
14492 (widget-button-pressed): "-face" suffix removed from face names.
14493 (widget-documentation-face, widget-button-face)
14494 (widget-field-face, widget-single-line-field-face)
14495 (widget-inactive-face, widget-button-pressed-face):
14496 New backward-compatibility aliases for renamed faces.
14497 (widget-documentation-face, widget-button-face)
14498 (widget-button-pressed-face, widget-specify-field)
14499 (widget-specify-inactive): Use renamed widget faces.
14500
14501 2005-06-10 Kenichi Handa <handa@m17n.org>
14502
14503 * term/x-win.el (x-clipboard-yank): Remove condition-case
14504 wrapping.
14505
14506 2005-06-11 Kenichi Handa <handa@m17n.org>
14507
14508 * add-log.el (change-log-font-lock-keywords): Make the regexp for
14509 date lines stricter.
14510
14511 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
14512
14513 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14514 of x-get-selection.
14515
14516 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14517
14518 * comint.el (comint-mode, comint-snapshot-last-prompt):
14519 * frame.el (frame-current-scroll-bars):
14520 * term.el (term-mode, term-check-proc, term-input-sender)
14521 (term-simple-send, term-extract-string, term-word)
14522 (term-match-partial-filename):
14523 * window.el (window-current-scroll-bars):
14524 * emulation/cua-base.el (cua-normal-cursor-color)
14525 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14526 (cua-global-mark-cursor-color):
14527 * mail/undigest.el (rmail-forward-separator-regex):
14528 Fix typos in docstrings.
14529
14530 * comint.el (comint-check-proc, make-comint-in-buffer)
14531 (comint-source-default): Doc fixes.
14532
14533 * term.el (term-send-string): Improve argument/docstring consistency.
14534
14535 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
14536
14537 * comint.el (comint-send-input): Bind `inhibit-read-only' around
14538 call to `delete-region'.
14539 (comint-mode-hook): Do not enable Font Lock by default.
14540
14541 2005-06-09 Lute Kamstra <lute@gnu.org>
14542
14543 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14544 could be void.
14545
14546 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
14547
14548 * emacs-lisp/debug.el (debugger-will-be-back): New var.
14549 (debug): Use it.
14550 (debugger-step-through, debugger-continue, debugger-jump)
14551 (debugger-return-value): Set it when needed.
14552 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14553 Use inhibit-read-only.
14554
14555 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
14556
14557 * window.el (shrink-window-if-larger-than-buffer)
14558 (window-size-fixed): Fix typo in docstring.
14559
14560 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
14561 thumbnails directory on loading.
14562 (thumbs-conversion-program): Use `eq' to check the system type,
14563 not `equal'.
14564 (thumbs-temp-dir): Initialize to `temporary-file-directory',
14565 not "/tmp". Fix docstring.
14566 (thumbs-thumbsdir): New function to return the thumbnails
14567 directory, creating it if needed.
14568 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14569 (thumbs-temp-file): Delete variable and make it into a function.
14570 (thumbs-resize-image, thumbs-modify-image): Use it.
14571 (thumbs-kill-buffer): Simplify.
14572 (thumbs-gensym): Defalias or duplicate CL `gensym'.
14573 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
14574 docstrings.
14575
14576 2005-06-09 Kim F. Storm <storm@cua.dk>
14577
14578 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
14579 set-match-data to free markers in match-data.
14580
14581 * replace.el (replace-match-data): Pass RESEAT arg `t' to
14582 match-data to unchain markers in match-data.
14583
14584 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
14585
14586 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
14587 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
14588 unnecessary now.
14589
14590 2005-06-08 Richard M. Stallman <rms@gnu.org>
14591
14592 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
14593 give the variable a doc string that doesn't say don't set it directly.
14594
14595 * textmodes/ispell.el (ispell-check-version):
14596 Use match-string-no-properties.
14597 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
14598 (ispell-buffer-local-words): Likewise.
14599
14600 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
14601 except on terminals with enough colors to really display it.
14602 (makefile-dependency-regex): Delete spurious `bb'.
14603
14604 * faces.el (escape-glyph): Use blue once again in last case.
14605 (no-break-space): Redefine so that it isn't invisible on a tty.
14606
14607 2005-06-08 Kim F. Storm <storm@cua.dk>
14608
14609 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
14610 also when reading directory name.
14611
14612 2005-06-08 Lute Kamstra <lute@gnu.org>
14613
14614 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
14615 (flyspell-mode-line-string): Remove autoload cookie.
14616 (flyspell-mode): Remove defvar.
14617
14618 2005-06-07 Lute Kamstra <lute@gnu.org>
14619
14620 * textmodes/org.el (org-run-mode-hooks): New function.
14621 (org-agenda-mode): Use it.
14622
14623 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
14624
14625 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
14626
14627 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14628
14629 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
14630
14631 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
14632
14633 * font-lock.el (font-lock-add-keywords): Doc fix.
14634
14635 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14636
14637 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
14638 (tex-compile-default): In the absence of any history, use the order in
14639 tex-compile-alist to choose the preferred command.
14640 (tex-compile-commands): Reorder a bit.
14641
14642 * textmodes/flyspell.el (flyspell-auto-correct-binding)
14643 (flyspell-incorrect-face, flyspell-duplicate-face):
14644 Use (X)Emacs-agnostic code.
14645 (flyspell-mode-map): Don't overwrite at each load. Remove code
14646 redundant with the subsequent add-minor-mode. Merge Emacs and
14647 XEmacs code.
14648 (flyspell-word): Minor simplification.
14649 (flyspell-math-tex-command-p): Quieten the byte-compiler.
14650 (flyspell-external-point-words): Remove unused vars `size' and `start'.
14651 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
14652 Merge the corresponding Emacs code.
14653 (flyspell-correct-word, flyspell-xemacs-popup):
14654 Use flyspell-do-correct.
14655
14656 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
14657 a dedicated window.
14658
14659 * international/latexenc.el (latexenc-find-file-coding-system):
14660 Undo part of last patch, to turn off a compiler warning.
14661
14662 2005-06-06 Juri Linkov <juri@jurta.org>
14663
14664 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
14665 Rename `tmm-inactive-face' to `tmm-inactive'.
14666
14667 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
14668
14669 * iswitchb.el: Rename faces.
14670
14671 2005-06-06 Kim F. Storm <storm@cua.dk>
14672
14673 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
14674 (cua-global-mark): Remove -face suffix from face names.
14675
14676 * emulation/cua-gmrk.el (cua--init-global-mark):
14677 Remove cua-global-mark face setup.
14678
14679 2005-06-06 Richard M. Stallman <rms@gnu.org>
14680
14681 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
14682 just like other allowed characters.
14683 (makefile-match-dependency): Exclude leading and training whitespace
14684 from the range of regexp subexp 1.
14685 (makefile-macroassign-regex): Don't try to match the body,
14686 just the name of the macro being defined.
14687
14688 * info.el (Info-read-node-name-2): New function.
14689 (Info-read-node-name-1): Use that.
14690 Add a completion-base-size-function property.
14691
14692 * simple.el (completion-setup-function): Look for
14693 completion-base-size-function property of minibuffer-completion-table.
14694
14695 * files.el (locate-file-completion): Doc fix.
14696
14697 * printing.el: Don't call pr-update-menus; user must do that.
14698
14699 * emacs-lisp/debug.el (debugger-window): New variable.
14700 (debug): Use debugger-window if it is set and still alive.
14701 Record debugger-window for next entry.
14702
14703 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
14704
14705 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
14706
14707 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
14708 (hack-one-local-variable, hack-local-variables)
14709 (hack-local-variables-prop-line): Pass that arg.
14710
14711 2005-06-06 Kim F. Storm <storm@cua.dk>
14712
14713 * ido.el (ido-first-match, ido-only-match, ido-subdir)
14714 (ido-indicator): Remove -face suffix from face names.
14715
14716 2005-06-06 Juri Linkov <juri@jurta.org>
14717
14718 * font-lock.el (font-lock-regexp-backslash)
14719 (font-lock-regexp-backslash-construct): New faces.
14720 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
14721 after `('. Add `while-no-input' to control structures.
14722
14723 * faces.el (no-break-space, shadow): New faces.
14724 (escape-glyph): Use less loud colors pink2 and red4.
14725
14726 * diff-mode.el (diff-context-face)
14727 * dired.el (dired-ignored)
14728 * rfn-eshadow.el (file-name-shadow)
14729 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
14730
14731 * info.el (Info-title-1-face): Use green instead of yellow because
14732 bold yellow is not readable on light backgrounds.
14733
14734 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
14735 before selecting the desired mode to not spend time fontifying
14736 old contents.
14737
14738 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
14739
14740 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
14741 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
14742
14743 * ps-print.el (ps-default-fg, ps-default-bg):
14744 Fix typos in docstrings.
14745
14746 * isearchb.el (isearchb): Don't pass a spurious second argument to
14747 `iswitchb-completions'.
14748
14749 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
14750
14751 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
14752 to preserve point.
14753 (gdb-find-file-hook): Add doc string.
14754
14755 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
14756 C dereferenced pointer expression.
14757 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
14758
14759 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
14760
14761 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
14762 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
14763 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
14764 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
14765 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
14766 Make background transparent.
14767
14768 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
14769
14770 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
14771 (font-lock-remove-keywords): Doc fix.
14772 (font-lock-mode-major-mode): Compiler defvar.
14773 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
14774
14775 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
14776 (font-lock-mode): Update `font-lock-mode-major-mode'.
14777 (font-lock-set-defaults): Compiler defvar.
14778 (font-lock-default-function): Take `font-lock-mode-major-mode'
14779 into account.
14780
14781 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
14782 keep track of which major mode it enabled the minor mode for.
14783 Use find-file-hook again. Update docstring.
14784
14785 * simple.el (eval-expression-print-level)
14786 (eval-expression-print-length, eval-expression-debug-on-error):
14787 Doc fixes.
14788
14789 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
14790
14791 * iswitchb.el (iswitchb-single-match-face)
14792 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
14793 (iswitchb-invalid-regexp-face): New faces.
14794 (iswitchb-completions): Use them.
14795 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
14796 now marked as an obsolete alias.
14797 (iswitchb-read-buffer): Remove check for bound font variables.
14798 (iswitchb-invalid-regexp): New free variable.
14799 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
14800 set iswitchb-invalid-regexp.
14801 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
14802 invalid regexps.
14803 (iswitchb-completions): Add check for complete match when entering
14804 a regexp.
14805 (iswitchb-completions): Remove require-match argument.
14806 (iswitchb-exhibit): Fix caller.
14807 (iswitchb-common-match-inserted): New variable.
14808 (iswitchb-complete, iswitchb-completion-help): Use it.
14809
14810 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
14811
14812 * url-http.el (url-http-chunked-encoding-after-change-function):
14813 Use `url-http-debug' instead of `message'.
14814
14815 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
14816
14817 * url-http.el (url-http-parse-headers): Pass redirected URL as a
14818 callback argument.
14819
14820 2005-06-04 Kim F. Storm <storm@cua.dk>
14821
14822 * simple.el (line-move): Only call sit-for when moving backwards.
14823
14824 * ido.el (ido-make-merged-file-list-1): New defun split from
14825 ido-make-merged-file-list.
14826 (ido-make-merged-file-list): Bind throw-on-input around call to
14827 ido-make-merged-file-list-1. Return input-pending-p if
14828 interrupted by more input available.
14829 (ido-read-internal): Handle input-pending-p return value from
14830 ido-make-merged-file-list.
14831
14832 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14833
14834 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
14835 compatibility code.
14836
14837 * international/latexenc.el (latexenc-find-file-coding-system):
14838 Don't inherit the EOL part of the coding-system from the
14839 tex-main buffer. Fit within 80 columns.
14840
14841 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
14842
14843 * tmm.el (tmm-inactive-face): New face.
14844 (tmm-remove-inactive-mouse-face): New function.
14845 (tmm-prompt, tmm-add-one-shortcut)
14846 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
14847 but not selectable.
14848
14849 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
14850
14851 * faces.el (face-equal): Improve argument/docstring consistency.
14852
14853 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
14854
14855 * progmodes/make-mode.el (makefile-targets-face)
14856 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
14857 (makefile-bsdmake-dependency-regex)
14858 (makefile-makepp-rule-action-regex)
14859 (makefile-bsdmake-rule-action-regex): New constants.
14860 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
14861
14862 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14863 Allow (...) within `...' for makepp messages.
14864
14865 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
14866
14867 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
14868
14869 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
14870 "." files are deleted from all file lists before comparison.
14871
14872 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14873 (viper-ESC-key): Made them customizable.
14874
14875 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
14876
14877 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
14878
14879 * autorevert.el (auto-revert-buffers): Use save-match-data.
14880
14881 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14882
14883 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
14884 menu items with a nil command binding.
14885
14886 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
14887
14888 * emacs-lisp/cl-macs.el (defsetf):
14889 Improve argument/docstring consistency.
14890
14891 * faces.el (list-faces-display): Improve the formatting by
14892 computing the maximum length required for any face-name (reworked
14893 patch of 1999-01-11, accidentally deleted on 1999-07-21).
14894 (internal-find-face): Remove redundant info in docstring.
14895
14896 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
14897
14898 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
14899 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
14900 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
14901 (gdb-assembler-custom): Improve regexps.
14902 (def-gdb-auto-update-handler): Use window point to preserve point.
14903
14904 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14905
14906 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
14907
14908 2005-05-31 Jay Belanger <belanger@truman.edu>
14909
14910 * calc/calc-embed.el (calc-embedded-word): Change argument passed
14911 to calc-embedded.
14912 (calc-embedded-make-info): Have plain prefix argument select
14913 entire line.
14914
14915 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
14916
14917 * faces.el (list-faces-display): Signal error if passed a regexp
14918 that matches no face name.
14919
14920 * simple.el (filter-buffer-substring): Fix typo in docstring.
14921
14922 2005-05-31 Richard M. Stallman <rms@gnu.org>
14923
14924 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
14925 (vhdl-emacs-21): Doc fix.
14926 (vhdl-mode): Unconditionally set comment-padding.
14927 (vhdl-fixup-whitespace-region): Insert spaces only where
14928 there are none.
14929 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
14930
14931 2005-05-30 John Wiegley <johnw@newartisans.com>
14932
14933 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
14934 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
14935 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
14936 `directory-sep-char' to ?/, and all uses of `string-to-int' to
14937 `string-to-number'.
14938
14939 2005-05-30 Jay Belanger <belanger@truman.edu>
14940
14941 * calc/calc.el (calc-bug-address): Fix docstring.
14942 (calc-window-hook, calc-trail-window-hook): New variables.
14943 (calc-trail-display): Restore use of calc-trail-window-hook.
14944 (calc): Restore use of calc-window-hook.
14945
14946 2005-05-31 Masatake YAMATO <jet@gyve.org>
14947
14948 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
14949
14950 * help-fns.el (help-C-file-name): Add autoload mark for
14951 `find-function-noselect'.
14952
14953 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14954
14955 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
14956 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
14957
14958 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14959
14960 * calendar/diary-lib.el (mark-included-diary-files): Only kill
14961 included diary buffer if it was not already being visited.
14962 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
14963
14964 * calendar/icalendar.el (top-level): Do not require appt.
14965
14966 * mail/supercite.el (sc-select-attribution): Only use a list
14967 element from sc-attrib-selection-list if it returns a string.
14968 Reported by Davide G. M. Salvetti <salve@debian.org>.
14969
14970 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
14971
14972 * thumbs.el (thumbs-thumbname): The resulting thumbname now
14973 includes a hash value to improve its uniqueness, and has a ".jpg"
14974 extension. Also, it is now a valid filename on all systems.
14975 (thumbs-make-thumb): Use `let', not `let*'.
14976 (thumbs-show-thumbs-list): Check for JPEG availability.
14977
14978 2005-05-30 Richard M. Stallman <rms@gnu.org>
14979
14980 * filesets.el (filesets-menu-ensure-use-cached):
14981 Prevent warning when emacs-version>= is undefined.
14982
14983 * printing.el (pr-interactive-n-up): Use string-to-number.
14984
14985 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
14986
14987 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14988 Warn only when name to be defined is quoted.
14989
14990 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
14991
14992 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
14993 Make regexp more robust.
14994 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
14995 Force regeneration of disassembly.
14996
14997 2005-05-29 Jay Belanger <belanger@truman.edu>
14998
14999 * calc/calc.el (calc-user-invocation): Check if
15000 calc-invocation-macro is non-nil.
15001
15002 2005-05-29 Juri Linkov <juri@jurta.org>
15003
15004 * add-log.el (change-log-font-lock-keywords):
15005 Add `+' to e-mail regexp to accept mail address with keywords.
15006
15007 * man.el (Man-name-regexp): Add `:' to accept qualified names.
15008
15009 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
15010
15011 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
15012
15013 * ielm.el (inferior-emacs-lisp-mode): Ditto.
15014
15015 2005-05-29 Richard M. Stallman <rms@gnu.org>
15016
15017 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
15018 Undo the change that moves to end of the current word.
15019
15020 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15021
15022 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
15023 Throw error when count <= 0 to ensure input is a number.
15024 (gdb-read-memory-custom): Pick up address from buffer.
15025 (gdb-memory-mode): Allow user to increment and decrement
15026 memory address from header line.
15027
15028 2005-05-29 Richard M. Stallman <rms@gnu.org>
15029
15030 * flyspell.el (flyspell-version): Function deleted.
15031 (flyspell-auto-correct-previous-hook): Doc fix.
15032
15033 * jit-lock.el (jit-lock-function, jit-lock-after-change):
15034 Do nothing if memory is full.
15035
15036 * font-lock.el (font-lock-fontify-syntactically-region):
15037 Pass t for GREEDY to looking-back.
15038
15039 * saveplace.el (save-place-alist-to-file): Write the file
15040 using write-region.
15041
15042 * subr.el (looking-back): New argument GREEDY.
15043
15044 * progmodes/compile.el (compilation-start): Set the mode
15045 before inserting the initial text.
15046
15047 * progmodes/which-func.el (which-func-update-1): Turn the mode
15048 off in case of error by setting which-func-mode.
15049
15050 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
15051
15052 * flyspell.el (flyspell-auto-correct-previous-word):
15053 Narrow down to what's on the screen, and recenter overlays
15054 at the end of the next word.
15055
15056 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
15057
15058 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
15059 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
15060 (flyspell-abbrev-p): Default to nil.
15061 (flyspell-use-global-abbrev-table-p): Doc fix.
15062 (flyspell-large-region): Allow nil as value.
15063 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
15064
15065 (mail-mode-flyspell-verify): More robust handling
15066 of `mail-header-separator'. More efficient signature detection.
15067 Allow for regexp metacharacters in message-header-separator.
15068 Adding `To' not to be checked in mail-mode-flyspell-verify.
15069
15070 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
15071 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
15072 Bind flyspell-auto-correct-binding.
15073 Bind C-. and C-, .
15074 (flyspell-mode-map): Likewise.
15075 (flyspell-mode): Doc fix.
15076 (flyspell-accept-buffer-local-defs): Preserve current buffer.
15077 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
15078 (flyspell-word-cache-result): New var, always local.
15079 (flyspell-check-pre-word-p): Doc fix.
15080 (flyspell-check-changed-word-p): Handle spc like newline.
15081 (flyspell-post-command-hook): Set flyspell-word-cache-result.
15082 (flyspell-word-search-backward, flyspell-word-search-forward):
15083 New functions.
15084 (flyspell-word): Return t if nothing to check.
15085 When parsing TeX code, check for after } or \.
15086 Use flyspell-word-search-backward to find previous word.
15087 Return nil if duplicated word.
15088 For word already checked, return same value as last time.
15089 Set flyspell-word-cache-result after checking.
15090 Don't clobber the return value.
15091 (flyspell-get-word): Major rewrite.
15092 (flyspell-external-point-words): New locals pword, pcount.
15093 Fix size used in progress message.
15094 Find the proper corresponding word in flyspell-large-region-buffer.
15095 (flyspell-region): Check for flyspell-large-region = nil.
15096 (flyspell-highlight-incorrect-region): Clean up overlays in region.
15097 (flyspell-auto-correct-word): Check that WORD is a cons.
15098 (flyspell-correct-word): Likewise.
15099
15100 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
15101
15102 * progmodes/make-mode.el (makefile-rule-action-regex)
15103 (makefile-macroassign-regex, makefile-makepp-mode)
15104 (makefile-bsdmake-mode): Continuation lines may be empty.
15105 Reported by Joshua Varner.
15106 (makefile-makepp-font-lock-keywords): Add $(stem).
15107
15108 2005-05-28 Karl Berry <karl@gnu.org>
15109
15110 * textmodes/tex-mode.el: Now that tex-send-command calls
15111 shell-quote-argument (2005-03-31 change), remove all calls to
15112 shell-quote-argument; they all end up invoking tex-send-command.
15113 The double quoting loses on filenames with non-safe characters,
15114 such as "@". Reported by Frederik Fouvry.
15115
15116 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15117
15118 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
15119 about preserving point.
15120
15121 2005-05-27 Jay Belanger <belanger@truman.edu>
15122
15123 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
15124 Info-goto-node.
15125
15126 * calc/calc-embed.el (calc-embed-arg): New variable.
15127 (calc-do-embedded-activate, calc-embedded-activate-formula)
15128 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
15129 variable by new variable.
15130 (calc-embedded-make-info): Replace undeclared variable by new
15131 variable. When selecting region with positive prefix
15132 argument, use end of previous line instead of beginning of line.
15133
15134 * calc/calc-aent.el (calc-arg-values): Declare it.
15135
15136 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
15137 Declare them.
15138
15139 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
15140
15141 * calc/calc.el (calc-alg-map): Declare it.
15142
15143 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
15144
15145 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
15146
15147 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
15148 (gdb-registers-buffer, toggle-gdb-all-registers):
15149 Toggle display of floating point registers.
15150 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
15151
15152 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
15153 (toggle-gud-tooltip-dereference):
15154 Rename from gud-toggle-tooltip-dereference.
15155
15156 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15157
15158 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
15159
15160 2005-05-27 Jay Belanger <belanger@truman.edu>
15161
15162 * calc/calc-prog.el (calc-kbd-report): Remove.
15163 (calc-kbd-query): Rewrite.
15164
15165 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
15166
15167 * image.el (image-library-alist): Move to image.c.
15168 (image-type-available-p): Doc fix.
15169
15170 2005-05-27 Lute Kamstra <lute@gnu.org>
15171
15172 * calc/calc.el (calc):
15173 * outline.el (outline-1, outline-2, outline-3, outline-4)
15174 (outline-5, outline-6, outline-7, outline-8):
15175 * textmodes/dns-mode.el (dns-mode):
15176 * textmodes/sgml-mode.el (sgml-namespace-face):
15177 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
15178 (tex-verbatim-face, tex-use-reftex):
15179 * textmodes/texinfo.el (texinfo-heading-face):
15180 Specify customization group.
15181
15182 * longlines.el: Don't require easy-mmode.
15183 (longlines-visible-face): Specify customization group.
15184
15185 2005-05-27 Kenichi Handa <handa@m17n.org>
15186
15187 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
15188 encoding table of windows-1251.
15189
15190 * international/ucs-tables.el (ucs-set-table-for-input):
15191 If translation-table-for-input of a coding system is a symbol, get
15192 its translation-table property.
15193
15194 * international/code-pages.el: Don't register a coding system into
15195 non-iso-charset-alist more than once.
15196 (cp-make-coding-system): Likewise.
15197
15198 2005-05-26 John Wiegley <johnw@newartisans.com>
15199
15200 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15201 `eshell-resume-eval' is wrapped in a list, it indicates that the
15202 command was run asynchronously. In that case, unwrap the value
15203 before checking the delimiter value.
15204
15205 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
15206 character before a space at the end of a line is \, assume the space
15207 is part of the last argument rather than a final argument separator.
15208
15209 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15210 is in use, and the target is `t' or `nil' (which are the most common
15211 values), don't assume that the symbol target is a buffer.
15212
15213 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15214
15215 * calendar/calendar.el (calendar-mode-line-format):
15216 Use mode-line-highlight as mouse-face.
15217
15218 * time.el (display-time-string-forms, display-time-update):
15219 Use mode-line-highlight as mouse-face.
15220
15221 2005-05-26 Jay Belanger <belanger@truman.edu>
15222
15223 * calc/calc.el (calc-language-alist): Remove extra defvar.
15224
15225 2005-05-26 Lute Kamstra <lute@gnu.org>
15226
15227 * arc-mode.el (archive-mode):
15228 * bookmark.el (bookmark-read-annotation-mode)
15229 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15230 * bs.el (bs-mode):
15231 * calc/calc-yank.el (calc-edit-mode):
15232 * calc/calc.el (calc-mode, calc-trail-mode):
15233 * calculator.el (calculator-mode):
15234 * chistory.el (command-history-mode):
15235 * comint.el:
15236 * cus-edit.el (custom-mode):
15237 * descr-text.el (describe-text-mode):
15238 * ebuff-menu.el (Electric-buffer-menu-mode):
15239 * ediff-util.el (ediff-mode):
15240 * emacs-lisp/re-builder.el (reb-mode):
15241 * emulation/vi.el (vi-mode-setup):
15242 * emulation/ws-mode.el (wordstar-mode):
15243 * eshell/esh-mode.el (eshell-mode):
15244 * forms.el (forms-mode):
15245 * help-mode.el (help-mode):
15246 * hexl.el (hexl-mode):
15247 * ibuffer.el (ibuffer-mode):
15248 * ielm.el (inferior-emacs-lisp-mode):
15249 * info.el (Info-mode, Info-edit-mode):
15250 * international/swedish.el:
15251 * ledit.el (ledit-from-lisp-mode):
15252 * locate.el (locate-mode):
15253 * mail/rmail.el (rmail-mode):
15254 * mail/rmailedit.el (rmail-edit-mode):
15255 * mail/rmailsum.el (rmail-summary-mode):
15256 * mail/supercite.el (sc-electric-mode):
15257 * net/eudc.el (eudc-mode):
15258 * net/quickurl.el (quickurl-list-mode):
15259 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15260 * obsolete/ooutline.el (outline-mode):
15261 * obsolete/options.el (Edit-options-mode):
15262 * obsolete/rnews.el (news-mode):
15263 * obsolete/rnewspost.el (news-reply-mode):
15264 * play/5x5.el (5x5-mode):
15265 * play/decipher.el (decipher-mode, decipher-stats-mode):
15266 * play/gomoku.el (gomoku-mode):
15267 * play/snake.el (snake-mode):
15268 * play/solitaire.el (solitaire-mode):
15269 * play/tetris.el (tetris-mode):
15270 * progmodes/ada-mode.el (ada-mode):
15271 * progmodes/antlr-mode.el (antlr-mode):
15272 * progmodes/autoconf.el (autoconf-mode):
15273 * progmodes/dcl-mode.el (dcl-mode):
15274 * progmodes/delphi.el (delphi-mode):
15275 * progmodes/ebrowse.el (ebrowse-tree-mode)
15276 (ebrowse-electric-list-mode, ebrowse-member-mode)
15277 (ebrowse-electric-position-mode):
15278 * progmodes/f90.el (f90-mode):
15279 * progmodes/fortran.el (fortran-mode):
15280 * progmodes/icon.el (icon-mode):
15281 * progmodes/idlw-help.el (idlwave-help-mode):
15282 * progmodes/idlw-shell.el (idlwave-shell-mode):
15283 * progmodes/idlwave.el (idlwave-mode):
15284 * progmodes/inf-lisp.el (inferior-lisp-mode):
15285 * progmodes/m4-mode.el (m4-mode):
15286 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
15287 * progmodes/modula2.el (modula-2-mode):
15288 * progmodes/octave-inf.el (inferior-octave-mode):
15289 * progmodes/octave-mod.el (octave-mode):
15290 * progmodes/pascal.el (pascal-mode):
15291 * progmodes/sh-script.el (sh-mode):
15292 * progmodes/sql.el (sql-mode, sql-interactive-mode):
15293 * progmodes/vhdl-mode.el (vhdl-mode):
15294 * progmodes/xscheme.el (scheme-interaction-mode):
15295 * replace.el (occur-mode):
15296 * ses.el (ses-mode):
15297 * simple.el (completion-list-mode):
15298 * skeleton.el:
15299 * speedbar.el (speedbar-mode):
15300 * term.el (term-mode):
15301 * terminal.el (terminal-edit-mode):
15302 * textmodes/reftex-index.el (reftex-index-mode)
15303 (reftex-index-phrases-mode):
15304 * textmodes/reftex-sel.el (reftex-select-label-mode)
15305 (reftex-select-bib-mode):
15306 * textmodes/reftex-toc.el (reftex-toc-mode):
15307 * wdired.el (wdired-change-to-wdired-mode):
15308 * wid-browse.el (widget-browse-mode):
15309 Use run-mode-hooks.
15310
15311 * array.el (array-mode):
15312 * calendar/todo-mode.el (todo-mode):
15313 * man.el (Man-mode):
15314 * play/landmark.el (lm-mode):
15315 * play/mpuz.el (mpuz-mode):
15316 Use kill-all-local-variables and run-mode-hooks.
15317
15318 * subr.el (delay-mode-hooks): Specify indentation.
15319
15320 2005-05-26 Mark A. Hershberger <mah@everybody.org>
15321
15322 * xml.el (xml-substitute-special): Don't die for undefined xml
15323 entities.
15324
15325 2005-05-26 Jay Belanger <belanger@truman.edu>
15326
15327 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
15328 of nil.
15329
15330 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
15331
15332 * progmodes/gdb-ui.el (gdb-frame-address):
15333 Rename from gdb-current-address.
15334 (gdb-previous-frame-address): Rename from gdb-previous-address.
15335 (gdb-selected-frame): Rename from gdb-current-frame.
15336 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
15337 (gdb-frame-number): Rename from gdb-current-stack-level.
15338 (gdb-ann3): Match new mode-name for disassembly buffer.
15339 Extend initialization of variables.
15340 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
15341 (gdb-memory-mode): Use mouse-face in header line.
15342 (gdb-assembler-buffer-name): Call it disassembly and give frame
15343 in mode line.
15344 (gdb-source-spec-regexp, gdb-assembler-custom)
15345 (gdb-invalidate-assembler, gdb-frame-handler):
15346 Make robust to leading zeroes in address format.
15347
15348 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
15349
15350 * textmodes/org.el (org-mode): Use `define-derived-mode' to
15351 define `org-mode'.
15352 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
15353
15354 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
15355
15356 * log-edit.el (log-edit-changelog-entries): Distinguish between
15357 filenames like xfns.c and fns.c.
15358
15359 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
15360
15361 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
15362 point after reverting.
15363 (Buffer-menu-make-sort-button): Handle the case where
15364 `Buffer-menu-use-header-line' is nil.
15365
15366 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
15367
15368 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
15369 New funcs. In minibuffer-local-completion-map bind `]', `/'
15370 and `:' to them.
15371
15372 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15373
15374 * startup.el (normal-top-level): Allow modification of load-path while
15375 we're iterating over it.
15376
15377 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
15378
15379 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
15380 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
15381 (thumbs-resize-interactive, thumbs-insert-image)
15382 (thumbs-insert-thumb, thumbs-dired-show-marked)
15383 (thumbs-find-image-at-point, thumbs-delete-images)
15384 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
15385 (thumbs-increment-image-size, thumbs-decrement-image-size):
15386 Fix typos in docstrings.
15387
15388 2005-05-24 Andre Spiegel <spiegel@gnu.org>
15389
15390 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
15391 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
15392 (cperl-mode): Use them.
15393
15394 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
15395
15396 * window.el (quit-window, shrink-window-if-larger-than-buffer):
15397 Doc fixes.
15398
15399 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
15400
15401 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
15402 Bind C-d to gdb-inferior-io-eof.
15403
15404 * dired.el (dired-dnd-popup-notice): Use message-box.
15405
15406 2005-05-23 Masatake YAMATO <jet@gyve.org>
15407
15408 * bindings.el (mode-line-major-mode-keymap):
15409 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
15410
15411 * faces.el (mode-line-highlight): New face.
15412
15413 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
15414 as mouse-face.
15415
15416 * bindings.el (top-level, help-echo, mode-line-modified)
15417 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
15418 as mouse-face.
15419
15420 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
15421
15422 * progmodes/cc-engine.el (c-guess-basic-syntax):
15423 Remove spurious call to `zerop'.
15424
15425 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
15426
15427 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
15428
15429 CC Mode update to 5.30.10:
15430
15431 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
15432 could go past the limit in decoration level 2, thereby causing
15433 errors during interactive fontification.
15434
15435 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
15436 the file is evaluated interactively.
15437
15438 * cc-engine.el (c-guess-basic-syntax): Handle operator
15439 declarations somewhat better in C++.
15440
15441 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
15442 make use of `run-mode-hooks' which has been added in Emacs 21.1.
15443 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
15444 (awk-mode): Use it.
15445 (make-local-hook): Suppress warning about obsoleteness.
15446
15447 * cc-engine.el, cc-align.el, cc-cmds.el
15448 (c-append-backslashes-forward, c-delete-backslashes-forward)
15449 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
15450 Compensate for return value from `forward-line' when it has moved
15451 but not to a different line due to eob.
15452
15453 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
15454 `objc-method-intro' and `objc-method-args-cont'.
15455
15456 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
15457
15458 CC Mode update to 5.30.10:
15459
15460 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
15461 in the copyright statement. Incidentally, change "along with GNU
15462 Emacs" to "along with this program" where it occurs.
15463
15464 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
15465 so that it is interactive, hence can be found by M-x awk-mode
15466 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
15467 <gmorris+emacs@ast.cam.ac.uk>.
15468
15469 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
15470 Mode's regexps.
15471
15472 2005-05-23 Kevin Ryde <user42@zip.com.au>
15473
15474 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
15475 c-parse-state, to avoid a lisp error (on bad code).
15476
15477 2005-05-23 Lute Kamstra <lute@gnu.org>
15478
15479 * subr.el (font-lock-defaults): Remove defvar as it's already
15480 defined in font-core.el.
15481
15482 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
15483
15484 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
15485
15486 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
15487 more general and work when GDB variable "print pretty" is on,
15488 as with Emacs, for example.
15489
15490 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
15491
15492 * font-core.el: Update comment.
15493
15494 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15495 Use `after-change-major-mode-hook' instead of `find-file-hook'.
15496
15497 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15498
15499 2005-05-22 Eli Zaretskii <eliz@gnu.org>
15500
15501 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15502 and `yank-handler' in the doc strings.
15503
15504 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15505
15506 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
15507
15508 2005-05-22 Richard M. Stallman <rms@gnu.org>
15509
15510 * help.el (describe-key): Move print-help-return-message call
15511 out of conditional.
15512
15513 * progmodes/etags.el (list-tags): Use with-no-warnings.
15514
15515 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15516 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15517 (starttls-extra-args, starttls-extra-arguments): Add defvars.
15518
15519 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15520
15521 * language/viet-util.el (viet-viscii-nonascii-translation-table):
15522 Add defvar.
15523
15524 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15525 Use defvar, not defconst.
15526
15527 * hexl.el (hexl-follow-line): Use with-no-warnings.
15528
15529 * emulation/tpu-extras.el: Use write-file-functions instead of
15530 write-file-hooks.
15531
15532 * dired.el (dired-font-lock-keywords): Fontify files with junk
15533 extensions even if marked by -F.
15534
15535 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
15536
15537 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15538 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15539 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15540 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15541 (concatenate, list-length, get*, getf, cl-remprop):
15542 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15543 (etypecase, progv, lexical-let, lexical-let*)
15544 (multiple-value-bind, multiple-value-setq, shiftf):
15545 Improve argument/docstring consistency.
15546
15547 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
15548
15549 2005-05-22 Andre Spiegel <spiegel@gnu.org>
15550
15551 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15552 doesn't exist.
15553
15554 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
15555 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
15556
15557 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
15558
15559 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15560 already deleted variables: auto-fill-hook, blink-paren-hook,
15561 lisp-indent-hook, inhibit-local-variables, unread-command-event,
15562 suspend-hooks, comment-indent-hook, meta-flag,
15563 before-change-function, after-change-function,
15564 font-lock-doc-string-face.
15565
15566 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
15567
15568 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15569
15570 2005-05-21 Eli Zaretskii <eliz@gnu.org>
15571
15572 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
15573 rmail-dont-reply-to.
15574
15575 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15576
15577 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
15578 literal blank when splitting new-header-values.
15579
15580 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
15581
15582 * calendar/cal-menu.el (cal-menu-update): Add separator as a
15583 string so that tmm doesn't create a completion entry for it.
15584
15585 * textmodes/table.el (table-disable-menu): Ditto.
15586
15587 2005-05-21 Richard M. Stallman <rms@gnu.org>
15588
15589 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
15590
15591 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
15592
15593 * net/rcompile.el (remote-compile): Use compilation-start.
15594
15595 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
15596
15597 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
15598
15599 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
15600 Default to makefile-bsdmake-mode on BSD systems.
15601
15602 * imenu.el (imenu-generic-expression, imenu--generic-function'):
15603 REGEXP may also be a search function now. The part of doc-string
15604 for describing the structure was 95% identical to that of
15605 `imenu--generic-function'. Unify it there.
15606
15607 * progmodes/make-mode.el (makefile-imenu-generic-expression):
15608 Use function to find dependencies, because regexp alone is so complex,
15609 it easily goes into an endless loop.
15610 (makefile-makepp-mode): Also add submenu for Perl functions
15611 defined in the makefile.
15612 (makefile-bsdmake-mode): Special imenu-generic-expression no
15613 longer needed, due to function call.
15614 (makefile-match-dependency): Take BOUND into account when checking
15615 if we're through.
15616
15617 2005-05-20 Jay Belanger <belanger@truman.edu>
15618
15619 * calc/calc-units.el (calc-invalidate-units-table):
15620 Use inhibit-read-only.
15621 (math-build-units-table-buffer): Use view-mode.
15622
15623 2005-05-20 David Kastrup <dak@gnu.org>
15624
15625 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
15626 easy-menu-add is not a nop on Emacs; and clarify when to call it.
15627
15628 2005-05-20 Lute Kamstra <lute@gnu.org>
15629
15630 * diff-mode.el (diff-header-face, diff-file-header-face)
15631 (diff-index-face, diff-hunk-header-face, diff-removed-face)
15632 (diff-added-face, diff-changed-face, diff-function-face)
15633 (diff-context-face, diff-nonexistent-face): Put them in the
15634 diff-mode customization group.
15635
15636 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15637
15638 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
15639
15640 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
15641
15642 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
15643 Minor regexp-optimization.
15644
15645 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
15646
15647 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
15648 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
15649 (org-agenda-add-time-grid-maybe): New function.
15650 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
15651 (org-table-create): `dotimes' instead of `mapcar'.
15652 (org-xor): Simplify implementation.
15653 (org-agenda): `inhibit-redisplay' turned on.
15654 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
15655 a consistent line after a state change.
15656 (org-agenda-remove-times-when-in-prefix): New option.
15657 (org-prefix-has-time): New variable.
15658 (org-parse-time-string): Optional argument NODEFAULT.
15659 (org-format-agenda-item): Parse items for time-of-day
15660 specifications and move these into the prefix if possible.
15661 (org-agenda-priority): Get current heading, not previous heading
15662 during agenda remote editing.
15663
15664 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
15665
15666 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
15667 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
15668 (remove-duplicates, delete-duplicates, substitute)
15669 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
15670 (nsubstitute-if-not, find, find-if, find-if-not, position)
15671 (position-if, position-if-not, count, count-if, count-if-not)
15672 (mismatch, search, sort*, stable-sort, merge, member*)
15673 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
15674 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
15675 (intersection, nintersection, set-difference, nset-difference)
15676 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
15677 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
15678 (nsublis, tree-equal): Improve argument/docstring consistency.
15679
15680 * subr.el (send-string, send-region): Remove obsolescence declaration.
15681 (window-dot, set-window-dot, read-input, show-buffer)
15682 (eval-current-buffer, string-to-int):
15683 Add release number to obsolescence declarations.
15684
15685 2005-05-19 Kim F. Storm <storm@cua.dk>
15686
15687 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
15688 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
15689
15690 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
15691
15692 * faces.el (list-faces-display): Make back button respect optional
15693 regexp arg.
15694
15695 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
15696
15697 * calculator.el (calculator-radix-grouping-mode)
15698 (calculator-radix-grouping-digits, calculator-displayer)
15699 (calculator-radix-grouping-separator, calculator-copy-displayer):
15700 * dabbrev.el (dabbrev-search-these-buffers-only):
15701 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
15702 (diff-advance-after-apply-hunk, diff-mode-hook)
15703 (diff-minor-mode-prefix):
15704 * imenu.el (imenu-use-popup-menu):
15705 * jit-lock.el (jit-lock-context-time):
15706 * newcomment.el (comment-fill-column, comment-column)
15707 (comment-style, comment-padding, comment-multi-line)
15708 (comment-empty-lines, comment-auto-fill-only-comments):
15709 * reveal.el (reveal-around-mark):
15710 * uniquify.el (uniquify-buffer-name-style)
15711 (uniquify-after-kill-buffer-p)
15712 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
15713 (uniquify-min-dir-content, uniquify-separator)
15714 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
15715 * w32-vars.el (w32-fixed-font-alist):
15716 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
15717 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
15718 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
15719 * progmodes/perl-mode.el (perl-indent-level)
15720 (perl-continued-statement-offset, perl-continued-brace-offset)
15721 (perl-brace-offset, perl-brace-imaginary-offset)
15722 (perl-label-offset, perl-indent-continued-arguments)
15723 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
15724 * progmodes/tcl.el (tcl-indent-level)
15725 (tcl-continued-indent-level, tcl-auto-newline)
15726 (tcl-tab-always-indent, tcl-electric-hash-style)
15727 (tcl-help-directory-list, tcl-use-smart-word-finder)
15728 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
15729 (inferior-tcl-source-command):
15730 * textmodes/fill.el (enable-kinsoku):
15731 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
15732 * textmodes/table.el (table-yank-handler):
15733 Specify missing group (and type, if simple) in defcustom.
15734
15735 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
15736
15737 * progmodes/compile.el (compilation-finish-function): Fix defvar.
15738
15739 2005-05-19 Richard M. Stallman <rms@gnu.org>
15740
15741 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
15742
15743 * subr.el (event-basic-type): Don't get an error.
15744 (left-fringe-p): Function deleted.
15745
15746 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
15747 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
15748
15749 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
15750 in recursive copy.
15751
15752 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
15753
15754 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
15755
15756 * emacs-lisp/bytecomp.el
15757 (byte-compile-file-form-custom-declare-variable):
15758 Call byte-compile-nogroup-warn if appropriate.
15759
15760 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
15761 (compilation-set-window): Don't call left-fringe-p; do it directly.
15762
15763 2005-05-19 Jay Belanger <belanger@truman.edu>
15764
15765 * calc/calc-graph.el (calc-graph-format-data): Make sure
15766 var-PlotRejects is bound before trying to check its value.
15767
15768 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
15769
15770 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
15771 definition of this variable from reftex-global.el to reftex.el,
15772 because it is needed in the menu.
15773
15774 2005-05-19 Lute Kamstra <lute@gnu.org>
15775
15776 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
15777 years are fixed. Don't insert a space after a dash.
15778
15779 2005-05-19 Kim F. Storm <storm@cua.dk>
15780
15781 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
15782
15783 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
15784
15785 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
15786 strings, because (eq ... ?\\) is fairly frequent.
15787
15788 * progmodes/make-mode.el (makefile-add-this-line-targets):
15789 Simplify and integrate into `makefile-pickup-targets'.
15790 (makefile-add-this-line-macro): Simplify and integrate into
15791 `makefile-pickup-macros.
15792 (makefile-pickup-filenames-as-targets): Simplify.
15793 (makefile-previous-dependency, makefile-match-dependency):
15794 Don't stumble over `::'.
15795
15796 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
15797
15798 * subr.el (post-command-idle-hook, post-command-idle-delay):
15799 Remove obsoletion of post-command-idle-hook and
15800 post-command-idle-delay.
15801
15802 * faces.el (list-faces-display): Provide button when describe-face
15803 is called to take user back to the list of faces.
15804
15805 * help-fns.el (describe-variable): Remove hyperlinks in a
15806 variable's value as these are quite frequently inappropriate.
15807
15808 * follow.el (follow-submit-feedback, follow-mode):
15809 Remove references to post-command-idle-hook.
15810
15811 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
15812
15813 * progmodes/make-mode.el (makefile-previous-dependency)
15814 (makefile-match-dependency): Check for := (and in bsd mode also
15815 !=) to give a better result, even when font-lock is not on.
15816
15817 2005-05-18 Jay Belanger <belanger@truman.edu>
15818
15819 * calc/calc-help.el (calc-s-prefix-help):
15820 Add `calc-copy-special-constant' to help string.
15821
15822 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
15823
15824 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15825
15826 2005-05-18 Jay Belanger <belanger@truman.edu>
15827
15828 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
15829 in linear factors are in proper order.
15830
15831 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
15832
15833 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15834 Support for jurabib.
15835
15836 * textmodes/reftex.el (featurep): Define aliases for overlay
15837 commands, for XEmacs compatibility, and use these aliases in
15838 overlay initializations.
15839 (reftex-highlight): Use `reftex-move-overlay'.
15840 (reftex-unhighlight): Use `reftex-delete-overlay'.
15841 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
15842 (reftex-access-search-path): Use `reftex-uniquify' instead of
15843 `reftex-uniq'
15844
15845 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
15846 `before-string' property modification enables for Emacs as well.
15847 (reftex-select-item): Use `reftex-delete-overlay'.
15848 (reftex-select-mark): Use `reftex-make-overlay' and
15849 `reftex-overlay-put'.
15850 (reftex-select-unmark): Use `reftex-delete-overlay' and
15851 `reftex-overlay-put'.
15852
15853 2005-05-18 Lute Kamstra <lute@gnu.org>
15854
15855 * emacs-lisp/lisp.el (check-parens): Fix docstring.
15856
15857 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
15858
15859 * add-log.el (add-change-log-entry):
15860 * array.el (array-make-template, array-reconfigure-rows)
15861 (array-init-max-row, array-init-max-column)
15862 (array-init-columns-per-line, array-init-field-width):
15863 * replace.el (replace-match-maybe-edit, perform-replace):
15864 * textmodes/spell.el (spell-region):
15865 Replace `read-input' by `read-string'.
15866
15867 * forms.el (forms-mode):
15868 * finder.el (finder-compile-keywords):
15869 * shadowfile.el (shadow-read-files):
15870 Replace `eval-current-buffer' by `eval-buffer'.
15871
15872 * terminal.el (te-pass-through):
15873 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
15874 (ange-ftp-raw-send-cmd):
15875 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
15876 (send-process-next-char, telnet-initial-filter, telnet):
15877 Replace `send-string' by `process-send-string'.
15878
15879 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
15880 (prolog-consult-region): Replace `send-string' by
15881 `process-send-string'; replace `send-region' by `process-send-region'.
15882
15883 * progmodes/delphi.el (delphi-log-msg):
15884 Replace `set-window-dot' by `set-window-point'.
15885
15886 * subr.el (window-dot, set-window-dot, read-input, send-string)
15887 (send-region, show-buffer, eval-current-buffer):
15888 Make really obsolete, as the comment says.
15889
15890 2005-05-17 Kim F. Storm <storm@cua.dk>
15891
15892 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
15893 (cua--init-keymaps): Bind C-return instead of S-return to set
15894 rectangle mark.
15895
15896 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
15897 instead of S-return to toggle/clear rectangle mark.
15898
15899 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
15900
15901 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
15902 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
15903 Also fontify plain strings assigned to variables, mostly so that a
15904 colon has a face and is thus not taken as a dependency separator.
15905 (makefile-previous-dependency): Inline the new matcher, because it
15906 is too complex to work in both directions.
15907 (makefile-match-dependency): Eliminate `backward' arg (see above).
15908 Completely reimplemented so as to not sometimes go into an endless
15909 loop. It should also be more efficient, because first it only
15910 searches for `:', instead of applying the very complex regexp.
15911 (makefile-mode): Cancel `font-lock-support-mode', because blocks
15912 to be fontified in one piece can be too long for JIT.
15913 Makefiles are never *that* big.
15914
15915 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
15916
15917 * dired.el (dired-mode): Simplify.
15918
15919 2005-05-17 Lute Kamstra <lute@gnu.org>
15920
15921 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
15922 defcustom for the mode hook variable.
15923
15924 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
15925 Emacs Lisp Reference Manual.
15926
15927 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
15928
15929 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
15930 (evenp, list*):
15931 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
15932 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
15933
15934 * net/tramp-smb.el (tramp-smb-open-connection):
15935 Pass `tramp-chunksize' as fifth (required) argument.
15936
15937 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
15938
15939 * font-lock.el (lisp-font-lock-keywords-1):
15940 Set `font-lock-negation-char-face' for [^...] char group.
15941 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
15942
15943 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
15944 a var, and refine it to mask one more level of nested vars.
15945 (makefile-rule-action-regex): Turn it into a var, and refine it so
15946 it recognizes backslashed continuation lines as belonging to the
15947 same command.
15948 (makefile-macroassign-regex): Refine it so it recognizes
15949 backslashed continuation lines as belonging to the same command.
15950 (makefile-var-use-regex): Don't look at the next char, because it
15951 might be the same one to be skipped by the initial [^$], leading
15952 to an overlooked variable use.
15953 (makefile-make-font-lock-keywords): Remove two parameters, which
15954 are now variables that some of the modes set locally.
15955 Handle dependency and rule action matching through functions, because
15956 regexps alone match too often. Dependency matching now comes
15957 last, so it can check, whether a colon already matched something else.
15958 (makefile-mode): Inform that font-lock improves makefile parsing
15959 capabilities.
15960 (makefile-match-dependency, makefile-match-action): New functions.
15961
15962 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
15963
15964 * emacs-lisp/cl-extra.el (equalp): Doc fix.
15965
15966 * align.el (align-regexp):
15967 * ansi-color.el (ansi-color-get-face):
15968 * array.el (array-reconfigure-rows, array-init-max-row)
15969 (array-init-max-column, array-init-columns-per-line)
15970 (array-init-field-width):
15971 * dired-aux.el (dired-trample-file-versions):
15972 * dired-x.el (dired-mark-sexp):
15973 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
15974 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
15975 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
15976 * faces.el (face-read-integer):
15977 * files.el (backup-extract-version, insert-directory):
15978 * hexl.el (hexl-insert-decimal-char):
15979 * server.el (server-process-filter):
15980 * shell.el (shell-extract-num):
15981 * startup.el (command-line-1):
15982 * term.el (term-command-hook):
15983 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
15984 (time-stamp-do-number):
15985 * time.el (display-time-update):
15986 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
15987 (timezone-fix-time):
15988 * vms-patch.el (vms-suspend-resume-hook):
15989 * calendar/appt.el (appt-convert-time):
15990 * calendar/cal-bahai.el (mark-bahai-diary-entries):
15991 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15992 * calendar/cal-islam.el (mark-islamic-diary-entries):
15993 * calendar/calendar.el (calendar-cursor-to-date)
15994 (calendar-star-date):
15995 * calendar/diary-lib.el (diary-attrtype-convert)
15996 (mark-diary-entries, diary-entry-time):
15997 * calendar/solar.el (solar-get-number):
15998 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
15999 * emacs-lisp/re-builder.el (reb-display-subexp):
16000 * emulation/edt.el (edt-set-scroll-margins):
16001 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16002 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
16003 (vip-get-ex-count):
16004 * emulation/viper-ex.el (viper-get-ex-token)
16005 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
16006 * international/fontset.el (fontset-plain-name):
16007 * mail/feedmail.el (feedmail-look-at-queue-directory):
16008 * mail/mailalias.el (mail-get-names):
16009 * mail/rmail.el (rmail-convert-to-babyl-format):
16010 * mail/rmailsum.el (rmail-make-basic-summary-line)
16011 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
16012 (rmail-summary-goto-msg):
16013 * mail/smtpmail.el (smtpmail-read-response):
16014 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
16015 (ange-ftp-vms-add-file-entry):
16016 * play/gametree.el (gametree-looking-at-ply)
16017 (gametree-current-branch-score):
16018 * progmodes/ada-xref.el (ada-prj-find-prj-file)
16019 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
16020 * progmodes/cperl-mode.el (condition-case):
16021 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
16022 (ebrowse-set-member-buffer-column-width)
16023 (ebrowse-select-1st-to-9nth):
16024 * progmodes/etags.el (etags-snarf-tag):
16025 * progmodes/flymake.el (flymake-parse-line):
16026 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
16027 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
16028 (idlwave-shell-menu-def):
16029 * progmodes/ps-mode.el (ps-run-goto-error):
16030 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
16031 (vhdl-speedbar-contract-level):
16032 * term/mac-win.el (x-handle-numeric-switch):
16033 * term/sun-mouse.el (sun-get-frame-data):
16034 * term/w32-win.el (x-handle-numeric-switch):
16035 * term/x-win.el (x-handle-numeric-switch):
16036 * textmodes/ispell.el (ispell-parse-output):
16037 * textmodes/nroff-mode.el (nroff-outline-level):
16038 * textmodes/reftex-cite.el (reftex-bib-sort-year)
16039 (reftex-bib-sort-year-reverse, reftex-format-citation):
16040 * textmodes/reftex-parse.el (reftex-init-section-numbers)
16041 (reftex-section-number):
16042 * textmodes/texinfmt.el (texinfo-paragraphindent):
16043 Replace `string-to-int' by `string-to-number'.
16044
16045 * international/latexenc.el: Add page marker to force the "Local
16046 Variables:" string out of the last page.
16047
16048 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16049
16050 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
16051 tooltip-change-major-mode.
16052 (gud-tooltip-print-command): Remove case where gud-minor-mode
16053 is gdb ("--fullname").
16054 (gud-tooltip-tips): Turn GUD tooltips off for this case and
16055 explain to user.
16056
16057 2005-05-16 Jay Belanger <belanger@truman.edu>
16058
16059 * calc/calc-store.el (calc-copy-special-constant): New function.
16060
16061 * calc/calc-ext.el (calc-init-extensions): Add binding for
16062 `calc-copy-special-constant'.
16063
16064 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
16065 for the `calc-copy-special-constant' command.
16066
16067 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16068
16069 * subr.el (left-fringe-p): New function.
16070
16071 * progmodes/compile.el (compilation-setup): Set local value of
16072 overlay-arrow-string to "" always.
16073 (compilation-set-window): Left fringe then don't scroll.
16074 No left fringe then no arrow and scroll message to top.
16075 (compilation-context-lines): Adjust doc string accordingly.
16076
16077 2005-05-16 Kim F. Storm <storm@cua.dk>
16078
16079 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16080 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
16081 (ido-wide-find-dir-or-delete-dir): New command for M-d.
16082 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
16083 (ido-read-file-name): Handle commands with ido property value
16084 equal to find-file as reading a file name, to allow C-d to enter dired.
16085 (ibuffer-find-file): Add ido property with value find-file.
16086
16087 2005-05-15 Kim F. Storm <storm@cua.dk>
16088
16089 * subr.el (open-network-stream-nowait): Remove.
16090 (open-network-stream-server): Remove.
16091
16092 2005-05-15 Richard M. Stallman <rms@gnu.org>
16093
16094 * faces.el (describe-face): Output a definition link button.
16095
16096 * help-mode.el (help-face-def): New button type.
16097
16098 * emacs-lisp/copyright.el (copyright-fix-years):
16099 Match properly if the first year is 2-digit.
16100 Don't mess up the whitespace after the years by filling.
16101
16102 * dired-aux.el (dired-mark-confirm):
16103 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
16104
16105 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
16106 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
16107 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
16108
16109 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16110 Set font-lock-comment-start-skip.
16111
16112 * font-lock.el (font-lock-comment-start-skip): New variable.
16113 (font-lock-comment-end-skip): New variable.
16114 (font-lock-fontify-syntactically-region): Use them if non-nil.
16115
16116 2005-05-15 Jay Belanger <belanger@truman.edu>
16117
16118 * calc/calc-store.el (calc-store-value): Return a string rather
16119 than display it as a message.
16120 Use calc-var-name for variable name.
16121 (calc-store-into): Add the result of calc-store-value to message.
16122 (calc-copy-variable): Add a message.
16123 (calc-store-exchange): Improve error messages.
16124 (calc-store-binary, calc-store-map): Don't reset the values of
16125 special constants.
16126
16127 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
16128
16129 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
16130 manual to docstring.
16131
16132 * files.el (hack-local-variables-confirm): Add STRING argument.
16133 Make the function handle non file visiting buffers correctly.
16134 (hack-local-variables-prop-line, hack-local-variables)
16135 (hack-one-local-variable): Use STRING arg of
16136 `hack-local-variables-confirm'.
16137
16138 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
16139
16140 Sync with Tramp 2.0.49.
16141
16142 * net/tramp.el (tramp-handle-dired-call-process)
16143 (tramp-handle-insert-directory):`insert-buffer' cannot be used
16144 because the contents of the Tramp buffer is changed before
16145 insertion (`expand-file' and alike).
16146 (tramp-handle-insert-directory): If `localname' has an empty
16147 nondirectory name, it must not be quoted.
16148 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
16149 variable `tramp-chunksize'. Change callees.
16150 (tramp-open-connection-setup-interactive-shell): Check remote host
16151 for buggy `send-process-string' implementation.
16152 Set `tramp-chunksize' if found. Reported by Michael Kifer
16153 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
16154 (tramp-handle-shell-command): `insert-buffer' cannot be used
16155 because the contents of the Tramp buffer is changed before
16156 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
16157 <frederic.bothamy@free.fr>.
16158 (tramp-set-auto-save): Actions should be done for Tramp file name
16159 handler only. Ange-FTP has its own auto-save mechanism.
16160 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16161 (tramp-set-auto-save-file-modes): Set file modes of
16162 `buffer-auto-save-file-name' to ?\600 as fallback solution.
16163 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
16164 (tramp-bug): Remove obsolete variable.
16165 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
16166 for presence of `mml-mode'. Make it running for older Emacsen as well.
16167
16168 2005-05-14 John Paul Wallington <jpw@pobox.com>
16169
16170 * ibuf-ext.el (define-ibuffer-filter filename):
16171 If `dired-directory' is a list, use its car.
16172
16173 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
16174
16175 * ibuffer.el (define-ibuffer-column filename):
16176 If `dired-directory' is a list, use its car.
16177
16178 2005-05-14 Richard M. Stallman <rms@gnu.org>
16179
16180 * subr.el (symbol-file): Doc fix.
16181
16182 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
16183 (byte-compile-form): Call byte-compile-nogroup-warn.
16184 (byte-compile-warning-types): Doc fix.
16185
16186 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
16187
16188 * progmodes/cc-engine.el (c-literal-faces):
16189 Add font-lock-comment-delimiter-face.
16190
16191 * net/net-utils.el (dig): Use with-no-warnings.
16192
16193 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16194 (sc-recite-frame-alist, sc-default-cite-frame)
16195 (sc-default-uncite-frame, sc-default-recite-frame)
16196 (sc-attrib-selection-list, sc-rewrite-header-list):
16197 Mark as risky-local-variable.
16198
16199 * international/ogonek.el (ogonek-jak, ogonek-how):
16200 Don't use beginning-of-buffer.
16201
16202 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16203
16204 * calendar/solar.el (solar-data-list): Move definition up.
16205
16206 * dnd.el (dnd-protocol-alist): Add autoload.
16207
16208 * progmodes/sh-script.el: Many doc usage fixes.
16209 (sh-indent-after-do): Change default to match common styles.
16210
16211 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
16212
16213 * files.el (interpreter-mode-alist)
16214 (auto-mode-interpreter-regexp): Doc fixes.
16215
16216 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
16217
16218 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
16219
16220 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16221
16222 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16223
16224 * dired.el (dired-mode): make-variable-buffer-local =>
16225 make-local-variable.
16226
16227 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16228
16229 * term/mac-win.el (mac-select-convert-to-string): Try coding
16230 systems in mac-script-code-coding-systems if specified one cannot
16231 encode string for `com.apple.traditional-mac-plain-text'.
16232
16233 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
16234
16235 * progmodes/make-mode.el (makefile-targets-face)
16236 (makefile-shell-face, makefile-makepp-perl-face): New faces.
16237 (makefile-dependency-regex): Fix it to not make the colon in
16238 $(var:a=b) special.
16239 (makefile-rule-action-regex): New regexp for highlighting embedded
16240 Shell strings.
16241 (makefile-macroassign-regex): Handle != for highlighting as
16242 embedded Shell strings.
16243 (makefile-var-use-regex): New const.
16244 (makefile-statements, makefile-automake-statements)
16245 (makefile-gmake-statements, makefile-makepp-statements)
16246 (makefile-bsdmake-statements): New consts.
16247 (makefile-make-font-lock-keywords): New function.
16248 (makefile-automake-font-lock-keywords)
16249 (makefile-gmake-font-lock-keywords)
16250 (makefile-makepp-font-lock-keywords)
16251 (makefile-bsdmake-font-lock-keywords): New consts.
16252 (makefile-mode-map): Add switchers between the various submodes.
16253 (makefile-mode): Document the availability of the variants.
16254 (makefile-automake-mode, makefile-gmake-mode)
16255 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16256
16257 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16258 new variants of makefile-mode.
16259
16260 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16261
16262 * font-lock.el (font-lock-comment-delimiter-face): Fix up
16263 the inheritance.
16264
16265 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
16266
16267 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16268 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16269
16270 * files.el (normal-mode): Extend the scope of the
16271 `enable-local-variables' binding to include the `set-auto-mode' call.
16272 (magic-mode-alist): Doc fix.
16273
16274 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16275
16276 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
16277 font-lock-comment-face rather than copying its setting.
16278
16279 2005-05-12 Andreas Schwab <schwab@suse.de>
16280
16281 * eshell/esh-mode.el (eshell-send-input): Doc fix.
16282
16283 2005-05-12 Lute Kamstra <lute@gnu.org>
16284
16285 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
16286 defcustom for the mode hook variable. Delete the last argument.
16287 * generic-x.el: Fix callers of define-generic-mode.
16288 (generic-x-modes): Delete group.
16289 (show-tabs-tab-face, show-tabs-space-face): Put them in the
16290 generic-x customization group.
16291
16292 2005-05-12 Kim F. Storm <storm@cua.dk>
16293
16294 * font-lock.el (font-lock-negation-char-face): Default to "off".
16295
16296 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
16297 font-lock-negation-char-face to ! in !=.
16298
16299 2005-05-12 Masatake YAMATO <jet@gyve.org>
16300
16301 * add-log.el (find-change-log): Fix typos in the docstring
16302 of function.
16303
16304 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16305
16306 * international/latexenc.el (latexenc-find-file-coding-system):
16307 Avoid `re-search-forward' when looking for input encoding because
16308 of speed and safety. Better regular expressions for recognizing
16309 input encoding. Limit a search for TeX-master/tex-main-file to
16310 the local variable section.
16311
16312 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
16313
16314 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
16315 syntax of $ to "'" (quote).
16316
16317 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
16318
16319 * dnd.el (dnd-protocol-alist): Improve custom type.
16320
16321 * dired.el (dired-dnd-protocol-alist): New variable.
16322 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
16323 `dired-mode-hook' to the end.
16324
16325 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16326
16327 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
16328 comment-end if comment-start-skip is not set.
16329 Obey the font-lock-comment-delimiter-face variables.
16330
16331 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16332
16333 * files.el (executable-find): Move from executable.el. Use
16334 locate-file.
16335 * progmodes/executable.el (executable-find): Move to files.el.
16336
16337 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
16338 when trying to ensure forward progress.
16339
16340 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
16341
16342 * mouse-sel.el (mouse-sel-follow-link-p): New function.
16343 (mouse-select, mouse-select-internal, mouse-extend-internal):
16344 Use it to implement mouse-1-click-follows-link functionality.
16345
16346 2005-05-11 Richard M. Stallman <rms@gnu.org>
16347
16348 * font-lock.el (font-lock-fontify-syntactically-region):
16349 Use font-lock-comment-delimiter-face for comment delimiters.
16350
16351 2005-05-10 Jay Belanger <belanger@truman.edu>
16352
16353 * calc/calc-help.el (calc-m-prefix-help): Add mention of
16354 preserving embedded modes.
16355
16356 2005-05-10 Richard M. Stallman <rms@gnu.org>
16357
16358 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
16359
16360 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
16361 Move from ada-stmt.el.
16362 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
16363
16364 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
16365 Move to ada-mode.el.
16366 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
16367
16368 * cus-edit.el (custom-file): Call file-chase-links.
16369
16370 * files.el (read-directory-name): Fix previous change.
16371 (hack-local-variables-confirm): New function.
16372 (hack-local-variables-prop-line, hack-local-variables)
16373 (hack-one-local-variable): Use it.
16374
16375 2005-05-10 Lute Kamstra <lute@gnu.org>
16376
16377 * font-lock.el (font-lock-keywords-alist)
16378 (font-lock-removed-keywords-alist): Clarify docstrings.
16379
16380 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
16381
16382 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
16383 (gdb-source-info): Check for preprocessor info.
16384 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
16385 a macro for a function.
16386 (gdb-info-breakpoints-custom): Try to find file again if not already
16387 found (user might have used GDB dir command).
16388 (gdb-get-location): Update gdb-location-alist correctly for change
16389 to gdb-info-breakpoints-custom.
16390
16391 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
16392 (gud-tooltip-print-command): Add gdbmi case.
16393 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
16394 preprocessor info.
16395
16396 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
16397
16398 * startup.el (fancy-splash-insert): Fix typo in doc string.
16399
16400 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
16401
16402 * obsolete/float.el (string-to-float):
16403 * obsolete/hilit19.el (hilit-add-pattern):
16404 * obsolete/rnews.el (news-parse-range, news-select-message)
16405 (news-get-pruned-list-of-files): Replace `string-to-int' by
16406 `string-to-number'.
16407
16408 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
16409 `find-file-not-found-hooks'; use `add-hook'.
16410 (uncompress-while-visiting): Set `write-file-functions', not
16411 `write-file-hooks'; use `add-hook'.
16412
16413 2005-05-09 Kim F. Storm <storm@cua.dk>
16414
16415 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
16416 (cua-paste): Handle clipboard action.
16417 (cua--init-keymaps): Remap clipboard-kill-region and
16418 clipboard-kill-ring-save.
16419
16420 2005-05-08 Eli Zaretskii <eliz@gnu.org>
16421
16422 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16423 Improve commentary.
16424
16425 * simple.el (next-error-overlay-arrow-position): Revert the change
16426 made on 2005-04-30.
16427
16428 2005-05-07 Jay Belanger <belanger@truman.edu>
16429
16430 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
16431 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
16432 `calc-sel-reselect'.
16433
16434 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
16435 Calc is in embedded mode.
16436
16437 2005-05-07 Eli Zaretskii <eliz@gnu.org>
16438
16439 * progmodes/compile.el (compilation-setup):
16440 Set overlay-arrow-string to an empty string on text terminals.
16441
16442 * textmodes/ispell.el (ispell-program-name): Try looking for
16443 "aspell" along exec-path, and if found, use it as the default
16444 speller program.
16445
16446 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
16447
16448 * international/mule.el (sgml-xml-auto-coding-function):
16449 Recognize encoding='FOO' in single quotes as well as in double quotes.
16450
16451 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
16452
16453 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
16454 as well as `interactive', so that defmacro* would recognize
16455 `declare' forms.
16456
16457 2005-05-07 Eli Zaretskii <eliz@gnu.org>
16458
16459 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16460 Explain more about the LIGHTER arg's usage in the doc string.
16461 Add commentary to clarify what the code does. Fix the regexp that
16462 strips whitespace from LIGHTER. Quote LIGHTER before using it,
16463 since it could have characters special to regular expressions.
16464
16465 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16466
16467 * replace.el (occur-1): Bind inhibit-read-only so that
16468 erase-buffer doesn't barf on read-only text properties (likewise
16469 for add-text-properties in occur-engine). Mark buffer as unmodified.
16470 (occur-engine): Don't set buffer-read-only here.
16471
16472 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16473
16474 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
16475 list-buffers-directory. This caused the *cvs-commit* buffer to be
16476 sometimes mistakenly reused as a *cvs* buffer.
16477
16478 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
16479
16480 * tooltip.el: Move code for GUD tooltips into gud.el.
16481 (require): CL no longer needed to compile case.
16482 (tooltip-mode): Do not toggle functions for GUD tooltips.
16483 (tooltip-gud-tips-p): Remove. Replace with minor mode
16484 gud-tooltip-mode in gud.el.
16485 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
16486 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
16487 tooltip-gud prefix with gud-tooltip and obsolete.
16488 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
16489 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
16490 (tooltip-mouse-motion): Mouse movement functions/variable.
16491 Rename in gud.el by adding gud prefix.
16492 (tooltip-gud-original-filter, tooltip-gud-dereference)
16493 (tooltip-gud-event, tooltip-toggle-gud-tips)
16494 (tooltip-gud-process-output, tooltip-gud-print-command)
16495 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
16496 gud.el by replacing tooltip-gud prefix with gud-tooltip.
16497 (gdb-tooltip-print): Move to gdb-ui.el.
16498
16499 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16500 (require): CL needed to compile case.
16501 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
16502 tooltip-gud-tips-p. Make it a minor-mode.
16503 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16504 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16505 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16506 (gud-tooltip-change-major-mode)
16507 (gud-tooltip-activate-mouse-motions-if-enabled)
16508 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16509 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16510 (gud-tooltip-original-filter, gud-tooltip-dereference)
16511 (gud-tooltip-event, tooltip-toggle-gud-tips)
16512 (gud-tooltip-process-output, gud-tooltip-print-command)
16513 (gud-tooltip-tips): Move from tooltip.el.
16514
16515 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
16516 (gdb-cpp-define-alist-flags): Doc fix.
16517 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16518 gud-tooltip-mode is t.
16519
16520 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16521
16522 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16523 evaporate if their text is deleted.
16524 (goto-address-at-point): Make it work as a mouse binding as well.
16525 (goto-address-at-mouse): Obsolete it. Update users.
16526
16527 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
16528
16529 * calendar/appt.el (top-level): No longer activate on load.
16530
16531 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
16532
16533 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16534 * net/webjump.el (webjump):
16535 * progmodes/idlw-help.el (idlwave-do-context-help1)
16536 (idlwave-highlight-linked-completions):
16537 * textmodes/po.el (po-find-file-coding-system-guts):
16538 Replace `assoc-ignore-case' by `assoc-string'.
16539
16540 2005-05-06 Eli Zaretskii <eliz@gnu.org>
16541
16542 * files.el (locate-file): Doc fix.
16543
16544 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16545 Remove the redundant test for ms-dos.
16546
16547 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16548 look for the preprocessor with exec-suffixes. If not found in
16549 standard places, look in exec-path. Remove most of the tests that
16550 used system-type.
16551
16552 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16553
16554 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16555
16556 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16557 file-name clash with jka-compr.el on 8+3 filesystems.
16558
16559 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16560
16561 * term/mac-win.el: Don't define or bind scroll bar functions if
16562 x-toolkit-scroll-bars is t.
16563 (x-select-text, x-get-selection-value): Clear
16564 x-last-selected-text-clipboard if x-select-enable-clipboard is
16565 nil.
16566 (PRIMARY): Put mac-scrap-name property.
16567 (mac-select-convert-to-file-url): New function.
16568 (public.file-url): New selection target type. Add to
16569 selection-converter-alist.
16570 (x-get-selection, x-selection-value): Handle it.
16571 (x-cut-buffer-or-selection-value): New alias.
16572
16573 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16574
16575 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
16576 entry to avoid calling bibtex-find-entry with arg global
16577 being t. Remove arg key.
16578 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
16579 (bibtex-copy-summary-as-kill): Change accordingly.
16580
16581 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16582
16583 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
16584 (org-agenda-date-later): Use with-current-buffer.
16585
16586 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
16587
16588 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
16589 (define-obsolete-variable-alias): Doc Fixes.
16590
16591 2005-05-06 Kim F. Storm <storm@cua.dk>
16592
16593 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
16594 vertical-motion when selective-display is active.
16595
16596 * ido.el (ido-setup-hook): New hook.
16597 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
16598 (ido-input-stack): New var.
16599 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
16600 ido-next-work-file binding to M-O.
16601 Bind M-f to ido-wide-find-file-or-pop-dir.
16602 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
16603 (ido-read-internal): Run ido-setup-hook.
16604 Catch quit in read-file-name and read-string to cancel edit.
16605 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
16606 Automatically pop-all when completing a directory name (RET).
16607 (ido-file-internal): Add with-no-warnings around ffap and dired code.
16608 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
16609 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
16610 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
16611 New functions for M-b/M-f to move among the directory components.
16612 (ido-make-merged-file-list): Catch quit to cancel merge.
16613 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
16614 (ido-completion-help): No warnings for ido-completion-buffer-full.
16615
16616 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
16617
16618 * font-lock.el (font-lock-negation-char-face): New face and variable.
16619 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
16620 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
16621 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
16622 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
16623
16624 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
16625
16626 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
16627 Fix typo in docstring.
16628
16629 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
16630 (ebrowse-print-statistics-line)
16631 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
16632
16633 * term/w32-win.el (image-library-alist): Add additional name for
16634 Xpm library.
16635
16636 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
16637
16638 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
16639 use gcc instead of cpp.
16640
16641 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
16642 (gdb-create-define-alist): Use it.
16643 (gdb-cpp-define-alist-program): Update for MS-DOS.
16644
16645 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
16646
16647 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
16648
16649 2005-05-04 Richard M. Stallman <rms@gnu.org>
16650
16651 * help.el (describe-key): No error when UNTRANSLATED is nil.
16652
16653 * simple.el (line-move-1): Fix previous change to signal errors
16654 appropriately.
16655
16656 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
16657
16658 * calendar/icalendar.el (icalendar-version): Now at 0.12.
16659 (icalendar-duration-correction): Remove.
16660 (icalendar--get-event-properties): Split result at commas.
16661 (icalendar--decode-isoduration): New optional argument
16662 DURATION-CORRECTION.
16663 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
16664 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
16665 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
16666 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
16667 (icalendar--convert-anniversary-to-ical): New functions, extracted
16668 from icalendar-export-region, with bug fixes.
16669 (icalendar-export-region): Use the above functions.
16670 (icalendar-import-buffer): Check before saving diary file.
16671 (icalendar--convert-recurring-to-diary)
16672 (icalendar--convert-non-recurring-all-day-to-diary)
16673 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
16674 extracted from icalendar--convert-ical-to-diary, with bug fixes.
16675 (icalendar--convert-ical-to-diary): Use the above functions.
16676
16677 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
16678
16679 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
16680 Remove these recent additions.
16681 (c-mode): Restore to before 2005-04-28.
16682
16683 * progmodes/cc-vars.el (cc-define-list-program): Remove this
16684 recent addition.
16685
16686 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
16687 (gdb-define-alist): New variables.
16688 (gdb-create-define-alist): New function.
16689 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
16690 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
16691 with string-to-number.
16692 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
16693
16694 * progmodes/gud.el: Replace string-to-int with string-to-number.
16695 (gud-find-file): Handle gdb-define-alist.
16696
16697 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
16698
16699 2005-05-02 Jay Belanger <belanger@truman.edu>
16700
16701 * calc/calc-aent.el (math-read-token):
16702 * calc/calc-bin.el (calc-word-size):
16703 * calc/calc-ext.el (calc-read-number-fancy):
16704 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
16705 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
16706 * calc/calc-frac.el (calc-over-notation):
16707 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
16708 (calc-graph-num-points, calc-graph-init):
16709 * calc/calc-prog.el (calc-read-parse-table-part)
16710 (calc-edit-macro-repeats):
16711 * calc/calc-yank.el (calc-do-grab-rectangle):
16712 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
16713 Replace `string-to-int' by `string-to-number'.
16714
16715 2005-05-02 Kim F. Storm <storm@cua.dk>
16716
16717 * kmacro.el: Use executing-kbd-macro-index variable.
16718
16719 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
16720
16721 * net/rlogin.el (rlogin-parse-words): Delete func.
16722 (rlogin): Use split-string, not rlogin-parse-words.
16723 Also, if there are option-like elements in the parsed args,
16724 take the host to be the first arg immediately following them.
16725 Suggested by Michael Mauger.
16726
16727 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16728
16729 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
16730
16731 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
16732
16733 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
16734 (cc-mode-cpp-program): Rename to cc-define-list-program and
16735 move to cc-vars.el.
16736
16737 * progmodes/cc-vars.el (cc-define-list-program):
16738 Change to "gcc -E -dM -". Make customizable.
16739
16740 2005-05-02 Kim F. Storm <storm@cua.dk>
16741
16742 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
16743
16744 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
16745
16746 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
16747
16748 * international/mule-util.el (truncate-string): Remove alias and
16749 obsolete declaration.
16750
16751 * international/mule-cmds.el (update-iso-coding-systems):
16752 Remove alias and obsolete declaration.
16753
16754 * international/mule.el (coding-system-parent): Remove alias and
16755 obsolete declaration.
16756
16757 * subr.el (define-function, sref): Remove aliases and obsolete
16758 declarations.
16759 (chars-in-region): Remove obsolete declaration.
16760
16761 2005-05-01 Richard M. Stallman <rms@gnu.org>
16762
16763 * info.el (Info-mode): Set widen-automatically to nil, locally.
16764
16765 * simple.el (widen-automatically): New variable.
16766 (pop-global-mark): Obey widen-automatically.
16767
16768 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
16769
16770 * term/xterm.el (function-key-map): Call substitute-key-definition
16771 before the keymap size is increased by a lot of define-key calls.
16772
16773 2005-05-01 Richard M. Stallman <rms@gnu.org>
16774
16775 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
16776 Rename ARG to ELEMENT. Doc fix.
16777
16778 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
16779
16780 * allout.el (allout-exposure): Remove macro and obsolete declaration.
16781 Remove references to allout-exposure/change to allout-new-exposure.
16782
16783 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
16784 bytecode symbols.
16785
16786 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
16787 (compiled-function-p, focus-frame, unfocus-frame):
16788 Remove aliases and obsolete declarations.
16789 Back out inadvertent changes from previous commit.
16790
16791 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16792
16793 * files.el (require-final-newline): Make Custom tags consistent
16794 with mode-require-final-newline.
16795 (mode-require-final-newline): Doc fix.
16796
16797 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
16798
16799 * international/latexenc.el (latexenc-find-file-coding-system):
16800 Fix regular expressions.
16801
16802 2005-05-01 David Kastrup <dak@gnu.org>
16803
16804 * international/latexenc.el (latexenc-find-file-coding-system):
16805 Fix regular expressions.
16806
16807 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
16808
16809 * subr.el (string-to-int): Make obsolete.
16810
16811 2005-04-30 Richard M. Stallman <rms@gnu.org>
16812
16813 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
16814
16815 * loadup.el: load jka-comp-hook.
16816
16817 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
16818 (jka-compr-handler): Add autoload. `put' calls moved
16819 to jka-comp-hook.el.
16820 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
16821 (jka-compr-inhibit): Autoload.
16822
16823 * jka-comp-hook.el: New file.
16824 Enable the mode by default.
16825
16826 * files.el (backup-buffer-copy): Use copy-file instead
16827 of write-region, and put back the 'excl.
16828
16829 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
16830
16831 * progmodes/flymake.el (flymake-split-string)
16832 (flymake-split-string, flymake-log, flymake-pid-to-names)
16833 (flymake-reg-names, flymake-get-source-buffer-name)
16834 (flymake-unreg-names, flymake-add-line-err-info)
16835 (flymake-add-err-info): Clarify docstrings.
16836 (flymake-popup-menu, flymake-make-emacs-menu)
16837 (flymake-make-xemacs-menu): Add docstrings.
16838 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
16839 Set variables directly throughout.
16840
16841 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
16842
16843 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
16844 exists. Initialize cc-define-alist.
16845 (c-mode): Add cc-create-define-alist locally to after-save-hook.
16846 If there is no file (Macroexpansion) don't create an alist.
16847
16848 2005-04-29 Sam Steingold <sds@gnu.org>
16849
16850 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
16851 (cc-create-define-alist): Use it instead of the hard-coded string.
16852
16853 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16854
16855 * international/mule-conf.el (file-coding-system-alist): Fix regexp
16856 for latexenc.
16857
16858 2005-04-29 Lute Kamstra <lute@gnu.org>
16859
16860 * emacs-lisp/generic.el: Improve commentary section.
16861 (define-generic-mode): Improve docstring.
16862
16863 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
16864
16865 * textmodes/org.el (many places): Change to quiet the byte compiler.
16866 (org-prefix-format-compiled): New variable.
16867 (org-compile-prefix-format): New function.
16868 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
16869 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
16870 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
16871 (org-get-entries-from-diary): Use `org-get-time-of-day' for
16872 consistency with entries from `org-mode' files.
16873 (org-get-time-of-day): Fix bug with partial matches early in a line.
16874 (org-non-link-chars): New constant.
16875 (org-link-regexp): Respect `org-non-link-chars'.
16876 (org-agenda-day-view): Remove command.
16877 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
16878 (org-follow-bbdb-link, org-store-link): Search also company field.
16879 (org-highlight-overlay): New variable.
16880 (org-highlight, org-unhighlight): New functions.
16881 (org-agenda-mode): Add pre-command-hook to remove highlight.
16882 (org-evaluate-time-range): Behavior depends upon whether time stamp
16883 contains a time or not.
16884 (org-show-subtree, org-show-entry): New functions.
16885 (org-agenda-cleanup-fancy-diary): Remove empty lines.
16886
16887 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
16888
16889 * comint.el (comint-output-filter-functions): Add autoload cookie.
16890
16891 2005-04-28 Kim F. Storm <storm@cua.dk>
16892
16893 * ido.el (ido-everywhere): Fix last change.
16894
16895 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16896
16897 * international/latexenc.el: New file.
16898 * international/mule-conf.el (file-coding-system-alist): For .tex,
16899 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
16900
16901 2005-04-28 Lute Kamstra <lute@gnu.org>
16902
16903 * font-lock.el (font-lock-add-keywords)
16904 (font-lock-remove-keywords): Clarify docstring.
16905 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
16906 Don't start docstrings with a `*'.
16907 (font-lock-update-removed-keyword-alist): Give it a docstring.
16908
16909 * generic-x.el: Update commentary section.
16910 Only require font-lock when compiling.
16911 Define all modes conditionally.
16912 Place all generic modes in the generic-x-modes customization group.
16913 (generic-x-modes): New customization group.
16914 (generic-default-modes, generic-mswindows-modes)
16915 (generic-unix-modes, generic-other-modes): New constants.
16916 (generic-define-mswindows-modes, generic-define-unix-modes):
16917 Update docstrings. Make them obsolete.
16918 (generic-extras-enable-list): New default value. Update docstring.
16919 Improve :type. Change :set function.
16920 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
16921 Fix docstring.
16922
16923 * emacs-lisp/generic.el (generic-mode-internal):
16924 Simplify font-lock-defaults.
16925 (define-generic-mode): Fix docstring.
16926
16927 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16928
16929 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
16930 font-lock-face property to highlight matches.
16931
16932 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
16933
16934 * progmodes/cc-mode.el (cc-create-define-alist): New function.
16935 (cc-define-alist): New variable.
16936 (c-mode): Make it local and initialize it.
16937
16938 * progmodes/gdb-ui.el (gdb-active-process): New variable.
16939 (gdb-exited): New function.
16940 (gdb-annotation-rules): Use it.
16941 (gdb-starting): Set gdb-active-process to t.
16942 (gdb-stopping): Amend doc string.
16943 (gdb-reset): Set gdb-active-process to nil.
16944
16945 * tooltip.el (tooltip-gud-tips): Show the associated #define
16946 directives when a C program under GDB is not executing.
16947
16948 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
16949
16950 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
16951 font-lock-fontify-syntactic-keywords.
16952
16953 * font-lock.el (font-lock-default-fontify-region): Don't force
16954 parse-sexp-lookup-properties to nil.
16955
16956 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
16957
16958 * man.el (man-mode-syntax-table): Set up `:' to have
16959 word-constituent syntax.
16960
16961 2005-04-27 Lute Kamstra <lute@gnu.org>
16962
16963 * novice.el (disable-command): Don't add spurious newlines to the
16964 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
16965
16966 2005-04-26 Jay Belanger <belanger@truman.edu>
16967
16968 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
16969 than one window before deleting window.
16970
16971 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
16972
16973 * shell.el (shell-prompt-pattern): Doc fix.
16974 (shell-mode): Set paragraph-separate buffer locally to "\\'".
16975
16976 * comint.el (comint-prompt-regexp, comint-get-old-input)
16977 (comint-use-prompt-regexp)
16978 (comint-use-prompt-regexp-instead-of-fields)
16979 (comint-replace-by-expanded-history, comint-send-input)
16980 (comint-output-filter, comint-get-old-input-default)
16981 (comint-line-beginning-position, comint-bol, comint-show-output)
16982 (comint-backward-matching-input, comint-forward-matching-input)
16983 (comint-next-prompt, comint-previous-prompt):
16984 Rename `comint-use-prompt-regexp-instead-of-fields' to
16985 `comint-use-prompt-regexp'. Keep old name as alias and declare
16986 obsolete.
16987 (comint-use-prompt-regexp): Shorten first line of doc string.
16988
16989 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
16990 Set paragraph-separate buffer locally to "\\'".
16991
16992 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
16993 Adapt to above name change.
16994
16995 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
16996 (smbclient-prompt-regexp): Ditto.
16997
16998 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
16999
17000 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
17001
17002 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
17003 gdb-location-list.
17004 Break lines that are over 80 characters wide.
17005
17006 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
17007
17008 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
17009 New fun and var, to preserve compatibility.
17010
17011 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
17012
17013 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
17014
17015 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
17016 name to file-newer-than-file-p.
17017
17018 2005-04-26 Richard M. Stallman <rms@gnu.org>
17019
17020 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
17021
17022 * progmodes/python.el (python-mode):
17023 Use new name eldoc-documentation-function.
17024
17025 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
17026
17027 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17028 (eldoc-documentation-function):
17029 Rename from eldoc-print-current-symbol-info-function. Calls changed.
17030
17031 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
17032
17033 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17034
17035 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17036
17037 * term/xterm.el (function-key-map): Fix strings for
17038 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
17039 {C,S,A,C-S}-{f1-f12}.
17040
17041 2005-04-26 Kenichi Handa <handa@m17n.org>
17042
17043 * international/mule-cmds.el (select-safe-coding-system):
17044 Fix previous change.
17045
17046 2005-04-26 Lute Kamstra <lute@gnu.org>
17047
17048 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
17049
17050 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
17051 (font-lock-comment-delimiter-face): Ditto.
17052
17053 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
17054
17055 2005-04-25 Jay Belanger <belanger@truman.edu>
17056
17057 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
17058 to t while inserting information; use help-mode.
17059
17060 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17061
17062 * term.el (ansi-term-color-vector): Use the xterm colors.
17063 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
17064
17065 2005-04-25 Lute Kamstra <lute@gnu.org>
17066
17067 * font-core.el (font-lock-defaults): Fix docstring.
17068
17069 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
17070
17071 2005-04-25 Kenichi Handa <handa@m17n.org>
17072
17073 * international/mule-cmds.el (select-safe-coding-system):
17074 Don't check consistency with coding: spec, etc if raw-text or
17075 no-conversion was found to be safe.
17076
17077 2005-04-24 Richard M. Stallman <rms@gnu.org>
17078
17079 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
17080 citation markers at start of each line.
17081
17082 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
17083 citation markers at start of each line.
17084
17085 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
17086
17087 * files.el (mode-require-final-newline): Fix previous change.
17088 (require-final-newline): Fix type label.
17089
17090 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17091
17092 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
17093 statement in buffer (broken by 2004-11-24 change).
17094
17095 2005-04-24 Kim F. Storm <storm@cua.dk>
17096
17097 * ido.el (ido-everywhere): Save and restore old read-buffer-function
17098 and read-file-name-function values. Don't overwrite existing
17099 non-nil values if ido-mode is enabled without ido-everywhere.
17100
17101 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
17102
17103 * files.el (mode-require-final-newline): Minor doc fix.
17104
17105 2005-04-24 Eli Zaretskii <eliz@gnu.org>
17106
17107 * subr.el (syntax-after): Doc fix.
17108 (syntax-class): If argument is nil, return nil. Mask off upper 16
17109 bits, not 8 bits.
17110
17111 * files.el (mode-require-final-newline): Doc fix.
17112 (backup-buffer-copy): Fix last change.
17113
17114 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17115
17116 * term/mac-win.el: Require select. Set selection-coding-system to
17117 mac-system-coding-system. Call menu-bar-enable-clipboard.
17118 (x-last-selected-text-clipboard, x-last-selected-text-primary)
17119 (x-select-enable-clipboard): New variables.
17120 (x-select-text, x-get-selection, x-selection-value)
17121 (x-get-selection-value, mac-select-convert-to-string)
17122 (mac-services-open-file, mac-services-open-selection)
17123 (mac-services-insert-text): New functions.
17124 (CLIPBOARD, FIND): Put mac-scrap-name property.
17125 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
17126 (public.tiff): Put mac-ostype property.
17127 (selection-converter-alist): Add entries for them.
17128 (mac-application-menu-map): New keymap.
17129 (interprogram-cut-function, interprogram-paste-function): Set to
17130 x-select-text and x-get-selection-value, respectively.
17131 (split-window-keep-point): Set to t.
17132
17133 2005-04-23 Richard M. Stallman <rms@gnu.org>
17134
17135 * files.el (read-directory-name): Always pass non-nil
17136 DEFAULT-FILENAME arg to read-file-name.
17137 (backup-buffer-copy, basic-save-buffer-2): Take care against
17138 writing thru an unexpected existing symlink.
17139 (revert-buffer): In indirect buffer, revert the base buffer.
17140 (magic-mode-alist): Doc fix.
17141 (buffer-stale-function): Doc fix.
17142 (minibuffer-with-setup-hook): Avoid warning.
17143 (mode-require-final-newline): Doc and custom fix.
17144
17145 * follow.el (follow-end-of-buffer): Use with-no-warnings.
17146
17147 * font-lock.el (font-lock-comment-face): On terminals with few colors,
17148 use the default appearance.
17149 (font-lock-comment-delimiter-face): New face, new variable.
17150
17151 * imenu.el (imenu--generic-function): The official position of a
17152 definition is the start of the line that BEG is in.
17153
17154 * midnight.el (midnight-timer): Move defvar up.
17155
17156 * mouse.el (mouse-drag-region-1): Delete some debugging code.
17157
17158 * saveplace.el (save-place-to-alist): Use with-no-warnings.
17159
17160 * startup.el (command-line): Use with-no-warnings.
17161
17162 * window.el (window-size-fixed): New defvar.
17163
17164 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
17165
17166 * mail/rmail.el (rmail-font-lock-keywords):
17167 Use font-lock-comment-delimiter-face.
17168
17169 * mail/sendmail.el (mail-font-lock-keywords):
17170 Use font-lock-comment-delimiter-face.
17171
17172 * progmodes/compile.el (next-error-highlight-timer): New defvar.
17173
17174 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
17175
17176 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17177 Specify t for LAXMATCH when matching directories.
17178 Save match data around compilation-compat-error-properties form.
17179
17180 2005-04-23 David Kastrup <dak@gnu.org>
17181
17182 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
17183 Mention that the autoloaded aliases should be kept for AUCTeX.
17184
17185 2005-04-23 Andreas Schwab <schwab@suse.de>
17186
17187 * isearch.el (isearch-forward): Doc fix.
17188
17189 2005-04-23 Eli Zaretskii <eliz@gnu.org>
17190
17191 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17192 (jit-lock-stealth-nice): Change default value to 0.5.
17193
17194 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
17195
17196 * abbrev.el (write-abbrev-file): Write table entries in
17197 alphabetical order by table name.
17198
17199 2005-04-22 Kim F. Storm <storm@cua.dk>
17200
17201 * ido.el (ido-read-internal): Fix `list' completion.
17202
17203 2005-04-22 Kenichi Handa <handa@m17n.org>
17204
17205 * recentf.el (recentf-save-file-coding-system): New variable.
17206 (recentf-save-list): Encode the file by
17207 recentf-save-file-coding-system and add coding: tag.
17208
17209 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
17210
17211 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17212
17213 2005-04-21 Lute Kamstra <lute@gnu.org>
17214
17215 * loadhist.el (unload-feature): Don't remove a function from hooks
17216 if it is about to be restored to an autoload . Remove functions
17217 that will become unbound from auto-mode-alist. Simplify the code.
17218
17219 * subr.el (assq-delete-all): New implementation that is linear,
17220 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
17221 (rassq-delete-all): New function.
17222
17223 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17224 Add size-indication-mode.
17225
17226 2005-04-21 Kenichi Handa <handa@m17n.org>
17227
17228 * international/mule-cmds.el: Add autoload for widget-value in
17229 eval-when-compile.
17230
17231 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
17232
17233 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17234 Add tooltip-mode.
17235
17236 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17237
17238 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
17239
17240 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17241 (inferior-lisp-filter-regexp, inferior-lisp-program)
17242 (inferior-lisp-load-command, inferior-lisp-prompt)
17243 (inferior-lisp-mode-hook, lisp-source-modes)
17244 (inferior-lisp-load-hook): defvar->defcustom.
17245 (inferior-lisp-program, inferior-lisp-prompt)
17246 (inferior-lisp-load-hook): Doc fixes.
17247 (inferior-lisp-install-letter-bindings): Small change in
17248 introductory comment.
17249
17250 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
17251
17252 * vc.el (vc-annotate-color-map): Change some colors so that text
17253 using them as foreground is readable on both white and black
17254 backgrounds.
17255
17256 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17257
17258 * international/mule-conf.el (translation-table-for-input):
17259 Remove redundant declaration.
17260
17261 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17262
17263 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17264
17265 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17266 (tooltip-toggle-gud-tips): New function.
17267
17268 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17269
17270 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17271 right angle brackets.
17272
17273 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17274
17275 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
17276
17277 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17278
17279 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
17280 Remove. Update callers to use expand-file-name instead.
17281
17282 * subr.el (syntax-class): New function.
17283
17284 * simple.el (blink-matching-open): Use it.
17285
17286 * paren.el (show-paren-function): Use it to recognize parens that are
17287 also used in 2-char comment markers.
17288
17289 2005-04-19 Lute Kamstra <lute@gnu.org>
17290
17291 * loadhist.el (unload-feature): Update for new format of
17292 load-history. Simplify the code.
17293
17294 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17295
17296 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
17297 (mac-add-charset-info): New function. Initialize variable
17298 mac-charset-info-alist using it.
17299 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
17300 for translation.
17301 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
17302 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
17303 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
17304 New CCL programs.
17305
17306 2005-04-19 Kim F. Storm <storm@cua.dk>
17307
17308 * simple.el (next-buffer, prev-buffer, next-error)
17309 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17310 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
17311
17312 * bindings.el (next-buffer, prev-buffer, next-error)
17313 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17314 (clone-indirect-buffer-other-window): Move bindings from simple.el.
17315 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
17316 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
17317
17318 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17319
17320 * isearch.el (isearch-edit-string): Make the search-ring available for
17321 minibuffer history commands.
17322 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
17323 the default history commands now work just as well.
17324 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
17325
17326 2005-04-18 Kim F. Storm <storm@cua.dk>
17327
17328 * emulation/cua-base.el (cua--pre-command-handler): Add more
17329 elaborate check for shift modifier on non-window systems.
17330
17331 2005-04-18 Lars Hansen <larsh@math.ku.dk>
17332
17333 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
17334
17335 2005-04-18 Kim F. Storm <storm@cua.dk>
17336
17337 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
17338 and make it optional. Don't test tooltip-gud-echo-area here.
17339 (tooltip-gud-process-output, gdb-tooltip-print):
17340 Pass tooltip-gud-echo-area to tooltip-show.
17341 (tooltip-help-tips): Remove second optional arg to tooltip-show.
17342
17343 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17344
17345 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
17346 `display-graphic-p' may not be bound yet.
17347
17348 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
17349
17350 * startup.el (command-line): No longer enable Xterm Mouse mode by
17351 default in terminals compatible with xterm.
17352
17353 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
17354
17355 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
17356
17357 * tooltip.el (tooltip-gud-echo-area): Rename from
17358 tooltip-use-echo-area.
17359 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
17360 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
17361 area independently of where help tooltips are displayed.
17362
17363 2005-04-17 David Kastrup <dak@gnu.org>
17364
17365 * cus-theme.el (custom-theme-write-variables): Quote variables
17366 where necessary.
17367
17368 2005-04-17 Richard M. Stallman <rms@gnu.org>
17369
17370 * simple.el (yank-excluded-properties): Add follow-link to value.
17371
17372 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
17373
17374 * startup.el (fancy-splash-max-time): Just 30 seconds.
17375 (fancy-splash-delay): Just 7.
17376 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
17377
17378 * loadhist.el (unload-feature): Update for new format of load-history.
17379 Simplify the code.
17380
17381 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
17382 (rmail-font-lock-keywords): Don't fontify the text of a citation.
17383
17384 * mail/sendmail.el (mail-font-lock-keywords):
17385 Don't fontify subject text.
17386 Don't fontify the text of a citation.
17387
17388 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
17389
17390 * comint.el (comint-output-filter): Run comint-output-filter-functions
17391 with point where the user had it.
17392
17393 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17394
17395 * international/ucs-tables.el (ucs-set-table-for-input):
17396 Disable when using unify-on-decoding.
17397
17398 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
17399
17400 * emulation/cua-base.el (cua-global-mark-face): Add special case
17401 for displays supporting a high number of colors.
17402
17403 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17404
17405 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
17406
17407 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
17408
17409 * filesets.el (filesets-add-buffer): If user supplies a name of a
17410 non-existing fileset, create a new fileset.
17411
17412 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
17413
17414 * textmodes/org.el (org-up-heading-all): Fix bug with
17415 `outline-up-heading-all'.
17416
17417 2005-04-16 Andreas Schwab <schwab@suse.de>
17418
17419 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
17420 /etc/permissions.d/* and /etc/aliases.d/*.
17421
17422 2005-04-16 Kenichi Handa <handa@m17n.org>
17423
17424 * international/code-pages.el (cp-make-coding-system):
17425 Set `translation-table-for-input' property value to the symbol
17426 ucs-mule-to-mule-unicode, not to that value.
17427 (pt154): Escape guillemet by `\'.
17428
17429 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
17430
17431 * loadup.el: Load tooltip if x-show-tip is fboundp.
17432
17433 * startup.el (command-line): Add comment.
17434
17435 * tooltip.el (tooltip-mode): Specify correct standard value for
17436 Custom in init-value.
17437
17438 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
17439
17440 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
17441 possible.
17442
17443 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
17444
17445 * textmodes/org.el (org-agenda-date-prompt): Rename from
17446 `org-agenda-date-today'.
17447 (org-evaluate-time-range): Insert at point instead of directly
17448 after time range.
17449 (org-first-headline-recenter, org-subtree-end-visible-p)
17450 (org-optimize-window-after-visibility-change): New functions
17451 (org-agenda-post-command-hook): Don't allow point at end of line,
17452 to make sure it always hits the text properties.
17453 (org-agenda-next-date-line, org-agenda-previous-date-line):
17454 New commands.
17455 (org-set-regexps-and-options): Category may contain white space.
17456 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17457 Improve marker positions.
17458 (org-agenda-new-marker): Argument POS made optional.
17459 (org-agenda-get-timestamps): Deadlines which are done are listed
17460 in org-done-face now.
17461 (org-agenda-get-todos, org-agenda-get-timestamps)
17462 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17463 Set `undone-face' and `done-face' properties.
17464 (org-last-todo-state-is-todo): New variable.
17465 (org-todo): Set `org-last-todo-state-is-todo'.
17466 (org-agenda-todo): Change face according to
17467 `org-last-todo-state-is-todo'. And change other lines referring to
17468 the same entry.
17469 (org-calendar-goto-agenda): New command.
17470 (org-calendar-to-agenda-key): New option.
17471 (org-startup-folded): New allowed value `content'.
17472 (org-set-regexps-and-options): Accept new value `content' for
17473 `org-startup-folded'.
17474 (org-get-current-options): Handle new value `content' for
17475 `org-startup-folded'.
17476 (org-insert-todo-heading): New command.
17477 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
17478 interactively in empty file and option
17479 `org-insert-mode-line-in-empty-file' has been set.
17480 (org-agenda-todo, org-agenda-priority): Modify to use
17481 `org-agenda-change-all-lines'.
17482 (org-warning-face): Change color on dark background
17483
17484 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17485
17486 * international/mule-cmds.el (set-locale-environment): On Mac OS,
17487 use preferences AppleLocale and AppleLanguages, and variable
17488 mac-system-locale for default locale. On Mac OS Classic, use
17489 mac-system-coding-system for default coding systems.
17490
17491 * term/mac-win.el: Don't set file-name-coding-system.
17492 Decode variables system-name, emacs-build-system, user-login-name, and
17493 user-full-name by mac-system-coding-system on Mac OS Classic.
17494 (mac-system-coding-system): New variable.
17495
17496 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
17497
17498 * startup.el (command-line): Handle `xterm-mouse-mode' before
17499 reading init file.
17500
17501 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
17502
17503 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17504
17505 * progmodes/sh-script.el (sh-here-document-word): Make it a
17506 defcustom. Doc fix.
17507 (sh-add): Bash uses $(( )) for arithmetic.
17508 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17509 (sh-maybe-here-document): Remove quotes and leading whitespace
17510 from heredoc word when closing. Indent heredoc with tabs if word
17511 starts with "-".
17512
17513 2005-04-13 Richard M. Stallman <rms@gnu.org>
17514
17515 * simple.el (undo): Fix previous change.
17516
17517 * custom.el (defface): Doc fix.
17518
17519 2005-04-13 Lute Kamstra <lute@gnu.org>
17520
17521 * Makefile.in (DONTCOMPILE): Remove list.
17522 (compile, compile-always): Don't use DONTCOMPILE.
17523 (update-authors): Load the library in which batch-update-authors
17524 is defined.
17525 * makefile.w32-in (DONTCOMPILE): Remove list.
17526 (compile, compile-always): Fix comments.
17527 (update-authors): Load the library in which batch-update-authors
17528 is defined.
17529
17530 * generic-x.el (generic-mode-ini-file-find-file-hook):
17531 Rename to ini-generic-mode-find-file-hook.
17532 Keep generic-mode-ini-file-find-file-hook as an alias.
17533 (ini-generic-mode-find-file-hook): Rename from
17534 generic-mode-ini-file-find-file-hook. Fix docstring.
17535 (ini-generic-mode): Docstring change.
17536 (bat-generic-mode-run-as-comint): Silence the byte compiler.
17537
17538 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17539 called from lisp.
17540
17541 * generic.el: Move to the emacs-lisp subdir.
17542
17543 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17544
17545 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17546 and C-S- function and cursor motion keys.
17547
17548 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
17549
17550 * startup.el (command-line): Enable Xterm Mouse mode by default.
17551 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
17552 for Custom. No longer show "Mouse" in mode line when enabled.
17553 Doc fix.
17554
17555 2005-04-12 Kim F. Storm <storm@cua.dk>
17556
17557 * emulation/cua-base.el (cua-rectangle-face)
17558 (cua-rectangle-noselect-face): Define face attributes here.
17559
17560 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17561
17562 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17563
17564 * startup.el (command-line): Turn off blinking cursor if
17565 cursorBlink in resources is off or false.
17566
17567 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17568
17569 * term/mac-win.el (dnd): Require dnd.
17570 (mac-drag-n-drop): Call dnd-handle-one-url.
17571 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17572 (kTextEncodingISOLatin2): Remove constants.
17573 (mac-script-code-coding-systems): New constant.
17574 (mac-handle-language-change): New function.
17575 (special-event-map): Bind it to `language-change' event.
17576 (mac-centraleurroman, mac-cyrillic): New coding systems.
17577 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
17578 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
17579 and mac-cyrillic-encoder to encode-mac-centraleurroman and
17580 encode-mac-cyrillic, respectively.
17581
17582 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17583
17584 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
17585 Don't set overlay-arrow-string to "=>" as this is done
17586 globally in C now.
17587
17588 2005-04-12 Lute Kamstra <lute@gnu.org>
17589
17590 * generic-x.el (rc-generic-mode, rul-generic-mode):
17591 Fix auto-mode-alist entries.
17592 (etc-fstab-generic-mode): Tweak fontification.
17593
17594 * generic.el (generic-make-keywords-list): Fix docstring.
17595 (generic-mode-internal): Simplify generic-font-lock-keywords.
17596
17597 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17598
17599 * whitespace.el (whitespace-buffer-leading)
17600 (whitespace-buffer-trailing): Revert the incorrect test inversion.
17601 However, fix the highlight area for the leading and
17602 trailing whitespaces to show space.
17603
17604 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17605
17606 * whitespace.el (whitespace-version): Bump to 3.5
17607
17608 (whitespace-buffer-leading, whitespace-buffer-trailing):
17609 Invert sense of the test to highlight the whitespace.
17610
17611 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17612
17613 * progmodes/gud.el (gud-display-line): GUD uses its own
17614 overlay arrow now so don't set overlay-arrow-string.
17615 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
17616
17617 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
17618
17619 * term.el (term-ansi-current-bold, term-ansi-current-underline)
17620 (term-ansi-current-reverse, term-ansi-current-invisible)
17621 (term-ansi-face-already-done): Change to boolean.
17622 (term-reset-terminal, term-handle-colors-array): Handle the above
17623 vars accordingly.
17624 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
17625 (term-emulate-terminal): Use the new name.
17626
17627 * faces.el (secondary-selection): Use yellow1, not yellow.
17628 (trailing-whitespace): Use red1, not red.
17629
17630 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17631
17632 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
17633 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
17634 (dired-dnd-handle-file): Call dnd-get-local-file-uri
17635
17636 * cus-edit.el (dnd): New group.
17637
17638 * term/w32-win.el (dnd): Require dnd
17639 (w32-drag-n-drop): Call dnd-handle-one-url.
17640
17641 * x-dnd.el: Require dnd.
17642 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
17643 Call dnd-handle-one-url.
17644 (x-dnd-types-alist, x-dnd-insert-utf8-text)
17645 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
17646 to dnd-insert-text.
17647 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
17648 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
17649 (x-dnd-get-local-file-name, x-dnd-open-local-file)
17650 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
17651
17652 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
17653
17654 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17655
17656 * wdired.el: Doc fixes.
17657 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
17658 (wdired-use-dired-vertical-movement): Rename from
17659 wdired-always-move-to-filename-beginning.
17660 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
17661 (wdired-change-to-wdired-mode): Change mode name.
17662 (wdired-newline): Delete.
17663
17664 2005-04-11 Richard M. Stallman <rms@gnu.org>
17665
17666 * whitespace.el (whitespace-highlight-the-space):
17667 Don't call whitespace-unhighlight-the-space here.
17668
17669 * simple.el (undo): Record t in undo-equiv-table
17670 for the redo record made by an undo-in-region.
17671
17672 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17673
17674 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
17675 (gdb-frame-inferior-io-buffer): New Functions to control
17676 display of separate IO buffer.
17677 (menu): Add them to menu-bar.
17678 (gdb-display-buffer): Check for buffer another frame.
17679 Protect GUD buffer.
17680 (gdb-setup-windows): Create IO buffer if not already there.
17681 (gdb-memory-mode): Remove purecopy noops.
17682
17683 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
17684
17685 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
17686 and pass to self-insert-command.
17687
17688 2005-04-11 Lute Kamstra <lute@gnu.org>
17689
17690 * generic.el: Commentary section cleanup.
17691 (generic): Delete.
17692 (generic-use-find-file-hook, generic-lines-to-scan)
17693 (generic-find-file-regexp, generic-ignore-files-regexp)
17694 (default-generic-mode, generic-mode-find-file-hook)
17695 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
17696 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
17697 (generic-use-find-file-hook, generic-lines-to-scan)
17698 (generic-find-file-regexp, generic-ignore-files-regexp)
17699 (default-generic-mode, generic-mode-find-file-hook)
17700 (generic-mode-ini-file-find-file-hook): Move from generic.el.
17701
17702 2005-04-10 Karl Fogel <kfogel@red-bean.com>
17703
17704 * bookmark.el (bookmark-write-file): Catch errors writing file.
17705 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
17706
17707 2005-04-10 Richard M. Stallman <rms@gnu.org>
17708
17709 * startup.el (fancy-splash-tail): Update copyright year.
17710 (command-line): Split part of -Q into -D.
17711 (emacs-basic-display): New defvar.
17712 (fancy-splash-text): Correct name of menu item.
17713
17714 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
17715
17716 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
17717 lines in one node.
17718
17719 * comint.el (comint-send-input): New arg ARTIFICIAL.
17720 Callers in this file changed.
17721
17722 * abbrev.el (define-abbrevs): Read system abbrevs properly.
17723
17724 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
17725
17726 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
17727
17728 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
17729 `ldap-search-internal'.
17730
17731 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17732
17733 * files.el (set-auto-mode-1): Use line-end-position.
17734
17735 * international/latin-1.el:
17736 * international/latin-2.el:
17737 * international/latin-3.el:
17738 * international/latin-4.el:
17739 * international/latin-5.el:
17740 * international/latin-8.el:
17741 * international/latin-9.el: Give punctuation syntax to NBSP.
17742
17743 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
17744 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
17745 Use char-classes to accept non-ascii letters, accepted in some recent
17746 bibtex implementations.
17747
17748 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
17749
17750 * custom.el (custom-set-minor-mode): Any non-nil value for the
17751 variable should enable the mode when set through Custom.
17752
17753 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17754
17755 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
17756 TAB binding so tab-always-indent is obeyed.
17757 (vhdl-minibuffer-local-map): Move initialization into declaration.
17758 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
17759 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
17760 (vhdl-hooked-abbrev): Avoid test for XEmacs.
17761 (vhdl-current-line): Use line-beginning-position.
17762 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
17763 with-output-to-temp-buffer, so the current position can be recorded.
17764
17765 2005-04-10 Masatake YAMATO <jet@gyve.org>
17766
17767 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17768 Add regexp for gcov.
17769
17770 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17771
17772 * calendar/time-date.el (time-to-seconds, seconds-to-time)
17773 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
17774 syntax which Emacs 20 doesn't support.
17775
17776 2005-04-09 Richard M. Stallman <rms@gnu.org>
17777
17778 * help.el (describe-key-briefly, describe-key):
17779 Replace strings as event types with "(any string)".
17780
17781 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17782
17783 * arc-mode.el (archive-mode-map): Move initialization into
17784 the declaration. Override *all* bindings of `undo'.
17785 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
17786
17787 2005-04-09 Jay Belanger <belanger@truman.edu>
17788
17789 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
17790
17791 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
17792
17793 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
17794 (xterm-register-default-colors): Update color values computation
17795 to match xterm-200.
17796
17797 2005-04-09 Kenichi Handa <handa@m17n.org>
17798
17799 * international/code-pages.el (iso-latin-7): Fix the map.
17800
17801 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
17802
17803 * emacs-lisp/lisp.el (defun-prompt-regexp)
17804 (parens-require-spaces, buffer-end, end-of-defun)
17805 (insert-parentheses): Doc fixes.
17806
17807 2005-04-08 Kim F. Storm <storm@cua.dk>
17808
17809 * comint.el (comint-highlight-prompt): Fix face spec.
17810 * hi-lock.el (hi-green): Likewise.
17811
17812 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17813
17814 * cus-edit.el (custom-modified-face):
17815 * comint.el (comint-highlight-input): Fix previous changes.
17816 * term.el (term-handle-ansi-escape): Add a comment.
17817
17818 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17819
17820 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
17821 in the buffer and in whitespace-highlighted-space.
17822 (whitespace-unhighlight-the-space): Simplify.
17823 (whitespace-buffer): Simplify.
17824
17825 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17826
17827 * textmodes/table.el (table-cell-face): Add special case for
17828 displays supporting a high number of colors.
17829 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17830 (vhdl-font-lock-reserved-words-face)
17831 (vhdl-speedbar-architecture-face)
17832 (vhdl-speedbar-instantiation-face)
17833 (vhdl-speedbar-architecture-selected-face)
17834 (vhdl-speedbar-instantiation-selected-face): Likewise.
17835 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
17836 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
17837 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17838 (ebrowse-root-class-face, ebrowse-member-attribute-face)
17839 (ebrowse-progress-face): Likewise.
17840 * progmodes/compile.el (compilation-info-face): Likewise.
17841 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
17842 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
17843 * calendar/calendar.el (diary-face): Likewise.
17844 * woman.el (woman-italic-face, woman-bold-face)
17845 (woman-unknown-face): Likewise.
17846 * wid-edit.el (widget-button-pressed-face): Likewise.
17847 * whitespace.el (whitespace-highlight-face): Likewise.
17848 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
17849 * pcvs-info.el (cvs-marked-face): Likewise.
17850 * info.el (info-xref): Likewise.
17851 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
17852 * hilit-chg.el (highlight-changes-face)
17853 (highlight-changes-delete-face): Likewise.
17854 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
17855 (hi-red-b): Likewise.
17856 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
17857 * font-lock.el (font-lock-keyword-face)
17858 (font-lock-function-name-face, font-lock-warning-face): Likewise.
17859 * cus-edit.el (custom-invalid-face, custom-modified-face)
17860 (custom-set-face, custom-changed-face, custom-variable-tag-face)
17861 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
17862 * comint.el (comint-highlight-prompt): Likewise.
17863
17864 2005-04-08 Lute Kamstra <lute@gnu.org>
17865
17866 * font-lock.el (font-lock-keywords): Docstring fixes.
17867
17868 2005-04-08 Kenichi Handa <handa@m17n.org>
17869
17870 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
17871 chars are more than a limit, print " and more..." at the tail.
17872
17873 2005-04-08 Kim F. Storm <storm@cua.dk>
17874
17875 * emacs-lisp/authors.el (authors-aliases): Update list.
17876 (authors-ignored-files): New list.
17877 (authors-fixed-entries): Fix typo.
17878 (authors-renamed-files-alist): Update list.
17879 (authors-add): Check authors-ignored-files.
17880
17881 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
17882
17883 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
17884 optional, to ensure backward compatibility.
17885
17886 2005-04-08 Stephen Eglen <stephen@gnu.org>
17887
17888 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
17889
17890 2005-04-08 Kim F. Storm <storm@cua.dk>
17891
17892 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
17893
17894 * mouse.el (mouse-on-link-p): Doc fix.
17895
17896 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
17897
17898 * ielm.el (ielm-prompt-read-only): Doc fix.
17899
17900 * comint.el (comint-prompt-read-only): Doc fix.
17901
17902 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
17903
17904 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
17905 ensure dired always handles wildcards passed to ffap.
17906 (find-file-at-point): Use it.
17907 (ffap-dired-wildcards): Doc fix.
17908
17909 2005-04-07 Juri Linkov <juri@jurta.org>
17910
17911 * simple.el (next-error-overlay-arrow-position): New defvar.
17912 Put "=>" on its property `overlay-arrow-string'. Add it to
17913 `overlay-arrow-variable-list'.
17914
17915 * progmodes/compile.el (compilation-setup):
17916 Set `next-error-overlay-arrow-position' to nil. Also set it to
17917 nil in the local hook `kill-buffer-hook'. Make local variable
17918 `overlay-arrow-string' and set it to "=>".
17919 (compilation-goto-locus): Set BOL position to
17920 `next-error-overlay-arrow-position' instead of
17921 `overlay-arrow-position'.
17922
17923 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
17924 locally instead of adding it to the global hook.
17925 (Info-kill-buffer): Move up.
17926
17927 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
17928
17929 * term/xterm.el (xterm-standard-colors): Update color values from
17930 xterm-200.
17931
17932 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
17933
17934 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
17935
17936 * fast-lock.el:
17937 * lazy-lock.el: Move them to the obsolete subdir.
17938
17939 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17940
17941 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
17942 (wdired-add-replace-advice): Remove.
17943 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
17944
17945 2005-04-06 Kim F. Storm <storm@cua.dk>
17946
17947 * startup.el (command-line): Add --bare-bones alias for -Q.
17948
17949 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17950
17951 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
17952 create the startup fontset if a font specification ends with
17953 `mac-roman'.
17954
17955 2005-04-06 Lute Kamstra <lute@gnu.org>
17956
17957 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
17958 change.
17959
17960 * emacs-lisp/copyright.el (copyright-update-year): Replace the
17961 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
17962
17963 2005-04-05 Lute Kamstra <lute@gnu.org>
17964
17965 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
17966 (define-generic-mode): Ditto. Fix debug declaration.
17967
17968 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17969 Put them in the generic-x group.
17970
17971 * calendar/timeclock.el (timeclock): Doc fix.
17972
17973 * generic.el (define-generic-mode): Don't use custom-current-group.
17974 Document default :group value.
17975 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
17976 (define-global-minor-mode): Don't use custom-current-group.
17977
17978 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
17979
17980 * startup.el (command-line-1): Display startup-echo-area-message
17981 when fancy splash screen is in use.
17982
17983 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
17984 (sh-escaped-newline): New face.
17985 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
17986 newline, and use sh-escaped-newline face.
17987
17988 * progmodes/tcl.el (tcl-escaped-newline): New face.
17989 (tcl-builtin-list): New variable.
17990 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
17991 newlines. Fix keywords subexpression number.
17992
17993 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
17994
17995 * textmodes/org.el (org-diary-default-entry): Fix call to
17996 `add-to-diary-entry'.
17997
17998 2005-04-05 Kim F. Storm <storm@cua.dk>
17999
18000 * ediff-init.el: Use (featurep 'xemacs).
18001
18002 2005-04-05 David Ponce <david@dponce.com>
18003
18004 * cus-edit.el (face): Derive from symbol widget. Display sample
18005 of the current face on the fly.
18006 (widget-face-sample-face-get, widget-face-notify): New functions.
18007 (widget-face-value-create): Remove.
18008
18009 * wid-edit.el (widget-field-end): Temporarily remove field
18010 narrowing before to call `get-char-property'.
18011
18012 2005-04-04 Jay Belanger <belanger@truman.edu>
18013
18014 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
18015 (math-read-subscripts): New variable.
18016 (math-read-preprocess-string): Process subscripts.
18017
18018 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
18019
18020 * comint.el (comint-prompt-read-only): Doc fix.
18021
18022 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
18023 `-1'. Doc fix.
18024
18025 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
18026
18027 * textmodes/org.el (org-insert-mode-line-in-empty-file):
18028 Change default value to nil.
18029
18030 2005-04-04 Lute Kamstra <lute@gnu.org>
18031
18032 * autorevert.el (auto-revert-mode): Specify :group.
18033 * battery.el (display-battery-mode): Specify :group.
18034 * diff-mode.el (diff-minor-mode): Specify :group.
18035 * font-core.el (font-lock-mode): Specify :group.
18036 * hl-line.el (hl-line-mode): Specify :group.
18037 * iimage.el (iimage): New customization group.
18038 (iimage-mode): Specify :group.
18039 * longlines.el (longlines-mode): Specify :group.
18040 * master.el: Don't require easy-mmode.
18041 (master): New customization group.
18042 (master-mode): Specify :group.
18043 * msb.el (msb-mode): Specify :group.
18044 * reveal.el (reveal-mode): Specify :group.
18045 * simple.el (next-error-follow-minor-mode): Specify :group.
18046 * smerge-mode.el (smerge-mode): Specify :group.
18047 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
18048 * emulation/cua-base.el (cua-mode): Specify :group.
18049 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
18050 * language/thai-util.el (thai-auto-composition-mode)
18051 (thai-word-mode): Specify :group.
18052 * mail/supercite.el (sc-minor-mode): Specify :group.
18053 * progmodes/cwarn.el (cwarn-mode): Specify :group.
18054 * progmodes/flymake.el (flymake-mode): Specify :group.
18055 * progmodes/glasses.el (glasses-mode): Specify :group.
18056 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
18057 * textmodes/enriched.el (enriched-mode): Specify :group.
18058 * textmodes/refill.el (refill-mode): Specify :group.
18059
18060 * add-log.el (change-log-font-lock-keywords): Names in
18061 parenthesized lists can contain spaces.
18062
18063 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
18064
18065 * startup.el (fancy-splash-text): Shorten default text of
18066 "Emacs Tutorial" line. Also, if the current language env
18067 indicates an available tutorial file other than TUTORIAL,
18068 extract its title and append it to the line in parentheses.
18069 (fancy-splash-insert): If arg is a thunk, funcall it.
18070
18071 2005-04-04 Jay Belanger <belanger@truman.edu>
18072
18073 * calc.el (calc-language-alist): Add tags to customization type.
18074
18075 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
18076
18077 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
18078 Doc fix.
18079
18080 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
18081
18082 * add-log.el (change-log-font-lock-keywords): The manual
18083 describing a Change Log entry, says: (...) "Aside from these
18084 header lines, every line in the change log starts with a space or
18085 a tab.". The font-lock was not highlighting lines started with
18086 spaces, added support for it.
18087
18088 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18089
18090 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
18091 (bibtex-generate-url-list): Update docstring accordingly. Put the
18092 complex example in the docstring.
18093 (bibtex-font-lock-url): Use pop.
18094
18095 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18096
18097 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
18098
18099 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
18100
18101 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
18102
18103 * filesets.el (filesets-set-default): Doc fix.
18104
18105 2005-04-03 Lute Kamstra <lute@gnu.org>
18106
18107 * generic.el (define-generic-mode): Add argument to specify
18108 keywords for defcustom.
18109 (default-generic-mode): Specify :group.
18110
18111 * generic-x.el: Specify :group for all generic modes.
18112
18113 * desktop.el (desktop-no-desktop-file-hook)
18114 (desktop-after-read-hook): Doc fix.
18115
18116 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
18117
18118 * simple.el (visible-mode): Use explicit :group keyword.
18119 This changes the group of `visible-mode-hook' from paren-blinking
18120 to editing-basics.
18121
18122 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
18123
18124 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
18125 mailbox specifications as well as URLs.
18126 (rmail-insert-inbox-text): Remove unused conditional branches.
18127
18128 2005-04-01 Jay Belanger <belanger@truman.edu>
18129
18130 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
18131 (calc-gnuplot-print-command): Move definitions to calc.el.
18132
18133 * calc/calc-embed.el (calc-embedded-announce-formula)
18134 (calc-embedded-open-formula, calc-embedded-close-formula)
18135 (calc-embedded-open-word, calc-embedded-close-word)
18136 (calc-embedded-open-plain, calc-embedded-close-plain)
18137 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
18138 (calc-embedded-open-mode, calc-embedded-close-mode):
18139 Move definitions to calc.el.
18140
18141 * calc/calc.el (calc-settings-file, calc-language-alist):
18142 Make customizable.
18143 (calc-embedded-announce-formula, calc-embedded-open-formula)
18144 (calc-embedded-close-formula, calc-embedded-open-word)
18145 (calc-embedded-close-word, calc-embedded-open-plain)
18146 (calc-embedded-close-plain, calc-embedded-open-new-formula)
18147 (calc-embedded-close-new-formula, calc-embedded-open-mode)
18148 (calc-embedded-close-mode, calc-gnuplot-name)
18149 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
18150 from other files and make customizable.
18151
18152 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18153
18154 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
18155 Use buffer-live-p.
18156 (cvs-mode-run): Don't call cvs-update-header here.
18157 (cvs-run-process): Call cvs-update-header.
18158 Use process properties for cvs-postprocess and cvs-buffer so that
18159 the sentinel can behave better if the temp buffer is killed.
18160 Use a pipe rather than a tty, to better handle unexpected prompts.
18161 (cvs-sentinel): Rewrite. Call cvs-update-header.
18162
18163 2005-04-01 Andre Spiegel <spiegel@gnu.org>
18164
18165 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
18166 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
18167
18168 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18169
18170 * generic.el (define-generic-mode): Add indentation rule.
18171
18172 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
18173
18174 * files.el (mode-require-final-newline): Make Custom correctly
18175 report a nil value and allow to set it to nil via Custom.
18176 Doc fix.
18177
18178 2005-04-01 Kenichi Handa <handa@m17n.org>
18179
18180 * international/characters.el: Enable the correct case setting for
18181 dotless-i and dotted-I.
18182
18183 2005-04-01 Kim F. Storm <storm@cua.dk>
18184
18185 * ido.el (ido-file-internal): Fall back to non-ido command if
18186 initial directory is on slow ftp (or tramp) host.
18187
18188 2005-03-31 Richard M. Stallman <rms@gnu.org>
18189
18190 * emacs-lisp/autoload.el (make-autoload):
18191 Handle define-global-minor-mode.
18192
18193 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18194 Rename from easy-mmode-define-global-mode.
18195 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18196
18197 * progmodes/scheme.el (scheme-mode-syntax-table):
18198 Update syntax of | and # for two-character comment syntax.
18199
18200 2005-03-31 Lute Kamstra <lute@gnu.org>
18201
18202 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18203 (define-minor-mode): Call custom-current-group at load-time.
18204
18205 * generic.el (define-generic-mode): Add debug declaration.
18206 Add defcustom for the mode hook.
18207 (generic-mode-internal): Use run-mode-hooks.
18208
18209 2005-03-31 Kim F. Storm <storm@cua.dk>
18210
18211 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
18212 (mouse-fixup-help-message): New defun called by show_help_echo
18213 to fixup mouse-2 prefix in help messages when applicable.
18214
18215 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
18216
18217 2005-03-31 Kenichi Handa <handa@m17n.org>
18218
18219 * language/thai-word.el (thai-find-word-ends): Pay attention to
18220 the case that we reach the end of buffer.
18221
18222 * textmodes/fill.el (fill-text-properties-at): New function.
18223 (fill-newline): Use fill-text-properties-at instead of
18224 text-properties-at.
18225
18226 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18227
18228 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
18229 not comint-quote-filename.
18230
18231 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
18232
18233 * help-fns.el (help-with-tutorial): Revert last change.
18234
18235 2005-03-31 Kim F. Storm <storm@cua.dk>
18236
18237 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18238
18239 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
18240
18241 * calendar/cal-china.el: Update reference to "Calendrical
18242 Calculations" book; there's a new edition.
18243 * calendar/cal-coptic.el: Likewise.
18244 * calendar/cal-french.el: Likewise.
18245 * calendar/cal-hebrew.el: Likewise.
18246 * calendar/cal-islam.el: Likewise.
18247 * calendar/cal-iso.el: Likewise.
18248 * calendar/cal-julian.el: Likewise.
18249 * calendar/cal-mayan.el: Likewise.
18250 * calendar/cal-persia.el: Likewise.
18251 * calendar/calendar.el: Likewise.
18252 * calendar/holidays.el: Likewise.
18253 * calendar/lunar.el: Likewise.
18254 * calendar/solar.el: Likewise.
18255
18256 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18257 white space from doc string.
18258
18259 2005-03-30 Jay Belanger <belanger@truman.edu>
18260
18261 * calc/calc-help.el (calc-full-help): Remove email address.
18262
18263 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
18264
18265 * help-fns.el (help-with-tutorial): Delete title line.
18266
18267 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18268
18269 * calendar/cal-x.el (calendar-one-frame-setup)
18270 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
18271 rather than `symbol' for set-window-dedicated-p.
18272
18273 * calendar/appt.el (appt-buffer-name): Make it a constant.
18274 (appt-add): Doc fix.
18275
18276 * filesets.el (filesets-menu-path, filesets-menu-before)
18277 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
18278 (filesets-menu-cache-file): Use directory ~/.emacs.d.
18279 (filesets-add-submenu): Delete and use add-submenu instead.
18280
18281 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
18282
18283 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
18284 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
18285 (org-diary-default-entry): New function.
18286 (org-get-entries-from-diary): Better parsing of diary entries.
18287 (org-agenda-check-no-diary): New function.
18288 ("diary-lib"): Advice to function `add-to-diary-list', to allow
18289 linking to diary entries.
18290 (org-agenda-execute-calendar-command): New function.
18291 (org-agenda): Improve visible section in window.
18292 Use `org-fit-agenda-window'.
18293 (org-fit-agenda-window): New option.
18294 (org-move-subtree-down): Better handling of empty lines
18295 at end of subtree.
18296 (org-cycle): Numeric prefix is interpreted now as show-subtree N
18297 levels up.
18298 (org-fontify-done-headline): New option.
18299 (org-headline-done-face): New face.
18300 (org-set-font-lock-defaults): Use `org-headline-done-face'.
18301 (org-table-copy-down): Rename from `org-table-copy-from-above'.
18302 When current field is non-empty, it is copied to next row.
18303 (org-table-copy-from-above): Fix bug which made it
18304 impossible to copy fields containing only a single non-white character.
18305
18306 2005-03-30 Kim F. Storm <storm@cua.dk>
18307
18308 * kmacro.el (kmacro-end-macro): Isearch may store this command
18309 into the macro -- so ignore it when executing keyboard macro.
18310
18311 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18312
18313 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
18314
18315 2005-03-29 Kenichi Handa <handa@m17n.org>
18316
18317 * language/thai.el ("Thai"): Set setup-function and exit-function
18318 for Thai language environment.
18319
18320 * language/thai-util.el: Require thai-word.
18321 (thai-word-mode-map): New variable.
18322 (thai-word-mode): New minor mode.
18323 (setup-thai-language-environment-internal): New function.
18324 (exit-thai-language-environment-internal): New function.
18325
18326 * language/thai-word.el (thai-word-table): Declare it by defvar,
18327 use dolist to initialize it.
18328 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
18329 (thai-fill-find-break-point): New functions.
18330
18331 2005-03-29 Richard M. Stallman <rms@gnu.org>
18332
18333 * simple.el (idle-update-delay): Move definition up.
18334 (set-mark): Doc fix.
18335
18336 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
18337
18338 * longlines.el: New file.
18339
18340 * simple.el (buffer-substring-filters): New variable.
18341 (filter-buffer-substring): New function.
18342 (kill-region, copy-region-as-kill): Use it.
18343
18344 * register.el (copy-to-register, append-to-register)
18345 (prepend-to-register): Use filter-buffer-substring.
18346
18347 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18348
18349 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
18350 (gud-filter-pending-text): Move in front of gdb.
18351 (gud-overlay-arrow-position): New variable.
18352 (gud-sentinel, gud-display-line): Use it in place of
18353 overlay-arrow-position.
18354
18355 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
18356
18357 * progmodes/fortran.el (fortran-if-indent): Doc fix.
18358 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
18359 (fortran-font-lock-keywords-4): New variable.
18360 (fortran-blocks-re, fortran-end-block-re)
18361 (fortran-start-block-re): New constants, for hideshow.
18362 (hs-special-modes-alist): Add a Fortran entry.
18363 (fortran-mode-map): Bind fortran-end-of-block,
18364 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
18365 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
18366 (fortran-looking-at-if-then, fortran-end-of-block)
18367 (fortran-beginning-of-block): New functions, for hideshow.
18368
18369 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18370 Doc fix. Tweak regexp.
18371 (f90-beginning-of-block): Push mark first.
18372
18373 2005-03-29 Jay Belanger <belanger@truman.edu>
18374
18375 * calc/calc.el: Update copyright date.
18376 (calc-version): Increase to 2.1.
18377 (calc-version-date): Remove.
18378
18379 * calc/calc-help.el: Update copyright date.
18380 (calc-full-help): Remove reference to calc-version-date.
18381 Update copyright date.
18382
18383 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18384
18385 * vc.el (vc-do-command): Use a pipe for async processes, so password
18386 prompts don't show up at places where the user can't reply.
18387
18388 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18389
18390 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
18391 on the file name we pass to the inferior shell.
18392
18393 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
18394
18395 * progmodes/which-func.el (which-function): Be robust in the face of an
18396 imenu--make-index-alist failure.
18397
18398 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18399
18400 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
18401
18402 * progmodes/python.el (python-preoutput-filter): Fix last change.
18403
18404 2005-03-29 Lute Kamstra <lute@gnu.org>
18405
18406 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
18407 functions and compiled macros.
18408 (debug-convert-byte-code): Handle macros too.
18409 (debug-on-entry-1): Don't signal an error when trying to clear a
18410 function that is not set to debug on entry.
18411
18412 2005-03-29 Jay Belanger <belanger@truman.edu>
18413
18414 * calc/calc-lang.el: Add functions to math-function-table
18415 properties of tex and math.
18416
18417 2005-03-29 Kenichi Handa <handa@m17n.org>
18418
18419 * ps-mule.el (ps-mule-plot-string): Translate characters by
18420 ps-print-translation-table.
18421 (ps-mule-begin-job): Call find-charset-region/string with
18422 ps-print-translation-table.
18423 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
18424
18425 * ps-print.el (ps-print-translation-table): New variable.
18426 (ps-plot-region): Translate characters by ps-print-translation-table.
18427
18428 2005-03-29 Juri Linkov <juri@jurta.org>
18429
18430 * simple.el (next-error-highlight-timer): New variable.
18431
18432 * progmodes/compile.el (compilation-goto-locus):
18433 Use `next-error-highlight-timer' instead of `sit-for'.
18434
18435 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18436
18437 * mail/supercite.el (sc-mail-field): Use assoc-string.
18438 (sc-get-address): Simplify regexps.
18439
18440 * files.el (minibuffer-with-setup-hook): New macro.
18441 (find-file-read-args): Use it to avoid let-binding
18442 minibuffer-with-setup-hook (which breaks turning on/off
18443 file-name-shadow-mode while in the prompt).
18444
18445 * complete.el (PC-read-include-file-name-internal):
18446 Use test-completion.
18447
18448 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
18449
18450 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
18451
18452 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18453
18454 * window.el (window-buffer-height): Use count-screen-lines.
18455
18456 * progmodes/python.el (python-preoutput-leftover): New var.
18457 (python-preoutput-filter): Use it.
18458 (python-send-receive): Loop until all the result has been received.
18459
18460 2005-03-28 Juri Linkov <juri@jurta.org>
18461
18462 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
18463
18464 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
18465 "Recover Crashed Session".
18466 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
18467 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
18468 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
18469 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
18470 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
18471 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
18472 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
18473 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
18474
18475 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
18476 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
18477 Ediff Sessions", "Toggle use of separate control buffer frame",
18478 "Use separate frame for Ediff control buffer".
18479
18480 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
18481 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
18482 "Rename Bookmark", "Delete Bookmark".
18483
18484 * info.el (Info-mode-menu): Remove ellipsis from "Index".
18485 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
18486 Add `:active Info-index-alternatives' to "Next Matching Item".
18487
18488 * wdired.el (wdired-change-to-wdired-mode):
18489 Mention `wdired-abort-changes' key in the initial message.
18490
18491 * international/mule.el (auto-coding-alist): Associate non-ascii
18492 image filename extensions with `no-conversion'.
18493
18494 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18495
18496 * international/iso-acc.el:
18497 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18498
18499 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
18500
18501 * textmodes/sgml-mode.el (html-mode): Doc update.
18502
18503 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18504
18505 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
18506
18507 * term.el (term-move-columns): Fix face after extending a line.
18508 (term-insert-spaces): Likewise.
18509 (term-reset-terminal): Fix off by one error.
18510
18511 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18512
18513 * international/mule.el (auto-coding-alist): Add .xpi files.
18514
18515 * files.el (auto-mode-alist): Add .xpi files.
18516
18517 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
18518
18519 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18520
18521 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18522
18523 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18524
18525 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
18526
18527 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18528 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
18529
18530 * calendar/cal-move.el (calendar-beginning-of-year): Move the
18531 cursor to Jan 1 when needed.
18532 (calendar-end-of-year): Fix -/+ typo.
18533 Reported by Chong Yidong <cyd@stupidchicken.com>.
18534
18535 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18536
18537 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18538
18539 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18540 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
18541
18542 2005-03-25 Richard M. Stallman <rms@gnu.org>
18543
18544 * filesets.el (filesets-init): Add autoload.
18545
18546 * mail/mailalias.el (mail-directory): Doc fix.
18547
18548 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18549
18550 * mail/mailalias.el (mail-directory-process): Do nothing if
18551 mail-directory-process is an atom.
18552 (mail-get-names): Ignore mail-directory-names if it is an atom.
18553 (mail-directory-process defvar): Doc fix.
18554 (mail-names): Doc fix.
18555
18556 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
18557
18558 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18559
18560 2005-03-26 Kenichi Handa <handa@m17n.org>
18561
18562 * international/mule-util.el (detect-coding-with-priority):
18563 Call update-coding-systems-internal before detect-coding-region.
18564
18565 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
18566
18567 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18568 (gdb-frames-mode-map): Add follow-link property.
18569
18570 2005-03-25 Jay Belanger <belanger@truman.edu>
18571
18572 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
18573 for variables.
18574
18575 2005-03-25 Juri Linkov <juri@jurta.org>
18576
18577 * image-mode.el: Optimize image filename extension regexps in
18578 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
18579 in `auto-mode-alist'.
18580 (image-mode): Add `image-toggle-display-text' to local hook
18581 `change-major-mode-hook'. Display the image as an image by
18582 default. Set `cursor-type' and `truncate-lines' if the image
18583 is already displayed. Take into account the current mode (image
18584 or text) in message.
18585 (image-minor-mode): New minor mode.
18586 (image-mode-maybe, image-toggle-display-text): New functions.
18587 (image-toggle-display): Use called-interactively-p.
18588 Let-bind `inhibit-read-only' to t.
18589
18590 * image-mode.el (image-minor-mode): Set `cursor-type' and
18591 `truncate-lines' if the image is already displayed. Add turning
18592 image-minor-mode off to `change-major-mode-hook'. Add message.
18593 Call `image-toggle-display-text' after turning image-minor-mode off.
18594
18595 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18596
18597 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
18598 Terminal.app, use utf-8.
18599 (set-display-table-and-terminal-coding-system): Add coding-system arg.
18600 (set-locale-environment): Use it.
18601
18602 * term/xterm.el: Undo last change, better done in mule-cmds.el.
18603
18604 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
18605
18606 * progmodes/python.el (python-close-block-statement-p)
18607 (python-outdent-p, python-current-defun): Use symbol-end.
18608
18609 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
18610
18611 * files.el (save-some-buffers): Doc fix.
18612
18613 2005-03-25 Werner Lemberg <wl@gnu.org>
18614
18615 * complete.el, thumbs.el: Replace `legal' with `valid'.
18616 * calendar/calendar.el: Replace `legal' with `valid'.
18617 * emacs-lisp/advice.el: Replace `legal' with `valid'.
18618 * mail/supercite.el: Replace `legal' with `valid'.
18619 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
18620 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
18621 Replace `legal' with `valid'.
18622 * textmodes/reftex-vars.el, textmodes/reftex.el:
18623 Replace `legal' with `valid'.
18624
18625 2005-03-25 Werner Lemberg <wl@gnu.org>
18626
18627 * calc/calc-forms.el, calc/calc-sel.el
18628 * midnight.el, vc-cvs.el
18629 * emacs-lisp/cl-macs.el
18630 * emulation/vip.el
18631 * eshell/esh-io.el, eshell/esh-var.el
18632 * mail/supercite.el
18633 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
18634 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
18635 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
18636 * progmodes/sh-script.el, progmodes/xscheme.el
18637 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
18638 * textmodes/reftex-index.el, textmodes/reftex-parse.el
18639 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
18640 * textmodes/reftex.el, textmodes/org.el:
18641 Replace `illegal' with `invalid'.
18642
18643 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18644
18645 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
18646 (flymake-find-buildfile, flymake-find-possible-master-files)
18647 (flymake-check-include, flymake-parse-line): Replace loops over the
18648 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
18649
18650 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
18651 Substitute file-name-as-directory in the rest of the file.
18652 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
18653 (flymake-replace-region): Remove unused arg `buffer'.
18654 (flymake-check-patch-master-file-buffer): Update calls to it.
18655 (flymake-add-err-info): Remove unused var `count'.
18656 (flymake-mode): Use define-minor-mode.
18657
18658 * progmodes/flymake.el: Use with-current-buffer.
18659 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
18660 flymake-replace-regexp-in-string, flymake-line-beginning-position)
18661 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
18662 Avoid testing for `xemacs'.
18663 (flymake-nop): Move.
18664 (flymake-region-has-flymake-overlays): Return the computed value.
18665 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
18666 Remove unused var `endline'.
18667 (flymake-get-line-count): Remove unused function.
18668 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
18669
18670 * emulation/vi.el:
18671 * generic.el:
18672 * hilit-chg.el (global-highlight-changes):
18673 * hi-lock.el (hi-lock-mode):
18674 * follow.el: find-file-hooks -> find-file-hook.
18675
18676 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
18677
18678 2005-03-24 Juri Linkov <juri@jurta.org>
18679
18680 * dired.el (dired-mode-map): Add menu item "Compare directories"
18681 for dired-compare-directories.
18682
18683 * dired-aux.el (dired-compare-directories): Add autoload cookie.
18684 Doc fix. Replace `read-file-name' with `read-directory-name'.
18685
18686 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18687
18688 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
18689
18690 2005-03-24 Jay Belanger <belanger@truman.edu>
18691
18692 * calc/calc-embed.el (calc-embedded-mode-change): Save all
18693 relevant mode settings in calc-embedded-original-modes when modes
18694 are permanently changed.
18695
18696 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18697
18698 * autoinsert.el: find-file-hooks -> find-file-hook.
18699
18700 2005-03-24 Lute Kamstra <lute@gnu.org>
18701
18702 * generic.el (generic-font-lock-defaults): Make it obsolete.
18703 (generic-font-lock-keywords): New variable to replace
18704 generic-font-lock-defaults.
18705 (generic-mode-set-font-lock): Delete it.
18706 (generic-mode-internal): Don't call generic-mode-set-font-lock.
18707 (generic-bracket-support): Add docstring.
18708
18709 * generic-x.el: Rename generic-font-lock-defaults to
18710 generic-font-lock-keywords throughout.
18711 (mailagent-rules-setup-function): Delete it.
18712 (mailagent-rules-generic-mode): Use anonymous function instead.
18713 (show-tabs-generic-mode-font-lock-defaults-1)
18714 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
18715 Quote faces.
18716 (show-tabs-tab-face, show-tabs-space-face): Specify background,
18717 not foreground.
18718
18719 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
18720 Recognize define-generic-mode.
18721
18722 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
18723
18724 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
18725 if there's no completion table.
18726
18727 2005-03-23 Miles Bader <miles@gnu.org>
18728
18729 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18730 Remove tty-specific variants, as they're no longer needed.
18731
18732 2005-03-23 Lute Kamstra <lute@gnu.org>
18733
18734 * generic-x.el: Code cleanup: make args constant whenever possible.
18735 (installshield-statement-keyword-list)
18736 (installshield-system-functions-list)
18737 (installshield-system-variables-list, installshield-types-list)
18738 (installshield-funarg-constants-list): Make them constants.
18739
18740 * generic.el (generic-make-keywords-list): Add autoload cookie.
18741
18742 * calendar/time-date.el: Add comment on time value formats.
18743 Don't require parse-time.
18744 (with-decoded-time-value): New macro.
18745 (encode-time-value): New function.
18746 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18747 (days-to-time): Return a valid time value when arg is huge.
18748 (time-since): Use time-subtract.
18749 (time-to-number-of-days): Use time-to-seconds.
18750
18751 2005-03-23 David Ponce <david@dponce.com>
18752
18753 * recentf.el (recentf-keep): New option.
18754 (recentf-menu-action): Default to `find-file'.
18755 (recentf-keep-non-readable-files-flag)
18756 (recentf-keep-non-readable-files-p)
18757 (recentf-file-readable-p, recentf-find-file)
18758 (recentf-cleanup-remote): Remove.
18759 (recentf-include-p): More robust.
18760 (recentf-keep-p): New function.
18761 (recentf-remove-if-non-kept): Rename from
18762 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
18763 All callers updated.
18764 (recentf-menu-items-for-commands): Fix help string.
18765 (recentf-track-closed-file): Update. Doc fix.
18766 (recentf-cleanup): Update. Count removed files. Doc fix.
18767
18768 2005-03-23 Kim F. Storm <storm@cua.dk>
18769
18770 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18771 Don't inherit from fringe face (now happens automatically).
18772
18773 2005-03-22 Kim F. Storm <storm@cua.dk>
18774
18775 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
18776 position values.
18777
18778 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18779
18780 * menu-bar.el (showhide-date-time): Remove.
18781 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
18782 (menu-bar-make-mm-toggle): Simplify.
18783
18784 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18785
18786 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
18787 Accept qualified variable and function names.
18788
18789 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
18790
18791 * bindings.el (completion-ignored-extensions):
18792 Remove ".lis" for `vax-vms'.
18793
18794 2005-03-22 Andreas Schwab <schwab@suse.de>
18795
18796 * generic-x.el: Revert last change.
18797 * ldefs-boot.el: Update.
18798
18799 2005-03-22 Jay Belanger <belanger@truman.edu>
18800
18801 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
18802 (calc-embedded-save-original-modes)
18803 (calc-embedded-restore-original-modes): New functions.
18804 (calc-do-embedded): Save original modes when entering embedded mode
18805 and restore when leaving embedded mode.
18806 (calc-embedded-modes-change): Change the value of
18807 calc-embedded-original-modes to reflect permanent changes.
18808
18809 2005-03-22 Lute Kamstra <lute@gnu.org>
18810
18811 * generic-x.el: Require generic again.
18812
18813 2005-03-22 Miles Bader <miles@gnu.org>
18814
18815 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18816 Tweak details to look good on both ttys and bitmap displays, light
18817 or dark background, etc.
18818
18819 2005-03-21 Kim F. Storm <storm@cua.dk>
18820
18821 * tooltip.el (tooltip-show-help-function): Check car and cdr of
18822 mouse position.
18823
18824 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18825
18826 * icomplete.el: Don't forcibly turn on the mode upon load.
18827 (icomplete-mode): Use define-minor-mode.
18828 (icomplete-eoinput): Default to nil.
18829 (icomplete-minibuffer-setup): Remove autoload.
18830 (icomplete-tidy): Simplify.
18831 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
18832 in the initial state or if the user has modified the field.
18833 Fix handling of icomplete-max-delay-chars.
18834 Remove code that handles the oddball case where
18835 minibuffer-completion-table is an integer.
18836 Wrap icomplete-completions in while-no-input in case building
18837 completions takes more time than expected.
18838 (icomplete-completions): Simplify.
18839
18840 2005-03-21 Richard M. Stallman <rms@gnu.org>
18841
18842 * jka-compr.el (jka-compr-really-do-compress):
18843 Make variable buffer-local.
18844
18845 * image-mode.el: Handle .xpm files too.
18846 (image-toggle-display): Preserve modification flag.
18847
18848 * help.el (where-is): Don't mention aliases with no key bindings.
18849
18850 2005-03-21 Lute Kamstra <lute@gnu.org>
18851
18852 * generic.el: Fix commentary section. Don't require cl for
18853 compilation.
18854 (generic-mode-list): Add autoload cookie.
18855 (generic-use-find-file-hook, generic-lines-to-scan)
18856 (generic-find-file-regexp, generic-ignore-files-regexp)
18857 (generic-mode, generic-mode-find-file-hook)
18858 (generic-mode-ini-file-find-file-hook): Fix docstrings.
18859 (define-generic-mode): Make it a defmacro. Fix docstring.
18860 (generic-mode-internal): Code cleanup. Add autoload cookie.
18861 (generic-mode-set-comments): Code cleanup.
18862 * generic-x.el: Don't prevent compilation. Don't require generic.
18863 Follow coding conventions. Minor code cleanup.
18864 (etc-fstab-generic-mode): Add some keywords.
18865 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
18866 define-generic-mode like a function declaration.
18867
18868 2005-03-21 Jay Belanger <belanger@truman.edu>
18869
18870 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
18871 changing modes.
18872
18873 2005-03-21 Sam Steingold <sds@gnu.org>
18874
18875 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
18876
18877 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
18878
18879 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
18880 Add underscore to "f$ lexicals" regexp.
18881
18882 2005-03-20 Juri Linkov <juri@jurta.org>
18883
18884 * subr.el (progress-reporter-do-update): When `min-value' is equal
18885 to `max-value', set `percentage' to 0 and prevent division by zero.
18886
18887 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
18888
18889 Sync with Tramp 2.0.48.
18890
18891 * net/tramp.el (all): Change all addresses to .gnu.org.
18892 (tramp-append-tramp-buffers): New defun.
18893 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
18894 Catch `dont-send' signal.
18895 (tramp-set-auto-save-file-modes): Set always permissions, because
18896 there might be an old auto-saved file belonging to another
18897 original file. This could be a security threat. Reported by
18898 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
18899 Check for Emacs 21.3.50 removed.
18900
18901 * net/tramp-smb.el (all): Remove debug construct for
18902 `with-parsed-tramp-file-name'.
18903 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
18904 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
18905 No error message if DIRECTORY or FILENAME doesn't exist.
18906 (tramp-smb-open-connection): Check existence of
18907 `tramp-smb-program'.
18908
18909 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18910
18911 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
18912 Properly handle the case where the `m' or `s' command's argument is not
18913 yet terminated.
18914 (perl-indent-new-calculate): New function.
18915 (perl-indent-line): Use it.
18916
18917 2005-03-20 Miles Bader <miles@gnu.org>
18918
18919 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
18920 in text-mode too. Change to new face names.
18921 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
18922 Add `:weight bold' attribute.
18923 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
18924
18925 2005-03-19 Juri Linkov <juri@jurta.org>
18926
18927 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
18928
18929 * international/mule.el (auto-coding-alist): Sync with
18930 `auto-mode-alist' by adding upper case archive file extensions
18931 and adding ear/war to jar extension.
18932
18933 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
18934
18935 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
18936 running, restart it.
18937
18938 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
18939
18940 * finder.el (finder-current-item): Throw an error on an empty line.
18941
18942 * man.el (Man-follow-manual-reference): If current-word returns
18943 nil, use "".
18944
18945 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
18946
18947 * simple.el (goto-line): Doc fix.
18948
18949 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
18950
18951 * files.el (save-buffer): Doc fix.
18952
18953 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
18954
18955 * recentf.el (recentf-cleanup-remote): New variable.
18956 (recentf-cleanup): Use it to conditionally check availability of
18957 remote files.
18958
18959 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
18960
18961 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
18962 function names.
18963
18964 2005-03-19 Eli Zaretskii <eliz@gnu.org>
18965
18966 * language/thai-word.el: New file.
18967
18968 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18969
18970 * files.el (backup-buffer): If the file's directory is not
18971 writable, use copy instead of move to backup the file.
18972
18973 2005-03-19 Eli Zaretskii <eliz@gnu.org>
18974
18975 * obsolete/keyswap.el: Moved to obsolete/ from term/.
18976
18977 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18978
18979 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
18980 Use functionp instead of symbolp and fboundp. Reported by Drkm
18981 <darkman_spam@yahoo.fr>.
18982 (ps-print-version): New version 6.6.6.
18983
18984 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
18985
18986 * textmodes/table.el (table--line-column-position): New idiom.
18987 (table--row-column-insertion-point-p): New function to test
18988 validity of row and column insertion operation at a location.
18989 (table-global-menu, table-cell-menu): Use above functions for
18990 deterministic test operation.
18991 (table--editable-cell-p): Behave in deterministic fashion.
18992
18993 2005-03-18 Juri Linkov <juri@jurta.org>
18994
18995 * isearch.el (isearch-lazy-highlight-new-loop):
18996 Make arguments beg and end optional.
18997 (isearch-update): Remove optional arguments nil from
18998 isearch-lazy-highlight-new-loop.
18999 (isearch-lazy-highlight-search): Let-bind case-fold-search to
19000 isearch-lazy-highlight-case-fold-search instead of
19001 isearch-case-fold-search, and let-bind isearch-regexp to
19002 isearch-lazy-highlight-regexp.
19003 Use isearch-lazy-highlight-last-string instead of isearch-string.
19004
19005 * replace.el (perform-replace): Remove bindings of global
19006 variables isearch-string, isearch-regexp, isearch-case-fold-search.
19007 Add three new arguments to `replace-highlight'.
19008 (replace-highlight): Add arguments string, regexp, case-fold.
19009 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
19010 to allow isearch-lazy-highlight-new-loop to use these values
19011 to set corresponding isearch-lazy-highlight-* internal
19012 variables whose values lazy highlighting will use regardless of
19013 changes to global variables isearch-string, isearch-regexp,
19014 isearch-case-fold-search during lazy highlighting loop.
19015 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
19016 to `lazy-highlight-cleanup'.
19017
19018 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
19019 (ispell-highlight-face): Set default face to `isearch' when
19020 lazy highlighting is enabled.
19021 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
19022 priority to 1. Add lazy highlighting.
19023 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
19024 from `isearch-dehighlight'.
19025
19026 2005-03-18 David Ponce <david@dponce.com>
19027
19028 * files.el (hack-local-variables): Do a case-insensitive search
19029 for End.
19030
19031 2005-03-18 Juri Linkov <juri@jurta.org>
19032
19033 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
19034 `isearch-lazy-highlight-cleanup', add alias to old name and
19035 declare obsolete. Add release numbers to other obsolete vars.
19036 (isearch-done, isearch-lazy-highlight-new-loop):
19037 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
19038 (lazy-highlight-cleanup) <variable>: Doc fix.
19039 (isearch-lazy-highlight-update): Rename obsolete
19040 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
19041
19042 2005-03-18 Kenichi Handa <handa@m17n.org>
19043
19044 * language/thai-util.el: Fix categorization of Thai characters in
19045 thai-category-table.
19046 (thai-composition-pattern): Adjust it for the above change.
19047 (thai-self-insert-command, thai-compose-syllable): New functions.
19048 (thai-compose-region): Use thai-compose-syllable.
19049 (thai-compose-string): Likewise.
19050 (thai-composition-function): Likewise.
19051 (thai-auto-composition): New function.
19052 (thai-auto-composition-mode): New minor mode.
19053
19054 * language/thai.el: Fix patterns to be registered in
19055 composition-function-table.
19056
19057 * international/quail.el (quail-input-method): Locally bind
19058 inhibit-modification-hooks to t.
19059
19060 2005-03-17 Richard M. Stallman <rms@gnu.org>
19061
19062 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
19063 (perl-mode): Use run-mode-hooks.
19064
19065 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
19066 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
19067 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
19068
19069 * mail/sendmail.el (sendmail-send-it): Reenable the code
19070 to compute resend-to-address and use it.
19071
19072 * tar-mode.el (tar-mode): Turn off undo unconditionally.
19073
19074 * image-mode.el: New file.
19075
19076 * image.el (insert-sliced-image): Add autoload cookie.
19077
19078 * font-lock.el (font-lock-lines-before): New user option.
19079 (font-lock-after-change-function): Obey it.
19080
19081 * bindings.el (esc-map): Make M-g a prefix.
19082 Bind M-g g and M-g M-g to goto-line.
19083
19084 * faces.el (face-id): Doc fix.
19085
19086 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19087
19088 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
19089 (rmail-show-message): Use rmail-unknown-mail-followup-to.
19090 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
19091
19092 * mail/sendmail.el (mail-yank-ignored-headers)
19093 (mail-font-lock-keywords, mail-mode-fill-paragraph):
19094 Add Mail-Followup-To and Mail-Reply-To headers.
19095 (mail-citation-hook): Add autoload cookie.
19096 (mail-mode): Doc fix.
19097 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
19098 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
19099 (mail-mode-fill-paragraph): Handle those headers.
19100 (mail-mailing-lists): New variable.
19101 (mail-mail-reply-to, mail-mail-followup-to): New functions.
19102
19103 2005-03-17 Juri Linkov <juri@jurta.org>
19104
19105 * isearch.el (isearch-fallback): Check for `(car previous)'
19106 before calling `isearch-other-end-state'.
19107
19108 2005-03-17 Kim F. Storm <storm@cua.dk>
19109
19110 * simple.el (move-beginning-of-line): Move to beginning of buffer
19111 line, as well as beginning of screen line.
19112
19113 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
19114
19115 * calendar/diary-lib.el (mark-diary-entries): Use new optional
19116 argument REDRAW rather than calendar-redrawing variable.
19117 * calendar/calendar.el (calendar-redrawing): Delete.
19118 (redraw-calendar): Do not bind calendar-redrawing.
19119
19120 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
19121
19122 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
19123 diary-file buffer.
19124
19125 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19126
19127 * help.el (describe-mode): Allow a :minor-mode-function property to
19128 specify a different minor mode toggle function than the variable.
19129 * simple.el (auto-fill-function):
19130 * subr.el (add-minor-mode): Use it.
19131
19132 2005-03-16 Kenichi Handa <handa@m17n.org>
19133
19134 * language/ethio-util.el (sera-being-called-by-w3): New variable.
19135 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
19136 (ethio-fidel-to-sera-buffer): Likewise.
19137
19138 2005-03-16 Juri Linkov <juri@jurta.org>
19139
19140 * emacs-lisp/find-func.el (find-function-regexp):
19141 Add defun-emitting macro `menu-bar-make-toggle'.
19142
19143 * isearch.el: Put `isearch-scroll' property to
19144 `split-window-horizontally'.
19145
19146 * info.el: Update error messages for `debug-ignored-errors'.
19147 (Info-isearch-search): Doc fix.
19148 (Info-find-node): Move up code to go into info buffer before
19149 recording the node to the history.
19150 (Info-fontify-node): Fontify titles only if the next line
19151 has two or more `*', `=', `-', `.'.
19152 Display "go to this node" for empty (match-string 3).
19153
19154 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19155
19156 * term/mac-win.el: Add mouse pointer shape constants.
19157
19158 2005-03-15 Kim F. Storm <storm@cua.dk>
19159
19160 * simple.el (move-beginning-of-line): Use vertical-motion.
19161
19162 2005-03-15 Juri Linkov <juri@jurta.org>
19163
19164 * isearch.el (isearch-error): New variable.
19165 (isearch-invalid-regexp, isearch-within-brackets): Remove.
19166 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
19167 (isearch-within-brackets-state): Remove.
19168 (isearch-case-fold-search-state, isearch-pop-fun-state):
19169 Decrease frame index.
19170 (isearch-mode, isearch-top-state, isearch-push-state)
19171 (isearch-edit-string, isearch-abort, isearch-search-and-update)
19172 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
19173 (isearch-search, isearch-lazy-highlight-new-loop):
19174 Replace `isearch-invalid-regexp' with `isearch-error'.
19175 Remove `isearch-within-brackets'.
19176 (isearch-search): Add `search-failed' handler to `condition-case'.
19177 (isearch-lazy-highlight-search): Add `condition-case' to catch
19178 errors and allow `isearch-lazy-highlight-update' to try
19179 highlighting from the beginning of the window.
19180 (isearch-repeat): Move up code to set isearch-wrapped to t
19181 before calling isearch-wrap-function.
19182
19183 * info.el (Info-isearch-initial-node): New internal variable.
19184 (Info-search): Signal an error in isearch mode when search leaves
19185 the initial node. Signal an error when `bound' is non-nil and
19186 nothing was found in the current subfile.
19187 (Info-isearch-search): Remove `condition-case'.
19188 (Info-isearch-wrap): Don't wrap when search failed during leaving
19189 the initial node. If `Info-isearch-search' is nil, wrap around
19190 the current node.
19191 (Info-isearch-start): New fun.
19192 (Info-mode): Add buffer-local hook `Info-isearch-start' to
19193 `isearch-mode-hook'.
19194
19195 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19196
19197 * simple.el (normal-erase-is-backspace): Set default to t if
19198 running on Mac.
19199
19200 * term/mac-win.el (function-key-map): Sync with x-win.el.
19201
19202 2005-03-15 Kenichi Handa <handa@m17n.org>
19203
19204 * international/mule-cmds.el (locale-language-names): Modify the
19205 format of elements and add more entries.
19206 (locale-preferred-coding-systems): Add more entries.
19207 (set-locale-environment): Adjust for the change of
19208 locale-language-names.
19209
19210 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19211
19212 * pcvs.el (smerge-ediff): Remove bogus autoload.
19213
19214 2005-03-14 Lute Kamstra <lute@gnu.org>
19215
19216 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19217 Ignore a `*' at the beginning of a line.
19218
19219 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
19220 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19221 subr.el.
19222 (dont-compile, eval-when-compile, eval-and-compile): Use declare
19223 to specify indentation.
19224
19225 * generic.el (define-generic-mode): Let generic-mode-list be a
19226 list of strings; test membership with equal.
19227
19228 2005-03-14 Kim F. Storm <storm@cua.dk>
19229
19230 * simple.el (next-line, previous-line): Add optional try-vscroll
19231 arg to recognize interactive use. Pass it on to line-move.
19232 (line-move): Don't perform auto-window-vscroll when defining or
19233 executing keyboard macro to ensure consistent behavior.
19234
19235 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
19236
19237 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19238
19239 2005-03-13 Lute Kamstra <lute@gnu.org>
19240
19241 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19242 debugger-setup-buffer so that backtrace marks the frames set to
19243 debug-on-exit and we don't have to do it manually. Set an extra
19244 debug-on-exit for macro's.
19245 (debugger-setup-buffer): Don't mark the top frame manually.
19246
19247 2005-03-12 Lute Kamstra <lute@gnu.org>
19248
19249 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19250 lisp-indent-function throughout.
19251 (with-no-warnings): Set lisp-indent-function property.
19252
19253 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
19254
19255 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19256 Add entry for backslash.
19257
19258 2005-03-12 Juri Linkov <juri@jurta.org>
19259
19260 * info.el (Info-search): Four fixes for backward search.
19261
19262 2005-03-11 Jay Belanger <belanger@truman.edu>
19263
19264 * calc/calc.el (calc-language-alist): New variable.
19265 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19266 (calc-embedded-find-modes): Use calc-language-alist instead of
19267 calc-embedded-language-alist.
19268
19269 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19270
19271 * calendar/calendar.el (calendar-redrawing): New internal
19272 variable.
19273 (redraw-calendar): Remove bogus save-excursion from previous
19274 change. Bind calendar-redrawing to t for mark-diary-entries.
19275 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
19276 calendar if that is why we were called.
19277
19278 2005-03-11 Kenichi Handa <handa@m17n.org>
19279
19280 * international/mule.el (make-coding-system): Set property
19281 coding-system-define-form to nil.
19282 (define-coding-system-alias): Likewise.
19283
19284 2005-03-11 Kenichi Handa <handa@m17n.org>
19285
19286 These changes are suggested by Dave Love <fx@gnu.org>.
19287
19288 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
19289 coding: tag.
19290 (adaptive-fill-regexp): Add more bullets.
19291 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
19292 regexps.
19293
19294 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19295
19296 * help.el (describe-mode): Properly handle non-trivial lighters.
19297 Don't ignore minor modes that are not listed in minor-mode-list.
19298
19299 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
19300 feature ON when the user requests to turn it OFF.
19301
19302 2005-03-10 Lute Kamstra <lute@gnu.org>
19303
19304 * emacs-lisp/debug.el (debug-entry-code): Delete it.
19305 (implement-debug-on-entry): New function to replace debug-entry-code.
19306 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
19307 second argument as the 2005-03-07 change makes it obsolete.
19308 (debug-on-entry, cancel-debug-on-entry): Update call to
19309 debug-on-entry-1.
19310 (debug, debugger-setup-buffer): Comment update.
19311 (debugger-frame-number): Update to work with implement-debug-on-entry.
19312
19313 2005-03-10 Jay Belanger <belanger@truman.edu>
19314
19315 * calc/calc-embed.el (math-ms-args): Declare it.
19316 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
19317 math-ms-args.
19318 (calc-embedded-subst): Use math-multi-subst-rec to substitute
19319 variables.
19320
19321 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
19322
19323 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
19324 Use message-box.
19325
19326 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
19327 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
19328 (tooltip-gud-tips): Simplify.
19329 (tooltip-gud-tips-p): Remove superfluous :set.
19330 (tooltip-gud-modes): Add fortran-mode.
19331 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
19332
19333 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
19334
19335 2005-03-09 Kim F. Storm <storm@cua.dk>
19336
19337 * play/animate.el (animate-place-char): Use forward-line instead
19338 of next-line to improve performance.
19339
19340 2005-03-09 Simon Josefsson <jas@extundo.com>
19341
19342 * net/browse-url.el (browse-url-default-browser): Doc fix.
19343
19344 2005-03-09 Miles Bader <miles@gnu.org>
19345
19346 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
19347 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
19348
19349 2005-03-09 Kenichi Handa <handa@m17n.org>
19350
19351 * international/latin-1.el: Set case and syntax for 255 only if
19352 set-case-syntax-set-multibyte is nil.
19353
19354 * textmodes/ispell.el (ispell-insert-word): New function.
19355 (ispell-word): Use ispell-insert-word to insert a new word.
19356 (ispell-process-line): Likewise.
19357 (ispell-complete-word): Likewise.
19358
19359 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
19360
19361 * calendar/calendar.el (redraw-calendar): Preserve point.
19362 Reported by Matt Hodges <MPHodges@member.fsf.org>.
19363 (calendar-week-start-day): Move after definition of
19364 redraw-calendar. Delete buffer test, since redraw-calendar has
19365 that now.
19366
19367 * calendar/diary-lib.el (mark-diary-entries): Only call
19368 redraw-calendar in the first of any recursive calls.
19369 Reported by Alan Shutko <ats@acm.org>.
19370
19371 2005-03-08 Juri Linkov <juri@jurta.org>
19372
19373 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
19374 (html-horizontal-rule, html-line, html-image, html-checkboxes)
19375 (html-radio-buttons): Add a space before the trailing `/>' where
19376 sgml-xml-mode is non-nil.
19377 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
19378 the subsequent tag of the empty XML tag.
19379 (html-href-anchor): Don't set initial input to "http:".
19380 (html-image): Ask for the image URL and set point inside alt="".
19381 (html-name-anchor): Duplicate the name in the `id' attribute when
19382 sgml-xml-mode is non-nil.
19383 (html-paragraph): Remove \n before <p>.
19384 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
19385 instead of `checked' when sgml-xml-mode is non-nil.
19386
19387 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
19388 Remove 1 space before #RRGGBB to not truncate it on terminal
19389 windows w/o fringes. Remove 1 space between bg and fg examples
19390 to get more space.
19391 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
19392 avoid byte-compile warnings.
19393
19394 * image-file.el (image-file-handler): Put `safe-magic' property to
19395 `image-file-handler'.
19396
19397 * info.el (Info-isearch-search): Emulate word search in
19398 isearching through multiple Info nodes with Info-search.
19399 (Info-isearch-wrap): Allow isearch-word.
19400
19401 2005-03-08 Lute Kamstra <lute@gnu.org>
19402
19403 * emacs-lisp/debug.el (debugger-step-through): Make sure that
19404 stepping into the debugger's code is not possible.
19405 (debugger-jumping-flag): Docstring update.
19406
19407 2005-03-08 Jay Belanger <belanger@truman.edu>
19408
19409 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
19410 embedded mode begins.
19411 (calc-embedded-language-alist): New variable.
19412 (calc-embedded-find-modes): Use calc-embedded-language-alist to
19413 set default language mode.
19414
19415 2005-03-08 Kenichi Handa <handa@m17n.org>
19416
19417 * international/ccl.el (define-ccl-program): Fix docstring about
19418 extra 256 bytes assured for the output buffer.
19419
19420 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19421 Fix BUFFER_MAGNIFICATION to 2.
19422 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19423
19424 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
19425
19426 * align.el (align-rules-list): Added an alignment rule for CSS
19427 declarations (applies to css-mode and html-mode buffers).
19428
19429 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19430
19431 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
19432
19433 2005-03-07 Kim F. Storm <storm@cua.dk>
19434
19435 * simple.el (move-beginning-of-line): New command.
19436
19437 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
19438
19439 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
19440
19441 * emulation/cua-base.el: Put CUA move property on move-end-of-line
19442 and move-beginning-of-line.
19443
19444 * apropos.el (apropos-print): Omit command from M-x ... RET.
19445
19446 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
19447
19448 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
19449 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
19450
19451 2005-03-06 Richard M. Stallman <rms@gnu.org>
19452
19453 * bindings.el (esc-map): Bind M-g to goto-line.
19454
19455 * facemenu.el (global-map): Bind M-o, not M-g.
19456
19457 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19458
19459 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
19460 "Open Directory" as for "Open File".
19461
19462 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
19463
19464 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
19465 (push-mark-command): Run activate-mark-hook.
19466
19467 2005-03-06 Richard M. Stallman <rms@gnu.org>
19468
19469 * help-mode.el (help-mode-finish): Don't alter the element
19470 in view-return-to-alist if there already is one.
19471
19472 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
19473 make sure the current buffer is the expected one.
19474
19475 * novice.el (disabled-command-function): Output in *Disabled Command*.
19476 Explicitly ignore non-keyboard events, and explicitly handle C-g.
19477
19478 * textmodes/flyspell.el (flyspell-large-region):
19479 Pass args differently for aspell.
19480
19481 * files.el (mode-require-final-newline): Doc fix.
19482
19483 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19484
19485 * progmodes/which-func.el (which-function):
19486 Specify NOERROR when calling imenu--make-index-alist.
19487
19488 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19489
19490 * simple.el (normal-erase-is-backspace): Define default value.
19491
19492 * custom.el (custom-theme-set-variables): Remove unused var
19493 `immediate'.
19494 (custom-reevaluate-setting): Simple function to handle variables
19495 that are defined before their default value can really be
19496 computed.
19497
19498 * startup.el (command-line): Use it for temporary-file-directory,
19499 small-emporary-file-directory, auto-save-file-name-transforms,
19500 blink-cursor-mode, and normal-erase-is-backspace.
19501
19502 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19503 progress, even with buggy anchored keywords.
19504
19505 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
19506
19507 * simple.el (goto-line): Remove unbalanced final parenthesis.
19508
19509 2005-03-05 Richard M. Stallman <rms@gnu.org>
19510
19511 * simple.el (goto-line): Use a number at point as the default.
19512 With C-u as arg, switch buffers.
19513
19514 2005-03-05 Juri Linkov <juri@jurta.org>
19515
19516 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19517 with `no-blinking-cursor'.
19518
19519 * startup.el (no-blinking-cursor): New defvar.
19520 (command-line): Add `--no-blinking-cursor' to longopts.
19521 Set `no-blinking-cursor' to t for command line arguments
19522 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
19523 with `no-blinking-cursor' in the condition for calling
19524 `blink-cursor-mode'.
19525
19526 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
19527
19528 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19529 (menu-bar-options-save): Add blink-cursor-mode.
19530 (menu-bar-options-menu): Add blink-cursor-mode.
19531
19532 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
19533
19534 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19535 (icalendar-export-file, icalendar-export-region)
19536 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
19537 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19538
19539 2005-03-04 Lute Kamstra <lute@gnu.org>
19540
19541 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
19542 (debug-function-list): Ditto.
19543
19544 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
19545
19546 * textmodes/texinfmt.el (texinfo-append-refill):
19547 Redefine the types of line to which @refill
19548 is not appended by replacing a search for `@refill\\|@bye' with
19549 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
19550 itemize@refill' bug and the unfilled long lines bug.
19551 (texinfmt-version): Update number and date.
19552
19553 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19554
19555 * international/code-pages.el (windows-1250, windows-125[2-8])
19556 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19557
19558 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19559
19560 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19561 bound yet.
19562
19563 2005-03-02 Romain Francoise <romain@orebokech.com>
19564
19565 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19566 buffer after removing limits.
19567 (ibuffer-pop-filter): Ditto.
19568 Update copyright.
19569
19570 2005-03-02 Miles Bader <miles@gnu.org>
19571
19572 * button.el (make-text-button): If the user doesn't specify a
19573 type, use the default. Rewrite to use `add-text-properties' and
19574 plist functions.
19575
19576 2005-03-01 Lute Kamstra <lute@gnu.org>
19577
19578 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
19579 (debugger-jumping-flag): New var.
19580 (debug-entry-code): Use it.
19581 (debugger-jump): Use debugger-jumping-flag and add
19582 debugger-reenable to post-command-hook.
19583 (debugger-reenable): Use debugger-jumping-flag and remove itself
19584 from post-command-hook.
19585 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
19586 debugger-reenable.
19587
19588 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
19589
19590 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
19591 inclusion of "itemize\\|", which may be unnecessary, is certainly
19592 inelegant, and stops refilling in itemize lists when formatting
19593 Japanese Texinfo files to Info.
19594 Update copyright to 2005.
19595
19596 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
19597
19598 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
19599 of an error if GDB can't find the source file.
19600
19601 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19602
19603 * calendar/calendar.el (redraw-calendar): Work from any buffer,
19604 not just the calendar.
19605
19606 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
19607 first.
19608 (diary-redraw-calendar): New function.
19609 (make-diary-entry): Add diary-redraw-calendar to local
19610 write-contents-functions. Turn off selective display before
19611 inserting in diary.
19612
19613 2005-03-01 Kim F. Storm <storm@cua.dk>
19614
19615 * emacs-lisp/copyright.el (copyright-fix-years): New command.
19616
19617 2005-03-01 Lute Kamstra <lute@gnu.org>
19618
19619 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
19620 that debug-entry-code can be safely removed from a function while
19621 this code is being evaluated. Revert the 2005-02-27 change as the
19622 new implementation no longer requires it. Make sure that a
19623 function body containing just a string is not mistaken for a docstring.
19624 (debug): Skip one more frame in case of debug on entry.
19625 (debugger-setup-buffer): Delete one more frame line in case of
19626 debug on entry.
19627 (debugger-frame-number): Update to use the new text introduced by
19628 the 1999-11-03 change. Skip one more frame in case of debug on entry.
19629
19630 2005-02-28 Kim F. Storm <storm@cua.dk>
19631
19632 * double.el (double-translate-key): Call force-window-update after
19633 read-event to avoid crash in redisplay.
19634
19635 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
19636
19637 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
19638 (debug): Use it. Move the inhibit-trace earlier.
19639 (debug-entry-code): New const.
19640 (debug-on-entry-1): Use it.
19641
19642 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
19643
19644 * international/utf-16.el (ccl-encode-mule-utf-16le):
19645 Fix BUFFER_MAGNIFICATION to 2.
19646 (ccl-encode-mule-utf-16be): Likewise.
19647
19648 2005-02-28 Kenichi Handa <handa@m17n.org>
19649
19650 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19651 Fix BUFFER_MAGNIFICATION to 4.
19652 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19653
19654 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
19655
19656 * speedbar.el (speedbar-update-flag): Doc fix.
19657 (speedbar-show-info-under-mouse): Give set-mouse-position the right
19658 argument.
19659
19660 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
19661
19662 * reveal.el (reveal-post-command): Don't try to reveal overlays which
19663 have a non-nil `invisible' property but are actually visible.
19664
19665 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
19666 for perldoc sections.
19667 (perl-outline-regexp, perl-outline-level): New var and function.
19668 (perl-mode): Use them.
19669
19670 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
19671
19672 * calendar/diary-lib.el (diary-remind): Discard any mark portion
19673 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
19674
19675 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
19676
19677 * cus-edit.el: Comment change.
19678 (custom-buffer-create-internal): Slightly reword text at top of
19679 Custom buffers. Mention there that saving an option edits the
19680 init file. Add link to Emacs manual node on `custom-file'.
19681 (custom-magic-alist): Rewrite individual State messages to use
19682 capitalized keywords. Doc fix.
19683
19684 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
19685
19686 * calendar/calendar.el (calendar-buffer): Move above
19687 calendar-week-start-day.
19688 (calendar-week-start-day): Doc fix. Add :set function.
19689 (calendar-minimum-window-height): New variable.
19690 (generate-calendar-window): Only resize window if selected-window
19691 is displaying the calendar buffer. Use new variable
19692 calendar-minimum-window-height.
19693 (generate-calendar): Reword error message.
19694 (calendar-mode-map): Bind DEL to scroll-other-window-down.
19695
19696 2005-02-27 Andreas Schwab <schwab@suse.de>
19697
19698 * vc.el (vc-do-command): Don't run command asynchronously when
19699 operating in a remote directory.
19700
19701 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
19702 change from sync with Tramp 2.0.47.
19703
19704 2005-02-27 Richard M. Stallman <rms@gnu.org>
19705
19706 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
19707
19708 * textmodes/flyspell.el (flyspell-mode-on):
19709 Call ispell-change-dictionary only if necessary.
19710
19711 * emacs-lisp/re-builder.el (regexp-builder): New function.
19712
19713 * register.el (describe-register-1): Explicitly handle
19714 yank-excluded-properties = t.
19715
19716 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
19717 (custom-magic-alist): Change the status descriptions again.
19718 (face widget-type): Total rewrite based on `restricted-sexp'
19719 to eliminate the confusing double hiding levels.
19720
19721 * emacs-lisp/debug.el (debug-on-entry-1):
19722 If function body is empty, add nil as body form.
19723
19724 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19725
19726 * emacs-lisp/trace.el (inhibit-trace): New var.
19727 (trace-make-advice): Use it.
19728
19729 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
19730
19731 2005-02-26 Kim F. Storm <storm@cua.dk>
19732
19733 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
19734 (mouse-on-link-p, mouse-drag-region-1): Use it.
19735
19736 2005-02-25 Lute Kamstra <lute@gnu.org>
19737
19738 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
19739
19740 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
19741
19742 * frame.el (blink-cursor-mode): Add :group keyword.
19743
19744 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
19745
19746 * calendar/icalendar.el (icalendar--decode-isodatetime):
19747 New optional argument DAY-SHIFT.
19748 (icalendar-export-region): Fix coding-system-for-write.
19749 (icalendar--convert-ical-to-diary): Shift end-day of all-day
19750 events by one.
19751
19752 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19753
19754 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
19755
19756 2005-02-24 Kim F. Storm <storm@cua.dk>
19757
19758 * international/iso-acc.el (iso-accents-compose): Fix crash
19759 during redisplay. Call force-window-update after read-event
19760 and delete-region to signal that window is not accurate.
19761
19762 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
19763
19764 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
19765 Remove unused and inexistent var `inhibit-trace'.
19766 (debugger-mode): Use run-mode-hooks.
19767 (debugger-list-functions): Add buttons; setup xref stack.
19768
19769 2005-02-23 Richard M. Stallman <rms@gnu.org>
19770
19771 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
19772 appointment says it was explicitly made.
19773 (appt-add): Set the 3rd element.
19774 (appt-make-list): Preserve explicit appointments.
19775
19776 * subr.el (find-tag-default): Catch errors in forward-sexp.
19777
19778 2005-02-23 Juri Linkov <juri@jurta.org>
19779
19780 * info.el (Info-isearch-search): New defcustom.
19781 (Info-isearch-search): Call the default isearch function
19782 when Info-isearch-search is nil.
19783 (Info-isearch-wrap): Use variable Info-isearch-search.
19784
19785 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
19786
19787 * cus-edit.el: Comment change.
19788
19789 2005-02-22 Kim F. Storm <storm@cua.dk>
19790
19791 * progmodes/hideif.el (hide-ifdef-use-define-alist):
19792 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
19793
19794 2005-02-22 Simon Josefsson <jas@extundo.com>
19795
19796 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
19797 New variable.
19798 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
19799 Oskarsson" <myrkraverk@users.sourceforget.net>.
19800
19801 2005-02-22 Kim F. Storm <storm@cua.dk>
19802
19803 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
19804 check that window of that event is the selected window.
19805 (mouse-drag-region-1): Compare mouse event window to selected
19806 window before setting point.
19807
19808 * tooltip.el (tooltip-show-help-function): Pass event to
19809 mouse-on-link-p so it can check selected window.
19810
19811 2005-02-22 Kenichi Handa <handa@m17n.org>
19812
19813 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
19814 (ps-mule-show-warning): New function.
19815 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
19816 characters are found.
19817
19818 * ps-print.el (ps-header-footer-string): Return a list of header
19819 and footer strings.
19820
19821 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19822
19823 * pcvs.el (cvs-retrieve-revision): Fix thinko.
19824
19825 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
19826
19827 * frame.el (blink-cursor-mode): Use define-minor-mode.
19828
19829 * term/mac-win.el (function-key-map): Use char-names more consistently.
19830 (file-name-coding-system): Only set it for MacOS-9. The other case is
19831 already handled in mule-cmds.el (where it also works when mac-win.el
19832 is not used).
19833
19834 2005-02-21 Kenichi Handa <handa@m17n.org>
19835
19836 * international/mule.el (ctext-pre-write-conversion): Always use
19837 " *code-converting-work*" buffer for work.
19838
19839 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
19840
19841 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
19842
19843 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
19844
19845 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
19846
19847 * ses.el (undo-more): Restore defadvice, but only the part that
19848 allows changes outside the restricted area of the buffer.
19849
19850 2005-02-20 Kim F. Storm <storm@cua.dk>
19851
19852 * simple.el (line-move): Add fourth optional arg try-vscroll which
19853 must be set to perform auto-window-vscroll.
19854 When moving backwards and doing auto-window-vscroll, automatically
19855 vscroll to the last part of lines which are taller than the window.
19856 (next-line, previous-line): Set try-vscroll arg on line-move.
19857
19858 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
19859
19860 * replace.el (query-replace, query-replace-regexp)
19861 (replace-string, replace-regexp): When operating on region, make
19862 the minibuffer prompt say so.
19863
19864 * isearch.el (isearch-forward): Document isearch-query-replace and
19865 isearch-query-replace-regexp keybindings.
19866
19867 2005-02-19 Jay Belanger <belanger@truman.edu>
19868
19869 * calc/calc-aent.el (math-read-token): Add local variable.
19870
19871 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
19872 (calc-edit-top): Move declaration to earlier in file.
19873 (calc-edit-macro-repeats): Add local variables.
19874
19875 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
19876 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
19877 calcFunc-tanh.
19878 Adjust integration rule for calcFunc-tan.
19879
19880 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19881
19882 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
19883 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
19884 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
19885 (viper-skip-separators): Bug fix.
19886 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
19887 particular major mode.
19888 (viper-del-backward-char-in-replace): Don't put deleted char on the
19889 kill ring.
19890
19891 * viper-ex.el (viper-color-display-p): New function.
19892 (viper-has-face-support-p): Use viper-color-display-p.
19893
19894 * viper-keym.el (viper-gnus-modifier-map): New keymap.
19895
19896 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
19897
19898 * viper-util.el (viper-glob-unix-files): Fix shell status check.
19899 (viper-file-remote-p): Make equivalent to file-remote-p.
19900
19901 * viper.el (viper-major-mode-modifier-list):
19902 Use viper-gnus-modifier-map.
19903
19904 2005-02-19 David Kastrup <dak@gnu.org>
19905
19906 * subr.el (subregexp-context-p): Fix garbled doc string by adding
19907 quoting.
19908
19909 2005-02-19 Jay Belanger <belanger@truman.edu>
19910
19911 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
19912 Remove extra definitions.
19913 (calc-coth): New function.
19914 (calcFunc-cot): Fix `let'.
19915
19916 2005-02-19 Eli Zaretskii <eliz@gnu.org>
19917
19918 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
19919 the reasons we use "type pc" in these faces.
19920
19921 * button.el (button): Ditto.
19922
19923 2005-02-19 Michael Mauger <mmaug@yahoo.com>
19924
19925 * replace.el (query-replace-read-from): Set the value of
19926 query-replace-from-history-variable to handle the case of an empty
19927 string entered to accept the suggested default.
19928
19929 * net/tramp.el (tramp-file-name-for-operation):
19930 Use dired-call-process instead of dired-call-process-command.
19931
19932 2005-02-19 Jay Belanger <belanger@truman.edu>
19933
19934 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
19935 (math-div-non-trig): New variables.
19936 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
19937 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
19938 (math-combine-prod, math-div-symb-fancy): Add simplifications for
19939 trig expressions.
19940
19941 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
19942
19943 * progmodes/gdb-ui.el (gdb-var-update-handler)
19944 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
19945 for watch expressions,
19946 (gdb-var-create-handler): Don't set speedbar-update-flag.
19947 (gdb-post-prompt): Simplify test for speedbar.
19948
19949 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19950
19951 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
19952 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
19953 we use the syntax table of the correct buffer.
19954 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
19955 Felix Gatzemeier.
19956
19957 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
19958 (ediff-file-remote-p): Make synonymous with file-remote-p.
19959 In all deffaces ediff-*-face-*, use min-colors.
19960
19961 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
19962 ediff-recurse-to-subdirectories.
19963 (ediff-mark-if-equal): Check that the arguments are strings, use
19964 ediff-same-contents (after to Felix Gatzemeier).
19965
19966 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
19967 nil.
19968
19969 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
19970
19971 * log-view.el (log-view-message-re): Fix up Subversion regexp.
19972
19973 2005-02-18 David Kastrup <dak@gnu.org>
19974
19975 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
19976 use `mark-active' when defined.
19977
19978 2005-02-18 Kenichi Handa <handa@m17n.org>
19979
19980 * ps-print.el (ps-font-info-database): New entry
19981 ZapfChancery-MediumItalic with correct font name. Fix font name
19982 of the entry Zapf-Chancery-MediumItalic.
19983
19984 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
19985
19986 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
19987
19988 2005-02-16 Kim F. Storm <storm@cua.dk>
19989
19990 * ido.el (ido-fallback-command): Pass user input to fallback command.
19991
19992 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
19993
19994 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
19995 (gdb-find-file-hook): Add server prefix.
19996
19997 2005-02-16 Richard M. Stallman <rms@gnu.org>
19998
19999 * replace.el (perform-replace): Pass new args to replace-highlight.
20000 (replace-highlight): Take region args,
20001 and pass them to isearch-lazy-highlight-new-loop.
20002
20003 * novice.el (disabled-command-hook): Autoload the defalias
20004 and the make-obsolete-variable call.
20005
20006 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
20007
20008 * isearch.el (isearch-lazy-highlight-start-limit)
20009 (isearch-lazy-highlight-end-limit): New variables limit
20010 the region for highlighting.
20011 (isearch-lazy-highlight-new-loop): New args BEG and END.
20012 (isearch-lazy-highlight-search): Use the new vars.
20013 (isearch-lazy-highlight-update): Likewise.
20014
20015 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
20016
20017 * cus-start.el (all): Use default-boundp.
20018
20019 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
20020
20021 * menu-bar.el (menu-bar-select-frame): Handle current frame.
20022
20023 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
20024
20025 * autorevert.el (auto-revert-stop-on-user-input)
20026 (auto-revert-verbose): Doc fixes.
20027
20028 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
20029
20030 * international/mule-cmds.el (set-locale-environment): Remove call
20031 to set-selection-coding-system on Windows.
20032
20033 2005-02-15 Jay Belanger <belanger@truman.edu>
20034
20035 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
20036 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
20037 calcFunc-coth.
20038 (math-simplify-sqrt): Add simplifications.
20039
20040 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
20041 to list.
20042
20043 * calc/calc-ext.el: Add functions to autoloads.
20044
20045 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
20046 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
20047 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
20048 (math-csc-raw, math-cot-raw): New functions.
20049
20050 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
20051
20052 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
20053 the variable name in a message.
20054
20055 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
20056 calcFunc-csc, calcFunc-cot.
20057
20058 * calc/calcalg2.el: Add derivative and integration rules for
20059 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
20060 calcFunc-csch, calcFunc-coth.
20061 (math-do-integral-methods): Add to checks for when to use
20062 substitutions.
20063
20064 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
20065
20066 2005-02-15 Lute Kamstra <lute@gnu.org>
20067
20068 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20069 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
20070 <monnier@iro.umontreal.ca>
20071 (lisp-outline-level): Improve efficiency. Suggested by David
20072 Kastrup <dak@gnu.org>.
20073
20074 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
20075
20076 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
20077 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
20078 (gdb-set-gud-minor-mode-existing-buffers): New functions.
20079 (gdb-find-file-hook): New hook. Add it to find-file-hook.
20080 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
20081
20082 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
20083
20084 * cus-start.el (all): Comment change.
20085
20086 2005-02-14 Lute Kamstra <lute@gnu.org>
20087
20088 * cus-start.el (all): Check if symbol is void.
20089
20090 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
20091
20092 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
20093 optional argument to \cite.
20094
20095 2005-02-14 Richard M. Stallman <rms@gnu.org>
20096
20097 * cus-edit.el (custom-buffer-create-internal): Update help message.
20098 (custom-magic-alist): Update help messages.
20099
20100 * cus-start.el (all): Allow a var to specify a standard value.
20101
20102 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
20103
20104 * custom.el (custom-theme-set-variables): Handle variable aliases.
20105
20106 * frame.el (blink-cursor-timer): Doc fix.
20107 (blink-cursor): Make it an alias for `blink-cursor-mode' and
20108 declare obsolete.
20109 (blink-cursor-mode): Define with defcustom and use correct
20110 standard expression in that defcustom.
20111 * startup.el (command-line): Adapt to above changes in frame.el.
20112
20113 2005-02-11 Lute Kamstra <lute@gnu.org>
20114
20115 * apropos.el (apropos-score-doc): Prevent division by zero.
20116
20117 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
20118
20119 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
20120 (icalendar--get-event-property-attributes)
20121 (icalendar--get-event-properties)
20122 (icalendar--datetime-to-diary-date): New functions.
20123 (icalendar--split-value): Doc fix.
20124 (icalendar--datetime-to-noneuropean-date)
20125 (icalendar--datetime-to-european-date): New optional argument
20126 SEPARATOR. Return result as a string instead of a list.
20127 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
20128 (icalendar--convert-string-for-export): Rename arg S to STRING.
20129 (icalendar-export-region): Doc fix. Change name of error buffer.
20130 Save output buffer.
20131 (icalendar-import-file): Add blank at end of prompt.
20132 (icalendar-import-buffer): Doc fix. Do not switch to error
20133 buffer. Indicate status in return value.
20134 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
20135 buffer. Save output buffer. Handle exception from recurrence
20136 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
20137 events. Fix problems with weekly all-day events.
20138
20139 2005-02-10 Richard M. Stallman <rms@gnu.org>
20140
20141 * simple.el (eval-expression-print-format):
20142 Avoid warning about edebug-active.
20143
20144 * help.el (help-for-help-internal): Rename from help-for-help.
20145 (help-for-help): Define with defalias.
20146
20147 * font-core.el (font-lock-default-function): Use with-no-warnings.
20148
20149 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
20150
20151 * custom.el (defface): Doc fix.
20152
20153 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
20154
20155 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
20156 width 0" to prevent word wrapping problems.
20157
20158 2005-02-09 Kim F. Storm <storm@cua.dk>
20159
20160 * ido.el (ido-file-extensions-order): New defcustom.
20161 (ido-file-extension-lessp, ido-file-extension-aux)
20162 (ido-file-extension-order): New advanced file ordering.
20163 (ido-file-lessp): New simple file ordering.
20164 (ido-sort-list): Remove.
20165 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
20166 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
20167
20168 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
20169
20170 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
20171 that some versions of grep produce.
20172 (grep-mode-font-lock-keywords): Likewise.
20173
20174 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
20175
20176 * progmodes/gdb-ui.el (gdb-location-list): New variable.
20177 (gdb-cdir): Delete.
20178 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
20179 (gdb-source-info): Treat case when source file is in another
20180 directory properly.
20181 (gdb-get-location): New function.
20182
20183 2005-02-07 Jay Belanger <belanger@truman.edu>
20184
20185 * calc/calc-prog.el (calc-write-parse-table-part)
20186 (calc-fix-token-name): Fix a check for language type.
20187
20188 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
20189
20190 2005-02-07 Andre Spiegel <spiegel@gnu.org>
20191
20192 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20193 as directory not writable.
20194
20195 2005-02-07 Kim F. Storm <storm@cua.dk>
20196
20197 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20198 (cua--standard-movement-commands): Remove list.
20199 Instead, set CUA property value to move for movement commands.
20200 (cua-movement-commands): Remove. Users must set CUA prop instead.
20201 (cua--pre-command-handler): Check CUA property.
20202 (cua--init-keymaps): Don't remap undo commands.
20203 (cua-mode): Don't call cua--rectangle-on-off.
20204
20205 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20206 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20207 (cua--rect-undo-set-point): New var.
20208 (cua--rectangle-undo-boundary): Setup undo apply entry.
20209 (cua--rect-undo-handler): New function for rectangle undo.
20210 (cua--rect-start-position, cua--rect-end-position): Add.
20211 (cua--rectangle-post-command): Call cua--rectangle-set-corners
20212 for restored rectangle. Set point if cua--rect-undo-set-point.
20213
20214 2005-02-06 Jay Belanger <belanger@truman.edu>
20215
20216 * calc/calc-lang.el (calc-tex-language): Display more information
20217 in messages.
20218
20219 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20220 in TeX mode.
20221
20222 2005-02-06 Richard M. Stallman <rms@gnu.org>
20223
20224 * emacs-lisp/lisp.el (buffer-end): Doc fix.
20225
20226 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
20227
20228 * net/ldap.el (ldap-search-internal): Support attributes with
20229 optional descriptions separated by a semi-colon, as in
20230 "userCertificate;binary".
20231
20232 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20233
20234 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20235 isn't a cons (i.e. the version is 0).
20236
20237 2005-02-05 Eli Zaretskii <eliz@gnu.org>
20238
20239 * help.el (help-for-help): Doc fix.
20240
20241 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
20242
20243 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
20244 GDB-Windows on the menu-bar as this works better.
20245
20246 2005-02-04 Jay Belanger <belanger@truman.edu>
20247
20248 * calc/calc-embed.el (calc-embedded-update): Don't put in
20249 unnecessary newlines. Adjust the end of formula marker.
20250
20251 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20252 (math-latex-parse-two-args): New function.
20253
20254 2005-02-03 Lute Kamstra <lute@gnu.org>
20255
20256 * help-fns.el (help-with-tutorial): Make sure that users cannot
20257 remove the entire text of the tutorial by means of `undo'.
20258
20259 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
20260
20261 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20262 in recent changes, where the ispell process was repeatedly
20263 killed & restarted.
20264
20265 * international/mule-cmds.el (set-locale-environment): Set file-name
20266 coding system to utf-8 on Darwin systems.
20267 (set-default-coding-systems): Don't set default-file-name-coding-system
20268 on Darwin systems.
20269
20270 2005-02-03 Richard M. Stallman <rms@gnu.org>
20271
20272 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
20273
20274 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
20275
20276 * faces.el (list-faces-display): Add optional argument.
20277
20278 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20279
20280 * font-core.el (font-lock-default-function): Handle the rare case where
20281 only font-lock-keywords is set.
20282
20283 2005-02-02 Kenichi Handa <handa@m17n.org>
20284
20285 * international/characters.el: Cancel previous change for
20286 I-WITH-DOT-ABOVE and DOTLESS-i.
20287
20288 * international/latin-5.el: Cancel previous change.
20289
20290 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20291
20292 * progmodes/gud.el: Correction to syntax in gud-menu-map.
20293
20294 2005-02-02 Kenichi Handa <handa@m17n.org>
20295
20296 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
20297 DOTLESS-i.
20298
20299 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
20300 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
20301
20302 * case-table.el (get-upcase-table): New function.
20303 (copy-case-table): Copy upcaes table too if non-nil.
20304 (set-case-syntax-delims): Maintain upcase table too.
20305 (set-case-syntax-pair): Likewise.
20306 (set-upcase-syntax, set-downcase-syntax): New functions.
20307 (set-case-syntax): Maintain upcase table too.
20308
20309 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20310
20311 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
20312
20313 * progmodes/gud.el (gud-goto-info): New function.
20314 (gud-tool-bar-map): Use correct icon.
20315
20316 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20317
20318 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
20319 When delegating, order args in the funcall correctly.
20320
20321 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20322
20323 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
20324
20325 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
20326
20327 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
20328 buffer not visiting a file.
20329
20330 2005-01-31 Jay Belanger <belanger@truman.edu>
20331
20332 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
20333 bound on the line with the formula.
20334
20335 2005-01-31 Kim F. Storm <storm@cua.dk>
20336
20337 * ses.el (ses-create-cell-variable-range)
20338 (ses-destroy-cell-variable-range, ses-reset-header-string)
20339 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
20340 (ses-insert-row): Fix format of apply undo entries.
20341
20342 2005-01-31 Jay Belanger <belanger@truman.edu>
20343
20344 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
20345 parts.
20346
20347 * calc/calc-embed.el (calc-embedded-open-formula)
20348 (calc-embedded-close-formula): Ignore matrix environments.
20349
20350 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
20351 TeX mode.
20352
20353 * calc/calc-lang.el (math-function-table, math-oper-table)
20354 (math-variable-table): Adjust the LaTeX portions.
20355
20356 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
20357 (math-latex-ignore-words): New constant.
20358
20359 2005-01-31 Richard M. Stallman <rms@gnu.org>
20360
20361 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
20362 (ispell-local-dictionary): Doc fix.
20363 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
20364 Don't reinitialize at run time. Don't defcustom.
20365 All uses changed to append ispell-local-dictionary-alist,
20366 or check it first.
20367 (ispell-current-dictionary): New variable for dictionary in use.
20368 (ispell-dictionary): Now used only for global default.
20369 (ispell-start-process): Set ispell-current-dictionary,
20370 not ispell-dictionary.
20371 (ispell-change-dictionary): Use this only for setting
20372 user preferences.
20373 (ispell-internal-change-dictionary): New function
20374 to change the current dictionary in use.
20375 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
20376 Use ispell-current-dictionary.
20377 Handle ispell-local-dictionary-overridden.
20378 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
20379
20380 2005-01-31 Jay Belanger <belanger@truman.edu>
20381
20382 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
20383
20384 * calc/calc-ext.el: Add calc-latex-language to autoloads.
20385 (calc-mode-map): Add calc-latex-language.
20386
20387 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
20388 (math-latex-print-frac): New functions.
20389 (math-oper-table, math-function-table, math-variable-table)
20390 (math-complex-format, math-input-filter): Add latex properties.
20391 (calc-set-language): Set math-expr-special-function-mapping.
20392
20393 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
20394 (calc-write-parse-table-part): Add LaTeX support.
20395
20396 * calc/calc.el (calc-language): Adjust docstring.
20397 (calc-set-mode-line): Add LaTeX support.
20398 (math-expr-special-function-mapping): New variable.
20399 (math-tex-ignore-words): Add to list.
20400
20401 * calc/calccomp.el (math-compose-expr, math-compose-rows):
20402 Add LaTeX support.
20403 (math-compose-expr): Add support for special functions.
20404
20405 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
20406
20407 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
20408
20409 * progmodes/gdb-ui.el (gdb-memory-address)
20410 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
20411 (gdb-memory-mode-map, gdb-memory-format-keymap)
20412 (gdb-memory-format-menu, gdb-memory-unit-keymap)
20413 (gdb-memory-unit-menu): New variables for a buffer
20414 that lets the user examine program memory.
20415 (gdb-memory-set-address, gdb-memory-set-repeat-count)
20416 (gdb-memory-format-binary, gdb-memory-format-octal)
20417 (gdb-memory-format-unsigned, gdb-memory-format-signed)
20418 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
20419 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
20420 (gdb-memory-unit-word, gdb-memory-unit-halfword)
20421 (gdb-memory-unit-byte, gdb-memory-unit-menu)
20422 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
20423 (gdb-memory-mode, gdb-memory-buffer-name)
20424 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
20425 New functions for above buffer.
20426
20427 2005-01-30 Richard M. Stallman <rms@gnu.org>
20428
20429 * cus-edit.el (custom-bury-buffer): Function deleted.
20430 (custom-buffer-done-function): Option deleted.
20431 (custom-buffer-done-kill): New replacement option.
20432 (Custom-buffer-done): Call quit-window.
20433 (custom-buffer-create-internal): Update for above changes.
20434
20435 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
20436
20437 * simple.el (undo-ask-before-discard): New var.
20438 (undo-outer-limit-truncate): Implement it.
20439 (undo-extra-outer-limit): Doc update.
20440
20441 2005-01-29 Richard M. Stallman <rms@gnu.org>
20442
20443 * ses.el (undo-more): Delete defadvice.
20444 (ses-begin-change): Doc fix.
20445
20446 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
20447 instead of rebinding C-x u and C-_.
20448
20449 * files.el (normal-backup-enable-predicate): Return nil for files
20450 in /tmp, regardless of temporary-file-directory.
20451
20452 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
20453
20454 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
20455 (open-rectangle, delete-whitespace-rectangle-line)
20456 (clear-rectangle-line): If FILL, pass t instead of FILL
20457 for move-to-column's 2nd arg.
20458
20459 * simple.el (undo): Fix the test for continuing a series of undos.
20460 (undo-more): Set pending-undo-list to t when we reach end.
20461 (pending-undo-list): Move up defvar.
20462
20463 * wid-edit.el (widget-button-click):
20464 Shorten the range of the track-mouse binding.
20465
20466 * comint.el (comint-insert-input): Undo previous changes;
20467 use last-input-event in interactive spec.
20468
20469 2005-01-29 Eli Zaretskii <eliz@gnu.org>
20470
20471 * progmodes/compile.el (compilation-start): Bind buffer-read-only
20472 to nil before invoking call-process. Reset buffer's modified flag
20473 after fontifying it in the no-async branch.
20474
20475 * wid-edit.el (widget-specify-button): If mouse pointer shape
20476 cannot be changed, use mouse face instead.
20477
20478 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
20479
20480 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20481 (gdb-goto-breakpoint): Make breakpoint handling work on template
20482 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
20483 (gdb-assembler-custom): Update to recognize breakpoint information
20484 added on 2005-01-19.
20485
20486 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20487
20488 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
20489 (dsssl-mode): Use define-derived-mode.
20490 (scheme-mode-initialize): Remove.
20491 (scheme-mode): Use run-mode-hooks.
20492
20493 * cus-edit.el (customize-group-other-window)
20494 (custom-buffer-create-other-window): Don't override special-display-*.
20495 (custom-mode-map): Make it dense.
20496
20497 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20498 sets the default value.
20499
20500 2005-01-28 Eli Zaretskii <eliz@gnu.org>
20501
20502 * descr-text.el: Add more keywords.
20503
20504 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20505
20506 * speedbar.el: Avoid unnecessary use of locate-library.
20507
20508 * international/mule-cmds.el (standard-display-european-internal):
20509 Don't fiddle with latin-1 non-break space any more since it's now
20510 special cased in the C code.
20511 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20512
20513 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
20514
20515 * cus-start.el (all): Add `undo-outer-limit'.
20516
20517 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20518
20519 * textmodes/bibtex.el (bibtex-format-entry):
20520 Use `bibtex-empty-field-re' only on the text of fields, not on entire
20521 field lines.
20522 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20523 not on part of a buffer.
20524
20525 2005-01-25 Lute Kamstra <lute@gnu.org>
20526
20527 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20528 nonempty field text strings like "{letters\\macro{}more letters}".
20529 Clarify docstring.
20530 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20531 (bibtex-entry-offset, bibtex-parse-association)
20532 (bibtex-parse-field-name): Fix typos in docstrings.
20533 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
20534
20535 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
20536
20537 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
20538 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
20539 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20540 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20541
20542 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20543 isearch minor mode.
20544
20545 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
20546
20547 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20548
20549 2005-01-24 Lute Kamstra <lute@gnu.org>
20550
20551 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20552 CASECHARS and NOT-CASECHARS regular expressions of the
20553 "nederlands" and "nederlands8" dictionaries to prevent a "Range
20554 striding over charsets" error.
20555
20556 2005-01-24 Jay Belanger <belanger@truman.edu>
20557
20558 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20559 display variable name.
20560
20561 2005-01-24 Kenichi Handa <handa@m17n.org>
20562
20563 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20564 Fix setting of the element of encoded-kbd-iso2022-invocations.
20565
20566 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
20567
20568 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20569 (gdb-threads-select): Change to also accept mouse events.
20570 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20571 (gdb-threads-mouse-select): Delete.
20572
20573 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
20574
20575 * files.el (insert-directory): Take care of empty directory,
20576 listed without -a switch.
20577
20578 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
20579
20580 * textmodes/refill.el (refill-post-command-function):
20581 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
20582 to the list of functions that we should be careful not to undo.
20583 (refill-late-fill-paragraph-function): Remove.
20584 (refill-saved-state): New var.
20585 (refill-mode): Use it to save fill-paragraph-function.
20586 Save also the value of auto-fill-function.
20587
20588 * term/w32-win.el: Simplify code.
20589
20590 2005-01-23 Kim F. Storm <storm@cua.dk>
20591
20592 * simple.el (line-move): Adapt to new return value from
20593 pos-visible-in-window-p.
20594
20595 * simple.el (line-move): Fix last change. Check partial
20596 visibility at point rather than at window-start.
20597
20598 2005-01-22 Jason Rumney <jasonr@gnu.org>
20599
20600 * term/w32-win.el (xw-defined-colors): Remove debug-message.
20601
20602 2005-01-22 David Kastrup <dak@gnu.org>
20603
20604 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
20605
20606 2005-01-22 Eli Zaretskii <eliz@gnu.org>
20607
20608 * type-break.el (type-break-mode): Add a test for
20609 type-break-file-name being non-nil.
20610
20611 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
20612
20613 * net/eudc.el (top level): Call (message "") via progn, so that
20614 eudc-options-file is loaded.
20615
20616 2005-01-22 Kim F. Storm <storm@cua.dk>
20617
20618 * simple.el (line-move-1): Rename from line-move.
20619 (line-move): New function that adjusts vscroll for partially
20620 visible rows, and calls line-move-1 otherwise.
20621
20622 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
20623
20624 * pcomplete.el: Define pcomplete-read-event instead of read-event,
20625 since it's not a complete read-event implementation
20626
20627 2005-01-20 Jay Belanger <belanger@truman.edu>
20628
20629 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
20630 for called function.
20631
20632 2005-01-20 Steven Tamm <steventamm@mac.com>
20633
20634 * term/mac-win.el (process-connection-type): Remove.
20635 Controlled now by s/darwin.h:PTY_ITERATION.
20636
20637 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20638
20639 * window.el (handle-select-window): Don't switch window when we're
20640 in the minibuffer.
20641
20642 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
20643
20644 * subr.el (dotimes-with-progress-reporter): New macro.
20645
20646 * ses.el (ses-dotimes-msg): Remove macro.
20647 Use `dotimes-with-progress-reporter' instead.
20648
20649 2005-01-19 Steven Tamm <steventamm@mac.com>
20650
20651 * term/mac-win.el (process-connection-type): Use new
20652 operating-system-release variable to use ptys on Darwin 7 (OS X
20653 10.3) when using carbon build.
20654
20655 2005-01-19 Jay Belanger <belanger@truman.edu>
20656
20657 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
20658 flags if the last command was a tab or M-tab.
20659
20660 * calc/calc-prog.el (calc-user-define-edit): Put original formula
20661 in formula editing buffer.
20662
20663 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
20664
20665 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
20666 breakpoint image symbol in margin.
20667
20668 2005-01-19 Jay Belanger <belanger@truman.edu>
20669
20670 * calc/calc-prog.el (calc-execute-kbd-macro):
20671 Ignore calc-keep-arg-flag.
20672
20673 2005-01-19 Kenichi Handa <handa@m17n.org>
20674
20675 * textmodes/ispell.el (ispell-looking-at): New function.
20676 (ispell-process-line): Use ispell-looking-at to compare the ispell
20677 output and the buffer contents.
20678
20679 2005-01-18 Jay Belanger <belanger@truman.edu>
20680
20681 * calc/calc.el (calc-display-raw): Fix docstring.
20682
20683 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
20684
20685 * simple.el (blink-matching-open): Strip extra info from syntax.
20686
20687 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
20688 funny chars in the end-of-here-doc marker.
20689
20690 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
20691
20692 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
20693 that enable/disabled state of breakpoints is shown correctly in
20694 fringe and on ttys.
20695 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
20696 Add breakpoint information as text properties.
20697 (gdb-mouse-toggle-breakpoint):
20698 Rename to gdb-mouse-set-clear-breakpoint.
20699 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
20700 breakpoints in the margin.
20701 (gdb-remove-strings): Simplify.
20702
20703 2005-01-17 Jay Belanger <belanger@truman.edu>
20704
20705 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
20706 erasing buffer.
20707
20708 2005-01-17 Richard M. Stallman <rms@gnu.org>
20709
20710 * progmodes/grep.el (grep-find): Copy from `grep' the condition
20711 for calling grep-compute-defaults.
20712
20713 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
20714 if buffer is empty.
20715
20716 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
20717
20718 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
20719
20720 * hilit-chg.el (highlight-changes-mode): Don't autoload.
20721
20722 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
20723 non-preloaded variables.
20724
20725 2005-01-17 Steven Tamm <steventamm@mac.com>
20726
20727 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
20728 tex-shell cause to force interactivity when using pipes.
20729
20730 2005-01-17 Kim F. Storm <storm@cua.dk>
20731
20732 * simple.el (just-one-space): Make arg optional.
20733
20734 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
20735
20736 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
20737 posn-at-x-y to t to access left-margin.
20738
20739 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
20740
20741 Sync with Tramp 2.0.47.
20742
20743 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
20744 catching keep-date problems in cp/scp operations.
20745 (tramp-handle-copy-file): Don't call `set-file-modes'
20746 unconditionally. Specialized functions should know better what is
20747 necessary. This improves performance a little bit, and the
20748 functions could catch errors with `cp -p' and `scp -p'.
20749 (tramp-do-copy-or-rename-file-via-buffer)
20750 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
20751 when appropriate.
20752 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
20753 Call `set-file-modes' when appropriate.
20754 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
20755 Johnsson <isak@hypergene.com>
20756 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
20757 of both Tramp buffer and debug buffer. Reported by Joakim Verona
20758 <joakim@verona.se>
20759 (tramp-file-name-for-operation): Mark `shell-command' as magic for
20760 Emacs only.
20761
20762 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
20763 `find-file-hooks' and `dired-mode-hook'.
20764 (tramp-minor-mode-map): Respective map. Add remapping for
20765 `compile' and `recompile'.
20766 (tramp-remap-command, tramp-recompile): New defuns.
20767 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
20768 in buffer "*Compilation*". Call the commands asynchronously.
20769
20770 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
20771 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
20772 `shell-command', because it isn't magic in XEmacs. Reported by
20773 Adrian Aichner <adrian@xemacs.org>.
20774
20775 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
20776 `substitute-in-file-name.
20777 (tramp-smb-handle-substitute-in-file-name): New defun.
20778 (tramp-smb-advice-PC-do-completion): Delete advice.
20779
20780 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
20781
20782 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
20783 Fix error in deleting region.
20784
20785 2005-01-15 Richard M. Stallman <rms@gnu.org>
20786
20787 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
20788 In non-temp buffer, switch syntax table temporarily.
20789
20790 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
20791
20792 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
20793
20794 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
20795
20796 * imenu.el (imenu--split-menu): Copy menulist before sorting.
20797 (imenu--generic-function): Use START, not BEG, as pos of definition.
20798
20799 * simple.el (just-one-space): Argument specifies number of spaces.
20800
20801 * simple.el (eval-expression-print-format): Avoid warning
20802 about edebug-active.
20803
20804 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
20805
20806 * progmodes/sh-script.el: Code copied from make-mode.el
20807 with small changes,
20808 (sh-mode-map): Bind C-c C-\.
20809 (sh-backslash-column, sh-backslash-align): New variables.
20810 (sh-backslash-region, sh-append-backslash): New functions.
20811
20812 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
20813
20814 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
20815 (rmail-pop-password, rmail-pop-password-required): Move to
20816 rmail-obsolete group.
20817 (rmail-set-pop-password): Rename to rmail-set-remote-password.
20818 All callers updated.
20819 (rmail-get-pop-password): Rename to rmail-get-remote-password.
20820 Take an argument specifying whether it is POP or IMAP mailbox we
20821 are using. All callers updated.
20822 (rmail-pop-password-error): Rename to
20823 rmail-remote-password-error. Added mailutils-specific error message.
20824 (rmail-movemail-search-path)
20825 (rmail-movemail-variant-in-use): New variables.
20826 (rmail-remote-password, rmail-remote-password-required):
20827 New customization variables.
20828 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
20829 (rmail-parse-url): New function.
20830 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
20831 with GNU mailutils movemail.
20832
20833 2005-01-15 Kevin Ryde <user42@zip.com.au>
20834
20835 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
20836 suffix to space, $ or '$, to correctly position point when going
20837 to @table style constants like DBL_MAX.
20838
20839 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
20840
20841 * type-break.el (type-break-mode, type-break-file-time)
20842 (type-break-file-keystroke-count, type-break-choose-file):
20843 Don't store data in or load data from the file if type-break-file-name
20844 is nil.
20845 (type-break-file-name): Doc update as per the above.
20846
20847 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
20848
20849 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
20850 lookup-key might return nil; handle that.
20851
20852 2005-01-15 Alan Mackenzie <acm@muc.de>
20853
20854 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
20855 rather than the element found, thus enabling the tree to be setcar'd.
20856
20857 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
20858
20859 * textmodes/org.el (org-show-following-heading): New option.
20860 (org-show-hierarchy-above): Use `org-show-following-heading'.
20861 (org-cycle): Documentation fix.
20862
20863 * textmodes/org.el (orgtbl-optimized): New option
20864 (orgtbl-mode): New command, a minor mode.
20865 (orgtbl-mode-map): New variable.
20866 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
20867 (orgtbl-error, orgtbl-self-insert-command)
20868 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
20869
20870 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
20871 a local variable in each org-mode buffer.
20872
20873 * textmodes/org.el (org-set-regexps-and-options): Rename from
20874 `org-set-regexps'. Added checking for STARTUP keyword.
20875 (org-get-current-options): Add STARTUP options.
20876 (org-table-insert-row): Make mode intelligent about when
20877 realignment is needed.
20878 (org-self-insert-command, org-delete-backward-char, org-delete-char):
20879 New commands.
20880 (org-enable-table-editor): New default value `optimized'.
20881 (org-table-blank-field): Support blanking regions if active.
20882
20883 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
20884
20885 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
20886 if the year is not given.
20887
20888 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
20889 Add new escapes %m and %M, fixed bug with %F by adding
20890 save-match-data.
20891 (reftex-reference): Remove ?. from list of spaces.
20892 (reftex-label-info): Add automatic label prefix recognition.
20893
20894 * textmodes/reftex-index.el (reftex-index-next-phrase):
20895 Add slave parameter to call of `reftex-index-this-phrase'.
20896 (reftex-index-this-phrase): New optional argument.
20897 (reftex-index-region-phrases): Add slave parameter to call of
20898 `reftex-index-this-phrase'.
20899 (reftex-display-index): New argument redo.
20900 (reftex-index-rescan): Add `redo' to arguments of
20901 `reftex-display-index'.
20902 (reftex-index-Rescan, reftex-index-revert)
20903 (reftex-index-switch-index-tag): Add `redo' to arguments of
20904 `reftex-display-index'.
20905 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
20906 indexing. Fix bug with matching is there is a quote before or
20907 after the word.
20908
20909 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
20910 Fix bug when collecting citation keys in lines with comments.
20911 (reftex-citation): Prefix argument no longer rescans the document,
20912 but forces prompting for optional arguments of cite macros.
20913 (reftex-do-citation): Prompting for optional arguments implemented.
20914
20915 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20916 Add optional arguments to most cite commands.
20917 (reftex-cite-cleanup-optional-args): New option
20918 (reftex-cite-prompt-optional-args): New option.
20919 (reftex-trust-label-prefix): New option.
20920
20921 * textmodes/reftex-toc.el (reftex-toc-find-section):
20922 Add push-mark before changing the position in the buffer.
20923
20924 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
20925 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
20926
20927 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
20928
20929 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
20930 more carefully.
20931
20932 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
20933
20934 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
20935 (sgml-mode): Use it.
20936 (sgml-get-context): Better keep track of implicitly closed tags.
20937
20938 2005-01-13 Kenichi Handa <handa@m17n.org>
20939
20940 * textmodes/ispell.el: These changes are to fix misalignment error
20941 caused by equivalent characters of different Emacs charsets.
20942 (ispell-unified-chars-table): New variable.
20943 (ispell-get-decoded-string): New function.
20944 (ispell-get-casechars, ispell-get-not-casechars)
20945 (ispell-get-otherchars): Call ispell-get-decoded-string.
20946
20947 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
20948
20949 * custom.el (custom-declare-variable): Just put symbol instead
20950 of (defvar . symbol) in `current-load-list'.
20951
20952 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
20953
20954 * emacs-lisp/elint.el: Fixed typo in Commentary section.
20955
20956 2005-01-12 Jay Belanger <belanger@truman.edu>
20957
20958 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
20959 to create a Calc summary.
20960
20961 2005-01-12 Kim F. Storm <storm@cua.dk>
20962
20963 * mouse.el (mouse-on-link-p): Change functionality and doc
20964 string to comply with latest description in lisp ref.
20965
20966 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
20967
20968 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
20969 Enable mouse clicks on mode-line, header-line and margin.
20970 (event-type): Give mouse event symbols an `event-kind' property
20971 with value `mouse-click'.
20972
20973 2005-01-12 Juri Linkov <juri@jurta.org>
20974
20975 * facemenu.el (list-colors-display): Add new arg buffer-name.
20976 Use it. Fix docstring. Replace code for identifying duplicate
20977 colors by the name with call to `list-colors-duplicates' which
20978 identifies duplicate colors by the value unless the color
20979 is one of special Windows colors. Set truncate-lines to t.
20980 Print sorted duplicate color names on each line. Indent to 22
20981 \(the longest color name in rgb.txt) instead of 20. Optimize.
20982 (list-colors-duplicates): New function.
20983 (facemenu-color-name-equal): Delete function.
20984
20985 * facemenu.el (list-colors-print): New function created from code
20986 in list-colors-display. Print #RRGGBB at the window right edge.
20987 (list-colors-display): When temp-buffer-show-function is not
20988 defined, call list-colors-print from temp-buffer-show-hook
20989 to get the right value of window-width in list-colors-print
20990 after the buffer is displayed.
20991
20992 * simple.el (pop-mark): Move deactivate-mark out of conditional
20993 part to deactivate the active mark regardless of the state of the
20994 mark ring.
20995
20996 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
20997 variables line in desktop files.
20998
20999 2005-01-12 Juri Linkov <juri@jurta.org>
21000
21001 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
21002 Bring together isearch highlight related options.
21003 (lazy-highlight): Replace group `replace' by `matching'.
21004 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21005 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21006 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
21007 and declare them obsolete.
21008 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
21009 (isearch-faces): Remove defgroup.
21010 (isearch-overlay, isearch-highlight, isearch-dehighlight):
21011 Move isearch highlighting code closer to lazy highlighting code.
21012
21013 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
21014 (query-replace-highlight, query-replace-lazy-highlight)
21015 (query-replace): Move definitions to the beginning of the file.
21016
21017 2005-01-11 Juri Linkov <juri@jurta.org>
21018
21019 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
21020 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
21021 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
21022
21023 * info.el (Info-history-forward): New variable.
21024 (Info-select-node): Reset Info-history-forward to nil.
21025 (Info-last): Turn into defalias.
21026 (Info-history-back): Rename from Info-last.
21027 Add current node to Info-history-forward.
21028 (Info-history-forward): New fun.
21029 (Info-mode-map): Replace Info-last by Info-history-back.
21030 Bind Info-history-forward to "r".
21031 (Info-mode-menu): Replace Info-last by Info-history-back.
21032 Fix menu item text. Add menu item for Info-history-forward.
21033 (info-tool-bar-map): Replace Info-last by Info-history-back.
21034 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
21035 for Info-history-forward.
21036 (Info-mode): Replace Info-last by Info-history-back in docstring.
21037 Add local variable Info-history-forward.
21038 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
21039
21040 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
21041
21042 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
21043 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
21044 Ignore select-window events rather than fiddle with
21045 mouse-autoselect-window.
21046
21047 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
21048
21049 * type-break.el (type-break-mode): Fix previous change.
21050
21051 2005-01-10 Jay Belanger <belanger@truman.edu>
21052
21053 * calc/calc-ext.el (calc-reset): Reset when inside embedded
21054 calculator; only reset when point is inside a calculator.
21055 Don't adjust the window height if the window takes up the whole height
21056 of the frame.
21057
21058 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
21059
21060 * ebuff-menu.el (Electric-buffer-menu-mode):
21061 Preserve value of buffer-local var header-line-format.
21062
21063 2005-01-09 Jay Belanger <belanger@truman.edu>
21064
21065 * calc/calc.el (calc-mode-var-list-restore-saved-values):
21066 Make sure settings file exists before accessing it.
21067
21068 * calc/calc-embed.el (calc-embedded-subst):
21069 Replace math-multi-subst-rec, which is only supposed to be called
21070 by math-multi-subst, by math-multi-subst.
21071
21072 2005-01-09 Andre Spiegel <spiegel@gnu.org>
21073
21074 * vc.el (vc-allow-async-revert): New user option.
21075 (vc-disable-async-diff): New internal variable.
21076 (vc-revert-buffer): Use them to disable asynchronous diff.
21077
21078 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
21079 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
21080 asynchronously if vc-disable-async-diff is t.
21081
21082 2005-01-09 Jay Belanger <belanger@truman.edu>
21083
21084 * calc/calc.el (defcalcmodevar): New macro.
21085 (calc-mode-var-list-restore-default-values)
21086 (calc-mode-var-list-restore-saved-values): New functions.
21087 (calc-mode-var-list): Use defcalcmodevar to define it.
21088 (calc-always-load-extensions, calc-line-numbering)
21089 (calc-line-breaking, calc-display-just, calc-display-origin)
21090 (calc-number-radix, calc-leading-zeros, calc-group-digits)
21091 (calc-group-char, calc-point-char, calc-frac-format)
21092 (calc-prefer-frac, calc-hms-format, calc-date-format)
21093 (calc-float-format, calc-full-float-format, calc-complex-format)
21094 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
21095 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
21096 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
21097 (calc-matrix-brackets, calc-language, calc-language-option)
21098 (calc-left-label, calc-right-label, calc-word-size)
21099 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
21100 (calc-display-raw, calc-internal-prec, calc-angle-mode)
21101 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
21102 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
21103 (calc-window-height, calc-display-trail, calc-show-selections)
21104 (calc-use-selections, calc-assoc-selections)
21105 (calc-display-working-message, calc-auto-why, calc-timing)
21106 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
21107 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
21108 (calc-gnuplot-default-device, calc-gnuplot-default-output)
21109 (calc-gnuplot-print-device, calc-gnuplot-print-output)
21110 (calc-gnuplot-geometry, calc-graph-default-resolution)
21111 (calc-graph-default-resolution-3d, calc-invocation-macro)
21112 (calc-show-banner): Use defcalcmodevar to declare them and set
21113 their default values.
21114
21115 * calc/calc-ext.el (calc-reset): Restore saved values of variables
21116 instead of default values (but restore default values if there is
21117 an argument of 0).
21118
21119 2005-01-09 David Kastrup <dak@gnu.org>
21120
21121 * desktop.el (desktop-restore-eager): Fix typo in type.
21122
21123 2005-01-08 Richard M. Stallman <rms@gnu.org>
21124
21125 * cus-edit.el (customize): Delete :link.
21126
21127 2005-01-08 Jay Belanger <belanger@truman.edu>
21128
21129 * calc/calc.el (calc-mode): Remove the extension from the
21130 `calc-settings-file' file name when loading it.
21131
21132 2005-01-08 Kim F. Storm <storm@cua.dk>
21133
21134 * info.el (Info-mode-map, Info-next-link-keymap)
21135 (Info-prev-link-keymap, Info-up-link-keymap):
21136 Map follow-link to mouse-face.
21137 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21138
21139 2005-01-08 Jay Belanger <belanger@truman.edu>
21140
21141 * calc/calc.el (calc-settings-file): Change default value.
21142 Suggested by cgw in a comment in calc-mode.el.
21143
21144 * calc/calc-mode.el (calc-settings-file-name):
21145 Compare calc-settings-file to user-init-file instead of ~/.emacs.
21146 Replace ~/.emacs in a prompt by calc-settings-file.
21147
21148 2005-01-07 Lars Hansen <larsh@math.ku.dk>
21149
21150 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
21151 (desktop-lazy-idle-delay): New customizable variables.
21152 (desktop-buffer-args-list): New variable.
21153 (desktop-append-buffer-args): New function.
21154 (desktop-save): Call desktop-append-buffer-args for some buffers.
21155 (desktop-lazy-create-buffer): New function.
21156 (desktop-idle-create-buffers): New function.
21157 (desktop-read): Add message about buffers to restore lazily.
21158 (desktop-lazy-abort): New command.
21159 (desktop-clear): Call desktop-lazy-abort.
21160 (desktop-lazy-complete): New command.
21161
21162 2005-01-06 Richard M. Stallman <rms@gnu.org>
21163
21164 * emacs-lisp/find-func.el (find-face-definition):
21165 Rename from find-face.
21166
21167 2005-01-06 Kim F. Storm <storm@cua.dk>
21168
21169 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
21170
21171 * man.el (Man-xref-man-page, Man-xref-header-file)
21172 (Man-xref-normal-file): Add follow-link property.
21173
21174 2005-01-06 Jay Belanger <belanger@truman.edu>
21175
21176 * calc/calc-units.el: Make sure the proper macro definitions are
21177 available when compiling.
21178
21179 2005-01-06 Juri Linkov <juri@jurta.org>
21180
21181 * isearch.el (isearch-lazy-highlight-update):
21182 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
21183
21184 2005-01-06 Miles Bader <miles@gnu.org>
21185
21186 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
21187 (isearch-lazy-highlight-face): Use new name.
21188
21189 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
21190
21191 * uniquify.el (uniquify-rationalize-file-buffer-names):
21192 Re-add an interactive spec.
21193 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21194 to the same name.
21195
21196 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21197 (isearch-update, isearch-done): Adjust calls accordingly.
21198
21199 2005-01-05 Richard M. Stallman <rms@gnu.org>
21200
21201 * custom.el (custom-set-variables, custom-theme-set-variables):
21202 Clarify documentation.
21203
21204 * emacs-lisp/find-func.el (find-variable)
21205 (find-variable-other-window, find-variable-other-frame):
21206 Fix the TYPE args to find-function-read and find-function-do-it.
21207 (find-function): Doc fix.
21208 (find-function-at-point): Replace function-at-point alias.
21209
21210 2005-01-04 Richard M. Stallman <rms@gnu.org>
21211
21212 * cus-face.el (custom-declare-face):
21213 Record defface in current-load-list.
21214
21215 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21216
21217 * emacs-lisp/find-func.el: Doc fixes.
21218 (find-face-regexp): New variable.
21219 (find-function-regexp-alist): New variable.
21220 (find-function-C-source): Third arg is now TYPE.
21221 (find-function-search-for-symbol): Handle general TYPE.
21222 (find-function-read, find-function-do-it): Handle general TYPE.
21223 (find-definition-noselect, find-face): New functions.
21224 (function-at-point): Alias deleted.
21225
21226 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
21227
21228 * battery.el (display-battery-mode): Rename from display-battery.
21229 Handle the case where it gets turned off.
21230
21231 2005-01-04 Richard M. Stallman <rms@gnu.org>
21232
21233 * cus-edit.el (customize): Make :link point to user doc.
21234
21235 * man.el (Man-fontify-manpage): Turn off undo generation.
21236
21237 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21238
21239 2005-01-04 Andreas Schwab <schwab@suse.de>
21240
21241 * files.el (insert-directory): Only look for error lines in
21242 inserted text. Don't move too far after processing --dired markers.
21243
21244 2005-01-04 Richard M. Stallman <rms@gnu.org>
21245
21246 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21247 Don't expand if the character is @, period, dash, etc.
21248 (define-mail-abbrev): Quote names that contain problem characters.
21249
21250 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
21251
21252 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21253
21254 2005-01-03 Richard M. Stallman <rms@gnu.org>
21255
21256 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21257 (query-replace-highlight, query-replace-lazy-highlight)
21258 (query-replace): Definitions moved up. Doc fix.
21259
21260 2005-01-03 Richard M. Stallman <rms@gnu.org>
21261
21262 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21263 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21264 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21265 (lazy-highlight-face): Rename from isearch-lazy-...
21266 Change all references to them.
21267
21268 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
21269
21270 * cus-edit.el (custom-file): Doc fix for defcustom.
21271 (custom-file): The function no longer sets the variable
21272 `custom-file' to its return value.
21273
21274 * startup.el (command-line): No longer load `custom-file'.
21275
21276 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21277
21278 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
21279
21280 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
21281 Don't confuse module-prefixed identifiers for labels.
21282 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
21283
21284 2005-01-02 Richard M. Stallman <rms@gnu.org>
21285
21286 * files.el (basic-save-buffer-1): Fix previous change.
21287
21288 * loadhist.el (file-loadhist-lookup): New function.
21289 (file-provides, file-requires): Use it.
21290
21291 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
21292 instead of calculating the right size.
21293
21294 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21295
21296 * vc-svn.el (vc-svn-diff): Stay local if possible.
21297
21298 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
21299
21300 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
21301
21302 * files.el (hack-local-variables): Fix last change.
21303
21304 2005-01-02 Jay Belanger <belanger@truman.edu>
21305
21306 * calc/calc-yank.el (calc-edit-top): New variable.
21307 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
21308 object. Change header properties.
21309 (calc-edit-finish, calc-edit-finish-stack-object)
21310 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
21311 edited object.
21312 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
21313 for the beginning of the edited object.
21314 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
21315 for the beginning of the edited object.
21316 * calc/calc-prog.el (calc-edit-macro-finish-edit)
21317 (calc-finish-formula-edit, calc-macro-repeats)
21318 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
21319 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
21320 beginning of the edited object.
21321 (calc-user-define-edit): Change the header for editing macros.
21322 Remove unnecessary variable.
21323
21324 2005-01-01 Jay Belanger <belanger@truman.edu>
21325
21326 * calc/calc-yank.el (calc-edit-mode): Change default header.
21327 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
21328 * calc/calc-store.el (calc-edit-variable): Change title to match new
21329 header.
21330 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
21331 mode to match new header.
21332 (calc-user-define-edit): Change titles to include names of commands.
21333 (calc-finish-formula-edit): Adjust to handle new header.
21334 (calc-finish-macro-edit): Remove.
21335 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
21336 (calc-edit-macro-command, calc-edit-macro-command-type)
21337 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
21338 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
21339 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
21340 (calc-edit-macro-finish-edit): New functions.
21341 (calc-user-define-edit): Use new functions to edit named calc macros.
21342
21343 2005-01-01 Stefan <monnier@iro.umontreal.ca>
21344
21345 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
21346
21347 * ses.el (copy-region-as-kill): Deactivate mark.
21348
21349 2005-01-01 Richard M. Stallman <rms@gnu.org>
21350
21351 * replace.el (occur-1): If the output buffer is also an input,
21352 don't kill it, rename it.
21353
21354 * faces.el (set-face-background, set-face-foreground): Doc fix.
21355
21356 * cus-face.el (custom-face-attributes): Fix :help-echo strings
21357 for :foreground and :background.
21358
21359 * dired.el (dired-view-command-alist): Variable deleted.
21360 (dired-view-file, dired-mouse-find-file-other-window):
21361 Delete the code to use it.
21362
21363 2005-01-01 Kim F. Storm <storm@cua.dk>
21364
21365 * image.el (insert-sliced-image): Use t for line-height property.
21366
21367 See ChangeLog.11 for earlier changes.
21368
21369 ;; Local Variables:
21370 ;; coding: iso-2022-7bit
21371 ;; End:
21372
21373 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
21374 Copying and distribution of this file, with or without modification,
21375 are permitted provided the copyright notice and this notice are preserved.
21376
21377 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1