*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2006-02-20 Kim F. Storm <storm@cua.dk>
2
3 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5
6 * loadup.el: Load "fringe" on window systems.
7
8 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
9
10 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
11 out of scope components.
12
13 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14 default.
15
16 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
17
18 * custom.el (customize-mark-to-save, customize-mark-as-set): Load
19 the symbol first.
20
21 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
22
23 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
24 strech spec so it doesn't display as "^J" on the header line
25 when `Buffer-menu-use-header-line' is t.
26
27 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
28
29 * speedbar.el (speedbar-make-button): Keep text properties
30 of string arguments if desired.
31
32 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
33 expessions.
34
35 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
36 of speedbar.
37
38 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
39
40 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
41 to value of `read-file-name-completion-ignore-case'.
42
43 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
44
45 * custom.el (customize-mark-as-set): Push to `user' theme.
46
47 * cus-edit.el (custom-save-variables): Allow unthemed values.
48 (customize-set-variable): Push setting to `user' theme.
49
50 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
51
52 * progmodes/gud.el: Don't require font-lock as it's now
53 automatically loaded.
54 (gud-speedbar-buttons): Replace gdb-var-changed with
55 gdb-force-update.
56
57 * progmodes/gdb-ui.el (gdb-force-update): Rename from
58 gdb-var-changed.
59 (gdb-post-prompt): Use it.
60 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
61 (gdb-var-update-handler, gdb-var-delete)
62 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
63 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
64 gdb-force-update in gdb-post-prompt.
65 (gdb-reset): Clear watch expressions from speedbar when quitting.
66
67 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
68
69 * viper-cmd.el (viper-insert-state-post-command-sentinel)
70 (viper-change-state-to-vi, viper-change-state-to-emacs):
71 Make aware of cursor coloring in the Emacs state.
72 (viper-special-read-and-insert-char): Use read-char-exclusive.
73 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
74
75 * viper-init.el (viper-emacs-state-cursor-color): New variable.
76
77 * viper-util.el (viper-save-cursor-color)
78 (viper-get-saved-cursor-color-in-replace-mode)
79 (viper-get-saved-cursor-color-in-insert-mode)
80 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
81 state.
82 (viper-get-saved-cursor-color-in-emacs-mode): New function.
83
84 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
85 (ediff-ignore-case-option3, ediff-actual-diff-options)
86 (ediff-actual-diff3-options): New variables to control case sensitivity.
87 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
88 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
89 (ediff-toggle-ignore-case): New function.
90 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
91
92 * ediff-help.el (ediff-long-help-message-narrow2)
93 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
94 (ediff-long-help-message-word-mode): Add ignore-case command.
95 (ediff-help-for-quick-help): Add ignore-case command.
96
97 * ediff-merg.el: Move provide to the end.
98
99 * ediff-ptch.el: Move provide to the end.
100
101 * ediff-wind.el: Move provide to the end.
102
103 * ediff-mult.el: Move provide to the end.
104 (ediff-set-meta-overlay): Enable follow-link.
105
106 * ediff.el: Move provide to the end.
107 Break recursive load cycle in eval-when-compile.
108 (ediff-patch-buffer): Better heuristics.
109
110 * ediff-util.el: Move provide to the end.
111 Break recursive load cycle in eval-when-compile.
112 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
113 defuns.
114 (ediff-submit-report): Pass the values of ediff-diff3-program,
115 ediff-diff3-options.
116
117 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
118
119 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
120 the opening bracket of the following bracketing pairs: {}, [], (), <>,
121 `' (for example, in the docstring of `windmove-default-keybindings').
122
123 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
124
125 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
126 shadow face. Don't provide binding to edit variable when it is
127 out of scope.
128
129 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
130 (gdb-var-update-handler): Detect out of scope variables with pre
131 GDB 6.4 too.
132 (gdb-post-prompt): Revert changet 2006-02-17 (force update).
133 Reset status of variable objects to nil in update handlers.
134 (gdb-var-update-handler-1): Detect when a variable object comes
135 in scope. setcar on var changes gdb-var-list directly.
136
137 2006-02-17 Juri Linkov <juri@jurta.org>
138
139 * ffap.el (ffap) <defface>: Add explicit face declaration.
140 (ffap-highlight): Use face `ffap' directly instead of checking
141 for its existence.
142
143 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
144 `visible-ok' of `other-buffer' to find the right original buffer.
145
146 * info.el (Info-search): Skip `Local Variables' node.
147
148 2006-02-17 Juri Linkov <juri@jurta.org>
149
150 * info.el (Info-find-file): Check for symbols `apropos', `history',
151 `toc' in the input filename, and return these symbols as is.
152 (Info-find-node-2): Set Info-current-file to symbols `apropos',
153 `history', `toc' instead of strings.
154 (Info-set-mode-line): For non-string Info-current-file use the
155 symbol's name inside **.
156 (Info-isearch-push-state): Add quote before Info-current-file and
157 Info-current-node.
158 (Info-isearch-pop-state): Use `equal' instead of `string='.
159 (Info-extract-pointer, Info-following-node-name): Use
160 `match-string-no-properties' instead of `match-string'.
161 (Info-up): Check `old-file' for `stringp'.
162 (Info-history): Use `equal' instead of `string-equal'.
163 Check `file' for `stringp'.
164 (Info-history): Use symbol `history' instead of string as first arg
165 of `Info-find-node'.
166 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
167 `toc' instead of string.
168 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
169 instead of `buffer-substring', and `match-string-no-properties'
170 instead of `match-string'.
171 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
172 instead of strings.
173 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
174 Use symbol `apropos' instead of string.
175 (Info-copy-current-node-name): Check `Info-current-file' for
176 `stringp' and construct a command with `Info-find-node' from it.
177 (Info-fontify-node): Use `match-string-no-properties' instead of
178 `match-string' and check file names for `stringp'.
179 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
180 `history', `toc' instead of strings.
181
182 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
183
184 * files.el: Rearrange functions and variables in the file local
185 variables section.
186
187 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
188
189 * files.el: Add truncate-lines, ispell-check-comments and
190 ispell-local-dictionary as safe local variables.
191
192 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
193
194 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
195 out of scope variables.
196 (gud-speedbar-buttons): Use unless.
197
198 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
199 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
200 (gdb-show-changed-values): Also use for out of scope variables.
201 (gdb-var-update-handler-1): Note if variable goes out of scope.
202
203 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
204
205 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
206 default to global variable values for unsupplied args.
207 (rcirc-get-buffer-create): Fix bug with setting the target.
208 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
209 test for rcirc-always-use-server-buffer-flag here.
210 (rcirc-response-formats): Add %N, which is a facified nick. %n
211 uses the default face. Change the ACTION format string. If the
212 "nick" is the server, don't print anything for that field.
213 Comment fixes.
214 (rcirc-target-buffer): Don't test
215 rcirc-always-use-server-buffer-flag here.
216 (rcirc-print): Squeeze extra spaces out of the text before message.
217 (rcirc-put-nick-channel): Strip potential "@" char from nick
218 before adding them to nick table.
219 (rcirc-url-regexp): Improve to match address like "foo.com".
220
221 2006-02-17 Eli Zaretskii <eliz@gnu.org>
222
223 * allout.el (allout-hidden-p): Move this defsubst before
224 allout-overlay-interior-modification-handler, where it is first
225 used.
226
227 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
228
229 * allout.el: Use allout invisible-text overlays instead of
230 selective display for concealed text. Also, lots of general
231 cleanup, and improved compatibility code.
232
233 (allout-version) Incremented, corrected, revised, and refined
234 module commentary.
235
236 (provide 'allout): Moved to the bottom, added a require of overlay.
237
238 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
239 `except-current'.
240 (allout-write-file-hook-handler): Minimize delay.
241 (count-trailing-whitespace-region): New function so
242 auto-encryption of current topic can resituate cursor exactly.
243 PGP/GPG encryption trims trailing whitespace from lines, which
244 must be accounted for across encryption then decryption.
245
246 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
247 just plain "\C-c", to avoid intruding on user's keybinding space.
248
249 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
250 parameter, so user request to provide a new password is done.
251
252 (allout-outside-normal-auto-fill-function, allout-auto-fill):
253 Refined mechanism for auto-filling behavior while in allout mode.
254
255 (allout-mode): Explicitly specify the mode map in the docstring.
256 Clarify provision for various write-file hook var names.
257 Adjusted for invisible-text overlays instead of selective-display.
258
259 (allout-depth): Really return 0 if not within any topic. This
260 rectifies `allout-beginning-of-level' and sequence numbering
261 errors that occur when cutting and pasting numbered topics.
262 Changed from a in-line subst to a regular function, as well.
263
264 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
265
266 (allout-end-of-subtree, allout-end-of-subtree)
267 (allout-end-of-entry, allout-end-of-current-heading)
268 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
269 (allout-show-children, allout-show-to-offshoot)
270 (allout-hide-current-entry, allout-show-current-entry): Rectified
271 handling of trailing blank lines between items.
272
273 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
274 (allout-current-depth, allout-unprotected, allout-hidden-p)
275 (allout-on-current-heading-p, allout-listify-exposed)
276 (allout-chart-subtree, allout-goto-prefix)
277 (allout-back-to-current-heading, allout-get-body-text)
278 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
279 (allout-hide-region-body, allout-toggle-subtree-encryption)
280 (allout-encrypt-string, allout-encrypted-key-info)
281 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
282 (allout-file-vars-section-data): Adjusted for use with
283 invisible-text overlays instead of selective-display.
284
285 (allout-kill-line, allout-kill-topic, allout-yank-processing):
286 Reworked for use with invisible text overlays.
287
288 (allout-current-topic-collapsed-p): New function.
289
290 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
291 to know when to close the containing topic.
292
293 (allout-pre-command-business, allout-post-command-business):
294 Simplify undo-batching and dynamic isearch exposure.
295
296 (allout-set-overlay-category): New for invisible-text overlays.
297 Sets properties of allout-overlay-category, used by
298 allout-flag-region to set invisible-text overlay properties.
299 (allout-get-invisibility-overlay): Get the first qualifying
300 invisibility overlay, so we can find the extent of it.
301 (allout-back-to-visible-text): Get to just before the beginnining
302 of the current invisibility overlay, if any.
303
304 (allout-overlay-insert-in-front-handler)
305 (allout-overlay-interior-modification-handler)
306 (allout-before-change-handler, allout-isearch-end-handler): New
307 functions to handle extraordinary actions affecting concealed
308 text.
309
310 (allout-flag-region): Use overlays instead of selective-display
311 for invisible text - by inheritence from the properties of
312 allout-overlay-category in mainline Emacs, and applied
313 property-by-property in XEmacs, some recent versions of which
314 don't inherit the properties from the category. Provisions to
315 respond to concealed-text edits simplified drastically.
316
317 (allout-isearch-rectification, allout-isearch-was-font-lock)
318 (allout-isearch-expose, allout-enwrap-isearch)
319 (allout-isearch-abort, allout-pre-was-isearching)
320 (allout-isearch-prior-pos, allout-isearch-did-quit)
321 (allout-isearch-dynamic-expose)
322 (allout-hide-current-entry-completely): Functions deleted.
323
324 (allout-undo-aggregation): Explicit undo aggregation no longer
325 necessary due to transition away from selective-display.
326
327 (set-allout-regexp, allout-up-current-level)
328 (allout-next-visible-heading, allout-forward-current-level)
329 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
330 (allout-kill-line, allout-yank-processing, allout-show-children)
331 (allout-expose-topic, allout-old-expose-topic)
332 (allout-listify-exposed, allout-insert-latex-header)
333 (allout-toggle-subtree-encryption, allout-encrypt-string)
334 (remove-from-invisibility-spec, allout-hide-current-subtree):
335 Ditched unused variables.
336
337 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
338
339 * textmodes/ispell.el (ispell-change-dictionary): Call
340 ispell-buffer-local-dict instead of
341 ispell-accept-buffer-local-defs.
342 (ispell-local-dictionary-alist): Accept as valid any coding-system
343 supported by Emacs.
344 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
345 changed to iso-8859-3.
346
347 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
348
349 * speedbar.el (speedbar-frame-width): Make an inline function
350 instead of a macro. Use frame-width.
351 (speedbar-try-completion, speedbar-update-contents)
352 (speedbar-timer-fn): Use consp.
353 (speedbar-update-localized-contents): Try to preserve point.
354
355 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
356 (menu): Re-order menu items.
357 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
358 field.
359 (gdb-var-update-handler-1): Use it for GDB 6.4+.
360 (gdb-post-prompt): Speed things by not forcing update.
361
362 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
363
364 * wid-edit.el (widget-button-click): For mouse-1, cancel button
365 press and perform default action if we get a mouse movement event.
366
367 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
368
369 * calendar/icalendar.el (icalendar--get-event-property)
370 (icalendar--get-event-property-attributes): Fix typos in
371 docstrings.
372
373 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
374 docstring.
375
376 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
377
378 * bs.el (bs-mode): Use `buffer-disable-undo'.
379 (bs--get-file-name): Simplify.
380 (bs-show-in-buffer): Mark the buffer as not modified.
381
382 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
383
384 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
385 widget-button-click.
386
387 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
388 (custom-mode): Update docstring.
389
390 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
391 binding.
392
393 * files.el (hack-local-variables-confirm): Allow scrolling if the
394 file variable list is too long. Kill temp buffer after use.
395
396 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
397
398 * progmodes/gud.el (gdb): Improve doc string.
399 (gdb-script-font-lock-keywords): Expand allowed character set.
400
401 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
402 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
403 (gdb-separate-io-interrupt, gdb-separate-io-quit)
404 (gdb-separate-io-stop, gdb-separate-io-eof):
405 Rename from gdb-inferior-* to gdb-separate-*.
406 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
407
408 2006-02-14 Jay Belanger <belanger@truman.edu>
409
410 * calc/calc-arith.el (math-check-known-scalarp): Make sure
411 expression is a symbol before checking that it is bound.
412
413 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
414 test to see if equation can be solved.
415
416 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
417
418 * wid-edit.el (widget-button-click): Use :pressed-face property
419 for overlay face, if it exists.
420
421 * cus-edit.el (custom-manual, custom-add-see-also)
422 (custom-add-parent-links, custom-group-link): Add :pressed-face
423 property to links.
424
425 * files.el (hack-local-variables): Remove ignored variables before
426 checking if any variables need setting.
427
428 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
429
430 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
431
432 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
433
434 * help.el (where-is): Fix message for remapped commands.
435
436 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
437 Fix typos in docstrings.
438
439 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
440
441 * files.el (safe-local-variable-values): New option.
442 (hack-local-variables-prop-line): Return a list of variable-value
443 pairs if MODE-ONLY is non-nil.
444 (hack-local-variables): Construct list of variable-value pairs,
445 and apply or reject them in one go. Ask for confirmation if
446 variables are not known safe.
447 (hack-local-variables-confirm): Complete rewrite. Support
448 `safe-local-variable-values'.
449 (enable-local-variables): Update docstring to reflect new
450 behavior.
451 (ignored-local-variables): Ignore ignored-local-variables and
452 safe-local-variable-values.
453 (safe-local-variable-p): New function.
454 (risky-local-variable-p): `safe-local-variable' property check
455 moved to safe-local-variable-p.
456 (hack-one-local-variable): Checks moved to hack-local-variables.
457
458 (byte-compile-dynamic, c-basic-offset, c-file-style)
459 (c-indent-level, comment-column, fill-column, fill-prefix)
460 (indent-tabs-mode, kept-new-versions, no-byte-compile)
461 (no-update-autoloads, outline-regexp, page-delimiter)
462 (paragraph-start, paragraph-separate, sentence-end)
463 (sentence-end-double-space tab-width, version-control):
464 Add `safe-local-variable' property.
465
466 * find-lisp.el: Delete nonexistent `autocompile' file variable.
467
468 * icomplete.el, play/landmark.el: Change nonexistent
469 `outline-layout' file variable to `allout-layout'.
470
471 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
472
473 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
474 (gdb-get-changed-registers): Test value of gud-minor-mode relative
475 to gud-comint-buffer.
476 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
477 gdb-ui.el for gdb-mi.el.
478 (gdb-post-prompt, gdb-get-changed-registers): Move test for
479 registers buffer to gdb-get-changed-registers.
480 (gdb-breakpoint-regexp): New regexp. Allow toggling and
481 deletion of catchpoints (throw and catch).
482 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
483 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
484 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
485 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
486 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
487
488 2006-02-13 Jay Belanger <belanger@truman.edu>
489
490 * calc/calc-arith.el (math-check-known-matrixp): Make sure
491 expression is a symbol before checking that it is bound.
492
493 2006-02-13 Richard M. Stallman <rms@gnu.org>
494
495 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
496 for the minibuffer too, but not if resize-mini-windows will interfere.
497
498 * help.el (describe-key-briefly, describe-key): Do all arg-reading
499 inside `interactive' spec.
500 (describe-key-briefly-internal, describe-key-internal):
501 Functions merged back into their callers.
502
503 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
504
505 * info.el (info-xref-visited): Inherit from info-xref too.
506 (Info-set-mode-line): Replace occurrences of `%' by `%%'
507 when propertizing Info-current-file and Info-current-node.
508
509 2006-02-13 Juri Linkov <juri@jurta.org>
510
511 * tumme.el (tumme-thumbnail-storage): Fix docstring.
512 (tumme-thumb-name): Fix per-directory format.
513
514 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
515
516 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
517
518 2006-02-12 Miles Bader <miles@gnu.org>
519
520 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
521
522 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
523
524 * tumme.el: Remove history section. If someone needs the it, it
525 can always be found in CVS.
526
527 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
528
529 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
530 about the Thumbnail Managing Standard option.
531
532 2006-02-12 Richard M. Stallman <rms@gnu.org>
533
534 * subr.el (substitute-key-definition): Doc fix.
535
536 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
537
538 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
539
540 * info.el (Info-mode): Doc fix.
541
542 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
543
544 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
545
546 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
547 because on Solaris a POSIX compatible "id" is needed. Reported by
548 Magnus Henoch <mange@freemail.hu>.
549
550 2006-02-12 Juri Linkov <juri@jurta.org>
551
552 * tumme.el: Remove todo item about Thumbnail Managing Standard.
553 (tumme) <defgroup>: Change :group to `multimedia'.
554 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
555 Managing Standard.
556 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
557 Fix dostring.
558 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
559 and %y. Fix docstring.
560 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
561 (tumme-cmd-create-standard-thumbnail-command): New user options.
562 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
563 is `standard'. Fix docstring.
564 (tumme-thumb-width, tumme-thumb-height): New user options.
565 (tumme-external-viewer): Try to find various viewers.
566 (tumme-get-thumbnail-image): Use `create-image' instead of
567 constructing the `image' structure.
568 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
569 `standard'.
570 (tumme-thumb-name): Add file name generation for standard storage.
571 Simplify code for other storages.
572 (tumme-thumb-name): Use width %w and height %h instead of size %s.
573 Add modification time %m and thumbnail-nq8 %q.
574 Use `tumme-cmd-create-standard-thumbnail-command' if
575 tumme-thumbnail-storage is `standard'.
576 (tumme-dired-insert-marked-thumbs): New autoload command.
577 (tumme-dired-after-readin-hook): New function.
578 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
579 `tumme-thumb-size'.
580 (tumme-display-image): Replace size-x %x and size-y %y with
581 width %w and height %h.
582
583 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
584 `tumme-dired-insert-marked-thumbs'.
585
586 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
587
588 * tumme.el (tumme-write-tag): Fix small bug (file name did not
589 include path).
590 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
591 matching tag.
592
593 2006-02-12 Miles Bader <miles@gnu.org>
594
595 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
596 New variables.
597 (rcirc-abbrev-nick): New function.
598 (rcirc-format-response-string): Rewrite to use the formats in
599 `rcirc-response-formats' and expand escape sequences therein.
600 A text-property `rcirc-text' is added over the actual response
601 text to make easy to find inside the returned string.
602 (rcirc-print): When filling, just look for the `rcirc-text'
603 text-property to find the appropriate fill prefix, instead of
604 using hardwired patterns.
605
606 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
607
608 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
609 Managing Standard.
610
611 2006-02-11 Kim F. Storm <storm@cua.dk>
612
613 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
614 Don't use insert-buffer; do insert-buffer-substring directly.
615 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
616
617 2006-02-11 Martin Rudalics <rudalics@gmx.at>
618
619 * files.el (revert-buffer, recover-file): Replace buffer-read-only
620 with inhibit-read-only. Suggested by Stefan Monnier.
621 (revert-buffer): Let insert-file-contents discard
622 buffer-undo-list. Simplify code.
623 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
624
625 2006-02-11 Eli Zaretskii <eliz@gnu.org>
626
627 * menu-bar.el (menu-bar-select-yank): Add a doc string.
628
629 * help.el (describe-key-briefly): Now a wrapper for
630 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
631 to t. Populate yank-menu if empty.
632 (describe-key-briefly-internal): Renamed from describe-key-briefly.
633 (describe-key): Now a wrapper for describe-key-internal. Bind
634 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
635 (describe-key-internal): Renamed from describe-key.
636
637 2006-02-11 Milan Zamazal <pdm@zamazal.org>
638
639 * progmodes/glasses.el (glasses-separator): Doc fix.
640 (glasses-original-separator): New defcustom.
641 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
642
643 2006-02-11 Martin Rudalics <rudalics@gmx.at>
644
645 * mwheel.el (mouse-wheel-up-event): Doc fix.
646
647 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
648
649 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
650 (tumme-dir): New function. Copied from thumbs.el.
651
652 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
653
654 * desktop.el (desktop-outvar): Fix typo.
655 (desktop-save-buffer-p): Doc fix.
656
657 * subr.el (substitute-key-definition): Fix typo.
658
659 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
660
661 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
662 when window-system is mac.
663
664 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
665
666 2006-02-10 Kim F. Storm <storm@cua.dk>
667
668 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
669 indirect-function instead of using condition-case.
670
671 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
672
673 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
674 less `colloquial'...
675
676 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
677
678 * tumme.el: Add a couple of todo items.
679
680 2006-02-09 Lars Hansen <larsh@soem.dk>
681
682 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
683 (highlight-changes-mode): Don't change desktop-locals-to-save.
684
685 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
686
687 * image-mode.el (image-toggle-display): Clear image cache if using
688 filename.
689
690 2006-02-09 Masatake YAMATO <jet@gyve.org>
691
692 * dired-x.el (dired-guess-shell-alist-default): Add .man as
693 a `dired-man' target.
694
695 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
696 boundary of symbols.
697
698 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
699
700 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
701
702 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
703
704 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
705 `mapcar'; return nil.
706
707 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
708
709 * mouse.el (mouse-drag-track): Don't change window if we rebind to
710 some other event.
711
712 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
713
714 * net/rcirc.el (rcirc-startup-channels-alist):
715 Add irc.freenode.net and #emacs as defaults.
716 (rcirc-ignore-all-activity-flag): Remove variable.
717 (rcirc-authinfo): New variable.
718 (rcirc-authinfo-filename): Remove variable.
719 (rcirc-always-use-server-buffer-flag): New flag.
720 (rcirc): M-x rcirc will automatically connect without prompting.
721 C-u M-x rcirc will prompt. Use rcirc-connect to create a
722 connection in lisp.
723 (rcirc-process-server-response-1): Remove everything but the nick
724 portion of the sender so it doesn't need to be done everywhere
725 else. Update related code.
726 (global-map): Remove global keybindings.
727 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
728 (rcirc-send-input): Split into several functions.
729 (rcirc-process-input-line, rcirc-process-message)
730 (rcirc-process-command): New functions.
731 (rcirc-target-buffer): New function to determine where to route
732 messages.
733 (rcirc-user-nick): Save match data.
734 (rcirc-toggle-ignore-buffer-activity)
735 (rcirc-update-activity-string): Remove global ignore functionality,
736 which can be done now by toggling rcirc-track-minor-mode.
737 (rcirc-track-minor-mode-map): New keymap.
738 (rcirc-track-minor-mode): New minor-mode.
739 (ignore): Make the ignore output nicer. Always print it when
740 adding or removing nicks.
741 (rcirc-url-regexp): Improve.
742 (rcirc-mangle-text): Remove properties before using text in the
743 modeline.
744 (rcirc-authenticate): Authentication data comes from
745 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
746 (rcirc-server-prefix): Inherit from rcirc-server.
747
748 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
749
750 * Makefile.in (compile): Append "|| true" to the end of the `find'
751 command, like compile-always does.
752
753 2006-02-08 Sam Steingold <sds@gnu.org>
754
755 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
756 output from a dead connection.
757
758 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
759
760 * dired.el (dired-mode-map): Add more bindings for tumme.
761
762 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * wdired.el (wdired-mode-map): Use remap.
765 (wdired-get-filename): Massage.
766 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
767 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
768 `keymap' property rather than `local-map'.
769
770 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
771
772 * tumme.el (tumme-get-thumbnail-image): New utility function.
773 Suggested by from Chong Yidong.
774 (tumme-dired-with-window-configuration): Rename from
775 `tumme-dired'. Add code to save window configuration.
776 (tumme-restore-window-configuration): New command to restore the
777 window configuration that `tumme-dired-with-window-configuration'
778 saves before it changes the window configuration.
779 (tumme-show-all-from-dir): New command to display thumbnails for
780 all files in a directory entered by the user, like M-x thumbs.
781 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
782 have been created.
783 (tumme-display-thumbnail-original-image): Call `display-buffer'.
784 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
785 Remove obsolete test function.
786
787 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
788
789 * vc.el (small-temporary-file-directory): Remove defvar; there's
790 a defcustom for it in files.el.
791
792 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
793 Fix typo in message.
794 (tumme-gallery-generate): Fix typo in `error' message.
795 (tumme-display-window-height-correction)
796 (tumme-display-window-width-correction, tumme-line-up-dynamic)
797 (tumme-line-up-interactive): Dox fixes.
798 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
799 (tumme-restore-window-configuration, tumme-format-properties-string)
800 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
801 Fix typos in docstrings.
802
803 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
804
805 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
806
807 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
808
809 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
810 User should use hook if desired.
811
812 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
813 buffer if necessary.
814 (gdb-delete-frame-or-window): New function.
815 (gdb-breakpoints-mode-map): Bind "q" to it.
816
817 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * textmodes/nroff-mode.el: Clean up name space.
820 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
821 (nroff-mode): Obey the global setting of nroff-electric-mode.
822 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
823
824 * calendar/calendar.el (calendar-increment-month): Typo in last change.
825
826 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
827
828 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
829
830 2006-02-06 Lars Hansen <larsh@soem.dk>
831
832 * generic-x.el (etc-fstab-generic-mode): Add file system types
833 cifs and usbdevfs. Allow special chars in file names.
834
835 2006-02-05 Jay Belanger <belanger@truman.edu>
836
837 Update copyright notices of the files in lisp/calc.
838
839 2006-02-05 Romain Francoise <romain@orebokech.com>
840
841 Update copyright notices of all files in the lisp/play directory.
842
843 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
844
845 * ldefs-boot.el: Regenerate.
846
847 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
848
849 2006-02-05 Kim F. Storm <storm@cua.dk>
850
851 * files.el (magic-mode-regexp-match-limit): New defvar.
852 (set-auto-mode): Use it to limit magic-mode-alist matching.
853
854 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
855
856 * simple.el (display-message-or-buffer): Compare the number of
857 characters to the frame width when determining whether a 1-line
858 message string will fit in the echo area. Count screen lines
859 instead of buffer lines when determining whether a multi-line
860 message will fit in the echo area/minibuffer window.
861
862 2006-02-04 Eli Zaretskii <eliz@gnu.org>
863
864 * info.el (Info-index, Info-mode): Improve the description of the
865 `i' command.
866
867 * ldefs-boot.el: Regenerate.
868
869 2006-02-03 Werner Lemberg <wl@gnu.org>
870
871 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
872 greedy to find the closing bracket in \*[...] and similar
873 expressions. This is a first rough fix -- many additional
874 refinements are necessary to make nroff mode really usable with groff.
875
876 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
877
878 * international/mule-cmds.el (set-locale-environment):
879 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
880 libX11.
881
882 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
883
884 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
885 archive are created in archive-tmpdir.
886
887 2006-02-02 John Paul Wallington <jpw@pobox.com>
888
889 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
890 (ibuffer-fontification-alist): Use it.
891 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
892 to "* z" and the Ibuffer Mark menu.
893
894 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
895
896 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * textmodes/table.el (*table--cell-describe-mode)
899 (*table--cell-describe-bindings): Undo last change since
900 print-help-return-message is not obsoleted by anything at all.
901
902 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
903
904 * emulation/cua-base.el (cua-mode): Doc fix.
905
906 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
907
908 * dframe.el (dframe-handle-make-frame-visible)
909 (dframe-handle-iconify-frame, dframe-get-focus)
910 (dframe-select-attached-frame, dframe-power-click)
911 (dframe-frame-mode): Fix typos in docstrings.
912
913 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
914 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
915 Fix typos in docstrings.
916
917 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
918 (hi-lock-face-buffer, hi-lock-font-lock-hook)
919 (hi-lock-archaic-interface-message-used)
920 (hi-lock-file-patterns-range): Fix typos in docstrings.
921
922 * savehist.el (savehist-loaded, savehist-load, savehist-install)
923 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
924
925 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
926 Fix typo in docstring.
927
928 * net/newsticker.el (newsticker--decode-iso8601-date)
929 (newsticker--set-customvar, newsticker--buffer-insert-item)
930 (newsticker--do-run-auto-mark-filter)
931 (newsticker--parse-generic-feed): Doc fixes.
932 (newsticker--retrieval-timer-list, newsticker-url-list)
933 (newsticker-hide-immortal-items-in-echo-area)
934 (newsticker-hide-obsolete-items-in-echo-area)
935 (newsticker-new-item-face, newsticker--enclosure)
936 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
937 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
938 (newsticker--parse-generic-feed, newsticker--cache-contains)
939 (newsticker--stat-num-items, newsticker-download-enclosures):
940 Fix typos in docstrings.
941
942 * net/rcirc.el (rcirc-debug): Doc fix.
943 (rcirc-fill-column, rcirc-receive-message-hooks)
944 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
945 (rcirc-mode, rcirc-generate-new-buffer-name)
946 (rcirc-startup-channels, rcirc-ignore-update-automatic)
947 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
948 Fix typos in docstrings.
949 (rcirc-print): "?\ " -> "?\s".
950 (rcirc-cmd-join): Improve argument/docstring consistency.
951
952 2006-02-01 Mark A. Hershberger <mah@everybody.org>
953
954 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
955 before narrow-to-region.
956
957 2006-02-01 Richard M. Stallman <rms@gnu.org>
958
959 * simple.el (move-beginning-of-line): Scan properly for invis change.
960
961 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
962
963 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
964
965 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
966 change bit only when id-format is 'integer. Reported by Matt
967 Hodges <M.P.Hodges@rl.ac.uk>.
968
969 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
970
971 * hilit-chg.el (highlight-changes-initial-state)
972 (highlight-changes-global-initial-state): Doc fixes.
973 (highlight-changes-global-modes, global-highlight-changes):
974 Fix typos in docstrings.
975
976 2006-02-01 Kim F. Storm <storm@cua.dk>
977
978 * emulation/cua-base.el (cua-mode): Mention that CUA enables
979 transient-mark-mode in doc string.
980
981 2006-01-31 Richard M. Stallman <rms@gnu.org>
982
983 * replace.el (multi-occur): Doc fix.
984 (multi-occur-in-matching-buffers): Rename from
985 multi-occur-by-filename-regexp. Prefix arg says match
986 buffer names instead of file names.
987
988 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
989
990 * bs.el: Allow non-default values of `bs-header-lines-length'.
991 (bs--running-in-xemacs): Remove (not needed anymore).
992 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
993 instead of `shrink-window', thus avoiding having to compute the
994 height of the window.
995 (bs--up): Wrap around even when there's no header.
996 (bs--down): Use `forward-line' instead of `next-line'.
997
998 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
999
1000 * image-mode.el (image-toggle-display): Use file name if possible,
1001 instead of unnecessarily allocating a (possibly huge) lisp string.
1002
1003 2006-01-30 John Paul Wallington <jpw@pobox.com>
1004
1005 * subr.el (toplevel): Define `cl-assertion-failed' condition here
1006 because the `assert' macro signals it at runtime.
1007
1008 * emacs-lisp/cl.el (toplevel): Remove definition of
1009 `cl-assertion-failed' condition.
1010
1011 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
1012
1013 * thumbs.el (thumbs-marked-list): Make buffer-local and
1014 permanent-local.
1015 (thumbs-insert-thumb): Make help-echo non-sticky.
1016 (thumbs-file-alist): Use eolp as check for (non)-image.
1017
1018 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
1019
1020 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
1021 (ediff-before-session-group-setup-hooks)
1022 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
1023 Fix typos in docstrings.
1024
1025 * window.el (bw-dir, bw-eqdir, balance-windows)
1026 (split-window-keep-point): Fix typos in docstrings.
1027
1028 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
1029 (org-quote-string, org-calendar-to-agenda-key)
1030 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
1031 (org-show-following-heading, org-tags-column)
1032 (org-use-tag-inheritance, org, org-allow-space-in-links)
1033 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
1034 (org-enable-table-editor, org-calc-default-modes)
1035 (org-table-allow-automatic-line-recalculation)
1036 (org-export-html-style, org-export-with-fixed-width)
1037 (org-export-with-sub-superscripts, org-special-keyword)
1038 (org-formula, org-time-grid, org-table-may-need-update)
1039 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1040 (org-goto-quit, org-get-indentation, org-end-of-item)
1041 (org-move-item-down, org-move-item-up)
1042 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1043 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1044 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1045 (org-agenda-log-mode, org-agenda-toggle-diary)
1046 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1047 (org-agenda-file-to-end, org-agenda-no-heading-message)
1048 (org-agenda-get-closed, org-format-agenda-item)
1049 (org-cmp-priority, org-cmp-category, org-cmp-time)
1050 (org-agenda-change-all-lines, org-agenda-diary-entry)
1051 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1052 (org-link-search, org-camel-to-words, org-open-file)
1053 (org-remember-handler, org-table-convert-region)
1054 (org-table-move-row-down, org-table-move-row-up)
1055 (org-table-copy-region, org-table-wrap-region)
1056 (org-table-toggle-vline-visibility)
1057 (org-table-get-vertical-vector, org-table-modify-formulas)
1058 (org-table-get-specials, org-recalc-commands)
1059 (org-table-rotate-recalc-marks, org-table-eval-formula)
1060 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1061 (org-level-color-stars-only, org-insert-heading):
1062 Fix typos in docstrings.
1063 (last-arg): Add defvar.
1064
1065 * makefile.w32-in (WINS): Add erc.
1066 (MH_E_SRC): Update (copied from lisp/Makefile.in).
1067
1068 2006-01-29 Bill Wohler <wohler@newt.com>
1069
1070 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1071 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
1072 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
1073 (mh-autoloads): Don't use comments on otherwise empty lines.
1074
1075 2006-01-29 Edward O'Connor <ted@oconnor.cx>
1076
1077 * emulation/viper.el (viper-major-mode-modifier-list): Add
1078 insert-state and vi-state entries for erc-mode.
1079 (viper-go-away, viper-set-hooks): Add and remove
1080 viper-comint-mode-hook from erc-mode-hook as appropriate.
1081
1082 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1083
1084 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
1085
1086 * bs.el (bs--format-aux): Implement `middle' alignment as
1087 described in the docstring for `bs-attributes-list'.
1088 (bs--get-name): Simplify. Don't pad the buffer name.
1089
1090 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
1091
1092 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1093 English aspell dictionary is installed, use the first entry of
1094 ispell-dictionary-alist-1.
1095
1096 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
1097
1098 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1099 Doc fix.
1100
1101 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
1102
1103 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1104 for `process-file', in order to let it work for older Emacsen too.
1105
1106 2006-01-27 Eli Zaretskii <eliz@gnu.org>
1107
1108 * international/latexenc.el: Add a suitable `coding:' tag.
1109 (latexenc-find-file-coding-system): Undo last change.
1110
1111 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1112
1113 * international/latexenc.el (latexenc-find-file-coding-system):
1114 Make sure latexenc-main-file is a regular file and is readable.
1115
1116 2006-01-27 Andre Spiegel <spiegel@gnu.org>
1117
1118 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
1119 Pass FILE to vc-user-login-name.
1120
1121 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
1122
1123 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
1124
1125 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
1126 there are no more images to display.
1127 (thumbs-mark, thumbs-unmark): Revert change so that they move to
1128 the next image.
1129
1130 2006-01-26 Richard M. Stallman <rms@gnu.org>
1131
1132 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
1133
1134 * wid-edit.el (advertised-widget-backward): New alias.
1135 (widget-keymap): Use advertised-widget-backward for S-TAB.
1136
1137 * tumme.el: Correct the keywords.
1138 (tumme-dir-max-size): Use defvar.
1139 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
1140
1141 * simple.el (move-beginning-of-line): Take account of fields.
1142 (clone-indirect-buffer-other-window): Take args like
1143 clone-indirect-buffer, and work like it.
1144
1145 * help-fns.el (describe-function): Don't pass `nil' as default.
1146
1147 * files.el (risky-local-variable-p): Follow var aliases.
1148
1149 * subr.el (lazy-completion-table): Doc fix.
1150
1151 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
1152 global binding of `line'.
1153
1154 2006-01-25 Andre Spiegel <spiegel@gnu.org>
1155
1156 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
1157 Tramp.
1158
1159 * vc.el (vc-default-dired-state-info): Pass FILE to
1160 vc-user-login-name.
1161 (vc-default-update-changelog): Don't use vc-user-login-name, we
1162 don't need it here.
1163
1164 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
1165 no longer necessary.
1166
1167 2006-01-25 Kenichi Handa <handa@m17n.org>
1168
1169 * international/mule.el (decode-char): Avoid the overhead of
1170 calling utf-lookup-subst-table-for-decode if
1171 utf-translate-cjk-mode is nil.
1172 (encode-char): Avoid the overhead of calling
1173 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
1174 nil.
1175
1176 2006-01-22 Kenichi Handa <handa@m17n.org>
1177
1178 * international/mule.el (make-subsidiary-coding-system): Reset
1179 `coding-system-define-form' property of subsidiaries to nil.
1180 Avoid duplicated entry in coding-system-alist.
1181 (make-coding-system): Avoid duplicated entry in
1182 coding-system-alist.
1183 (define-coding-system-alias): Likewise.
1184
1185 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
1186
1187 * completion.el: Minor fixes in introductory comment.
1188 (completion-def-wrapper): Fix alist.
1189
1190 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
1191
1192 * thumbs.el (thumbs-new-image-size): New function.
1193 (thumbs-increment-image-size-element)
1194 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
1195 (thumbs-decrement-image-size): Delete.
1196 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
1197 temp files and use to resize.
1198 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
1199 Use increment argument to enlarge/shrink. Preserve point.
1200 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
1201 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
1202 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
1203 (thumbs-mark, thumbs-unmark): Preserve point.
1204 (thumbs-modify-image): Keep old temp files and use to modify.
1205 Cleanup old temp files at load time. Preserve point.
1206 (thumbs-view-image-mode-map): Use new command names.
1207
1208 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1209
1210 * log-view.el (log-view-minor-wrap): First rev is the one at point.
1211
1212 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
1213 the nastiest part of the cyclic dependency.
1214 (cal-menu-update): Use dotimes and calendar-increment-month.
1215
1216 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
1217 (calendar-week-start-day): Add an :initializer.
1218 (calendar-mode-map): Use suppress-keymap, and command remapping.
1219 (describe-calendar-mode): Setup xref-stack info for the back button.
1220 (calendar-star-date): Insert before delete.
1221 (calendar-set-mode-line): Add file-modified info if applicable.
1222 (calendar-increment-month): New function.
1223
1224 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1225
1226 * font-lock.el (lisp-font-lock-keywords-2):
1227 Recognize "& keywords" only at word boundaries.
1228
1229 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
1230
1231 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
1232 and permanent-local.
1233 (thumbs-max-image-number): New variable.
1234 (thumbs-do-thumbs-insertion): Use them.
1235 (thumbs-per-line): Change default to 4.
1236 (thumbs-marked-list): Rename from thumbs-markedL.
1237 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
1238 (thumbs-rename-images): Use -list instead of L for internal variables.
1239 (thumbs-call-convert): Use call-process instead of shell-command.
1240 (thumbs-insert-thumb): Add filename as help-echo to each image.
1241 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
1242 Give dir to thumbs-show-thumbs-list.
1243 (thumbs-show-thumbs-list): Set default-directory to that of images.
1244 (thumbs-dired-show): Rename from thumbs-dired-show-all.
1245 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
1246 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
1247 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
1248
1249 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 * ses.el (ses-read-cell): Provide a default value.
1252
1253 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
1254
1255 * term/w32-win.el (image-library-alist): Add additional names for
1256 GIF library.
1257
1258 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1259
1260 * international/latexenc.el (latexenc-find-file-coding-system):
1261 Add file-regular-p check.
1262
1263 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1264
1265 * simple.el (clone-buffer): Don't show the new buffer in the same
1266 window.
1267
1268 2006-01-23 Juri Linkov <juri@jurta.org>
1269
1270 * faces.el (link, link-visited): New faces based on default values
1271 of `info-xref' and `info-xref-visited'.
1272
1273 * info.el (info-xref): Inherit from `link'.
1274 (info-xref-visited): Inherit from `link-visited'.
1275
1276 * cus-edit.el (custom-buffer-create-internal): Use widget type
1277 `custom-manual' instead of `info-link' and don't set properties
1278 `button-face' and `mouse-face' explicitly.
1279 (custom-browse-group-tag, custom-browse-variable-tag)
1280 (custom-browse-face-tag): Inherit from widget class
1281 `custom-group-link' instead of `push-button'.
1282 (custom-button-unraised): Inherit from `underline' face.
1283 (custom-link): Inherit from `link' face. Fix doc and group.
1284 (custom-add-parent-links, custom-group-value-create): Don't set
1285 properties `button-face' and `mouse-face' explicitly for
1286 `custom-group-link' widget.
1287 (custom-group-link): Add properties `button-face' and `mouse-face'
1288 to widget definition.
1289 (custom-field-keymap): New variable. Put `custom-field-keymap' to
1290 editable-field's :keymap property.
1291 (custom-mode): Fix docstring: substitute keybindings for
1292 `widget-forward' and `widget-backward' from `widget-keymap',
1293 `widget-complete' from `custom-field-keymap', replace old
1294 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
1295
1296 * desktop.el (desktop-load-file): Check for `fboundp' before
1297 calling `symbol-function'.
1298
1299 * simple.el (clone-buffer, clone-indirect-buffer)
1300 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
1301 `read-string'. Fix prompts.
1302
1303 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
1304
1305 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
1306
1307 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
1308
1309 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
1310
1311 * startup.el (inhibit-splash-screen, initial-scratch-message):
1312 Doc fixes.
1313
1314 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
1315
1316 Sync with Tramp 2.0.52.
1317
1318 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
1319 net/tramp-vc.el: Add code for unloading Tramp. See comment before
1320 `tramp-unload-tramp' for checklist.
1321
1322 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
1323 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
1324 (tramp-unload-file-name-handler-alist)
1325 (tramp-unload-tramp): New defuns.
1326 (tramp-advice-PC-expand-many-files): New defadvice.
1327 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
1328 removed.
1329 (tramp-handle-expand-file-name): Remove double slash.
1330 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
1331 It doesn't matter, because it will be converted later on.
1332 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
1333 implementation was just heuristic.
1334 (tramp-post-connection): Set uid and gid properties.
1335 (tramp-convert-file-attributes): Set file's gid change bit.
1336 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
1337 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
1338 in case of su(do)? methods. The home directory of the local user
1339 will be taken else.
1340 (tramp-open-connection-telnet)
1341 (tramp-open-connection-rsh, tramp-open-connection-su)
1342 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
1343 local shell prompt could hurt. Reported by Romain Francoise
1344 <romain@orebokech.com>.
1345 (tramp-let-maybe): Add `edebug-form-spec' property.
1346 (tramp-handle-expand-file-name): Bind `default-directory' locally
1347 to "/" in order to avoid problems with UNC shares or Cygwin
1348 mounts.
1349 (tramp-md5-function): Fix typo in error message.
1350
1351 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
1352
1353 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
1354 for byte-compiler pacification.
1355
1356 2006-01-22 Andre Spiegel <spiegel@gnu.org>
1357
1358 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
1359 ID-FORMAT `string'. This allows us to get rid of
1360 `vc-user-login-name UID'.
1361
1362 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
1363
1364 2006-01-22 John Paul Wallington <jpw@pobox.com>
1365
1366 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
1367
1368 2006-01-21 Martin Rudalics <rudalics@gmx.at>
1369
1370 * emacs-lisp/find-func.el (find-definition-noselect)
1371 (find-variable-noselect): Search variables in C source code too.
1372 (find-function-C-source, find-function-noselect, find-function)
1373 (find-function-other-frame, find-variable-noselect, find-variable)
1374 (find-variable-other-frame, find-variable-at-point):
1375 Fix docstrings.
1376
1377 2006-01-21 Francesco Potorti` <pot@gnu.org>
1378
1379 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
1380
1381 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
1382
1383 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
1384 Default to disabling the "Save affix" question.
1385
1386 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
1387
1388 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
1389 the first arg to run-python.
1390
1391 2006-01-21 Eli Zaretskii <eliz@gnu.org>
1392
1393 * startup.el (command-line-1): Handle --no-desktop if desktop.el
1394 is not loaded.
1395
1396 2006-01-20 Jay Belanger <belanger@truman.edu>
1397
1398 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
1399 limit is 0.
1400
1401 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
1402 the correct variable.
1403
1404 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
1405
1406 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
1407 link. Fixed buggy argument sequence in call to `org-view-tags'.
1408 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1409 (org-prefix-has-tag): New variable.
1410 (org-format-agenda-item): Remove tags from headline if
1411 appropriate.
1412 (org-agenda-remove-tags-when-in-prefix): New option.
1413 (org-get-tags-at): New function.
1414
1415 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
1416
1417 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
1418 (thumbs-find-image): Move image name and number from buffer name
1419 to mode name. Set thumbs-buffer. Preserve point so that large
1420 images remain visible.
1421 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
1422 order.
1423 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
1424 mode name.
1425 (thumbs-next-image, thumbs-previous-image): Make them work.
1426
1427 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
1428
1429 * cus-edit.el (custom-buffer-create-internal): State in the text above
1430 the whole buffer buttons that they do not operate on hidden items.
1431 (custom-face-menu): Use `custom-face-save' instead of
1432 `custom-face-save-command'.
1433 (custom-face-save-command): Make it an alias for `custom-face-save'
1434 and declare it obsolete.
1435 (custom-face-save): Doc fix.
1436
1437 * dired.el (dired-no-confirm): Add quote.
1438 (dired-subdir-alist-pre-R): Add quote in
1439 `make-variable-buffer-local' form and remove unbalanced parenthesis.
1440
1441 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * textmodes/table.el (table-mode-indicator): Typo in last change.
1444
1445 2006-01-19 Richard M. Stallman <rms@gnu.org>
1446
1447 * outline.el (hide-leaves): Don't call outline-end-of-heading.
1448 Fixes bug reported in Nov 2005.
1449
1450 * isearch.el (isearch-forward): Doc fix.
1451
1452 * dired.el (dired-move-to-filename-regexp): Define as alias.
1453 (dired-no-confirm): Use defcustom.
1454 (dired-subdir-alist-pre-R): Put defvar at top level.
1455
1456 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
1457
1458 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1459 Mark as risky.
1460
1461 * simple.el (set-mark-command): Doc fix.
1462 (clone-indirect-buffer-other-window):
1463 Read arg like clone-indirect-buffer.
1464 (move-beginning-of-line): Skip invisible newlines.
1465
1466 2006-01-19 Masatake YAMATO <jet@gyve.org>
1467
1468 * progmodes/cpp.el (cpp-edit-load): Make the order of
1469 listed conditions in a base C code buffer and its associate
1470 CPP Edit buffer the same.
1471
1472 2006-01-19 Kenichi Handa <handa@m17n.org>
1473
1474 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
1475 (rmail-mime-feature): Likewise.
1476 (rmail-require-mime-maybe): Use display-warning to show a warning
1477 message.
1478
1479 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
1480 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
1481
1482 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * array.el: Move defvars out of eval-when-compile.
1485 (array-make-template): Replace undeclared global var with a local one.
1486 (array-mode): Inline initialization functions.
1487 (array-init-local-variables, array-init-max-row)
1488 (array-init-max-column, array-init-columns-per-line)
1489 (array-init-field-width, array-init-rows-numbered)
1490 (array-init-line-length, array-init-lines-per-row): Remove.
1491
1492 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
1493 (doc-mode-map): Define explicitly.
1494 (doctor-txtype): Use mapc.
1495
1496 * textmodes/table.el: Move defvars out of eval-when-compile.
1497 Remove harmful code meant to avoid byte-compiler warnings.
1498 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
1499 specification that checks table-fixed-width-mode directly.
1500 (table-recognize-region, table-recognize-cell):
1501 Use restore-buffer-modified-p.
1502 (table-fixed-width-mode): Remove code that refreshes
1503 table-fixed-mode-indicator.
1504 (*table--cell-describe-bindings, *table--cell-describe-mode):
1505 Avoid obsolete name print-help-return-message.
1506 (table--test-cell-list): Don't use replace-regexp from elisp.
1507 (table--point-entered-cell-function, table--point-left-cell-function):
1508 Don't set table-fixed-mode-indicator, use force-mode-line-update.
1509
1510 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
1511 that was after the end of file. Use buffer-file-name variable.
1512 (org-timestamp-change): Use with-current-buffer.
1513 (org-todo-list): Don't unnecessarily define a new buffer-local var.
1514 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
1515 `file'.
1516
1517 * progmodes/fortran.el: Move defvars out of eval-when-compile.
1518 (fortran-break-line): Remove unused var `opoint'.
1519 (fortran-abbrev-start): Obey help-event-list.
1520
1521 2006-01-18 Jesper Harder <harder@phys.au.dk>
1522
1523 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
1524
1525 2006-01-18 Masatake YAMATO <jet@gyve.org>
1526
1527 * progmodes/make-mode.el (makefile-imake-mode): New mode
1528 derived from makefile-mode.
1529 (makefile-imake-mode-syntax-table): New syntax table
1530 derived from makefile-mode-syntax-table.
1531 (makefile-mode): Write about makefile-imake-mode in doc string.
1532 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
1533 (makefile-imake-font-lock-keywords): New font lock keywords.
1534
1535 * files.el (auto-mode-alist): Add Imakefile.
1536
1537 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
1538
1539 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
1540 loading the file rather than when turning on flyspell-mode.
1541
1542 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
1543
1544 * cus-edit.el (customize-rogue): Minor doc fix.
1545
1546 2006-01-17 Juri Linkov <juri@jurta.org>
1547
1548 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
1549 instead of the file at the mark as default if the file at the mark
1550 is the same as the file at point or if dired-dwim-target-directory
1551 is not the same as the current directory and the mark is not active.
1552
1553 * log-view.el (log-view-minor-wrap): Use the same logic to get
1554 revisions as `log-view-diff'.
1555
1556 * info.el (Info-revert-find-node): Check for Info-current-file
1557 before preserving new-history.
1558
1559 * man.el (Man-heading-regexp): Add `/'.
1560
1561 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
1562 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
1563
1564 2006-01-16 Juri Linkov <juri@jurta.org>
1565
1566 * faces.el (mode-line-faces): New defgroup.
1567 (mode-line-highlight): Move definition after new defgroup.
1568 (mode-line, mode-line-inactive, mode-line-highlight):
1569 Replace :group `modeline' with `mode-line-faces'.
1570 (mode-line-buffer-id): New face.
1571 (modeline-buffer-id): New face alias.
1572 (vertical-border): Remove :group `modeline'.
1573
1574 * bindings.el (propertized-buffer-identification): Use face
1575 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
1576 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
1577 (mode-line-buffer-identification-keymap): For mouse-1 replace
1578 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
1579 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
1580 mouse-3.
1581
1582 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
1583 Buffer-menu-buffer. Doc fix.
1584 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
1585 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
1586 `Buffer-menu-buffer'.
1587
1588 * info.el (Info-mode-line-node-keymap): New defvar.
1589 (Info-set-mode-line): Use `stringp' to check Info-current-file.
1590 Propertize Info-current-node with `mode-line-buffer-id' and
1591 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
1592
1593 * time.el (display-time-mail-face): Replace :group `faces' with
1594 `mode-line-faces'.
1595
1596 2006-01-16 Kenichi Handa <handa@m17n.org>
1597
1598 * international/code-pages.el: Add autoload cookies for cp125[0345678].
1599
1600 * language/european.el (cp1252): New alias for windows-1252.
1601
1602 * international/mule.el (autoload-coding-system): Prepare for EOL
1603 variants.
1604
1605 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1606
1607 * term.el (term-raw-map): Add mapping for insert.
1608 (term-send-insert): New.
1609 (term-mode): Make variables local here instead of doing it in
1610 `term-emulate-terminal'.
1611 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
1612 Scroll reverse needs to take into account the scroll region.
1613 Saving and restoring the cursor should save the color attributes too.
1614 (term-reset-terminal): Reset the scroll region.
1615 (term-handle-ansi-escape): Cursor up and down should take into
1616 account the scroll region.
1617 (term-set-scroll-region): Rename from `term-scroll-region'.
1618 Move to 0,0 after setting the region.
1619 (term-handle-scroll): Handle scroll up.
1620 (term-down): Fix off by one error.
1621 (term-delete-lines): Do not delete outside the scroll region.
1622 (term-insert-lines): Take into account the scroll region.
1623
1624 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * textmodes/ispell.el (ispell-internal-change-dictionary)
1627 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
1628 (start, end): Move declaration outside of eval-when-compile.
1629
1630 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
1631 (flyspell-mode-on): Use it.
1632
1633 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
1634 ispell-kill-ispell-hook.
1635
1636 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
1637
1638 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1639 (Custom-reset-saved): Do not ask for confirmation in single option
1640 buffers.
1641
1642 2006-01-13 Richard M. Stallman <rms@gnu.org>
1643
1644 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
1645
1646 2006-01-13 Romain Francoise <romain@orebokech.com>
1647
1648 * add-log.el (add-change-log-entry, change-log-merge):
1649 Conditionally use `hard-newline'.
1650
1651 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
1652
1653 * wid-edit.el (widget-field-end): If the overlay is no longer
1654 associated with a buffer, behave as if the overlay didn't exist.
1655
1656 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
1657 Make sure the links use the `custom-link' face.
1658
1659 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1660
1661 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
1662 (ld-script-mode): Don't set indent-line-function since we don't
1663 have one.
1664
1665 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
1666
1667 * textmodes/org.el (org-open-file): Use mailcap for selecting an
1668 application.
1669 (org-file-apps-defaults-gnu): Use mailcap as the default for
1670 selecting an application on a UNIX system.
1671 (org-agenda-show-tags): New command.
1672 (org-table-insert-hline): Keep cursor in current table line.
1673 (org-table-convert): Offset effect of modifying
1674 `org-table-insert-hline'.
1675 (org-format-agenda-item): New optional argument TAG.
1676 (org-compile-prefix-format): Handle %T format for the tag.
1677 (org-expand-wide-chars): New function.
1678 (org-table-insert-row, org-table-insert-hline):
1679 Use `org-expand-wide-chars'.
1680 (org-open-file): Fix bug in program launch.
1681 (org-get-time-of-day): Fix bug with times before 1am.
1682 (org-agenda-menu): Add tags commands.
1683
1684 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
1685
1686 * textmodes/ispell.el (ispell-init-process): Include the used
1687 dictionary in ispell process start message.
1688 (ispell-internal-change-dictionary): When flyspell-mode is active
1689 and dictionary is changed, make sure ispell process is restarted
1690 and flyspell word cache cleared out for the current buffer.
1691 (ispell-change-dictionary): Make sure flyspell word cache is
1692 cleared out in all buffers with active flyspell mode when
1693 dictionary is globally changed.
1694 Call ispell-internal-change-dictionary after dictionary change.
1695
1696 2006-01-13 Eli Zaretskii <eliz@gnu.org>
1697
1698 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1699
1700 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
1701 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
1702 years. Fix small differences wrt Makefile.in.
1703 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
1704 Makefile.in does.
1705
1706 2006-01-12 Bill Wohler <wohler@newt.com>
1707
1708 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
1709 mh-search.el.
1710
1711 2006-01-12 Masatake YAMATO <jet@gyve.org>
1712
1713 * progmodes/ld-script.el: Update copyright year.
1714
1715 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
1716
1717 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
1718 Don't add widget if setting undefined.
1719
1720 2006-01-12 John Paul Wallington <jpw@pobox.com>
1721
1722 * help-fns.el (describe-variable): Remove newlines from void
1723 variable output.
1724
1725 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
1726
1727 * wdired.el (wdired-mode-map): Add help echo for
1728 wdired-abort-changes.
1729
1730 * man.el (Man-file-name-regexp): Adjust for a list of files.
1731
1732 2006-01-12 Masatake YAMATO <jet@gyve.org>
1733
1734 * progmodes/ld-script.el (auto-mode-alist): Support
1735 suffix conventions used in netbsd and eCos.
1736
1737 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
1738
1739 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
1740 (custom-variable-menu, custom-face-menu, custom-group-menu)
1741 (Custom-mode-menu): Change names of menu items. (As discussed on
1742 emacs-devel.)
1743 (custom-face-menu): Add "Undo Edits" item.
1744
1745 * startup.el (init-file-user): defcustom -> defvar.
1746
1747 * tooltip.el (tooltip-mode): Doc fix.
1748
1749 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1750
1751 * reveal.el (reveal-post-command): window-buffer signals an error on
1752 dead windows rather than returning nil.
1753 (reveal-open-new-overlays): An overlay might die while we open others.
1754
1755 2006-01-11 Bill Wohler <wohler@newt.com>
1756
1757 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
1758 phrasing in docstring.
1759
1760 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
1761 can give some systems gas. Add new file mh-buffers.el.
1762
1763 2006-01-06 Masatake YAMATO <jet@gyve.org>
1764
1765 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
1766 C preprocessor forward ported from GNU Emacs 21.2.
1767
1768 * progmodes/asm-mode.el (asm-font-lock-keywords):
1769 Use `cpp-font-lock-keywords'.
1770
1771 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
1772
1773 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
1774 of $ for "\\.ld[s]?".
1775
1776 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1777
1778 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
1779 (tcl-indent-line): Return `noindent' if inside a string.
1780
1781 * progmodes/flymake.el (flymake-split-string): Remove more than one
1782 empty string at beg/end of the result.
1783 (flymake-find-buildfile, flymake-find-possible-master-files):
1784 Use expand-file-name.
1785 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
1786 since expand-file-name does it for us. Use directory-file-name.
1787 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
1788 (flymake-ler-get-type, flymake-ler-get-text)
1789 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
1790 (flymake-current-line-no): Remove spurious interactive spec.
1791 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
1792 (flymake-check-include): Remove arg inc-path merged into inc-name.
1793 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
1794 Arg regexp-list replaced by a simple regexp.
1795 (flymake-master-make-header-init, flymake-master-tex-init):
1796 Correspondingly replace regexp-list with a regexp. Fix regexp.
1797
1798 2006-01-10 Simon Josefsson <jas@extundo.com>
1799
1800 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
1801 describing AUTH PLAIN fix.
1802
1803 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
1804
1805 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
1806 (report-emacs-bug): Don't record initial prompt text.
1807 Instead, add text properties to prompting text.
1808 (report-emacs-bug-hook): Delete prompting text.
1809
1810 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
1813 `dirs'. Adjust callers.
1814
1815 2006-01-09 John Paul Wallington <jpw@gnu.org>
1816
1817 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
1818
1819 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * reveal.el (reveal-open-new-overlays): New extracted fun.
1822 (reveal-close-old-overlays): Idem. Check overlays's liveness before
1823 using them. Simplify the code.
1824 (reveal-post-command): Use them. Fix up obsolete windows in
1825 reveal-open-spots.
1826
1827 * progmodes/flymake.el: Use `require' rather than autoload for
1828 XEmacs's overlays.
1829 (flymake-get-common-file-prefix, flymake-build-relative-filename):
1830 Delete. Use file-relative-name instead.
1831 (flymake-get-syntax-check-program-args, flymake-perl-init):
1832 Simplify the resulting code.
1833
1834 * log-view.el (log-view-file-re, log-view-message-re): Add support
1835 for DaRCS output.
1836
1837 2006-01-09 Alex Schroeder <alex@gnu.org>
1838
1839 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
1840 identifiers sometimes added in square brackets at the beginning of
1841 subject lines.
1842
1843 2006-01-07 Richard M. Stallman <rms@gnu.org>
1844
1845 * cus-edit.el (Custom-set, Custom-save): Doc fix.
1846 (Custom-reset-current, Custom-reset-saved): Change question text.
1847 (Custom-reset-standard): Likewise.
1848 (custom-variable-reset-saved): Doc fix.
1849
1850 2006-01-07 Eli Zaretskii <eliz@gnu.org>
1851
1852 * startup.el (init-file-user): Doc fix.
1853
1854 2006-01-07 Alex Schroeder <alex@gnu.org>
1855
1856 * mail/rmail.el (rmail-current-subject): New function.
1857 (rmail-current-subject-regexp): New function.
1858 (rmail-next-same-subject): Use it.
1859
1860 * mail/rmailsum.el (rmail-summary-by-topic):
1861 Use rmail-current-subject and rmail-current-subject-regexp.
1862 (rmail-summary-next-same-subject): Ditto.
1863
1864 * net/rcirc.el (rcirc-send-input): No longer check whether the
1865 process is open, since not all commands need an open process.
1866 (rcirc-send-string): Check whether the process is open before
1867 sending anything.
1868 (rcirc-ignore-list): New option.
1869 (rcirc-ignore-list-automatic): New variable.
1870 (rcirc-print): Take rcirc-ignore-list into account.
1871 (rcirc-cmd-ignore): New command.
1872 (rcirc-ignore-update-automatic): New function.
1873 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
1874 list if ignored nicks.
1875 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
1876
1877 2006-01-06 David Reitter <david.reitter@gmail.com>
1878
1879 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
1880 reflect the address to which the report will be sent.
1881
1882 2006-01-06 Eli Zaretskii <eliz@gnu.org>
1883
1884 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
1885 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
1886
1887 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
1888
1889 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
1890
1891 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
1892 the doc string: "functoin" => "function".
1893 * ldefs-boot.el: Likewise.
1894
1895 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
1896 message text: "Duplicat" => "Duplicate".
1897
1898 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
1899
1900 * files.el (basic-save-buffer-2): If backing-up failed, reset
1901 buffer-backed-up to nil.
1902
1903 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
1904
1905 * progmodes/gud.el (gdb-script-skip-to-head)
1906 (gdb-script-calculate-indentation): Indent for breakpoint command
1907 lists also.
1908
1909 2006-01-05 Bill Wohler <wohler@newt.com>
1910
1911 * Makefile.in (compile-always): Add mh-autoloads dependency.
1912 (bootstrap): Remove mh-autoloads dependency, as compile dependency
1913 provides it.
1914 (updates): Remove mh-autoloads dependency, since it probably has
1915 already run recently (via recompile).
1916
1917 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
1920 argument `force' to disable the flyspell-last-buffer optimization.
1921 (flyspell-mode-on): Use it.
1922
1923 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
1924 flymake-simple-cleanup.
1925 (flymake-allowed-file-name-masks): Use this new default.
1926 All the functions are now called in the right buffer rather than
1927 passing the buffer as argument.
1928 (flymake-process-sentinel): Switch to buffer before calling cleanup.
1929 (flymake-parse-err-lines): Remove redundant buffer arg.
1930 (flymake-get-program-dir): Comment out unused function.
1931 (flymake-start-syntax-check, flymake-start-syntax-check-process):
1932 Remove redundant buffer argument.
1933 (flymake-get-real-file-name, flymake-simple-java-cleanup)
1934 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
1935
1936 2006-01-05 Richard M. Stallman <rms@gnu.org>
1937
1938 * info.el (Info-find-node): Don't record previous node if have none.
1939 (info): Go to directory only if history is empty.
1940
1941 * simple.el (mark): Doc fix.
1942
1943 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1944
1945 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
1946 already of desired type.
1947 (mac-ae-list): Coerce parameter to "list" type.
1948 (mac-dispatch-apple-event): Replace cadr part of event with a
1949 dummy position so that event-start returns it.
1950
1951 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
1952
1953 * textmodes/org.el (org-end-of-subtree): New function.
1954 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
1955 Use `org-end-of-subtree'.
1956 (org-agenda, org-agenda-convert-date): Protect calls to
1957 `fit-window-to-buffer'.
1958 (org-tags-view): Force matching of sublevels when doing a
1959 todo-only search. Define the correct redo command, including the
1960 arguments.
1961 (org-agenda-redo): Display message.
1962 (org-check-for-org-mode): New function.
1963 (org-agenda-type): New variable.
1964 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1965 Set `org-agenda-type'.
1966 (org-agenda-check-type): New function.
1967 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1968 (org-agenda-week-view, org-agenda-day-view)
1969 (org-agenda-next-date-line, org-agenda-previous-date-line)
1970 (org-agenda-log-mode, org-agenda-toggle-diary)
1971 (org-agenda-toggle-time-grid, org-agenda-date-later)
1972 (org-agenda-date-prompt, org-agenda-diary-entry)
1973 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
1974 (org-agenda-convert-date, org-agenda-menu):
1975 Use `org-agenda-check-type'.
1976 (org-make-overlay, org-delete-overlay)
1977 (org-detatch-overlay, org-move-overlay, org-overlay-put):
1978 New compatibility functions.
1979 (org-calendar-select-mouse): New command.
1980
1981 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
1982
1983 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
1984 (Custom-reset-standard): Fix y-or-n-p messages.
1985 (custom-link): New face for links.
1986 (custom-buffer-create-internal, custom-manual): Use it.
1987 (custom-face-save): Push to theme-face before setting face spec.
1988
1989 * wid-edit.el (widget-default-mouse-face-get): New function.
1990 (widget-specify-button): Handle mouse-face like button-face.
1991
1992 * custom.el (load-theme): Clear old theme settings if reloading.
1993
1994 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
1995
1996 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
1997 "Erase Customization" button back to same position it occupies in
1998 the individual State menus.
1999
2000 2006-01-04 Kim F. Storm <storm@cua.dk>
2001
2002 * wid-edit.el (key-sequence): Rework widget to read key binding
2003 using `kbd' syntax. Use C-q to insert literal key, event, or code.
2004 (widget-key-sequence-default-value): Default value for empty sequence.
2005 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
2006 (widget-key-sequence-read-event): New command for C-q.
2007 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
2008 (widget-key-sequence-value-to-external): New functions.
2009
2010 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2011
2012 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
2013 Use expand-file-name.
2014 (flymake-delete-temp-directory): Use expand-file-name,
2015 file-name-directory, and directory-file-name.
2016 (flymake-strrchr): Delete.
2017 (flymake-start-syntax-check): Don't pass the redundant buffer argument
2018 to the init-f function.
2019 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
2020 (flymake-init-find-buildfile-dir)
2021 (flymake-init-create-temp-source-and-master-buffer-copy)
2022 (flymake-simple-make-init-impl, flymake-simple-make-init)
2023 (flymake-master-make-init, flymake-master-make-header-init)
2024 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
2025 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
2026 (flymake-xml-init): Remove corresponding redundant buffer argument.
2027 (flymake-allowed-file-name-masks): Remove last elems that are equal to
2028 the default anyway. Clean up regexps.
2029
2030 * progmodes/flymake.el (flymake-temp-source-file-name)
2031 (flymake-master-file-name, flymake-temp-master-file-name)
2032 (flymake-base-dir): New buffer-local vars.
2033 (flymake-buffer-data, flymake-get-buffer-value)
2034 (flymake-set-buffer-value): Replace those hash-tables by the new
2035 buffer-local vars. Update callers.
2036
2037 * progmodes/flymake.el (flymake-check-start-time)
2038 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2039 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2040 Move definition, so we can remove redundant earlier declaration.
2041 (flymake-replace-regexp-in-string, flymake-split-string)
2042 (flymake-get-temp-dir): Use defalias.
2043 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
2044 (flymake-xemacs-window-edges): Remove unused function.
2045 (flymake-get-point-pixel-pos): Move.
2046 (flymake-pid-to-names, flymake-reg-names)
2047 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2048 Replace by a simple list flymake-processes and by process-buffer.
2049 Update callers. Other than simplify the code, it uses buffers rather
2050 than buffer-names so it doesn't get confused by uniquify.
2051 (flymake-buffer-data): The global value should just be nil.
2052
2053 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2054 Optimize the body of a defalias like any other code.
2055
2056 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2057 Make sure we've setup font-lock's vars. It may influence which
2058 function we then call.
2059 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2060 here since it's too late anyway.
2061
2062 2006-01-03 Romain Francoise <romain@orebokech.com>
2063
2064 * startup.el (fancy-splash-tail, normal-splash-screen):
2065 Update copyright year.
2066
2067 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
2068
2069 * mouse.el (mouse-drag-track): Rename, from
2070 `mouse-drag-region-1'. Includes optional argument required to
2071 enable post-drag event processing (e.g. delete region keys).
2072 Can be used without this argument to track a mouse region and operate
2073 on it as soon as the drag completes.
2074 (mouse-drag-region): Use `mouse-drag-track'.
2075
2076 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
2077
2078 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2079 Move to `custom-buffer' group.
2080
2081 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2082 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2083 (custom-theme-insert-face-marker, custom-theme-variable-menu)
2084 (custom-theme-face-menu): New variables.
2085 (custom-theme-add-variable, custom-theme-variable-action)
2086 (custom-variable-reset-theme, custom-theme-delete-variable)
2087 (custom-face-reset-theme, custom-theme-face-action)
2088 (custom-theme-delete-face, custom-theme-merge-theme)
2089 (custom-theme-add-face, custom-theme-visit-theme): New functions.
2090
2091 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
2092
2093 * custom.el: Move Custom Themes commentary to start of theme code.
2094 (custom-known-themes): Rename `standard' theme to `changed'.
2095 (custom-push-theme): Caller no longer specifies what theme to use
2096 when doing `reset'---the setting is simply removed from the theme.
2097 Delete MODE from `theme-value' and `theme-settings' properties.
2098 (custom-declare-theme): Ignore &rest args since we don't use them.
2099
2100 (custom-loaded-themes): Delete variable.
2101 (custom-theme-load-themes, custom-theme-loaded-p)
2102 (custom-theme-value): Delete functions.
2103
2104 (custom-declare-theme): Signal error on invalid theme names.
2105 (provide-theme): custom-loaded-themes was deleted.
2106 (load-theme): Load the file unconditionally.
2107 (enable-theme): Call `load-theme' if theme is undefined.
2108 (custom-enabled-themes): Only update value for successful loads.
2109 (disable-theme): Complete from enabled themes when interactive.
2110 (custom-variable-theme-value): Calculate theme value directly.
2111
2112 (custom-theme-reset-variables, custom-reset-variables): Mark as
2113 XEmacs compatibility functions. We don't actually use these.
2114
2115 * cus-edit.el (custom-variable-state-set):
2116 Use custom-variable-theme-value instead of custom-theme-value.
2117 (custom-face-state-set): Rename `standard' theme to `changed'.
2118 (custom-save-variables, custom-save-faces): Delete unneeded
2119 references to custom-reset-variables.
2120 (custom-save-resets): Delete function.
2121 (custom-save-variables, custom-save-faces): MODE argument deleted.
2122 (custom-save-variables, custom-save-faces): Ignore theme values.
2123
2124 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
2125 compatibility function.
2126
2127 2006-01-01 Richard M. Stallman <rms@gnu.org>
2128
2129 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
2130 (Custom-reset-current, Custom-reset-saved): Likewise.
2131 (Custom-reset-standard): Show message if aborted.
2132 (custom-mode): Doc fix, describing those commands.
2133
2134 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
2135 put on event-kind property.
2136
2137 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
2138
2139 * custom.el (provide-theme): Ban `user' theme name.
2140 (custom-enabling-themes): New variable.
2141 (enable-theme): Don't enable user if custom-enabling-themes is t.
2142 (custom-enabled-themes): Make it a defcustom.
2143 (custom-theme-recalc-face): No-op if face is undefined.
2144
2145 * cus-edit.el (custom-button-mouse): New variable.
2146 (custom-button-mouse): New face.
2147 (custom-raised-buttons, custom-mode): Use it.
2148
2149 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
2150
2151 2005-12-31 Eli Zaretskii <eliz@gnu.org>
2152
2153 * progmodes/gud.el (gud-display-line): Support hl-line in the
2154 source buffer.
2155
2156 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2157
2158 * mouse.el (mouse-drag-window-above): Verify that the found window
2159 overlaps with the given window in the horizontal dimension.
2160
2161 2005-12-31 Eli Zaretskii <eliz@gnu.org>
2162
2163 * Makefile.in (cvs-update): New target.
2164
2165 * makefile.w32-in (cvs-update): Ditto.
2166
2167 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
2168
2169 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
2170 (custom-new-theme-mode-map): New variable.
2171
2172 2005-12-30 Richard M. Stallman <rms@gnu.org>
2173
2174 * custom.el (custom-load-themes): Function deleted.
2175
2176 * cus-edit.el (custom-save-loaded-themes): Function deleted.
2177 (custom-save-variables): Don't delete or add custom-load-themes call.
2178
2179 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2180
2181 * cus-start.el: Add `visible-cursor'.
2182
2183 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
2184 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
2185 (flymake-process-filter): Switch to buffer before calling it instead.
2186 (flymake-post-syntax-check, flymake-highlight-err-lines)
2187 (flymake-delete-own-overlays, flymake-parse-err-lines)
2188 (flymake-start-syntax-check, flymake-start-syntax-check-process)
2189 (flymake-count-lines, flymake-parse-residual):
2190 Remove constant buffer argument.
2191 (flymake-start-syntax-check-for-current-buffer): Remove.
2192 Update callers to use flymake-start-syntax-check instead.
2193 (flymake-display-err-menu-for-current-line):
2194 Remove unused var `mouse-pos'.
2195 (flymake-restore-formatting): Comment out unused function.
2196 (flymake-report-status, flymake-report-fatal-status): Remove buffer
2197 argument, use current-buffer instead. Update callers.
2198
2199 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2200
2201 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
2202 buffer-local because choose-completion-delete-max-match requires
2203 that we set completion-ignore-case (i.e., binding via let is not
2204 sufficient).
2205 (bibtex-complete): Always set completion-ignore-case and
2206 choose-completion-string-functions. The latter is needed because
2207 choose-completion-string-functions keeps its value if we quit the
2208 *Completions* buffer without requesting a completion.
2209
2210 2005-12-30 Andreas Schwab <schwab@suse.de>
2211
2212 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
2213
2214 2005-12-30 Eli Zaretskii <eliz@gnu.org>
2215
2216 * jit-lock.el (jit-lock-chunk-size): Doc fix.
2217
2218 2005-12-30 Juri Linkov <juri@jurta.org>
2219
2220 * locate.el (locate-fcodes-file, locate-header-face)
2221 * progmodes/delphi.el (delphi-other-face)
2222 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
2223
2224 * paren.el (show-paren-match, show-paren-mismatch): Use existing
2225 group `paren-showing-faces'.
2226
2227 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
2228 (goto-address): Fix docstring.
2229
2230 * net/webjump.el (webjump-sample-sites): Update URLs.
2231
2232 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
2233
2234 * subr.el (cancel-change-group): Add listp around pending-undo-list.
2235
2236 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
2237
2238 * font-lock.el (font-lock-compile-keywords): Signal an error when
2239 font-lock-set-defaults hasn't been called.
2240
2241 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
2242
2243 * subr.el (noreturn, 1value): Doc fixes.
2244
2245 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2246
2247 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
2248 that assoc-string returns nil.
2249
2250 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2251
2252 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
2253 (bibtex-entry-type-str, bibtex-empty-field-re)
2254 (bibtex-search-backward-string, bibtex-preamble-prefix)
2255 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
2256 (bibtex-any-valid-entry-type): New variable.
2257 (bibtex-parse-field-name): Simplify.
2258 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
2259 (bibtex-preamble-prefix): Include left delimiter.
2260 (bibtex-search-forward-field, bibtex-search-backward-field):
2261 Allow unbounded search past entry boundaries (required by bibtex-pop).
2262 (bibtex-text-in-field-bounds): Use push.
2263 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
2264 (bibtex-parse-preamble, bibtex-valid-entry)
2265 (bibtex-beginning-first-field): New functions.
2266 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
2267 (bibtex-map-entries): Fix docstring.
2268 (bibtex-flash-head): New arg prompt. Simplify.
2269 (bibtex-enclosing-field): Include code of bibtex-inside-field.
2270 (bibtex-insert-kill): Simplify. Always insert text past the
2271 current field or entry.
2272 (bibtex-format-entry): Use bibtex-parse-field.
2273 (bibtex-pop): Use bibtex-beginning-of-entry and
2274 bibtex-end-of-entry to initiate the search. Insert empty field if
2275 we found ourselves.
2276 (bibtex-print-help-message): New args field and comma.
2277 Handle entry keys.
2278 (bibtex-make-field): Use bibtex-beginning-of-entry.
2279 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
2280 invalid entry.
2281 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
2282 Handle preambles. Simplify code for thorough test.
2283 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
2284 New arg comma. Handle entry heads.
2285 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
2286 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
2287 New arg comma.
2288 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
2289 (bibtex-fill-field): Simplify.
2290 (bibtex-fill-entry): Use bibtex-beginning-first-field and
2291 bibtex-parse-field.
2292 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
2293 (bibtex-complete): Use bibtex-parse-preamble.
2294
2295 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
2296
2297 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
2298 Display name of expression instead of convenience variable.
2299 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
2300
2301 * progmodes/gud.el (gud-tooltip-dereference): Rename from
2302 toggle-gud-tooltip-dereference.
2303 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
2304 (gud-tooltip-tips): ...here when dereferencing.
2305
2306 2005-12-28 Bill Wohler <wohler@newt.com>
2307
2308 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
2309
2310 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
2313 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
2314 (vc-annotate-display-autoscale): Adjust call.
2315 (vc-annotate-display-default): Adjust call. Make arg compulsory.
2316 Fix interactive spec.
2317 (vc-annotate-time-span): Remove.
2318 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
2319 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
2320 (vc-annotate-display-select): Use new name.
2321
2322 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
2323 (vc-annotate-mode-menu): Remove left-over redundant declaration.
2324 Correct the construction of span entries. Simplify.
2325 (vc-annotate-display-select): Fix the nil case.
2326 (vc-annotate): Remove obsolete (and now broken) code.
2327 (vc-annotate-extract-revision-at-line): Remove obsolete code.
2328 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
2329
2330 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
2331
2332 * subr.el (lazy-completion-table): Correct typo in docstring.
2333
2334 * startup.el (command-line): Use `custom-reevaluate-setting' for
2335 `send-mail-function'.
2336
2337 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
2338
2339 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
2340
2341 * mail/smtpmail.el (smtpmail-try-auth-methods):
2342 Send credentials together with "AUTH PLAIN" command.
2343
2344 2005-12-27 Richard M. Stallman <rms@gnu.org>
2345
2346 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
2347 mouse-2, go back to previously selected window, so it's selected
2348 when mouse-2 command runs.
2349
2350 2005-12-27 Juri Linkov <juri@jurta.org>
2351
2352 * descr-text.el (describe-text-sexp): Use square brackets for
2353 button [Show] to distinguish it from the property value `show'.
2354 (describe-property-list): Use `insert-text-button' with
2355 `help-face' type instead of putting face in quotes, because button
2356 is not created automatically for a list of faces.
2357 (describe-text-properties-1): Put button-type value in quotes to
2358 distinguish from plain text "button".
2359 (describe-char): Display code point values in hex. Don't use
2360 `symbol-name' for `current-input-method' because it is a string.
2361 Use `insert-text-button' with `help-face' type instead of putting
2362 hardcoded face in quotes, because button is not created automatically.
2363
2364 2005-12-27 Richard M. Stallman <rms@gnu.org>
2365
2366 * progmodes/glasses.el (glasses-face): More specific custom type.
2367
2368 * files.el (set-visited-file-name): Doc fix.
2369
2370 * textmodes/flyspell.el (flyspell-external-point-words):
2371 Use local var buffer-scan-pos to advance scan for next misspelling.
2372 Advance it only after we find the misspelling.
2373
2374 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
2375
2376 * textmodes/flyspell.el (flyspell-external-point-words):
2377 New criteria for finding the misspelling in the buffer.
2378
2379 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
2380
2381 * help-mode.el (help-insert-string): Set help-xref-stack-item
2382 rather than call help-setup-xref.
2383
2384 * descr-text.el (describe-char): Revert previous changes for
2385 optional buffer argument.
2386
2387 2005-12-27 Juri Linkov <juri@jurta.org>
2388
2389 * help-mode.el (help-insert-string): New function. Save buffer
2390 contents in cases where it is impossible to recompute the old contents.
2391
2392 * descr-text.el (describe-char): Set help-xref-stack-item
2393 explicitly after buffer has been generated.
2394
2395 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2396
2397 * cus-start.el (all): Add x-gtk-show-hidden-files.
2398
2399 2005-12-26 Richard M. Stallman <rms@gnu.org>
2400
2401 * replace.el (perform-replace): Calculate match-again
2402 before skipping read-only matches.
2403
2404 * paren.el (paren-showing-faces): New group.
2405 (show-paren-match, show-paren-mismatch): Move to that group.
2406
2407 * button.el (button): Put into group `basic-faces'.
2408
2409 * progmodes/make-mode.el: Remove faces from group `faces'.
2410
2411 * apropos.el (apropos, apropos-value): Doc fix.
2412 (apropos-documentation): Doc fix.
2413
2414 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * subr.el (lazy-completion-table): Remove argument `args'.
2417
2418 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2419 Don't use the `args' argument of lazy-completion-table.
2420
2421 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
2422
2423 * descr-text.el (describe-char): Add optional argument for buffer.
2424 Set buffer appropriately. Call help-setup-xref.
2425 Suggested by Stefan Monnier.
2426
2427 2005-12-26 Juri Linkov <juri@jurta.org>
2428
2429 * descr-text.el: Require `help-fns' at runtime. Don't require
2430 `button' for byte compilation.
2431 (describe-text-widget): Add `help-echo' for first button.
2432 Use `help-info' for second.
2433 (describe-property-list): Use `help-argument-name' instead of `italic'.
2434 (describe-text-category): Add prompt to interactive spec.
2435 Call `help-setup-xref'.
2436 (describe-char): Use `help-character-set'. Add `help-echo' for
2437 code point. Use `help-input-method'. Remove superfluous insert.
2438
2439 2005-12-25 Richard M. Stallman <rms@gnu.org>
2440
2441 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
2442 at point, in case of narrowing.
2443
2444 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
2445
2446 * locate.el (locate-header-face): Allow nil in type.
2447
2448 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
2449
2450 2005-12-25 Romain Francoise <romain@orebokech.com>
2451
2452 * battery.el (battery-linux-proc-acpi): Also try
2453 `/proc/acpi/thermal_zone/THM0/temperature'.
2454
2455 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
2456
2457 * custom.el (custom-push-theme): Fix docstring.
2458
2459 * cus-edit.el (custom-variable-set, custom-variable-save)
2460 (custom-variable-save): Custom-quote widget values.
2461 (customize-save-variable): Fix custom-push-theme call.
2462
2463 2005-12-24 Eli Zaretskii <eliz@gnu.org>
2464
2465 * w32-fns.el (w32-batch-update-autoloads): New function.
2466
2467 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
2468 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
2469 from the command line.
2470
2471 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
2472
2473 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
2474 reset means to remove setting from theme entirely. Don't keep
2475 expanding theme-settings list; delete old entries if necessary.
2476
2477 * cus-edit.el (custom-buffer-create-internal): Move "Erase
2478 customization" button one line up.
2479 (custom-themed): New face.
2480 (custom-magic-alist): New value, THEMED, for theme settings.
2481 (custom-variable-state-set, custom-face-state-set):
2482 Check theme-value instead of saved-value.
2483 (custom-variable-reset-standard, custom-face-reset-standard):
2484 Remove theme setting entirely. Recalculate new values.
2485 (custom-variable-set, custom-variable-set)
2486 (custom-variable-reset-saved, custom-variable-reset-backup)
2487 (custom-face-set, custom-face-reset-saved): Update `user' theme.
2488 (custom-variable-save): Fix typos.
2489
2490 2005-12-23 Juri Linkov <juri@jurta.org>
2491
2492 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
2493 Add autoload cookies.
2494 (edebug-outside-d-c-i-n-s-w): New variable.
2495 (edebug-display, edebug-outside-excursion): Use it to save the
2496 original value of default-cursor-in-non-selected-windows.
2497 Set default-cursor-in-non-selected-windows to t while Edebug
2498 is active.
2499 (edebug-mode, edebug-eval-mode): Doc fix.
2500
2501 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
2502 with `buffer-substring-no-properties' to remove common substring
2503 highlighting.
2504
2505 * info.el (info-other-window, info): Rename function argument
2506 `file' to `file-or-node'.
2507 (Info-complete-menu-item): Use local variable `complete-nodes' to
2508 keep the global value of `Info-complete-nodes' unchanged for
2509 subsequent completions.
2510 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
2511
2512 * simple.el (get-next-valid-buffer, last-buffer)
2513 (next-error-buffer-p, next-error-find-buffer)
2514 (minibuffer-history-sexp-flag): Doc fix.
2515
2516 * savehist.el (savehist-mode-hook): Add `:group'.
2517
2518 * log-view.el: Call autoload for vc-find-version.
2519 (log-view-current-file): Adjust subgroup numbers.
2520 (log-view-current-tag): Add `length'.
2521
2522 2005-12-23 Richard M. Stallman <rms@gnu.org>
2523
2524 * vc.el (vc-annotate-car-last-cons): Defn moved up.
2525
2526 2005-12-23 Juri Linkov <juri@jurta.org>
2527
2528 * hi-lock.el (hi-lock-archaic-interface-message-used)
2529 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
2530 (hi-lock-mode): Display "Hi" in the mode line only when
2531 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
2532 (hi-lock-write-interactive-patterns):
2533 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
2534 (hi-lock-set-pattern, hi-lock-set-file-patterns)
2535 (hi-lock-font-lock-hook): Set 3rd arg `how' of
2536 font-lock-add-keywords to t.
2537
2538 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
2539
2540 * hi-lock.el (hi-lock-highlight-range): New variable.
2541 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
2542 only if font-lock-fontified is non-nil. Remove overlays.
2543 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
2544 font-lock-fontified is non-nil, otherwise use overlays (instead of
2545 text properties).
2546 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
2547 New variables.
2548 (hi-lock-string-serialize) New function.
2549
2550 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2551
2552 * menu-bar.el (menu-find-file-existing): New function.
2553 (menu-bar-file-menu): Use menu-find-file-existing for Open.
2554
2555 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
2556
2557 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2558
2559 * vc.el: Remove unnecessary leading * in docstrings.
2560 (vc-annotate-mode-map): Move initialization into declaration.
2561 (vc-static-header-alist): Nitpick on the regexp.
2562 (vc-default-init-version): New fun.
2563 (vc-register): Use it.
2564 (vc-insert-headers): Use dolist.
2565 (vc-annotate-get-backend): Remove unused function.
2566 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
2567 (vc-annotate-mode): Remove corresponding call.
2568 (vc-annotate-car-last-cons): Simplify.
2569 (vc-annotate-buffers): Remove var.
2570 (vc-annotate-backend): Make it buffer-local.
2571 (vc-annotate): Move the interaction to the interactive spec.
2572 Add a `buf' argument.
2573 (vc-annotate-warp-version): Use this new `buf' argument to avoid
2574 killing&creating a vc-annotate buffer, which is very disruptive when
2575 the buffers are shown in dedicated frames.
2576
2577 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
2578
2579 * descr-text.el: Add FSF as maintainer.
2580 (describe-text-mode, describe-text-mode-map)
2581 (describe-text-mode-hook, describe-text-done): Delete. Use normal
2582 help-mode.
2583 (describe-text-widget, describe-text-sexp)
2584 (describe-property-list, describe-text-category)
2585 (describe-text-properties, describe-text-properties-1)
2586 (describe-char): Use help buttons instead of widgets.
2587 (describe-char-unicodedata-file): Make URL link in doc string.
2588
2589 2005-12-22 Richard M. Stallman <rms@gnu.org>
2590
2591 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
2592 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
2593 Don't include buttons that write a file when there's no file.
2594 (custom-variable-menu, custom-face-menu, custom-group-menu):
2595 Don't include commands that write a file when there's no file.
2596 (customize-browse): Reword the top-of-buffer help intro.
2597 (custom-buffer-create-internal): Fix previous change.
2598 (customize-changed-options-previous-release): Prev release is 21.1.
2599 (customize-changed-options): Doc fix.
2600 (customize-changed): New alias.
2601 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
2602 Say "standard values".
2603 (Custom-reset-standard): Doc fix.
2604 (custom-face-reset-standard): Doc fix.
2605
2606 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2607
2608 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
2609 even if font-lock-mode is non-nil since it may be t without having
2610 turned on font-lock-mode-internal.
2611 (font-lock-choose-keywords): Minor optimization.
2612 (font-lock-add-keywords, font-lock-remove-keywords)
2613 (font-lock-set-defaults): Don't call make-local-variable on a variable
2614 that we know to already be local.
2615
2616 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
2617
2618 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
2619 messages if in the minibuffer.
2620
2621 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2622
2623 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
2624 (tex-mode-flyspell-verify, flyspell-get-word)
2625 (flyspell-external-point-words): Don't use point-min/max uselessly.
2626
2627 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
2628 by Kevin Rodgers. Instead, just hide the completions buffer if we
2629 don't need to show it.
2630
2631 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
2632
2633 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
2634
2635 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2636
2637 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
2638 delete-windows-on with an inexistent buffer.
2639
2640 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
2641
2642 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
2643 Delete defcustom variable :tag names.
2644
2645 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
2646
2647 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
2648 (log-view-font-lock-keywords): Ajust subgroup numbers.
2649 (log-view-current-tag): Don't hard code the number of subgroups.
2650
2651 2005-12-20 Juri Linkov <juri@jurta.org>
2652
2653 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
2654 (tooltip-x-offset, tooltip-y-offset): Doc fix.
2655
2656 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2657 (menu-bar-non-minibuffer-window-p): Instead of checking
2658 display-multi-frame-p, use selected-frame when menu-updating-frame
2659 is nil.
2660
2661 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
2662
2663 * align.el (align-rules-list): Use [ \t] instead of \s-
2664 for column separators in text mode.
2665
2666 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
2667
2668 * help-mode.el (help-customize-variable, help-customize-face):
2669 Don't pop help-xref-stack as help-follow no longer pushes
2670 anything on to it.
2671
2672 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
2673
2674 * textmodes/org.el (org-agenda-custom-commands): New option.
2675 (org-agenda): Offer custom commands on splash screen.
2676 (org-make-tags-matcher): Parser for Boolean logic added.
2677 (org-agenda-set-tags): New command.
2678 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
2679 (org-set-tags): Efficiency improvements.
2680 (org-auto-align-tags): New option.
2681 (org-todo, org-demote, org-promote): Realign tags.
2682 (org-tags-completion-function): Use also "&" and "|" as separators.
2683 (org-org-menu): Agenda commands simplified.
2684
2685 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
2686
2687 * cus-edit.el (customize-apropos, customize-apropos-options):
2688 Docstring changes.
2689
2690 * font-lock.el (font-lock): Add tags to the links in the defgroup.
2691
2692 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
2693
2694 * longlines.el (longlines-mode): Wrap while widened.
2695 (longlines-decode-region, longlines-encode-region): Compute max
2696 just once.
2697
2698 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2699
2700 * cus-edit.el (mac): New group.
2701
2702 * cus-start.el (all): Add user options in macterm.c. Add test for
2703 Mac-related built-ins. Fix test for GTK-related built-ins.
2704
2705 * term/mac-win.el (mac-handle-language-change)
2706 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
2707 (mac-services-open-selection, mac-services-mail-selection)
2708 (mac-services-mail-to, mac-services-insert-text)
2709 (mac-dispatch-apple-event): Add docstrings.
2710 (x-get-selection, mac-select-convert-to-string): Select coding
2711 system from `utf-16be' and `utf-16le' using `byteorder'.
2712
2713 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 * subr.el (lazy-completion-table): Don't be fooled if the var holds
2716 a "list" (lambda ...) rather than a real completion list.
2717
2718 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
2719 lexical-let when encountering ((lambda (...) ...) ...).
2720
2721 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
2722
2723 * progmodes/sh-script.el (sh-mode):
2724 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
2725 * textmodes/picture.el (picture-mode): Update docstrings.
2726
2727 2005-12-17 Eli Zaretskii <eliz@gnu.org>
2728
2729 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
2730 commands enclosed in $(ARGQUOTE)s should not be split between two
2731 lines, as that will break with GNU Make >3.80, when sh.exe is used
2732 and arg quoting is with '..'.
2733 (autoloads): Don't break the quoted --eval expression between
2734 several lines.
2735
2736 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
2737
2738 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
2739 Capture error from printing circular structures.
2740
2741 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
2742
2743 * wid-edit.el (widget-checkbox-action): Clear undo info.
2744
2745 2005-12-16 Bill Wohler <wohler@newt.com>
2746
2747 * menu-bar.el (kill-this-buffer): Set a good example by using menu
2748 bar, not menubar in comment.
2749
2750 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2751
2752 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
2753 After-change-functions should not clobber the match data.
2754
2755 2005-12-16 Juri Linkov <juri@jurta.org>
2756
2757 * simple.el (choose-completion): Use `buffer-substring-no-properties'
2758 instead of `buffer-substring'.
2759 (completion-common-substring): Doc fix.
2760 (completion-setup-function): Use minibuffer-completion-contents
2761 instead of minibuffer-contents. Don't set common-string-length
2762 initially. Remove special handling of partial-completion-mode.
2763 Move computation of completion-base-size into one cond.
2764 Call completion-base-size-function in mainbuf. In computation of
2765 completion-base-size for file name completion don't move point to
2766 the end of the minibuffer. Move computation of common-string-length
2767 into one cond. Start putting faces only when common-string-length>=0.
2768 Add condition to put completions-common-part when
2769 common-string-length>0.
2770
2771 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
2772 place point at the first different character in the minibuffer
2773 even if this position is at the beginning of the minibuffer.
2774
2775 * info.el (Info-read-node-name-1): In completion-base-size-function's
2776 lambda return 1 if common-substring or minibuffer-completion-contents
2777 starts with (, and 0 otherwise.
2778
2779 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
2780 Use `crm-current-element' for second arg of `display-completion-list'.
2781
2782 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
2783
2784 * files.el (set-auto-mode): Look for an interpreter specified on
2785 the first line also if search for mode specification succeeded,
2786 but the mode is not known.
2787
2788 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
2789
2790 * textmodes/org.el (org-tags-match-list-sublevels): New option.
2791 (org-open-at-point): Implement tag searches as links.
2792 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
2793 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
2794 (org-tags-sparse-tree, org-tags-view, org-set-tags)
2795 (org-agenda-dispatch): New commands.
2796 (org-use-tag-inheritance, org-tags-column): New options.
2797 (org-tab-follows-link, org-return-follows-link): New options.
2798 (org-tags): New customize group.
2799 (org-start-icalendar-file): Get local time zone.
2800 (org-tags-completion-function): New function.
2801 (org-set-font-lock-defaults): Make sure links will also be
2802 highlighted inside headlines.
2803
2804 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
2805
2806 * term.el (term-emulate-terminal):
2807 Let term-handle-ansi-terminal-messages override what Bash says about
2808 its current directory.
2809
2810 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2811
2812 * bindings.el (last-buffer): Move to simple.el.
2813 * simple.el (last-buffer): Move here.
2814 (get-next-valid-buffer): New function.
2815 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
2816 (prev-buffer): Ditto. Rename to `previous-buffer'.
2817
2818 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
2819 * bindings.el (global-map): Ditto.
2820
2821 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
2822
2823 * cus-edit.el: Introductory comment change.
2824 (custom-magic-alist): Change message string for the `rogue' state.
2825
2826 2005-12-15 Richard M. Stallman <rms@gnu.org>
2827
2828 * tooltip.el: Delete defcustom variable :tag names.
2829
2830 * complete.el (partial-completion-mode): Doc fix.
2831
2832 * textmodes/flyspell.el (flyspell-external-point-words):
2833 Use save-excursion to ensure we don't move backward in the
2834 search loop, not even one character.
2835 (flyspell-delete-all-overlays): Use remove-overlays directly.
2836
2837 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
2838 (ispell-start-process): Set that variable.
2839 Clear ispell-buffer-local-name.
2840 (ispell-internal-change-dictionary):
2841 Set ispell-current-dictionary after killing process.
2842 (ispell-buffer-local-dict):
2843 Don't set spell-personal-dictionary after killing process.
2844 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
2845 (ispell-tex-skip-alists, ispell-html-skip-alists)
2846 (ispell-skip-region-alist): Mark as risky.
2847
2848 * net/newsticker.el (newsticker--retrieval-timer-list)
2849 (newsticker--display-timer, newsticker-running-p)
2850 (newsticker-ticker-running-p): Definitions moved up.
2851
2852 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
2853
2854 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
2855
2856 2005-12-15 David Ponce <david@dponce.com>
2857
2858 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
2859 (recentf-edit-list, recentf-open-files): Signal an error when
2860 there is no recent file.
2861
2862 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
2863
2864 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
2865 read-only except for texinfo-format-region evaluation.
2866
2867 2005-12-14 Richard M. Stallman <rms@gnu.org>
2868
2869 * vc.el (vc-default-previous-version, vc-default-next-version)
2870 (vc-do-command): Doc fixes.
2871
2872 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2873
2874 * textmodes/bibtex.el (bibtex-expand-strings)
2875 (bibtex-autokey-expand-string, bibtex-name-part)
2876 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
2877 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
2878 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
2879 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
2880 (bibtex-entry-postfix, bibtex-known-entry-type-re)
2881 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
2882 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
2883 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
2884 (bibtex-beginning-of-last-entry): Remove.
2885 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
2886 message if comma is missing but buffer is read-only.
2887 (bibtex-parse-field-text): Handle whitespaces at the end of field
2888 text. Return 3-element list with beginning and end of field text
2889 and end of field.
2890 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
2891 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
2892 (bibtex-search-forward-field, bibtex-search-backward-field):
2893 Search always delimited by limits of entry. Use more efficient
2894 search algorithms.
2895 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
2896 bibtex-end-of-name-in-field.
2897 (bibtex-text-in-field-bounds): Handle BibTeX strings when
2898 extracting the content of a field.
2899 (bibtex-text-in-field): Use search limits.
2900 (bibtex-parse-string-prefix): Handle empty string keys based on
2901 bibtex-string-empty-key.
2902 (bibtex-parse-string): Fix docstring.
2903 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
2904 (bibtex-preamble-prefix, bibtex-strings): New functions.
2905 (bibtex-skip-to-valid-entry): Include preceding whitespace in
2906 BibTeX entries (consistent with other BibTeX functions).
2907 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
2908 (bibtex-search-entry): Fix docstring. Simplify.
2909 (bibtex-flash-head, bibtex-complete-string-cleanup)
2910 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
2911 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
2912 (bibtex-parse-entry): New optional arg content.
2913 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
2914 Use bibtex-text-in-field-bounds.
2915 (bibtex-print-help-message): Handle BibTeX strings and preambles.
2916 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
2917 bibtex-parse-string-postfix.
2918 (bibtex-find-text-internal): New function.
2919 (bibtex-remove-delimiters): Use it.
2920 (bibtex-find-text): Use it. New optional arg help.
2921 (bibtex-complete): Handle BibTeX string and preamble entries.
2922 (bibtex-Preamble): Fix order of closing delimiters.
2923
2924 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
2925
2926 * vc.el (vc-default-revert): New fun.
2927
2928 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
2929
2930 2005-12-14 Romain Francoise <romain@orebokech.com>
2931
2932 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
2933 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
2934 (font-lock-remove-keywords): Likewise.
2935
2936 2005-12-14 Juri Linkov <juri@jurta.org>
2937
2938 * log-view.el (log-view-diff): Doc fix.
2939
2940 * isearch.el (isearch-query-replace): Use (mark) instead of
2941 isearch-opoint if mark is active in transient-mark-mode.
2942
2943 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2944
2945 * isearch.el (isearch-query-replace): Check for isearch-other-end.
2946
2947 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
2948
2949 * progmodes/cpp.el (cpp-face): New widget.
2950 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
2951
2952 2005-12-14 Juri Linkov <juri@jurta.org>
2953
2954 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
2955 around `erase-buffer' and `insert'.
2956
2957 * descr-text.el (describe-text-properties): Replace buffer name
2958 "*Help-2*" with "*Help*<2>".
2959 (describe-char): Add functions print-help-return-message,
2960 toggle-read-only. Use help-setup-xref with nil to not store
2961 describe-char in help-xref-stack. Use help-make-xrefs to
2962 make [back] button.
2963
2964 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
2965
2966 * wdired.el (wdired-old-point): New internal variable.
2967 (wdired-change-to-wdired-mode): Set it buffer-locally.
2968 (wdired-abort-changes): Restore point after aborting changes.
2969
2970 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * vc.el (vc-do-command): Add a new value t for okstatus.
2973
2974 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
2975 frame in case of errors.
2976
2977 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2978
2979 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
2980 so it comes after "On the Left" in the menu.
2981
2982 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
2983
2984 * cus-edit.el (customize-apropos, customize-apropos-options)
2985 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
2986
2987 2005-12-12 Bill Wohler <wohler@newt.com>
2988
2989 * vc-svn.el (vc-svn-registered): Fix problem of visiting
2990 non-writable Subversion-controlled files by saving window
2991 configuration before calling vc-do-command. vc-do-command calls
2992 pop-to-buffer on error which is unexpected during registration.
2993
2994 2005-12-12 Jay Belanger <belanger@truman.edu>
2995
2996 * calc/README: Update the summary of changes.
2997
2998 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 * descr-text.el (describe-char): Rework last fix to solve the problem
3001 is the same way it's solved for everything else in that function
3002 (i.e. by extracting the info before setting up the *Help* buffer).
3003
3004 2005-12-12 Kim F. Storm <storm@cua.dk>
3005
3006 * subr.el (version-regexp-alist): Allow space as separator before
3007 non-numeric part, e.g. "1.0 alpha".
3008 (version-to-list): Interpret .X.Y version as 0.X.Y version.
3009
3010 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
3011
3012 * textmodes/org.el (org-agenda, org-timeline, org-todo):
3013 Implement Logging and the keep-modes setting.
3014 (org-get-category): Make sure a string is returned.
3015 (org-log-done): New function.
3016 (org-log-done, org-closed-string): New options.
3017
3018 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3019
3020 * tooltip.el (tooltip-y-offset): Change default to 20.
3021
3022 2005-12-12 Richard M. Stallman <rms@gnu.org>
3023
3024 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
3025
3026 * frame.el (display-hourglass): Doc fix.
3027
3028 * help.el (help-for-help-internal): Simplify entry for `a'.
3029
3030 * info.el (Info-on-current-buffer): Doc fix.
3031 (info-insert-file-contents): Don't test (featurep 'jka-compr).
3032
3033 * startup.el (inhibit-splash-screen): Make this the real name.
3034 (inhibit-startup-message): Make this the alias.
3035 (command-line): Find only simple.el, and use its directory
3036 to fill in other preloaded files' names.
3037 (command-line): Deactivate the mark if deactivate-mark is set.
3038
3039 * international/mule.el (load-with-code-conversion):
3040 Bind deactivate-mark.
3041
3042 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3043
3044 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
3045
3046 * cus-edit.el (customize-apropos): Avoid listing an option more
3047 than once under different aliases. No longer list user options
3048 that are not defined with defcustom (unless a prefix arg is given).
3049 Doc fix.
3050 (customize-apropos-options): Doc fix.
3051
3052 2005-12-11 Juri Linkov <juri@jurta.org>
3053
3054 * frame.el (set-background-color, set-foreground-color)
3055 (set-cursor-color, set-mouse-color, set-border-color):
3056 Add explicit prompts to read colors by `facemenu-read-color'.
3057 (show-trailing-whitespace, blink-cursor-delay)
3058 (blink-cursor-interval, display-hourglass, hourglass-delay):
3059 Remove tags.
3060 (display-hourglass, hourglass-delay): Doc fix.
3061 (cursor-in-non-selected-windows): Capitalize words in tag.
3062
3063 * faces.el (frame-background-mode): Replace `choice-item' keywords
3064 with `const' to not make [default] button. Change default value tag
3065 from `default' to `automatic'. Doc fix.
3066 (trailing-whitespace) <defface>: Change group `whitespace' to
3067 `whitespace-faces'.
3068
3069 2005-12-11 Richard M. Stallman <rms@gnu.org>
3070
3071 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3072
3073 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3074
3075 * term/mac-win.el: Create keymap for mac-apple-event-map.
3076
3077 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
3078
3079 * tooltip.el (tooltip-mode): Move to start of file so that it
3080 appears at top of customize buffer.
3081
3082 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3083 Add the gud groupname.
3084 (gud-tooltip-mode): Add the tooltip groupname.
3085 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
3086 avoid conflict with tooltip-use-echo-area.
3087
3088 2005-12-10 Romain Francoise <romain@orebokech.com>
3089
3090 * help.el (help-for-help-internal): Add `r' in doc string.
3091
3092 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3093
3094 * align.el (align-regexp, align-highlight-rule):
3095 Use region-beginning and region-end instead of point and mark, so that
3096 repetition (with `repeat-complex-command') recomputes the region
3097 bounds.
3098
3099 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
3100
3101 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3102 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3103 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3104 (balance-windows): Rewrite using the above new functions.
3105
3106 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
3107
3108 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
3109 react if global-hi-lock-mode seems intended.
3110 (global-hi-lock-mode) Renamed from hi-lock-mode.
3111 (hi-lock-archaic-interface-message-used)
3112 (hi-lock-archaic-interface-deduce): New variables.
3113 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3114 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3115 (hi-lock-find-patterns, hi-lock-font-lock-hook):
3116 Replace hi-lock-buffer-mode with hi-lock-mode.
3117
3118 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
3119
3120 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
3121 completion list, even after a partial completion has been
3122 inserted in the current buffer. If there are more than 1
3123 completion, redisplay the *Completions* buffer; if the
3124 completion is unique, delete the *Completions* window.
3125
3126 2005-12-10 Eli Zaretskii <eliz@gnu.org>
3127
3128 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
3129 strings and long subject lines that were broken into multiple
3130 lines at arbitrary places. Handle subjects that have "Re: " in
3131 the middle.
3132
3133 2005-12-10 John W. Eaton <jwe@octave.org>
3134
3135 * emacs/octave-mod.el (octave-electric-space): Don't indent
3136 comments or strings if octave-auto-indent is nil.
3137
3138 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3139
3140 * term/mac-win.el: Require url when compiling.
3141 Call mac-process-deferred-apple-events after loading init files.
3142 (mac-apple-event-map): New defvar. Define event handlers in it.
3143 (core-event, internet-event): New Apple event class symbols.
3144 (open-application, reopen-application, open-documents)
3145 (print-documents, open-contents, quit-application)
3146 (application-died, show-preferences, autosave-now, get-url):
3147 New Apple event ID symbols.
3148 (about): New HICommand ID symbol.
3149 (mac-event-spec, mac-event-ae): New macros.
3150 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
3151 (mac-ae-selection-range, mac-ae-text-for-search)
3152 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
3153 (mac-application-menu-map): Remove keymap. Handlers for HICommand
3154 and Services menu events are now defined in mac-apple-event-map.
3155 (mac-drag-n-drop): Remove selection range handling.
3156
3157 2005-12-10 Kenichi Handa <handa@m17n.org>
3158
3159 * simple.el (zap-to-char):
3160 * isearch.el (isearch-process-search-char): Translate CHAR by
3161 translation-table-for-input.
3162
3163 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
3164
3165 * foldout.el (foldout-exit-fold): Properly hide subtree.
3166
3167 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
3168
3169 * files.el (save-buffer):
3170 * international/ucs-tables.el (ucs-set-table-for-input):
3171 * mail/mail-extr.el (mail-extract-address-components):
3172 * mail/sendmail.el (mail-mode): Reformat doc string.
3173
3174 2005-12-09 Juri Linkov <juri@jurta.org>
3175
3176 * isearch.el (isearch-highlight): Change main overlay priority
3177 from 1 to 1001. Simplify.
3178 (isearch-lazy-highlight-update): Change lazy overlay priority
3179 from 0 to 1000.
3180
3181 * replace.el (replace-highlight): Change overlay priority from
3182 1 to 1001.
3183
3184 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3185 Change overlay priority from 1 to 1001. Reuse existing overlay.
3186
3187 * compare-w.el (compare-windows-highlight): Change overlay
3188 priority from 1 to 1000.
3189
3190 * menu-bar.el (menu-bar-edit-menu): Add listp around
3191 pending-undo-list to disable menu item "undo" when pending
3192 undo list is empty.
3193
3194 * locate.el (locate): Disable undo in *Locate* buffer.
3195
3196 2005-12-09 Kim F. Storm <storm@cua.dk>
3197
3198 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
3199
3200 2005-12-09 David Ponce <david@dponce.com>
3201
3202 * recentf.el: Improvement of the menu code.
3203 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
3204 instead of menu hook.
3205 (recentf-show-menu, recentf-hide-menu): New functions.
3206 (recentf-menu-customization-changed, recentf-mode): Use them.
3207 (recentf-menu-action, recentf-max-menu-items)
3208 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
3209 (recentf-arrange-by-rule-others)
3210 (recentf-arrange-by-rules-min-items)
3211 (recentf-arrange-by-rule-subfilter) : Don't use
3212 `recentf-menu-customization-changed'.
3213 (recentf-arrange-rules): Likewise. Accept functions to compute
3214 sub-menu titles.
3215 (recentf-menu-filter): Likewise. Doc fix.
3216 (recentf-menu-value-shortcut): Doc fix.
3217 (recentf-dump-variable): Quote atom value.
3218 (recentf-make-menu-items): Update to use it as a menu filter.
3219 (recentf-match-rule): New function.
3220 (recentf-arrange-by-rule): Use it.
3221 (recentf-indirect-mode-rule): New function.
3222 (recentf-build-mode-rules): Use it.
3223 (recentf-dir-rule): New function.
3224 (recentf-arrange-by-dir): Use it.
3225 (recentf-filter-changer-current): Rename from
3226 `recentf-filter-changer-state'. All references updated.
3227 (recentf-filter-changer-alist): Update filter names.
3228 (recentf-filter-changer-select): New function.
3229 (recentf-filter-changer): Use it. Make a sub-menu from filters
3230 available in `recentf-filter-changer-alist'.
3231 (recentf-data-cache, recentf-clear-data)
3232 (recentf-update-menu): Remove. All references updated.
3233 (recentf-match-rule-p, recentf-build-dir-rules)
3234 (recentf-filter-changer-goto-next)
3235 (recentf-filter-changer-get-current)
3236 (recentf-filter-changer-get-next): Remove.
3237
3238 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3239
3240 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
3241 buffer "Reset" button to "Reset to Current" for consistency with
3242 the State buttons.
3243
3244 2005-12-08 John Paul Wallington <jpw@pobox.com>
3245
3246 * ibuf-ext.el (define-ibuffer-filter filename):
3247 If `dired-directory' is a list then really use its car.
3248
3249 2005-12-08 Kim F. Storm <storm@cua.dk>
3250
3251 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3252 Fix indention of text on right side of replaced rectangle.
3253
3254 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
3255
3256 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
3257 No need to check gud-comint-buffer is bound.
3258 (gdb): Prevent multiple debugging when first session uses gdba.
3259
3260 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3261
3262 CC Mode update to 5.31.
3263
3264 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
3265 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
3266 might do this function properly in the future).
3267
3268 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
3269 macros c-sentence-end and c-default-value-sentence end, to cope
3270 with Emacs 22's new function `sentence-end'.
3271
3272 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3273
3274 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
3275 compat issue using `c-put-overlay' and `c-delete-overlay'.
3276
3277 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
3278 compat macros to handle overlays/extents.
3279
3280 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3281
3282 * progmodes/cc-fix.el: Add definitions of the macros push and pop
3283 (for GNU Emacs 20.4)
3284
3285 * progmodes/cc-defs.el:
3286 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
3287
3288 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
3289 highlighting mechanism so it will work in XEmacs too.
3290
3291 * progmodes/cc-defs.el: Insert c-int-to-char.
3292
3293 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
3294 call to the new macro c-int-to-char. This solves XEmacs's
3295 regarding characters as different from integers.
3296
3297 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3298
3299 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
3300 helper.
3301
3302 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
3303 construct to make the indirect face lookup work in XEmacs.
3304
3305 (c-cpp-matchers): Append the negation char face to the existing
3306 fontification, so that the cpp face doesn't disappear. Use
3307 `c-make-syntactic-matcher' to avoid negation chars in comments and
3308 strings.
3309
3310 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
3311 to map to `font-lock-negation-char-face' in emacsen where it
3312 exists.
3313
3314 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3315
3316 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
3317
3318 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
3319 Rename "c-subword-move-mode" as "c-subword-mode".
3320
3321 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
3322 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
3323
3324 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3325
3326 * progmodes/cc-mode.el: Added autoload directive for
3327 `c-subword-move-mode' for use in older emacsen.
3328
3329 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3330
3331 * progmodes/cc-mode.el:
3332 (i) Insert a binding for C-c C-backspace into
3333 c-bind-special-erase-keys which works in TTYs.
3334 (ii) Make sure that when file styles are used, any explicitly
3335 given style variables take priority over those in the style. Do
3336 this by calling `hack-local-variables' a second time.
3337
3338 * progmodes/cc-vars.el: Add language specific customization
3339 widgets for AWK to c-doc-comment-style, c-require-final-newline
3340 and c-default-style. Add a defcustom for awk-mode-hook. Give
3341 c-syntactic-element and c-syntactic-context doc-strings by
3342 directly setting their `variable-documentation' propery. This
3343 allows Emacs 22.1 to read these with C-h v.
3344
3345 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
3346 Monnier).
3347
3348 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3349
3350 * progmodes/cc-fonts.el, cc-vars.el
3351 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
3352 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
3353 Masatake YAMATO.
3354
3355 (c-doc-comment-style): Made GtkDoc default in C mode.
3356
3357 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
3358 and C-c C-<delete>.
3359
3360 (c-bind-special-erase-keys): New function for use on
3361 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
3362
3363 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
3364 <delete> key behavior in XEmacs according to `delete-forward-p'.
3365 C.f. `c-electric-delete'.
3366
3367 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3368
3369 * progmodes/cc-mode.el: Give c-hungry-backspace and
3370 c-hungry-delete-forward permanent key bindings.
3371
3372 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
3373 c-syntactic-context for calls to "criteria functions", for
3374 consistency with other calls to user functions.
3375
3376 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
3377 `current-prefix-arg', since this might be the prefix arg to a
3378 command which calls c-indent-command as a function. Change the
3379 interactive spec from "p" to "P".
3380
3381 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
3382 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
3383 was difficult to understand.
3384
3385 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3386
3387 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
3388 first char of an identifier.
3389
3390 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
3391 +" syntax in C++.
3392
3393 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3394
3395 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
3396 auto-fill doesn't split a c-comment's last word from a hanging
3397 "*/" when a space is typed between them after fill-column.
3398
3399 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
3400
3401 * progmodes/cc-styles.el (c-set-style)
3402 (c-setup-paragraph-variables): Abort the command if we're not in a
3403 CC Mode buffer.
3404
3405 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
3406 with blank comment-prefix, and a blank line as the comment's
3407 second line.
3408
3409 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3410
3411 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
3412 Incorporated the patterns added in the Emacs development branch
3413 for the new Emacs 22 face `font-lock-negation-char-face'.
3414
3415 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
3416 of "red" since it stands out better in xterms and DOS terminals.
3417
3418 * progmodes/cc-engine.el (c-literal-faces): Added
3419 `font-lock-comment-delimiter-face' which is new in Emacs 22.
3420
3421 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3422
3423 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
3424 forcibly enable c-electric-flag.
3425
3426 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
3427 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
3428 just after the comment-prefix of a C-style comment will close that
3429 comment.
3430
3431 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3432
3433 * progmodes/cc-fonts.el (c-basic-matchers-before)
3434 (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
3435 in Pike.
3436
3437 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
3438 digraphs.
3439
3440 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
3441 (c-cpp-message-directives, c-cpp-include-directives)
3442 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
3443 (c-cpp-expr-directives): Introduced new language constants to
3444 control cpp syntax in a cleaner way.
3445
3446 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
3447
3448 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
3449
3450 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
3451 (c-multiline-string-start-char): New language constants and
3452 variables to specify how newlines in string literals work.
3453
3454 (c-font-lock-invalid-string): Use them.
3455
3456 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
3457 unbalanced close brace is entered. Optimization by avoiding going
3458 back over arbitrarily large blocks. Removed hints that this
3459 function only would be relevant/useful in AWK.
3460
3461 (c-electric-brace): Indent syntactically after the cleanups since
3462 lineup functions might do it differently then.
3463
3464 * progmodes/cc-engine.el, cc-langs.el
3465 (c-opt-op-identifier-prefix): New language constant and variable.
3466
3467 (c-just-after-func-arglist-p, c-after-special-operator-id)
3468 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
3469
3470 * progmodes/cc-align.el, cc-engine.el
3471 (c-after-special-operator-id): New helper to handle C++ operator
3472 identifiers.
3473
3474 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
3475 (c-guess-basic-syntax): Handle C++ operator identifiers in
3476 declarations.
3477
3478 * progmodes/cc-langs.el (c-assignment-operators): Added the
3479 trigraph version of ^= too.
3480
3481 * progmodes/cc-langs.el (c-assignment-operators): Added the
3482 trigraph version of |= in C++.
3483
3484 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
3485 `c-decl-hangon-kwds' after the identifier name.
3486
3487 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
3488 whether an arglist is "nonempty", ignore a comment after the open
3489 paren if it isn't followed by a non-comment token on the same
3490 line.
3491
3492 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
3493 heuristics below the point to cope with classes inside special
3494 brace lists in Pike.
3495
3496 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3497
3498 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
3499
3500 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3501
3502 * progmodes/cc-guess.el (cc-guess-install): New function to
3503 install an already guessed style in another buffer.
3504
3505 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
3506 sets `inhibit-read-only' - `c-save-buffer-state' should be used
3507 anyway if the change always is undone.
3508
3509 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3510
3511 Implement togglable electricity:
3512
3513 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
3514 saying when it should be used.
3515
3516 * progmodes/cc-engine.el: Add the new buffer-local variable,
3517 c-electric-flag.
3518
3519 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
3520 c-toggle-auto-newline.
3521
3522 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
3523 c-toggle-auto-newline. Remove the binding for
3524 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
3525 c-toggle-electric-state.
3526
3527 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
3528
3529 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
3530 c-\(forward\|backward\)-subword.
3531 (c-update-modeline): Add the new modeline flag `l' for
3532 `c-electric-flag'. Make the auto-newline flag `a' dependent on
3533 `l'.
3534 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
3535 the old name an alias of the new name.
3536 (c-toggle-electric-state): New function.
3537 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
3538 Adapt these functions to do electric things only when
3539 c-electric-flag is non-nil.
3540 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
3541 new functions from c-electric-brace.
3542 (c-point-syntax): Add a check for "virtual semicolons" in AWK
3543 mode, so that the tentative extra newline doesn't change the
3544 syntax of the following brace.
3545 (c-electric-brace): Restructure by extracting the above functions.
3546 Tidy up the coding somewhat.
3547 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
3548 restructure a bit.
3549
3550 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3551
3552 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
3553 anchor position(s) using faces. Thanks to Masatake YAMATO for the
3554 idea.
3555
3556 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
3557 (c-submode-indicators): Changed name from `c-auto-hungry-string'
3558 since it's now used to track another submode.
3559
3560 (c-update-modeline): Converted to function and extended to check
3561 `c-subword-move-mode'.
3562
3563 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3564 Converted to compat aliases for `c-forward-subword' and
3565 `c-backward-subword'.
3566
3567 * progmodes/cc-subword.el: New functions and minor mode to handle
3568 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
3569
3570 (c-forward-subword, c-backward-subword, c-mark-subword)
3571 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
3572 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
3573 Functions corresponding to the standard word handling functions.
3574
3575 (c-subword-move-mode): Minor mode that replaces all the standard
3576 word handling functions with their subword equivalences.
3577
3578 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3579
3580 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
3581 entry for one-liner-defun.
3582
3583 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
3584 name in its def-edebug-spec.
3585
3586 * progmodes/cc-cmds.el (c-electric-brace): Make the
3587 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
3588 compacts space before a comment, if this will make things fit on
3589 one line.
3590
3591 Introduce an "awk" style, mainly for auto-newline and clean-ups.
3592
3593 * progmodes/cc-align.el: New function c-snug-1line-defun-close
3594
3595 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
3596 clean-up one-liner-defun.
3597
3598 * progmodes/cc-styles.el: Add the new "awk" style.
3599
3600 * progmodes/cc-vars.el: Add description of one-liner-defun to
3601 c-cleanup-list's doc-string. New user options,
3602 c-max-one-liner-length. In c-default-style, set the default style
3603 for AWK to "awk".
3604
3605 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3606
3607 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
3608 macros inside labels.
3609
3610 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
3611 `c-at-statement-start-p' and `c-at-expression-start-p'.
3612
3613 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
3614 error if the mark isn't set.
3615
3616 * progmodes/cc-engine.el (c-guess-continued-construct)
3617 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
3618 accurately detect functions inside functions.
3619
3620 * progmodes/cc-engine.el (c-at-expression-start-p): New function
3621 like `c-at-statement-start-p' that additionally recognizes commas
3622 and expression parentheses as delimiters.
3623
3624 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
3625 to avoid heuristics that doesn't work for unclosed blocks.
3626
3627 (c-at-statement-start-p): New function.
3628
3629 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
3630 Objective-C directives, e.g. directives spanning lines should work
3631 reasonably well now.
3632
3633 (c-put-c-type-property, c-clear-c-type-property): New helpers.
3634
3635 (c-forward-objc-directive): New function to move over any ObjC
3636 directive.
3637
3638 (c-just-after-func-arglist-p, c-guess-basic-syntax)
3639 (c-basic-matchers-before): Use it.
3640
3641 (c-font-lock-objc-iip-decl): Removed.
3642
3643 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
3644 in the template arglist recognition.
3645
3646 * progmodes/cc-styles.el (c-style-alist): Fixed several
3647 inconsistencies in the Whitesmith style.
3648
3649 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
3650 New lineup function to get lines after Whitesmith style blocks
3651 correctly indented.
3652
3653 (c-lineup-whitesmith-in-block): Backed out the compensation for
3654 opening parens since it's done using `add' lists in the style
3655 definition instead. Don't use the anchor position since it varies
3656 too much between the syntactic symbols. :P
3657
3658 * progmodes/cc-vars.el (c-valid-offset): Updated.
3659
3660 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
3661 lists where the offsets are combined according to several
3662 different methods: `first', `min', `max', and `add'. Report
3663 offset evaluation errors with `c-benign-error' so that some kind
3664 of reindentation still is done.
3665
3666 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
3667 `arglist-intro' the same way as `arglist-cont-nonempty' and
3668 `arglist-close'.
3669
3670 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
3671 situations for `arglist-cont-nonempty' and `arglist-close'.
3672
3673 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
3674 constant.
3675
3676 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
3677 cc-bytecomp-boundp' in a number of places.
3678
3679 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
3680 macro related issue.
3681
3682 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3683
3684 * progmodes/cc-awk.el: Change the terminology of regexps: A char
3685 list is now [asdf], a char class [:alpha:]. Include code for char
3686 classes. Set c-awk-NL-prop on lines ending in open strings. (Bug
3687 fix.) Add character classes (e.g. "[:alpha:]") into AWK Mode's
3688 regexps.
3689
3690 Remove (nearly all of) the cruft associated with AWK Mode's former
3691 concept of "virtual semicolons":
3692
3693 Adapt c-beginning-of-statement, c-end-of-statement (together with
3694 subfunctions) to use the new notion of "virtual semicolon" in
3695 place of the old awkward special handling for AWK. There remains
3696 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
3697 * progmodes/cc-cmds.el:
3698 (c-ascertain-adjacent-literal): In the backwards direction, now
3699 recognises AWK regexp delimiters as string delimiters.
3700 (c-after-statement-terminator-p): Adapt for virtual semicolons;
3701 check more rigorously for "end of macro".
3702 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
3703 virtual semicolons;
3704 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
3705 out the code for forward movement into ...
3706 (c-end-of-statement): Now contains the code for forward movement,
3707 adapted for virtual semicolons.
3708
3709 * progmodes/cc-engine.el:
3710 (c-ws*-string-limit-regexp): New regexp.
3711 (c-forward-single-comment, c-backward-single-comment): Comment out
3712 the (now redundant) "special" AWK stuff.
3713
3714 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
3715 c-string-par-start, c-string-par-separate to be more like Text
3716 Mode than Fundamental Mode.
3717
3718 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3719
3720 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
3721 to the fontified region so that fontification doesn't occur
3722 outside it (could happen e.g. when fontifying a line with an
3723 unfinished declaration).
3724
3725 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3726
3727 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
3728 moved to near the start of the file. ^L now separate sections of
3729 the file. New defconsts: c-awk-non-eol-esc-pair-re,
3730 c-awk-blank-or-comment-line-re,
3731 c-awk-one-line-possibly-open-string-re,
3732 c-awk-regexp-one-line-possibly-open-char-class-re,
3733 c-awk-one-line-possibly-open-regexp-re,
3734 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
3735 c-awk-vsemi-status-unknown-p.
3736
3737 Amend the concept of "virtual semicolons" (in the indentation
3738 engine) for languages like AWK, such that they are now
3739 conceptually attached to end of the last token of a statement, not
3740 the end of the line. (In AWK Mode, however, the pertinent text
3741 property is still physically set on the EOL.) Remove the specific
3742 tests for awk-mode, thus facilitating the introduction of other
3743 language modes where EOLs can end statements. (Note: The
3744 funtionality in cc-cmds.el, specifically
3745 c-beginning/end-of-statement has yet to be amended.)
3746
3747 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
3748 c-vsemi-status-unknown-p.
3749
3750 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
3751 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
3752 c-vsemi-status-unknown-p-fn (in a new page).
3753
3754 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
3755 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
3756 numerous awkward forms like
3757 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
3758 with
3759 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
3760 variable before-ws-ip, the place just after char-before-ip
3761 appears.
3762
3763 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
3764 a comment.
3765
3766 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3767
3768 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
3769 `c-tentative-buffer-changes'.
3770
3771 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
3772 converted to macro to choose between Emacs and XEmacs at compile
3773 time.
3774
3775 (c-set-region-active): New set counterpart to
3776 `c-region-is-active-p'.
3777
3778 (c-tentative-buffer-changes): New macro to handle temporary buffer
3779 changes in a convenient way.
3780
3781 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
3782 for `c-tentative-buffer-changes'.
3783
3784 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
3785 the checks for paren sexps between the point and the keyword, to
3786 avoid some false alarms.
3787
3788 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
3789 Fixed a situation where an error could be thrown for unbalanced
3790 parens. Changed to make use of c-keyword-member' to avoid some
3791 repeated regexp matches.
3792
3793 (c-opt-lambda-key, c-opt-inexpr-block-key,
3794 c-opt-inexpr-class-key): These language variable are no longer
3795 necessary.
3796
3797 (c-block-stmt-kwds): New language constant used by
3798 c-looking-at-inexpr-block'.
3799
3800 (c-guess-basic-syntax): Removed an optional check that looked at
3801 the existence of the now removed language variables.
3802
3803 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
3804 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
3805 object instantiation expressions as declarations in some contexts.
3806 This bug only affected languages where the declarator can't be
3807 enclosed in parentheses.
3808
3809 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
3810 insert newlines before and after substatement braces.
3811
3812 * progmodes/cc-engine.el: Improved the heuristics for recognizing
3813 function declaration headers and the handling of C++ style member
3814 init lists.
3815
3816 (c-just-after-func-arglist-p): Rewritten to use
3817 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
3818
3819 (c-beginning-of-member-init-list): Removed since it isn't used
3820 anymore.
3821
3822 (c-guess-basic-syntax): Case 5B adapted for the new
3823 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
3824 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
3825 covers all cases now).
3826
3827 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
3828
3829 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3830
3831 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
3832 c-string-par-start/separate c-sentence-end-with-esc-eol,
3833 initialised in c-setup-paragraph-variables, used in string
3834 scanning subroutines of c-beginning-of-statement.
3835
3836 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
3837 which precedes the newly inserted `{'.
3838
3839 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3840
3841 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
3842 function for declaration level blocks. It should now cope with
3843 templates better and also be a lot more comprehensible.
3844
3845 (c-looking-at-decl-block): The new function.
3846
3847 (c-search-uplist-for-classkey): The old one. It's now a wrapper
3848 for compatibility.
3849
3850 (c-add-class-syntax, c-guess-continued-construct,
3851 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
3852
3853 (c-decl-block-key): Changed to tell apart ambiguous and
3854 unambiguous keywords. Pike specials are now handled directly in
3855 the code instead.
3856
3857 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
3858 language constants and variables to make the backward skip in
3859 `c-looking-at-decl-block' as tight as possible.
3860
3861 (c-nonsymbol-token-char-list): New language constant.
3862
3863 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
3864 find balanced template arglists backwards.
3865
3866 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
3867 making char classes for `c-syntactic-skip-backward'.
3868
3869 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
3870 16D - can't be a class-close at that point.
3871
3872 * progmodes/cc-engine.el (c-guess-basic-syntax)
3873 (c-add-class-syntax): Don't narrow out the enclosing declaration
3874 level. This makes everything a lot easier, and it was actually
3875 only four small places that needed it to work. Some places that
3876 previously did `widen' are removed now, which has the effect that
3877 `c-guess-basic-syntax' never will look at things outside the
3878 current narrowment now. The anchor position for `topmost-intro'
3879 is affected by this, but it was so bogus it was basically useless
3880 before, and now it's equally bogus but in a slightly different
3881 way.
3882
3883 (c-narrow-out-enclosing-class): Gone.
3884
3885 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
3886 the narrowed region.
3887
3888 (c-least-enclosing-brace): Removed silly optional argument.
3889
3890 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
3891 the point could be left directly after an open paren when finding
3892 the beginning of the first decl in the block.
3893
3894 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
3895 Specify which submatch to use.
3896
3897 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
3898
3899 (c-decl-start-re): No longer any need for special treatment of
3900 ObjC due to the above.
3901
3902 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
3903 presumably follows C in that regard.
3904
3905 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
3906 New language constants to specify operator tokens inside
3907 identifiers in a more high level way.
3908
3909 (c-opt-identifier-prefix-key): New internal language constant.
3910
3911 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
3912 (c-identifier-start, c-identifier-key): Now completely calculated
3913 from other constants.
3914
3915 (c-identifier-last-sym-match): Decommissioned since it's no longer
3916 used.
3917
3918 (c-operators): Use `c-identifier-ops'. Documented
3919 `postfix-if-paren'.
3920
3921 * progmodes/cc-engine.el (c-forward-name): Removed the
3922 optimization when c-identifier-key is equal to c-symbol-key since
3923 it doesn't work in byte compiled files. Don't record empty
3924 regions as identifiers.
3925
3926 * progmodes/cc-langs.el (c-filter-ops): New helper function to
3927 simplify access to `c-operators' and its likes.
3928
3929 (c-operator-list, c-all-op-syntax-tokens)
3930 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
3931 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
3932 (c-primary-expr-regexp, c-cast-parens): Use it.
3933
3934 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
3935 an explicit language in functions.
3936
3937 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
3938 variant of adornment.
3939
3940 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
3941 variable.
3942
3943 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
3944 the Pike value.
3945
3946 * progmodes/cc-engine.el (c-on-identifier)
3947 (c-simple-skip-symbol-backward): Small fix for handling "-"
3948 correctly in `skip-chars-backward'. Affected the operator lfun
3949 syntax in Pike.
3950
3951 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
3952 diagnostic message about precompiled language vars not being used.
3953
3954 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
3955 "__attribute__" is followed by a parenthesis.
3956
3957 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
3958 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
3959 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
3960
3961 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
3962 cleanups to properly detect the declared identifiers in various
3963 declarations.
3964
3965 (c-decl-start-kwds): New language constant to recognize
3966 declarations that can start anywhere. Used for class declarations
3967 in Pike.
3968
3969 (c-specifier-key, c-not-decl-init-keywords)
3970 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
3971 (c-find-decl-spots): Implement `c-decl-start-kwds'.
3972
3973 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
3974 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
3975 handling of the compiler specific extension keywords into a new
3976 language constant `c-decl-hangon-kwds' that defines keyword
3977 clauses to be ignored in declarations.
3978
3979 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
3980 past unrecognized tokens when handling `c-colon-type-list-kwds'.
3981 Necessary to stop at the declared identifier in e.g. IDL valuetype
3982 declarations.
3983
3984 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
3985 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
3986 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
3987 (c-forward-decl-or-cast-1): Recognize the declared identifier in
3988 class and enum declarations as such and not as part of the type.
3989
3990 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
3991 interpretation of PRECEDING-TOKEN-END when there's no preceding
3992 token.
3993
3994 (c-forward-decl-or-cast-1): Don't disregard sure signs of
3995 declarations when there's some syntax error later on.
3996
3997 (c-complex-decl-matchers): Did away with a reference to
3998 `c-specifier-key'.
3999
4000 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
4001 value - this variable is always dynamically bound.
4002
4003 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
4004 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
4005 * cc-cmds.el, cc-defs.el: Changed the policy for marking up
4006 functions that might do hidden buffer changes: All such internal
4007 functions are now marked instead of those that don't.
4008
4009 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
4010 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
4011 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
4012 (c-literal-type): Allow these functions to make hidden buffer changes,
4013 so that they are free to use text property caching later on.
4014
4015 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
4016 (c-electric-brace, c-electric-slash, c-electric-star)
4017 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
4018 (c-electric-paren, c-electric-continued-statement, c-indent-command)
4019 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
4020 (c-context-line-break): Added `c-save-buffer-state' calls to comply
4021 with the changed semantics of the functions above.
4022
4023 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
4024 when macros occur in obscure places. Optimized the sexp movement
4025 a bit.
4026
4027 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4028
4029 Enhancements for c-beginning-of-statement to work in AWK Mode:
4030
4031 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
4032 (completed statement) with `}' (statement completed by closing
4033 brace or semicolon) and `$' (statement completed by EOL).
4034
4035 (c-awk-virtual-semicolon-ends-prev-line-p)
4036 (c-awk-virtual-semicolon-ends-line-p)
4037 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4038 (c-awk-at-statement-end-p): New functions.
4039
4040 * progmodes/cc-cmds.el: Simplify the structure of functions
4041 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
4042 two functions and c-beginning-of-statement to handle AWK Mode.
4043
4044 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4045 c-backward-single-comment for AWK mode. Attempt to clarify their
4046 doc-strings.
4047
4048 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4049
4050 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4051
4052 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4053 label handling. Labels are now recognized in a uniform and more
4054 robust way, regardless of context. Text properties are put on all
4055 labels to recognize the following declarations better. Multiword
4056 labels are handled both in indentation and fontification for the
4057 benefit of language extensions like Qt. For consistency, keywords
4058 in labels are now fontified with the label face instead. That
4059 also applies to "case" and "default".
4060
4061 (c-beginning-of-statement-1): Fixed some bugs in the label
4062 handling. Disregard `c-nonlabel-token-key' in labels that begin
4063 with `c-label-kwds'.
4064
4065 (c-find-decl-spots): Support that the callback adds more
4066 `c-decl-end' spots to find.
4067
4068 (c-forward-decl-or-cast-1): Don't treat a list of plain
4069 identifiers followed by a colon as a declaration.
4070
4071 (c-forward-label): New function to recognize labels.
4072
4073 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4074 `c-forward-label'. Moved the label recognition cases (14 and 15)
4075 earlier since they aren't so context sensitive now. Handle labels
4076 on the top level gracefully. Moved access label recognition to
4077 the generic label case (CASE 15) - removed CASE 5E.
4078
4079 (c-font-lock-declarations): Added recognition of labels in the
4080 same round since we need to handle labels in parallell with other
4081 declarations to recognize both accurately. It should also improve
4082 speed.
4083
4084 (c-simple-decl-matchers, c-basic-matchers-after): Moved
4085 `c-font-lock-labels' so that it only is used on decoration level 2
4086 since `c-font-lock-declarations' handles it otherwise.
4087
4088 (c-complex-decl-matchers): Removed the simplistic recognition of
4089 access labels.
4090
4091 (c-decl-prefix-re): Removed the kludges that was necessary to cope
4092 with labels earlier.
4093
4094 (c-decl-start-re): New language variable to make
4095 `c-font-lock-declarations' stop for the special protection labels
4096 in Objective-C that start with `@'.
4097
4098 (c-label-key): Removed since it's no longer used.
4099
4100 (c-recognize-colon-labels, c-label-prefix-re): New language
4101 constants to support recognition of generic colon-terminated
4102 labels.
4103
4104 (c-type-decl-end-used): `c-decl-end' is now used whenever there
4105 are colon terminated labels.
4106
4107 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4108 first argument starts with a special brace list.
4109
4110 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4111 (c-font-lock-declarations): Broke out the declaration and cast
4112 recognition from `c-font-lock-declarations' to a new function, so
4113 that it can be used in the indentation engine.
4114
4115 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
4116 up to the start of the literal. Fixed bug with the point on the
4117 wrong side of the search limit that could happen when the start
4118 position is inside a literal.
4119
4120 * progmodes/cc-engine.el (c-parse-state)
4121 (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
4122 so that it's kept a little bit back to increase the hit rate.
4123
4124 (c-parse-state): Changed the macro handling and fixed some
4125 glitches. Macro context is checked more often than necessary now,
4126 but otoh less garbage conses are generated.
4127
4128 * progmodes/cc-engine.el (c-parse-state)
4129 (c-invalidate-state-cache): Cache the last position where
4130 `c-state-cache' applies. This can speed up refontification quite
4131 a bit in blocks where there are many non-brace parens before the
4132 point.
4133
4134 (c-state-cache-end): New variable for this.
4135
4136 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
4137 cache variable.
4138
4139 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
4140 get close initial continue positions when the start position is
4141 inside a literal or macro. Do not call the callback for spots
4142 before the start position (which can happen e.g. for `c-decl-end'
4143 spots inside comments). Optimize better in special cases when the
4144 region is a single line inside a literal or macro (typically when
4145 the current line is refontified).
4146
4147 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
4148 to `c-add-stmt-syntax' - there's no need to explicitly whack off
4149 entries from the paren state.
4150
4151 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
4152 special case for "else if" clauses.
4153
4154 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4155 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
4156
4157 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
4158 language variable to recognize the gcc extension with statement
4159 blocks inside expressions.
4160
4161 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
4162 it somewhat more comprehensible. The argument AT-BLOCK-START is
4163 no longer used and hence removed.
4164
4165 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
4166 to `c-add-stmt-syntax'.
4167
4168 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
4169 `c-beginning-of-statement-1' instead of duplicating parts of it.
4170 This fixes bogus label recognition.
4171
4172 * progmodes/cc-engine.el (c-add-type, c-check-type)
4173 (c-forward-name, c-forward-type): Improved storage of template
4174 types in `c-found-types' so that they can be recognized better.
4175
4176 (c-syntactic-content): Added option to skip past nested parens.
4177
4178 * progmodes/cc-engine.el (c-forward-name): Set
4179 `c-last-identifier-range' all the time. It's less work that way.
4180 Handle that there might not be an identifier to store in
4181 `c-last-identifier-range'.
4182
4183 (c-forward-type): Handle that `c-last-identifier-range' might be
4184 nil from `c-forward-name'.
4185
4186 * progmodes/cc-defs.el (c-safe-scan-lists)
4187 (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
4188
4189 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
4190 to work even if the form fails.
4191
4192 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
4193 down in a large file in one go.
4194
4195 (c-get-fallback-start-pos): New helper function for
4196 `c-parse-state'.
4197
4198 * progmodes/cc-align.el (c-lineup-assignments): New lineup
4199 function which is like `c-lineup-math' but returns nil instead of
4200 `c-basic-offset' when it doesn't match.
4201
4202 (c-lineup-math): Changed to use `c-lineup-assignments'.
4203
4204 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4205
4206 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
4207 c-beginning-of-statement. New subfunctions
4208 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
4209
4210 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4211
4212 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
4213 hardcoded char classes whereever possible. Changed a couple of
4214 places to use skip by syntax instead of skip by char class.
4215
4216 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
4217 Fixed a bug in the regexp that caused extreme backtracking.
4218
4219 * progmodes/cc-langs.el (c-block-comment-starter)
4220 (c-block-comment-ender): New language constants to specify in a
4221 single place how block comments look.
4222
4223 (c-comment-start-regexp, c-block-comment-start-regexp)
4224 (comment-start, comment-end, comment-start-skip)
4225 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
4226 (c-syntactic-ws, c-nonempty-syntactic-ws)
4227 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
4228 `c-line-comment-starter', `c-block-comment-starter' and
4229 `c-block-comment-ender'.
4230
4231 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
4232 New language constants to break up things a bit.
4233
4234 (c-simple-ws): New language constant for simple whitespace.
4235
4236 * progmodes/cc-defs.el (c-concat-separated): New convenience
4237 function.
4238
4239 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
4240 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
4241 newlines. Allow and ignore nil elements in the list.
4242
4243 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4244
4245 * progmodes/cc-cmds.el: Comment out a (n almost certainly
4246 superfluous) check, (eq here (point-max)) in
4247 c-beginning-of-statement.
4248
4249 * progmodes/cc-cmds.el: Tidy up the comments in
4250 c-beginning-of-statement and subfunctions.
4251
4252 * progmodes/cc-awk.el: Replace calls to put-text-property to the
4253 more flexible c-put-char-property and c-clear-char-properties.
4254 Add the author's email address.
4255
4256 * progmodes/cc-langs.el: New variable,
4257 c-block-comment-start-regexp.
4258
4259 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
4260 closing "*/" of a block comment.
4261
4262 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
4263 subfunctions) so that it works at BOB and EOB.
4264
4265 * progmodes/cc-cmds.el, cc-vars.el: More updating of
4266 c-beginning-of-statement, including new variable
4267 c-block-comment-start-regexp.
4268
4269 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4270
4271 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
4272 symbols from `*-font-lock-extra-types' so that there's no need to
4273 use `regexp-opt' on those lists.
4274
4275 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
4276 `c-type-modifier-kwds' is empty.
4277
4278 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
4279 there are several strings on the same line.
4280
4281 * progmodes/cc-engine.el (c-literal-limits): Removed the
4282 compatibility function for older emacsen. `c-literal-limits-fast'
4283 has now taken the place of this function.
4284
4285 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
4286 with older emacsen: We now require `pps-extended-state'.
4287
4288 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4289
4290 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
4291 which obviates the need to hack sentence-end. This now handles
4292 escaped newlines in strings correctly. Correct minor bugs in
4293 c-move-over-sentence and in c-beginning-of-statement.
4294
4295 * progmodes/cc-cmds.el (c-beginning-of-statement (and
4296 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
4297 that movement over macros and code are rigorously separated from
4298 eachother. Correct a few incidental bugs.
4299
4300 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
4301 Improve its doc-string. Improve the handling of certain specific
4302 cases.
4303
4304 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4305
4306 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
4307 (c-guess-basic-syntax): Changed the way class-level labels are
4308 recognized; they can now contain essentially any symbols.
4309
4310 (c-opt-extra-label-key): New language variable to cope with the
4311 special protection label syntax in Objective-C.
4312
4313 (c-opt-access-key): Removed; this is now handled better by
4314 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
4315
4316 (c-complex-decl-matchers): Update to handle that
4317 `c-opt-access-key' no longer exists.
4318
4319 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
4320 improved label recognition in `c-beginning-of-statement-1'.
4321
4322 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4323 Recognize bitfields better.
4324
4325 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
4326 Removed some cruft and fixed a bug that could cause it to go to a
4327 position further down.
4328
4329 * progmodes/cc-langs.el, cc-engine.el
4330 (c-beginning-of-statement-1): Improved detection of labels in
4331 declaration contexts.
4332
4333 (c-beginning-of-decl-1): Use it.
4334
4335 (c-nonlabel-token-key): New language constant and variable needed
4336 by `c-beginning-of-statement-1'.
4337
4338 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
4339 manifested itself due to the correction in `c-forward-sexp'.
4340
4341 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
4342 these behave as documented when used at the buffer limits.
4343
4344 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
4345 (c-type-decl-end-used): Made this a language variable.
4346
4347 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
4348 correctly when `combine-after-change-calls' is used together with
4349 temporary narrowings.
4350
4351 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
4352 labels correctly when the start point is immediately after the
4353 colon.
4354
4355 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
4356 since it isn't used anymore.
4357
4358 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
4359 bracket arglists such as template parens in C++.
4360
4361 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
4362 in the last check-in. Some optimization.
4363
4364 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
4365 where it could stop at the same level in a preceding sexp when
4366 PAREN-LEVEL is set.
4367
4368 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
4369 text property lookup only when it's needed.
4370
4371 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
4372 Changed the policy for paren marked angle brackets to be more
4373 persistent; once marked they remain marked even when they're found
4374 to be unbalanced in the searched region. This should keep the
4375 paren syntax around even when individual lines are refontified in
4376 multiline template arglists.
4377
4378 (c-parse-and-markup-<>-arglists): New dynamically bound variable
4379 to control markup so that incorrect angle bracket arglists aren't
4380 marked in contexts where the correct value for
4381 `c-disallow-comma-in-<>-arglists' isn't known.
4382
4383 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
4384 argument has become `c-parse-and-markup-<>-arglists'.
4385
4386 (c-remove-<>-arglist-properties): Removed - no longer used.
4387
4388 (c-after-change-check-<>-operators): New function used on
4389 `after-change-functions' to avoid that "<" and ">" characters that
4390 are part of longer operators have paren syntax.
4391
4392 (c-<>-multichar-token-regexp): New language variable used by
4393 `c-after-change-check-<>-operators'.
4394
4395 (c-after-change): Call `c-after-change-check-<>-operators'.
4396
4397 (c-font-lock-<>-arglists): Use the context properties set by
4398 `c-font-lock-declarations' to set
4399 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
4400 markup.
4401
4402 (c-font-lock-declarations): Removed code that undoes the invalid
4403 markup done by `c-font-lock-<>-arglists'.
4404
4405 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
4406 after `c-font-lock-declarations'.
4407
4408 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
4409 paren-level feature.
4410
4411 (c-guess-basic-syntax): Improved the anchor position for
4412 `template-args-cont' in nested template arglists. There's still
4413 much to be desired in this area, though.
4414
4415 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4416
4417 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
4418 Make the "Text Filling and Line Breaking" commands work for AWK
4419 buffers.
4420
4421 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4422
4423 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
4424 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
4425
4426 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
4427 it doesn't work no longer are supported.
4428
4429 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
4430 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
4431 requires support for the syntax-table' text property, which rules
4432 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
4433 cruft associated with those versions.
4434
4435 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
4436 for the `syntax-table' text property, which rules out Emacs 19 and
4437 XEmacs < 21.4. Removed various compatibility cruft associated
4438 with those versions.
4439
4440 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
4441 support for the `syntax-table' text property.
4442
4443 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
4444 variable and use an extra quoted face name instead. All the
4445 emacsen flavors handle that correctly.
4446
4447 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
4448 (c-font-lock-declarators, c-font-lock-declarations)
4449 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
4450 property to mark the items in in declarator lists to handle
4451 refontification inside multiline declarations better.
4452
4453 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
4454 construct like "a * b = c;" as a declaration.
4455
4456 2005-12-08 Kim F. Storm <storm@cua.dk>
4457
4458 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
4459 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
4460 select either meta, hyper, or super modifier for rectangle commands.
4461 (cua--rectangle-modifier-key): New defvar.
4462 (cua--M/H-key): Use it. Remove special case for `space'.
4463 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
4464 on X, to meta otherwise. Always bind C-return to toggle
4465 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
4466
4467 * emulation/cua-rect.el (cua-help-for-rectangle): Use
4468 cua--rectangle-modifier-key. Handle super modifier too.
4469 (cua--init-rectangles): Always bind C-return to toggle rectangle.
4470 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
4471
4472 * ido.el: Move Acknowledgements and History after Commentary.
4473 Minor changes to Commentary.
4474
4475 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
4476 keymap if cua--prefix-override-timer is `shift'.
4477 (cua--shift-control-prefix): New function; emulate "type prefix
4478 key twice" functionality to handle shifted prefix key override.
4479 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
4480 commands.
4481 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
4482
4483 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
4484
4485 * textmodes/org.el (org-insert-heading): Try to do items before
4486 headings.
4487 (org-agenda-mode): Quote `org-agenda-mode-hook'.
4488 (org-insert-item): New function.
4489 (org-renumber-ordered-list): Don't skip to higher level lists.
4490
4491 2005-12-08 Juri Linkov <juri@jurta.org>
4492
4493 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
4494
4495 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
4496
4497 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
4498
4499 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
4500 the constructed function name fun-1.
4501
4502 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
4503 because such links don't lead to parent documentation.
4504
4505 2005-12-08 Kenichi Handa <handa@m17n.org>
4506
4507 * descr-text.el (describe-char): Use *Help-2* buffer if the
4508 current buffer is *Help*. Call describe-text-properties while
4509 setting the original buffer.
4510
4511 2005-12-07 Bill Wohler <wohler@newt.com>
4512
4513 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
4514 and causes problems with non-MH users (such as Gnus users).
4515
4516 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
4517
4518 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
4519 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
4520 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
4521 command "info sources". Move calls to GDB command "list".
4522 (gdb-find-file-hook): Just use gdb-source-file-list.
4523 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
4524 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
4525 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
4526 (gdb-data-list-register-values-handler): Use correct trigger name.
4527
4528 2005-12-07 Kim F. Storm <storm@cua.dk>
4529
4530 * ido.el (ido-completion-map): Rename from ido-mode-map.
4531 (ido-common-completion-map, ido-file-completion-map)
4532 (ido-file-dir-completion-map, ido-buffer-completion-map):
4533 Rename from ido-mode-....-map.
4534 (ido-init-completion-maps): Rename from ido-init-mode-maps.
4535 (ido-setup-completion-map): Rename from ido-define-mode-map.
4536 (ido-read-internal): Bind minibuffer-local-filename-completion-map
4537 to ido-completion-map.
4538
4539 2005-12-07 Kenichi Handa <handa@m17n.org>
4540
4541 * international/mule-cmds.el
4542 (set-display-table-and-terminal-coding-system): If the coding
4543 system specified in `unibyte-display' property is different from
4544 the arg coding-system, don't setup standard-display-table.
4545
4546 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4547
4548 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
4549 that comments end at \n, regardless of selective-display.
4550
4551 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
4552
4553 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
4554 (gdb-version): New variables.
4555 (gdb-source-file-list, gdb-register-names)
4556 (gdb-changed-registers): New variables for use with GDB 6.4+.
4557 (gdb-ann3): Replace with...
4558 (gdb-init-1, gdb-init-2): ...two new functions.
4559 (gdba, gdb-prompt): Call gdb-init-1.
4560 (gdb-get-version): New function. Call gdb-init-2 from here.
4561 (gud-watch): Make it work with mouse events too.
4562 (gdb-post-prompt): Don't add to queue until GDB version is known.
4563 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
4564 (gdb-locals-mode): Use gdb-version.
4565 (gdb-memory-format-map, gdb-memory-unit-map)
4566 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
4567 (gdb-locals-font-lock-keywords-1)
4568 (gdb-locals-font-lock-keywords-2): New variables.
4569 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
4570 (gdb-set-gud-minor-mode-existing-buffers-1)
4571 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
4572 (gdb-var-update-1, gdb-var-update-handler-1)
4573 (gdb-data-list-register-values-handler)
4574 (gdb-data-list-register-values-custom)
4575 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
4576 (gdb-stack-list-locals-handler, gdb-get-register-names):
4577 New functions for use with GDB 6.4+.
4578 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
4579 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
4580 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
4581 (gdb-stack-list-locals-regexp)
4582 (gdb-data-list-register-names-regexp): New regexps for use with
4583 GDB 6.4+.
4584
4585 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4586
4587 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
4588
4589 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
4590
4591 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
4592 prompts work for AUTH PLAIN. Also reported by Steve Allan
4593 <seallan@verizon.net>.
4594
4595 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4596
4597 * frame.el (set-frame-parameter): Add doc string.
4598
4599 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
4600
4601 * textmodes/org.el (org-occur-highlights): New variable.
4602 (org-highlight-new-match, org-remove-occur-highlights): New functions.
4603 (org-highlight-sparse-tree-matches): New option.
4604 (org-do-occur): New function.
4605 (org-get-heading): Make it work also at beginning of line.
4606 (org-category-table): New variable.
4607 (org-get-category-table, org-get-category)
4608 (org-camel-to-words, org-link-search): New functions.
4609 (org-select-this-todo-keyword): New variable.
4610 (org-todo-list): New command.
4611 (org-shiftright, org-shiftleft): New commands.
4612 (org-agenda-todo): Add prefix argument.
4613 (org-show-hierarchy-above): New option.
4614 (org-show-todo-tree): Numerical prefix creates tree for specific
4615 TODO keyword.
4616 (org-outline-level): New function, to assign a level to plain
4617 lists items.
4618 (org-cycle-include-plain-lists): New option.
4619 (org-mode): Use `org-outline-level' as value of `outline-level'.
4620 (org-cycle): Temporarily switch `outline-regexp' if
4621 `org-cycle-include-plain-lists' is non-nil.
4622 (org-start-icalendar-file): Fix format bug.
4623 (org-agenda-get-day-entries): Create category table.
4624 (org-agenda-get-todos, org-agenda-get-timestamps)
4625 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4626 (org-agenda-get-blocks): Use `org-get-category'.
4627 (org-context-in-file-links): Rename from
4628 `org-line-numbers-in-file-links'.
4629
4630 2005-12-06 Romain Francoise <romain@orebokech.com>
4631
4632 * window.el (balance-windows): Delete extraneous third arg in call
4633 to `enlarge-window'.
4634
4635 2005-12-06 Kenichi Handa <handa@m17n.org>
4636
4637 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
4638
4639 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
4640
4641 * progmodes/gdb-ui.el (gdb-var-create-handler)
4642 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
4643 (gdb-var-list-children-handler, gdb-var-update-handler):
4644 Current buffer is already gdb-partial-output-buffer, don't
4645 make it current again.
4646
4647 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
4648
4649 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
4650 (list-buffers-noselect): Use it.
4651
4652 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4653
4654 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
4655 (mail-yank-ignored-headers): Use regexp-opt.
4656 (mail-mode-map): Move initialization into declaration.
4657 (mail-sent-via): Remove unused shadowed var `to-line'.
4658 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
4659 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
4660 (mail-do-fcc): Use dolist and push.
4661 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
4662 (mail-yank-ignored-headers): Don't autoload.
4663
4664 2005-12-05 Kenichi Handa <handa@m17n.org>
4665
4666 * international/mule-cmds.el (set-language-info-internal): New fun.
4667 (set-language-info): Call set-language-info-internal to update
4668 language-info-alist. If LANG-ENV is the current one, call
4669 set-language-environment to make INFO effective now.
4670 (set-language-info-alist): Likewise.
4671 (locale-language-names): With locale "en", use English
4672 lang. env. but set the default codings to iso-8859-1.
4673
4674 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
4675
4676 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
4677 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
4678 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
4679 for plain strings.
4680 (gdb-frames-mode): Remove redundant call to font-lock-mode.
4681 (gdb-all-registers): Rename from toggle-gdb-all-registers.
4682 Create registers buffer if necessary. Echo new state in minibuffer.
4683 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
4684
4685 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
4686
4687 * info.el (Info-fontify-node): Match external links using
4688 non-directory part of filename.
4689
4690 2005-12-04 Juri Linkov <juri@jurta.org>
4691
4692 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
4693 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
4694 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
4695 because there is no customization option for it.
4696
4697 * font-lock.el (lisp-font-lock-keywords-1):
4698 Add define-global-minor-mode.
4699
4700 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
4701
4702 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
4703 properties on the constructed variable names.
4704
4705 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4706 Put `definition-name' properties on the constructed function names
4707 next-sym and prev-sym.
4708
4709 * emacs-lisp/find-func.el (find-function-regexp):
4710 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
4711 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
4712 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
4713 and easy-menu-define.
4714
4715 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
4716 easy-mmode-define-global-mode and define-global-minor-mode.
4717 (lisp-imenu-generic-expression): Add define-global-minor-mode.
4718
4719 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
4720 instead of easy-mmode-define-global-mode.
4721
4722 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4723 Use define-minor-mode instead of easy-mmode-define-minor-mode.
4724
4725 * cus-edit.el (customize-group, customize-group-other-window):
4726 Filter out autoloaded options from the group completion list by
4727 using heuristics that autoloaded groups don't have `custom-autoload'
4728 property on their symbols (they have only `custom-loads').
4729
4730 * simple.el (completion-setup-function): Put completions-common-part
4731 face on complete completion string too (i.e. completion string
4732 without completions-first-difference face).
4733
4734 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
4735
4736 2005-12-03 Eli Zaretskii <eliz@gnu.org>
4737
4738 * view.el (view-mode): Doc fix.
4739
4740 * disp-table.el (standard-display-european): Add to the warning
4741 message a reference to the doc string.
4742
4743 * play/yow.el (apropos-zippy): Call print-help-return-message,
4744 similar to other Help and Apropos commands.
4745
4746 * help.el (print-help-return-message): If pop-up-frames is
4747 non-nil, set up help-return-method to delete the help window and,
4748 possibly, its frame as well, and don't display message about
4749 scrolling the help window. Doc fix.
4750 (help-return-method): Doc fix.
4751
4752 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
4753
4754 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
4755 whereby names of length one or names starting with a
4756 symbol-constituent character would not be returned.
4757
4758 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4759
4760 * subr.el (atomic-change-group): Add edebug and indentation spec.
4761
4762 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4763
4764 * completion.el (save-completions-file-name): Fix typo in last change.
4765
4766 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4767
4768 * info.el: Move back/forward history to the beginning of the tool bar.
4769
4770 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
4771
4772 * allout.el (eval-when-compile): Remove unnecessary load of cl.
4773 Add fset of allout-real-isearch-abort during compile to fix
4774 byte-compilation warnings.
4775 (allout-mode-p): Move definition of this macro above all uses, or
4776 byte compilation in barren emacs (eg, during emacs build) will
4777 lack the definition.
4778 (allout-mode): Move this variable above any uses, or byte
4779 compilation will fail.
4780 (allout-resolve-xref): Remove use of personal file-reference function.
4781 (allout-toggle-current-subtree-encryption): Do the current (ie,
4782 visible containing) topic, rather than nearest around point. Doc fix.
4783 (allout-toggle-subtree-encryption): New function, workhorse that
4784 works on nearest topic containing point.
4785 (allout-encrypt-string): Signal requirement for newer version of pgg.
4786 (allout-resumptions): Doc fix.
4787
4788 2005-12-02 Eli Zaretskii <eliz@gnu.org>
4789
4790 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
4791
4792 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
4793
4794 * textmodes/flyspell.el (flyspell-external-point-words):
4795 Consider a misspelling as found in the string search if: (a) misspelling
4796 and found string lengths match, or (b) misspelling is found as
4797 element in a boundary-chars separated longer string, or (c)
4798 ispell-program-name is really ispell and misspelling is found as
4799 part of a TeX string. After successful match move beginning of
4800 search region to end of match. Warn about not found misspellings
4801 once the process is done.
4802 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
4803
4804 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
4805
4806 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
4807 tool bar (removed inadvertently).
4808
4809 2005-12-02 Juri Linkov <juri@jurta.org>
4810
4811 * log-view.el (log-view-diff): Clarify doc string.
4812
4813 2005-12-01 Bill Wohler <wohler@newt.com>
4814
4815 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
4816 triggers lm-verify errors.
4817
4818 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
4819
4820 * simple.el (transient-mark-mode, line-number-mode)
4821 (column-number-mode, size-indication-mode): Remove `:require nil'.
4822
4823 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
4824
4825 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
4826 in the margin also.
4827 (gdb-breakpoints-mode-map): Use D instead of d for
4828 gdb-delete-breakpoint.
4829 (gdb-get-frame-number): Require a number to match on.
4830 (gdb-threads-mode-map): Add follow-link binding.
4831
4832 2005-11-30 Jason Rumney <jasonr@gnu.org>
4833
4834 * isearch.el (isearch-mode-map): Avoid exiting search on
4835 language-change event.
4836
4837 2005-11-30 Romain Francoise <romain@orebokech.com>
4838
4839 * speedbar.el (speedbar-default-position): New defcustom.
4840 (speedbar-frame-reposition-smartly): Use it.
4841
4842 * dframe.el (dframe-reposition-frame-emacs): Fix position
4843 computation for `left' location.
4844 Update copyright year.
4845
4846 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4847
4848 * help.el (help-map): Move initialization into declaration.
4849
4850 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
4851
4852 * help-fns.el (help-argument-name): Don't autoload.
4853 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
4854 to be re-loaded when customizing the `help' group.
4855
4856 2005-11-30 John Paul Wallington <jpw@gnu.org>
4857
4858 * help-fns.el (describe-function-1): Fill arglist output.
4859
4860 2005-11-30 Kim F. Storm <storm@cua.dk>
4861
4862 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
4863 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
4864 after revert-buffer (or anything else which kills all local variables).
4865
4866 * apropos.el (apropos-parse-pattern): Doc fix.
4867 Set apropos-regexp directly, rather than expecting callers to do so.
4868 (apropos-command, apropos, apropos-value, apropos-documentation):
4869 Simplify calls to apropos-parse-pattern.
4870
4871 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
4872
4873 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4874 (hi-lock-face-phrase-buffer): Use hi-yellow face.
4875 (hi-lock-write-interactive-patterns): Use comment-region.
4876
4877 * longlines.el (longlines-mode): Add mail-setup-hook.
4878
4879 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
4880
4881 * simple.el (sendmail-user-agent-compose, next-line):
4882 Conditionally use hard-newline.
4883
4884 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4885
4886 * international/latexenc.el (latex-inputenc-coding-alist):
4887 Reword doc string.
4888
4889 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
4890
4891 * help.el (describe-key-briefly, describe-key): Recognize default
4892 bindings.
4893
4894 2005-11-29 Romain Francoise <romain@orebokech.com>
4895
4896 * view.el (view-inhibit-help-message): New defcustom.
4897 (view-mode-enter): Use it.
4898
4899 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
4900
4901 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
4902 Preserve user position.
4903
4904 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
4905
4906 * font-lock.el: Throw error if facemenu is not loaded to prevent
4907 accidental change of loading order in loadup.el. (Suggested by RMS.)
4908
4909 * loadup.el: Add comment explaining why facemenu must be loaded
4910 before font-lock.
4911
4912 2005-11-28 Jay Belanger <belanger@truman.edu>
4913
4914 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
4915 (calc-dispatch-map): Add more keys for `calc-same-interface'.
4916
4917 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
4918
4919 * calc/calc-embed.el (calc-do-embedded): Update help message.
4920
4921 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
4922
4923 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
4926
4927 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
4928 called-interactively-p.
4929 (elp-profilable-p): Rename from elp-not-profilable-p.
4930 Invert result and take into account macros and autoloaded functions.
4931 (elp-instrument-function): Update call.
4932 (elp-instrument-package): Update call. Add completion.
4933 (elp-pack-number): Use match-string.
4934 (elp-results-jump-to-definition-by-mouse): Merge into
4935 elp-results-jump-to-definition and then remove.
4936 (elp-output-insert-symname): Make help echo text single-line.
4937
4938 * replace.el (query-replace-map): Move initialization into declaration.
4939 (occur-engine): Use with-current-buffer.
4940 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
4941 (occur-mode-mouse-goto): Replace with an alias.
4942
4943 2005-11-28 Juri Linkov <juri@jurta.org>
4944
4945 * simple.el (quoted-insert): Let-bind input-method-function to nil.
4946
4947 * term/w32-win.el: Bind [S-tab] to [backtab].
4948
4949 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
4950 `Info-find-file' to t.
4951
4952 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
4953 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
4954 and same-window-regexps.
4955 (occur-next-error): Don't move point for arg 0.
4956
4957 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
4958
4959 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
4960
4961 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4962
4963 * log-edit.el (log-edit-changelog-use-first): New var.
4964 (log-edit-changelog-ours-p): Use it.
4965 (log-edit-insert-changelog): Set it with new arg `use-first'.
4966 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
4967 (log-edit-hook): Add them to the list of suggested options.
4968
4969 * textmodes/flyspell.el (flyspell-last-buffer): New var.
4970 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
4971 redundant work.
4972 (flyspell-mode-on): Use add-hook for after-change-functions.
4973 (flyspell-mode-off): Use remove-hook for after-change-functions.
4974 (flyspell-changes): Make it buffer-local.
4975 (flyspell-after-change-function): Make it non-interactive. Use push.
4976 (flyspell-post-command-hook): Check input-pending-p while processing
4977 the potentially long list of buffer changes.
4978
4979 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4980
4981 * buff-menu.el (list-buffers-noselect): Display the selected
4982 frame's buffer list, not the global one.
4983
4984 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
4985
4986 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
4987 that (list last-input-event) works as in interactive spec.
4988
4989 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
4990
4991 * loadup.el ("facemenu"): Load facemenu before font-lock, because
4992 `facemenu-keymap' needs to be defined when font-lock is loaded.
4993 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
4994
4995 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4996
4997 * completion.el: Remove useless leading * in defcustom docstrings.
4998 (save-completions-file-name): Use ~/.emacs.d if available.
4999 (completion-standard-syntax-table): Rename from
5000 cmpl-standard-syntax-table and fold initialization into declaration,
5001 thus removing cmpl-make-standard-completion-syntax-table.
5002 (completion-lisp-syntax-table, completion-c-syntax-table)
5003 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
5004 (cmpl-saved-syntax, cmpl-saved-point): Remove.
5005 (symbol-under-point, symbol-before-point)
5006 (symbol-under-or-before-point, symbol-before-point-for-complete)
5007 (add-completions-from-c-buffer): Use with-syntax-table.
5008 (make-completion): Don't return a list of completion entries.
5009 Update callers.
5010 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
5011 (completion-initialize): Rename from initialize-completions.
5012 (completion-find-file-hook): Rename from cmpl-find-file-hook.
5013 (kill-emacs-save-completions): Collect stats here.
5014 (save-completions-to-file, load-completions-from-file):
5015 Use with-current-buffer.
5016 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
5017 into a function. Move all calls to toplevel.
5018 (completion-lisp-mode-hook): New fun.
5019 (completion-c-mode-hook, completion-setup-fortran-mode):
5020 Set the syntax-table here. Use local-set-key.
5021 (completion-saved-bindings): New var.
5022 (dynamic-completion-mode): Make it into a proper minor mode.
5023 (load-completions-from-file): Remove unused var `num-uses'.
5024
5025 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
5026 constructor if it is explicitly overridden.
5027
5028 * complete.el (PC-completion-as-file-name-predicate):
5029 Use minibuffer-completing-file-name.
5030 (partial-completion-mode): Use find-file-not-found-functions.
5031 (PC-lisp-complete-symbol): Use with-syntax-table.
5032 (PC-look-for-include-file): Remove dead setq.
5033 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
5034 (PC-complete): Use with-current-buffer.
5035
5036 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5037 escape single quotes.
5038
5039 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5040
5041 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5042 of `if' whose condition always returned nil. Doc fix.
5043
5044 * buff-menu.el (Buffer-menu-revert-function): Make the selected
5045 window's buffer the current buffer around the call to
5046 `list-buffers-noselect'. This is necessary to mark that buffer
5047 with a `.' in the Buffer Menu when called from Lisp, for instance
5048 by Auto Revert Mode.
5049
5050 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
5051
5052 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5053 attaching to it.
5054 (gdb-pre-prompt): Make sure gdb-error is reset.
5055
5056 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
5057 with a child process, detect it.
5058 (gud-speedbar-buttons): Match regexp more carefully.
5059
5060 2005-11-27 Richard M. Stallman <rms@gnu.org>
5061
5062 * mouse.el (mouse-drag-move-window-bottom):
5063 Use adjust-window-trailing-edge.
5064
5065 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5066
5067 * simple.el (blink-matching-open): Ignore
5068 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
5069 (blink-matching-paren-on-screen): Update docstring.
5070
5071 * paren.el (show-paren-mode): No longer change
5072 `blink-matching-paren-on-screen'.
5073
5074 2005-11-27 John Paul Wallington <jpw@pobox.com>
5075
5076 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5077 (gdb-threads-select, gdb-edit-register-value):
5078 Use `posn-set-point' instead of `mouse-set-point' because the
5079 latter is not fbound when configured without X.
5080
5081 2005-11-27 Kim F. Storm <storm@cua.dk>
5082
5083 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5084 existing face when partially highlighting a TAB in a rectangle.
5085
5086 2005-11-26 Kim F. Storm <storm@cua.dk>
5087
5088 * ido.el (ido-mode-map): Doc fix.
5089 (ido-mode-common-map, ido-mode-file-map)
5090 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5091 (ido-define-mode-map): Rewrite. Select one of the new maps as
5092 parent for ido-mode-map instead of building from scratch.
5093 (ido-init-mode-maps): New defun to initialize new maps.
5094 (ido-mode): Call it.
5095 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5096 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5097
5098 2005-11-26 John Paul Wallington <jpw@pobox.com>
5099
5100 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
5101 `mouse-set-point' because the latter is not fbound when configured
5102 without X.
5103
5104 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
5105
5106 * files.el (file-relative-name): Doc fix.
5107
5108 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5109
5110 * progmodes/octave-inf.el (inferior-octave-startup): Force a
5111 non-empty string for secondary prompt PS2.
5112
5113 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
5114
5115 * progmodes/compile.el (compilation-setup): Fix last change.
5116
5117 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
5118
5119 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5120 (gdb-mouse-toggle-breakpoint-margin)
5121 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
5122 Add gdb-server-prefix to keep out of command history.
5123 (gdb-edit-register-value): New function.
5124 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
5125 (gdb-info-registers-custom): Use above map.
5126
5127 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
5128
5129 * custom.el (enable-theme): Signal error if argument is not a
5130 theme. Don't recalculate a face if it's not loaded yet.
5131
5132 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
5133 the `user' theme is in effect.
5134
5135 * info.el (Info-on-current-buffer): Record actual filename in
5136 Info-current-file, instead of t, or a fake filename if a non-file
5137 buffer. Make autoload.
5138 (Info-find-node, Info-revert-find-node): No need to check for
5139 Info-current-file nil.
5140 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
5141 Info-current-file is now never `t'.
5142 (Info-fontify-node): Many simplifications due to Info-current-file
5143 always being valid. Use Info-find-file to find node filename.
5144
5145 2005-11-25 David Kastrup <dak@gnu.org>
5146
5147 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
5148 new character, then delete" in order to preserve markers.
5149
5150 2005-11-25 David Ponce <david@dponce.com>
5151
5152 * recentf.el (recentf-arrange-by-rule): Handle a special
5153 `auto-mode-alist'-like "strip suffix" rule.
5154 (recentf-build-mode-rules): Handle second level auto-mode entries.
5155
5156 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
5157
5158 * viper-keym.el (viper-ESC-key): Use different values in terminal and
5159 window modes.
5160
5161 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
5162 jde-javadoc-checker-report-mode.
5163
5164 * ediff-wind (ediff-make-wide-display): Slight simplification.
5165
5166 * ediff.el (ediff-date): Change the date of last update.
5167
5168 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
5169
5170 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
5171 Use define-minor-mode, and make it a local mode. Turn on font-lock.
5172 (hi-lock-mode): New global minor mode.
5173 (turn-on-hi-lock-if-enabled): New function.
5174 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
5175 Change arguments to regexp and face instead of a font-lock pattern.
5176 Directly set face property, instead of refontifying.
5177 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
5178 (hi-lock-find-patterns): Use line-number-at-pos.
5179
5180 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
5181 arguments for hi-lock-set-pattern.
5182 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
5183 Call font-lock-fontify-buffer.
5184 (hi-lock-find-file-hook, hi-lock-current-line)
5185 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
5186
5187 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
5188 turned off.
5189
5190 * progmodes/compile.el (compilation-setup): Don't fiddle with
5191 font-lock-defaults.
5192
5193 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
5194
5195 * progmodes/gdb-ui.el (gdb-var-create-handler)
5196 (gdb-var-list-children-handler): Find values for all variable
5197 objects. gud-speedbar-buttons decides whether to display them.
5198
5199 2005-11-24 Romain Francoise <romain@orebokech.com>
5200
5201 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
5202 buffer name with a space.
5203
5204 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
5205
5206 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
5207 `org-export-local-list-max-depth'. Change default value to 3.
5208 (org-auto-renumber-ordered-lists)
5209 (org-plain-list-ordered-item-terminator): New options.
5210 (org-at-item-p, org-beginning-of-item, org-end-of-item)
5211 (org-get-indentation, org-get-string-indentation)
5212 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
5213 New functions.
5214 (org-move-item-down, org-move-item-up): New commands.
5215 (org-export-as-html): New classes for CSS support. Bug fix in
5216 regular expression detecting fixed-width regions. Respect
5217 `org-local-list-ordered-item-terminator'.
5218 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
5219 also a list item.
5220 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
5221 New item moving functions.
5222
5223 2005-11-24 Juri Linkov <juri@jurta.org>
5224
5225 * isearch.el (isearch-repeat): With empty search ring set
5226 `isearch-error' to the error string instead of signaling error
5227 with the function `error'.
5228
5229 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5230
5231 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
5232
5233 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
5234
5235 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
5236 and variable.
5237 (gdb-var-create-handler, gdb-var-list-children-handler):
5238 Don't match on "char **...".
5239 (gdb-var-update-handler): Find values for all variable objects.
5240 (gdb-info-frames-custom): Identify frames by leading "#".
5241
5242 * progmodes/gud.el (gud-speedbar-menu-items): Add
5243 gdb-speedbar-auto-raise as radio button.
5244 (gud-speedbar-buttons): Raise speedbar if requested.
5245 Don't match on "char **...".
5246 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
5247 Make it editable.
5248
5249 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
5250
5251 * info.el (Info-fontify-node): Handle the case where
5252 Info-current-file is t.
5253
5254 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5255
5256 * simple.el (blink-matching-open): Fix off-by-one in last change.
5257
5258 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5259
5260 * term/mac-win.el: Don't change default directory.
5261
5262 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
5263
5264 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
5265 buffers correctly. (It used to throw an error in such buffers.)
5266 Make it ask for confirmation in group buffers and other Custom
5267 buffers containing more than one customization item.
5268
5269 2005-11-22 John Paul Wallington <jpw@gnu.org>
5270
5271 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
5272 property on mail and url overlays.
5273 (goto-address-at-point): Use `posn-set-point' instead of
5274 `mouse-set-point' because the latter is not fbound when configured
5275 without X.
5276
5277 2005-11-22 Lars Hansen <larsh@soem.dk>
5278
5279 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
5280 (ls-lisp-classify, ls-lisp-format): Delete call to
5281 ls-lisp-parse-symlink.
5282 (ls-lisp-handle-switches): Handle symlinks to directories as
5283 directories when ls-lisp-dirs-first in non-nil.
5284
5285 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
5286
5287 * startup.el (command-line): Make sure that loaddefs.el is handled
5288 correctly in load-history.
5289
5290 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
5291
5292 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
5293 (gdb-struct-string, gdb-array-string): New constants.
5294 (gdb-info-locals-handler): Use them.
5295 (gdb-reset): Reset gdb-var-list to nil.
5296
5297 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
5300 in patterns.
5301
5302 2005-11-21 Juri Linkov <juri@jurta.org>
5303
5304 * custom.el (defcustom): Update link types in docstring.
5305
5306 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
5307
5308 * custom.el (defgroup): Add doc-string-elt info.
5309
5310 * widget.el (define-widget): Don't use declare for the doc-string-elt.
5311
5312 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5313
5314 * newcomment.el (comment-enter-backward): Fix last fix.
5315
5316 * simple.el (blink-matching-open):
5317 * paren.el (show-paren-function): Allow new paren-class info.
5318
5319 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
5320
5321 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
5322 handled automagically.
5323
5324 2005-11-20 Andreas Schwab <schwab@suse.de>
5325
5326 * descr-text.el (describe-char): When copying overlays put them
5327 over the full char description instead of just the first character
5328 of it.
5329
5330 2005-11-20 Juri Linkov <juri@jurta.org>
5331
5332 * simple.el (what-cursor-position):
5333 * descr-text.el (describe-char): Use Lisp-readable syntax
5334 for octal and hex. Reorder decimal, octal and hex values.
5335 Remove excess whitespace in the output. Use `=' in `column='
5336 like in `point=' and `Hscroll='.
5337
5338 * international/mule-cmds.el (encoded-string-description):
5339 Use Lisp-readable syntax for hex.
5340
5341 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5342
5343 * newcomment.el (comment-enter-backward): Handle the case where the
5344 comment is closed by EOB.
5345
5346 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
5347
5348 * longlines.el (longlines-before-revert-hook)
5349 (longlines-after-revert-hook): New functions.
5350 (longlines-mode): Turn off longlines temporarily when reverting.
5351 Add a message-setup-hook.
5352 (longlines-decode-buffer): New function.
5353 (longlines-wrap-line): Preserve marker positions.
5354
5355 2005-11-19 Andreas Schwab <schwab@suse.de>
5356
5357 * emacs-lisp/shadow.el: Handle compressed files.
5358
5359 2005-11-19 Romain Francoise <romain@orebokech.com>
5360
5361 * net/browse-url.el (browse-url-default-browser): Signal an error
5362 if no usable browser can be found, rather than try to load w3.
5363
5364 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
5365
5366 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
5367 replacing existing properties.
5368 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5369 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
5370 tty specs.
5371 (rcirc-server-prefix, rcirc-server): New faces.
5372 (rcirc-url-regexp): Generate with rx macro.
5373 (rcirc-last-server-message-time): New variable.
5374 (rcirc-filter): Record time of last message.
5375 (rcirc-keepalive): Kill processes that did not send a message
5376 since the last ping.
5377 (rcirc-mode): Give rcirc-topic a local binding here.
5378
5379 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
5380
5381 * subr.el (read-passwd): Fontify the prompt as we do with other
5382 prompts.
5383
5384 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
5385
5386 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
5387 binding buffer-read-only to nil.
5388
5389 2005-11-19 Eli Zaretskii <eliz@gnu.org>
5390
5391 * complete.el (partial-completion-mode):
5392 Mention completion-auto-help in the doc string.
5393
5394 * man.el (Man-highlight-references): Doc fix. Reformat code in a
5395 more Lisp-ish way.
5396
5397 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5398
5399 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
5400 digits, not 8, to avoid misalignment for files larger than 100MB.
5401
5402 2005-11-19 Eli Zaretskii <eliz@gnu.org>
5403
5404 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
5405 Mention "keyboard shortcuts" in the help text.
5406
5407 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5408
5409 * startup.el (fancy-splash-default-action): Discard only
5410 mouse-down and succeeding mouse-up events in the splash screen
5411 window so that drag-n-drop event can be processed.
5412
5413 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
5414
5415 * longlines.el (longlines-mode): Add hacks for mail-mode and
5416 message-mode.
5417
5418 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
5419
5420 * textmodes/org.el (org-table-sort-lines): New command.
5421 (org-tbl-menu): Add entry for `org-table-sort-lines'.
5422 (org-add-file): Command removed, use `org-agenda-file-to-front'
5423 instead.
5424 (org-export-icalendar): Use `org-icalendar-combined-name'.
5425 (org-cycle-agenda-files, org-agenda-file-to-end)
5426 (org-agenda-file-to-front): New commands.
5427 (org-table-tab-jumps-over-hlines, org-export-html-style):
5428 New options.
5429 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
5430 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
5431 New functions.
5432 (org-fill-paragraph): Call `org-table-align' in tables.
5433 (org-mode): Call `org-set-autofill-regexps'.
5434 (org-export-as-html): Support for local handformatted lists.
5435 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
5436 (org-export-local-list-max-depth): New option.
5437 (org-html-expand): Use `org-html-protect'.
5438
5439 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
5440
5441 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
5442 to "p".
5443 (gdb): Move definition of gud-pp to...
5444
5445 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
5446 speedbar.
5447 (gdb-find-watch-expression): New function.
5448
5449 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
5450
5451 * faces.el (face-attribute, set-face-attribute): Mention existence
5452 of `:ignore-defface' setting in docstring.
5453
5454 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5455
5456 * simple.el (completion-setup-function): Fix last change.
5457
5458 2005-11-17 John Paul Wallington <jpw@pobox.com>
5459
5460 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
5461 Use `posn-set-point' instead of `mouse-set-point' because the
5462 latter is not fbound when configured without X.
5463
5464 * comint.el (comint-insert-input): Likewise.
5465
5466 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
5467
5468 * simple.el (hard-newline): New variable.
5469 (sendmail-user-agent-compose, next-line): Use it.
5470
5471 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
5472 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
5473 (mail-mail-reply-to, mail-mail-followup-to)
5474 (mail-position-on-field, mail-signature, mail-yank-original)
5475 (mail-attach-file): Likewise.
5476
5477 * mail/mailheader.el (mail-header-format)
5478 (mail-header-format-function): Likewise.
5479
5480 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
5481
5482 2005-11-17 Juri Linkov <juri@jurta.org>
5483
5484 * font-lock.el (font-lock-faces): Rename this defgroup from
5485 `font-lock-highlighting-faces'.
5486 (font-lock-comment-face, font-lock-comment-delimiter-face)
5487 (font-lock-string-face, font-lock-doc-face)
5488 (font-lock-keyword-face, font-lock-builtin-face)
5489 (font-lock-function-name-face, font-lock-variable-name-face)
5490 (font-lock-type-face, font-lock-constant-face)
5491 (font-lock-warning-face, font-lock-negation-char-face)
5492 (font-lock-preprocessor-face)
5493 (font-lock-regexp-grouping-backslash)
5494 (font-lock-regexp-grouping-construct): Rename :group from
5495 `font-lock-highlighting-faces' to `font-lock-faces'.
5496
5497 * cus-edit.el (lisp, c, tex):
5498 * progmodes/ada-mode.el (ada):
5499 * progmodes/asm-mode.el (asm):
5500 * progmodes/cperl-mode.el (cperl-faces):
5501 * progmodes/cpp.el (cpp):
5502 * progmodes/dcl-mode.el (dcl):
5503 * progmodes/f90.el (f90):
5504 * progmodes/fortran.el (fortran):
5505 * progmodes/icon.el (icon):
5506 * progmodes/idlwave.el (idlwave-misc):
5507 * progmodes/m4-mode.el (m4):
5508 * progmodes/make-mode.el (makefile):
5509 * progmodes/meta-mode.el (meta-font):
5510 * progmodes/modula2.el (modula2):
5511 * progmodes/octave-mod.el (octave):
5512 * progmodes/pascal.el (pascal):
5513 * progmodes/perl-mode.el (perl):
5514 * progmodes/prolog.el (prolog):
5515 * progmodes/ps-mode.el (PostScript-edit):
5516 * progmodes/scheme.el (scheme):
5517 * progmodes/sh-script.el (sh-script):
5518 * progmodes/simula.el (simula):
5519 * progmodes/tcl.el (tcl):
5520 * textmodes/nroff-mode.el (nroff):
5521 * textmodes/reftex-vars.el (reftex-fontification-configurations):
5522 * textmodes/sgml-mode.el (sgml):
5523 * textmodes/texinfo.el (texinfo):
5524 Add :link (custom-group-link font-lock-faces) to defgroup.
5525
5526 * hi-lock.el (hi-lock): Rename this defgroup from
5527 `hi-lock-interactive-text-highlighting'. Change parent group from
5528 `faces' to `font-lock'. Add link to the manual.
5529 (hi-lock-mode, hi-lock-file-patterns-range)
5530 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
5531 `hi-lock-interactive-text-highlighting' to `hi-lock'.
5532 (hi-lock-faces): Add :group `faces'.
5533
5534 * cus-edit.el (custom-variable-prompt): Clarify the code.
5535
5536 * faces.el (face-read-string): Set the default value arg of
5537 completing-read.
5538
5539 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
5540
5541 * rfn-eshadow.el (file-name-shadow-properties)
5542 (file-name-shadow-tty-properties, file-name-shadow-mode):
5543 Remove autoloads, because the file is now preloaded.
5544
5545 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5546
5547 * printing.el (easy-menu-intern): Don't define.
5548 (pr-get-symbol): Use easy-menu-intern only if defined.
5549
5550 * simple.el (blink-matching-open): Simplify a bit.
5551 (completion-setup-function): Fix the case of partial-completion-mode
5552 when the minibuffer's contents start with "-".
5553 Obey completion-base-size-function even when
5554 minibuffer-completing-file-name is non-nil.
5555
5556 2005-11-16 Richard M. Stallman <rms@gnu.org>
5557
5558 * net/eudcb-ph.el (eudc-ph-open-session):
5559 Use set-process-query-on-exit-flag.
5560
5561 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
5562
5563 * international/ucs-tables.el (ucs-set-table-for-input):
5564 Use make-local-variable, not make-variable-buffer-local.
5565
5566 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5567 Improve warning message text.
5568
5569 * savehist.el (savehist-save-hook): Add :group.
5570
5571 * menu-bar.el (menu-bar-help-menu):
5572 Rename Find Extra Packages to External Packages.
5573
5574 * cus-edit.el (Custom-reset-standard): Verify that
5575 :custom-standard-value prop exists before calling it.
5576
5577 * apropos.el (apropos-calc-scores): Use apropos-pattern.
5578
5579 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
5580
5581 * wid-edit.el (color): Enclose %t in %{...%}.
5582
5583 * cus-edit.el (face): Enclose %t in %{...%}.
5584
5585 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
5586
5587 * savehist.el (savehist-mode-hook): Re-add the var.
5588 (savehist-mode): Use it.
5589
5590 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5591
5592 * textmodes/flyspell.el: Fix commenting convention.
5593 Remove unnecessary leading * in custom docstrings.
5594 (flyspell-emacs): Remove unused var.
5595 (flyspell-delete-region-overlays): Use remove-overlays.
5596 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
5597 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
5598 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
5599 (flyspell-debug-signal-word-checked): Use with-current-buffer.
5600 (make-flyspell-overlay): Don't locally reuse a global name.
5601 (flyspell-highlight-incorrect-region)
5602 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
5603 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
5604 (flyspell-notify-misspell): Remove unused args `start' and `end'.
5605 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
5606 Wrap calls to accept-process-output inside with-local-quit since it's
5607 often called from a post-command-hook.
5608 (flyspell-correct-word, flyspell-auto-correct-word):
5609 Use ispell-send-string.
5610 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
5611
5612 * calendar/diary-lib.el (diary-list-entries): Also hide the
5613 terminating newline.
5614
5615 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
5616
5617 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
5618 window-system, to allow fonts on tty.
5619
5620 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
5621
5622 * progmodes/gud.el (gud-speedbar-item-info): New function.
5623 (gud-install-speedbar-variables): Use it to display data type
5624 of watch expression as a tooltip in speedbar.
5625
5626 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
5627
5628 * font-core.el (global-font-lock-mode): Add :version keyword,
5629 because default was changed.
5630
5631 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
5632
5633 * startup.el (command-line): Use `custom-reevaluate-setting' for
5634 `file-name-shadow-mode'.
5635
5636 * loadup.el: Preload rfn-eshadow.
5637
5638 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
5639 Add :version keyword.
5640 (file-name-shadow-properties, file-name-shadow-tty-properties)
5641 (file-name-shadow): Add :version keyword.
5642
5643 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
5644 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
5645 in the custom-group property of the symbol frames and the fringe
5646 group got no link to its parent group frames.
5647 Doc fix.
5648
5649 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
5650
5651 * progmodes/gud.el (gud-stop-subjob): New function.
5652 (gud-menu-map, gud-tool-bar-map): Use it.
5653
5654 2005-11-16 Kim F. Storm <storm@cua.dk>
5655
5656 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
5657 than kill it.
5658 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
5659 to a more useful/logical place.
5660
5661 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
5662
5663 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
5664 go buttons complementary.
5665
5666 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
5669 (rfn-eshadow-sifn-equal): New function.
5670 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
5671
5672 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
5673
5674 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
5675 string.
5676
5677 * viper.el (viper-emacs-state-mode-list): Ensure that
5678 rcirc-mode buffers come up in Emacs state.
5679
5680 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
5681 operation.
5682
5683 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5684
5685 * term.el (term-termcap-format): Fix typos.
5686 (term-down): Fix the negative argument case.
5687
5688 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
5689
5690 * progmodes/gdb-ui.el: Remove face-alias left over from change on
5691 2005-08-15.
5692 (gdb-ann3): New command gud-go.
5693 (menu): Accomodate gdb-mi.el.
5694 (gdb-assembler-custom): Make buffer of selected window current
5695 so that set-window-point works.
5696
5697 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
5698 buttons and include new ones.
5699
5700 2005-11-16 Kim F. Storm <storm@cua.dk>
5701
5702 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
5703 (gud-menu-map): Use it.
5704
5705 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
5706
5707 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
5708 that works correctly for Custom and that does not override a user
5709 who disables it.
5710
5711 * help-mode.el (help-make-xrefs, help-xref-on-pp)
5712 (help-xref-interned, help-follow): Make hyperlinks for variables
5713 that are unbound, but have a non-nil variable-documentation property.
5714
5715 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
5716 mode hook. (It conflicted with defcustoms for some mode hooks.)
5717 Use the `variable-documentation' property to give the mode hook a
5718 docstring and expand that docstring.
5719
5720 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
5721
5722 * savehist.el (savehist-mode): Don't bother with
5723 `custom-set-minor-mode'.
5724 (savehist-coding-system): Check XEmacs version.
5725 (history-length): Declare also at run time.
5726 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
5727 Don't set the customize state.
5728 (savehist-minibuffer-hook): Special case for when
5729 minibuffer-history-variable is equal to t.
5730
5731 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5732
5733 * files.el (write-file): Refresh VC status.
5734
5735 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
5736 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
5737 than fundamental-mode to see if the mode was set.
5738
5739 2005-11-14 Romain Francoise <romain@orebokech.com>
5740
5741 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
5742 dummy function in `eval-when-compile' to avoid compiler warning.
5743 Require `man' at compile time.
5744
5745 2005-11-14 Jay Belanger <belanger@truman.edu>
5746
5747 * calc-alg.el (calcFunc-write-out-power): Rename it to
5748 calcFunc-powerexpand.
5749 (math-write-out-power): Rename it to math-powerexpand; have it
5750 handle negative exponents.
5751 (calc-writeoutpower): Rename it to calc-powerexpand.
5752
5753 * calc-ext.el: Change calcFunc-writeoutpower and
5754 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
5755 autoloads.
5756 Add calcFunc-ldiv to autoloads.
5757
5758 * calc-arith.el (calcFunc-ldiv): New function.
5759
5760 * calc.el (calc-left-divide): New function.
5761
5762 2005-11-14 Juri Linkov <juri@jurta.org>
5763
5764 * cus-edit.el (custom-variable-prompt): Set the default value arg
5765 of completing-read.
5766
5767 * cus-dep.el (custom-make-dependencies): Reverse the list of
5768 found dependencies.
5769
5770 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5771
5772 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
5773 Highlighting" entry, it is on by default now.
5774 (menu-bar-options-save): Do not save global-font-lock-mode.
5775
5776 2005-11-13 Richard M. Stallman <rms@gnu.org>
5777
5778 * textmodes/flyspell.el (flyspell-large-region):
5779 Call flyspell-accept-buffer-local-defs.
5780
5781 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
5782
5783 * textmodes/flyspell.el (flyspell-notify-misspell):
5784 Fix misspelling of "Misspelling".
5785 (flyspell-process-localwords): New function.
5786 (flyspell-large-region): Call flyspell-process-localwords and
5787 flyspell-delete-region-overlays.
5788 (flyspell-delete-region-overlays): New function.
5789 (flyspell-delete-all-overlays): Call that.
5790
5791 2005-11-13 Richard M. Stallman <rms@gnu.org>
5792
5793 * help.el (help-for-help-internal): Improve doc of C-h a.
5794 (describe-key): Improve prompt; doc fix.
5795
5796 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5797
5798 * vc-svn.el (vc-svn-registered): Catch all errors.
5799
5800 * cus-dep.el (custom-make-dependencies): Typo.
5801
5802 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
5803
5804 * net/tramp-util.el (top): Fix compilation warning.
5805
5806 2005-11-13 Kim F. Storm <storm@cua.dk>
5807
5808 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
5809
5810 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
5811
5812 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
5813 (gud-speedbar-buttons): Match on "const char *" too.
5814
5815 * progmodes/gdb-ui.el (gdb-var-create-handler)
5816 (gdb-var-list-children-handler): Match on "const char *" too.
5817 (gdb-var-evaluate-expression-handler): Match on empty string.
5818 (gdb-var-update-handler): Only call
5819 gdb-var-evaluate-expression-handler when required.
5820
5821 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
5822
5823 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
5824 selected window. This still doesn't work for speedbar.
5825 (gud-speedbar-buttons): Handle string expressions properly.
5826
5827 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5828 (gdb-var-create-handler): Handle string expressions properly.
5829 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
5830 Handle string expressions properly. Move "type" field into regexp.
5831
5832 2005-11-12 Karl Fogel <kfogel@red-bean.com>
5833
5834 * bookmark.el (bookmark-maybe-message): New function to reduce
5835 code duplication: invokes `message' iff baud-rate is high enough.
5836 (bookmark-write-file): Use above instead of an inline conditional.
5837 (bookmark-load): Same.
5838
5839 2005-11-12 Karl Fogel <kfogel@red-bean.com>
5840
5841 * bookmark.el (bookmark-write-file): Don't visit the destination
5842 file, just write the data to it using write-region. This is
5843 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
5844 change to avoid visiting the file in the first place.
5845
5846 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
5847
5848 * hi-lock.el (hi-lock-mode): Set the default value of
5849 font-lock-defaults.
5850
5851 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
5852
5853 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
5854 arg to `file-attributes'.
5855 (find-lisp-format): The UID and GID can now be strings.
5856
5857 2005-11-12 Kim F. Storm <storm@cua.dk>
5858
5859 * help.el (help-map): Bind C-h d to apropos-documentation.
5860
5861 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
5862 when point is at end-of-buffer.
5863
5864 * apropos.el (apropos-match-face): Doc fix.
5865 (apropos-sort-by-scores): Add new choice `verbose'.
5866 (apropos-documentation-sort-by-scores): New defcustom.
5867 (apropos-pattern): Now contains the pattern entered by the user.
5868 (apropos-pattern-quoted): New defvar.
5869 (apropos-regexp): New defvar, containing the regexp corresponding
5870 to apropos-pattern.
5871 (apropos-all-words-regexp): Rename from apropos-all-regexp.
5872 (apropos-read-pattern): New defun. Use it to read pattern arg in
5873 interactive calls; returns list of words for a word list, and
5874 string for a regexp.
5875 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
5876 parses a list of words or regexp as returned by apropos-read-pattern.
5877 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
5878 (apropos-score-doc): Return a very high score if the string
5879 entered by the user matches literally.
5880 (apropos-variable): Doc fix. Use apropos-read-pattern.
5881 (apropos-command): Doc fix. Use apropos-read-pattern and
5882 apropos-parse-pattern. Call apropos-print with nosubst=t.
5883 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
5884 apropos-parse-pattern.
5885 (apropos-documentation): Doc fix. Use apropos-read-pattern and
5886 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
5887 apropos-documentation-sort-by-scores. Call apropos-print with
5888 nosubst=t.
5889 (apropos-documentation-internal): Pass doc string through
5890 substitute-key-definition before adding text properties.
5891 Highlight substring matching literal user input if possible.
5892 (apropos-documentation-check-doc-file): Remove locals beg and end.
5893 Fix calculation of score (as added twice). Pass doc string through
5894 substitute-key-definition before adding text properties.
5895 (apropos-documentation-check-elc-file): Pass doc string through
5896 substitute-key-definition before adding text properties.
5897 Highlight substring matching literal user input if possible.
5898 (apropos-print): Add new arg NOSUBST; if set, command and variable
5899 doc strings have already been passed through substitute-key-definition.
5900 Add code to handle apropos-accumulator items without score element
5901 for backwards compatibility (e.g. with woman package).
5902 Only show scores if apropos-sort-by-scores is `verbose'.
5903
5904 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
5907 Add jka-compr-load-suffixes to load-suffixes.
5908
5909 * jka-compr.el: Require jka-cmpr-hook.
5910 (jka-compr-info-compress-message, jka-compr-info-compress-program)
5911 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
5912 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
5913 (jka-compr-info-can-append, jka-compr-info-strip-extension)
5914 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
5915 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
5916 (jka-compr-uninstall): Remove entries from
5917 jka-compr-added-to-file-coding-system-alist after they are used.
5918 (jka-compr-error): Remove unused var `curbuf'.
5919 (jka-compr-file-local-copy): Remove unused var `notfound'.
5920
5921 2005-11-10 Romain Francoise <romain@orebokech.com>
5922
5923 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
5924
5925 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
5926
5927 * progmodes/gud.el (gud-menu-map): Move parentheses.
5928 (gdb): New command gud-pv.
5929
5930 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * tar-mode.el: Remove spurious or unnecessary leading stars
5933 in docstrings.
5934 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
5935 (tar-parse-octal-integer-safe): Use mapc.
5936 (tar-header-block-summarize): Remove unused var `ck'.
5937 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
5938 cleared before. Obey default-enable-multibyte-characters.
5939 Use mapconcat. Simplify setting of tar-header-offset.
5940 (tar-mode-map): Move initialization inside delcaration.
5941 (tar-flag-deleted): Use `abs'.
5942 (tar-expunge-internal): Remove unused var `line'.
5943 (tar-expunge-internal): Don't hardcode point-min==1.
5944 (tar-expunge): Widen while doing set-buffer-multibyte.
5945 (tar-rename-entry): Use file-name-coding-system.
5946 (tar-alter-one-field): Don't hardcode point-min==1.
5947 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
5948 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
5949
5950 2005-11-10 Masatake YAMATO <jet@gyve.org>
5951
5952 * add-log.el (add-log-current-defun): Handle class::method
5953 notation of c++. Fix incorrect comment.
5954
5955 2005-11-10 Alan Mackenzie <acm@muc.de>
5956
5957 * help-fns.el (describe-variable): Make C-h v work when a variable
5958 has variable documentation yet is unbound.
5959
5960 2005-11-10 Masatake YAMATO <jet@gyve.org>
5961
5962 * man.el (Man-highlight-references): Set an empty
5963 string to `Man-arguments' if it is nil.
5964 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
5965
5966 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
5969 commenting conventions.
5970
5971 * cus-dep.el (custom-make-dependencies): Simplify.
5972 Better follow the commenting conventions.
5973
5974 2005-11-09 Richard M. Stallman <rms@gnu.org>
5975
5976 * apropos.el (apropos-pattern): Rename from apropos-regexp.
5977 (apropos-orig-pattern): Rename from apropos-orig-regexp.
5978 All uses changed.
5979 (apropos-rewrite-regexp): Doc fix.
5980 (apropos-variable, apropos-command, apropos, apropos-value):
5981 Change prompt; carry through the argument renaming.
5982
5983 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5984
5985 * find-lisp.el: Require dired.
5986 (find-lisp-find-dired-internal): Do not call
5987 `abbreviate-file-name' on DIR.
5988
5989 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
5990
5991 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
5992
5993 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
5994
5995 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
5996 when using the speedbar.
5997 (gdb): New command gud-pp.
5998 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
5999
6000 2005-11-09 Juri Linkov <juri@jurta.org>
6001
6002 * replace.el (occur-excluded-properties): New defcustom.
6003 (occur-1, occur-engine, occur-accumulate-lines): Use it.
6004
6005 2005-11-08 Jay Belanger <belanger@truman.edu>
6006
6007 * calc/calc-units.el (math-convert-units): Replace any composite
6008 unit by its definition.
6009
6010 2005-11-08 Lars Hansen <larsh@soem.dk>
6011
6012 * emacs-lisp/autoload.el (update-directory-autoloads):
6013 Add obsolete function alias.
6014
6015 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6016
6017 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6018 comment-indent-function.
6019 (lisp-comment-indent): Replace by an alias for comment-indent-default.
6020
6021 * reveal.el (reveal-post-command): Rework the handling of
6022 reveal-open-spots, so as to be more reliable. There were several
6023 tricky corner cases where an open spot might be lost, or where
6024 a closed spot might end up on the list of open spots.
6025 Only reveal text that's ellipsised.
6026
6027 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
6028
6029 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
6030
6031 2005-11-07 John Paul Wallington <jpw@gnu.org>
6032
6033 * ibuffer.el (ibuffer): Search iconified frames too when
6034 getting Ibuffer buffer's window.
6035
6036 2005-11-06 Richard M. Stallman <rms@gnu.org>
6037
6038 * progmodes/compile.el (compilation-internal-error-properties):
6039 save-excursion around the computation of MARKER.
6040
6041 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
6042
6043 * textmodes/flyspell.el (flyspell-external-point-words):
6044 flyspell-get-word returns a list, not just a string.
6045
6046 2005-11-06 John Paul Wallington <jpw@pobox.com>
6047
6048 * ibuffer.el (ibuffer): Search all visible frames when getting
6049 Ibuffer buffer's window.
6050
6051 2005-11-07 Masatake YAMATO <jet@gyve.org>
6052
6053 * man.el (Man-reference-regexp): Accept spaces between
6054 `Man-name-regexp' and `Man-section-regexp'.
6055 (Man-apropos-regexp): New variable.
6056 (Man-abstract-xref-man-page): Use value for `Man-target-string'
6057 if available.
6058 (Man-highlight-references, Man-highlight-references0):
6059 Handle the case when `Man-arguments' includes "-k".
6060 (Man-highlight-references0): Rename the argument `TARGET-POS' to
6061 `TARGET'. `TARGET' can be a number, function or nil.
6062
6063 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
6064
6065 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
6066 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6067 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
6068 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6069 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
6070 (gdb-send-item): Use buffer-local-value and simplify.
6071
6072 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
6073
6074 * startup.el (command-line): Use `custom-reevaluate-setting' for
6075 `global-font-lock-mode'.
6076
6077 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6078 by default, except in batch mode or when the -D option is given.
6079
6080 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6081 specified keyword args on to `define-minor-mode'. Update docstring.
6082
6083 2005-11-05 Romain Francoise <romain@orebokech.com>
6084
6085 * replace.el (occur-engine): Add marker at end of line, too.
6086
6087 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6088
6089 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6090 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6091 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6092 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6093 argument to all these routines, so the passphrase can be managed
6094 externally and passed in to the system.
6095 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6096 pgg-add-passphrase-to-cache function.
6097
6098 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6099 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6100 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6101 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6102 argument to all these routines, so the passphrase can be managed
6103 externally and passed in to the system.
6104 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6105 function.
6106
6107 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6108
6109 * font-lock.el: Don't deal with font-lock-face-attributes here,
6110 move the code ...
6111
6112 * startup.el (command-line): ... here. Use face-spec-set instead
6113 of custom-declare-face.
6114
6115 * faces.el (face-spec-set): Reset the face if spec is not nil.
6116
6117 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6118
6119 * newcomment.el (comment-region-internal): Box more tightly in the
6120 common case where there's no TAB in the boxed text.
6121
6122 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6123
6124 * info.el (info-tool-bar-map): Use images prev-node, next-node and
6125 up-node.
6126
6127 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
6128
6129 * newsticker.el: Commentary updated. Code formatting changed.
6130 (newsticker-version): Change to "1.9".
6131 (newsticker, newsticker-feed): Doc fix.
6132 (newsticker-url-list): Doc fix. Add option "Weekly".
6133 (newsticker-retrieval-interval): Add option "Weekly".
6134 (newsticker-headline-processing): Doc fix.
6135 (newsticker-auto-mark-filter): Remove.
6136 (newsticker-auto-mark-filter-list): New.
6137 (newsticker-layout, newsticker-sort-method): Doc fix.
6138 (newsticker-hide-old-items-in-newsticker-buffer)
6139 (newsticker-heading-format, newsticker-item-format)
6140 (newsticker-desc-format): Doc fix.
6141 (newsticker-show-all-rss-elements): Remove.
6142 (newsticker-show-all-news-elements): New.
6143 (newsticker-faces, newsticker-ticker): Doc fix.
6144 (remove-from-invisibility-spec): Code formatting.
6145 (newsticker--process-ids): New.
6146 (newsticker-mode): Doc fix.
6147 (newsticker-mode): Change mode-line-format.
6148 (newsticker-start): Remove debug output.
6149 (newsticker-start-ticker): Doc fix. Add autoload cookie.
6150 (newsticker-w3m-show-inline-images): Code formatting.
6151 (newsticker-next-item): Call `force-mode-line-update'.
6152 (newsticker-previous-item): Call `force-mode-line-update'.
6153 (newsticker-next-feed): Call `force-mode-line-update'.
6154 (newsticker-previous-feed): Call `force-mode-line-update'.
6155 (newsticker-mark-all-items-at-point-as-read): Code formatting.
6156 (newsticker-show-old-items): Do not show descs.
6157 (newsticker-hide-entry): Hide too much.
6158 (newsticker-hide-entry, newsticker-show-entry)
6159 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
6160 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
6161 (newsticker-toggle-auto-narrow-to-item): Code formatting.
6162 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
6163 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
6164 (newsticker-get-news): Call `force-mode-line-update'.
6165 Collect process ids.
6166 (newsticker--sentinel): Change coding system handling.
6167 Move image retrieval to new functions newsticker--get-logo-url-*.
6168 Move feed parsing to new functions newsticker--parse-*.
6169 Update list of process ids.
6170 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
6171 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
6172 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
6173 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
6174 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6175 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6176 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
6177 (newsticker--decode-coding-string): Remove.
6178 (newsticker--decode-numeric-entities): Check input. Format code.
6179 (newsticker--remove-whitespace): Check input.
6180 (newsticker--do-forget-preformatted): Doc fix.
6181 (newsticker--decode-rfc822-date): Allow for missing time.
6182 (newsticker--update-process-ids): New.
6183 (newsticker--image-sentinel): Change comment.
6184 (newsticker--image-read): Change error message.
6185 (newsticker--imenu-goto): Doc fix. Show headline title.
6186 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
6187 (newsticker--buffer-do-insert-text): Clean whitespace in
6188 html-rendered headline title. Code formatting.
6189 Call `newsticker--buffer-print-extra-elements'.
6190 (newsticker--buffer-print-extra-element): Remove.
6191 (newsticker--buffer-print-extra-elements): New.
6192 (newsticker--buffer-do-print-extra-element): New.
6193 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
6194 large sizes.
6195 (newsticker--run-auto-mark-filter)
6196 (newsticker--do-run-auto-mark-filter):
6197 Use `newsticker-auto-mark-filter-list'.
6198
6199 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
6200
6201 * net/rcirc.el: Use split-string OMIT-NULLS argument.
6202 (rcirc-print): Force redisplay before running hooks. Do long
6203 buffer truncation after making new text read-only. Deal with nil
6204 text when decoding strings. If TARGET is nil, use either the
6205 currently selected buffer, if it is an rcirc buffer and of the
6206 same process or the process buffer.
6207 (rcirc-mode): Remove header-line. Recompute short buffer names.
6208 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
6209 (rcirc-short-buffer-name): Add variable.
6210 (rcirc-kill-buffer-hook): Recompute short buffer names.
6211 Remove nick from private channel.
6212 (rcirc-send-input): Send command text to current-buffer.
6213 Don't clear overlay arrow here.
6214 (rcirc-short-buffer-name): Return a short buffer name.
6215 (rcirc-update-short-buffer-names, rcirc-abbreviate)
6216 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
6217 buffer-name abbreviations.
6218 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
6219 Do not touch nick-table when killing a parted channel.
6220 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
6221 Clear arrow from current buffer if it is now hidden.
6222 (rcirc-current-buffer): Add variable.
6223 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6224 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
6225 Remove -face from names.
6226 (rcirc-update-activity-string): Print "DND" when globally ignoring
6227 activity.
6228 (rcirc-ignore-buffer-activity-flag): Rename from
6229 rcirc-ignore-channel-activity.
6230 (rcirc-ignore-all-activity-flag): Doc fix.
6231 (rcirc-channels): Remove variable.
6232 (rcirc-kill-buffer-hook):
6233 (rcirc-get-buffer-create): Add nick to private channel.
6234 (rcirc-multiline-edit-submit): Remove tabs.
6235 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
6236 folded.
6237 (rcirc-remove-nick-channel): Bug fix.
6238 (rcirc-toggle-ignore-buffer-activity): Rename from
6239 rcirc-toggle-ignore-channel-activity.
6240 (rcirc-record-activity): Add buffers to the front of the list.
6241 (rcirc-update-activity): Remove killed buffers from list.
6242 (rcirc-process-server-response-1): Remove last argument if it is
6243 null before calling handler.
6244 (rcirc): Add "rcirc" defcustom prefix.
6245 (rcirc-prompt): Simplify default prompt.
6246 Use custom-initialize-default.
6247 (rcirc-private-chats): Remove variable.
6248 (rcirc-prompt): Change initialization.
6249 (rcirc-version): Remove function.
6250 (rcirc-id-string): Add constant.
6251 (rcirc-last-buffer): Remove variable.
6252 (rcirc-buffer-alist): Add variable.
6253 (rcirc-connect): Update variable setup.
6254 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
6255 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
6256 default.
6257 (rcirc-handler-generic): Trigger activity.
6258 (rcirc-send-message): Create the buffor of the target.
6259 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
6260 (rcirc-get-buffer): Just return nil if there is no matching buffer.
6261 (rcirc-multiline-edit-cancel): Remove function.
6262 (rcirc-set-last-buffer): Remove function.
6263 (rcirc-get-any-buffer): Add function.
6264 (rcirc-join-channels): Don't print /join text.
6265 (rcirc-toggle-ignore-channel-activity): Add and update echo area
6266 messages.
6267 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
6268 (rcirc-handler-NOTICE): Recognize CTCP responses.
6269 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
6270 constructing TOPIC string for buffers we are not JOINed.
6271 (rcirc-handler-CTCP-response): Add handler.
6272 (rcirc-multiline-edit-submit): Restore the window-configuration
6273 before adjusting point.
6274 (rcirc): Add customization group.
6275 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
6276 (rcirc-user-full-name, rcirc-startup-channels-alist)
6277 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
6278 (rcirc-ignore-all-activity-flag, rcirc-time-format)
6279 (rcirc-input-ring-size, rcirc-read-only-flag)
6280 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
6281 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
6282 Change defvar to defcustom.
6283 (rcirc-update-prompt): Add optional ALL arg, which will update
6284 prompts in all rcirc buffers. Regexp quote replacement text.
6285 (rcirc-fill-column): Accept frame-width as a value.
6286 (rcirc-set-changed): Add function.
6287 (rcirc-next-active-buffer): Write more meaningful messages.
6288 (rcirc-faces): Add customization group.
6289 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
6290 (rcirc-nick-in-message-face, rcirc-prompt-face)
6291 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
6292 (with-rcirc-process-buffer): Move before first usage.
6293 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
6294 (rcirc-debug-flag): Rename from `rcirc-log-p'.
6295 (rcirc-debug): Rename from `rcirc-log'.
6296 (rcirc-format-response-string): Do not print `-' chars for a
6297 NOTICE with no sender. Simplify output of server responses.
6298
6299 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6300
6301 (rcirc-browse-url-map, rcirc-browse-url-at-point)
6302 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
6303 Make urls mouse and RET clickable.
6304
6305 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6306
6307 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
6308
6309 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6310
6311 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6312 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6313 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6314 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6315 argument to all these routines, so the passphrase can be managed
6316 externally and passed in to the system.
6317 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6318 pgg-add-passphrase-to-cache function.
6319
6320 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6321 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6322 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6323 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6324 argument to all these routines, so the passphrase can be managed
6325 externally and passed in to the system.
6326 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6327 function.
6328
6329 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
6330
6331 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
6332 from goto-address-url-regexp.
6333
6334 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
6335
6336 * textmodes/org.el (org-read-date, org-goto-calendar)
6337 (org-recenter-calendar, org-agenda-goto-calendar):
6338 Temporarily clear `calendar-move-hook'.
6339
6340 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
6341
6342 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
6343 merging.
6344
6345 * ediff-util.el (ediff-previous-difference): Don't skip regions that
6346 have merge clashes.
6347
6348 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6349
6350 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6351 Undo previous change.
6352
6353 * startup.el (command-line): Use `custom-reevaluate-setting' for
6354 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
6355 tty-register-default-colors on Mac.
6356
6357 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
6358
6359 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
6360 (gdb-buffer-type): Make it automatically buffer local...
6361 (gdb-get-create-buffer): ...and set it accordingly.
6362 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
6363 actually work.
6364
6365 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
6366
6367 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
6368 not red.
6369
6370 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
6371
6372 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
6373 case GUD buffer is not visible.
6374 (gdb-goto-breakpoint): Try to force display in source buffer.
6375 (gdb-frame-gdb-buffer): Copy other similar functions.
6376 (gdb-restore-windows): Don't display source if not asked for.
6377 (gdb-assembler-buffer-name): Don't capitalise.
6378
6379 2005-11-03 Richard M. Stallman <rms@gnu.org>
6380
6381 * wid-edit.el (key-sequence): New widget type.
6382
6383 * simple.el (set-mark-command-repeat-pop): New variable.
6384 (set-mark-command): Only interpret plan C-@ after a pop as a pop
6385 if set-mark-command-repeat-pop is true.
6386
6387 * info.el (Info-fontify-node): Don't display extra "see" if there
6388 already is one here.
6389
6390 * mouse.el: Fix special handling of DEL after dragging a region:
6391 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
6392 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
6393
6394 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
6395
6396 * textmodes/ispell.el (ispell-command-loop): Change `i' description
6397 not to assume it pertains to an affix.
6398
6399 * textmodes/flyspell.el (flyspell-post-command-hook):
6400 Bind deactivate-mark to prevent deactivation.
6401
6402 2005-11-03 Lars Hansen <larsh@soem.dk>
6403
6404 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
6405 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
6406 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
6407
6408 2005-11-03 Romain Francoise <romain@orebokech.com>
6409
6410 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
6411 Update copyright years.
6412
6413 2005-11-03 Sam Steingold <sds@gnu.org>
6414
6415 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6416 Use system-type instead of window-system because window-system is not
6417 correctly defined during loadup.
6418
6419 2005-11-02 Mark A. Hershberger <mah@everybody.org>
6420
6421 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
6422 (xml-parse-tag): Join strings separated by a comment properly.
6423
6424 2005-11-02 Andreas Schwab <schwab@suse.de>
6425
6426 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
6427
6428 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6429
6430 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
6431 (byte-optimize-pure-func): Quote the eval'd value.
6432
6433 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6434 Rename from perl-font-lock-syntactic-face-function.
6435 Change the calling convention so it can be used as a font-lock MATCHER.
6436 Do the parse-partial-sexp loop outselves.
6437 (perl-font-lock-syntactic-keywords): Use it.
6438 (perl-mode): Don't set font-lock-syntactic-face-function any more.
6439
6440 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
6441
6442 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
6443 disassembly buffer too.
6444 (gdb-exited): Remove overlay arrows when execution has finished.
6445 (gdb-info-frames-custom, gdb-info-threads-custom)
6446 (gdb-info-registers-custom): Don't add inappropriate text
6447 properties if inferior is not active.
6448
6449 2005-11-02 Glenn Morris <rgm@gnu.org>
6450
6451 * progmodes/fortran.el (fortran-blink-match):
6452 Use `blink-matching-delay'.
6453
6454 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
6455
6456 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
6457
6458 2005-11-02 Lars Hansen <larsh@soem.dk>
6459
6460 * net/tramp.el (tramp-action-out-of-band): Handle scp message
6461 "Permission denied".
6462
6463 2005-11-01 Richard M. Stallman <rms@gnu.org>
6464
6465 * textmodes/flyspell.el (flyspell-external-point-words):
6466 Pass nil to flyspell-get-word.
6467
6468 2005-11-02 Kim F. Storm <storm@cua.dk>
6469
6470 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
6471 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
6472
6473 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6474
6475 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
6476 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6477 (calendar-mouse-print-dates): Add optional `event' argument.
6478 Update interactive-spec.
6479 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
6480 Use `calendar-event-to-date' instead of `event'.
6481
6482 2005-11-02 Masatake YAMATO <jet@gyve.org>
6483
6484 * progmodes/ld-script.el (ld-script-builtins):
6485 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
6486 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
6487 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
6488
6489 2005-11-01 Romain Francoise <romain@orebokech.com>
6490
6491 * vc-sccs.el: Update copyright year.
6492 * ezimage.el: Likewise.
6493
6494 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
6495
6496 * info.el (Info-fontify-node): Use `string-width' for fontifying
6497 underlined titles.
6498
6499 2005-11-01 Juri Linkov <juri@jurta.org>
6500
6501 * info.el (Info-fontify-node): Downcase node header keywords Node,
6502 Prev, Next, Up before comparison.
6503 (Info-history): Insert absolute directory name, and put invisible
6504 property on it.
6505
6506 2005-11-01 Juri Linkov <juri@jurta.org>
6507
6508 * info.el (Info-file-supports-index-cookies): New variable.
6509 (Info-find-node-2): Check makeinfo version for index cookie support.
6510 (Info-index-nodes): Search for nodes with index cookies only when
6511 Info-file-supports-index-cookies is t. Otherwise, search nodes
6512 with "Index" in the node name.
6513 (Info-index-node): Search index cookie in the current node only when
6514 Info-file-supports-index-cookies is t. Otherwise, check the word
6515 "Index" in the node name.
6516 (Info-find-emacs-command-nodes): Remove code that searches nodes
6517 with "Index" node name in the top menu.
6518
6519 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6520
6521 * progmodes/scheme.el (scheme-mode-variables): Use the default
6522 comment-indent-function.
6523
6524 * faces.el (face-attribute): Handle the case where a face inherits from
6525 a non-existent face.
6526
6527 * simple.el (eval-expression-print-format): Use lisp-readable syntax
6528 for octal and hexa output, and merge the char into the paren.
6529 (kill-new): Use push.
6530 (copy-to-buffer): Use with-current-buffer.
6531 (completion-setup-function): Move code in loop to remove redundancy.
6532 (minibuffer-local-must-match-map): Don't add bindings that duplicate
6533 those inherited from minibuffer-local-completion-map.
6534
6535 * savehist.el (savehist-mode) <defcustom>:
6536 Use custom-set-minor-mode if available.
6537 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
6538 and emit a message if applicable.
6539
6540 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
6541
6542 * savehist.el: Sync up to version 19.
6543 (savehist-mode): New minor mode.
6544 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
6545 (savehist-length): Remove (use history-length instead).
6546 (savehist-file-modes): Rename from savehist-modes.
6547 (savehist-save-hook, savehist-loaded): New vars.
6548 (savehist-load): Use savehist-mode. Try to smooth up transition from
6549 old format to new format.
6550 (savehist-install): Allow savehist-autosave-interval to be nil.
6551 (savehist-save): Run the new hook. Be more careful to only trim the
6552 history variables.
6553 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
6554 (savehist-printable): Print into a buffer rather than char-by-char.
6555
6556 2005-11-01 John Wiegley <johnw@newartisans.com>
6557
6558 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
6559 toggle-ignore keybinding (C-a). The author said it had been
6560 disabled much earlier due to a possible incompatibility, but after
6561 many months of usage I have encountered no problems (and it is a
6562 rather useful option, especially for switching to " *temp*").
6563
6564 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
6565 support for OS/X's AddressBook, by calling out to the open source
6566 program "contacts" (installable through Fink).
6567
6568 * net/eudc.el (eudc-expand-inline): If the
6569 `eudc-multiple-match-handling-method' is set to `all', delete the
6570 query string before inserting the query result.
6571
6572 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
6573 flag, to prevent Eshell from using the system ls when
6574 `eshell-ls-insert-directory' is in used.
6575 (eshell-ls-insert-directory): Disable font-lock in directory
6576 buffer so that Eshell's own fontification is seen. This broke
6577 recently due to changes in font-lock, so this goes back to version
6578 21 behavior.
6579
6580 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
6581
6582 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
6583 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
6584 (gdb-many-windows): Doc fix.
6585
6586 2005-10-31 Romain Francoise <romain@orebokech.com>
6587
6588 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
6589
6590 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
6591
6592 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
6593 that global-font-lock-mode can be enabled by default.
6594
6595 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
6596 (font-lock-add-keywords, font-lock-remove-keywords)
6597 (font-lock-fontify-buffer): Remove autoload cookies.
6598
6599 * jit-lock.el (jit-lock-register): Likewise.
6600
6601 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
6602
6603 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
6604
6605 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
6606 intact if there is no gud-comint-buffer.
6607
6608 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
6609
6610 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
6611 old prompt comint-prompt-read-only is t and GDB commands are
6612 issued from tool bar etc.
6613
6614 2005-10-31 Masatake YAMATO <jet@gyve.org>
6615
6616 * vc.el (vc-directory-exclusion-list): Add "{arch}".
6617
6618 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6619
6620 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
6621 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
6622
6623 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
6624
6625 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
6626 starting at beginning of line. Fontification is messed up when
6627 `open-paren-in-column-0-is-defun-start' set to t.
6628 Reported by John Paul Wallington <jpw@pobox.com>.
6629
6630 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
6631
6632 * comint.el (comint-send-input): Call `comint-update-fence' when
6633 `comint-process-echoes' and `comint-prompt-read-only' are both
6634 non-nil, to avoid leftover read-only newline.
6635
6636 2005-10-30 Richard M. Stallman <rms@gnu.org>
6637
6638 * textmodes/flyspell.el (flyspell-external-point-words):
6639 Detect when WORD can't be checked properly because
6640 flyspell-get-word finds just part of it, and move on.
6641
6642 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
6643 boundarychar for Polish.
6644 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
6645 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
6646
6647 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
6648
6649 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
6650 (gdb-registers-font-lock-keywords): Delete.
6651 (gdb-registers-mode): Don't fontify.
6652 (gdb-info-registers-custom): Use text properties instead as, in
6653 future, changed register values will use font-lock-warning-face.
6654 (gdb-local-font-lock-keywords): Rename to...
6655 (gdb-locals-font-lock-keywords): ...for consistency.
6656
6657 2005-10-30 Andre Spiegel <spiegel@gnu.org>
6658
6659 * vc.el (vc-switch-backend): Better error message if the buffer is
6660 not visiting a file under version control.
6661
6662 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
6663
6664 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
6665
6666 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
6667 ~/.emacs.d/.emacs.
6668
6669 2005-10-29 Richard M. Stallman <rms@gnu.org>
6670
6671 * replace.el (occur-mode-mouse-goto): Always go to other window.
6672 (occur-mode-goto-occurrence): Always switch in same window.
6673
6674 * simple.el (undo): Display message at end, not at start.
6675
6676 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
6677 New arg REUSE-CELL.
6678 (cancel-timer-internal): New function.
6679 (timer-event-handler): Use cancel-timer-internal,
6680 and pass the cell it returns to timer-activate...
6681
6682 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
6683 (jit-lock-deferred-fontify, jit-lock-context-fontify)
6684 (jit-lock-after-change): Test memory-full.
6685
6686 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
6687
6688 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6689 part of the decoded armor to find the key-identifier.
6690 (pgg-gpg-lookup-key-owner): New function to return the
6691 human-readable identifier of a key owner.
6692 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6693 key itself.
6694 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6695 the key value) if we have a key and can match it against a secret
6696 key. Also, added a note pointing out fact that the prompt only
6697 indicates the first matching key.
6698
6699 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
6700 pgg-decrypt-region.
6701 (pgg-pending-timers): A new hash for tracking the passphrase cache
6702 timers, so that new ones supercede old ones.
6703 (pgg-add-passphrase-to-cache): Rename from
6704 `pgg-add-passphrase-cache' to reduce confusion (all callers
6705 changed). Modified to cancel old timers when new ones are added.
6706 (pgg-remove-passphrase-from-cache): Rename from
6707 `pgg-remove-passphrase-cache' to reduce confusion (all callers
6708 changed). Modified to cancel old timers when their keys are
6709 removed from the cache.
6710 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6711 XEmacs, an indirection to delete-itimer.
6712 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6713 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6714 users can only check cache without risk of prompting. Correct bug in
6715 notruncate behavior.
6716 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
6717 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6718 Add informative docstrings.
6719 (pgg-decrypt): Convey provided passphrase in subordinate call to
6720 pgg-decrypt-region.
6721
6722 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6723 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6724 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6725 `passphrase' argument, so the passphrase can be managed externally
6726 and then passed in to the system.
6727
6728 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6729 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
6730 so the passphrase cache can be used reliably with identifiers
6731 besides a pgp packet's key id.
6732
6733 * pgg-gpg.el (pgg-pgp-encrypt-region)
6734 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6735 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6736 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6737 argument to all these routines, so the passphrase can be managed
6738 externally and passed in to the system.
6739
6740 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6741 `notruncate' argument, so the passphrase cache can be used
6742 reliably with identifiers besides a pgp packet's key id.
6743
6744 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
6745
6746 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6747 symmetric encryption.
6748 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6749 encrypted session key.
6750 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6751 message ask for the passphrase in a proper way.
6752
6753 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6754 New user commands for symmetric encryption.
6755
6756 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
6757
6758 * textmodes/conf-mode.el (conf-assignment-sign)
6759 (conf-assignment-regexp): Fix docstrings.
6760 (conf-mode-initialize): New function.
6761 (conf-mode): Remove optional args. Use delay-mode-hooks to
6762 recognize recursive calls.
6763 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
6764 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
6765 (conf-xdefaults-mode): Use define-derived-mode and
6766 conf-mode-initialize.
6767
6768 2005-10-29 Romain Francoise <romain@orebokech.com>
6769
6770 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
6771
6772 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
6773
6774 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6775 part of the decoded armor to find the key-identifier.
6776 (pgg-gpg-lookup-key-owner): New function to return the
6777 human-readable identifier of a key owner.
6778 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6779 key itself.
6780 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6781 the key value) if we have a key and can match it against a secret
6782 key. Also, added a note pointing out fact that the prompt only
6783 indicates the first matching key.
6784
6785 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
6786 pgg-decrypt-region.
6787 (pgg-pending-timers): A new hash for tracking the passphrase cache
6788 timers, so that new ones supercede old ones.
6789 (pgg-add-passphrase-to-cache): Rename from
6790 `pgg-add-passphrase-cache' to reduce confusion (all callers
6791 changed). Modified to cancel old timers when new ones are added.
6792 (pgg-remove-passphrase-from-cache): Rename from
6793 `pgg-remove-passphrase-cache' to reduce confusion (all callers
6794 changed). Modified to cancel old timers when their keys are
6795 removed from the cache.
6796 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6797 XEmacs, an indirection to delete-itimer.
6798 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6799 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6800 users can only check cache without risk of prompting. Correct bug in
6801 notruncate behavior.
6802 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
6803 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6804 Add informative docstrings.
6805 (pgg-decrypt): Convey provided passphrase in subordinate call to
6806 pgg-decrypt-region.
6807
6808 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
6809
6810 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6811 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6812 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6813 `passphrase' argument, so the passphrase can be managed externally
6814 and then passed in to the system.
6815
6816 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6817 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
6818 so the passphrase cache can be used reliably with identifiers
6819 besides a pgp packet's key id.
6820
6821 * pgg-gpg.el (pgg-pgp-encrypt-region)
6822 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6823 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6824 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6825 argument to all these routines, so the passphrase can be managed
6826 externally and passed in to the system.
6827
6828 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6829 `notruncate' argument, so the passphrase cache can be used
6830 reliably with identifiers besides a pgp packet's key id.
6831
6832 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
6833
6834 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6835 symmetric encryption.
6836 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6837 encrypted session key.
6838 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6839 message ask for the passphrase in a proper way.
6840
6841 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6842 New user commands for symmetric encryption.
6843
6844 2005-10-28 Bill Wohler <wohler@newt.com>
6845
6846 * help-mode.el (help-url): New button type. Calls browse-url.
6847 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
6848 Similar to Info nodes: URL `url'.
6849 (help-make-xrefs): Create help-url buttons for
6850 help-xref-url-regexp matches.
6851
6852 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
6853
6854 * tool-bar.el (tool-bar-add-item-from-menu)
6855 (tool-bar-local-item-from-menu): Fix doc strings.
6856
6857 2005-10-28 Romain Francoise <romain@orebokech.com>
6858
6859 * ldefs-boot.el: Update.
6860
6861 * subr.el (locate-library): Move from help-fns.el.
6862 * help-fns.el (locate-library): Move to subr.el.
6863
6864 2005-10-28 Richard M. Stallman <rms@gnu.org>
6865
6866 * net/tramp.el (tramp-completion-mode): defvar moved up.
6867
6868 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
6869
6870 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
6871
6872 * files.el (find-file-noselect): Use %d to format large file size.
6873
6874 * bindings.el (mode-line-format): Add %e.
6875
6876 * loadup.el ("facemenu"): Load unconditionally.
6877 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
6878 ("x-dnd"): Load, when appropriate.
6879
6880 * startup.el (command-line): Call before-init-hook earlier.
6881 Warn about some bad characters in -u user name.
6882
6883 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
6884 (flyspell-external-point-words): Error if misspelled word is not found.
6885 Set flyspell-large-region-beg at end of word.
6886
6887 2005-10-28 Andreas Schwab <schwab@suse.de>
6888
6889 * view.el (View-revert-buffer-scroll-page-forward):
6890 Use view-page-size-default.
6891
6892 2005-10-28 Juri Linkov <juri@jurta.org>
6893
6894 * international/quail.el (quail-get-current-str): Translate last
6895 raw character for deterministic input methods.
6896
6897 2005-10-27 Jay Belanger <belanger@truman.edu>
6898
6899 * calc/calc-ext.el: Add functions to autoloads.
6900 (math-identity-matrix-p, math-ident-row-p): New functions.
6901
6902 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
6903 multiplication by an identity matrix; don't turn multiplication by
6904 an inverse matrix into division.
6905 (math-div-symbol-fancy): Replace division by matrices with
6906 multiplication by inverse.
6907
6908 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
6909
6910 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
6911 (calc-writeoutpower): New functions.
6912
6913 2005-10-27 Romain Francoise <romain@orebokech.com>
6914
6915 * replace.el (occur-engine): Include colon in mouse-face highlight.
6916
6917 * dired-x.el: Change Maintainer field.
6918
6919 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
6920
6921 * longlines.el (longlines-mode): Bind after-change-functions to
6922 nil during initial decoding and final encoding.
6923
6924 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6925
6926 * term.el (term-emulate-terminal, term-handle-colors-array)
6927 (term-handle-ansi-escape): Specify the terminfo capabilities
6928 implemented.
6929
6930 2005-10-26 Richard M. Stallman <rms@gnu.org>
6931
6932 * info.el (Info-fontify-node): Fix detection of sentence-break
6933 before *Note.
6934
6935 2005-10-26 Romain Francoise <romain@orebokech.com>
6936
6937 * smerge-mode.el: Add `tools' to file keywords.
6938
6939 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
6940
6941 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
6942 when the fringe is not available.
6943
6944 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
6945 (def-gdb-auto-update-trigger): Simplify construction.
6946 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
6947 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
6948 defined explicitly.
6949 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
6950 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
6951 defined explicitly.
6952 (gdb-info-locals-custom): Remove as it's a no-op.
6953
6954 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
6955
6956 * longlines.el (longlines-mode): Remove narrowing before
6957 performing the initial decoding or final encoding.
6958
6959 2005-10-25 Romain Francoise <romain@orebokech.com>
6960
6961 * emacs-lisp/find-func.el (find-library-name): Also strip
6962 extension if library name ends in .el, to take advantage of
6963 `find-library-suffixes'.
6964
6965 2005-10-25 Richard M. Stallman <rms@gnu.org>
6966
6967 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
6968
6969 2005-10-25 Juri Linkov <juri@jurta.org>
6970
6971 * textmodes/texinfo.el (texinfo-mode): Change charset of one
6972 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
6973
6974 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
6977 (blackbox-redefine-key): Add argument `map'.
6978
6979 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
6980 regions when moving the jit-lock-context-unfontify-pos boundary.
6981
6982 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6983
6984 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
6985
6986 2005-10-25 Masatake YAMATO <jet@gyve.org>
6987
6988 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
6989
6990 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
6991
6992 * play/blackbox.el (blackbox-redefine-key): New function.
6993 (blackbox-mode-map): Use it to remap existing bindings for cursor
6994 motion instead of binding literal keys.
6995
6996 2005-10-25 Glenn Morris <rgm@gnu.org>
6997
6998 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
6999 diary does not end in a newline. Do not assume a blank line at
7000 the start of the diary file.
7001
7002 2005-10-25 Kenichi Handa <handa@m17n.org>
7003
7004 * international/quail.el (quail-translate-key): If the input
7005 method is deterministic and failed to handle the last key, restart
7006 the key handling loop from an appropriate key.
7007
7008 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
7009
7010 * vc.el (vc-dired-mode): Extend comment for binding of
7011 `directory-listing-before-filename-regexp'.
7012
7013 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7014
7015 * textmodes/texinfo.el (texinfo-mode):
7016 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
7017 not to unnecessarily expose emacs-mule's internal char codes.
7018
7019 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
7020
7021 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
7022 Display hand pointer and help-echo on disabled icon too.
7023 (gdb-mouse-until): New function.
7024 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
7025
7026 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
7027
7028 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
7029 with 2005-10-23 change to doctor.el.
7030
7031 * finder.el (finder-mode-map): Add follow-link binding.
7032
7033 2005-10-25 Kim F. Storm <storm@cua.dk>
7034
7035 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
7036 to gdb-mouse-toggle-breakpoint-fringe.
7037 (gdb-mouse-toggle-breakpoint-margin): Rename from
7038 gdb-mouse-toggle-breakpoint. Fix doc.
7039 (gdb-mouse-toggle-breakpoint-fringe): New defun.
7040 (gdb-put-string): Add optional SPROPS arg. Add props to string.
7041 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7042 string properties also for fringe breakpoint bitmaps.
7043
7044 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
7045
7046 * textmodes/org.el (org-start-icalendar-file): Fix format form.
7047
7048 2005-10-25 Masatake YAMATO <jet@gyve.org>
7049
7050 * simple.el (completion-common-substring):
7051 Use `completion-common-substring' prior to `completion-base-size'.
7052
7053 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
7054
7055 * savehist.el: Require CL while compiling.
7056 (savehist-history-variables): Remove.
7057 (savehist-save-minibuffer-history, savehist-additional-variables)
7058 (savehist-minibuffer-history-variables): New vars.
7059 (savehist-save): Use them.
7060 (savehist-uninstall, savehist-minibuffer-hook): New funs.
7061 (savehist-install): New fun, extracted from savehist-load.
7062 (savehist-load): Use them.
7063
7064 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7065
7066 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7067 a dummy doc-string-elt property.
7068 (defalias, defvaralias, define-category): Add a docstring property.
7069
7070 * image.el (defimage):
7071 * widget.el (define-widget):
7072 * custom.el (defface, defcustom): Add `doc-string' declaration.
7073
7074 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7075 (defadvice): Add `doc-string' declaration.
7076
7077 * emacs-lisp/byte-run.el (macro-declaration-function):
7078 Handle `doc-string' declarations.
7079 (define-obsolete-function-alias, define-obsolete-variable-alias):
7080 Add `doc-string' declaration.
7081
7082 2005-10-24 Kenichi Handa <handa@m17n.org>
7083
7084 * international/utf-7.el (utf-7): Add autoload cookie.
7085
7086 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7087
7088 2005-10-24 Eli Zaretskii <eliz@gnu.org>
7089
7090 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7091 list of directories passed to batch-update-autoloads. Add "." to
7092 the list of the echoed directories.
7093
7094 * pgg-def.el:
7095 * pgg-gpg.el:
7096 * pgg-parse.el:
7097 * pgg-pgp.el:
7098 * pgg-pgp5.el:
7099 * pgg.el: Moved here from the gnus subdirectory.
7100
7101 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
7102
7103 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7104 in case comint-prompt-read-only is set to t.
7105
7106 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7107 in case comint-prompt-read-only is set to t.
7108
7109 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
7110
7111 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7112 Now a string.
7113 (icalendar-import-format): Handle CLASS, STATUS, URL.
7114 Rename `subject' to `summary'.
7115 (icalendar-import-format-summary): Rename from
7116 `icalendar-import-format-subject'.
7117 (icalendar-import-format-url, icalendar-import-format-status)
7118 (icalendar-import-format-class): New variables.
7119 (icalendar--rris): Take variable argument list.
7120 (icalendar--datestring-to-isodate): Remove unnecessary
7121 calendar-style check when converting dates with explicit month names.
7122 (icalendar-export-region): Change return type of conversion
7123 subroutines. Bury current buffer unless error occurred.
7124 (icalendar--convert-to-ical)
7125 (icalendar--parse-summary-and-rest): New functions.
7126 (icalendar--convert-ordinary-to-ical)
7127 (icalendar--convert-weekly-to-ical)
7128 (icalendar--convert-yearly-to-ical)
7129 (icalendar--convert-block-to-ical)
7130 (icalendar--convert-cyclic-to-ical)
7131 (icalendar--convert-anniversary-to-ical): Change return type.
7132 Strip trailing blanks from subject.
7133 (icalendar--convert-sexp-to-ical): Change return type.
7134 Strip trailing blanks from subject. Handle simple sexp
7135 entries as generated by icalendar.el.
7136 (icalendar--convert-float-to-ical)
7137 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
7138 (icalendar-import-file): Doc fix.
7139 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
7140 Correct call to icalendar--rris.
7141 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
7142 `summary'.
7143 (icalendar--add-diary-entry): Rename `subject' to `summary'.
7144
7145 2005-10-24 Romain Francoise <romain@orebokech.com>
7146
7147 * server.el (server-sentinel): Set query-on-exit flag to nil on
7148 new client processes (it isn't inherited from the server process).
7149
7150 * replace.el (occur-engine): Rearrange text properties.
7151
7152 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7153
7154 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
7155 case-fold-search is nil.
7156 (debug-help-follow): Use help-xref-interned directly.
7157
7158 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
7159
7160 * thumbs.el (thumbs-image-type): Add .pbm.
7161
7162 2005-10-23 Richard M. Stallman <rms@gnu.org>
7163
7164 * faces.el (inhibit-face-set-after-frame-default): New variable.
7165 (set-face-attribute): Bind it.
7166 (face-set-after-frame-default): Test it.
7167
7168 * help-fns.el (describe-simplify-lib-file-name): New function.
7169 (describe-function-1, describe-variable): Use it.
7170
7171 * faces.el (describe-face): Use describe-simplify-lib-file-name.
7172
7173 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
7174 Eliminate nil as possible value.
7175 (tooltip-hide-delay): Reduce internal-border-width.
7176
7177 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
7178 (menu-bar-file-menu) <new-file>: Likewise.
7179
7180 * simple.el (line-move-finish): Ignore fields computing LINE-END.
7181
7182 * international/mule.el (load-with-code-conversion):
7183 Pass full file name to `eval-buffer' unless preloading.
7184
7185 * textmodes/flyspell.el (flyspell-large-region):
7186 Call ispell-check-version.
7187
7188 * textmodes/ispell.el (ispell-local-dictionary-overridden):
7189 Fix the make-variable-buffer-local call that was supposed
7190 to be for this variable.
7191 (ispell-aspell-supports-utf8): Doc fix.
7192 (ispell-find-aspell-dictionaries): Preserve elements of
7193 ispell-dictionary-alist for dictionaries that aspell doesn't report.
7194 (ispell-aspell-find-dictionary): Return nil on error.
7195
7196 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
7197 (doctor-symptoms): Likewise.
7198
7199 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
7200
7201 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
7202
7203 * cus-edit.el (custom-button, custom-button-pressed): New vars.
7204 (custom-raised-buttons): Add :set spec.
7205 (custom-button-unraised, custom-button-pressed-unraised):
7206 New faces, so that custom-raised-buttons actually does something.
7207 (custom-mode): Use custom-button and custom-button-pressed.
7208
7209 * wid-edit.el (widget-specify-button): Don't ignore
7210 widget-mouse-face on graphic terminals.
7211 (widget-move-and-invoke): Cleanup.
7212
7213 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
7214
7215 * whitespace.el (whitespace-cleanup): Doc fix.
7216
7217 2005-10-23 Romain Francoise <romain@orebokech.com>
7218
7219 * emulation/viper.el (viper-set-hooks): Quote forms passed to
7220 `eval-after-load' to avoid evaluating their result.
7221
7222 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
7223
7224 * files.el (directory-listing-before-filename-regexp):
7225 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
7226
7227 * dired.el (dired-move-to-filename-regexp): Remove.
7228 All occurences replaced by `directory-listing-before-filename-regexp'.
7229
7230 * dired-x.el, locate.el, vc.el:
7231 Replace `dired-move-to-filename-regexp' by
7232 `directory-listing-before-filename-regexp'. In vc.el it is
7233 overwritten locally; maybe this can be handled in files.el too.
7234
7235 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
7236 replaced by `directory-listing-before-filename-regexp'.
7237
7238 2005-10-23 Andreas Schwab <schwab@suse.de>
7239
7240 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
7241 and eval-next-after-load.
7242
7243 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7244
7245 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
7246 exist, create it.
7247
7248 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
7249
7250 * allout.el: Remove autoloads for mailcrypt and crypt++.
7251 Require pgg, pgg-gpg during compilation.
7252 (allout-version): Increment version number to 2.1, and use a literal
7253 rather than RCS Id.
7254 (allout-default-encryption-scheme): Remove.
7255 (allout-passphrase-verifier-handling)
7256 (allout-passphrase-verifier-string)
7257 (allout-file-passphrase-verifier-string)
7258 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
7259 (allout-passphrase-hint-handling): Rename and simplify.
7260 (allout-init): Use `find-file-hook' if available, otherwise
7261 `find-file-hooks'.
7262 (allout-mode): Use `write-file-functions' if available, otherwise
7263 `local-write-file-hooks' and, instead of making auto-save-hook
7264 buffer local, make the write-file-hook activity contingent to
7265 allout-mode.
7266 (allout-mode): Use key-binding substitution in the docstring.
7267 (allout-kill-line): Spell-out kill ring data structure mutation
7268 instead of using byte-compiler-complaint-provoking `pop'.
7269 (allout-insert-listified): Use `insert' rather than `insert-string'
7270 (allout-toggle-current-subtree-encryption): Update docstring, adjust
7271 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
7272 (allout-encrypt-string): Totally revamped vis new underlying
7273 encryption facilities.
7274 (allout-mc-activate-passwd): Remove.
7275 (allout-obtain-passphrase): New, more or less replaces
7276 allout-mc-activate-passwd.
7277 (allout-encrypted-key-info): More or less replaces
7278 allout-encrypted-text-type.
7279 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
7280 (my-mark-marker): Use `(featurep 'xemacs)'.
7281
7282 2005-10-23 Lars Hansen <larsh@soem.dk>
7283
7284 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
7285 (byte-compile-file-form-defmumble, byte-compile-defun)
7286 (byte-compile-defmacro): Use it.
7287 (byte-compile-form): Don't call byte-compile-set-symbol-position
7288 when a byte-compile handler is called.
7289
7290 2005-10-22 Romain Francoise <romain@orebokech.com>
7291
7292 * savehist.el (savehist-history-variables): Add `grep-find-history'.
7293
7294 * subr.el (eval-after-load): Convert library name to an absolute
7295 file name using locate-library, since load-history no longer has
7296 library names in it.
7297
7298 2005-10-22 Richard M. Stallman <rms@gnu.org>
7299
7300 * files.el (make-temp-file): Move from subr.el.
7301 * subr.el (make-temp-file): Move to files.el.
7302
7303 * window.el (get-buffer-window-list): Move from subr.el.
7304 * subr.el (get-buffer-window-list): Move to window.el.
7305
7306 * image.el (image-load-path): Use eval-at-startup to initialize.
7307
7308 * subr.el (eval-at-startup): New macro.
7309
7310 * subr.el: Much rearrangement of functions and division
7311 into pages. No code changes.
7312
7313 2005-10-22 Kenichi Handa <handa@m17n.org>
7314
7315 * tar-mode.el (tar-extract): Be sure to call
7316 find-operation-coding-system if set-auto-coding doesn't find a
7317 coding system.
7318
7319 2005-10-22 Kim F. Storm <storm@cua.dk>
7320
7321 * image.el (image-type-header-regexps): Rename from image-type-regexps.
7322 Change users.
7323 (image-type-file-name-regexps): New defconst.
7324 (image-type-from-data): Simplify loop.
7325 (image-type-from-buffer): New defun.
7326 (image-type-from-file-header): Use it instead of image-type-from-data.
7327 Use image-search-load-path instead of only looking in data-directory.
7328 (image-type-from-file-name): New defun.
7329 (image-search-load-path): Change `pathname' to `filename'.
7330 Make PATH arg optional, default to image-load-path.
7331
7332 2005-10-21 Richard M. Stallman <rms@gnu.org>
7333
7334 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
7335
7336 * textmodes/paragraphs.el (sentence-end-base): New variable.
7337 (sentence-end): Use sentence-end-base.
7338
7339 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7340
7341 * font-lock.el (font-lock-default-fontify-region): Check the multiline
7342 property independently from the font-lock-multiline variable.
7343
7344 2005-10-21 Richard M. Stallman <rms@gnu.org>
7345
7346 * emacs-lisp/find-func.el (find-library-name): Doc fix.
7347
7348 * startup.el (command-line): Convert library names
7349 in `load-history' to absolute file names.
7350
7351 * subr.el (symbol-file): Doc fix.
7352
7353 * loadhist.el (file-loadhist-lookup): Call locate-library
7354 instead of find-library-name. Don't try converting
7355 abs file names to library names, since load-history no longer
7356 has library names in it.
7357 (file-dependents, file-provides, file-requires): Doc fixes.
7358
7359 2005-10-21 Juri Linkov <juri@jurta.org>
7360
7361 * progmodes/etags.el (tags-table-mode): New function.
7362 (tags-verify-table): Replace initialize-new-tags-table with
7363 tags-table-mode.
7364
7365 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
7366 default value.
7367 (desktop-modes-not-to-save): Add tags-table-mode to the
7368 default value.
7369
7370 * info.el (Info-index-next): Add total number of index
7371 alternatives to the message.
7372
7373 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
7374 backward only space (instead of space and period) before looking
7375 at sentence end.
7376
7377 * simple.el (set-variable): Use user-variable-p instead of symbolp.
7378 Add the old variable value as 4th default-value arg of read-string.
7379
7380 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7381
7382 * cus-face.el (custom-declare-face): Make face from X resources
7383 also on Mac.
7384
7385 * disp-table.el (standard-display-g1, standard-display-graphic):
7386 Refuse to use string glyphs also on Mac.
7387 (standard-display-european): Don't set terminal coding system also
7388 on Mac.
7389
7390 * frame.el (display-screens): Use x-display-screens also on Mac.
7391
7392 2005-10-21 Romain Francoise <romain@orebokech.com>
7393
7394 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
7395
7396 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7397
7398 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
7399 and $? into sexps.
7400
7401 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
7402 warning face on open-paren-in-column-0.
7403
7404 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
7405 boundary case. Fix typo.
7406 Suggested by Martin Rudalics <rudalics@gmx.at>.
7407
7408 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
7409
7410 * textmodes/org.el (org-combined-agenda-icalendar-file)
7411 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
7412 (org-export-icalendar-this-file)
7413 (org-export-icalendar-all-agenda-files)
7414 (org-export-icalendar-combine-agenda-files): New commands.
7415 (org-export-icalendar, org-print-icalendar-entries)
7416 (org-start-icalendar-file, org-finish-icalendar-file)
7417 (org-ical-ts-to-string): New functions.
7418 (org-read-date, org-goto-calendar)
7419 (org-agenda-goto-calendar): Inhibit displaying diary entries by
7420 call to `calendar'.
7421 (orgtbl-setup): Remove the :keys arguments from the menu description.
7422 (org-after-save-iCalendar-file-hook): New variable.
7423
7424 2005-10-21 Kenichi Handa <handa@m17n.org>
7425
7426 * language/vietnamese.el (tcvn-5712): Make it an alias of
7427 vietnamese-tcvn coding-system.
7428
7429 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
7430
7431 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
7432 group id is given.
7433
7434 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7435
7436 * progmodes/sh-script.el (sh-escaped-line-re): New var.
7437 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
7438 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
7439 whose line is either continued or ends with a comment.
7440
7441 2005-10-20 Romain Francoise <romain@orebokech.com>
7442
7443 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
7444
7445 * replace.el (occur-engine): Add follow-link property.
7446
7447 * font-core.el (font-lock-mode): Doc fix.
7448
7449 2005-10-20 Richard M. Stallman <rms@gnu.org>
7450
7451 * net/rcirc.el: New file.
7452
7453 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
7454
7455 * term.el (term-term-name): Initialize to "eterm-color".
7456
7457 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
7458
7459 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
7460 for encryption functionality.
7461 Move allout customization subgroup from `editing' to `outlines' group.
7462 Fix commentary keywords to legitimate ones.
7463 Update author info (using my current email address, obscurified).
7464 (allout-encrypt-string, allout-encryption-produce-work-buffer)
7465 (allout-encrypted-topic-p, allout-encrypted-text-type)
7466 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
7467 (allout-situate-encryption-key-verifier)
7468 (allout-get-encryption-key-verifier, allout-verify-key)
7469 (allout-next-topic-pending-encryption)
7470 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
7471 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
7472 (outline-key-verifier-handling, outline-key-hint-handling)
7473 (outline-encrypt-unencrypted-on-saves): New defcustoms.
7474 (allout-file-key-verifier-string, allout-encryption-scheme)
7475 (allout-key-verifier-string, allout-key-hint-string)
7476 (allout-after-save-decrypt): New variables.
7477 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
7478 (allout-after-saves-handler): New hook functions.
7479 (allout-post-command-business): Do allout-after-save-decrypt.
7480 (allout-enable-file-variable-adjustment): Custom var to enable
7481 mechanism for adding and adjusting settings of Emacs file variables.
7482 (allout-adjust-file-variable, allout-file-vars-section-data):
7483 New functions, implement the mechanism.
7484 (outlineify-sticky): Use the file vars mechanism.
7485 (allout-inhibit-protection, allout-during-write-cue)
7486 (allout-override-protect, allout-before-change-protect): Remove.
7487 (allout-flag-region, allout-open-topic): Adjust read-only text.
7488 (allout-open-line-not-read-only): Add to facilitate read-only
7489 text based protection.
7490 (allout-kill-line): Revise to adjust read-only text, clue the
7491 user about the inhibition.
7492 (allout-unprotected): Use unwind-protect.
7493 (allout-shift-in, allout-shift-out): Disallow manually shifting a
7494 topic deeper than the offspring depth of the previous topic -
7495 avoiding confusing "containment discontinuities".
7496 (allout-reindent-bodies): Fix retention of body relative hanging
7497 indent during promotion of collapsed bodies.
7498 (allout-open-topic): Make it easy to open new topic with same
7499 bullet as current topic - topic creation functions provided with
7500 any universal argument provokes now prompt for bullet, defaulting
7501 to the bullet of the previous topic.
7502 (allout-plain-bullets-string, allout-distinctive-bullets-string):
7503 Plain bullet alternates `.' period and `,' comma only. All other
7504 bullets are relegated to special status (but customizable).
7505 (allout-end-of-entry): Rename from allout-end-of-current-entry
7506 since it actually operates w.r.t. most immediately containing
7507 entry, visible or not.
7508 (allout-hide-current-entry, allout-show-current-entry): Use the
7509 revised version.
7510 (allout-old-expose-topic): Solidify deprecation.
7511 (allout-end-of-subtree): Add so we can span concealed as well
7512 as visible topics.
7513 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
7514 (allout-end-of-current-heading): Tweak to just respect the first line.
7515 (allout-get-body-text): Add.
7516 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
7517 when invoked interactively.
7518 (allout-up-current-level): Use `interactive-p'.
7519 (allout-mode, allout-init): Miscellaneous docstring and
7520 operational refinements, as well as hookups of new encryption stuff.
7521 (allout-beginning-of-current-entry): Now works as advertised.
7522 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
7523 (allout-isearch-rectification): Refine condition for isearching.
7524 (allout-isearch-abort, allout-enwrap-isearch)
7525 (allout-flag-region, my-region-active-p): Relocate some macros.
7526 (allout-title): Fallback title is (buffer-name), not
7527 non-existing (current-buffer-name).
7528 (subst-char-in-string): Define if absent (for some XEmacs versions).
7529
7530 2005-10-20 Jari Aalto <jari.aalto@cante.net>
7531
7532 * mail/sendmail.el (mail-setup-hook, mail-aliases)
7533 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
7534 (mail-citation-prefix-regexp, mail-signature-file)
7535 (mail-default-headers, mail-bury-selects-summary)
7536 (mail-send-nonascii): Add autoload cookies.
7537
7538 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7539
7540 * frame.el (blink-cursor-mode): Add `mac' to the list of
7541 window-system's that support blinking cursor.
7542
7543 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
7544
7545 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
7546
7547 2005-10-20 Eli Zaretskii <eliz@gnu.org>
7548
7549 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
7550 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
7551 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
7552
7553 2005-10-20 Kim F. Storm <storm@cua.dk>
7554
7555 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
7556 (ido-set-current-directory): Don't add / after final @.
7557 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
7558 Explicitly handle ange-ftp completion oddities.
7559 (ido-make-file-list): Don't rotate list at tramp root to avoid
7560 triggering tramp file handler for expand-file-name via get-file-buffer.
7561
7562 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7563
7564 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
7565
7566 2005-10-19 Jay Belanger <belanger@truman.edu>
7567
7568 * calc/calc-units.el (math-standard-units): Add units, adjust
7569 symbols and update values.
7570 (math-unit-prefixes): Add more prefixes.
7571
7572 2005-10-19 Romain Francoise <romain@orebokech.com>
7573
7574 * bookmark.el (bookmark-menu-heading): New face.
7575 (bookmark-bmenu-list): Use it.
7576 Don't fiddle with `baud-rate' at top-level.
7577
7578 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
7579
7580 * image.el (create-image, find-image): Mention max-image-size in
7581 docstring.
7582
7583 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7584
7585 * savehist.el (savehist-load): Revert to checking XEmacs.
7586
7587 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
7588 Various docstring and line-width fixups.
7589 (conf-mode): Use cond.
7590 Set font-lock-defaults. Don't set comment-use-syntax.
7591
7592 2005-10-18 David Ponce <david@dponce.com>
7593
7594 * tree-widget.el (tree-widget-button-click): New function.
7595 (tree-widget-button-keymap): Use it.
7596
7597 2005-10-18 Romain Francoise <romain@orebokech.com>
7598
7599 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7600 (bookmark-bmenu-hide-filenames): Add follow-link property.
7601 Improve help-echo text.
7602
7603 * ffap.el (find-file-at-point): Doc fix.
7604
7605 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7606
7607 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
7608
7609 2005-10-18 Masatake YAMATO <jet@gyve.org>
7610
7611 Install to the CVS repository what I forgot to install in my
7612 2005-10-16 changes.
7613
7614 * progmodes/python.el (python-complete-symbol): Pass the common
7615 prefix substring of completion to `display-completion-list'.
7616
7617 * textmodes/org.el (org-complete): Ditto.
7618
7619 2005-10-18 Masatake YAMATO <jet@gyve.org>
7620
7621 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
7622
7623 * woman.el (WoMan-xref-man-page): New button type derived
7624 from `Man-abstract-xref-man-page'.
7625 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
7626
7627 * man.el (Man-abstract-xref-man-page): New button type.
7628 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
7629 (Man-highlight-references): Add new optional argument `xref-man-type'.
7630
7631 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
7632
7633 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
7634
7635 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
7636
7637 * cus-edit.el (Custom-move-and-invoke): Delete.
7638 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
7639
7640 * wid-edit.el (widget-move-and-invoke): New function, from
7641 Custom-move-and-invoke.
7642
7643 2005-10-17 Bill Wohler <wohler@newt.com>
7644
7645 Move all remaining images from lisp/toolbar to etc/images, move
7646 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
7647 the low resolution images in their own directory (low-color).
7648
7649 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
7650 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
7651 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
7652 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
7653 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
7654 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
7655 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
7656
7657 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
7658 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
7659 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
7660 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
7661 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
7662 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
7663 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
7664 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
7665 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
7666 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
7667 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
7668 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
7669 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
7670 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
7671 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
7672
7673 To conform with convention, replace the underscore (_) in the
7674 following image names with dash (-) or (/) as appropriate.
7675
7676 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
7677 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
7678 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
7679 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
7680 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
7681 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
7682 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
7683 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
7684 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
7685 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
7686 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
7687 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
7688 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
7689 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
7690 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
7691
7692 * info.el (info-tool-bar-map): Replace underscores in image names
7693 with dashes.
7694
7695 * makefile.w32-in (WINS): Remove toolbar.
7696
7697 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
7698
7699 * tool-bar.el: Move to lisp from toolbar. Now that
7700 toolbar is empty, it should be deleted when folks run "cvs up -P".
7701
7702 2005-10-18 Jay Belanger <belanger@truman.edu>
7703
7704 * calc/calc-store.el (calc-store-into): Get the proper variable name
7705 to display in message.
7706
7707 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
7708
7709 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
7710 expressions display in speedbar for all buffers when debugging.
7711 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
7712
7713 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
7714 (speedbar-insert-button, speedbar-make-button):
7715 Use add-text-properties.
7716 (speedbar-update-localized-contents)
7717 (speedbar-update-directory-contents)
7718 (speedbar-update-special-contents): Use dolist.
7719 (speedbar-buffer-easymenu-definition): Add a menu separator.
7720
7721 2005-10-17 Jason Rumney <jasonr@gnu.org>
7722
7723 * makefile.w32-in: Use $(lisp) consistently.
7724 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
7725 for shell specific generation of mh-autoloads.
7726
7727 2005-10-17 Richard M. Stallman <rms@gnu.org>
7728
7729 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
7730
7731 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7732
7733 * jit-lock.el (jit-lock-fontify-now):
7734 Move jit-lock-context-unfontify-pos to avoid wasted work.
7735
7736 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
7737
7738 * net/tramp.el (tramp-completion-mode): New defvar. Used in
7739 `tramp-completion-mode' for checking if we are in completion mode.
7740 (tramp-completion-handle-file-name-all-completions): Reorder code
7741 in order to complete for file names only in case there are no
7742 method/user/host completions. This is necessary for cooperation
7743 with ido. Reported by Kim F. Storm <storm@cua.dk>.
7744
7745 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
7746
7747 * longlines.el (longlines-search-forward)
7748 (longlines-search-backward): Match any number of spaces.
7749
7750 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
7751
7752 * diff-mode.el (diff-mode): Doc fix.
7753
7754 2005-10-16 David Reitter <david.reitter@gmail.com>
7755
7756 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
7757 as default on darwin and windows systems.
7758
7759 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
7760
7761 * arc-mode.el (archive-zip-extract): Doc fix.
7762
7763 2005-10-16 Romain Francoise <romain@orebokech.com>
7764
7765 * mouse.el (mouse-1-click-follows-link): Doc fix.
7766
7767 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7768
7769 * savehist.el: Don't require CL at runtime.
7770 (savehist-xemacs): Remove.
7771 (savehist-coding-system): Use utf-8 if present, regardless of religion.
7772 (savehist-no-conversion): Use (featurep 'xemacs).
7773 (savehist-load): Check existence of start-itimer rather than XEmacs.
7774 Use an idle timer.
7775 (savehist-process-for-saving): Replace use of CL funs `subseq' and
7776 `delete-if-not'.
7777
7778 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
7779
7780 * savehist.el: Newer version.
7781 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
7782 (savehist-last-checksum, savehist-no-conversion): New vars.
7783 (savehist-autosave, savehist-process-for-saving, savehist-printable):
7784 New functions.
7785 (savehist-load, savehist-save): Use them.
7786 (savehist-delimit): Remove.
7787
7788 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7789
7790 * progmodes/compile.el (compilation-goto-locus): Display the
7791 compilation buffer first and the source buffer second, in case they're
7792 in overlapping frames. Don't raise the compilation frame if it was the
7793 selected window upon entry. Pass the `other-window' arg to
7794 pop-to-buffer.
7795
7796 * info.el (Info-fontify-node): Use dolist.
7797 Change add-text-properties to put-text-property.
7798
7799 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7800
7801 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
7802 bound of search.
7803
7804 2005-10-16 Masatake YAMATO <jet@gyve.org>
7805
7806 * dabbrev.el (dabbrev-completion): Pass the common
7807 prefix substring of completion to `display-completion-list'.
7808
7809 * filecache.el (file-cache-minibuffer-complete)
7810 (file-cache-complete): Ditto.
7811
7812 * tempo.el (tempo-display-completions): Ditto.
7813
7814 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
7815
7816 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
7817
7818 * eshell/em-hist.el (eshell-list-history): Ditto.
7819
7820 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
7821
7822 * mail/mailalias.el (mail-complete): Ditto.
7823
7824 * progmodes/etags.el (complete-tag): Ditto.
7825
7826 * progmodes/make-mode.el (makefile-complete): Ditto.
7827
7828 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
7829
7830 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
7831
7832 * progmodes/pascal.el (pascal-complete-word)
7833 (pascal-show-completions): Ditto.
7834
7835 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
7836
7837 * simple.el (completion-common-substring): New variable.
7838 (completion-setup-function): Use `completion-common-substring'
7839 to put faces.
7840
7841 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7842
7843 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
7844 (x-get-selection, mac-select-convert-to-string): Convert from/to
7845 UTF-16 clipboard data as in native byte order, no BOM.
7846
7847 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
7848
7849 * progmodes/gud.el (gud-tool-bar-map): Rename the images
7850 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
7851 (gud-sentinel): Use speedbar-frame to check for speedbar.
7852
7853 2005-10-15 Richard M. Stallman <rms@gnu.org>
7854
7855 * savehist.el: New file.
7856
7857 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
7858
7859 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
7860 Fix bug in \bf fontification.
7861
7862 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7863
7864 * pcvs.el (cvs-edit-log-files): New var.
7865 (cvs-mode-edit-log): New arg `file'.
7866 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
7867 Instead force the use of the original file and nothing else.
7868 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
7869 the cvs-minor-wrap-function is set.
7870 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
7871
7872 2005-10-14 Bill Wohler <wohler@newt.com>
7873
7874 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
7875 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
7876 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
7877 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
7878 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
7879 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
7880 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
7881 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
7882 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
7883 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
7884 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
7885 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
7886 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
7887 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
7888 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
7889
7890 * progmodes/gud.el (gud-tool-bar-map): Rename the images
7891 appropriately (for example, gud-break to gud/break).
7892
7893 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
7894
7895 * longlines.el (longlinges-search-function)
7896 (longlines-search-forward, longlines-search-backward): New functions.
7897 (longlines-mode): Set isearch-search-fun-function to
7898 longlinges-search-function.
7899
7900 * mouse.el (mouse-drag-region-1): Handle the case where a
7901 double-click event is bound to an arbitrary function.
7902
7903 2005-10-14 David Ponce <david@dponce.com>
7904
7905 * recentf.el (recentf-track-opened-file)
7906 (recentf-track-closed-file, recentf-update-menu)
7907 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
7908 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
7909 mouse-1-click-follows-link.
7910
7911 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7912
7913 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
7914 Gnome file-manager.png. Suggested by
7915 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
7916
7917 * toolbar/README: Add diropen.xpm.
7918
7919 2005-10-13 Bill Wohler <wohler@newt.com>
7920
7921 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
7922 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
7923
7924 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7925
7926 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7927 Don't waste the byte-compiler's time on constant data.
7928
7929 2005-10-13 Kenichi Handa <handa@m17n.org>
7930
7931 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
7932 byte with `escape-glyph' face.
7933
7934 * international/fontset.el (ccl-encode-unicode-font):
7935 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
7936 Handle the case that ucs-mule-to-mule-unicode translates a character to
7937 ASCII (usually for IPA characters).
7938
7939 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
7942 Don't hide the underline of titles if font-lock-mode is disabled.
7943
7944 2005-10-12 Bill Wohler <wohler@newt.com>
7945
7946 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
7947 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
7948 files in MH-E-SRC have been updated.
7949 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
7950
7951 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7952
7953 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
7954 (mixal-mode-syntax-table): Add \n as end-comment.
7955 (mixal-operation-codes-alist): Immediately initialize to full value.
7956 (mixal-add-operation-code): Remove.
7957 (mixal-describe-operation-code): Make the arg non-optional.
7958 Use the interactive spec instead.
7959 Use mixal-operation-codes-alist rather than mixal-operation-codes.
7960 (mixal-font-lock-keywords): Don't highlight comments here any more.
7961 (mixal-font-lock-syntactic-keywords): New var.
7962 (mixal-mode): Use it. Fix comment-start-skip.
7963
7964 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7965
7966 * startup.el (command-line-x-option-alist): -nb => -nbi
7967
7968 2005-10-12 Kim F. Storm <storm@cua.dk>
7969
7970 * startup.el (fancy-splash-default-action): Discard mouse click in
7971 the splash screen window, as it has no sensible meaning in the
7972 next window to be selected. Fixes error reported by Jan D.
7973
7974 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7975
7976 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
7977
7978 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7979
7980 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
7981 Try to fix up minor layout issues like indentation, line break, etc...
7982 (mixal-mode-syntax-table): Don't try to specify comment syntax,
7983 because it doesn't work.
7984 (mixal-operation-codes): Add some more codes.
7985 (mixal-font-lock-keywords): Process comments here.
7986 (mixal-mode): mixasm no longer needs -g option.
7987
7988 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
7989
7990 * progmodes/sh-script.el (sh-tmp-file):
7991 Use mktemp -t. Finish support for es and rc shells.
7992
7993 2005-10-11 Jay Belanger <belanger@truman.edu>
7994
7995 * calc/calcalg2.el (calc-integral): With an argument, compute the
7996 definite integral.
7997
7998 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
7999
8000 * mouse.el (mouse-drag-region-1): Don't try to catch a
8001 double-click when doing follow-link (it's overridden anyway).
8002
8003 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
8004
8005 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
8006 (autoload-print-form-outbuf): Add docstring.
8007
8008 2005-10-11 Juri Linkov <juri@jurta.org>
8009
8010 * info.el (Info-mode-menu): Delete menu item "Edit".
8011 (Info-mode): Delete description of Info-edit from docstring,
8012 and rearrange descriptions of Info commands in the order
8013 they are documented in the Info manual.
8014
8015 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8016
8017 * calendar/appt.el (appt-check): Use diary-selective-display var.
8018
8019 2005-10-10 Richard M. Stallman <rms@gnu.org>
8020
8021 * net/newsticker.el (newsticker-start, newsticker-show-news):
8022 Add autoload cookies.
8023
8024 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
8025
8026 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
8027
8028 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
8029
8030 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
8031
8032 2005-10-10 Jay Belanger <belanger@truman.edu>
8033
8034 * calc/calc-arith.el (math-check-known-scalarp)
8035 (math-check-known-matrixp): Check the values of arguments that are
8036 variables.
8037 (math-check-known-square-matrixp): New function.
8038 (math-known-square-matrixp): Use math-check-known-square-matrixp.
8039 (math-super-types): Add sqmatrix type.
8040
8041 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
8042 mode name `square' to `sqmatrix'.
8043
8044 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
8045 mode name `square' to `sqmatrix'.
8046
8047 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8048
8049 * progmodes/etags.el (select-tags-table-mode): Don't use
8050 selective-display.
8051 (tags-select-tags-table): Pass `button' to the action function.
8052 (select-tags-table): Place the side-info on button properties rather
8053 than in hidden text. Abbreviate file names.
8054 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8055 (select-tags-table-select): Add `button' argument.
8056 Get side-info from the button property rather than from hidden text.
8057
8058 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
8059
8060 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
8061 (gud-speedbar-buttons): Preserve point if possible.
8062 (gud-sentinel): Restore previous speedbar display type.
8063
8064 * progmodes/gdb-ui.el (gdba): Improve diagram.
8065 (def-gdb-auto-update-handler, gdb-info-locals-handler)
8066 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8067 Call get-buffer-window once.
8068
8069 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8070
8071 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8072 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8073 (pascal-indent-command): Remove unused var `ind'.
8074 (pascal-indent-case): Remove unused var `oldpos'.
8075 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8076 since it's now used as a proper minor mode map.
8077 (pascal-outline): Rename to pascal-outline-mode.
8078 (pascal-outline-mode): Use define-minor-mode.
8079 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8080 selective-display.
8081
8082 2005-10-10 Andreas Schwab <schwab@suse.de>
8083
8084 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8085 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
8086
8087 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8088 outside source directory.
8089
8090 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
8091
8092 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
8093 C-x' as a prefix.
8094 (orgtbl-mode-map): Full keymap instead of sparse, because all
8095 `self-insert-command' keys are redefined in this map.
8096 (org-export-as-html): Specify charset for HTML file, by taking it
8097 from the coding system.
8098
8099 2005-10-10 Kenichi Handa <handa@m17n.org>
8100
8101 * textmodes/flyspell.el (flyspell-check-word-p):
8102 If unread-command-events is non-empty, don't call sit-for.
8103
8104 2005-10-09 Richard M. Stallman <rms@gnu.org>
8105
8106 * font-lock.el (font-lock-syntactic-keywords)
8107 (font-lock-keywords): Doc fixes.
8108
8109 * textmodes/flyspell.el (flyspell-external-point-words):
8110 Simplify logic, and don't try to check for consecutive appearances
8111 of one incorrect word.
8112
8113 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
8114
8115 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
8116 separator.
8117
8118 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
8119 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
8120 (gud-expansion-speedbar-buttons): New function.
8121 (gud-speedbar-buttons): Check for gud-comint-buffer.
8122
8123 2005-10-09 Bill Wohler <wohler@newt.com>
8124
8125 * Makefile.in (updates): Add mh-loaddefs dependency.
8126
8127 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
8128
8129 * speedbar.el (speedbar-file-key-map): Fix typo.
8130
8131 2005-10-09 Daniel Brockman <daniel@brockman.se>
8132
8133 * cus-start.el (line-spacing): Add custom spec.
8134
8135 2005-10-09 Romain Francoise <romain@orebokech.com>
8136
8137 * textmodes/ispell.el (ispell-check-version): Fix last change.
8138
8139 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8140
8141 * term/x-win.el: Remove -i, --icon-type from comment.
8142
8143 * startup.el (command-line-x-option-alist): Remove options -i,
8144 -itype, --icon-type, added -nb, --no-bitmap-icon
8145
8146 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
8147
8148 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
8149 instead of :active.
8150
8151 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
8152
8153 * textmodes/ispell.el (ispell-check-version):
8154 Ignore hyphen, and all that follows, in aspell's version text.
8155
8156 2005-10-08 Jay Belanger <belanger@truman.edu>
8157
8158 * calc/calc-arith.el (math-known-square-matrixp): New function.
8159 (math-pow-fancy): Check for matrices before distributing exponent
8160 across products.
8161
8162 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
8163 fullscreen keypad. Suggested by Luc Teirlinck.
8164 (calc-keypad-show-input): Add space for formatting.
8165
8166 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
8167 Add square matrix option.
8168
8169 * calc/calc-poly.el (math-expand-term): Check for matrices instead
8170 of checking calc-matrix-mode when deciding how to expand.
8171
8172 * calc/calc.el (calc-set-mode-line): Add square matrix option.
8173
8174 2005-10-08 Lars Hansen <larsh@soem.dk>
8175
8176 * net/tramp.el (tramp-perl-directory-files-and-attributes):
8177 Add error handling.
8178 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8179
8180 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
8181
8182 Sync with Tramp 2.0.51.
8183
8184 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8185 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8186 Insert special handling for `last-coding-system-used', again
8187 it still seems to be necessary (unlike stated before).
8188 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
8189 (tramp-password-prompt-regexp): There might be other words before
8190 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
8191 (tramp-chunksize): Improve docstring.
8192 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
8193 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
8194 Christian Joergensen <bugs@razor.dk>.
8195
8196 2005-10-07 Glenn Morris <rgm@gnu.org>
8197
8198 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
8199 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
8200 precision'.
8201
8202 2005-10-07 Romain Francoise <romain@orebokech.com>
8203
8204 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
8205 (ibuffer-do-shell-command-pipe-replace)
8206 (ibuffer-do-shell-command-file, ibuffer-do-eval)
8207 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
8208 (ibuffer-do-revert, ibuffer-do-replace-regexp)
8209 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
8210 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8211 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
8212 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
8213 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
8214 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
8215 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
8216 Autoload file sans suffix.
8217
8218 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
8219
8220 2005-10-07 David Ponce <david@dponce.com>
8221
8222 * recentf.el (recentf-menu-open-all-flag): New option.
8223 (recentf-digit-shortcut-command-name): New function.
8224 (recentf--shortcuts-keymap): New variable.
8225 (recentf-menu-shortcuts): New variable.
8226 (recentf-make-menu-items): Initialize it. Replace the "More..."
8227 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
8228 (recentf-menu-value-shortcut): New function.
8229 (recentf-make-menu-item): Use it. No more in-lined.
8230 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
8231 (recentf-open-most-recent-file): Rename from
8232 `recentf-open-file-with-key'. Don't depend on key binding.
8233 (recentf-mode-map): New variable.
8234 (recentf-mode): Use it.
8235
8236 2005-10-06 Bill Wohler <wohler@newt.com>
8237
8238 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
8239
8240 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
8241 (MH-E-SRC): New. Used by mh-autoloads.
8242 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
8243 files in MH-E-SRC have been updated.
8244 (compile, recompile, bootstrap): Depend on mh-autoloads.
8245
8246 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
8247
8248 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
8249 gud-break and gud-remove icons when the fringe is not available.
8250
8251 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
8252 Typo.
8253
8254 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8255
8256 * play/zone.el (zone): Wrap body with save-window-excursion.
8257
8258 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
8259
8260 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8261 Use the new `list-only' arg to diary-list-entries.
8262
8263 * calendar/diary-lib.el: Use overlays rather than selective-display.
8264 (diary-selective-display): New var.
8265 (diary-header-line-format): Use it.
8266 (diary-list-entries): Add argument `list-only'.
8267 Put the buffer in diary-mode. Don't add \^M at beg and end.
8268 Replace \^M by invisible overlays.
8269 (diary-unhide-everything): Replace \^M by invisible overlays.
8270 (print-diary-entries): Look for overlays rather than \^M.
8271 Add a space to the temp buffer name.
8272 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
8273 Put the buffer in diary-mode.
8274 (list-sexp-diary-entries): Replace \^M by invisible overlays.
8275 (diary-anniversary): Make the year arg optional.
8276 (diary-time-regexp): New const.
8277 (diary-font-lock-keywords): Use it to accept a few more time formats.
8278
8279 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
8280
8281 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
8282
8283 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
8284 Fix bug introduced 2005-07-03: Use (car (last ...))
8285 to faithfully reproduce replaced artist-last.
8286 (artist-set-arrow-points-for-poly): Likewise.
8287 Suggested by Johan Bockg\e,Ae\e(Brd.
8288
8289 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
8290
8291 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
8292 * wid-edit.el (widget):
8293 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
8294 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
8295
8296 2005-10-06 Kenichi Handa <handa@m17n.org>
8297
8298 * international/mule-cmds.el (set-language-environment):
8299 Fix setting up of case-table for unibyte mode.
8300
8301 * simple.el (what-cursor-position): If the character is displayed
8302 by some `display' text property, show that. Don't use
8303 single-key-description for eight-bit characters in multibyte mode.
8304
8305 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
8306
8307 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
8308 (gdb-ann3): Set it.
8309 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
8310 (gdb-info-frames-custom): Use inverse-video for first five
8311 characters of selected frame only.
8312 (gdb-get-frame-number): Select frame even when point is on frame
8313 number.
8314
8315 2005-10-06 Masatake YAMATO <jet@gyve.org>
8316
8317 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8318 Put `font-lock-function-name-face'.
8319 (gdb-info-frames-custom): Put `font-lock-function-name-face'
8320 and `font-lock-variable-name-face'
8321 (gdb-registers-font-lock-keywords): New font lock keywords definition.
8322 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
8323 (gdb-memory-font-lock-keywords): New font lock keywords definition.
8324 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
8325 (gdb-local-font-lock-keywords): New font lock keywords definition.
8326 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
8327 (gdb-threads-font-lock-keywords): New font lock keywords definition.
8328 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
8329
8330 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
8331
8332 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
8333 (ediff-merge-region-is-non-clash-to-skip): Previously called
8334 ediff-merge-region-is-non-clash.
8335
8336 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
8337 Use insert-buffer-substring.
8338
8339 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
8340 selecting files to patch. Also bug fixes.
8341
8342 * ediff-util.el (ediff-setup): Bug fix.
8343 (ediff-next-difference): Never skip clashes that differ in white
8344 space only.
8345
8346 * ediff-wind.el (ediff-setup-control-frame)
8347 (ediff-destroy-control-frame): Check the menubar feature.
8348
8349 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
8350 (viper-refresh-mode-line): Use make-local-variable to localize
8351 some vars instead of make-variable-buffer-local. Suggested by
8352 Stefan Monnier.
8353
8354 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
8355 (viper-restore-cursor-type, viper-set-insert-cursor-type):
8356 Use make-local-variable instead of make-variable-buffer-local.
8357 Suggested by Stefan Monnier.
8358
8359 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
8360 (viper-comint-mode-hook): Use make-local-variable on
8361 require-final-newline.
8362 (viper-non-hook-settings): Don't use make-variable-buffer-local.
8363
8364 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8365
8366 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
8367 also the second char of a comment-start sequence.
8368 (scheme-sexp-comment-syntax-table): New var.
8369 (lambda, define): Set their scheme-doc-string-elt property.
8370 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
8371 Use lisp-font-lock-syntactic-face-function now that it properly
8372 handles |...| symbols.
8373 (scheme-mode-variables): Set lisp-doc-string-elt-property,
8374 parse-sexp-lookup-properties and font-lock-extra-managed-props.
8375
8376 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
8377 bit from # to |.
8378 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
8379
8380 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
8381 (lisp-doc-string-elt-property): New var.
8382 (lisp-font-lock-syntactic-face-function): Use it.
8383 Rewrite to recognize docstrings even for forms not at toplevel.
8384
8385 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
8386 annotation on the | part of #| rather than on the # part.
8387 (scheme-font-lock-syntactic-face-function): New function, to
8388 distinguish strings from |...| symbols.
8389 (scheme-mode-variables): Use it. Also fix up the font-lock-time
8390 syntax-table so that #|...|# is properly highlighted.
8391
8392 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
8393 Don't mark as docstring the 3rd elem of an unknown toplevel form.
8394
8395 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8396
8397 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
8398 and C-e.
8399
8400 * emacs-lisp/eldoc.el: Move comments into docstrings.
8401 (eldoc-message-commands): Initialize in its declaration.
8402 Add move-beginning-of-line and move-end-of-line.
8403 (eldoc-add-command, eldoc-add-command-completions)
8404 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
8405
8406 * outline.el (outline-mark-subtree): Activate the mark.
8407
8408 * calendar/appt.el (appt-time-regexp): New var.
8409 (appt-add, appt-make-list): Use it.
8410 (appt-convert-time): Clean up.
8411
8412 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8413 Don't set any syntax-table property here.
8414 (tex-font-lock-verb): New function. Do it here.
8415 (tex-font-lock-syntactic-keywords): Use it.
8416
8417 2005-10-04 Richard M. Stallman <rms@gnu.org>
8418
8419 * wid-edit.el (widget-file-complete): Get the widget start point
8420 the right way. Default directory to `/' if file has none.
8421
8422 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
8423
8424 * textmodes/flyspell.el (flyspell-mode-on):
8425 Call ispell-maybe-find-aspell-dictionaries.
8426
8427 * textmodes/ispell.el (ispell-word, ispell-region):
8428 Call ispell-maybe-find-aspell-dictionaries.
8429 (ispell-accept-buffer-local-defs):
8430 Don't call ispell-maybe-find-aspell-dictionaries
8431
8432 2005-10-04 Richard M. Stallman <rms@gnu.org>
8433
8434 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
8435
8436 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
8437
8438 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
8439 instead of `fboundp' in order to allow for anonymous functions.
8440
8441 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
8442
8443 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
8444 case the user clicks on the link while another window is selected.
8445 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
8446
8447 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
8448 functionality.
8449 (dframe-help-echo): Save point in case mouse tracking is off.
8450
8451 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
8452
8453 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
8454
8455 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
8458 not change the global value of those vars.
8459
8460 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
8461 make-local-variable which we do not need any more.
8462
8463 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
8464
8465 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
8466 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
8467 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
8468 (speedbar-path-line): Define obsolete aliases.
8469 (speedbar-line-directory): Doc fix.
8470
8471 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
8472 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
8473 instead of speedbar-line-path.
8474
8475 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8476
8477 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
8478 to nil if dropping on a window. Handle dropping on a minibuffer window
8479 like dropping on a non-window part of Emacs.
8480
8481 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8482
8483 * net/ange-ftp.el: Use with-current-buffer.
8484 (ange-ftp-insert-directory): Do not follow symlinks any more.
8485
8486 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8487 Remove interactive spec.
8488
8489 2005-10-03 Kim F. Storm <storm@cua.dk>
8490
8491 * ido.el (ido-mode): Use custom-initialize-set.
8492
8493 2005-10-02 Richard M. Stallman <rms@gnu.org>
8494
8495 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
8496 Use insert-buffer-substring.
8497
8498 * net/tramp.el: Pacify byte compiler warnings in pacification code.
8499 (tramp-handle-file-local-copy): Use insert-buffer-substring.
8500
8501 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
8504 in last change.
8505 (ange-ftp-insert-directory): Fix up the search for the case where
8506 `file' is absolute.
8507
8508 2005-10-02 Romain Francoise <romain@orebokech.com>
8509
8510 * progmodes/compile.el (compile-goto-error): Delete extra paren.
8511
8512 2005-10-02 Andreas Schwab <schwab@suse.de>
8513
8514 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
8515 directory component in the session info.
8516
8517 2005-10-01 Richard M. Stallman <rms@gnu.org>
8518
8519 * comint.el (comint-redirect-subvert-readonly): Doc fix.
8520
8521 * simple.el (next-error-internal): New function.
8522
8523 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
8524 (compilation-start): Pass new arg to compilation-buffer-name.
8525 (compile-goto-error): Use next-error-internal.
8526
8527 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
8528
8529 * speedbar.el: Remove RCS tag.
8530 (speedbar-check-read-only): Handle non-existent files.
8531
8532 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
8533
8534 * info.el (Info-speedbar-hierarchy-buttons)
8535 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
8536
8537 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8538
8539 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
8540 Do not match newline.
8541 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
8542 (bibtex-summary): Remove unnecessary save-excursion.
8543 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
8544
8545 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8546
8547 * term/mac-win.el: Add charset info for "iso10646-1".
8548 Modify default fontset to use ATSUI-compatible fonts for some charsets
8549 if available.
8550
8551 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
8552
8553 * speedbar.el: Re-apply arch tag.
8554 (speedbar-version): Rename to version 1.0. Suggested by Eric
8555 M. Ludlam.
8556 Reapply two changes from Emacs CVS' version of speedbar lost
8557 during the merge:
8558 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
8559 (speedbar-frame-parameters): Improve customize type.
8560
8561 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8562
8563 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
8564 (ange-ftp-file-directory-p): Fix the symlink case.
8565 (ange-ftp-insert-directory): When listing a single file, get a list of
8566 the parent buffer and extract the relevant line. Inspired from a patch
8567 by Katsumi Yamaoka <yamaoka@jpl.org>.
8568 (ange-ftp-file-name-sans-versions): Simplify.
8569
8570 2005-09-30 Bill Wohler <wohler@newt.com>
8571
8572 Move MH-E image files from toolbar and mail directories into
8573 etc/images.
8574
8575 * mail/reply2.*: Move to etc/images/mail/reply*.
8576
8577 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
8578 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
8579 etc/images.
8580
8581 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
8582 * toolbar/reply*: Move to etc/images/mail.
8583
8584 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
8585
8586 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
8587
8588 * speedbar.el: New version 1.0pre3.
8589
8590 Frame management code (including timer, and mouse click specifics)
8591 moved to dframe.el:
8592 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
8593 (speedbar-timer): Removed. Use dframe-timer.
8594 (speedbar-close-frame): Removed. Use dframe-close-frame.
8595 (speedbar-activity-change-focus-flag): Removed. Use
8596 dframe-activity-change-focus-flag.
8597 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
8598 dframe-update-speed.
8599
8600 (speedbar-current-frame): New macro. Use this instead of the
8601 variable speedbar-frame.
8602
8603 (speedbar-use-images, speedbar-expand-image-button-alist)
8604 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
8605
8606 (speedbar-find-image-on-load-path): Removed. Replaced by
8607 defezimage in ezimage.el.
8608 (speedbar-expand-image-button-alist): Removed. Replaced by
8609 ezimage-expand-image-button-alist in ezimage.el.
8610
8611 (speedbar-ignored-directory-regexp)
8612 (speedbar-add-ignored-directory-regexp)
8613 (speedbar-ignored-directory-expressions)
8614 (speedbar-line-directory, speedbar-buffers-line-directory)
8615 (speedbar-directory-line, speedbar-buffers-line-directory):
8616 Renamed, replacing `path' with `directory'.
8617
8618 (speedbar-create-directory, speedbar-expand-line-descendants)
8619 (speedbar-toggle-line-expansion)
8620 (speedbar-contract-line-descendants): New commands.
8621
8622 (speedbar-query-confirmation-method, speedbar-select-frame-method)
8623 (speedbar-use-tool-tips-flag): New options.
8624
8625 (speedbar-check-read-only, speedbar-require-version)
8626 (speedbar-insert-separator, speedbar-buffers-tail-notes)
8627 (speedbar-handle-delete-frame, speedbar-try-completion)
8628 (speedbar-update-localized-contents): New functions.
8629
8630 (speedbar-incompatible-version, speedbar-ro-to-do-point)
8631 (speedbar-object-read-only-indicator): New variables.
8632
8633 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
8634 New hooks.
8635
8636 (speedbar-separator-face): New face.
8637
8638 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
8639 (speedbar-ignored-modes): Add fundamental-mode.
8640 (speedbar-directory-unshown-regexp): Add . directories.
8641
8642 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
8643 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
8644 `]' for full expand/close.
8645 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
8646
8647 (speedbar-check-vc): Support hidden files.
8648 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
8649 (speedbar-this-file-in-vc): Use vc-state if available. If VC
8650 state is nil, it is not checked out.
8651
8652 (speedbar-line-text, speedbar-line-token): Support expand buttons
8653 with no text.
8654 (speedbar-refresh): Universal argument acts as power-click.
8655 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
8656 that buffer to get variable values.
8657
8658 And many other bugfixes.
8659
8660 * dframe.el, ezimage.el, sb-image.el: New files.
8661
8662 * sb-*.xpm: Remove files. New image files installed into
8663 etc/images/ezimage.
8664
8665 2005-09-30 Kenichi Handa <handa@m17n.org>
8666
8667 * ps-mule.el (ps-mule-show-warning): If a character is in
8668 ps-print-translation-table, don't treat it as non-printable.
8669
8670 2005-09-30 David Ponce <david@dponce.com>
8671
8672 * tree-widget.el (tree-widget-themes-load-path): New variable.
8673 (tree-widget-themes-directory): Doc fix.
8674 (tree-widget-image-formats) [Emacs]: Doc fix.
8675 (tree-widget--locate-sub-directory): New function.
8676 (tree-widget-themes-directory): Use it.
8677
8678 * recentf.el (recentf-filename-handlers): Rename from
8679 `recentf-filename-handler'. Allow a list of functions.
8680 (recentf-menu-items-for-commands): Fix :help strings.
8681 (recentf-apply-filename-handlers): New function.
8682 (recentf-expand-file-name): Use it.
8683 (recentf-cleanup): Remove duplicates too.
8684
8685 2005-09-29 Juri Linkov <juri@jurta.org>
8686
8687 * faces.el: Rearrange face definitions to be in the same order as
8688 their face descriptions in "(emacs)Standard Faces".
8689
8690 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
8691
8692 * tooltip.el (tooltip): Add group `basic-faces'.
8693
8694 * buff-menu.el (Buffer-menu-buffer): Remove group
8695 `font-lock-highlighting-faces'.
8696
8697 * progmodes/compile.el (compilation-error, compilation-warning)
8698 (compilation-info, compilation-line-number, compilation-column-number):
8699 Change group from `font-lock-highlighting-faces' to `compilation'.
8700
8701 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
8702 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
8703 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
8704 (vhdl-font-lock-reserved-words-face)
8705 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
8706 `font-lock-highlighting-faces'.
8707
8708 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
8709
8710 2005-09-28 Kim F. Storm <storm@cua.dk>
8711
8712 * emulation/cua-base.el: Set CUA move property on additional commands:
8713 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
8714 forward-sexp, backward-sexp, forward-list, backward-list.
8715
8716 2005-09-28 Romain Francoise <romain@orebokech.com>
8717
8718 * comint.el (comint-show-output): Really set point at the
8719 beginning of the output when not using `comint-use-prompt-regexp'.
8720
8721 2005-09-27 Jay Belanger <belanger@truman.edu>
8722
8723 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
8724 in TeX mode.
8725
8726 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
8727
8728 * textmodes/org.el (org-table-sum): Fix format string.
8729
8730 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
8731 Quote face names.
8732
8733 2005-09-26 Romain Francoise <romain@orebokech.com>
8734
8735 * isearch.el (isearch-forward-regexp): Close doc string.
8736
8737 2005-09-25 Richard M. Stallman <rms@gnu.org>
8738
8739 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
8740
8741 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
8742
8743 * progmodes/compile.el (compilation-error-properties):
8744 When getting the file from the previous error message,
8745 correctly decode the new data format.
8746
8747 * progmodes/cc-cmds.el (c-electric-paren):
8748 Call old-blink-paren only for close-paren.
8749
8750 2005-09-24 Andreas Schwab <schwab@suse.de>
8751
8752 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
8753 condition.
8754
8755 2005-09-25 Romain Francoise <romain@orebokech.com>
8756
8757 * dired-aux.el (dired-copy-file-recursive):
8758 * dired.el (dired-delete-file):
8759 * ediff-mult.el (ediff-dir-diff-copy-file):
8760 * ediff-util.el (ediff-test-save-region):
8761 * forms.el (forms-mode):
8762 * ido.el (ido-file-internal, ido-delete-file-at-head):
8763 * log-edit.el (log-edit-done):
8764 * ses.el (ses-yank-resize):
8765 * play/gomoku.el (gomoku-human-plays, gomoku)
8766 (gomoku-human-resigns, gomoku-prompt-for-other-game)
8767 (gomoku-offer-a-draw):
8768 * play/landmark.el (lm-human-resigns, lm):
8769 * net/eudcb-ldap.el (eudc-ldap-check-base):
8770 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
8771 * progmodes/ebrowse.el (ebrowse-find-pattern):
8772 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
8773 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
8774 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
8775
8776 * vc.el (vc-delete-file):
8777 * play/gomoku.el (gomoku-terminate-game, gomoku)
8778 (gomoku-prompt-for-move, gomoku-human-takes-back):
8779 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
8780 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
8781
8782 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
8783
8784 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
8785 color rxvt terminals by using the code xterm.el used to use before
8786 2005-04-09 in order to match the colors used by rxvt.
8787
8788 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8789
8790 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
8791 colors rxvt-unicode terminals by using the same code as xterm.el.
8792
8793 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8794
8795 * textmodes/tex-mode.el (tex-font-lock-append-prop)
8796 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
8797 new symbol used for the tex-verbatim face.
8798
8799 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
8800
8801 * woman.el (woman-file-name):
8802 * wid-edit.el (widget-file-prompt-value)
8803 (widget-coding-system-prompt-value):
8804 * w32-fns.el (set-w32-system-coding-system):
8805 * vc.el (vc-version-diff, vc-annotate):
8806 * textmodes/reftex-auc.el (reftex-arg-cite)
8807 (reftex-arg-index-tag):
8808 * textmodes/refer.el (refer-get-bib-files):
8809 * textmodes/artist.el (artist-figlet-choose-font):
8810 * terminal.el (terminal-emulator):
8811 * replace.el (occur-read-primary-args):
8812 * rect.el (string-rectangle, string-insert-rectangle):
8813 * ps-print.el (ps-print-preprint):
8814 * progmodes/pascal.el (pascal-goto-defun):
8815 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
8816 * progmodes/compile.el (compilation-find-file):
8817 * printing.el (pr-interactive-n-up):
8818 * play/animate.el (animate-birthday-present):
8819 * net/rcompile.el (remote-compile):
8820 * man.el (man, Man-goto-section, Man-follow-manual-reference):
8821 * mail/rmailsum.el (rmail-summary-search-backward)
8822 (rmail-summary-search):
8823 * mail/rmailout.el (rmail-output-read-rmail-file-name)
8824 (rmail-output-read-file-name):
8825 * mail/rmail.el (rmail-search, rmail-search-backwards):
8826 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
8827 * locate.el (locate):
8828 * international/quail.el (quail-show-keyboard-layout):
8829 * international/mule.el (set-buffer-file-coding-system)
8830 (revert-buffer-with-coding-system, set-file-name-coding-system)
8831 (set-terminal-coding-system, set-keyboard-coding-system)
8832 (set-next-selection-coding-system):
8833 * international/mule-diag.el (describe-coding-system)
8834 (describe-font, describe-fontset):
8835 * international/mule-cmds.el (universal-coding-system-argument)
8836 (search-unencodable-char, describe-input-method)
8837 (set-language-environment, describe-language-environment):
8838 * international/codepage.el (codepage-setup):
8839 * international/code-pages.el (codepage-setup):
8840 * info.el (Info-search, Info-follow-reference)
8841 (Info-search-backward):
8842 * emacs-lisp/advice.el (ad-read-advised-function)
8843 (ad-read-advice-class, ad-clear-cache, ad-activate)
8844 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
8845 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
8846 (ad-read-regexp):
8847 * ediff-util.el (ediff-toggle-regexp-match):
8848 * ediff-ptch.el (ediff-prompt-for-patch-file):
8849 * dired-aux.el (dired-diff):
8850 * diff.el (diff):
8851 * cus-edit.el (custom-variable-prompt):
8852 * calendar/timeclock.el (timeclock-ask-for-project):
8853 * calc/calcalg3.el (calc-get-fit-variables):
8854 * calc/calc-store.el (calc-edit-variable)
8855 (calc-permanent-variable):
8856 * vc-mcvs.el (vc-mcvs-register):
8857 * shadowfile.el (shadow-define-literal-group):
8858 * woman.el (woman-file-name):
8859 * vc.el (vc-version-diff, vc-merge):
8860 * textmodes/reftex-index.el (reftex-index-complete-tag):
8861 * format.el (format-decode-buffer, format-decode-region):
8862 * emulation/viper-cmd.el (viper-read-string-with-history):
8863 * emacs-lisp/debug.el (cancel-debug-on-entry):
8864 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8865 * ediff.el (ediff-merge-revisions)
8866 (ediff-merge-revisions-with-ancestor, ediff-revision):
8867 * completion.el (interactive-completion-string-reader):
8868 * calc/calc-prog.el (calc-user-define-formula):
8869 Follow convention for reading with the minibuffer.
8870
8871 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
8872
8873 * progmodes/python.el (python-describe-symbol): Add globals() and
8874 locals() to the arguments of emacs.ehelp.
8875
8876 2005-09-24 Magnus Henoch <mange@freemail.hu>
8877
8878 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
8879 New function, code extracted from ispell-valid-dictionary-list.
8880 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
8881 Call it.
8882
8883 2005-09-24 Eli Zaretskii <eliz@gnu.org>
8884
8885 * subr.el (version-regexp-alist): Extend valid syntax for version
8886 strings: allow any of the characters -,_,+ to separate the
8887 alpha/beta/rc part from the version part. Doc fix.
8888 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
8889
8890 2005-09-23 David Reitter <david.reitter@gmail.com>
8891
8892 * mail/mailclient.el: New file.
8893
8894 2005-09-23 Richard M. Stallman <rms@gnu.org>
8895
8896 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
8897 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
8898 Doc fixes.
8899
8900 * progmodes/cc-mode.el (c-font-lock-init):
8901 Specify font-lock-lines-before.
8902
8903 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
8906 whole conflict.
8907
8908 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
8909
8910 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
8911 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
8912 of `remap' feature when available. Additional key bindings for
8913 better tty support.
8914 (org-mode-restart, org-force-self-insert): New commands.
8915 (org-time-stamp-inactive): New command.
8916 (org-remap): New function.
8917 (org-table-auto-blank-field, org-level-color-stars-only): New options.
8918 (org-enable-fixed-width-editor): Move to `org-structure'
8919 customization group.
8920 (org-self-insert-command, orgtbl-self-insert-command): Modify to
8921 blank field after field motion commands.
8922
8923 2005-09-23 Kenichi Handa <handa@m17n.org>
8924
8925 * international/mule-cmds.el (set-language-environment):
8926 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
8927 have to call utf-translate-cjk-load-tables.
8928
8929 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8930
8931 * mouse.el (mouse-move-drag-overlay): Fix last change.
8932
8933 2005-09-22 David Ponce <david@dponce.com>
8934
8935 * tree-widget.el (tree-widget-value-create): Fix previous change.
8936
8937 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8938
8939 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
8940
8941 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8942
8943 * mouse.el (mouse-move-drag-overlay): New function.
8944 (mouse-drag-region-1): Use it.
8945 Try to simplify a bit the state handling. Handle clicks on links
8946 inside intangible areas.
8947 (mouse-save-then-kill): Minor simplification.
8948 (mouse-secondary-overlay): Make it always non-nil instead of
8949 recreating it each time.
8950 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
8951 (mouse-kill-secondary, mouse-secondary-save-then-kill):
8952 Simplify accordingly.
8953
8954 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8955
8956 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
8957
8958 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
8959
8960 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
8961 (ediff-file-name-sans-prefix): Treat nil as an empty string.
8962 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
8963 to patch.
8964
8965 * ediff-util.el: Use insert-buffer-substring.
8966
8967 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
8968
8969 * emulation/viper-cmd.el (viper-change-state): Don't move over the
8970 field boundaries in the minibuffer.
8971 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
8972 (viper-minibuffer-post-command-hook): New hook.
8973 (viper-line): Don't move cursor at bolp.
8974
8975 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
8976
8977 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
8978 avoid compiler warnings.
8979
8980 * emulation/viper-macs.el (ex-map): Better messages.
8981
8982 * emulation/viper-utils.el (viper-beginning-of-field): New function.
8983
8984 * emulation/viper.el: Replace make-variable-buffer-local with
8985 viper-make-variable-buffer-local everywhere, to avoid warnings.
8986
8987 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8988
8989 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
8990 Delete unused var `old-selected-window'.
8991 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
8992 (mouse-drag-secondary): Delete unused var `start-frame'.
8993
8994 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8995
8996 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
8997
8998 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
9001 Re-indent within 80 columns. Use inhibit-read-only.
9002
9003 2005-09-19 Romain Francoise <romain@orebokech.com>
9004
9005 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
9006
9007 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9008
9009 * font-lock.el (font-lock-default-fontify-region): Don't add a line
9010 unconditionally, since the after-change-function already did it.
9011
9012 2005-09-19 Miles Bader <miles@gnu.org>
9013
9014 * net/newsticker.el: Get rid of CVS keyword.
9015
9016 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
9017
9018 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
9019 The prompt is formatted later.
9020
9021 2005-09-19 David Ponce <david@dponce.com>
9022
9023 * tree-widget.el (tree-widget-value-create): Save the converted
9024 tree :node widget.
9025
9026 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9027
9028 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
9029 variable `message'.
9030
9031 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
9032
9033 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
9034 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
9035 <slawomir.nowaczyk.847@student.lu.se>.
9036
9037 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9038
9039 * image.el (image-load-path): Use symbol `data-directory' instead
9040 of its value, for backward compatibility with packages that bind
9041 it during `find-image'. Suggested by Katsumi Yamaoka.
9042 (image-search-load-path): Handle symbols whose values are strings.
9043
9044 2005-09-18 Romain Francoise <romain@orebokech.com>
9045
9046 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9047 with-current-buffer form in save-excursion.
9048
9049 2005-09-18 D Goel <deego@gnufans.org>
9050
9051 * apropos.el (apropos-command): Fix `message' call: first arg
9052 should be a format spec. In this and all other cases that appear
9053 below and elsewhere in the source code, I made a change only when
9054 two conditions were satisfied: [1] I can think of a possibility
9055 that the arguments would cause an error, for example, the code in
9056 question relies on external variables such as filenames. [2] I
9057 was sure that the arg to `message' could not have been nil in the code.
9058
9059 * textmodes/tildify.el (tildify-region): Ditto.
9060
9061 * textmodes/reftex-index.el (reftex-index-change-entry)
9062 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9063 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
9064 * textmodes/org.el (org-complete, org-deadline, org-schedule)
9065 (org-priority, org-table-sum):
9066 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9067 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9068 (flyspell-word, flyspell-display-next-corrections):
9069 * textmodes/bibtex.el (bibtex-print-help-message):
9070 * textmodes/artist.el (artist-key-set-point-poly):
9071 * term/mac-win.el (mac-services-insert-text):
9072 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9073 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9074 (vhdl-port-paste-testbench, vhdl-compose-new-component)
9075 (vhdl-compose-configuration):
9076 * progmodes/sh-script.el (sh-blink, sh-show-indent)
9077 (sh-set-indent, sh-learn-line-indent):
9078 * progmodes/ps-mode.el (ps-mode-target-column):
9079 * progmodes/idlwave.el (idlwave-make-tags)
9080 (idlwave-scan-library-catalogs):
9081 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9082 * progmodes/gud.el (gud-jdb-analyze-source):
9083 * progmodes/flymake.el (flymake-log):
9084 * progmodes/ebnf2ps.el (ebnf-generate-region):
9085 * progmodes/cmacexp.el (c-macro-expansion):
9086 * progmodes/ada-xref.el (ada-treat-cmd-string):
9087 * progmodes/ada-mode.el (ada-create-case-exception-substring)
9088 (ada-justified-indent-current, ada-batch-reformat):
9089 * play/zone.el (zone):
9090 * play/landmark.el (lm-move):
9091 * play/decipher.el (decipher-show-alphabet):
9092 * net/newsticker.el (newsticker--display-jump)
9093 (newsticker--display-scroll):
9094 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
9095 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9096 * mail/feedmail.el (feedmail-dump-message-to-queue):
9097 * eshell/esh-proc.el (eshell-remove-process-entry):
9098 * emulation/ws-mode.el (ws-last-error):
9099 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
9100 (viper-record-kbd-macro):
9101 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9102 * emacs-lisp/lisp-mnt.el (lm-report-bug):
9103 * emacs-lisp/find-func.el (find-function-noselect):
9104 * calendar/timeclock.el (timeclock-status-string)
9105 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9106 (timeclock-when-to-leave-string):
9107 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9108 * calc/calc-units.el (calc-enter-units-table):
9109 * calc/calc-mode.el (calc-mode-record-mode):
9110 * woman.el (woman-mini-help):
9111 * wdired.el (wdired-change-to-wdired-mode):
9112 * vc.el (vc-retrieve-snapshot):
9113 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9114 * startup.el (display-startup-echo-area-message):
9115 * simple.el (set-goal-column):
9116 * ses.el (ses-command-hook, ses-recalculate-cell):
9117 * server.el (server-process-filter):
9118 * printing.el (pr-interface-txt-print, pr-interface-printify)
9119 (pr-interface-ps):
9120 * pcvs.el (cvs-help):
9121 * log-edit.el (log-edit, log-edit-mode-help):
9122 * iswitchb.el (iswitchb-possible-new-buffer):
9123 * isearch.el (isearch-edit-string):
9124 * image-mode.el (image-mode, image-minor-mode):
9125 * ibuf-macs.el (define-ibuffer-filter):
9126 * hi-lock.el (hi-lock-find-patterns):
9127 * files.el (toggle-read-only):
9128 * ediff-util.el (ediff-copy-diff)
9129 (ediff-write-merge-buffer-and-maybe-kill):
9130 * echistory.el (Electric-history-undefined):
9131 * dnd.el (dnd-insert-text):
9132 * dired-aux.el (dired-query):
9133 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
9134 * bookmark.el (bookmark-bmenu-locate):
9135 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
9136 Fix `message' calls to ensure first arg is a format string.
9137 The change was made only when these two conditions were satisfied:
9138 [1] when there is a possibility that the arguments would cause an error
9139 for example, if the code in question relies on external variables
9140 such as filenames, and
9141 [2] if the arg to `message' could not have been nil in the code.
9142
9143 * pcomplete.el (pcomplete--help): Fix `message' format spec.
9144 Not having a %s would be weird, though not technically wrong.
9145
9146 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9147
9148 * term/mac-win.el (mac-add-charset-info): Doc fix.
9149
9150 2005-09-17 Romain Francoise <romain@orebokech.com>
9151
9152 * shell.el (shell-resync-dirs): Handle echoing processes more
9153 reliably. Don't insert resync command if `comint-process-echoes'
9154 is non-nil.
9155
9156 2005-09-17 Magnus Henoch <mange@freemail.hu>
9157
9158 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
9159 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
9160 aspell versions >= 0.60.
9161 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
9162 only if ispell-aspell-supports-utf8 is non-nil.
9163
9164 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9165
9166 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
9167 buffer-local value to lisp-indent-function.
9168
9169 2005-09-17 Milan Zamazal <pdm@zamazal.org>
9170
9171 * progmodes/glasses.el (glasses-make-readable): If
9172 glasses-separator differs from underscore, put appropriate
9173 overlays over underscore characters.
9174 (glasses-convert-to-unreadable): If glasses-separator differs from
9175 underscore, try to convert glasses-separator characters to
9176 underscores.
9177
9178 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9179
9180 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
9181 Use with-syntax-table and dolist.
9182
9183 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
9184
9185 * textmodes/reftex-auc.el:
9186 * textmodes/reftex-cite.el:
9187 * textmodes/reftex-dcr.el:
9188 * textmodes/reftex-global.el:
9189 * textmodes/reftex-parse.el:
9190 * textmodes/reftex-ref.el:
9191 * textmodes/reftex-sel.el:
9192 * textmodes/reftex-toc.el:
9193 * textmodes/reftex-vars.el:
9194 * textmodes/reftex.el: Small changes to remove compiler warnings.
9195
9196 * textmodes/reftex-index.el: Likewise.
9197 (reftex-query-index-phrase): More efficient use of markers.
9198
9199 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9200
9201 * image.el (image-load-path): New variable.
9202 (image-search-load-path): New function.
9203 (find-image): Search for images in `image-load-path'.
9204
9205 2005-09-15 Richard M. Stallman <rms@gnu.org>
9206
9207 * follow.el: Change Maintainer field.
9208
9209 2005-09-15 David Ponce <david@dponce.com>
9210
9211 * recentf.el (recentf-save-file-modes): New option.
9212 (recentf-save-list): Use it.
9213
9214 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
9215
9216 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
9217 (mode-line-mule-info, mode-line-modified): Move bindings from
9218 mouse-3 to mouse-1.
9219
9220 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9221
9222 * simple.el (sendmail-user-agent-compose): Revert last change.
9223
9224 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9225
9226 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
9227 Use with-current-buffer.
9228 (ange-ftp-gwp-start): Remove unused var `gw-user'.
9229 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
9230 (ange-ftp-insert-directory): Remove unused var `short'.
9231 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
9232
9233 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
9234 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
9235
9236 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
9237 (check-calendar-holidays, diary-list-entries): Autoload.
9238 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
9239 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
9240
9241 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
9242 which mistakenly removed a call to display-buffer.
9243
9244 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
9245
9246 * obsolete/iso-insert.el: Move to obsolete/ from international/.
9247
9248 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
9249
9250 * progmodes/hideshow.el
9251 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
9252 (hs-allow-nesting): New user var.
9253 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
9254 (hs-hide-block-at-point): When nesting allowed,
9255 if there is already an overlay in place, delete it.
9256 (hs-safety-is-job-n): Delete func; remove call sites.
9257 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
9258 (hs-overlay-at): New func.
9259 (hs-already-hidden-p, hs-show-block): Use it.
9260 (hs-hide-all): Don't pre-clean if nesting allowed.
9261 (hs-show-all): Temporarily disallow
9262 nesting around call to `hs-discard-overlays'.
9263
9264 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
9265
9266 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
9267 Delete unused local var.
9268
9269 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
9270
9271 * help-fns.el (describe-categories): "?\ " -> "?\s".
9272 (help-do-arg-highlight): Recognize also ARG-n, as in
9273 `move-to-left-margin' (ARG+n is already recognized). Simplify.
9274
9275 * international/codepage.el (dos-unsupported-char-glyph):
9276 * net/newsticker.el (tool-bar-map, w3-mode-map)
9277 (w3m-minor-mode-map):
9278 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
9279 (ent-alist):
9280 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
9281
9282 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
9283
9284 * custom.el (custom-push-theme): Handle the case where a symbol is
9285 bound but face properties have not yet been assigned.
9286
9287 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
9288 Fix behavior if noerase is `t' and there is no mail buffer.
9289
9290 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
9291 if `continue' is nil, rather than signal an error.
9292
9293 2005-09-12 Richard M. Stallman <rms@gnu.org>
9294
9295 * font-lock.el (font-lock-keywords): Add autoload.
9296
9297 * help-fns.el (describe-variable): Rearrange to put source link
9298 in a predictable place.
9299
9300 * net/newsticker.el: New file.
9301
9302 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9303
9304 * calendar/calendar.el (calendar-for-loop): Add edebug info.
9305 (calendar-basic-setup): Use the new nil arg.
9306 (number-of-diary-entries): Move to diary-lib.el.
9307
9308 * calendar/diary-lib.el: Use with-current-buffer, match-string.
9309 (diary-list-entries): Use with-syntax-table and dolist.
9310 Rename from list-diary-entries.
9311 Use number-of-diary-entries if `number' is nil.
9312 (diary, diary-view-entries): Use this new name and new nil arg value.
9313 (number-of-diary-entries): Move from calendar.el.
9314 (diary-unhide-everything): New function.
9315 (include-other-diary-files, fancy-diary-display)
9316 (diary-show-all-entries, make-diary-entry): Use it.
9317 (diary-mail-entries): Use buffer-string.
9318 (mark-diary-entries): Fix long standing paren typo.
9319 (diary-sexp-entry): Use count-lines.
9320 (make-diary-entry): Avoid `previous-line'.
9321 (diary-mode-map): New var.
9322 (diary-mode): Redraw cal after saving. Setup header-line.
9323 (fancy-diary-display-mode): Use local-set-key.
9324
9325 * startup.el (command-line): Try calling various terminal-init-foo-bar
9326 functions by stripping hyphenated suffixes from $TERM.
9327
9328 * files.el (normal-mode): Check boundness of font-lock-keywords.
9329
9330 2005-09-12 Richard M. Stallman <rms@gnu.org>
9331
9332 * progmodes/compile.el: Don't decide a file's directory
9333 until the user actually tries to go there.
9334 (compilation-next-error-function):
9335 Pass compilation-find-file the directory from the file-struct.
9336 (compilation-internal-error-properties): Separate local FILE-STRUCT
9337 from FILE. Doc the args better. Rename arg FMT to FMTS.
9338 (compilation-find-file): Arg DIR renamed to DIRECTORY.
9339 Expand it, and if nil, use default-directory.
9340 (compilation-get-file-structure): Don't mix specified directory
9341 with default directory. Put specified directory into
9342 file-struct. Don't make the file name absolute.
9343
9344 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9345 (compile-command): Add autoload.
9346 (compilation-disable-input): Add autoload.
9347
9348 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
9349
9350 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
9351 strings of the variables it can override.
9352 (time-stamp): New (as yet undocumented) time-stamp-format escapes
9353 %Q and %q, for fully-qualified domain name and unqualified host name.
9354
9355 2005-09-11 Kim F. Storm <storm@cua.dk>
9356
9357 * emacs-lisp/authors.el (authors-aliases): Update list.
9358 (authors-fixed-entries): Update mldrag.el entry.
9359
9360 2005-09-10 Alan Mackenzie <acm@muc.de>
9361
9362 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
9363 from the region narrowed to.
9364
9365 2005-09-10 Magnus Henoch <mange@freemail.hu>
9366
9367 * textmodes/ispell.el (ispell-check-version): Signal an error if
9368 aspell version is less than 0.60.
9369
9370 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
9371
9372 * progmodes/octave-inf.el (inferior-octave-startup):
9373 Resync current dir at the end.
9374
9375 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
9376
9377 * woman.el (woman-topic-at-point-default):
9378 Rename to woman-use-topic-at-point-default.
9379 (woman-topic-at-point): Rename to woman-use-topic-at-point.
9380 (woman-file-name): Reflect renames above. Automatically use the
9381 word at point as topic if woman-use-topic-at-point is non-nil.
9382 Otherwise offer it as default but don't insert it in the
9383 minibuffer. Also use `test-completion' instead of `assoc' as
9384 suggested by Stefan Monnier.
9385
9386 2005-09-10 Andre Spiegel <spiegel@gnu.org>
9387
9388 * vc.el (vc-directory, vc-update-change-log): Throw an error on
9389 the attempt to do it over Tramp. This is not yet supported.
9390
9391 2005-09-10 Eli Zaretskii <eliz@gnu.org>
9392
9393 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9394 (menu-bar-non-minibuffer-window-p): New functions.
9395 ("Split Window", "Save As..."): Use them.
9396 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
9397 ("Print Buffer", "Truncate Long Lines in this Buffer"):
9398 Use menu-bar-menu-frame-live-and-visible-p.
9399 ("Save Buffer", "Insert File", "Open Directory...")
9400 ("Open File...", "Visit New File..."):
9401 Use menu-bar-non-minibuffer-window-p.
9402 (kill-this-buffer-enabled-p, dired <menu-enable>):
9403 Use menu-bar-non-minibuffer-window-p.
9404
9405 2005-09-09 Eli Zaretskii <eliz@gnu.org>
9406
9407 * cus-start.el (all): Don't complain about fringe-related
9408 built-ins if fringes are not supported. Ditto about
9409 selection-related built-ins. Fix the test for GTK-related built-ins.
9410
9411 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
9412 ("Postscript Print Buffer", "Print Region", "Save As...")
9413 ("Save", "Insert File...", "Open Directory...")
9414 ("Open File...", "Visit New File..."")
9415 ("Truncate Long Lines in this Buffer"): Don't look at
9416 menu-updating-frame if this display does not support multiple frames.
9417
9418 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9419
9420 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
9421
9422 2005-09-09 Emilio Lopes <eclig@gmx.net>
9423
9424 * woman.el: Format- and whitespace-related changes.
9425
9426 2005-09-09 Eli Zaretskii <eliz@gnu.org>
9427
9428 * woman.el: Fix my email address.
9429
9430 2005-09-08 Richard M. Stallman <rms@gnu.org>
9431
9432 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
9433 (sh-mode): Locally set skeleton-pair-default-alist.
9434
9435 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
9436
9437 * progmodes/flymake.el: Require `compile' unconditionally.
9438
9439 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
9440
9441 * woman.el (woman-file-name): Provide a default, not initial input.
9442
9443 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
9444
9445 * font-lock.el (font-lock-support-mode): Doc fix.
9446
9447 * descr-text.el (describe-property-list): Handle non-symbol prop names.
9448
9449 2005-09-08 Richard M. Stallman <rms@gnu.org>
9450
9451 * simple.el (blink-matching-open): Get rid of text props from
9452 the string shown in echo area. Don't permanently set point.
9453 Some rearrangements.
9454
9455 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9456
9457 * recentf.el (recentf-filename-handler): Add custom choice
9458 `abbreviate-file-name'.
9459
9460 * msb.el (msb--very-many-menus): Fix typo.
9461
9462 * disp-table.el (standard-display-european): Don't set
9463 enable-multibyte-characters to nil.
9464
9465 2005-09-08 David Ponce <david@dponce.com>
9466
9467 * recentf.el (recentf-show-file-shortcuts-flag): New option.
9468 (recentf-expand-file-name): Doc fix.
9469 (recentf-dialog-mode-map): Define digit shortcuts.
9470 (recentf--files-with-key): New variable.
9471 (recentf-show-digit-shortcut-filter): New function.
9472 (recentf-open-files-items): New function.
9473 (recentf-open-files): Use it.
9474 (recentf-open-file-with-key): New command.
9475
9476 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9477
9478 * buff-menu.el (Buffer-menu-sort-by-column): New function.
9479 Suggested by Kim F. Storm.
9480 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
9481 (Buffer-menu-make-sort-button): Use global keymap.
9482
9483 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
9484
9485 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
9486 (Man-getpage-in-background-advice): Remove defadvice; it isn't
9487 necessary any longer with the remapped command.
9488 (Man-bgproc-sentinel-advice): Remove defadvice which counts
9489 formatting time only.
9490
9491 * net/tramp.el (tramp-action-password)
9492 (tramp-multi-action-password): Compile the password prompt from
9493 `method', `user' and `host'. Sometimes it isn't obvious which
9494 password to enter, for example with remote files offered by
9495 recentf.el, or with multiple steps. Suggested by Robert Marshall
9496 <robert@chezmarshall.freeserve.co.uk>.
9497
9498 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9499
9500 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9501 Fix regexp for when "s///" is at the beginning of line.
9502
9503 2005-09-07 Jay Belanger <belanger@truman.edu>
9504
9505 * calc/calc-poly.el (math-expand-term): Multiply out any powers
9506 when in matrix mode.
9507
9508 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9509
9510 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
9511 non-anonymous functions.
9512
9513 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
9514
9515 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
9516 when using a header line. Otherwise, use mouse-1-click-follows-link.
9517
9518 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
9519 can't be moved; don't signal an error.
9520
9521 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
9522
9523 * cus-theme.el (custom-theme-write-faces): Save the current face
9524 spec, not the defface spec.
9525
9526 * custom.el (custom-known-themes): Clarify meaning of "standard".
9527 (custom-push-theme): Save old values in the standard theme.
9528 (disable-theme): Correct typo.
9529 (custom-face-theme-value) Deleted unused function.
9530 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
9531
9532 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9533
9534 * progmodes/compile.el (compilation-goto-locus): Take into account
9535 iconified frames when determining whether the buffer is
9536 already visible.
9537 Don't reset window height if the window already existed.
9538
9539 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
9540
9541 * custom.el (load-theme): Rename from require-theme.
9542 Add interactive spec.
9543 (enable-theme): Rename from custom-enable-theme.
9544 Add interactive spec.
9545 (disable-theme): Rename from custom-disable-theme.
9546 Add interactive spec.
9547 (custom-make-theme-feature): Doc fix.
9548 (custom-theme-directory): Doc fix.
9549 (provide-theme): Call enable-theme.
9550
9551 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 * obsolete/lazy-lock.el (lazy-lock-mode):
9554 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
9555 font-lock-mode if it's off. Print a warning instead.
9556
9557 * progmodes/compile.el (compilation-start): Ignore errors if the
9558 process died before we get to send-eof.
9559
9560 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
9561 Undo last change. Enclosing the result in quotes broke things on Unix
9562 since tex-send-command passes it through shell-quote-argument.
9563 (tex-send-command): Pass `file' through convert-standard-filename
9564 when possible.
9565 (tex-uptodate-p): Handle the case where TeX hasn't put additional
9566 info in a transcript.
9567
9568 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
9569
9570 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
9571 fix compilation warning. Reorder the key definitions to group
9572 together keys emitted by the current version of xterm.
9573
9574 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
9575 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
9576 Reorder predicates to correct min-color usage.
9577
9578 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
9579
9580 * longlines.el (longlines-mode): Inhibit read-only when encoding.
9581 Kill local variables when longlines-mode is turned off.
9582
9583 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9584
9585 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
9586
9587 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
9588
9589 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
9590
9591 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
9592 (font-lock-lines-before): Change default to being inactive.
9593 (font-lock-default-fontify-region): Obey font-lock-lines-before.
9594 (font-lock-after-change-function): Don't handle f-l-lines-before here.
9595
9596 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9597
9598 * net/tramp.el (tramp-handle-make-auto-save-file-name):
9599 Deactivate temporarily advice if active (not needed for Emacs 22,
9600 but for backwards compatibility).
9601 (tramp-exists-file-name-handler): Rewrite. First implementation
9602 was too simple.
9603 (tramp-advice-make-auto-save-file-name):
9604 Call `tramp-handle-make-auto-save-file-name' (again, just for
9605 backwards compatibility).
9606
9607 2005-08-31 Reto Zimmermann <reto@gnu.org>
9608
9609 * progmodes/vhdl-mode.el
9610 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
9611 (vhdl-end-p): Fix indentation bug "else" after "-- when".
9612 (vhdl-set-default-project): New function (easier setting of default).
9613 (vhdl-port-copy): Handle extended identifiers for generics.
9614 (vhdl-compiler-alist): Better description for error message regexp.
9615 (vhdl-make): Query for target, use previous as default.
9616 (vhdl-port-copy): Fix port copy for port names starting with "signal".
9617 (vhdl-font-lock-keywords-2): Fix fontification for record
9618 el. assign.
9619 (vhdl-speedbar-make-subpack-line): Add package body link.
9620 (vhdl-generate-makefile-1): Not include itself as dependency.
9621 (vhdl-font-lock-init): Highlight c-preprocessor directives.
9622 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
9623 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
9624 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
9625 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
9626 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
9627 (vhdl-import-project): Add string argument for `error'.
9628 (vhdl-compose-configuration)
9629 (vhdl-compose-configuration-architecture): Add configuration
9630 declaration generation.
9631 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
9632 (vhdl-trailer-re): Add "record" keyword (better indentation).
9633 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
9634 "[^ \t-\"]+".
9635 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
9636 (vhdl-testbench-entity-file-name)
9637 (vhdl-testbench-architecture-file-name): Allow separate
9638 customization of testbench file names.
9639 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
9640 (vhdl-get-visible-signals): Allow newline within alias declaration.
9641 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
9642 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
9643 (member-ignore-case): Alias for missing function in XEmacs.
9644 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
9645 (vhdl-update-sensitivity-list): Ignore case on read signals.
9646 (vhdl-replace-string): Adjust case only for file names.
9647 (vhdl-update-sensitivity-list): Fix search for read signals.
9648 (vhdl-update-sensitivity-list): Exclude formal parameters.
9649 (vhdl-get-visible-signals): Include aliases of signals.
9650 (vhdl-get-visible-signals): Fix signal name searching.
9651 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
9652 (vhdl-fixup-whitespace-region): Fix for character
9653 literals (e.g. `:').
9654
9655 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
9656
9657 * ansi-color.el (comint-last-output-start):
9658 * bs.el (font-lock-verbose):
9659 * diff-mode.el (add-log-buffer-file-name-function):
9660 * dired-x.el (vm-folder-directory):
9661 * faces.el (help-xref-stack-item):
9662 * files.el (font-lock-keywords):
9663 * find-lisp.el (dired-buffers, dired-subdir-alist):
9664 * ido.el (cua-inhibit-cua-keys):
9665 * log-view.el (cvs-minor-wrap-function):
9666 * outline.el (font-lock-warning-face):
9667 * simple.el (compilation-current-error):
9668 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
9669 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
9670 * tooltip.el (comint-prompt-regexp):
9671 * w32-fns.el (explicit-shell-file-name):
9672 * term/mac-win.el (mac-charset-info-alist)
9673 (mac-services-selection, mac-system-script-code):
9674 * term/tty-colors.el (msdos-color-values):
9675 * term/w32-win.el (xlfd-regexp-registry-subnum):
9676 * term/x-win.el (x-keysym-table, x-selection-timeout)
9677 (x-session-id, x-session-previous-id):
9678 * textmodes/ispell.el (mail-yank-prefix):
9679 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
9680 * textmodes/org.el (calc-embedded-close-formula)
9681 (calc-embedded-open-formula)
9682 (font-lock-unfontify-region-function):
9683 * textmodes/reftex-global.el (isearch-next-buffer-function)
9684 (TeX-master):
9685 * textmodes/reftex.el (font-lock-keywords):
9686 * textmodes/tex-mode.el (font-lock-comment-face)
9687 (font-lock-doc-face):
9688 * textmodes/texinfo.el (outline-heading-alist):
9689 Add defvars.
9690
9691 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
9692 (artist-spray-chars, artist-mode-init, artist-replace-string)
9693 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
9694 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
9695 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
9696
9697 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
9698 (conf-align-assignments): "?\ " -> "?\s".
9699
9700 * textmodes/reftex-index.el (TeX-master): Add defvar.
9701 (reftex-index-phrases-marker): Move up defvar.
9702
9703 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
9704 (reftex-toc-include-labels-indicator)
9705 (reftex-toc-include-index-indicator)
9706 (reftex-toc-max-level-indicator): Move up declarations.
9707
9708 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
9709 of args to `tramp-run-real-handler', even if it's empty in this case.
9710
9711 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9712
9713 * dired.el (dired-move-to-filename-regexp): Add date format for
9714 Mac OS X 10.3 in East Asian locales.
9715
9716 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9717
9718 * files.el (make-auto-save-file-name): Add file name handler call
9719 if applicable.
9720
9721 * net/tramp.el (tramp-file-name-handler-alist)
9722 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
9723 (tramp-handle-make-auto-save-file-name): Rename from
9724 `tramp-make-auto-save-file-name'.
9725 (tramp-exists-file-name-handler): New defun.
9726 (tramp-advice-make-auto-save-file-name): Make defadvice only when
9727 `make-auto-save-file-name' is not a magic file name operation.
9728
9729 2005-08-30 Richard M. Stallman <rms@gnu.org>
9730
9731 * files.el (risky-local-variable-p):
9732 Match `-predicates' and `-commands.
9733
9734 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
9735 (custom-save-all): Visit the file if necessary;
9736 kill the buffer if we created it.
9737 (custom-save-delete): Don't visit file or kill buffer here.
9738
9739 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
9740
9741 * textmodes/org.el (org-special-keyword): New face.
9742 (org-table-copy-down, org-table-eval-formula)
9743 (org-table-recalculate, org-init-section-numbers):
9744 Use `string-to-number' instead of `string-to-int'.
9745 (org-get-location): Use `insert-buffer-substring' instead of
9746 `insert-buffer'.
9747 (org-modify-diary-entry-string): New function.
9748 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
9749 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
9750 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
9751 active region.
9752 (org-export-as-html): Handle QUOTE keyword.
9753 (org-quote-string): New option.
9754 (org-bookmark-jump-unhide): New function, used for
9755 `bookmark-after-jump-hook'.
9756 (org-diary-default-entry): Apply only when not called through
9757 `org-agenda'.
9758
9759 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
9760
9761 * net/eudc.el (mode-popup-menu):
9762 * play/handwrite.el (ps-printer-name, ps-lpr-command):
9763 * progmodes/ada-mode.el (compile-auto-highlight)
9764 (skeleton-further-elements):
9765 * progmodes/autoconf.el (font-lock-syntactic-keywords):
9766 * progmodes/cmacexp.el (msdos-shells):
9767 * progmodes/compile.el (font-lock-extra-managed-props)
9768 (font-lock-keywords, font-lock-maximum-size)
9769 (font-lock-support-mode):
9770 * progmodes/grep.el (font-lock-lines-before):
9771 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
9772 * progmodes/mixal-mode.el (compile-command):
9773 * progmodes/perl-mode.el (font-lock-comment-face)
9774 (font-lock-doc-face, font-lock-string-face):
9775 * progmodes/prolog.el (comint-prompt-regexp):
9776 * progmodes/sh-script.el (font-lock-comment-face)
9777 (font-lock-set-defaults, font-lock-string-face):
9778 * progmodes/sql.el (font-lock-keyword-face)
9779 (font-lock-set-defaults, font-lock-string-face):
9780 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
9781 (itimer-version, lazy-lock-defer-contextually)
9782 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
9783 Add defvars.
9784
9785 * progmodes/cperl-mode.el (cperl-electric-lbrace)
9786 (cperl-electric-keyword, cperl-electric-pod)
9787 (cperl-electric-backspace, cperl-forward-re)
9788 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
9789 (vc-rcs-header, vc-sccs-header): Add defvars.
9790
9791 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
9792 (font-lock-syntactic-keywords, gud-find-expr-function):
9793 Add defvars.
9794
9795 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
9796 (gdb-frame-parameters): Declare before use.
9797
9798 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
9799 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
9800 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
9801 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
9802
9803 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
9804 (idlwave-help-with-source): Use `insert-buffer-substring', not
9805 `insert-buffer'.
9806
9807 2005-08-29 Juri Linkov <juri@jurta.org>
9808
9809 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
9810 Put outline-back-to-heading function call inside save-excursion.
9811
9812 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
9813
9814 * man.el (Man-init-defvars, Man-translate-references)
9815 (Man-support-local-filenames, Man-highlight-references):
9816 * progmodes/sql.el (sql-interactive-mode):
9817 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
9818
9819 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
9820 (compilation-mode-font-lock-keywords): Add defvars.
9821 (checkdoc-interactive-loop): "?\ " -> "?\s".
9822
9823 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
9824 (font-lock-doc-face, font-lock-string-face)
9825 (font-lock-keywords-case-fold-search): Add defvars.
9826 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
9827
9828 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
9829 Don't pass X and Y (they are ignored anyway).
9830 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
9831 (mouse-delete-window): Make arguments optional.
9832
9833 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
9834 (caesar-translate-table, minor-modes, news-buffer-save)
9835 (news-group-name, news-minor-modes): Add defvars.
9836
9837 * emacs-lisp/lselect.el (mouse-highlight-priority)
9838 (x-lost-selection-functions, zmacs-regions):
9839 * emacs-lisp/pp.el (font-lock-verbose):
9840 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
9841 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
9842 (ses-mode-map):
9843 * emacs-lisp/tcover-unsafep.el (safe-functions):
9844 * international/mule-cmds.el (mac-system-coding-system)
9845 (mac-system-locale):
9846 * language/ethio-util.el (rmail-current-message)
9847 (rmail-message-vector):
9848 * language/thai-util.el (thai-auto-composition-mode):
9849 * mail/metamail.el (rmail-current-message, rmail-message-vector):
9850 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
9851 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
9852 (vm-primary-inbox, vm-spool-files):
9853 * mail/rmail.el (deleted-head, font-lock-fontified)
9854 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
9855 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
9856 (total-messages):
9857 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
9858 (rmail-summary-mode-map):
9859 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
9860 (rmail-last-label, rmail-last-multi-labels)
9861 (rmail-summary-vector, rmail-total-messages):
9862 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
9863 * mail/rmailsum.el (msgnum):
9864 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
9865 (rmail-current-message):
9866 * obsolete/fast-lock.el (font-lock-face-list):
9867 * obsolete/rnewspost.el (mail-reply-buffer):
9868 * obsolete/scribe.el (compile-command):
9869 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
9870
9871 2005-08-28 John Paul Wallington <jpw@gnu.org>
9872
9873 * ibuf-ext.el (ibuffer-auto-update-changed):
9874 Use `frame-or-buffer-changed-p' to check whether we need to update.
9875 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
9876 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
9877 as a `frame-or-buffer-changed-p' state vector instead.
9878
9879 2005-08-27 Romain Francoise <romain@orebokech.com>
9880
9881 * textmodes/makeinfo.el (makeinfo-compile):
9882 Use `compilation-start'. Set `next-error-function' according to
9883 `disable-errors'.
9884 (makeinfo-next-error): New function.
9885 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
9886 (makeinfo-buffer): Likewise.
9887
9888 * progmodes/compile.el (compilation-start): Add autoload cookie.
9889
9890 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
9891 * textmodes/sgml-mode.el: Likewise.
9892 * progmodes/python.el: Likewise.
9893
9894 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9895
9896 * simple.el (blink-matching-paren-distance): Document the meaning
9897 of nil value, and allow to customize to nil.
9898
9899 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
9900 command.com, not command.exe.
9901
9902 2005-08-26 John Wiegley <johnw@newartisans.com>
9903
9904 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
9905 code around a bit so that an extraneous nil argument is not added
9906 to a command when no args are given.
9907
9908 * eshell/esh-arg.el (eshell-parse-double-quote): If a
9909 double-quoted argument resolves to nil, return it as an empty
9910 string rather than as nil. This made it impossible to pass "" to
9911 a shell script as a null string argument.
9912
9913 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9914
9915 * outline.el (outline-invent-heading): New fun.
9916 (outline-promote, outline-demote): Use it.
9917 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
9918 (outline-end-of-subtree): Remove unused var `opoint'.
9919
9920 2005-08-26 David Reitter <david.reitter@gmail.com>
9921
9922 * menu-bar.el (truncate-lines, write-file, print-buffer)
9923 (ps-print-buffer-faces, ps-print-buffer, split-window):
9924 Disable menu items when the frame they refer to is invisible, or when
9925 they refer to a buffer and the minibuffer is selected.
9926
9927 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
9928
9929 * progmodes/flymake.el (flymake-highlight-err-lines):
9930 Use save-excursion around flymake-highlight-line to preserve point.
9931
9932 2005-08-26 Eli Zaretskii <eliz@gnu.org>
9933
9934 * progmodes/octave-mod.el: Change Author and Maintainer address.
9935 (octave-maintainer-address): Change Kurt's email address.
9936 * progmodes/octave-inf.el: Change Author and Maintainer address.
9937 * progmodes/octave-hlp.el: Change Author and Maintainer address.
9938
9939 2005-08-26 Kim F. Storm <storm@cua.dk>
9940
9941 * subr.el (version-list-<, version-list-<=, version-list-=):
9942 Rename from integer-list-*.
9943 (version-list-not-zero): Likewise. Fix while loop.
9944 (version=): Use version-list-= instead of string-equal.
9945
9946 2005-08-26 Richard M. Stallman <rms@gnu.org>
9947
9948 * outline.el (outline-promote): Try shortening the heading.
9949 As last resort, read the heading to use.
9950 (outline-demote): As last resort, read the heading to use.
9951
9952 2005-08-26 Romain Francoise <romain@orebokech.com>
9953
9954 * progmodes/compile.el (compilation-start): Doc fix.
9955
9956 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
9957 (antlr-font-lock-additional-keywords): Fix reference to
9958 `antlr-font-lock-literal-regexp' erroneously changed during the
9959 mass face rename.
9960 (antlr-run-tool): Use `compilation-start'.
9961
9962 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
9963 instead of the obsolete `compile-internal'.
9964
9965 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
9966
9967 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
9968 (number, original-date):
9969 * calendar/cal-china.el (date):
9970 * calendar/cal-coptic.el (date):
9971 * calendar/cal-french.el (date):
9972 * calendar/cal-hebrew.el (date, entry, number, original-date):
9973 * calendar/cal-islam.el (date, number, original-date):
9974 * calendar/cal-iso.el (date):
9975 * calendar/cal-julian.el (date):
9976 * calendar/cal-mayan.el (date):
9977 * calendar/cal-menu.el (date, event):
9978 * calendar/cal-persia.el (date):
9979 * calendar/lunar.el (date):
9980 * calendar/solar.el (date): Add defvars.
9981
9982 * emerge.el:
9983 * ibuffer.el:
9984 * info-xref.el:
9985 * obsolete/bg-mouse.el:
9986 * obsolete/sun-curs.el:
9987 * obsolete/swedish.el: Move the `defvar's to the top level.
9988
9989 * smerge-mode.el (smerge-refined-change): Add :group.
9990
9991 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
9994 (smerge-keep-n): Remove props.
9995 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9996 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
9997 now that it's done in smerge-keep-n.
9998 (smerge-refined-change): New face.
9999 (smerge-refine-chopup-region, smerge-refine-highlight-change)
10000 (smerge-refine): New funs.
10001 (smerge-basic-map): Bind smerge-refine.
10002
10003 2005-08-25 Juri Linkov <juri@jurta.org>
10004
10005 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
10006 compilation-process-setup-function and compilation-disable-input
10007 in grep-mode instead of let-bindings in grep.
10008
10009 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
10010 Delete "Automatic File De/compression" (auto-compression-mode).
10011
10012 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
10013
10014 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
10015 Silence warning about non-existent variable.
10016
10017 2005-08-25 Richard M. Stallman <rms@gnu.org>
10018
10019 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
10020 Rename "Describe Key" to "Describe Key or Mouse Operation".
10021
10022 * mail/mailalias.el (build-mail-aliases): Delete comments
10023 from the contents before processing them.
10024
10025 * isearch.el (isearch-edit-string): Erase the Search prompt
10026 if user enters an empty string and there is no default.
10027
10028 * comint.el (comint-file-name-prefix): Add autoload.
10029
10030 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
10031
10032 * subr.el (play-sound): Rearrange to avoid warning.
10033
10034 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
10035
10036 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10037 New hook.
10038 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10039
10040 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10041
10042 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10043
10044 * custom.el (custom-theme-set-variables): Sort minor modes last.
10045
10046 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10047
10048 * subr.el (version-separator, version-regexp-alist): New vars used by
10049 version comparison funs.
10050 (integer-list-<, integer-list-=, integer-list-<=)
10051 (integer-list-not-zero): New funs for integer list comparison.
10052 (version-to-list, version=, version<, version<=): New funs for version
10053 comparison.
10054
10055 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
10056
10057 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10058 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10059 time to silence the byte-compiler.
10060
10061 * ibuffer.el (ibuffer-compile-make-eliding-form)
10062 (ibuffer-check-formats): Use `with-no-warnings' to hide references
10063 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10064 so it's silly to get warnings for it).
10065 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10066 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10067 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10068 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10069 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10070 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10071 Defvar at compile time.
10072 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10073 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10074 Declare them before use.
10075
10076 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10077 (info-xref-good, info-xref-bad): Defvar at compile time.
10078
10079 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10080 Use `let*' instead of `let'.
10081
10082 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10083 (*mouse-y*, menu, char): Defvar at compile time.
10084 (sc::menu): Declare it before use.
10085 (sc::pack-one-line): Use `let', not `let*'.
10086
10087 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10088 (mail-send-hook): Defvar at compile time.
10089
10090 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10091 Defvar at compile time.
10092
10093 * term/sun-mouse.el (current-global-mousemap)
10094 (current-local-mousemap): Declare them before use.
10095
10096 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
10097
10098 * bookmark.el (bookmark-after-jump-hook): New hook.
10099 (bookmark-jump): Run `bookmark-after-jump-hook'.
10100
10101 2005-08-23 Juri Linkov <juri@jurta.org>
10102
10103 * faces.el (minibuffer-prompt): Doc fix.
10104
10105 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
10106
10107 * progmodes/xscheme.el: Trivial changes to silence warnings.
10108 (xscheme-previous-mode, xscheme-previous-process-state):
10109 Add defvars.
10110 (xscheme-last-input-end, xscheme-process-command-line)
10111 (xscheme-process-name, xscheme-buffer-name)
10112 (xscheme-expressions-ring-max, xscheme-expressions-ring)
10113 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10114 (xscheme-control-g-synchronization-p)
10115 (xscheme-control-g-disabled-p, xscheme-string-receiver)
10116 (default-xscheme-runlight, xscheme-runlight)
10117 (xscheme-runlight-string, xscheme-process-filter-state)
10118 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
10119 Move to beginning of file.
10120 (scheme-interaction-mode-commands-alist)
10121 (scheme-interaction-mode-map, scheme-debugger-mode-map):
10122 Declare them before use. Note: the initialization code for the variables
10123 has not been moved because it uses functions that reference the variables.
10124 (xscheme-control-g-message-string, xscheme-process-filter-alist)
10125 (xscheme-prompt-for-expression-map): Declare them before use.
10126 (scheme-debugger-mode-commands): "?\ " -> "?\s".
10127
10128 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
10129
10130 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
10131
10132 2005-08-22 Juri Linkov <juri@jurta.org>
10133
10134 * faces.el (set-face-underline): Delete this duplicate function
10135 and make an obsolete alias to set-face-underline-p.
10136 (set-face-underline-p): Use docstring of set-face-underline.
10137 (describe-face): Create hyperlink to parent face.
10138
10139 * info.el (Info-insert-dir): Use save-excursion around
10140 insert-buffer-substring.
10141 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
10142 (Info-escape-percent): Delete function.
10143 (Info-fontify-node): Replace Info-escape-percent by
10144 replace-regexp-in-string with REP arg set to lambda that
10145 duplicates `%' and preserves text properties.
10146
10147 * progmodes/compile.el (compilation-disable-input): Doc fix.
10148 (define-compilation-mode): Doc fix and refill.
10149 (kill-compilation): Use `mode-name' in the error message.
10150 (compilation-find-file): Use `compilation-error' in the
10151 read-file-name's prompt.
10152
10153 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
10156 (smerge-auto-leave): Make undo re-enable the mode.
10157 (debug-ignored-errors): Add the user-error of impossible resolution.
10158 (smerge-resolve): Move things around a bit, in preparation for later.
10159 (smerge-diff): Don't fail if the buffer has no associated file.
10160 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
10161 (smerge-conflict-overlay): New function.
10162 (smerge-match-conflict): Don't add text properties here.
10163 (smerge-find-conflict): Instead, add an overlay here.
10164 Also check for the case where we're inside a conflict already, so as to
10165 obviate the need for font-lock-multiline, which is unbearably slow with
10166 large conflicts and ciomplex font-lock patterns.
10167 (smerge-remove-props): Remove overlay rather than text-properties.
10168 (smerge-mode): Don't set font-lock-multiline.
10169 Remove overlays when turned off.
10170
10171 2005-08-21 Kim F. Storm <storm@cua.dk>
10172
10173 * ido.el (ido-ignore-item-p): Use save-match-data.
10174 Bind case-fold-search to ido-case-fold locally.
10175
10176 2005-08-20 Richard M. Stallman <rms@gnu.org>
10177
10178 * files.el (normal-mode): If font lock is on, turn it off and on.
10179
10180 * subr.el (replace-regexp-in-string): Doc fix.
10181
10182 * startup.el (command-line-1): Don't suppress startup screen
10183 due to existing processes.
10184
10185 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
10186
10187 * progmodes/compile.el (compilation-disable-input): Default to nil.
10188
10189 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10190
10191 * progmodes/compile.el (compilation-disable-input): New defcustom.
10192 (compilation-start): If compilation-disable-input is non-nil, send
10193 EOF to the compilation process.
10194
10195 2005-08-20 Eli Zaretskii <eliz@gnu.org>
10196
10197 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
10198 Run the argument of tex-shell-cd-command through
10199 convert-standard-filename, to get the correct style of slashes on
10200 Windows, and enclose the result in quotes, in case the file name
10201 includes whitespace or other special characters.
10202
10203 2005-08-19 Andreas Schwab <schwab@suse.de>
10204
10205 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
10206 process.
10207
10208 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
10209
10210 * cus-start.el (minibuffer-prompt-properties): Correct typo.
10211
10212 2005-08-18 Kim F. Storm <storm@cua.dk>
10213
10214 * scroll-lock.el: Fix errors due to incorrect line wrapping.
10215
10216 2005-08-18 Richard M. Stallman <rms@gnu.org>
10217
10218 * scroll-lock.el: New file.
10219
10220 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
10221
10222 * dired.el (dired-move-to-end-of-filename):
10223 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
10224
10225 2005-08-18 Kim F. Storm <storm@cua.dk>
10226
10227 * ido.el (ido-everywhere): Fix defcustom :set function to disable
10228 rather than toggle mode when custom value is nil.
10229 (ido-everywhere): Fix defun doc string.
10230
10231 2005-08-17 Richard M. Stallman <rms@gnu.org>
10232
10233 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
10234 as tag instead of "Inviolable".
10235
10236 2005-08-17 Kim F. Storm <storm@cua.dk>
10237
10238 * windmove.el (windmove-coordinates-of-position): Remove.
10239 (windmove-coordinates-of-window-position): Remove.
10240 (windmove-reference-loc): Use posn-at-point instead.
10241
10242 * subr.el (insert-for-yank-1): Doc fix.
10243
10244 * ido.el (ido-enter-matching-directory): Rename from
10245 ido-enter-single-matching-directory. Change `slash' choice to
10246 `only'. Add `first' choice.
10247 (ido-exhibit): Adapt to above changes.
10248
10249 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
10250
10251 * Makefile.in: Expand comment about building loaddefs.el.
10252
10253 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
10254
10255 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
10256 Comment use of defadvice.
10257
10258 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
10259
10260 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
10261
10262 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
10263 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
10264 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
10265 * progmodes/idlw-shell.el, progmodes/ld-script.el,
10266 * progmodes/which-func.el, ruler-mode.el, strokes.el,
10267 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
10268 for backward compatibility for faces that did not appear in the
10269 previous Emacs release.
10270
10271 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
10272
10273 2005-08-15 Kim F. Storm <storm@cua.dk>
10274
10275 * emulation/cua-base.el (cua-delete-region): Return t if
10276 deleted region was non-empty.
10277 (cua-replace-region): Inhibit overwrite-mode for
10278 self-insert-command if replaced region was non-empty.
10279 (cua--explicit-region-start, cua--status-string): Make them
10280 buffer-local at top-level...
10281 (cua-mode): ...rather than when mode is enabled.
10282
10283 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
10284
10285 * progmodes/vhdl-mode.el (vhdl-emacs-21):
10286 Set t for Emacs 21, 22, and so on.
10287
10288 2005-08-15 David Ponce <david@dponce.com>
10289
10290 * tree-widget.el: Update Commentary header.
10291 (tree-widget-theme): Doc fix.
10292 (tree-widget-space-width): New option.
10293 (tree-widget-image-properties): Look up in the default theme too.
10294 (tree-widget--cursors): Only for images with arrow pointer shape.
10295 (tree-widget-lookup-image): Pointer shape is hand by default.
10296 (tree-widget-icon): Rename generic icon widget from
10297 `tree-widget-control'.
10298 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
10299 derive from `tree-widget-icon'.
10300 (tree-widget-handle): Improve default look and feel of the text
10301 representation.
10302 (tree-widget): Rename :*-control properties to :*-icon properties.
10303 Add :action and :help-echo properties.
10304 (tree-widget-after-toggle-functions): Move.
10305 (tree-widget-close-node, tree-widget-open-node): Remove.
10306 (tree-widget-before-create-icon-functions): New hook.
10307 (tree-widget-value-create): Update to allow customization of icons
10308 and nodes at run-time via that new hook.
10309 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
10310 (tree-widget-icon-action, tree-widget-icon-help-echo)
10311 (tree-widget-action, tree-widget-help-echo): New functions.
10312
10313 2005-08-15 Kim F. Storm <storm@cua.dk>
10314
10315 * ido.el (ido-buffer-internal): Use with-no-warnings.
10316 (ido-make-merged-file-list): Use while-no-input.
10317
10318 2005-08-15 Richard M. Stallman <rms@gnu.org>
10319
10320 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
10321 (flyspell-large-region): Fix doc and custom type.
10322
10323 2005-08-14 Richard M. Stallman <rms@gnu.org>
10324
10325 * files.el (interpreter-mode-alist): Doc fix.
10326
10327 * mail/rmail.el (rmail-nonignored-headers): New variable.
10328 (rmail-clear-headers): Use it.
10329 (rmail-reply): Better handling of mail-followup-to header.
10330
10331 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10332 Rename variable from sh-font-lock-keywords. In the `shell' entry,
10333 don't try to refer to executable-font-lock-keywords.
10334 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
10335 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
10336 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
10337 (sh-mode): Set comment-start-skip, local-abbrev-table,
10338 imenu-case-fold-search.
10339 (sh-set-shell): Don't set them here.
10340 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
10341 Don't cache the results in the original alist; don't ever modify
10342 that alist.
10343
10344 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
10345
10346 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
10347 empty.
10348
10349 2005-08-15 Andreas Schwab <schwab@suse.de>
10350
10351 * desktop.el: Put autoload cookie at risky-local-variable declarations.
10352
10353 * dired.el, info.el, mail/rmail.el: Revert last change.
10354
10355 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
10356
10357 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
10358 modification in `eval-after-load' form.
10359 * info.el: Likewise.
10360 * mail/rmail.el: Likewise.
10361
10362 2005-08-14 Juri Linkov <juri@jurta.org>
10363
10364 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10365 Remove highlighting of "Compilation started". Highlight only
10366 the word "finished" in "Compilation finished". Add highlighting
10367 of "interrupt", "killed", "terminated" and the exit code.
10368 (compilation-start): Add newline after header. Use exactly the
10369 same time stamp format as the finishing message.
10370 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
10371
10372 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
10373 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
10374 Add highlighting of "interrupt", "killed", "terminated".
10375
10376 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
10377 enabled and the current command is self-insert-command, call it
10378 explicitly with overwrite-mode bound to nil, to not allow it
10379 to delete the character after the selected region.
10380
10381 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
10382
10383 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
10384 move-end-of-line, end-of-line, and beginning-of-line to the list
10385 of commands after which the echo area is updated.
10386
10387 2005-08-12 Eli Zaretskii <eliz@gnu.org>
10388
10389 * cus-edit.el (custom-save-all, custom-save-delete):
10390 Bind recentf-exclude to exclude custom-file.
10391
10392 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
10393
10394 * mail/rmailsum.el (rmail-summary-end-of-message): New command
10395 to go to the bottom of the mail message. Added to
10396 `rmail-summary-mode-map' with key "/".
10397 (rmail-summary-show-message): New (internal) function for use by
10398 both `rmail-summary-beginning/end-of-message'.
10399 (rmail-summary-beginning-of-message): Change to use
10400 rmail-summary-show-message.
10401
10402 * mail/rmail.el (rmail-end-of-message): New command to go to the
10403 end of the current message. Added to `rmail-mode-map' with key "/".
10404 (rmail-beginning-of-message): Fix to work as documented.
10405 (rmail-mode): Change documentation.
10406
10407 * progmodes/compile.el (compilation-start): Add the line
10408 "Compilation started" with compilation start time.
10409 (compilation-mode-font-lock-keywords): Add `started' to keywords.
10410
10411 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
10412
10413 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
10414 of menu items.
10415
10416 2005-08-11 Richard M. Stallman <rms@gnu.org>
10417
10418 * simple.el (pop-global-mark): Reverse test of widen-automatically.
10419
10420 * battery.el (battery-status-function): Don't use ignore-errors.
10421
10422 2005-08-11 Lute Kamstra <lute@gnu.org>
10423
10424 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
10425 define-obsolete-variable-alias.
10426
10427 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10428
10429 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
10430 (ange-ftp-send-cmd): Revert last change, and expand
10431 the comment explaining the problem.
10432
10433 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
10434
10435 * ldefs-boot.el: Update.
10436
10437 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
10438 item to "Time, Load and Mail". Change help echo text.
10439
10440 * time.el (display-time-use-mail-icon, display-time-format)
10441 (display-time-string-forms): Shorten first line of docstrings.
10442
10443 2005-08-10 Lars Hansen <larsh@soem.dk>
10444
10445 * desktop.el (desktop-buffer-mode-handlers):
10446 Make non-customizable. Add autoload cookie. Change initial value to
10447 nil; add elements in respective modules instead. Fix doc string.
10448 (desktop-load-file): New function.
10449 (desktop-minor-mode-handlers): New autoloaded variable.
10450 (desktop-create-buffer): Call minor mode handlers.
10451 Use desktop-load-file to load major and minor mode modules prior to
10452 checking for a handler.
10453 (desktop-save): Don't add nil to desktop-minor-modes for minor
10454 modes with nil function in desktop-minor-mode-table. Don't delete
10455 desktop file before rewriting it.
10456 (desktop-locals-to-save): Add autoload cookie. Don't make
10457 automatically buffer-local. Add variables column-number-mode,
10458 size-indication-mode, indent-tabs-mode,
10459 indicate-buffer-boundaries, indicate-empty-lines and
10460 show-trailing-whitespace.
10461 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
10462 regexps. Don't use desktop-clear-preserve-buffers-regexp.
10463 (desktop-clear-preserve-buffers-regexp): Delete.
10464 (desktop-clear-preserve-buffers): Update initial value and docstring.
10465 (desktop-save-buffer): Fix doc string.
10466
10467 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
10468 (hilit-chg-desktop-restore): New function.
10469 (highlight-changes-mode): Add highlight-changes-mode to
10470 desktop-locals-to-save.
10471
10472 * dired.el: Add handler to desktop-buffer-mode-handlers.
10473 (dired-restore-desktop-buffer): Remove autoload cookie.
10474 (dired-mode): Add autoload cookie.
10475
10476 * info.el: Add handler to desktop-buffer-mode-handlers.
10477 (Info-restore-desktop-buffer): Remove autoload cookie.
10478 (Info-mode): Add autoload cookie.
10479
10480 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
10481 (mh-restore-desktop-buffer): Remove autoload cookie.
10482 (mh-folder-mode): Add autoload cookie.
10483
10484 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
10485 (rmail-restore-desktop-buffer): Remove autoload cookie.
10486
10487 2005-08-11 Masatake YAMATO <jet@gyve.org>
10488
10489 * hexl.el (hexl-address-region):
10490 (hexl-ascii-region, hexl-font-lock-keywords):
10491 (hexl-highlight-line-range): Use the term "region"
10492 instead of "area" for consistency with the other symbols
10493 defined in hexl.el.
10494
10495 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
10496
10497 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
10498 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
10499 out by Juri Linkov). Add `display-battery-mode'.
10500
10501 2005-08-09 Juri Linkov <juri@jurta.org>
10502
10503 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10504 Remove `-text' from face variable names.
10505 (compilation-error-file-name, compilation-warning-file-name)
10506 (compilation-info-file-name): Delete faces.
10507 (compilation-line-number, compilation-column-number):
10508 Remove face underlining.
10509 (compilation-message-face): Set to `underline' value by default.
10510 (compilation-error-face, compilation-warning-face)
10511 (compilation-info-face): Remove `-file-name' from face names.
10512 (compilation-error-text-face, compilation-warning-text-face)
10513 (compilation-info-text-face): Delete face variables.
10514 (compilation-text-face): Delete function.
10515
10516 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
10517 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
10518 (grep-error-face): Set to `compilation-error' instead of
10519 `compilation-error-face' (which is redefined to `grep-hit-face' in
10520 grep buffers).
10521 (grep-mode-font-lock-keywords): Remove `-text' from face variable
10522 names. Use `grep-error-face' instead of `compilation-error-text-face'.
10523
10524 * dired-aux.el (dired-do-query-replace-regexp):
10525 Use `query-replace-read-args'.
10526
10527 * replace.el (query-replace-read-from, query-replace-read-to)
10528 (query-replace-read-args): Rename arg `string' to `prompt'.
10529
10530 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
10531
10532 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
10533
10534 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
10535 uploading files.
10536 (ange-ftp-canonize-filename): Handle file names beginning with ~
10537 correctly.
10538
10539 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
10540
10541 * textmodes/fill.el (canonically-space-region)
10542 (fill-context-prefix, fill-french-nobreak-p)
10543 (fill-delete-newlines, fill-comment-paragraph)
10544 (justify-current-line): "?\ " -> "?\s".
10545
10546 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
10547
10548 * textmodes/fill.el (fill-nonuniform-paragraphs):
10549 Improve argument/docstring consistency.
10550
10551 2005-08-09 Richard M. Stallman <rms@gnu.org>
10552
10553 * textmodes/ispell.el (ispell-word): More fboundp checks.
10554
10555 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
10556 (find-file-noselect-1): Call it here, only if RAWFILE.
10557 (normal-mode): Always set some major mode.
10558 (save-some-buffers-action-alist): Change some explanation strings.
10559 (file-name-non-special): In the `quote' method, use unwind-protect.
10560
10561 2005-08-09 Magnus Henoch <mange@freemail.hu>
10562
10563 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
10564 (ispell-have-aspell-dictionaries): New variable.
10565 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
10566 (ispell-get-aspell-config-value): New function.
10567 (ispell-aspell-find-dictionary): New function.
10568 (ispell-aspell-add-aliases): New function.
10569 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
10570 appropriate. Don't look for ispell dictionaries if we use aspell.
10571 (ispell-menu-map): Don't build a submenu of dictionaries.
10572
10573 2005-08-09 Richard M. Stallman <rms@gnu.org>
10574
10575 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
10576 (sql-read-passwd): Use read-passwd.
10577
10578 * progmodes/idlw-toolbar.el (idlwave-toolbar)
10579 (idlwave-toolbar-is-possible): Add defvars.
10580
10581 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
10582 Avoid warnings.
10583
10584 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
10585 (idlwave-system-class-info, idlwave-executive-commands-alist):
10586 Use defvar.
10587
10588 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
10589
10590 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
10591 Avoid warnings.
10592
10593 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
10594 and content-type: headers.
10595
10596 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
10597
10598 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
10599 and rename some of them to be more self-explanatory.
10600
10601 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
10602
10603 * startup.el (command-line-1): Implement -scriptload.
10604
10605 * replace.el (occur-engine): Initial *Occur* output not undoable.
10606
10607 * menu-bar.el (menu-bar-file-menu): Rename some menu items
10608 and improve help strings.
10609
10610 * isearch.el (isearch-repeat): When changing direction,
10611 mark search successful.
10612
10613 * ediff-init.el: Use (featurep 'xemacs).
10614
10615 * comint.el (send-invisible): Identify buffer, if not selected.
10616
10617 * align.el: Delete autoload for c-guess-basic-syntax.
10618
10619 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
10620
10621 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
10622 Improve argument/docstring consistency. Doc fixes.
10623 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
10624 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
10625 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
10626 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
10627 (r2bv-organization, r2bv-pages, r2bv-primary-author)
10628 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
10629 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
10630 Defvar at compile time.
10631
10632 2005-08-09 Juri Linkov <juri@jurta.org>
10633
10634 * info.el: Replace `info' with upper-case `Info' where appropriate.
10635 (info-title-1, info-title-2, info-title-3, info-title-4)
10636 (info-menu-header): Move up face definitions.
10637 (info-menu-star): Rename from `info-menu-5'.
10638 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
10639 (Info-fontify-visited-nodes): Fix docstring.
10640 (Info-hide-note-references): Fix docstring.
10641 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
10642 menu items in the same way as on cross-references.
10643 (info-apropos): Fix sorting order and formatting to be like in the
10644 stand-alone Info browser. Display error messages for 1 sec.
10645 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
10646 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
10647 from the menu bar.
10648 (Info-insert-dir): Restore point after calling
10649 `insert-buffer-substring'.
10650
10651 2005-08-08 Richard M. Stallman <rms@gnu.org>
10652
10653 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
10654 (recompute-lucid-menubar): Add defvars.
10655
10656 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
10657
10658 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
10659
10660 * net/net-utils.el (run-dig): Rename from `dig'.
10661
10662 * play/gametree.el (gametree-mode): Use make-local-variable,
10663 not make-variable-buffer-local.
10664
10665 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
10666
10667 * ansi-color.el (ansi-color-make-extent)
10668 (ansi-color-set-extent-face): Use fboundp, not functionp.
10669
10670 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
10671 not make-variable-buffer-local.
10672
10673 * bookmark.el (Info-current-file): Add defvar.
10674 (bookmark-jump-noselect): Use with-no-warnings.
10675
10676 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
10677
10678 * ebuff-menu.el (Helper-return-blurb): Add defvar.
10679
10680 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
10681
10682 * find-file.el (ada-procedure-start-regexp)
10683 (ada-package-start-regexp): Add defvars.
10684
10685 * info.el (Info-insert-dir): Use insert-buffer-substring.
10686
10687 * xml.el (xml-att-def-re): Add defvar.
10688
10689 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
10690 calling convention.
10691
10692 * subr.el (while-no-input): Return t if there is input.
10693
10694 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
10695
10696 * cus-start.el (all): Add `overflow-newline-into-fringe'.
10697
10698 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
10699
10700 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
10701 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
10702
10703 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
10704
10705 * cmuscheme.el (scheme-start-file): Replace reference to
10706 `user-emacs-directory' by "~/.emacs.d/".
10707
10708 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
10709
10710 * info.el (Info-dir-remove-duplicates): Avoid case folding
10711 in loop; instead, keep downcased strings for comparison.
10712 Suggested by Helmut Eller.
10713
10714 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
10715
10716 Sync with Tramp 2.0.50.
10717
10718 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
10719 XEmacs case; not necessary anymore.
10720 (tramp-user-regexp): Allow "@" as part of user name.
10721 (tramp-handle-set-visited-file-modtime)
10722 (tramp-handle-insert-file-contents)
10723 (tramp-handle-write-region): No special handling for
10724 `last-coding-system-used, because this is done in
10725 `tramp-accept-process-output' now.
10726 (tramp-accept-process-output): New defun.
10727 (tramp-process-one-action, tramp-process-one-multi-action)
10728 (tramp-wait-for-regexp, tramp-wait-for-output)
10729 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
10730 Howells <dhowells@redhat.com>.
10731 (clear-visited-file-modtime): Defadvice removed. The check for
10732 unset buffer's modtime does not need to be based on
10733 `tramp-buffer-file-attributes'. Suggested by RMS.
10734 (tramp-message): Insert "\n" if not being at beginning of line.
10735 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
10736 sequence with same logic.
10737 (tramp-completion-handle-expand-file-name): Discard call of
10738 `tramp-drop-volume-letter'. It is not necessary, and there have
10739 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
10740 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10741 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
10742 should always be visible.
10743 (tramp-handle-insert-directory, tramp-setup-complete)
10744 (tramp-set-process-query-on-exit-flag)
10745 (tramp-append-tramp-buffers): Pacify byte-compiler.
10746 (tramp-bug): Delete non-existing variables from list.
10747 Apply `tramp-load-report-modules' as pre-hook.
10748 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
10749 `shell-prompt-pattern' because of non-7bit characters.
10750 Reported by Sebastian Luque <sluque@mun.ca>.
10751 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
10752 (tramp-match-string-list): Remove function.
10753 (tramp-wait-for-regexp): Remove call of that function.
10754 Suggested by Kim F. Storm <storm@cua.dk>.
10755 (tramp-set-auto-save-file-modes): Use octal integer code #o600
10756 instead of octal character code ?\600. The latter resulted in a
10757 syntax error with XEmacs.
10758
10759 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
10760 XEmacs case; not necessary anymore.
10761 (tramp-smb-handle-write-region): No special handling for
10762 `last-coding-system-used, because this is done in
10763 `tramp-accept-process-output' now.
10764 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
10765
10766 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
10767
10768 * wid-edit.el (widget-choice-value-create):
10769 Unconditionally respect user choice. Set :explicit-choice back to nil
10770 when no longer needed.
10771 (widget-choice-action): Unconditionally respect user choice.
10772 Eliminate :explicit-choice-value.
10773
10774 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
10775
10776 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
10777 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
10778 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
10779 running new function `toggle-indicate-empty-lines'.
10780 Rename "Customize" item to "Customize fringe".
10781 Rename "Indicators" item to "Buffer boundaries" and change help echo.
10782 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
10783 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
10784 Delete "Empty lines only" item.
10785 (menu-bar-showhide-fringe-ind-customize): New function.
10786 (menu-bar-showhide-fringe-ind-mixed)
10787 (menu-bar-showhide-fringe-ind-box)
10788 (menu-bar-showhide-fringe-ind-right)
10789 (menu-bar-showhide-fringe-ind-left)
10790 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
10791 instead of `fringe-indicators'.
10792
10793 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
10794
10795 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
10796 Change the date of last update.
10797
10798 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
10799
10800 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
10801 (viper-exec-yank, viper-put-back): Don't display modification msg
10802 if in the minibuffer.
10803
10804 * viper-init.el (viper-replace-overlay-cursor-color)
10805 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
10806 Make variables frame local.
10807
10808 * viper-util.el (viper-append-filter-alist): Use append instead of
10809 nconc.
10810
10811 * viper.el (viper-vi-state-mode-list)
10812 (viper-emacs-state-mode-list): Move help-mode and
10813 completion-list-mode from the first list to the second.
10814 (viper-mode): Docstring.
10815 (viper-go-away, viper-non-hook-settings): Don't localize
10816 minor-mode-alist in newer Emacsen. Add advice to
10817 set-cursor-color. Don't bind "\C-c\\".
10818
10819 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
10820
10821 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
10822 (scheme-macro-expand-command): New user options.
10823 (scheme-trace-procedure, scheme-expand-current-form): New commands.
10824 (scheme-form-at-point, scheme-start-file)
10825 (scheme-interactively-start-process): New functions.
10826 (scheme-get-process): New function, extracted from `scheme-proc'.
10827 (run-scheme): Call `scheme-start-file' to get start file, and pass
10828 it to `make-comint'.
10829 (switch-to-scheme, scheme-proc):
10830 Call `scheme-interactively-start-process' if no Scheme buffer/process
10831 is available.
10832
10833 2005-08-06 Juri Linkov <juri@jurta.org>
10834
10835 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10836 Use `compilation-text-face', `compilation-info-text-face' and
10837 `compilation-error-text-face' instead of `font-lock-keyword-face'.
10838 (compilation-error): New face.
10839 (compilation-error-file-name): Inherit from
10840 `compilation-error' instead of `font-lock-warning-face'.
10841 (compilation-warning-file-name): Inherit from
10842 `compilation-warning' instead of `font-lock-warning-face'.
10843 (compilation-info, compilation-error-file-name)
10844 (compilation-warning-file-name, compilation-info-file-name)
10845 (compilation-line-number, compilation-column-number): Doc fix.
10846 (compilation-error-text-face, compilation-warning-text-face)
10847 (compilation-info-text-face): New face variables.
10848 (compilation-line-face, compilation-column-face)
10849 (compilation-enter-directory-face)
10850 (compilation-leave-directory-face): Doc fix.
10851 (compilation-text-face): New function.
10852
10853 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
10854 instead of 1 to display binary file names as info file links.
10855 (grep-error-face): Use `compilation-error-face' instead of
10856 `font-lock-keyword-face'.
10857 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
10858 and `compilation-warning-text-face' instead of
10859 `font-lock-keyword-face'. Use `compilation-error-text-face'
10860 instead of `grep-error-face'.
10861
10862 2005-08-05 Kenichi Handa <handa@m17n.org>
10863
10864 * international/code-pages.el: Add autoload cookies for all coding
10865 systems.
10866
10867 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
10868
10869 * cus-start.el (all): Put undo.c where it alphabetically belongs.
10870
10871 2005-08-04 Juri Linkov <juri@jurta.org>
10872
10873 * progmodes/compile.el (compilation-mode-map):
10874 * progmodes/grep.el (grep-mode-map):
10875 Bind TAB to `compilation-next-error' and [backtab] to
10876 `compilation-previous-error'.
10877
10878 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
10879 matching line numbers, column numbers and their ranges with regexp
10880 matching only line numbers.
10881 (grep-context-face): New face variable.
10882 (grep-mode-font-lock-keywords): Use it.
10883
10884 * faces.el (read-face-name): Delete duplicate faces.
10885
10886 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
10887
10888 * thumbs.el (thumbs-find-image): Don't make variables
10889 automatically buffer local.
10890 (thumbs-current-tmp-filename, thumbs-current-image-filename)
10891 (thumbs-image-num): Make automatically buffer local.
10892 (thumbs-show-thumbs-list): Use `make-local-variable', not
10893 `make-variable-buffer-local'.
10894 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
10895
10896 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
10897 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
10898 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
10899 (bother, bye, canyou, chatlst, continue, deathlst, describe)
10900 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
10901 (feelings-about, foullst, found, hello, history, howareyoulst)
10902 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
10903 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
10904 (neglst, obj, object, owner, please, problems, qlist)
10905 (random-adjective, relation, remlst, repetitive-shortness)
10906 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
10907 (shortlst, something, sportslst, stallmanlst, states, subj)
10908 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
10909 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
10910 Defvar at compile time.
10911
10912 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
10913 not `make-variable-buffer-local'.
10914
10915 2005-08-02 Kim F. Storm <storm@cua.dk>
10916
10917 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
10918 rectangle overlay in selected window.
10919
10920 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
10921
10922 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
10923 instead of display group. Make `indicate-buffer-boundaries'
10924 customizable through Custom.
10925
10926 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
10927
10928 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
10929 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
10930 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
10931 (gdb-put-string): Fix typos in docstrings.
10932
10933 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
10934
10935 Update copyright notices of files in progmodes directory for
10936 release of Emacs 22.1.
10937
10938 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
10939
10940 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
10941 Don't barf if the GUD buffer has been killed.
10942
10943 2005-08-01 Kim F. Storm <storm@cua.dk>
10944
10945 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
10946
10947 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
10948
10949 * simple.el (next-error-follow-minor-mode):
10950 make-variable-buffer-local -> make-local-variable.
10951
10952 * emacs-lisp/cl-extra.el: Require CL also when compiling.
10953
10954 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
10955 (byte-compile-form-make-variable-buffer-local): New functions to warn
10956 about misuses of make-variable-buffer-local where make-local-variable
10957 was meant.
10958
10959 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
10960
10961 * bs.el (bs-attributes-list): Doc fix.
10962 (bs): Update url-link.
10963
10964 * desktop.el (desktop-save-buffer): Fix typos in docstring.
10965 (desktop-load-default): Simplify.
10966
10967 * ibuffer.el (ibuffer-columnize-and-insert-list)
10968 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
10969 (ibuffer-unmark-all, ibuffer-toggle-marks)
10970 (ibuffer-unmark-forward, ibuffer-unmark-backward)
10971 (ibuffer-compile-make-format-form, ibuffer-format-column)
10972 (ibuffer-current-buffers-with-marks)
10973 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
10974 (ibuffer): Doc fix.
10975 (ibuffer-mode): Fix typo in docstring.
10976 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
10977 with `define-obsolete-variable-alias'.
10978 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
10979
10980 2005-07-29 Kenichi Handa <handa@m17n.org>
10981
10982 * international/mule-cmds.el (select-message-coding-system):
10983 Be sure to use LF for end-of-line. If no coding system is decided,
10984 return iso-8859-1-unix.
10985
10986 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
10987
10988 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
10989 (ange-ftp-pending-error-line): New vars.
10990 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
10991 to handle the non-fatal no-route-to-host messages.
10992 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
10993
10994 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
10995
10996 * isearch.el (isearch-mode-map, isearch-other-meta-char)
10997 (isearch-quote-char, isearch-printing-char)
10998 (isearch-text-char-description): "?\ " -> "?\s".
10999 (isearch-lazy-highlight-cleanup)
11000 (isearch-lazy-highlight-initial-delay)
11001 (isearch-lazy-highlight-interval)
11002 (isearch-lazy-highlight-max-at-a-time)
11003 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
11004 Declare with define-obsolete-*-alias macros.
11005 (isearch-forward): Fix typo in docstring.
11006 (search-invisible, search-ring-yank-pointer)
11007 (regexp-search-ring-yank-pointer): Doc fixes.
11008
11009 * recentf.el (recentf-menu-append-commands-p): Declare with
11010 `define-obsolete-variable-alias'.
11011 (recentf-max-saved-items, recentf-menu-filter)
11012 (recentf-arrange-by-rule-subfilter): Doc fixes.
11013 (recentf-menu-append-commands-flag)
11014 (recentf-initialize-file-name-history, recentf-expand-file-name)
11015 (recentf-clear-data): Fix typos in docstrings.
11016
11017 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
11018
11019 * progmodes/gdb-ui.el: Smarten comments.
11020 (gdb-info-breakpoints-custom): Use nowarn when finding file.
11021
11022 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11023
11024 * term/apollo.el (terminal-init-apollo): New function containing
11025 all former top level forms in the file.
11026 * term/bobcat.el (terminal-init-bobcat):
11027 * term/cygwin.el (terminal-init-cygwin):
11028 * term/iris-ansi.el (terminal-init-iris-ansi):
11029 * term/linux.el (terminal-init-linux):
11030 * term/news.el (terminal-init-news):
11031 * term/rxvt.el (terminal-init-rxvt):
11032 * term/sun.el (terminal-init-sun):
11033 * term/tvi970.el (terminal-init-tvi970):
11034 * term/vt100.el (terminal-init-vt100):
11035 * term/vt102.el (terminal-init-vt102):
11036 * term/vt125.el (terminal-init-vt125):
11037 * term/vt200.el (terminal-init-vt200):
11038 * term/vt201.el (terminal-init-vt201):
11039 * term/vt220.el (terminal-init-vt220):
11040 * term/vt240.el (terminal-init-vt240):
11041 * term/vt300.el (terminal-init-vt300):
11042 * term/vt320.el (terminal-init-vt320):
11043 * term/vt400.el (terminal-init-vt400):
11044 * term/vt420.el (terminal-init-vt420):
11045 * term/wyse50.el (terminal-init-wyse50):
11046 * term/xterm.el (terminal-init-xterm): Likewise.
11047
11048 * term/README: Describe the terminal-init-* functionality.
11049
11050 * startup.el (command-line): After loading the terminal initialization
11051 file call the corresponding terminal initialization function.
11052
11053 2005-07-27 Kenichi Handa <handa@m17n.org>
11054
11055 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11056 negative.
11057
11058 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
11059 (ps-mule-composition-prologue): Fix for the case that
11060 RelativeCompose is false.
11061
11062 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11063
11064 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11065
11066 * descr-text.el (describe-char): Handle the case where the list of
11067 chars is displayed in a separate frame.
11068 Be a bit more discriminating when looking for the char.
11069
11070 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
11071
11072 * bookmark.el (bookmark-automatically-show-annotations)
11073 (bookmark-read-annotation-text-func): Doc fixes.
11074 (bookmark-save): Improve argument/docstring consistency.
11075 (bookmark-get-bookmark, bookmark-get-bookmark-record)
11076 (bookmark-alist-from-buffer)
11077 (bookmark-upgrade-file-format-from-0)
11078 (bookmark-grok-file-format-version)
11079 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11080 (bookmark-read-annotation-mode)
11081 (bookmark-insert-current-bookmark, bookmark-jump)
11082 (bookmark-exit-hook): Fix typos in docstrings.
11083 (bookmark-exit-hooks): Define as obsolete alias.
11084 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11085 not `bookmark-exit-hooks'. Fix docstring.
11086 (bookmark-bmenu-select): "?\ " -> "?\s".
11087
11088 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
11089
11090 * startup.el (command-line): Fix typo.
11091
11092 2005-07-24 Richard M. Stallman <rms@gnu.org>
11093
11094 * tooltip.el (tooltip-mode): Test emacs-basic-display,
11095 not emacs-quick-startup.
11096
11097 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
11098
11099 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11100 (reb-next-match, reb-show-subexp): Use `with-selected-window'
11101 instead of `reb-with-current-window'.
11102 (reb-prev-match): Likewise. Also, don't move left if the search
11103 was unsuccessful.
11104 (reb-initialize-buffer): New function.
11105 (re-builder, reb-change-syntax): Use it.
11106
11107 * man.el (Man-goto-page): Make second argument NOERROR optional.
11108
11109 2005-07-23 Richard M. Stallman <rms@gnu.org>
11110
11111 * man.el (Man-bgproc-sentinel): Check here for failure to find
11112 any man page in the output, and report the error here.
11113 (Man-arguments): Make it permanent local.
11114 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
11115 (Man-mode): Pass t for NOERROR.
11116
11117 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
11118 (grep-mode-font-lock-keywords):
11119 Don't use compilation-...-face for messages that are not file names.
11120
11121 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11122 Don't use compilation-...-face for messages that are not file names.
11123
11124 2005-07-22 Juri Linkov <juri@jurta.org>
11125
11126 * startup.el (normal-splash-screen): Update menu name.
11127
11128 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
11129
11130 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11131
11132 * term/xterm.el: Load term/rxvt if the terminal is actually an
11133 rxvt terminal.
11134 (xterm-rxvt-set-background-mode): Remove, not used anymore.
11135
11136 * term/rxvt.el (function-key-map): Use substitute-key-definition
11137 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
11138
11139 * term/cygwin.el: New file.
11140
11141 2005-07-22 Kim F. Storm <storm@cua.dk>
11142
11143 * image-file.el (insert-image-file, image-file-yank-handler):
11144 Fix last change to maintain a (unique) yank-handler on yanked images.
11145
11146 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
11147
11148 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
11149 of the file size (as in "177B" for 177 bytes). This happens with
11150 "ls -lh" on FreeBSD.
11151
11152 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
11153
11154 * hilit-chg.el (highlight-changes-global-initial-state)
11155 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11156 (hilit-chg-fixup, highlight-changes-mode):
11157 Fix typos in docstrings.
11158 (highlight-changes-global-modes, highlight-changes-rotate-faces):
11159 Doc fixes.
11160
11161 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
11162
11163 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
11164 mode function using `eval-after-load'.
11165
11166 2005-07-21 Kim F. Storm <storm@cua.dk>
11167
11168 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
11169 included when reporting an emacs crash, and tell about the DEBUG file.
11170
11171 * image-file.el (insert-image-file): Add yank-handler.
11172 (image-file-yank-handler): Yank handler to make unique copies of
11173 images when they are yanked into a buffer next to each other.
11174
11175 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
11176
11177 * comint.el (comint-use-prompt-regexp, comint-send-input)
11178 (comint-source-default, comint-extract-string)
11179 (comint-get-source, comint-word, comint-completion)
11180 (comint-source, comint-prompt-read-only, comint-update-fence):
11181 Fix typos in docstrings.
11182 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
11183 Declare with define-obsolete-*-alias macros.
11184 (comint-previous-matching-input-from-input)
11185 (comint-next-matching-input-from-input)
11186 (comint-previous-matching-input, comint-next-matching-input)
11187 (comint-forward-matching-input):
11188 Improve argument/docstring consistency.
11189
11190 * desktop.el (desktop-clear-preserve-buffers-regexp):
11191 Also preserve the *server* buffer.
11192
11193 * simple.el (clone-indirect-buffer): Doc fix.
11194 (fixup-whitespace, just-one-space)
11195 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
11196 (next-error, next-error-highlight)
11197 (next-error-highlight-no-select, next-error-last-buffer)
11198 (next-error-buffer-p, next-error-find-buffer, next-error)
11199 (previous-error, next-error-no-select, previous-error-no-select)
11200 (open-line, split-line, minibuffer-prompt-width, kill-new)
11201 (binary-overwrite-mode): Fix typos in docstrings.
11202 (set-fill-column): Fix typo in message.
11203
11204 * skeleton.el (skeleton-proxy-new): Doc fix.
11205
11206 * strokes.el (strokes-load-hook): Doc fix.
11207 (strokes-grid-resolution, strokes-get-grid-position)
11208 (strokes-renormalize-to-grid, strokes-read-stroke)
11209 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
11210 (strokes-global-map): Fix typos in docstrings.
11211 (strokes-help): Doc fix. Fix help message and pass it through
11212 `substitute-command-keys'.
11213
11214 * tempo.el (tempo-insert-prompt, tempo-interactive)
11215 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
11216 (tempo-insert-string-functions, tempo-local-tags)
11217 (tempo-define-template, tempo-insert-template)
11218 (tempo-insert-prompt-compat, tempo-is-user-element)
11219 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
11220 Fix typos in docstrings.
11221
11222 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
11223 (vcursor-key-bindings, vcursor-use-vcursor-map)
11224 (vcursor-find-window, vcursor-scroll-down)
11225 (vcursor-disable, vcursor-beginning-of-buffer)
11226 (vcursor-end-of-buffer): Fix typos in docstrings.
11227 (vcursor-relative-move, vcursor-get-char-count):
11228 Improve argument/docstring consistency.
11229
11230 * version.el: "?\ " -> "?\s".
11231
11232 * wid-edit.el (widget-default-create, widget-after-change)
11233 (widget-default-format-handler, widget-checklist-add-item)
11234 (widget-radio-add-item, widget-choose, widget-specify-secret)
11235 (widget-field-value-create, widget-field-value-get)
11236 (widget-editable-list-format-handler)
11237 (widget-editable-list-entry-create, widget-group-value-create)
11238 (widget-documentation-link-add)
11239 (widget-documentation-string-value-create): "?\ " -> "?\s".
11240 (widget-convert-text): Doc fix.
11241 (widget-narrow-to-field, widget-field-find)
11242 (widget-url-link-action, widget-emacs-library-link-action)
11243 (widget-color-notify): Fix typos in docstrings.
11244
11245 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
11246 (x-select-text, set-w32-system-coding-system)
11247 (w32-add-charset-info): Fix typos in docstrings.
11248
11249 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
11250 (cua-enable-cua-keys, cua-use-hyper-key)
11251 (cua-virtual-rectangle-edges): Fix typos in docstrings.
11252 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
11253
11254 * net/tramp.el (tramp-handle-load): Fix typo in error message.
11255
11256 * emacs-lisp/re-builder.el (regexp-builder): Declare with
11257 `defalias' instead of faking it.
11258
11259 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
11260 (eshell-ls-missing, eshell-ls-dired-initial-args)
11261 (eshell-ls-use-in-dired): Fix typos in docstrings.
11262
11263 2005-07-20 Kim F. Storm <storm@cua.dk>
11264
11265 * emulation/cua-base.el (cua-mode): Improve doc string.
11266
11267 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
11268
11269 * abbrev.el (expand-region-abbrevs): Doc fix.
11270 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
11271 Improve argument/docstring consistency.
11272
11273 * arc-mode.el (archive-get-descr, archive-alternate-display):
11274 Doc fixes.
11275 (archive-l-e): Improve argument/docstring consistency.
11276 (archive-tmpdir, archive-unixdate, archive-unixtime)
11277 (archive-chmod-entry): Fix typos in docstrings.
11278 (archive-unflag, archive-unflag-backwards)
11279 (archive-unmark-all-files): "?\ " -> "?\s".
11280
11281 * buff-menu.el (Buffer-menu-unmark): Doc fix.
11282 (Buffer-menu-not-modified, Buffer-menu-execute)
11283 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
11284 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
11285
11286 * composite.el (compose-string, encode-composition-rule)
11287 (compose-last-chars): Fix typos in docstrings.
11288
11289 * desktop.el (desktop-enable, desktop-basefilename):
11290 Declare with `define-obsolete-variable-alias'.
11291 (desktop-internal-v2s): Don't quote keywords.
11292 (desktop-clear): "?\ " -> "?\s".
11293
11294 * dired.el (dired-align-file, dired-flag-backup-files)
11295 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
11296 (dired-listing-switches, dired-ls-F-marks-symlinks)
11297 (dired-dwim-target, dired-load-hook, dired-mode-hook)
11298 (dired-directory, dired-faces, dired, dired-revert)
11299 (dired-mode, dired-summary, dired-view-file)
11300 (dired-copy-filename-as-kill, dired-delete-file)
11301 (dired-no-confirm, dired-unmark-all-marks)
11302 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
11303 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
11304 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
11305 Fix typos in message strings.
11306
11307 * dired-x.el (virtual-dired): Declare with `defalias'.
11308 (dired-mark-unmarked-files, dired-local-variables-file)
11309 (dired-omit-here-always): Doc fix.
11310 (dired-omit-mode, dired-find-subdir)
11311 (dired-enable-local-variables, dired-clean-up-buffers-too)
11312 (dired-extra-startup, dired-mark-extension, dired-jump)
11313 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
11314 (dired-smart-shell-command, dired-guess-shell-alist-user)
11315 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
11316 (dired-x-bind-find-file, dired-x-submit-report):
11317 Fix typos in docstrings.
11318 (dired-mark-unmarked-files): "?\ " -> "?\s".
11319
11320 * dirtrack.el (dirtrack-list): Fix typos in docstring.
11321
11322 * faces.el (describe-face): "?\ " -> "?\s".
11323 (read-all-face-attributes, read-face-font, modify-face)
11324 (face-attr-construct, italic): Fix typos in docstrings.
11325 (frame-update-face-colors): Declare with
11326 `define-obsolete-function-alias'.
11327
11328 * files.el (find-file-noselect, recode-file-name): Doc fixes.
11329 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
11330 (magic-mode-alist, buffer-file-numbers-unique)
11331 (write-file-functions, get-free-disk-space):
11332 Fix typos in docstrings.
11333 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
11334 (write-contents-hooks, write-file-hooks):
11335 Declare with `define-obsolete-variable-alias'.
11336
11337 * forms-d2.el (arch-rj): Fix typo in docstrings.
11338 (arch-tocol): Likewise. "?\ " -> "?\s".
11339
11340 * frame.el (set-frame-font, cursor-in-non-selected-windows):
11341 Fix typo in docstring.
11342 (set-screen-width, set-screen-height): Delete redundant info in
11343 doctrings.
11344 (new-frame, screen-height, screen-width): Declare with
11345 `define-obsolete-function-alias'.
11346 (delete-frame-hook, blink-cursor): Declare with
11347 `define-obsolete-variable-alias'.
11348
11349 * paths.el (prune-directory-list): Fix typos in docstring.
11350
11351 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
11352 (cvs-prefix-get): Fix typos in docstrings.
11353
11354 * ps-print.el (ps-extend-face-list, ps-extend-face)
11355 (ps-print-background-image): Fix typos in docstrings.
11356 (ps-default-fg, ps-default-bg): Doc fixes.
11357
11358 * s-region.el (s-region-bind): Doc fix.
11359 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
11360
11361 * textmodes/org.el (org-table-formula-substitute-names)
11362 (org-table-get-vertical-vector): Doc fixes.
11363 (org-table-recalculate): Remove unused argument to `message'.
11364
11365 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
11366
11367 * textmodes/org.el (org-table-column-names)
11368 (org-table-column-name-regexp)
11369 (org-table-named-field-locations): New variables.
11370 (org-archive-subtree): Protect `this-command' when calling
11371 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
11372 the kill buffer.
11373 (org-complete): Remove fixed-formula completion.
11374 (org-edit-formulas-map): New variable.
11375 (org-table-edit-formulas): New command.
11376 (org-finish-edit-formulas, org-abort-edit-formulas)
11377 (org-show-variable, org-table-get-vertical-vector): New functions.
11378 (org-table-maybe-eval-formula): Handle `:=' fields.
11379 (org-table-get-stored-formulas, org-table-store-formulas)
11380 (org-table-get-formula, org-table-modify-formulas)
11381 (org-table-replace-in-formulas): Handle named field formulas.
11382 (org-table-get-specials): Store locations of named fields.
11383
11384 2005-07-19 Juri Linkov <juri@jurta.org>
11385
11386 * progmodes/grep.el (grep-regexp-alist)
11387 (grep-mode-font-lock-keywords, grep-process-setup):
11388 Use default GNU grep match color "01;31m" instead of "01;41m".
11389 (grep-regexp-alist, grep-mode-font-lock-keywords):
11390 Use `\\[[0-9]*m' instead of `\\[00m'.
11391 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
11392 sgr_start where its handling is more important. Use the real
11393 length of sgr_start instead of constant 8.
11394 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
11395 specially. Delete all remaining escape sequences.
11396 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
11397 (grep-regexp-alist): Make hyperlink only for binary file name
11398 instead of the whole line.
11399 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
11400 (grep-mode): Add autoload.
11401
11402 * emacs-lisp/find-func.el (find-function-regexp):
11403 Add `define-compilation-mode'.
11404
11405 2005-07-19 Juri Linkov <juri@jurta.org>
11406
11407 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
11408 (compare-windows-sync-string-size, compare-windows-recenter)
11409 (compare-windows-highlight, compare-windows): Add version 22.1.
11410 (compare-windows) <defface>: Inherit from lazy-highlight instead
11411 of duplicating its default value.
11412
11413 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
11414 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
11415
11416 * descr-text.el (describe-char): Create link buttons for `charset'
11417 and `code point'. Add the current input method name with a link
11418 button to `to input' field. Print face names of display table
11419 characters in `The display table entry is displayed by' section
11420 instead of printing face-id in the `display' field.
11421 Guess hardcoded faces and create a link button for them.
11422 Skip empty fields when calculating max-width.
11423 Treat `widget-create' specially while inserting strings from the
11424 collected field list.
11425 (describe-char-after): Made obsolete in version 22.1, not 21.5.
11426
11427 * diff-mode.el (diff-file-header): Change foreground color from
11428 yellow to green on light backgrounds.
11429 (diff-context): Inherit from `shadow' only for color/grayscale
11430 with more than 88 colors.
11431 (diff-indicator-removed, diff-indicator-added)
11432 (diff-indicator-changed): New faces.
11433 (diff-font-lock-keywords): Use new faces. Regroup rules.
11434 Add "^---$" for `normal' diff format. Fontify `#' lines with
11435 font-lock-comment-delimiter-face and font-lock-comment-face.
11436 Add `#' to ^[^...] in the rule for `diff-context-face'.
11437
11438 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
11439 a button-like box. Inherit from `highlight' on low colors.
11440 (shadow): Use shades of gray only for color/grayscale with
11441 more than 88 colors. Use green for light backgrounds with
11442 8 colors, and yellow for dark backgrounds with 8 colors.
11443
11444 * font-lock.el (font-lock-regexp-grouping-backslash):
11445 Don't inherit from escape-glyph (use bold for all cases).
11446
11447 * info.el (info-xref-visited): Use light foreground color `violet'
11448 for dark backgrounds instead of dark color `magenta3'.
11449 (info-title-1): Use `yellow' color for dark backgrounds.
11450
11451 * isearch.el (isearch): Use not-too-dark magenta3 instead of
11452 too-light magenta2.
11453
11454 * replace.el (match): Use slightly more light RoyalBlue3 instead
11455 of dark RoyalBlue4.
11456
11457 * wid-edit.el (widget-inactive): Inherit from `shadow'.
11458
11459 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
11460
11461 * novice.el (disabled-command-hook): Declare it with
11462 `define-obsolete-variable-alias'.
11463
11464 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
11465 (desktop-buffer-misc-functions, desktop-buffer-handlers)
11466 (desktop-load-default): Add release to obsolescence info.
11467 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
11468 (desktop-append-buffer-args, desktop-read):
11469 Fix typos in docstrings.
11470 (desktop-kill): Fix typo in message.
11471 (desktop-save): Doc fix.
11472
11473 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
11474
11475 * viper-cmd.el (viper-escape-to-state): Bug fix.
11476 (viper-envelop-ESC-key): Change the definition of fast
11477 keysequence so it'll work with keyboard macros.
11478
11479 * ediff.el (ediff-patch-buffer): Change the docstring.
11480
11481 2005-07-19 Kenichi Handa <handa@m17n.org>
11482
11483 * international/mule-cmds.el (select-safe-coding-system): Try to
11484 use an auto-coding (if any) before anything else. If the found
11485 auto-coding is invalid, show a warning message.
11486
11487 * international/mule.el (find-auto-coding): New function created
11488 by modifying the body of set-auto-coding.
11489 (set-auto-coding): Use find-auto-coding to find a coding.
11490
11491 2005-07-18 Richard M. Stallman <rms@gnu.org>
11492
11493 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
11494 not isearch-mode-end-hook-error.
11495 (allout-before-change-protect): Fix error message.
11496
11497 2005-07-18 Juri Linkov <juri@jurta.org>
11498
11499 * allout.el (allout-mode):
11500 * calculator.el (calculator-copy):
11501 * custom.el (custom-known-themes):
11502 * dired.el (dired-desktop-buffer-misc-data)
11503 (dired-restore-desktop-buffer):
11504 * dired-x.el (dired-omit-marker-char):
11505 * files.el (basic-save-buffer):
11506 * font-core.el (font-lock-mode):
11507 * calendar/calendar.el (calendar-goto-hebrew-date)
11508 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
11509 (calendar-goto-persian-date):
11510 * language/ethio-util.el (ethio-sera-to-fidel-region):
11511 * textmodes/picture.el (picture-mode):
11512 Delete duplicate duplicate words.
11513
11514 2005-07-18 Juri Linkov <juri@jurta.org>
11515
11516 * isearch.el (isearch-mode-map): Remove key bindings for regexp
11517 chars * ? } |.
11518 (isearch-fallback): Don't call `isearch-process-search-char'.
11519 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
11520 (isearch-process-search-char): Call `isearch-fallback' for regexp
11521 chars * ? } |.
11522 (isearch-return-char): Make obsolete with `make-obsolete' instead
11523 of simply documenting it as obsolete in the docstring.
11524 (isearch-fallback): Refill docstring.
11525
11526 * international/isearch-x.el
11527 (isearch-process-search-multibyte-characters): Remove unneeded
11528 `concat'. Add intermediate values to `junk-hist' instead of
11529 `minibuffer-history'. Test the length of `str'.
11530
11531 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
11532
11533 * allout.el (allout-resolve-xref): Fix typos in error strings.
11534 (allout-before-change-protect): Remove unneeded `concat'.
11535
11536 * array.el (array-mode, array-reconfigure-rows)
11537 (untabify-backward): Fix typos in docstrings.
11538 (array-reconfigure-rows): Use `insert-buffer-substring', not
11539 `insert-buffer'.
11540
11541 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
11542 * progmodes/ada-mode.el (ada-make-body):
11543 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
11544
11545 * dired.el (dired-log):
11546 * tar-mode.el (tar-subfile-save-buffer):
11547 * play/zone.el (zone-pgm-stress-destress):
11548 Use `insert-buffer-substring', not `insert-buffer'.
11549
11550 2005-07-17 Simon Josefsson <jas@extundo.com>
11551
11552 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
11553
11554 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
11555
11556 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
11557 Add plain auth method.
11558 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
11559
11560 2005-07-17 Kim F. Storm <storm@cua.dk>
11561
11562 * ido.el (dired-other-window): Add ido property.
11563
11564 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
11565
11566 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11567 Fix typo in docstring.
11568 (byte-compile-interactive-only-functions): Add `insert-buffer' and
11569 `insert-file-literally'.
11570
11571 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
11572 info and delete redundant message. Doc fix.
11573 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
11574 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
11575
11576 2005-07-16 Richard M. Stallman <rms@gnu.org>
11577
11578 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
11579 (byte-compile-and): Use byte-compile-and-recursion.
11580 (byte-compile-or-recursion): New function.
11581 (byte-compile-or): Use that.
11582 (byte-compile-if): Guard the else-clause too.
11583 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
11584
11585 * isearch.el (isearch-mode-end-hook-quit): New variable.
11586 (isearch-done): Bind it.
11587 (isearch-mode-end-hook): Doc fix.
11588
11589 * allout.el (allout-isearch-did-quit): Variable deleted.
11590 (allout-real-isearch-abort): Function name no longer used.
11591 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
11592 (allout-isearch-rectification): isearch-mode always exists.
11593 Don't set allout-isearch-did-quit.
11594 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
11595 allout-isearch-did-quit.
11596 (allout-enwrap-isearch): Just add the hook.
11597 (allout-isearch-abort): Function deleted.
11598 (allout-pre-command-business): Avoid warning.
11599
11600 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
11601 Correctly avoid warnings.
11602 (pascal-outline): Likewise.
11603
11604 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
11605
11606 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
11607
11608 * play/tetris.el (tetris-mode): Avoid warning.
11609
11610 * play/snake.el (snake-mode): Avoid warning.
11611
11612 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
11613 (gamegrid-set-display-table): Avoid warning.
11614 (gamegrid-set-timer): Likewise.
11615 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
11616 (gamegrid-add-score-with-update-game-score-1): Take FILE
11617 as argument.
11618 (gamegrid-add-score-with-update-game-score): Pass that argument.
11619 Rename have-shared-game-dir to gamegrid-shared-game-dir.
11620
11621 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
11622
11623 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
11624 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
11625
11626 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
11627 and insert-file.
11628
11629 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
11630 (sc-ask): Avoid warnings.
11631
11632 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
11633 (eshell-hist-initialize): Use that var the natural way.
11634
11635 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
11636
11637 * emacs-lisp/re-builder.el (reb-cook-regexp):
11638 Avoid warning calling lre-compile-string.
11639 (reb-color-display-p): Avoid warning.
11640
11641 * calculator.el (calculator-last-input): Guard uses
11642 of event-key and key-press-event-p.
11643 (event-key, key-press-event-p): Delete definitions.
11644
11645 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
11646 (find-gc-source-directory, find-gc-subrs-callers)
11647 (find-gc-noreturn-list, find-gc-source-files)
11648 (find-gc-subrs-called): Vars renamed and defvar'd.
11649
11650 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
11651 (checkdoc-overlay-put, checkdoc-delete-overlay)
11652 (checkdoc-overlay-start, checkdoc-overlay-end)
11653 (checkdoc-mode-line-update, checkdoc-char=):
11654 Define such that compiler knows they are defined.
11655 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
11656 (checkdoc-read-event): Delete. Use read-event directly.
11657
11658 * whitespace.el (whitespace-make-overlay)
11659 (whitespace-overlay-put, whitespace-delete-overlay)
11660 (whitespace-overlay-start, whitespace-overlay-end):
11661 Define such that compiler knows they are defined.
11662 (whitespace): Move conditional inside.
11663
11664 * tempo.el (tempo-insert-template): Suppress warning.
11665
11666 * ediff-diff.el (longlines-mode): Add defvar.
11667
11668 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
11669
11670 * server.el: Bind "C-x #" in a way that works even if C-x is
11671 redefined to a command key, not a prefix key.
11672
11673 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
11674
11675 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
11676 cl-make-type-test till execution time.
11677
11678 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
11679
11680 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
11681 arg ARG and use it.
11682
11683 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
11684
11685 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
11686
11687 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
11688
11689 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
11690 a defcustom with two :set or :type keywords.
11691
11692 2005-07-15 Richard M. Stallman <rms@gnu.org>
11693
11694 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11695 Don't give ^M comment-end syntax.
11696
11697 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
11698
11699 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
11700 Don't consider gdbmi (gdb-mi.el has its own update functions).
11701 (gdb-var-delete): Make it work for gdbmi as well.
11702 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
11703
11704 * progmodes/gud.el (etags, sdb): Only require etags when needed.
11705 (gud-speedbar-menu-items): Correct logic for enabling items.
11706
11707 2005-07-15 Kim F. Storm <storm@cua.dk>
11708
11709 * ido.el: Fix commentary.
11710 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
11711 Use with-no-warnings around ffap-guesser.
11712 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
11713 Let bind minibuffer-completing-file-name to t.
11714
11715 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
11716
11717 * startup.el (site-run-file, keyboard-type): Doc fixes.
11718 (command-line): Check for "--basic-display" argument; also for
11719 "--quick", not "--bare-bones" (which was renamed).
11720 (fancy-splash-text): Add missing item "Getting New Versions".
11721 (normal-splash-screen): Fix typos and improve consistency with
11722 `fancy-splash-text'. Update copyright year.
11723
11724 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
11725 valid binding for `help-char'.
11726
11727 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
11728
11729 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
11730
11731 * term.el (term-mode): Disable cua-mode for term buffers.
11732
11733 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
11734
11735 * add-log.el (add-log-mailing-address, change-log-merge):
11736 Doc fixes.
11737 (change-log-get-method-definition): Fix typo in docstring.
11738
11739 2005-07-14 Kim F. Storm <storm@cua.dk>
11740
11741 * emulation/cua-base.el:
11742 (cua--pre-command-handler-1, cua--pre-command-handler)
11743 (cua--post-command-handler-1, cua--post-command-handler):
11744 Split in two. Check (buffer local) value of cua-mode.
11745 (cua-selection-mode): New command.
11746
11747 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
11748
11749 * custom.el (custom-initialize-safe-set)
11750 (custom-initialize-safe-default): Doc fixes.
11751
11752 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11753 and simplify :init-value again.
11754
11755 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11756 and simplify :init-value again. Delete autoload.
11757
11758 * startup.el (command-line): Use `custom-reevaluate-setting' again
11759 for tooltip-mode.
11760
11761 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
11762 a defcustom with two :initialize keywords.
11763
11764 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
11765
11766 * allout.el (my-mark-marker, allout-isearch-prior-pos)
11767 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
11768 (allout-post-command-business, allout-flag-region)
11769 (isearch-reenable-font-lock, allout-yank)
11770 (allout-insert-latex-header, allout-insert-latex-trailer)
11771 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
11772 (allout-latex-verb-quote): Fix typos in docstrings.
11773 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
11774 (allout-unprotected, allout-prefix-data):
11775 Improve argument/docstring consistency.
11776 (allout-chart-subtree): Fix argument spec.
11777 (allout-open-topic): Rename `use_sib_bullet' argument to
11778 `use-sib-bullet'. Doc fix.
11779
11780 * whitespace.el (whitespace-check-buffer-leading)
11781 (whitespace-check-buffer-trailing)
11782 (whitespace-check-buffer-indent)
11783 (whitespace-check-buffer-spacetab)
11784 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
11785 (whitespace-check-leading-whitespace)
11786 (whitespace-check-trailing-whitespace)
11787 (whitespace-check-spacetab-whitespace)
11788 (whitespace-check-indent-whitespace)
11789 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
11790 (whitespace-modes): Fix typos in docstrings.
11791 (defgroup, defcustom): Doc fixes.
11792
11793 * winner.el (winner-mode, winner-boring-buffers)
11794 (winner-pending-undo-ring): Doc fixes.
11795 (winner-ring): Remove unneeded `progn'.
11796 (winner-equal): `defsubst' it.
11797 (winner-redo): Fix message.
11798
11799 2005-07-13 Kim F. Storm <storm@cua.dk>
11800
11801 * simple.el (line-move-1): Always use vertical-motion to
11802 do the last (or only) line move to ensure some movement.
11803 Undo 2005-06-23 change--don't check for overlays.
11804
11805 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11806
11807 * term/mac-win.el (ccl-encode-mac-roman-font)
11808 (ccl-encode-mac-centraleurroman-font)
11809 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
11810 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
11811 Change charset-id boundary of dimension to ?\xef.
11812 (mac-char-fontspec-list): New constant.
11813 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
11814 argument. Nil uses itself as family in font-spec. Previous
11815 behavior for nil is now provided by non-nil non-string argument.
11816 All callers changed. Add font-specs for Mac fonts to
11817 "fontset-default" unless iso8859-1 fonts are installed.
11818
11819 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11820
11821 * progmodes/sh-script.el (sh-get-indent-info): Only indent
11822 a continuation line if the \ is preceded by SPC or TAB.
11823 (sh-get-indent-info): Simplify.
11824 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
11825 Use with-current-buffer.
11826
11827 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
11828 when the matched text is empty.
11829
11830 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
11831
11832 * startup.el (command-line): Revert to previous handling of
11833 tooltip-mode. Explain in comment why the complexity is needed.
11834
11835 * tooltip.el (tooltip-mode): Revert to previous implementation of
11836 its defcustom.
11837
11838 * frame.el (blink-cursor-mode): Revert to previous implementation
11839 of its defcustom. Update comment.
11840
11841 2005-07-12 Lars Hansen <larsh@soem.dk>
11842
11843 * desktop.el: Update e-mail address.
11844
11845 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11846
11847 * term/mac-win.el (mac-services-mail-selection)
11848 (mac-services-mail-to): New functions.
11849 (mac-application-menu-map): Bind them.
11850
11851 2005-07-12 wulei <milton@wulei.net> (tiny change)
11852
11853 * progmodes/gdb-ui.el: Add note about buffering with Windows.
11854
11855 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
11856
11857 * custom.el (custom-reevaluate-setting): Doc fix.
11858
11859 2005-07-11 Jay Belanger <belanger@truman.edu>
11860
11861 * calc/calc.el (calc-embedded-announce-formula-alist)
11862 (calc-embedded-open-close-plain-alist)
11863 (calc-embedded-open-close-mode-alist): Add checks for additional
11864 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
11865
11866 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
11867
11868 * custom.el (custom-enable-theme): Don't add theme to
11869 `custom-enabled-themes' with `push' because there is no
11870 setf-method for `delq'.
11871
11872 2005-07-11 Richard M. Stallman <rms@gnu.org>
11873
11874 * custom.el (custom-declare-variable): Doc fix.
11875
11876 * dired-aux.el (dired-compare-directories): Remove "." and ".."
11877 from the alists.
11878
11879 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
11880 Do nothing if edebug-active.
11881
11882 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
11883 (edebug-display): Do it here instead.
11884
11885 2005-07-10 Richard M. Stallman <rms@gnu.org>
11886
11887 * cus-face.el (custom-theme-set-faces): Make it work.
11888 (custom-reset-faces): Doc fix.
11889 (custom-theme-reset-internal-face, custom-theme-face-value):
11890 Functions deleted.
11891
11892 * custom.el (custom-push-theme): Maintain list of the settings
11893 of a given theme in its theme-settings property.
11894 Maintain position of old settings in the theme-value
11895 or theme-face property.
11896 (custom-enabled-themes): New variable.
11897 (custom-theme-enabled-p): New function.
11898 (provide-theme): Update custom-enabled-themes.
11899 Disable and reenable the `user' theme.
11900 (require-theme): Doc fix.
11901 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
11902 (custom-theme-value, custom-theme-variable-value): Likewise.
11903 (custom-theme-reset-internal): Likewise.
11904 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
11905 (custom-enable-theme, custom-disable-theme): New functions.
11906 (custom-variable-theme-value, custom-face-theme-value): Likewise.
11907 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
11908 (custom-theme-reset-variables): Simplify.
11909 (deftheme, custom-declare-theme, custom-make-theme-feature):
11910 Definitions moved.
11911
11912 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
11913
11914 * longlines.el (longlines-show-region)
11915 (longlines-unshow-hard-newlines): Recognize hard newlines by
11916 non-nil hard property, instead of t.
11917
11918 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
11919
11920 * viper-cmd.el (viper--key-maps): New variable.
11921 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
11922 emulation-mode-map-alists.
11923 (viper-envelop-ESC-key): Use viper-subseq.
11924 (viper-search-forward/backward/next): Disable debug-on-error.
11925
11926 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11927 (viper-ESC-key): New defcustoms.
11928
11929 * viper-macs.el (ex-map-read-args): Use viper-subseq.
11930
11931 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
11932 (viper-subseq): Copy of subseq from cl.el.
11933
11934 * viper.el (viper-go-away, viper-set-hooks): Use
11935 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
11936
11937 * viper-mous.el (viper-current-frame-saved): Use defvar.
11938
11939 * viper-init.el: Get rid of -face in face names.
11940
11941 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
11942 Make it work with longlines mode
11943
11944 * ediff-mult.el (ediff-meta-mode-hook): New variable.
11945
11946 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
11947
11948 * ediff-init.el: Get rid of -face in face names.
11949
11950 2005-07-10 Richard M. Stallman <rms@gnu.org>
11951
11952 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
11953 and with-timeout-unsuspend.
11954
11955 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
11956 and with-timeout-unsuspend.
11957
11958 * emacs-lisp/timer.el (with-timeout-timers): New variable.
11959 (with-timeout): Bind that variable to record timers.
11960 (with-timeout-suspend, with-timeout-unsuspend): New functions.
11961
11962 * emacs-lisp/debug.el (debug-help-follow): New function.
11963 (debugger-mode-map): Use that instead of help-follow.
11964 (debugger-setup-buffer): Use eval-buffer-list
11965 to handle eval-buffer frames.
11966
11967 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
11968
11969 * timezone.el (timezone-parse-date): Change first regexp
11970 so it will not mistakenly match dates with no time zone.
11971
11972 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
11973
11974 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
11975
11976 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
11977
11978 * custom.el (custom-initialize-safe-set)
11979 (custom-initialize-safe-default): New functions.
11980
11981 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11982 and simplify :init-value.
11983
11984 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11985 and simplify :init-value. Delete obsolete comment.
11986
11987 * startup.el (command-line): Use `custom-reevaluate-setting' to
11988 handle `tooltip-mode'. Delete obsolete comment.
11989
11990 * files.el (set-visited-file-name): Avoid calling
11991 `file-name-nondirectory' with a nil argument.
11992
11993 2005-07-09 Richard M. Stallman <rms@gnu.org>
11994
11995 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
11996 was called with nil for the buffer, handle the read position right.
11997 Handle read position for eval-region, too.
11998
11999 2005-07-09 Juri Linkov <juri@jurta.org>
12000
12001 * fringe.el (fringe-mode): Add period in docstring.
12002 (fringe-query-style): Build prompt depending on `all-frames' arg.
12003
12004 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
12005 to not create links to unrelated functions in the Help buffer.
12006
12007 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
12008 Doc fix.
12009
12010 * simple.el (next-error-hook): New variable.
12011 (next-error): Use it. Doc fix.
12012
12013 * textmodes/ispell.el (ispell-command-loop): Add current
12014 dictionary name and program name to mode-line-format.
12015 (ispell-region, ispell-process-line): Add current dictionary name
12016 and program name to messages.
12017
12018 2005-07-08 Jay Belanger <belanger@truman.edu>
12019
12020 * calc/calc.el (calc-embedded-announce-formula-alist)
12021 (calc-embedded-open-close-formula-alist)
12022 (calc-embedded-open-close-word-alist)
12023 (calc-embedded-open-close-plain-alist)
12024 (calc-embedded-open-close-new-formula-alist)
12025 (calc-embedded-open-close-mode-alist)
12026 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
12027 (calc-embedded-mode-hook): New variables.
12028
12029 * calc/calc-embed.el (calc-embedded-firsttime)
12030 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
12031 New variables.
12032 (calc-do-embedded): Use calc-embedded-firsttime,
12033 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
12034 determine whether or not to run hooks.
12035 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
12036 calc-embedded-firsttime-formula appropriately.
12037 Set calc-embedded delimiter variables according to mode.
12038
12039 2005-07-08 Richard M. Stallman <rms@gnu.org>
12040
12041 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12042 Check for "emacs", etc., as entire symbol, not just as word.
12043 (checkdoc-file-comments-engine): Use regexp-quote on FN.
12044
12045 * files.el (set-visited-file-name): Report the error
12046 for "empty filename" earlier.
12047 (kill-some-buffers): Ignore buffers already dead.
12048
12049 * fringe.el (fringe-mode): Doc fix.
12050
12051 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12052 Check for (featurep 'xemacs) and turn off warnings in what it guards.
12053 Use unwind-protect to ensure byte-compile-unresolved-functions
12054 is updated.
12055
12056 * whitespace.el (whitespace-buffer-leading-cleanup):
12057 Simplify w/ skip-chars-forward.
12058 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12059
12060 * mail/rmail.el (rmail-only-expunge): Fix paren error.
12061 Unconditionally try to leave point at the same old place.
12062
12063 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
12064
12065 * comint.el (comint-postoutput-scroll-to-bottom)
12066 (comint-show-maximum-output): Take scroll-margin into consideration.
12067
12068 2005-07-08 Kim F. Storm <storm@cua.dk>
12069
12070 * ido.el (ido-use-filename-at-point): New choice `guess'.
12071 (ido-file-internal): Try ffap-guesser if selected.
12072
12073 * ido.el (ido-before-fallback-functions): New hook.
12074 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12075 (ido-read-file-name): Run it.
12076
12077 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12078
12079 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12080 strings rather than a list of symbols to the completion function.
12081
12082 2005-07-07 Jay Belanger <belanger@truman.edu>
12083
12084 * calc/calc-units.el (math-apply-units): Change the places in
12085 which units are simplified.
12086
12087 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
12088
12089 * cus-edit.el (customize-option, customize-option-other-window):
12090 Make them handle aliases.
12091
12092 * custom.el (custom-variable-p): Make it recursively follow
12093 aliases. Mention that in the docstring.
12094
12095 2005-07-07 Richard M. Stallman <rms@gnu.org>
12096
12097 * cus-start.el (exec-path): Use `directory' instead of `file'.
12098 Fix tag for nil.
12099
12100 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
12101
12102 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12103 when called non-interactively. Doc fix.
12104
12105 2005-07-07 Lute Kamstra <lute@gnu.org>
12106
12107 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12108 new address as well.
12109
12110 2005-07-07 Kenichi Handa <handa@m17n.org>
12111
12112 * international/mule.el (make-coding-system):
12113 Describe `ascii-incompatible' property in the docstring.
12114 (set-file-name-coding-system): Signal an error if coding-system is
12115 ascii-incompatible.
12116 (set-keyboard-coding-system): Likewise.
12117
12118 * international/mule-cmds.el (set-default-coding-systems):
12119 Don't set default-file-name-coding-system and
12120 default-keyboard-coding-system if coding-system is ASCII-incompatible.
12121
12122 * international/utf-16.el: Declare that all UTF-16-based coding
12123 systems are ASCII-incompatible.
12124
12125 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
12126
12127 * progmodes/gud.el: Require font-lock for displaying errors.
12128 Used by gdb-ui.el.
12129
12130 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
12131
12132 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
12133 values for the pattern lists which are `read'able but not
12134 `append'able (like symbols).
12135
12136 2005-07-06 Richard M. Stallman <rms@gnu.org>
12137
12138 * progmodes/flymake.el (flymake-float-time): Instead of
12139 with-no-warnings, test for xemacs.
12140 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12141 to avoid warning.
12142
12143 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
12144
12145 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
12146
12147 2005-07-05 Lute Kamstra <lute@gnu.org>
12148
12149 * battery.el: Add support for Darwin (with much debugging help
12150 from Samuel Lauber <sam124@operamail.com>).
12151 (battery-status-function, battery-echo-area-format)
12152 (battery-mode-line-format): Add support for pmset on Darwin.
12153 (battery-load-low, battery-load-critical): New user options.
12154 (battery-pmset): New function.
12155
12156 2005-07-05 Lute Kamstra <lute@gnu.org>
12157
12158 Update FSF's address in GPL notices.
12159
12160 * textmodes/page-ext.el: Update FSF's address.
12161
12162 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12163
12164 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
12165 filling from using prefix when filling a single-line docstring.
12166
12167 * progmodes/flymake.el: Remove useless eval-when-compile.
12168
12169 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
12170
12171 2005-07-04 Richard M. Stallman <rms@gnu.org>
12172
12173 * textmodes/org.el (org-file-apps-defaults-gnu):
12174 Rename from org-file-apps-defaults-linux.
12175 (org-default-apps): Don't test system-type for `linux'.
12176 (org-file-apps): Doc fix.
12177
12178 2005-07-04 David Ponce <david@dponce.com>
12179
12180 * tree-widget.el: Improve header Commentary section.
12181 (tree-widget) [defgroup]
12182 (tree-widget-image-enable, tree-widget-themes-directory)
12183 (tree-widget-theme, tree-widget-image-properties-emacs)
12184 (tree-widget-image-properties-xemacs, tree-widget-create-image)
12185 (tree-widget-image-formats, tree-widget-control)
12186 (tree-widget-empty-control, tree-widget-leaf-control
12187 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
12188 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
12189 (tree-widget-keep, tree-widget-after-toggle-functions)
12190 (tree-widget-open-node, tree-widget-close-node): Doc fix.
12191 (tree-widget-open-control, tree-widget-close-control): Fix doc and
12192 :help-echo message.
12193 (tree-widget-set-theme): Doc fix. Use `string-equal'.
12194 (tree-widget-image-properties): Doc fix. Clearer implementation.
12195 (tree-widget--cursors): New constant.
12196 (tree-widget-lookup-image): New function split from
12197 `tree-widget-find-image'. Clearer implementation.
12198 (tree-widget-find-image): Use it.
12199 (tree-widget-button-keymap): Use `set-keymap-parent'.
12200 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
12201 Define the sub-widgets here.
12202 (tree-widget-node): Check that :node is not a tree-widget.
12203 (tree-widget-get-super, tree-widget-open-control)
12204 (tree-widget-close-control, tree-widget-empty-control)
12205 (tree-widget-leaf-control, tree-widget-guide)
12206 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
12207 (tree-widget-no-handle, tree-widget-value-delete)
12208 (tree-widget-map): Remove.
12209 (tree-widget-children-value-save): Doc fix. Simplified.
12210 (tree-widget-value-create): Update according to previous changes.
12211
12212 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
12213
12214 * textmodes/org.el: Leading space replaced by TABS.
12215 (org-recalc-marks, org-table-rotate-recalc-marks)
12216 (org-table-get-specials): Treat "^" and "_" marks.
12217 (org-table-justify-field-maybe): Optional argument NEW.
12218 (org-table-eval-formula): Parsing of the format simplified.
12219 New modes C,I. Honor the %= parameter in the current table.
12220 Avoid unnecessary re-align by using the NEW argument to
12221 `org-table-justify-field-maybe'.
12222 (org-calc-default-modes): Default for date-format mimicks org-mode.
12223 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
12224
12225 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
12226
12227 * cus-face.el (custom-theme-set-faces): Make it handle face
12228 aliases whose alias declarations are pre- or autoloaded.
12229
12230 2005-07-04 Juri Linkov <juri@jurta.org>
12231
12232 * faces.el (read-face-name): Put the code for getting a face name
12233 from the buffer before adding the faces from the `face' property.
12234 Use `completing-read-multiple' instead of `completing-read'.
12235 Require `crm'. Add default value and post-process the returned
12236 list of faces.
12237
12238 * emacs-lisp/crm.el (crm-find-current-element)
12239 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
12240
12241 * emacs-lisp/lisp-mode.el (eval-defun-1):
12242 * emacs-lisp/edebug.el (edebug-eval-defun):
12243 Remove unnecessary quotes.
12244
12245 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
12246
12247 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
12248 (prolog-indent-level): Fix typo in docstring.
12249
12250 * info.el (Info-history, Info-history-forward)
12251 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
12252
12253 * add-log.el (add-change-log-entry):
12254 * comint.el (comint-dynamic-list-input-ring)
12255 (comint-dynamic-list-completions):
12256 * dabbrev.el (dabbrev-expand):
12257 * delim-col.el (delimit-columns-rectangle-line):
12258 * diff-mode.el (diff-context->unified, diff-reverse-direction)
12259 (diff-unified->context):
12260 * ediff-init.el (ediff-abbrev-jobname):
12261 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
12262 (ediff-replace-session-activity-marker-in-meta-buffer):
12263 * info.el (Info-summary):
12264 * lpr.el (printify-region):
12265 * printing.el (pr-create-interface):
12266 * ps-print.el (ps-print-quote):
12267 * ses.el (ses-column-widths, ses-print-cell)
12268 (ses-adjust-print-width, ses-center):
12269 * shell.el (shell-file-name-quote-list):
12270 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
12271 (strokes-fill-current-buffer-with-whitespace)
12272 (strokes-xpm-for-stroke, strokes-list-strokes)
12273 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
12274 * term.el (term-dynamic-list-input-ring)
12275 (term-dynamic-list-completions):
12276 * calc/calc.el (math-format-stack-value):
12277 * emacs-lisp/edebug.el (edebug-display-freq-count):
12278 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
12279 (delphi-new-comment-line):
12280 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
12281 * progmodes/executable.el (executable-set-magic):
12282 * progmodes/python.el (inferior-python-mode):
12283 * progmodes/scheme.el (scheme-mode-syntax-table):
12284 * progmodes/sh-script.el (sh-maybe-here-document):
12285 * progmodes/sql.el (sql-copy-column):
12286 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
12287 * textmodes/bibtex.el (bibtex-mode):
12288 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
12289 (sgml-auto-attributes):
12290 * textmodes/table.el (table-insert, table-shorten-cell)
12291 (table--generate-source-scan-lines, table-delete-row)
12292 (*table--cell-delete-char, table--spacify-frame)
12293 (table--horizontally-shift-above-and-below)
12294 (table--cell-insert-char, table--cell-blank-str)
12295 (table--fill-region-strictly):
12296 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
12297 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
12298
12299 * add-log.el (change-log):
12300 * apropos.el (apropos):
12301 * comint.el (comint-completion, comint-source):
12302 * dabbrev.el (dabbrev):
12303 * delim-col.el (columns):
12304 * diff-mode.el (diff-mode):
12305 * ediff.el (ediff):
12306 * ediff-diff.el (ediff-diff):
12307 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
12308 * ediff-mult.el (ediff-mult):
12309 * ediff-ptch.el (ediff-ptch):
12310 * ediff-wind.el (ediff-window):
12311 * facemenu.el (facemenu):
12312 * indent.el (indent):
12313 * info.el (info):
12314 * jka-cmpr-hook.el (compression, jka-compr):
12315 * lpr.el (lpr):
12316 * outline.el (outlines):
12317 * pcmpl-cvs.el (pcmpl-cvs):
12318 * pcmpl-rpm.el (pcmpl-rpm):
12319 * printing.el (printing):
12320 * ps-print.el (postscript, ps-print, ps-print-horizontal)
12321 (ps-print-vertical, ps-print-headers, ps-print-font)
12322 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
12323 (ps-print-background, ps-print-printer, ps-print-page)
12324 (ps-print-miscellany):
12325 * ses.el (ses):
12326 * shell.el (shell, shell-directories, shell-faces):
12327 * startup.el (initialization):
12328 * strokes.el (strokes):
12329 * term.el (term):
12330 * uniquify.el (uniquify):
12331 * w32-vars.el (w32):
12332 * calc/calc.el (calc):
12333 * emacs-lisp/bytecomp.el (bytecomp):
12334 * emacs-lisp/cl-indent.el (lisp-indent):
12335 * emacs-lisp/edebug.el (edebug):
12336 * emacs-lisp/elp.el (elp):
12337 * emacs-lisp/testcover.el (testcover):
12338 * emacs-lisp/trace.el (trace):
12339 * emulation/viper-ex.el (viper-ex):
12340 * emulation/viper-mous.el (viper-mouse):
12341 * mail/mailalias.el (mailalias):
12342 * mail/supercite.el (supercite, supercite-frames)
12343 (supercite-attr, supercite-cite, supercite-hooks):
12344 * net/rcompile.el (remote-compile):
12345 * net/rlogin.el (rlogin):
12346 * obsolete/ooutline.el (outlines):
12347 * progmodes/delphi.el (delphi):
12348 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
12349 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
12350 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
12351 (ebnf-optimization):
12352 * progmodes/etags.el (etags):
12353 * progmodes/executable.el (executable):
12354 * progmodes/idlwave.el (idlwave):
12355 * progmodes/pascal.el (pascal):
12356 * progmodes/prolog.el (prolog):
12357 * progmodes/python.el (python):
12358 * progmodes/scheme.el (scheme):
12359 * progmodes/sh-script.el (sh, sh-script):
12360 * progmodes/sql.el (SQL):
12361 * progmodes/tcl.el (tcl):
12362 * textmodes/bibtex.el (bibtex, bibtex-autokey):
12363 * textmodes/enriched.el (enriched):
12364 * textmodes/makeinfo.el (makeinfo):
12365 * textmodes/sgml-mode.el (sgml):
12366 * textmodes/table.el (table-hooks):
12367 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
12368 * textmodes/texinfo.el (texinfo):
12369 * textmodes/two-column.el (two-column):
12370 Finish `defgroup' description with period.
12371
12372 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
12373 * eshell/esh-var.el (eshell-var):
12374 * progmodes/vhdl-mode.el (vhdl-testbench):
12375 * textmodes/org.el (org): Fix typos in docstrings.
12376
12377 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
12378 consistency.
12379
12380 * progmodes/flymake.el (flymake-find-file): Remove.
12381 (flymake-float-time): Use `with-no-warnings'.
12382 (flymake-check-start-time, flymake-check-was-interrupted)
12383 (flymake-err-info, flymake-is-running, flymake-last-change-time)
12384 (flymake-new-err-info): `defvar' at compile time.
12385
12386 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
12387
12388 * replace.el (occur-hook): Doc fix.
12389 (occur-1): Don't call `occur-hook' if there are no matches.
12390
12391 2005-07-03 Richard M. Stallman <rms@gnu.org>
12392
12393 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
12394 global-map, save the same map.
12395 (global-map): Don't alter it at top level.
12396 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
12397 Then alter it here instead.
12398 (tpu-edt-off): Set global-map to the saved one.
12399
12400 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
12401 All references simplified.
12402 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
12403 (zmacs-regions): Add defvar.
12404 (repeat-complex-command-map): Everything about that deleted.
12405
12406 * textmodes/artist.el (artist-key-is-drawing)
12407 (artist-key-endpoint1, artist-key-poly-point-list)
12408 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
12409 (artist-key-compl-table, artist-rb-save-data)
12410 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
12411 Don't put them in eval-when-compile.
12412 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
12413
12414 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
12415 Use with-no-warnings.
12416
12417 * net/browse-url.el (dos-windows-version): Add defvar.
12418
12419 * mail/supercite.el (filladapt-prefix-table): Add defvar.
12420
12421 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
12422 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
12423 (rmail-new-summary-line-count): Rename from new-summary-line-count.
12424 Add defvar.
12425 (rmail-summary-beginning-of-message): Use with-no-warnings.
12426 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
12427
12428 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
12429 Use with-no-warnings.
12430
12431 * emulation/vi.el (vi-mark-region): Use c-mark-function.
12432 (c-mark-function): Add point-moving-unit property.
12433 (vi-goto-line): Use with-no-warnings.
12434
12435 * emulation/edt.el (edt-last-copied-word): Add defvar.
12436 (zmacs-region-stays): Likewise.
12437 (edt-mark-section-wisely): Use c-mark-function for C.
12438 Use makr-defun for Fortran.
12439 (time-string): defvar deleted.
12440 (edt-display-the-time): Don't set time-string.
12441
12442 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
12443
12444 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12445 Don't warn when name is not constant
12446 or for defining the group `emacs'.
12447
12448 * tooltip.el (gud-tooltip-mode): Add defvar.
12449
12450 * startup.el (default-frame-background-mode): Add defvar.
12451
12452 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
12453
12454 * info.el (tool-bar-map): Add defvar.
12455
12456 * dired.el (dnd-protocol-alist): Add defvar.
12457
12458 * dired-aux.el (dired-query): Display question with answer, when
12459 the user answers.
12460
12461 * custom.el (custom-add-option): Doc fix.
12462
12463 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
12464
12465 2005-07-03 Eli Zaretskii <eliz@gnu.org>
12466
12467 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
12468 bogus name from the last change.
12469
12470 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
12471
12472 * custom.el (custom-declare-variable): Fix typos in comment.
12473 (custom-known-themes): Doc fix.
12474 (custom-theme-directory): New defcustom.
12475 (require-theme): Make it check `custom-theme-directory'.
12476
12477 * cus-theme.el (custom-new-theme-mode): New function.
12478 (custom-theme-name, custom-theme-variables, custom-theme-faces)
12479 (custom-theme-description): Add compiler defvars.
12480 (customize-create-theme): Add doc to the "*New Custom Theme*"
12481 buffer. Use `custom-new-theme-mode'.
12482 (custom-theme-write): Put the created buffer in emacs-lisp-mode
12483 and save it to the `custom-theme-directory'. Make this the
12484 default directory of the buffer.
12485
12486 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
12487
12488 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
12489 Fix unbalanced parentheses.
12490
12491 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12492
12493 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
12494 into flymake-mode and delegate to flymake-mode.
12495
12496 * find-file.el (ff-which-function-are-we-in): Clean up.
12497
12498 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
12499
12500 * replace.el (occur-rename-buffer): Fix docstring.
12501
12502 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
12503 (edt-last-copied-word, edt-learn-macro-count)
12504 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
12505 (edt-rect-start-point, edt-user-global-map, rect-start-point)
12506 (time-string, zmacs-region-stays):
12507 * emulation/edt-mapper.el (edt-save-function-key-map)
12508 (EDT-key-name): `defvar' to silence the byte-compiler.
12509
12510 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
12511
12512 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
12513 font-lock-regexp-backslash. Doc fix.
12514 (font-lock-regexp-backslash-grouping-construct): Rename from
12515 font-lock-regexp-backslash-construct. Doc fix.
12516 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
12517 grouping constructs.
12518
12519 2005-07-02 Eli Zaretskii <eliz@gnu.org>
12520
12521 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
12522 updating all the prerequisites.
12523
12524 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
12525
12526 * textmodes/org.el (org-agenda-start-on-weekday)
12527 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
12528 (org-agenda-use-time-grid, org-archive-location)
12529 (org-allow-space-in-links, org-usenet-links-prefer-google)
12530 (org-enable-table-editor, org-export-default-language)
12531 (org-export-html-show-new-buffer, org-fill-paragraph)
12532 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
12533 (org-goto-quit, org-occur, org-eval-in-calendar)
12534 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
12535 (org-agenda-diary-entry, org-remember-help)
12536 (org-table-convert-region, org-at-table-p)
12537 (org-table-move-row-down, org-table-move-row-up)
12538 (org-table-copy-region, org-table-toggle-vline-visibility)
12539 (org-table-get-stored-formulas, org-table-get-specials)
12540 (org-recalc-commands, org-table-eval-formula)
12541 (org-table-formula-substitute-names, orgtbl-make-binding)
12542 (org-format-org-table-html, org-format-table-table-html)
12543 (org-format-table-table-html-using-table-generate-source)
12544 (org-customize): Fix typos in docstrings.
12545 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
12546 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
12547 (org-back-to-heading): Doc fixes.
12548 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
12549 (org-agenda-change-all-lines, org-get-header):
12550 Improve argument/docstring consistency.
12551 (orgtbl-error): Fix error message.
12552
12553 * progmodes/flymake.el (flymake-find-possible-master-files)
12554 (flymake-master-file-compare, flymake-get-line-err-count)
12555 (flymake-highlight-line, flymake-gui-warnings-enabled):
12556 Fix typos in docstrings.
12557 (flymake-parse-line, flymake-get-project-include-dirs-function)
12558 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
12559 Doc fixes.
12560 (flymake-get-project-include-dirs-function)
12561 (flymake-make-err-menu-data):
12562 Improve argument/docstring consistency.
12563
12564 2005-07-01 Lute Kamstra <lute@gnu.org>
12565
12566 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
12567 Catch errors with ignore-errors. Use temporary buffer.
12568 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
12569
12570 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
12571 background color faces.
12572 (facemenu-set-foreground, facemenu-set-background):
12573 Use facemenu-set-face-from-menu.
12574 (facemenu-set-face-from-menu): Treat face names that start with
12575 "fg:" or "bg:" as special.
12576 (facemenu-add-new-color): Don't create faces. Simplify.
12577
12578 2005-06-30 Richard M. Stallman <rms@gnu.org>
12579
12580 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
12581 (crm-find-current-element): Likewise.
12582
12583 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12584
12585 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
12586
12587 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12588
12589 * arc-mode.el (archive-extract): Make it work as a mouse binding.
12590 (archive-mouse-extract): Make it an obsolete alias.
12591 (archive-mode-map): Don't use archive-mouse-extract any more.
12592 (archive-mode, archive-extract): write-contents-hooks ->
12593 write-contents-functions.
12594 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
12595 first arg.
12596 (archive-rename-entry): Update the call.
12597 (archive-zip-summarize): Remove unused var `method'.
12598 (archive-lzh-summarize): Remove unused var `creator'.
12599
12600 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
12601 dedicated frame upon exit.
12602
12603 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
12604 (archive-zip-extract, archive-zip-expunge)
12605 (archive-zip-update, archive-zip-update-case): Use executable-find.
12606 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
12607 Use restore-buffer-modified-p.
12608 (archive-extract, archive-add-new-member, archive-write-file-member):
12609 Use with-current-buffer.
12610 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
12611
12612 2005-06-30 Andreas Schwab <schwab@suse.de>
12613
12614 * progmodes/gud.el (gud-filter): Remove unneeded progn.
12615
12616 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12617
12618 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
12619
12620 2005-06-30 Juri Linkov <juri@jurta.org>
12621
12622 * faces.el (vertical-border): Inherit from mode-line-inactive
12623 only on tty.
12624
12625 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
12626
12627 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
12628 example, -NLINES in the `occur' docstring).
12629
12630 * replace.el (occur-1): When no matches are found, do not set the
12631 `buffer-read-only' and modified flags for the occur buffer,
12632 because it is deleted.
12633
12634 * emulation/cua-base.el (cua-check-pending-input)
12635 (cua-repeat-replace-region, cua-mode, cua-debug)
12636 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
12637 Fix typos in docstrings.
12638
12639 * emulation/cua-gmrk.el (cua-toggle-global-mark)
12640 (cua-cut-region-to-global-mark)
12641 (cua--cut-rectangle-to-global-mark):
12642 Remove period from end of messages.
12643
12644 * emulation/cua-rect.el (cua-do-rectangle-padding):
12645 Remove period from end of messages.
12646 (cua--rectangle-seq-format): Fix typo in docstring.
12647 (cua-sequence-rectangle, cua-fill-char-rectangle):
12648 Improve argument/docstring consistency.
12649
12650 2005-06-29 Juri Linkov <juri@jurta.org>
12651
12652 * faces.el (default-frame-background-mode): New internal variable.
12653 (frame-set-background-mode): Use it.
12654
12655 * startup.el (normal-top-level): Set default-frame-background-mode
12656 instead of frame-background-mode. Before setting it, test for its
12657 nil value. Remove tests for frame-background-mode and frame
12658 parameter `reverse'. Add test for "unspecified-fg".
12659
12660 * term/xterm.el (xterm-rxvt-set-background-mode):
12661 * term/rxvt.el (rxvt-set-background-mode):
12662 Set default-frame-background-mode instead of frame-background-mode.
12663
12664 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
12665
12666 * simple.el (set-variable): Warn about obsolete user variables.
12667
12668 * imenu.el (imenu--completion-buffer):
12669 * mouse.el (mouse-buffer-menu-alist):
12670 * msb.el (msb-invisible-buffer-p):
12671 * calendar/diary-lib.el (diary-header-line-format):
12672 * emacs-lisp/pp.el (pp-buffer):
12673 * progmodes/cperl-mode.el (cperl-do-auto-fill):
12674 * textmodes/picture.el (picture-replace-match):
12675 Change space constants followed by a sexp to "?\s ".
12676
12677 * play/decipher.el (decipher-loop-with-breaks):
12678 * textmodes/texinfo.el (texinfo-insert-@item): Change space
12679 constants "protected" from end of line by a comment to "?\s".
12680
12681 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12682
12683 * font-lock.el (save-buffer-state): Use `declare'.
12684
12685 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
12686 reset the syntax-table to cperl-mode-syntax-table.
12687 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
12688 "foo_print_bar" is not matched as a reserved keyword.
12689
12690 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
12691
12692 * textmodes/org.el (orgtbl-setup): New function, for delayed
12693 setup for the orgtbl commands.
12694 (org-calc-default-modes): New option.
12695 (orgtbl-make-binding): Use `defun' to get better help display.
12696 (org-diary): Call `org-compile-prefix-format'.
12697 (org-table-formula-substitute-names): New function.
12698 (org-agenda-day-view, org-agenda-week-view): New commands.
12699 (org-agenda-toggle-week-view): Command removed.
12700 (org-tbl-menu): Split off from org-org-menu.
12701 (org-mode): Move removal of outline-mode menus to here.
12702 (org-table-formula-debug): New option.
12703 (org-table-insert-row): Keep first field if just "#" or "*".
12704 (org-mode): Paragraph regexps fixed.
12705 (org-table-recalculate-regexp): New constant.
12706 (org-table-justify-field-maybe): Avoid replace if not necessary.
12707 (org-copy-special, org-cut-special): Use `call-interactively'.
12708 (org-table-copy-region): Take region from `interactive' call.
12709 (org-trim): Return string even if no match.
12710 (org-formula): New face.
12711 (org-set-font-lock-defaults): No longer highlight "FIXME".
12712 But highlight formula-related fields in table.
12713 (org-table-p): Use regexp, not fontification.
12714 (org-table-align): Handle white space at end of line.
12715 (org-table-formula-evaluate-inline): New option.
12716 (org-mode): Auto-wrapping in comment lines turned off.
12717 (org-table-copy-down): Evaluate only in copied field, not in
12718 destination.
12719 (org-table-current-formula): Variable removed.
12720 (org-table-store-formulas, org-table-get-stored-formulas)
12721 (org-table-modify-formulas, org-table-replace-in-formulas)
12722 (org-table-maybe-eval-formula): New functions.
12723 (org-table-get-formula): Modify to use stored formulas.
12724 (org-table-insert-column, org-table-delete-column)
12725 (org-table-move-column): Call `org-table-modify-formulas'.
12726 (org-complete): Add completion for keyword formulas.
12727 (orgtbl-mode): Pull orgtbl-mode-map to start of
12728 minor-mode-map-alist.
12729
12730 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12731
12732 * progmodes/python.el (python-check): Require `compile' before
12733 modifying its variables.
12734
12735 * newcomment.el (comment-indent-default): Don't get fooled by an early
12736 end of buffer.
12737
12738 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12739
12740 * ps-print.el (ps-print-version): Fix version number.
12741
12742 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
12743
12744 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
12745
12746 2005-06-28 Richard M. Stallman <rms@gnu.org>
12747
12748 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
12749 (flyspell-local-mouse-map): Declaration deleted.
12750 (flyspell-mouse-map): Bind only mouse-2.
12751 (flyspell-mode-map): Don't test flyspell-use-local-map.
12752 (flyspell-overlay-keymap-property-name): Var deleted.
12753 (flyspell-mode-on): Don't make local bindings for
12754 flyspell-mouse-map and flyspell-mode-map.
12755 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
12756
12757 * textmodes/ispell.el (ispell-word): Do not ignore short words.
12758
12759 * progmodes/compile.el (compilation-next-error-function):
12760 Don't switch buffers; operate on the current buffer.
12761
12762 * progmodes/compile.el (compilation-error-file-name)
12763 (compilation-warning-file-name, compilation-info-file-name)
12764 (compilation-line-number, compilation-column-number): New faces.
12765 (compilation-error-face, compilation-warning-face)
12766 (compilation-info-face, compilation-line-face)
12767 (compilation-column-face): Use them.
12768
12769 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
12770
12771 * comint.el (comint-password-prompt-regexp): Accept ", try again".
12772
12773 * bindings.el (global-map): Bind insertchar and its variants.
12774
12775 2005-06-27 Richard M. Stallman <rms@gnu.org>
12776
12777 * textmodes/artist.el (artist-text-overwrite)
12778 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
12779
12780 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12781
12782 * ps-print.el: It was not working the page selection for printing.
12783 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
12784 (ps-print-version): New version 6.6.7.
12785 (ps-end-sheet): New fun.
12786 (ps-header-sheet, ps-end-job): Call it.
12787
12788 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
12789
12790 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
12791
12792 2005-06-27 Lute Kamstra <lute@gnu.org>
12793
12794 * facemenu.el (facemenu-unlisted-faces): Add foreground and
12795 background color faces.
12796 (facemenu-get-face): Delete function.
12797 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
12798 (facemenu-add-new-color): Make second argument mandatory.
12799 Create the appropriate face and return it. Simplify.
12800 (facemenu-set-foreground, facemenu-set-background): Don't check if
12801 color is defined. Use return value of facemenu-add-new-color.
12802
12803 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
12804
12805 * progmodes/gud.el (gud-filter): Add missing argument to
12806 with-selected-window.
12807
12808 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12809
12810 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
12811 a :require to the defcustom.
12812
12813 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
12814 defcustoms corresponding to minor modes.
12815
12816 2005-06-26 David Ponce <david@dponce.com>
12817
12818 * recentf.el: Require tree-widget instead of wid-edit.
12819 (recentf-filename-handler): Fix widget :type.
12820 (recentf-cancel-dialog, recentf-open-more-files)
12821 (recentf-open-files-action): Doc fix.
12822 (recentf-dialog-goto-first): New function.
12823 (recentf-dialog-mode-map): Set parent keymap first.
12824 (recentf-dialog-mode): Define with define-derived-mode.
12825 Don't display continuation lines in dialogs.
12826 (recentf-edit-list): Rename from recentf-edit-selected-items.
12827 (recentf-edit-list-select): Rename from recentf-edit-list-action.
12828 Simplify.
12829 (recentf-edit-list-validate): New function.
12830 (recentf-edit-list): Update accordingly.
12831 (recentf-open-files-item-shift): Remove.
12832 (recentf-open-files-item): Convert menu elements into tree and
12833 link widgets. Don't create the widgets.
12834 (recentf-open-files): Update accordingly.
12835 (recentf-save-list): Untabify.
12836
12837 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
12838
12839 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
12840 (keep-lines): Add INTERACTIVE arg. Never delete lines only
12841 partially contained in the active region. Do not take active
12842 region into account when called from Lisp, unless INTERACTIVE arg
12843 is non-nil. Use `forward-line' instead of `beginning-of-line' to
12844 avoid trouble with fields. Make marker point nowhere when no
12845 longer used. Always return nil. Doc fix.
12846 (flush-lines): Add INTERACTIVE arg. Do not take active region
12847 into account when called from Lisp, unless INTERACTIVE arg is
12848 non-nil. Use `forward-line' instead of `beginning-of-line' to
12849 avoid trouble with fields. Make marker point nowhere when no
12850 longer used. Always return nil. Doc fix.
12851 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
12852 interchangeable. Do not take active region into account when
12853 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
12854 message in echo area when called from Lisp, unless INTERACTIVE arg
12855 is non-nil. Avoid saying "1 occurrences". Do not use markers.
12856 Return the number of matches. Doc fix.
12857 (occur): Doc fix.
12858 (perform-replace): Make comment follow double space convention for
12859 the sake of `outline-minor-mode'.
12860
12861 * faces.el (facep): Doc fix.
12862
12863 2005-06-25 Richard M. Stallman <rms@gnu.org>
12864
12865 * facemenu.el (facemenu-enable-faces-p): New function.
12866 (facemenu-background-menu, facemenu-foreground-menu)
12867 (facemenu-face-menu): Add menu-enable property.
12868
12869 * jka-compr.el (jka-compr-insert-file-contents):
12870 Special handling if cannot find the uncompression program.
12871
12872 * cus-face.el (custom-face-attributes): Add autoload.
12873
12874 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12875 Bind comment-indent-function locally.
12876
12877 * window.el (save-selected-window): Use save-current-buffer.
12878
12879 * subr.el (with-selected-window): Use save-current-buffer.
12880
12881 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
12882 and with-current-buffer.
12883
12884 2005-06-24 Richard M. Stallman <rms@gnu.org>
12885
12886 * simple.el (line-move-1): Fix previous change.
12887
12888 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
12889
12890 * replace.el (occur-1): Set `buffer-read-only' and the
12891 buffer-modified flag before running `occur-hook' to protect
12892 against unintentional buffer switches that can lead to data loss.
12893
12894 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
12895
12896 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
12897 (gud-gdb-marker-filter): Use font-lock-warning-face for any
12898 initial error.
12899
12900 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
12901 after fresh input.
12902 (gdb-var-create-handler): Put name of expression in quotes.
12903
12904 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
12905
12906 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
12907 elements of RING in order, and without bogus nil elements.
12908
12909 2005-06-23 Richard M. Stallman <rms@gnu.org>
12910
12911 * simple.el (set-variable): Args renamed; doc fix.
12912 (line-move-1): When there are overlays around, use vertical-motion.
12913
12914 * faces.el (escape-glyph): Use brown against light background.
12915 (nobreak-space): Rename from no-break-space.
12916 Fix previous change.
12917
12918 * dired-aux.el (dired-do-copy): Fix arg prompt.
12919
12920 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
12921
12922 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
12923
12924 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
12925 rather than "Distributor".
12926
12927 2005-06-23 Lute Kamstra <lute@gnu.org>
12928
12929 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
12930 (debug-on-entry): Use it. New interactive declaration that uses
12931 function-called-at-point.
12932
12933 2005-06-23 Kim F. Storm <storm@cua.dk>
12934
12935 * subr.el (save-match-data): Add comment about using evaporate arg
12936 to set-match-data.
12937
12938 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
12939
12940 * cus-edit.el (customize-face)
12941 (customize-face-other-window): Handle face aliases.
12942
12943 * faces.el (face-documentation, set-face-attribute)
12944 (face-spec-set): Handle face aliases.
12945
12946 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
12947
12948 * help-mode.el (help-make-xrefs): If a symbol representing a face
12949 name is not followed by the word "face", it could still be a
12950 function or variable name, so don't bypass other checks.
12951
12952 2005-06-22 Juri Linkov <juri@jurta.org>
12953
12954 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
12955 Replace aliased functions with calls where second arg `inherit' is t.
12956
12957 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
12958
12959 * progmodes/gdb-ui.el (gdb-error): New variable.
12960 (gdb-error): New function.
12961 (gdb-annotation-rules): Act on error-begin and error annotations.
12962 (gdb-concat-output): Use font-lock-warning-face for errors.
12963
12964 2005-06-22 Miles Bader <miles@gnu.org>
12965
12966 * bindings.el (propertized-buffer-identification): Use renamed
12967 `Buffer-menu-buffer' face.
12968
12969 * faces.el (vertical-border): Rename from `vertical-divider'.
12970 (escape-glyph): Change dark-background color back to `cyan'.
12971
12972 2005-06-21 Juri Linkov <juri@jurta.org>
12973
12974 * faces.el (face-user-default-spec): Try getting `customized-face'
12975 prior to `saved-face'.
12976 (frame-background-mode): Refill docstring.
12977
12978 * emacs-lisp/lisp-mode.el (eval-defun-1):
12979 * emacs-lisp/edebug.el (edebug-eval-defun):
12980 Set `saved-face' temporarily to nil before calling form.
12981 Set `customized-face' to the new spec after that.
12982
12983 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
12984
12985 * subr.el (1value, lambda, key-substitution-in-progress):
12986 Doc fixes.
12987
12988 * autoinsert.el (auto-insert-alist):
12989 * ses.el (ses-call-printer):
12990 * subr.el (noreturn):
12991 * emacs-lisp/lisp.el (check-parens):
12992 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
12993 * net/browse-url.el (browse-url-mosaic):
12994 * progmodes/cc-defs.el (c-safe-scan-lists):
12995 * progmodes/ebnf-abn.el (ebnf-abn-lex):
12996 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
12997 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
12998 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
12999 * progmodes/ebnf-iso.el (ebnf-iso-lex):
13000 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
13001
13002 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13003
13004 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
13005
13006 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
13007
13008 * calendar/appt.el (appt-make-list): Activate the package, if
13009 not already active (for backwards compatibility).
13010
13011 2005-06-20 Kim F. Storm <storm@cua.dk>
13012
13013 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
13014
13015 2005-06-20 Miles Bader <miles@gnu.org>
13016
13017 * faces.el (vertical-divider): New face.
13018
13019 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
13020
13021 * simple.el (kill-whole-line): Doc fix.
13022 (next-error-buffer-p, next-error-find-buffer)
13023 (clone-indirect-buffer): Fix typos in docstrings.
13024 (comment-line-break-function): Doc fix: don't say variable
13025 is automatically buffer-local (it isn't).
13026
13027 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
13028
13029 * net/tramp-ftp.el (top):
13030 * net/tramp-smb.el (top):
13031 * net/tramp-util.el (top):
13032 * net/tramp-uu.el (top):
13033 * net/tramp-vc.el (top):
13034 * net/tramp.el (top): Revert copyright years back to original
13035 ones. Tramp has a life outside GNU Emacs.
13036
13037 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
13038
13039 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
13040
13041 2005-06-18 Juri Linkov <juri@jurta.org>
13042
13043 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13044 end of first regexp to limit the match to the position between
13045 line number and source line with same separator character as used
13046 between file name and line number. In the second regexp limit
13047 mouse-face area to file name and line number by adding new group
13048 for them and referring it in HYPERLINK arg.
13049 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13050 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13051 previous line where grep markers may be already removed.
13052
13053 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
13054
13055 * progmodes/ps-mode.el: Update version and maintainer's email address.
13056
13057 2005-06-18 Steve Youngs <steve@xemacs.org>
13058
13059 * net/browse-url.el (browse-url-browser-function)
13060 (browse-url-default-browser): Add firefox.
13061 (browse-url-firefox-program, browse-url-firefox-arguments)
13062 (browse-url-firefox-startup-arguments)
13063 (browse-url-firefox-new-window-is-tab): New defcustoms.
13064 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13065
13066 2005-06-17 Richard M. Stallman <rms@gnu.org>
13067
13068 * startup.el (command-line): Warn if specified user name has
13069 no home directory.
13070
13071 * term.el (term-get-old-input, term-input-filter, term-input-sender)
13072 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13073
13074 * longlines.el (longlines-mode, longlines-show-hard-newlines):
13075 Doc fixes.
13076
13077 * faces.el (underline): Try bold if terminal doesn't support underline.
13078
13079 * mail/sendmail.el (mail-setup-with-from): New variable.
13080 (mail-insert-from-field): New function.
13081 (sendmail-send-it): Call it.
13082 (mail-setup): Optionally call it here.
13083
13084 * term/linux.el: Call tty-no-underline.
13085
13086 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
13087
13088 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13089
13090 2005-06-17 Miles Bader <miles@gnu.org>
13091
13092 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13093 (ediff-current-diff-C, ediff-current-diff-Ancestor)
13094 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13095 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13096 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13097 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13098 Remove "-face" suffix from face names.
13099 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13100 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13101 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13102 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13103 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13104 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13105 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13106 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13107 New backward-compatibility aliases for renamed faces.
13108 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13109 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13110 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13111 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13112 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13113 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13114 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13115 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13116 Use renamed ediff faces.
13117
13118 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
13119 Remove "-face" suffix from face names.
13120 (eshell-test-ok-face, eshell-test-failed-face):
13121 New backward-compatibility aliases for renamed faces.
13122 (eshell-run-test): Use renamed eshell-test faces.
13123
13124 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
13125 face name.
13126 (eshell-prompt-face): New backward-compatibility alias for renamed
13127 face.
13128 (eshell-emit-prompt): Use renamed eshell-prompt face.
13129
13130 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
13131 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
13132 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
13133 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
13134 Remove "-face" suffix from face names.
13135 (eshell-ls-directory-face, eshell-ls-symlink-face)
13136 (eshell-ls-executable-face, eshell-ls-readonly-face)
13137 (eshell-ls-unreadable-face, eshell-ls-special-face)
13138 (eshell-ls-missing-face, eshell-ls-archive-face)
13139 (eshell-ls-backup-face, eshell-ls-product-face)
13140 (eshell-ls-clutter-face):
13141 New backward-compatibility aliases for renamed faces.
13142 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
13143
13144 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
13145 Remove "-face" suffix from face name.
13146 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
13147 instead of literal face.
13148
13149 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
13150
13151 * emacs-lisp/warnings.el (display-warning, lwarn)
13152 (warning-minimum-log-level): Doc fixes.
13153 (warning-minimum-level, warning-minimum-log-level):
13154 Add :debug to :type choices.
13155
13156 * progmodes/ada-mode.el (ada-format-paramlist)
13157 (ada-get-indent-case, ada-check-matching-start)
13158 (ada-check-defun-name, ada-goto-matching-decl-start)
13159 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
13160 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
13161 (ada-make-subprogram-body): Follow error conventions.
13162 (ada-case-exception-file, ada-indent-comment-as-code)
13163 (ada-indent-handle-comment-special, ada-indent-renames)
13164 (ada-indent-return, ada-search-directories-internal)
13165 (ada-tab-policy, ada-case-exception-substring)
13166 (ada-other-file-alist, ada-matching-start-re)
13167 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
13168 (ada-imenu-generic-expression, ada-compile-goto-error)
13169 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
13170 (ada-popup-menu, ada-add-extensions, ada-mode)
13171 (ada-region-selected, ada-create-case-exception)
13172 (ada-create-case-exception-substring, ada-after-keyword-p)
13173 (ada-activate-keys-for-case, ada-adjust-case-region)
13174 (ada-adjust-case-buffer, ada-format-paramlist)
13175 (ada-scan-paramlist, ada-insert-paramlist)
13176 (ada-indent-newline-indent)
13177 (ada-indent-newline-indent-conditional)
13178 (ada-justified-indent-current, ada-goto-previous-word)
13179 (ada-indent-current, ada-get-indent-open-paren)
13180 (ada-get-indent-paramlist, ada-get-indent-end)
13181 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
13182 (ada-get-indent-block-start, ada-get-indent-subprog)
13183 (ada-get-indent-noindent, ada-get-indent-label)
13184 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
13185 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
13186 (ada-goto-stmt-end, ada-goto-next-word)
13187 (ada-check-matching-start, ada-check-defun-name)
13188 (ada-goto-matching-decl-start, ada-goto-matching-start)
13189 (ada-goto-matching-end, ada-search-ignore-string-comment)
13190 (ada-in-decl-p, ada-looking-at-semi-or)
13191 (ada-looking-at-semi-private, ada-in-paramlist-p)
13192 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
13193 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
13194 (ada-next-procedure, ada-previous-procedure, ada-next-package)
13195 (ada-previous-package, ada-create-menu)
13196 (ada-fill-comment-paragraph-justify)
13197 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
13198 (ada-other-file-name, ada-last-which-function-line)
13199 (ada-last-which-function-subprog, ada-which-function)
13200 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
13201 (ada-gen-treat-proc, ada-check-emacs-version)
13202 (ada-continuation-indent, ada-align-region-separate):
13203 Fix typos in docstrings.
13204 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
13205
13206 2005-06-16 Lute Kamstra <lute@gnu.org>
13207
13208 * simple.el (fundamental-mode): Run after-change-major-mode-hook
13209 conditionally.
13210
13211 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
13212
13213 * comint.el (comint-replace-by-expanded-filename)
13214 (comint-prompt-regexp, comint-delimiter-argument-list)
13215 (comint-preinput-scroll-to-bottom):
13216 * info.el (Info-hide-cookies-node):
13217 * ls-lisp.el (ls-lisp-classify):
13218 * find-file.el (ff-search-directories, ff-special-constructs)
13219 (ff-find-other-file):
13220 * font-lock.el (font-lock-keywords):
13221 * shell.el (shell-prompt-pattern)
13222 (shell-dynamic-complete-functions, shell-mode)
13223 (shell-delimiter-argument-list):
13224 * term.el (term-replace-by-expanded-filename)
13225 (term-prompt-regexp, term-delimiter-argument-list):
13226 * woman.el (woman-ignore, woman0-if):
13227 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
13228 * emacs-lisp/elint.el (elint-init-env):
13229 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
13230 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
13231 * language/ethio-util.el (ethio-tilde-escape)
13232 (ethio-use-three-dot-question):
13233 * net/zone-mode.el (zone-mode-load-time-setup):
13234 * progmodes/cc-align.el (c-lineup-argcont):
13235 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
13236 * progmodes/cperl-mode.el (cperl-set-style-back):
13237 * progmodes/inf-lisp.el (inferior-lisp-prompt):
13238 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
13239 Fix spellings in docstrings.
13240
13241 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
13242 * progmodes/modula2.el (m2-for): Fix spellings.
13243
13244 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
13245
13246 * simple.el (undo-more): Don't use `format' on `error' arguments.
13247 Improve argument/docstring consistency.
13248 (pending-undo-list): Doc fix.
13249
13250 * smerge-mode.el (smerge-ensure-match):
13251 * emulation/vip.el (vip-ex):
13252 * net/zone-mode.el (zone-mode-update-serial):
13253 * progmodes/idlwave.el (idlwave-complete):
13254 * progmodes/vhdl-mode.el (vhdl-visit-file)
13255 (vhdl-compose-wire-components):
13256 Don't use `format' on `error' arguments.
13257
13258 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
13259 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
13260 (tooltip-help-tips): Fix typos in docstrings.
13261
13262 2005-06-16 David Ponce <david@dponce.com>
13263
13264 * tree-widget.el (tree-widget-value-create): Simplify last change.
13265
13266 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
13267
13268 * ido.el (ido-incomplete-regexp): New variable.
13269 (ido-set-matches-1): Handle invalid-regexp error and set
13270 ido-incomplete-regexp.
13271 (ido-incomplete-regexp): New face.
13272 (ido-completions): Use it.
13273 (ido-complete, ido-exit-minibuffer, ido-completions):
13274 Handle incomplete regexps.
13275 (ido-completions): Add check for complete match when entering a regexp.
13276
13277 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13278
13279 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
13280
13281 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13282
13283 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
13284 by field delimiters.
13285
13286 2005-06-15 David Ponce <david@dponce.com>
13287
13288 * tree-widget.el: eval-and-compile inlined functions so they will
13289 be available at run-time too.
13290 (tree-widget-super-format-handler)
13291 (tree-widget-format-handler): Remove.
13292 (tree-widget-value-create): Handle the :indent property.
13293
13294 2005-06-15 Miles Bader <miles@gnu.org>
13295
13296 * progmodes/which-func.el (which-func): Only inherit
13297 `font-lock-function-name-face' when that makes sense against the
13298 default mode-line face, otherwise set the face color explicitly.
13299
13300 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
13301 faces instead of (non-existent) variables.
13302
13303 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13304
13305 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
13306 (iswitchb-get-matched-buffers): Likewise. Simplify.
13307
13308 2005-06-14 Miles Bader <miles@gnu.org>
13309
13310 * progmodes/ld-script.el (ld-script-location-counter):
13311 Remove "-face" suffix from face name.
13312 (ld-script-location-counter-face):
13313 New backward-compatibility alias for renamed face.
13314 (ld-script-location-counter-face): Use renamed face.
13315
13316 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
13317 (cperl-hash): Remove "-face" suffix from face names.
13318 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
13319 New backward-compatibility aliases for renamed faces.
13320 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
13321 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
13322
13323 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
13324 name.
13325 (which-func-face): New backward-compatibility alias for renamed face.
13326 (which-func-format): Use renamed which-func face.
13327
13328 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
13329 (vhdl-function, vhdl-directive, vhdl-reserved-word)
13330 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
13331 names.
13332 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
13333 (vhdl-speedbar-configuration, vhdl-speedbar-package)
13334 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
13335 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
13336 (vhdl-speedbar-architecture-selected)
13337 (vhdl-speedbar-configuration-selected)
13338 (vhdl-speedbar-package-selected)
13339 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
13340 names.
13341 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
13342 Use renamed faces.
13343 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
13344 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
13345 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
13346 Use renamed faces.
13347 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
13348 names.
13349 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
13350 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
13351 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
13352 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
13353 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
13354 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
13355
13356 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
13357 face name.
13358 (sh-heredoc-face): New backward-compatibility alias for renamed face.
13359 (sh-heredoc-face): Use renamed sh-heredoc face.
13360
13361 * progmodes/idlw-help.el (idlwave-help-link):
13362 Remove "-face" suffix from face name.
13363 (idlwave-help-link-face):
13364 New backward-compatibility alias for renamed face.
13365 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
13366
13367 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
13368 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
13369 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
13370 New backward-compatibility aliases for renamed faces.
13371 (idlwave-shell-disabled-breakpoint-face)
13372 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
13373
13374 * progmodes/flymake.el (flymake-errline, flymake-warnline):
13375 Remove "-face" suffix from face names.
13376 (flymake-errline-face, flymake-warnline-face):
13377 New backward-compatibility aliases for renamed faces.
13378 (flymake-highlight-line): Use renamed flymake faces.
13379
13380 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13381 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
13382 (ebrowse-member-class, ebrowse-progress):
13383 Remove "-face" suffix from face names.
13384 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13385 (ebrowse-file-name-face, ebrowse-default-face)
13386 (ebrowse-member-attribute-face, ebrowse-member-class-face)
13387 (ebrowse-progress-face):
13388 New backward-compatibility aliases for renamed faces.
13389 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
13390 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
13391 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
13392 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
13393
13394 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
13395 antlr-syntax)
13396 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
13397 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
13398 names.
13399 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
13400 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
13401 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
13402 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
13403 backward-compatibility aliases for renamed faces.
13404 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
13405 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
13406 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
13407 remove "font-lock-". Use renamed antlr-mode faces.
13408 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
13409 literal face-names with face variable references.
13410
13411 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
13412 face name.
13413 (Buffer-menu-buffer-face): New backward-compatibility alias for
13414 renamed face.
13415 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
13416
13417 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
13418
13419 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
13420 Eliminate "-face" suffix.
13421 (makefile-targets): Inherit from font-lock-function-name-face and
13422 eliminate "-face" suffix.
13423 (makefile-shell): Remove attributes and eliminate "-face" suffix.
13424 (makefile-*-font-lock-keywords): Append makefile-targets in rule
13425 actions, instead of prepending, to make it less visible.
13426 (makefile-previous-dependency, makefile-match-dependency):
13427 Don't match a target on a continuation line.
13428
13429 * files.el (auto-mode-alist): Put Makefile in gmake mode.
13430
13431 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
13432
13433 * progmodes/gdb-ui.el (menu): Re-order menu items.
13434 (gdb-tooltip-print): Respect tooltip-use-echo-area.
13435
13436 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
13437 Define in tooltip.el.
13438 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
13439 (gud-tooltip-tips): Respect tooltip-use-echo-area and
13440 gud-tooltip-echo-area.
13441
13442 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
13443 backward compatibility and make obsolete.
13444 (tooltip-help-tips): Use tooltip-use-echo-area.
13445 (tooltip-show-help-function): Rename to...
13446 (tooltip-show-help): ...this, because it is a function.
13447 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
13448
13449 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
13450
13451 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
13452 (edebug-print-length, edebug-print-level, edebug-print-circle)
13453 (edebug-modify-breakpoint, edebug-eval-last-sexp)
13454 (edebug-eval-print-last-sexp): Doc fixes.
13455
13456 2005-06-14 Kim F. Storm <storm@cua.dk>
13457
13458 * ido.el (ido-mode): Make a new keymap every time we enable ido,
13459 as the coverage buffer/file/both may change.
13460
13461 2005-06-14 Lute Kamstra <lute@gnu.org>
13462
13463 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
13464 and run-mode-hooks. Simplify.
13465
13466 * mail/rmailedit.el (rmail-edit-mode):
13467 * progmodes/octave-inf.el (inferior-octave-mode):
13468 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
13469
13470 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
13471 and run-mode-hooks.
13472 (recentf-edit-list, recentf-open-files): Don't call
13473 kill-all-local-variables directly.
13474
13475 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
13476
13477 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
13478
13479 * emacs-lisp/byte-run.el (make-obsolete)
13480 (define-obsolete-function-alias): Rename arguments FUNCTION and
13481 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
13482 (make-obsolete-variable, define-obsolete-variable-alias):
13483 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
13484 respectively.
13485
13486 * isearchb.el (isearchb-activate):
13487 * pcvs.el (cvs-mode):
13488 * ses.el (ses-load):
13489 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
13490 * net/tramp.el (tramp-find-file-exists-command)
13491 (tramp-find-shell):
13492 * progmodes/ada-mode.el (ada-create-case-exception)
13493 (ada-create-case-exception-substring, ada-make-subprogram-body):
13494 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13495 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
13496 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
13497 * textmodes/org.el (org-promote, org-evaluate-time-range)
13498 (org-agenda-next-date-line, org-agenda-previous-date-line)
13499 (org-agenda-error, org-open-at-point, org-table-move-row)
13500 (org-format-table-table-html-using-table-generate-source)
13501 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
13502 * textmodes/reftex.el (reftex-access-scan-info):
13503 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
13504 (reftex-toc-promote-prepare): Follow error conventions.
13505
13506 * diff-mode.el (diff-mode): Fix typo in docstring.
13507
13508 * forms.el (forms--intuit-from-file): Fix reference to
13509 `forms-number-of-fields' in error message.
13510 (forms-print): Fix quoting in error message.
13511
13512 * forms.el (forms-mode):
13513 * emulation/vi.el (vi-goto-insert-state):
13514 * progmodes/flymake.el (flymake-new-err-info)
13515 (flymake-start-syntax-check-for-current-buffer)
13516 (flymake-simple-cleanup):
13517 * eshell/esh-var.el (eshell/export):
13518 * progmodes/gud.el (xdb):
13519 * textmodes/flyspell.el (flyspell-incorrect-hook)
13520 (flyspell-maybe-correct-transposition)
13521 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
13522
13523 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
13524
13525 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
13526 minibuffer prompt.
13527
13528 2005-06-13 Kim F. Storm <storm@cua.dk>
13529
13530 * subr.el (add-to-ordered-list): New defun.
13531
13532 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
13533 add cua--keymap-alist to emulation-mode-map-alists.
13534
13535 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13536
13537 * subr.el (complete-in-turn): New macro.
13538 (dynamic-completion-table, lazy-completion-table): Add debug info.
13539
13540 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
13541 in preference to face aliases.
13542
13543 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
13544 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
13545 Remove unused vars `start' and `firstline'.
13546 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
13547 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
13548
13549 2005-06-13 Eli Zaretskii <eliz@gnu.org>
13550
13551 * cus-start.el (all): Don't complain about missing GTK-related
13552 variables, unless either `gtk' is boundp or this isn't a
13553 `windows-nt' build.
13554
13555 2005-06-13 Lute Kamstra <lute@gnu.org>
13556
13557 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
13558 run-mode-hooks.
13559
13560 * ediff-mult.el (ediff-meta-mode):
13561 * ediff-util.el (ediff-mode): Use run-mode-hooks.
13562
13563 * ledit.el (ledit-mode): Use delay-mode-hooks.
13564
13565 * woman.el (woman-mode-line-format): Delete constant.
13566 (woman-mode-map): Initialize it properly.
13567 (woman-mode): Set mode-class property to special.
13568 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
13569 Set major-mode and mode-name. Don't set mode-line-format directly.
13570 (Man-getpage-in-background): Don't reference woman-mode-line-format.
13571
13572 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
13573 string argument obsolete.
13574
13575 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
13576
13577 * textmodes/org.el (org-CUA-compatible): New option.
13578 (org-disputed-keys): New variable.
13579 (org-key): New function.
13580 (orgtbl-make-binding): Add docstring to the created function.
13581 (org-mode): Set paragraph start/separate regexps.
13582 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
13583 (org-archive-location, org-archive-mark-done)
13584 (org-archive-stamp-time): New options.
13585 (org-archive-subtree): New command.
13586 (org-fill-paragraph): New function.
13587 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
13588 (org-fake-empty-table-line): Function removed.
13589 (org-format-org-table-html): Do not create empty table lines at
13590 separator lines. Improved table header treatment.
13591 (org-link-format): New option.
13592 (org-make-link): New function.
13593 (org-insert-link, org-store-link): Use org-make-link.
13594 (org-open-file): Quote file name for shell command, to allow
13595 spaces in file names.
13596 (org-link-regexp): Fix bug with mailto link.
13597 (org-link-maybe-angles-regexp, org-protected-link-regexp):
13598 New constants.
13599 (org-export-as-html): Deal with the optional angles around a link.
13600 Better treatment of file: links.
13601 (org-open-at-point): Replace @{ and @} with < and >.
13602 (org-run-mode-hooks): Function removed.
13603 (org-agenda-mode): No longer use `org-run-mode-hooks'.
13604
13605 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
13606
13607 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
13608 MI command -data-list-register-values.
13609 (gdb-post-prompt): Indent properly.
13610
13611 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
13612
13613 * hilit-chg.el (highlight-changes-colors): Rename from
13614 `highlight-changes-colours'.
13615 (highlight-changes-colours): Keep as obsolete alias.
13616 (highlight-changes-face-list): Doc fix.
13617 (hilit-chg-make-list): Use `highlight-changes-colors'.
13618
13619 2005-06-12 Mark A. Hershberger <mah@everybody.org>
13620
13621 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
13622 defun-prompt-regexp.
13623
13624 2005-06-12 Eli Zaretskii <eliz@gnu.org>
13625
13626 * loadup.el: Don't say we are dumping under 2 names on windows-nt
13627 and cygwin.
13628
13629 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
13630 Don't use an old loaddefs.el, as in Makefile.in.
13631
13632 2005-06-12 Lute Kamstra <lute@gnu.org>
13633
13634 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
13635
13636 * man.el (Man-mode-map): Initialize it properly.
13637 (Man-mode): Set mode-class property to special.
13638
13639 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
13640
13641 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
13642
13643 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
13644 A newline is needed in the docstring there.
13645
13646 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
13647 Doc fixes.
13648
13649 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13650
13651 * printing.el: Doc fix. The menubar is no more changed when printing
13652 is loaded, it only changes when pr-menu-bind or pr-update-menus is
13653 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
13654 (pr-version): New version number (6.8.4).
13655 (pr-menu-bind): New command.
13656 (pr-update-menus): Docstring and code fix.
13657 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
13658 Docstring fix.
13659 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
13660 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
13661
13662 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
13663
13664 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
13665 "Returns" to "return", document useful return values, etc.
13666
13667 2005-06-11 Alan Mackenzie <acm@muc.de>
13668
13669 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
13670 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
13671 (adaptive-file-function): Minor amendment to doc-string.
13672
13673 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13674
13675 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
13676 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
13677 Fix :type--it is `integer', not `string'.
13678
13679 * faces.el (modeline-highlight): Rename from (the erroneous)
13680 `modeline-higilight'.
13681
13682 2005-06-11 Lute Kamstra <lute@gnu.org>
13683
13684 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
13685 lisp-interaction-mode-map but make it the parent.
13686 (edebug-eval-mode): Use define-derived-mode.
13687
13688 2005-06-11 Andreas Schwab <schwab@suse.de>
13689
13690 * bindings.el: Add binding of `ESC functionkey' for every
13691 `M-functionkey'.
13692 * hexl.el (hexl-mode-map): Likewise.
13693
13694 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
13695
13696 * progmodes/compile.el (compilation-error-regexp-alist-alist)
13697 [msft]: update regexp for newer msft compilers.
13698
13699 2005-06-10 Mark A. Hershberger <mah@everybody.org>
13700
13701 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
13702 ATTLIST portions of included DTDs.
13703 (xml-parse-dtd): Eliminate use of inefficient match-data.
13704
13705 2005-06-10 Miles Bader <miles@gnu.org>
13706
13707 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13708 (mpuz-text): Remove "-face" suffix from face names.
13709 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
13710 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
13711 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
13712
13713 * play/gomoku.el (gomoku-O, gomoku-X):
13714 Remove "-face" suffix from face names.
13715 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
13716 New backward-compatibility aliases for renamed faces.
13717 (gomoku-font-lock-keywords): Use renamed gomoku faces.
13718
13719 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
13720
13721 * thumbs.el: Fixes for changes of 2005-06-09.
13722 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
13723 as a directory.
13724 (thumbs-thumbname): Remove directory separator from format string;
13725 `thumbs-thumbsdir' now returns a valid directory name.
13726 (thumbs-temp-dir): New defsubst.
13727 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
13728 Use it.
13729
13730 * cus-edit.el (minibuffer):
13731 * files.el (make-backup-file-name-function):
13732 * filesets.el (filesets-external-viewers):
13733 * hilit-chg.el (highlight-changes-colours)
13734 (highlight-changes-face-list, highlight-changes-rotate-faces):
13735 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
13736 * kmacro.el (kmacro-call-macro):
13737 * log-edit.el (log-edit-changelog-full-paragraphs):
13738 * mouse.el (mouse-1-click-follows-link):
13739 * skeleton.el (skeleton-autowrap):
13740 * subr.el (insert-for-yank-1):
13741 * tempo.el (tempo-insert-region):
13742 * terminal.el (terminal-emulator):
13743 * time.el (display-time-mail-face):
13744 * vc.el (vc-annotate):
13745 * vcursor.el (vcursor-copy-line):
13746 * woman.el (woman-bold-headings, woman-ignore)
13747 (woman-default-faces, woman-monochrome-faces):
13748 * calendar/todo-mode.el (todo-insert-threshold):
13749 * emulation/pc-select.el (pc-select-selection-keys-only)
13750 (pc-selection-mode):
13751 * emulation/vip.el (vip-find-char-forward):
13752 * emulation/viper-cmd.el (viper-find-char-forward):
13753 * international/mule-cmds.el
13754 (select-safe-coding-system-accept-default-p)
13755 (input-method-exit-on-invalid-key):
13756 * international/mule-diag.el (describe-coding-system):
13757 * international/ucs-tables.el (unify-8859-on-encoding-mode):
13758 * net/browse-url.el (browse-url-xterm-program):
13759 * obsolete/lazy-lock.el (lazy-lock-mode):
13760 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
13761 (cperl-mode):
13762 * progmodes/cpp.el (cpp-face-light-name-list)
13763 (cpp-face-dark-name-list):
13764 * progmodes/delphi.el (delphi-newline-always-indents):
13765 Fix spellings in docstrings.
13766
13767 * ido.el (ido-mode, ido-file-extensions-order)
13768 (ido-default-file-method, ido-default-buffer-method)
13769 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
13770 (ido-decorations, ido-read-file-name-as-directory-commands)
13771 (ido-read-file-name-non-ido, ido-work-directory-list)
13772 (ido-ignore-item-temp-list, ido-current-directory)
13773 (ido-magic-forward-char, ido-enter-find-file)
13774 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
13775 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
13776
13777 2005-06-10 Lute Kamstra <lute@gnu.org>
13778
13779 * play/dunnet.el (dun-mode): Use define-derived-mode.
13780 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
13781 obsolete alias.
13782
13783 * play/doctor.el (doctor-mode-map): Remove defvar.
13784 (doctor-mode): Use define-derived-mode.
13785
13786 * mail/mspools.el (mspools-mode):
13787 * net/eudc-hotlist.el (eudc-hotlist-mode):
13788 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
13789
13790 2005-06-10 Miles Bader <miles@gnu.org>
13791
13792 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13793 Remove "-face" suffix from face names.
13794 (flyspell-incorrect-face, flyspell-duplicate-face):
13795 New backward-compatibility aliases for renamed faces.
13796 (flyspell-mode-on, make-flyspell-overlay)
13797 (flyspell-highlight-incorrect-region)
13798 (flyspell-highlight-duplicate-region)
13799 (flyspell-display-next-corrections)
13800 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
13801
13802 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
13803 from face name.
13804 (texinfo-heading-face): New backward-compatibility alias for
13805 renamed face.
13806 (texinfo-heading-face): Use renamed texinfo-heading face.
13807
13808 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
13809 suffix from face names.
13810 (tex-math-face, tex-verbatim-face):
13811 New backward-compatibility aliases for renamed faces.
13812 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
13813 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
13814 literal face name.
13815
13816 * textmodes/table.el (table-cell): Remove "-face" suffix from face
13817 name.
13818 (table-cell-face): New backward-compatibility alias for renamed face.
13819 (table--put-cell-face-property, table--update-cell-face):
13820 Use renamed table-cell face.
13821
13822 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
13823 from face name.
13824 (sgml-namespace-face): New backward-compatibility alias for
13825 renamed face.
13826 (sgml-namespace-face): Use renamed sgml-namespace face.
13827
13828 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
13829 (org-level-4, org-level-5, org-level-6, org-level-7)
13830 (org-level-8, org-warning, org-headline-done)
13831 (org-deadline-announce, org-scheduled-today)
13832 (org-scheduled-previously, org-link, org-done, org-table)
13833 (org-time-grid): Remove "-face" suffix from face names.
13834 (org-level-1-face, org-level-2-face, org-level-3-face)
13835 (org-level-4-face, org-level-5-face, org-level-6-face)
13836 (org-level-7-face, org-level-8-face, org-warning-face)
13837 (org-headline-done-face, org-deadline-announce-face)
13838 (org-scheduled-today-face, org-scheduled-previously-face)
13839 (org-link-face, org-done-face, org-table-face)
13840 (org-time-grid-face):
13841 New backward-compatibility aliases for renamed faces.
13842 (org-level-faces, org-set-font-lock-defaults, org-timeline)
13843 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
13844 (org-agenda-get-timestamps, org-agenda-get-scheduled)
13845 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
13846
13847 * emulation/viper-init.el (viper-search, viper-replace-overlay)
13848 (viper-minibuffer-emacs, viper-minibuffer-insert)
13849 (viper-minibuffer-vi): Remove "-face" suffix from face names.
13850 (viper-search-face, viper-replace-overlay-face)
13851 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13852 (viper-minibuffer-vi-face):
13853 New backward-compatibility aliases for renamed faces.
13854 (viper-search-face, viper-replace-overlay-face)
13855 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13856 (viper-minibuffer-vi-face): Use renamed viper faces.
13857
13858 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
13859 Remove "-face" suffix from face names.
13860 (testcover-nohits-face, testcover-1value-face):
13861 New backward-compatibility aliases for renamed faces.
13862 (testcover-mark): Use renamed testcover faces.
13863
13864 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
13865 face name.
13866 (diary-button-face): New backward-compatibility alias for renamed face.
13867 (diary-entry): Use renamed diary-button face.
13868
13869 * calendar/calendar.el (diary, calendar-today, holiday)
13870 (mark-visible-calendar-date): Remove "-face" suffix from face names.
13871 (diary-face, calendar-today-face, holiday-face):
13872 New backward-compatibility aliases for renamed faces.
13873 (eval-after-load "facemenu", diary-entry-marker)
13874 (calendar-today-marker, calendar-holiday-marker, diary-face):
13875 Use renamed calendar faces.
13876
13877 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
13878 (compare-windows-face): New backward-compatibility alias for
13879 renamed face.
13880 (compare-windows-highlight): Use renamed compare-windows face.
13881
13882 * strokes.el (strokes-char): Remove "-face" suffix from face name.
13883 (strokes-char-face): New backward-compatibility alias for renamed face.
13884 (strokes-encode-buffer): Use renamed strokes-char face.
13885
13886 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
13887 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
13888 Remove "-face" suffix from face names.
13889 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13890 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13891 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
13892 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
13893 Use renamed pcvs faces.
13894 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
13895 * pcvs-defs.el (cvs-mode-map): Likewise.
13896 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
13897
13898 * info.el (info-title-1, info-title-2, info-title-3)
13899 (info-title-4): Remove "-face" suffix from and downcase face names.
13900 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13901 (Info-title-4-face):
13902 New backward-compatibility aliases for renamed faces.
13903 (Info-fontify-node): Use renamed info faces.
13904
13905 * hilit-chg.el (highlight-changes, highlight-changes-delete):
13906 Remove "-face" suffix from face names.
13907 (highlight-changes-face, highlight-changes-delete-face):
13908 New backward-compatibility aliases for renamed faces.
13909 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
13910 (hilit-chg-make-list): Use renamed highlight-changes faces.
13911
13912 * generic-x.el (show-tabs-tab, show-tabs-space):
13913 Remove "-face" suffix from face names.
13914 (show-tabs-tab-face, show-tabs-space-face):
13915 New backward-compatibility aliases for renamed faces.
13916 (show-tabs-generic-mode-font-lock-defaults-1)
13917 (show-tabs-generic-mode-font-lock-defaults-2):
13918 Use renamed show-tabs faces.
13919
13920 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
13921 (smerge-markers): Remove "-face" suffix from face names.
13922 (smerge-mine-face, smerge-other-face, smerge-base-face)
13923 (smerge-markers-face):
13924 New backward-compatibility aliases for renamed faces.
13925 (smerge-mine-face, smerge-other-face, smerge-base-face)
13926 (smerge-markers-face): Use renamed smerge faces.
13927
13928 * log-view.el (log-view-file, log-view-message): Remove "-face"
13929 suffix from face names.
13930 (log-view-file-face, log-view-message-face):
13931 New backward-compatibility aliases for renamed faces.
13932 (log-view-file-face, log-view-message-face): Use renamed log-view
13933 faces.
13934
13935 * paren.el (show-paren-match, show-paren-mismatch):
13936 Remove "-face" suffix from face names.
13937 (show-paren-match-face, show-paren-mismatch-face):
13938 New backward-compatibility aliases for renamed faces.
13939 (show-paren-function): Use renamed show-paren faces.
13940
13941 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
13942 (ruler-mode-margins, ruler-mode-fringes)
13943 (ruler-mode-column-number, ruler-mode-fill-column)
13944 (ruler-mode-comment-column, ruler-mode-goal-column)
13945 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
13946 suffix from face names.
13947 (ruler-mode-default-face, ruler-mode-pad-face)
13948 (ruler-mode-margins-face, ruler-mode-fringes-face)
13949 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
13950 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
13951 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
13952 New backward-compatibility aliases for renamed faces.
13953 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
13954 (ruler-mode-column-number, ruler-mode-fill-column)
13955 (ruler-mode-comment-column, ruler-mode-goal-column)
13956 (ruler-mode-tab-stop, ruler-mode-current-column)
13957 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
13958 faces.
13959
13960 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
13961 face name.
13962 (whitespace-highlight-the-space): Use renamed face.
13963 (whitespace-highlight-face): New backward-compatibility alias for
13964 renamed face.
13965
13966 * woman.el (woman-italic, woman-bold, woman-unknown)
13967 (woman-addition, woman-symbol-face):
13968 Remove "-face" suffix from face names.
13969 (woman-italic-face, woman-bold-face, woman-unknown-face)
13970 (woman-addition-face):
13971 New backward-compatibility aliases for renamed faces.
13972 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
13973 (woman-decode-region, woman-replace-match)
13974 (woman-display-extended-fonts, woman-special-characters)
13975 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
13976 Use renamed woman faces.
13977
13978 * longlines.el (longlines-visible-face): Face removed.
13979
13980 * diff-mode.el (diff-header, diff-file-header, diff-index)
13981 (diff-hunk-header, diff-removed, diff-added, diff-changed)
13982 (diff-function, diff-context, diff-nonexistent): Remove "-face"
13983 suffix from face names.
13984 (diff-header-face, diff-file-header-face, diff-index-face)
13985 (diff-hunk-header-face, diff-removed-face, diff-added-face)
13986 (diff-changed-face, diff-function-face, diff-context-face)
13987 (diff-nonexistent-face): New backward-compatibility aliases for
13988 renamed faces.
13989 (diff-header-face, diff-file-header-face)
13990 (diff-index, diff-index-face, diff-hunk-header)
13991 (diff-hunk-header-face, diff-removed, diff-removed-face)
13992 (diff-added, diff-added-face, diff-changed-face, diff-function)
13993 (diff-function-face, diff-context-face, diff-nonexistent)
13994 (diff-nonexistent-face): Use renamed diff-mode faces.
13995
13996 * progmodes/compile.el (compilation-warning-face)
13997 (compilation-info-face): Remove "-face" suffix from face names.
13998 (compilation-warning-face, compilation-info-face):
13999 New backward-compatibility aliases for renamed faces.
14000 (compilation-warning-face, compilation-info-face):
14001 Use renamed compilation faces.
14002
14003 * add-log.el (change-log-date, change-log-name)
14004 (change-log-email, change-log-file, change-log-list)
14005 (change-log-conditionals, change-log-function)
14006 (change-log-acknowledgement): Remove "-face" suffix from face names.
14007 (change-log-date-face, change-log-name-face)
14008 (change-log-email-face, change-log-file-face)
14009 (change-log-list-face, change-log-conditionals-face)
14010 (change-log-function-face, change-log-acknowledgement-face):
14011 New backward-compatibility aliases for renamed faces.
14012 (change-log-font-lock-keywords): Use renamed change-log faces.
14013
14014 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
14015 (custom-set, custom-changed, custom-saved, custom-button)
14016 (custom-button-pressed, custom-documentation, custom-state)
14017 (custom-comment, custom-comment-tag, custom-variable-tag)
14018 (custom-variable-button, custom-face-tag, custom-group-tag-1)
14019 (custom-group-tag): Remove "-face" suffix from face names.
14020 (custom-magic-alist, custom-magic-value-create)
14021 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
14022 (custom-invalid-face, custom-rogue-face, custom-modified-face)
14023 (custom-set-face, custom-changed-face, custom-saved-face)
14024 (custom-button-face, custom-button-pressed-face)
14025 (custom-documentation-face, custom-state-face)
14026 (custom-comment-face, custom-comment-tag-face)
14027 (custom-variable-tag-face, custom-variable-button-face)
14028 (custom-face-tag-face, custom-group-tag-face-1)
14029 (custom-group-tag-face):
14030 New backward-compatibility aliases for renamed faces.
14031
14032 * wid-edit.el (widget-documentation, widget-button)
14033 (widget-field, widget-single-line-field, widget-inactive)
14034 (widget-button-pressed): "-face" suffix removed from face names.
14035 (widget-documentation-face, widget-button-face)
14036 (widget-field-face, widget-single-line-field-face)
14037 (widget-inactive-face, widget-button-pressed-face):
14038 New backward-compatibility aliases for renamed faces.
14039 (widget-documentation-face, widget-button-face)
14040 (widget-button-pressed-face, widget-specify-field)
14041 (widget-specify-inactive): Use renamed widget faces.
14042
14043 2005-06-10 Kenichi Handa <handa@m17n.org>
14044
14045 * term/x-win.el (x-clipboard-yank): Remove condition-case
14046 wrapping.
14047
14048 2005-06-11 Kenichi Handa <handa@m17n.org>
14049
14050 * add-log.el (change-log-font-lock-keywords): Make the regexp for
14051 date lines stricter.
14052
14053 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
14054
14055 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14056 of x-get-selection.
14057
14058 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14059
14060 * comint.el (comint-mode, comint-snapshot-last-prompt):
14061 * frame.el (frame-current-scroll-bars):
14062 * term.el (term-mode, term-check-proc, term-input-sender)
14063 (term-simple-send, term-extract-string, term-word)
14064 (term-match-partial-filename):
14065 * window.el (window-current-scroll-bars):
14066 * emulation/cua-base.el (cua-normal-cursor-color)
14067 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14068 (cua-global-mark-cursor-color):
14069 * mail/undigest.el (rmail-forward-separator-regex):
14070 Fix typos in docstrings.
14071
14072 * comint.el (comint-check-proc, make-comint-in-buffer)
14073 (comint-source-default): Doc fixes.
14074
14075 * term.el (term-send-string): Improve argument/docstring consistency.
14076
14077 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
14078
14079 * comint.el (comint-send-input): Bind `inhibit-read-only' around
14080 call to `delete-region'.
14081 (comint-mode-hook): Do not enable Font Lock by default.
14082
14083 2005-06-09 Lute Kamstra <lute@gnu.org>
14084
14085 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14086 could be void.
14087
14088 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
14089
14090 * emacs-lisp/debug.el (debugger-will-be-back): New var.
14091 (debug): Use it.
14092 (debugger-step-through, debugger-continue, debugger-jump)
14093 (debugger-return-value): Set it when needed.
14094 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14095 Use inhibit-read-only.
14096
14097 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
14098
14099 * window.el (shrink-window-if-larger-than-buffer)
14100 (window-size-fixed): Fix typo in docstring.
14101
14102 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
14103 thumbnails directory on loading.
14104 (thumbs-conversion-program): Use `eq' to check the system type,
14105 not `equal'.
14106 (thumbs-temp-dir): Initialize to `temporary-file-directory',
14107 not "/tmp". Fix docstring.
14108 (thumbs-thumbsdir): New function to return the thumbnails
14109 directory, creating it if needed.
14110 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14111 (thumbs-temp-file): Delete variable and make it into a function.
14112 (thumbs-resize-image, thumbs-modify-image): Use it.
14113 (thumbs-kill-buffer): Simplify.
14114 (thumbs-gensym): Defalias or duplicate CL `gensym'.
14115 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
14116 docstrings.
14117
14118 2005-06-09 Kim F. Storm <storm@cua.dk>
14119
14120 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
14121 set-match-data to free markers in match-data.
14122
14123 * replace.el (replace-match-data): Pass RESEAT arg `t' to
14124 match-data to unchain markers in match-data.
14125
14126 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
14127
14128 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
14129 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
14130 unnecessary now.
14131
14132 2005-06-08 Richard M. Stallman <rms@gnu.org>
14133
14134 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
14135 give the variable a doc string that doesn't say don't set it directly.
14136
14137 * textmodes/ispell.el (ispell-check-version):
14138 Use match-string-no-properties.
14139 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
14140 (ispell-buffer-local-words): Likewise.
14141
14142 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
14143 except on terminals with enough colors to really display it.
14144 (makefile-dependency-regex): Delete spurious `bb'.
14145
14146 * faces.el (escape-glyph): Use blue once again in last case.
14147 (no-break-space): Redefine so that it isn't invisible on a tty.
14148
14149 2005-06-08 Kim F. Storm <storm@cua.dk>
14150
14151 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
14152 also when reading directory name.
14153
14154 2005-06-08 Lute Kamstra <lute@gnu.org>
14155
14156 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
14157 (flyspell-mode-line-string): Remove autoload cookie.
14158 (flyspell-mode): Remove defvar.
14159
14160 2005-06-07 Lute Kamstra <lute@gnu.org>
14161
14162 * textmodes/org.el (org-run-mode-hooks): New function.
14163 (org-agenda-mode): Use it.
14164
14165 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
14166
14167 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
14168
14169 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14170
14171 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
14172
14173 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
14174
14175 * font-lock.el (font-lock-add-keywords): Doc fix.
14176
14177 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14178
14179 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
14180 (tex-compile-default): In the absence of any history, use the order in
14181 tex-compile-alist to choose the preferred command.
14182 (tex-compile-commands): Reorder a bit.
14183
14184 * textmodes/flyspell.el (flyspell-auto-correct-binding)
14185 (flyspell-incorrect-face, flyspell-duplicate-face):
14186 Use (X)Emacs-agnostic code.
14187 (flyspell-mode-map): Don't overwrite at each load. Remove code
14188 redundant with the subsequent add-minor-mode. Merge Emacs and
14189 XEmacs code.
14190 (flyspell-word): Minor simplification.
14191 (flyspell-math-tex-command-p): Quieten the byte-compiler.
14192 (flyspell-external-point-words): Remove unused vars `size' and `start'.
14193 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
14194 Merge the corresponding Emacs code.
14195 (flyspell-correct-word, flyspell-xemacs-popup):
14196 Use flyspell-do-correct.
14197
14198 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
14199 a dedicated window.
14200
14201 * international/latexenc.el (latexenc-find-file-coding-system):
14202 Undo part of last patch, to turn off a compiler warning.
14203
14204 2005-06-06 Juri Linkov <juri@jurta.org>
14205
14206 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
14207 Rename `tmm-inactive-face' to `tmm-inactive'.
14208
14209 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
14210
14211 * iswitchb.el: Rename faces.
14212
14213 2005-06-06 Kim F. Storm <storm@cua.dk>
14214
14215 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
14216 (cua-global-mark): Remove -face suffix from face names.
14217
14218 * emulation/cua-gmrk.el (cua--init-global-mark):
14219 Remove cua-global-mark face setup.
14220
14221 2005-06-06 Richard M. Stallman <rms@gnu.org>
14222
14223 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
14224 just like other allowed characters.
14225 (makefile-match-dependency): Exclude leading and training whitespace
14226 from the range of regexp subexp 1.
14227 (makefile-macroassign-regex): Don't try to match the body,
14228 just the name of the macro being defined.
14229
14230 * info.el (Info-read-node-name-2): New function.
14231 (Info-read-node-name-1): Use that.
14232 Add a completion-base-size-function property.
14233
14234 * simple.el (completion-setup-function): Look for
14235 completion-base-size-function property of minibuffer-completion-table.
14236
14237 * files.el (locate-file-completion): Doc fix.
14238
14239 * printing.el: Don't call pr-update-menus; user must do that.
14240
14241 * emacs-lisp/debug.el (debugger-window): New variable.
14242 (debug): Use debugger-window if it is set and still alive.
14243 Record debugger-window for next entry.
14244
14245 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
14246
14247 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
14248
14249 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
14250 (hack-one-local-variable, hack-local-variables)
14251 (hack-local-variables-prop-line): Pass that arg.
14252
14253 2005-06-06 Kim F. Storm <storm@cua.dk>
14254
14255 * ido.el (ido-first-match, ido-only-match, ido-subdir)
14256 (ido-indicator): Remove -face suffix from face names.
14257
14258 2005-06-06 Juri Linkov <juri@jurta.org>
14259
14260 * font-lock.el (font-lock-regexp-backslash)
14261 (font-lock-regexp-backslash-construct): New faces.
14262 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
14263 after `('. Add `while-no-input' to control structures.
14264
14265 * faces.el (no-break-space, shadow): New faces.
14266 (escape-glyph): Use less loud colors pink2 and red4.
14267
14268 * diff-mode.el (diff-context-face)
14269 * dired.el (dired-ignored)
14270 * rfn-eshadow.el (file-name-shadow)
14271 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
14272
14273 * info.el (Info-title-1-face): Use green instead of yellow because
14274 bold yellow is not readable on light backgrounds.
14275
14276 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
14277 before selecting the desired mode to not spend time fontifying
14278 old contents.
14279
14280 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
14281
14282 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
14283 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
14284
14285 * ps-print.el (ps-default-fg, ps-default-bg):
14286 Fix typos in docstrings.
14287
14288 * isearchb.el (isearchb): Don't pass a spurious second argument to
14289 `iswitchb-completions'.
14290
14291 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
14292
14293 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
14294 to preserve point.
14295 (gdb-find-file-hook): Add doc string.
14296
14297 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
14298 C dereferenced pointer expression.
14299 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
14300
14301 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
14302
14303 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
14304 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
14305 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
14306 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
14307 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
14308 Make background transparent.
14309
14310 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
14311
14312 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
14313 (font-lock-remove-keywords): Doc fix.
14314 (font-lock-mode-major-mode): Compiler defvar.
14315 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
14316
14317 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
14318 (font-lock-mode): Update `font-lock-mode-major-mode'.
14319 (font-lock-set-defaults): Compiler defvar.
14320 (font-lock-default-function): Take `font-lock-mode-major-mode'
14321 into account.
14322
14323 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
14324 keep track of which major mode it enabled the minor mode for.
14325 Use find-file-hook again. Update docstring.
14326
14327 * simple.el (eval-expression-print-level)
14328 (eval-expression-print-length, eval-expression-debug-on-error):
14329 Doc fixes.
14330
14331 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
14332
14333 * iswitchb.el (iswitchb-single-match-face)
14334 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
14335 (iswitchb-invalid-regexp-face): New faces.
14336 (iswitchb-completions): Use them.
14337 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
14338 now marked as an obsolete alias.
14339 (iswitchb-read-buffer): Remove check for bound font variables.
14340 (iswitchb-invalid-regexp): New free variable.
14341 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
14342 set iswitchb-invalid-regexp.
14343 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
14344 invalid regexps.
14345 (iswitchb-completions): Add check for complete match when entering
14346 a regexp.
14347 (iswitchb-completions): Remove require-match argument.
14348 (iswitchb-exhibit): Fix caller.
14349 (iswitchb-common-match-inserted): New variable.
14350 (iswitchb-complete, iswitchb-completion-help): Use it.
14351
14352 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
14353
14354 * url-http.el (url-http-chunked-encoding-after-change-function):
14355 Use `url-http-debug' instead of `message'.
14356
14357 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
14358
14359 * url-http.el (url-http-parse-headers): Pass redirected URL as a
14360 callback argument.
14361
14362 2005-06-04 Kim F. Storm <storm@cua.dk>
14363
14364 * simple.el (line-move): Only call sit-for when moving backwards.
14365
14366 * ido.el (ido-make-merged-file-list-1): New defun split from
14367 ido-make-merged-file-list.
14368 (ido-make-merged-file-list): Bind throw-on-input around call to
14369 ido-make-merged-file-list-1. Return input-pending-p if
14370 interrupted by more input available.
14371 (ido-read-internal): Handle input-pending-p return value from
14372 ido-make-merged-file-list.
14373
14374 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14375
14376 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
14377 compatibility code.
14378
14379 * international/latexenc.el (latexenc-find-file-coding-system):
14380 Don't inherit the EOL part of the coding-system from the
14381 tex-main buffer. Fit within 80 columns.
14382
14383 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
14384
14385 * tmm.el (tmm-inactive-face): New face.
14386 (tmm-remove-inactive-mouse-face): New function.
14387 (tmm-prompt, tmm-add-one-shortcut)
14388 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
14389 but not selectable.
14390
14391 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
14392
14393 * faces.el (face-equal): Improve argument/docstring consistency.
14394
14395 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
14396
14397 * progmodes/make-mode.el (makefile-targets-face)
14398 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
14399 (makefile-bsdmake-dependency-regex)
14400 (makefile-makepp-rule-action-regex)
14401 (makefile-bsdmake-rule-action-regex): New constants.
14402 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
14403
14404 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14405 Allow (...) within `...' for makepp messages.
14406
14407 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
14408
14409 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
14410
14411 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
14412 "." files are deleted from all file lists before comparison.
14413
14414 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14415 (viper-ESC-key): Made them customizable.
14416
14417 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
14418
14419 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
14420
14421 * autorevert.el (auto-revert-buffers): Use save-match-data.
14422
14423 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14424
14425 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
14426 menu items with a nil command binding.
14427
14428 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
14429
14430 * emacs-lisp/cl-macs.el (defsetf):
14431 Improve argument/docstring consistency.
14432
14433 * faces.el (list-faces-display): Improve the formatting by
14434 computing the maximum length required for any face-name (reworked
14435 patch of 1999-01-11, accidentally deleted on 1999-07-21).
14436 (internal-find-face): Remove redundant info in docstring.
14437
14438 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
14439
14440 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
14441 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
14442 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
14443 (gdb-assembler-custom): Improve regexps.
14444 (def-gdb-auto-update-handler): Use window point to preserve point.
14445
14446 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14447
14448 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
14449
14450 2005-05-31 Jay Belanger <belanger@truman.edu>
14451
14452 * calc/calc-embed.el (calc-embedded-word): Change argument passed
14453 to calc-embedded.
14454 (calc-embedded-make-info): Have plain prefix argument select
14455 entire line.
14456
14457 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
14458
14459 * faces.el (list-faces-display): Signal error if passed a regexp
14460 that matches no face name.
14461
14462 * simple.el (filter-buffer-substring): Fix typo in docstring.
14463
14464 2005-05-31 Richard M. Stallman <rms@gnu.org>
14465
14466 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
14467 (vhdl-emacs-21): Doc fix.
14468 (vhdl-mode): Unconditionally set comment-padding.
14469 (vhdl-fixup-whitespace-region): Insert spaces only where
14470 there are none.
14471 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
14472
14473 2005-05-30 John Wiegley <johnw@newartisans.com>
14474
14475 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
14476 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
14477 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
14478 `directory-sep-char' to ?/, and all uses of `string-to-int' to
14479 `string-to-number'.
14480
14481 2005-05-30 Jay Belanger <belanger@truman.edu>
14482
14483 * calc/calc.el (calc-bug-address): Fix docstring.
14484 (calc-window-hook, calc-trail-window-hook): New variables.
14485 (calc-trail-display): Restore use of calc-trail-window-hook.
14486 (calc): Restore use of calc-window-hook.
14487
14488 2005-05-31 Masatake YAMATO <jet@gyve.org>
14489
14490 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
14491
14492 * help-fns.el (help-C-file-name): Add autoload mark for
14493 `find-function-noselect'.
14494
14495 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14496
14497 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
14498 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
14499
14500 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14501
14502 * calendar/diary-lib.el (mark-included-diary-files): Only kill
14503 included diary buffer if it was not already being visited.
14504 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
14505
14506 * calendar/icalendar.el (top-level): Do not require appt.
14507
14508 * mail/supercite.el (sc-select-attribution): Only use a list
14509 element from sc-attrib-selection-list if it returns a string.
14510 Reported by Davide G. M. Salvetti <salve@debian.org>.
14511
14512 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
14513
14514 * thumbs.el (thumbs-thumbname): The resulting thumbname now
14515 includes a hash value to improve its uniqueness, and has a ".jpg"
14516 extension. Also, it is now a valid filename on all systems.
14517 (thumbs-make-thumb): Use `let', not `let*'.
14518 (thumbs-show-thumbs-list): Check for JPEG availability.
14519
14520 2005-05-30 Richard M. Stallman <rms@gnu.org>
14521
14522 * filesets.el (filesets-menu-ensure-use-cached):
14523 Prevent warning when emacs-version>= is undefined.
14524
14525 * printing.el (pr-interactive-n-up): Use string-to-number.
14526
14527 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
14528
14529 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14530 Warn only when name to be defined is quoted.
14531
14532 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
14533
14534 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
14535 Make regexp more robust.
14536 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
14537 Force regeneration of disassembly.
14538
14539 2005-05-29 Jay Belanger <belanger@truman.edu>
14540
14541 * calc/calc.el (calc-user-invocation): Check if
14542 calc-invocation-macro is non-nil.
14543
14544 2005-05-29 Juri Linkov <juri@jurta.org>
14545
14546 * add-log.el (change-log-font-lock-keywords):
14547 Add `+' to e-mail regexp to accept mail address with keywords.
14548
14549 * man.el (Man-name-regexp): Add `:' to accept qualified names.
14550
14551 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
14552
14553 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
14554
14555 * ielm.el (inferior-emacs-lisp-mode): Ditto.
14556
14557 2005-05-29 Richard M. Stallman <rms@gnu.org>
14558
14559 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
14560 Undo the change that moves to end of the current word.
14561
14562 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
14563
14564 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
14565 Throw error when count <= 0 to ensure input is a number.
14566 (gdb-read-memory-custom): Pick up address from buffer.
14567 (gdb-memory-mode): Allow user to increment and decrement
14568 memory address from header line.
14569
14570 2005-05-29 Richard M. Stallman <rms@gnu.org>
14571
14572 * flyspell.el (flyspell-version): Function deleted.
14573 (flyspell-auto-correct-previous-hook): Doc fix.
14574
14575 * jit-lock.el (jit-lock-function, jit-lock-after-change):
14576 Do nothing if memory is full.
14577
14578 * font-lock.el (font-lock-fontify-syntactically-region):
14579 Pass t for GREEDY to looking-back.
14580
14581 * saveplace.el (save-place-alist-to-file): Write the file
14582 using write-region.
14583
14584 * subr.el (looking-back): New argument GREEDY.
14585
14586 * progmodes/compile.el (compilation-start): Set the mode
14587 before inserting the initial text.
14588
14589 * progmodes/which-func.el (which-func-update-1): Turn the mode
14590 off in case of error by setting which-func-mode.
14591
14592 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
14593
14594 * flyspell.el (flyspell-auto-correct-previous-word):
14595 Narrow down to what's on the screen, and recenter overlays
14596 at the end of the next word.
14597
14598 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
14599
14600 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
14601 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
14602 (flyspell-abbrev-p): Default to nil.
14603 (flyspell-use-global-abbrev-table-p): Doc fix.
14604 (flyspell-large-region): Allow nil as value.
14605 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
14606
14607 (mail-mode-flyspell-verify): More robust handling
14608 of `mail-header-separator'. More efficient signature detection.
14609 Allow for regexp metacharacters in message-header-separator.
14610 Adding `To' not to be checked in mail-mode-flyspell-verify.
14611
14612 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
14613 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
14614 Bind flyspell-auto-correct-binding.
14615 Bind C-. and C-, .
14616 (flyspell-mode-map): Likewise.
14617 (flyspell-mode): Doc fix.
14618 (flyspell-accept-buffer-local-defs): Preserve current buffer.
14619 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
14620 (flyspell-word-cache-result): New var, always local.
14621 (flyspell-check-pre-word-p): Doc fix.
14622 (flyspell-check-changed-word-p): Handle spc like newline.
14623 (flyspell-post-command-hook): Set flyspell-word-cache-result.
14624 (flyspell-word-search-backward, flyspell-word-search-forward):
14625 New functions.
14626 (flyspell-word): Return t if nothing to check.
14627 When parsing TeX code, check for after } or \.
14628 Use flyspell-word-search-backward to find previous word.
14629 Return nil if duplicated word.
14630 For word already checked, return same value as last time.
14631 Set flyspell-word-cache-result after checking.
14632 Don't clobber the return value.
14633 (flyspell-get-word): Major rewrite.
14634 (flyspell-external-point-words): New locals pword, pcount.
14635 Fix size used in progress message.
14636 Find the proper corresponding word in flyspell-large-region-buffer.
14637 (flyspell-region): Check for flyspell-large-region = nil.
14638 (flyspell-highlight-incorrect-region): Clean up overlays in region.
14639 (flyspell-auto-correct-word): Check that WORD is a cons.
14640 (flyspell-correct-word): Likewise.
14641
14642 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
14643
14644 * progmodes/make-mode.el (makefile-rule-action-regex)
14645 (makefile-macroassign-regex, makefile-makepp-mode)
14646 (makefile-bsdmake-mode): Continuation lines may be empty.
14647 Reported by Joshua Varner.
14648 (makefile-makepp-font-lock-keywords): Add $(stem).
14649
14650 2005-05-28 Karl Berry <karl@gnu.org>
14651
14652 * textmodes/tex-mode.el: Now that tex-send-command calls
14653 shell-quote-argument (2005-03-31 change), remove all calls to
14654 shell-quote-argument; they all end up invoking tex-send-command.
14655 The double quoting loses on filenames with non-safe characters,
14656 such as "@". Reported by Frederik Fouvry.
14657
14658 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
14659
14660 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
14661 about preserving point.
14662
14663 2005-05-27 Jay Belanger <belanger@truman.edu>
14664
14665 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
14666 Info-goto-node.
14667
14668 * calc/calc-embed.el (calc-embed-arg): New variable.
14669 (calc-do-embedded-activate, calc-embedded-activate-formula)
14670 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
14671 variable by new variable.
14672 (calc-embedded-make-info): Replace undeclared variable by new
14673 variable. When selecting region with positive prefix
14674 argument, use end of previous line instead of beginning of line.
14675
14676 * calc/calc-aent.el (calc-arg-values): Declare it.
14677
14678 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
14679 Declare them.
14680
14681 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
14682
14683 * calc/calc.el (calc-alg-map): Declare it.
14684
14685 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
14686
14687 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
14688
14689 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
14690 (gdb-registers-buffer, toggle-gdb-all-registers):
14691 Toggle display of floating point registers.
14692 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
14693
14694 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
14695 (toggle-gud-tooltip-dereference):
14696 Rename from gud-toggle-tooltip-dereference.
14697
14698 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14699
14700 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
14701
14702 2005-05-27 Jay Belanger <belanger@truman.edu>
14703
14704 * calc/calc-prog.el (calc-kbd-report): Remove.
14705 (calc-kbd-query): Rewrite.
14706
14707 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
14708
14709 * image.el (image-library-alist): Move to image.c.
14710 (image-type-available-p): Doc fix.
14711
14712 2005-05-27 Lute Kamstra <lute@gnu.org>
14713
14714 * calc/calc.el (calc):
14715 * outline.el (outline-1, outline-2, outline-3, outline-4)
14716 (outline-5, outline-6, outline-7, outline-8):
14717 * textmodes/dns-mode.el (dns-mode):
14718 * textmodes/sgml-mode.el (sgml-namespace-face):
14719 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
14720 (tex-verbatim-face, tex-use-reftex):
14721 * textmodes/texinfo.el (texinfo-heading-face):
14722 Specify customization group.
14723
14724 * longlines.el: Don't require easy-mmode.
14725 (longlines-visible-face): Specify customization group.
14726
14727 2005-05-27 Kenichi Handa <handa@m17n.org>
14728
14729 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
14730 encoding table of windows-1251.
14731
14732 * international/ucs-tables.el (ucs-set-table-for-input):
14733 If translation-table-for-input of a coding system is a symbol, get
14734 its translation-table property.
14735
14736 * international/code-pages.el: Don't register a coding system into
14737 non-iso-charset-alist more than once.
14738 (cp-make-coding-system): Likewise.
14739
14740 2005-05-26 John Wiegley <johnw@newartisans.com>
14741
14742 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
14743 `eshell-resume-eval' is wrapped in a list, it indicates that the
14744 command was run asynchronously. In that case, unwrap the value
14745 before checking the delimiter value.
14746
14747 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
14748 character before a space at the end of a line is \, assume the space
14749 is part of the last argument rather than a final argument separator.
14750
14751 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
14752 is in use, and the target is `t' or `nil' (which are the most common
14753 values), don't assume that the symbol target is a buffer.
14754
14755 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
14756
14757 * calendar/calendar.el (calendar-mode-line-format):
14758 Use mode-line-highlight as mouse-face.
14759
14760 * time.el (display-time-string-forms, display-time-update):
14761 Use mode-line-highlight as mouse-face.
14762
14763 2005-05-26 Jay Belanger <belanger@truman.edu>
14764
14765 * calc/calc.el (calc-language-alist): Remove extra defvar.
14766
14767 2005-05-26 Lute Kamstra <lute@gnu.org>
14768
14769 * arc-mode.el (archive-mode):
14770 * bookmark.el (bookmark-read-annotation-mode)
14771 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
14772 * bs.el (bs-mode):
14773 * calc/calc-yank.el (calc-edit-mode):
14774 * calc/calc.el (calc-mode, calc-trail-mode):
14775 * calculator.el (calculator-mode):
14776 * chistory.el (command-history-mode):
14777 * comint.el:
14778 * cus-edit.el (custom-mode):
14779 * descr-text.el (describe-text-mode):
14780 * ebuff-menu.el (Electric-buffer-menu-mode):
14781 * ediff-util.el (ediff-mode):
14782 * emacs-lisp/re-builder.el (reb-mode):
14783 * emulation/vi.el (vi-mode-setup):
14784 * emulation/ws-mode.el (wordstar-mode):
14785 * eshell/esh-mode.el (eshell-mode):
14786 * forms.el (forms-mode):
14787 * help-mode.el (help-mode):
14788 * hexl.el (hexl-mode):
14789 * ibuffer.el (ibuffer-mode):
14790 * ielm.el (inferior-emacs-lisp-mode):
14791 * info.el (Info-mode, Info-edit-mode):
14792 * international/swedish.el:
14793 * ledit.el (ledit-from-lisp-mode):
14794 * locate.el (locate-mode):
14795 * mail/rmail.el (rmail-mode):
14796 * mail/rmailedit.el (rmail-edit-mode):
14797 * mail/rmailsum.el (rmail-summary-mode):
14798 * mail/supercite.el (sc-electric-mode):
14799 * net/eudc.el (eudc-mode):
14800 * net/quickurl.el (quickurl-list-mode):
14801 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
14802 * obsolete/ooutline.el (outline-mode):
14803 * obsolete/options.el (Edit-options-mode):
14804 * obsolete/rnews.el (news-mode):
14805 * obsolete/rnewspost.el (news-reply-mode):
14806 * play/5x5.el (5x5-mode):
14807 * play/decipher.el (decipher-mode, decipher-stats-mode):
14808 * play/gomoku.el (gomoku-mode):
14809 * play/snake.el (snake-mode):
14810 * play/solitaire.el (solitaire-mode):
14811 * play/tetris.el (tetris-mode):
14812 * progmodes/ada-mode.el (ada-mode):
14813 * progmodes/antlr-mode.el (antlr-mode):
14814 * progmodes/autoconf.el (autoconf-mode):
14815 * progmodes/dcl-mode.el (dcl-mode):
14816 * progmodes/delphi.el (delphi-mode):
14817 * progmodes/ebrowse.el (ebrowse-tree-mode)
14818 (ebrowse-electric-list-mode, ebrowse-member-mode)
14819 (ebrowse-electric-position-mode):
14820 * progmodes/f90.el (f90-mode):
14821 * progmodes/fortran.el (fortran-mode):
14822 * progmodes/icon.el (icon-mode):
14823 * progmodes/idlw-help.el (idlwave-help-mode):
14824 * progmodes/idlw-shell.el (idlwave-shell-mode):
14825 * progmodes/idlwave.el (idlwave-mode):
14826 * progmodes/inf-lisp.el (inferior-lisp-mode):
14827 * progmodes/m4-mode.el (m4-mode):
14828 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
14829 * progmodes/modula2.el (modula-2-mode):
14830 * progmodes/octave-inf.el (inferior-octave-mode):
14831 * progmodes/octave-mod.el (octave-mode):
14832 * progmodes/pascal.el (pascal-mode):
14833 * progmodes/sh-script.el (sh-mode):
14834 * progmodes/sql.el (sql-mode, sql-interactive-mode):
14835 * progmodes/vhdl-mode.el (vhdl-mode):
14836 * progmodes/xscheme.el (scheme-interaction-mode):
14837 * replace.el (occur-mode):
14838 * ses.el (ses-mode):
14839 * simple.el (completion-list-mode):
14840 * skeleton.el:
14841 * speedbar.el (speedbar-mode):
14842 * term.el (term-mode):
14843 * terminal.el (terminal-edit-mode):
14844 * textmodes/reftex-index.el (reftex-index-mode)
14845 (reftex-index-phrases-mode):
14846 * textmodes/reftex-sel.el (reftex-select-label-mode)
14847 (reftex-select-bib-mode):
14848 * textmodes/reftex-toc.el (reftex-toc-mode):
14849 * wdired.el (wdired-change-to-wdired-mode):
14850 * wid-browse.el (widget-browse-mode):
14851 Use run-mode-hooks.
14852
14853 * array.el (array-mode):
14854 * calendar/todo-mode.el (todo-mode):
14855 * man.el (Man-mode):
14856 * play/landmark.el (lm-mode):
14857 * play/mpuz.el (mpuz-mode):
14858 Use kill-all-local-variables and run-mode-hooks.
14859
14860 * subr.el (delay-mode-hooks): Specify indentation.
14861
14862 2005-05-26 Mark A. Hershberger <mah@everybody.org>
14863
14864 * xml.el (xml-substitute-special): Don't die for undefined xml
14865 entities.
14866
14867 2005-05-26 Jay Belanger <belanger@truman.edu>
14868
14869 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
14870 of nil.
14871
14872 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
14873
14874 * progmodes/gdb-ui.el (gdb-frame-address):
14875 Rename from gdb-current-address.
14876 (gdb-previous-frame-address): Rename from gdb-previous-address.
14877 (gdb-selected-frame): Rename from gdb-current-frame.
14878 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
14879 (gdb-frame-number): Rename from gdb-current-stack-level.
14880 (gdb-ann3): Match new mode-name for disassembly buffer.
14881 Extend initialization of variables.
14882 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
14883 (gdb-memory-mode): Use mouse-face in header line.
14884 (gdb-assembler-buffer-name): Call it disassembly and give frame
14885 in mode line.
14886 (gdb-source-spec-regexp, gdb-assembler-custom)
14887 (gdb-invalidate-assembler, gdb-frame-handler):
14888 Make robust to leading zeroes in address format.
14889
14890 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
14891
14892 * textmodes/org.el (org-mode): Use `define-derived-mode' to
14893 define `org-mode'.
14894 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
14895
14896 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
14897
14898 * log-edit.el (log-edit-changelog-entries): Distinguish between
14899 filenames like xfns.c and fns.c.
14900
14901 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
14902
14903 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
14904 point after reverting.
14905 (Buffer-menu-make-sort-button): Handle the case where
14906 `Buffer-menu-use-header-line' is nil.
14907
14908 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
14909
14910 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
14911 New funcs. In minibuffer-local-completion-map bind `]', `/'
14912 and `:' to them.
14913
14914 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14915
14916 * startup.el (normal-top-level): Allow modification of load-path while
14917 we're iterating over it.
14918
14919 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
14920
14921 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
14922 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
14923 (thumbs-resize-interactive, thumbs-insert-image)
14924 (thumbs-insert-thumb, thumbs-dired-show-marked)
14925 (thumbs-find-image-at-point, thumbs-delete-images)
14926 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
14927 (thumbs-increment-image-size, thumbs-decrement-image-size):
14928 Fix typos in docstrings.
14929
14930 2005-05-24 Andre Spiegel <spiegel@gnu.org>
14931
14932 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
14933 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
14934 (cperl-mode): Use them.
14935
14936 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
14937
14938 * window.el (quit-window, shrink-window-if-larger-than-buffer):
14939 Doc fixes.
14940
14941 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
14942
14943 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
14944 Bind C-d to gdb-inferior-io-eof.
14945
14946 * dired.el (dired-dnd-popup-notice): Use message-box.
14947
14948 2005-05-23 Masatake YAMATO <jet@gyve.org>
14949
14950 * bindings.el (mode-line-major-mode-keymap):
14951 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
14952
14953 * faces.el (mode-line-highlight): New face.
14954
14955 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
14956 as mouse-face.
14957
14958 * bindings.el (top-level, help-echo, mode-line-modified)
14959 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
14960 as mouse-face.
14961
14962 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
14963
14964 * progmodes/cc-engine.el (c-guess-basic-syntax):
14965 Remove spurious call to `zerop'.
14966
14967 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
14968
14969 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
14970
14971 CC Mode update to 5.30.10:
14972
14973 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
14974 could go past the limit in decoration level 2, thereby causing
14975 errors during interactive fontification.
14976
14977 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
14978 the file is evaluated interactively.
14979
14980 * cc-engine.el (c-guess-basic-syntax): Handle operator
14981 declarations somewhat better in C++.
14982
14983 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
14984 make use of `run-mode-hooks' which has been added in Emacs 21.1.
14985 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
14986 (awk-mode): Use it.
14987 (make-local-hook): Suppress warning about obsoleteness.
14988
14989 * cc-engine.el, cc-align.el, cc-cmds.el
14990 (c-append-backslashes-forward, c-delete-backslashes-forward)
14991 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
14992 Compensate for return value from `forward-line' when it has moved
14993 but not to a different line due to eob.
14994
14995 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
14996 `objc-method-intro' and `objc-method-args-cont'.
14997
14998 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
14999
15000 CC Mode update to 5.30.10:
15001
15002 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
15003 in the copyright statement. Incidentally, change "along with GNU
15004 Emacs" to "along with this program" where it occurs.
15005
15006 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
15007 so that it is interactive, hence can be found by M-x awk-mode
15008 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
15009 <gmorris+emacs@ast.cam.ac.uk>.
15010
15011 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
15012 Mode's regexps.
15013
15014 2005-05-23 Kevin Ryde <user42@zip.com.au>
15015
15016 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
15017 c-parse-state, to avoid a lisp error (on bad code).
15018
15019 2005-05-23 Lute Kamstra <lute@gnu.org>
15020
15021 * subr.el (font-lock-defaults): Remove defvar as it's already
15022 defined in font-core.el.
15023
15024 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
15025
15026 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
15027
15028 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
15029 more general and work when GDB variable "print pretty" is on,
15030 as with Emacs, for example.
15031
15032 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
15033
15034 * font-core.el: Update comment.
15035
15036 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15037 Use `after-change-major-mode-hook' instead of `find-file-hook'.
15038
15039 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15040
15041 2005-05-22 Eli Zaretskii <eliz@gnu.org>
15042
15043 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15044 and `yank-handler' in the doc strings.
15045
15046 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15047
15048 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
15049
15050 2005-05-22 Richard M. Stallman <rms@gnu.org>
15051
15052 * help.el (describe-key): Move print-help-return-message call
15053 out of conditional.
15054
15055 * progmodes/etags.el (list-tags): Use with-no-warnings.
15056
15057 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15058 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15059 (starttls-extra-args, starttls-extra-arguments): Add defvars.
15060
15061 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15062
15063 * language/viet-util.el (viet-viscii-nonascii-translation-table):
15064 Add defvar.
15065
15066 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15067 Use defvar, not defconst.
15068
15069 * hexl.el (hexl-follow-line): Use with-no-warnings.
15070
15071 * emulation/tpu-extras.el: Use write-file-functions instead of
15072 write-file-hooks.
15073
15074 * dired.el (dired-font-lock-keywords): Fontify files with junk
15075 extensions even if marked by -F.
15076
15077 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
15078
15079 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15080 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15081 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15082 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15083 (concatenate, list-length, get*, getf, cl-remprop):
15084 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15085 (etypecase, progv, lexical-let, lexical-let*)
15086 (multiple-value-bind, multiple-value-setq, shiftf):
15087 Improve argument/docstring consistency.
15088
15089 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
15090
15091 2005-05-22 Andre Spiegel <spiegel@gnu.org>
15092
15093 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15094 doesn't exist.
15095
15096 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
15097 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
15098
15099 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
15100
15101 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15102 already deleted variables: auto-fill-hook, blink-paren-hook,
15103 lisp-indent-hook, inhibit-local-variables, unread-command-event,
15104 suspend-hooks, comment-indent-hook, meta-flag,
15105 before-change-function, after-change-function,
15106 font-lock-doc-string-face.
15107
15108 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
15109
15110 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15111
15112 2005-05-21 Eli Zaretskii <eliz@gnu.org>
15113
15114 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
15115 rmail-dont-reply-to.
15116
15117 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15118
15119 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
15120 literal blank when splitting new-header-values.
15121
15122 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
15123
15124 * calendar/cal-menu.el (cal-menu-update): Add separator as a
15125 string so that tmm doesn't create a completion entry for it.
15126
15127 * textmodes/table.el (table-disable-menu): Ditto.
15128
15129 2005-05-21 Richard M. Stallman <rms@gnu.org>
15130
15131 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
15132
15133 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
15134
15135 * net/rcompile.el (remote-compile): Use compilation-start.
15136
15137 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
15138
15139 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
15140
15141 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
15142 Default to makefile-bsdmake-mode on BSD systems.
15143
15144 * imenu.el (imenu-generic-expression, imenu--generic-function'):
15145 REGEXP may also be a search function now. The part of doc-string
15146 for describing the structure was 95% identical to that of
15147 `imenu--generic-function'. Unify it there.
15148
15149 * progmodes/make-mode.el (makefile-imenu-generic-expression):
15150 Use function to find dependencies, because regexp alone is so complex,
15151 it easily goes into an endless loop.
15152 (makefile-makepp-mode): Also add submenu for Perl functions
15153 defined in the makefile.
15154 (makefile-bsdmake-mode): Special imenu-generic-expression no
15155 longer needed, due to function call.
15156 (makefile-match-dependency): Take BOUND into account when checking
15157 if we're through.
15158
15159 2005-05-20 Jay Belanger <belanger@truman.edu>
15160
15161 * calc/calc-units.el (calc-invalidate-units-table):
15162 Use inhibit-read-only.
15163 (math-build-units-table-buffer): Use view-mode.
15164
15165 2005-05-20 David Kastrup <dak@gnu.org>
15166
15167 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
15168 easy-menu-add is not a nop on Emacs; and clarify when to call it.
15169
15170 2005-05-20 Lute Kamstra <lute@gnu.org>
15171
15172 * diff-mode.el (diff-header-face, diff-file-header-face)
15173 (diff-index-face, diff-hunk-header-face, diff-removed-face)
15174 (diff-added-face, diff-changed-face, diff-function-face)
15175 (diff-context-face, diff-nonexistent-face): Put them in the
15176 diff-mode customization group.
15177
15178 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15179
15180 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
15181
15182 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
15183
15184 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
15185 Minor regexp-optimization.
15186
15187 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
15188
15189 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
15190 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
15191 (org-agenda-add-time-grid-maybe): New function.
15192 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
15193 (org-table-create): `dotimes' instead of `mapcar'.
15194 (org-xor): Simplify implementation.
15195 (org-agenda): `inhibit-redisplay' turned on.
15196 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
15197 a consistent line after a state change.
15198 (org-agenda-remove-times-when-in-prefix): New option.
15199 (org-prefix-has-time): New variable.
15200 (org-parse-time-string): Optional argument NODEFAULT.
15201 (org-format-agenda-item): Parse items for time-of-day
15202 specifications and move these into the prefix if possible.
15203 (org-agenda-priority): Get current heading, not previous heading
15204 during agenda remote editing.
15205
15206 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
15207
15208 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
15209 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
15210 (remove-duplicates, delete-duplicates, substitute)
15211 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
15212 (nsubstitute-if-not, find, find-if, find-if-not, position)
15213 (position-if, position-if-not, count, count-if, count-if-not)
15214 (mismatch, search, sort*, stable-sort, merge, member*)
15215 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
15216 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
15217 (intersection, nintersection, set-difference, nset-difference)
15218 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
15219 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
15220 (nsublis, tree-equal): Improve argument/docstring consistency.
15221
15222 * subr.el (send-string, send-region): Remove obsolescence declaration.
15223 (window-dot, set-window-dot, read-input, show-buffer)
15224 (eval-current-buffer, string-to-int):
15225 Add release number to obsolescence declarations.
15226
15227 2005-05-19 Kim F. Storm <storm@cua.dk>
15228
15229 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
15230 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
15231
15232 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
15233
15234 * faces.el (list-faces-display): Make back button respect optional
15235 regexp arg.
15236
15237 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
15238
15239 * calculator.el (calculator-radix-grouping-mode)
15240 (calculator-radix-grouping-digits, calculator-displayer)
15241 (calculator-radix-grouping-separator, calculator-copy-displayer):
15242 * dabbrev.el (dabbrev-search-these-buffers-only):
15243 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
15244 (diff-advance-after-apply-hunk, diff-mode-hook)
15245 (diff-minor-mode-prefix):
15246 * imenu.el (imenu-use-popup-menu):
15247 * jit-lock.el (jit-lock-context-time):
15248 * newcomment.el (comment-fill-column, comment-column)
15249 (comment-style, comment-padding, comment-multi-line)
15250 (comment-empty-lines, comment-auto-fill-only-comments):
15251 * reveal.el (reveal-around-mark):
15252 * uniquify.el (uniquify-buffer-name-style)
15253 (uniquify-after-kill-buffer-p)
15254 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
15255 (uniquify-min-dir-content, uniquify-separator)
15256 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
15257 * w32-vars.el (w32-fixed-font-alist):
15258 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
15259 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
15260 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
15261 * progmodes/perl-mode.el (perl-indent-level)
15262 (perl-continued-statement-offset, perl-continued-brace-offset)
15263 (perl-brace-offset, perl-brace-imaginary-offset)
15264 (perl-label-offset, perl-indent-continued-arguments)
15265 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
15266 * progmodes/tcl.el (tcl-indent-level)
15267 (tcl-continued-indent-level, tcl-auto-newline)
15268 (tcl-tab-always-indent, tcl-electric-hash-style)
15269 (tcl-help-directory-list, tcl-use-smart-word-finder)
15270 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
15271 (inferior-tcl-source-command):
15272 * textmodes/fill.el (enable-kinsoku):
15273 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
15274 * textmodes/table.el (table-yank-handler):
15275 Specify missing group (and type, if simple) in defcustom.
15276
15277 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
15278
15279 * progmodes/compile.el (compilation-finish-function): Fix defvar.
15280
15281 2005-05-19 Richard M. Stallman <rms@gnu.org>
15282
15283 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
15284
15285 * subr.el (event-basic-type): Don't get an error.
15286 (left-fringe-p): Function deleted.
15287
15288 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
15289 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
15290
15291 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
15292 in recursive copy.
15293
15294 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
15295
15296 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
15297
15298 * emacs-lisp/bytecomp.el
15299 (byte-compile-file-form-custom-declare-variable):
15300 Call byte-compile-nogroup-warn if appropriate.
15301
15302 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
15303 (compilation-set-window): Don't call left-fringe-p; do it directly.
15304
15305 2005-05-19 Jay Belanger <belanger@truman.edu>
15306
15307 * calc/calc-graph.el (calc-graph-format-data): Make sure
15308 var-PlotRejects is bound before trying to check its value.
15309
15310 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
15311
15312 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
15313 definition of this variable from reftex-global.el to reftex.el,
15314 because it is needed in the menu.
15315
15316 2005-05-19 Lute Kamstra <lute@gnu.org>
15317
15318 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
15319 years are fixed. Don't insert a space after a dash.
15320
15321 2005-05-19 Kim F. Storm <storm@cua.dk>
15322
15323 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
15324
15325 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
15326
15327 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
15328 strings, because (eq ... ?\\) is fairly frequent.
15329
15330 * progmodes/make-mode.el (makefile-add-this-line-targets):
15331 Simplify and integrate into `makefile-pickup-targets'.
15332 (makefile-add-this-line-macro): Simplify and integrate into
15333 `makefile-pickup-macros.
15334 (makefile-pickup-filenames-as-targets): Simplify.
15335 (makefile-previous-dependency, makefile-match-dependency):
15336 Don't stumble over `::'.
15337
15338 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
15339
15340 * subr.el (post-command-idle-hook, post-command-idle-delay):
15341 Remove obsoletion of post-command-idle-hook and
15342 post-command-idle-delay.
15343
15344 * faces.el (list-faces-display): Provide button when describe-face
15345 is called to take user back to the list of faces.
15346
15347 * help-fns.el (describe-variable): Remove hyperlinks in a
15348 variable's value as these are quite frequently inappropriate.
15349
15350 * follow.el (follow-submit-feedback, follow-mode):
15351 Remove references to post-command-idle-hook.
15352
15353 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
15354
15355 * progmodes/make-mode.el (makefile-previous-dependency)
15356 (makefile-match-dependency): Check for := (and in bsd mode also
15357 !=) to give a better result, even when font-lock is not on.
15358
15359 2005-05-18 Jay Belanger <belanger@truman.edu>
15360
15361 * calc/calc-help.el (calc-s-prefix-help):
15362 Add `calc-copy-special-constant' to help string.
15363
15364 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
15365
15366 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15367
15368 2005-05-18 Jay Belanger <belanger@truman.edu>
15369
15370 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
15371 in linear factors are in proper order.
15372
15373 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
15374
15375 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15376 Support for jurabib.
15377
15378 * textmodes/reftex.el (featurep): Define aliases for overlay
15379 commands, for XEmacs compatibility, and use these aliases in
15380 overlay initializations.
15381 (reftex-highlight): Use `reftex-move-overlay'.
15382 (reftex-unhighlight): Use `reftex-delete-overlay'.
15383 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
15384 (reftex-access-search-path): Use `reftex-uniquify' instead of
15385 `reftex-uniq'
15386
15387 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
15388 `before-string' property modification enables for Emacs as well.
15389 (reftex-select-item): Use `reftex-delete-overlay'.
15390 (reftex-select-mark): Use `reftex-make-overlay' and
15391 `reftex-overlay-put'.
15392 (reftex-select-unmark): Use `reftex-delete-overlay' and
15393 `reftex-overlay-put'.
15394
15395 2005-05-18 Lute Kamstra <lute@gnu.org>
15396
15397 * emacs-lisp/lisp.el (check-parens): Fix docstring.
15398
15399 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
15400
15401 * add-log.el (add-change-log-entry):
15402 * array.el (array-make-template, array-reconfigure-rows)
15403 (array-init-max-row, array-init-max-column)
15404 (array-init-columns-per-line, array-init-field-width):
15405 * replace.el (replace-match-maybe-edit, perform-replace):
15406 * textmodes/spell.el (spell-region):
15407 Replace `read-input' by `read-string'.
15408
15409 * forms.el (forms-mode):
15410 * finder.el (finder-compile-keywords):
15411 * shadowfile.el (shadow-read-files):
15412 Replace `eval-current-buffer' by `eval-buffer'.
15413
15414 * terminal.el (te-pass-through):
15415 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
15416 (ange-ftp-raw-send-cmd):
15417 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
15418 (send-process-next-char, telnet-initial-filter, telnet):
15419 Replace `send-string' by `process-send-string'.
15420
15421 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
15422 (prolog-consult-region): Replace `send-string' by
15423 `process-send-string'; replace `send-region' by `process-send-region'.
15424
15425 * progmodes/delphi.el (delphi-log-msg):
15426 Replace `set-window-dot' by `set-window-point'.
15427
15428 * subr.el (window-dot, set-window-dot, read-input, send-string)
15429 (send-region, show-buffer, eval-current-buffer):
15430 Make really obsolete, as the comment says.
15431
15432 2005-05-17 Kim F. Storm <storm@cua.dk>
15433
15434 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
15435 (cua--init-keymaps): Bind C-return instead of S-return to set
15436 rectangle mark.
15437
15438 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
15439 instead of S-return to toggle/clear rectangle mark.
15440
15441 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
15442
15443 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
15444 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
15445 Also fontify plain strings assigned to variables, mostly so that a
15446 colon has a face and is thus not taken as a dependency separator.
15447 (makefile-previous-dependency): Inline the new matcher, because it
15448 is too complex to work in both directions.
15449 (makefile-match-dependency): Eliminate `backward' arg (see above).
15450 Completely reimplemented so as to not sometimes go into an endless
15451 loop. It should also be more efficient, because first it only
15452 searches for `:', instead of applying the very complex regexp.
15453 (makefile-mode): Cancel `font-lock-support-mode', because blocks
15454 to be fontified in one piece can be too long for JIT.
15455 Makefiles are never *that* big.
15456
15457 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
15458
15459 * dired.el (dired-mode): Simplify.
15460
15461 2005-05-17 Lute Kamstra <lute@gnu.org>
15462
15463 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
15464 defcustom for the mode hook variable.
15465
15466 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
15467 Emacs Lisp Reference Manual.
15468
15469 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
15470
15471 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
15472 (evenp, list*):
15473 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
15474 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
15475
15476 * net/tramp-smb.el (tramp-smb-open-connection):
15477 Pass `tramp-chunksize' as fifth (required) argument.
15478
15479 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
15480
15481 * font-lock.el (lisp-font-lock-keywords-1):
15482 Set `font-lock-negation-char-face' for [^...] char group.
15483 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
15484
15485 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
15486 a var, and refine it to mask one more level of nested vars.
15487 (makefile-rule-action-regex): Turn it into a var, and refine it so
15488 it recognizes backslashed continuation lines as belonging to the
15489 same command.
15490 (makefile-macroassign-regex): Refine it so it recognizes
15491 backslashed continuation lines as belonging to the same command.
15492 (makefile-var-use-regex): Don't look at the next char, because it
15493 might be the same one to be skipped by the initial [^$], leading
15494 to an overlooked variable use.
15495 (makefile-make-font-lock-keywords): Remove two parameters, which
15496 are now variables that some of the modes set locally.
15497 Handle dependency and rule action matching through functions, because
15498 regexps alone match too often. Dependency matching now comes
15499 last, so it can check, whether a colon already matched something else.
15500 (makefile-mode): Inform that font-lock improves makefile parsing
15501 capabilities.
15502 (makefile-match-dependency, makefile-match-action): New functions.
15503
15504 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
15505
15506 * emacs-lisp/cl-extra.el (equalp): Doc fix.
15507
15508 * align.el (align-regexp):
15509 * ansi-color.el (ansi-color-get-face):
15510 * array.el (array-reconfigure-rows, array-init-max-row)
15511 (array-init-max-column, array-init-columns-per-line)
15512 (array-init-field-width):
15513 * dired-aux.el (dired-trample-file-versions):
15514 * dired-x.el (dired-mark-sexp):
15515 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
15516 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
15517 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
15518 * faces.el (face-read-integer):
15519 * files.el (backup-extract-version, insert-directory):
15520 * hexl.el (hexl-insert-decimal-char):
15521 * server.el (server-process-filter):
15522 * shell.el (shell-extract-num):
15523 * startup.el (command-line-1):
15524 * term.el (term-command-hook):
15525 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
15526 (time-stamp-do-number):
15527 * time.el (display-time-update):
15528 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
15529 (timezone-fix-time):
15530 * vms-patch.el (vms-suspend-resume-hook):
15531 * calendar/appt.el (appt-convert-time):
15532 * calendar/cal-bahai.el (mark-bahai-diary-entries):
15533 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15534 * calendar/cal-islam.el (mark-islamic-diary-entries):
15535 * calendar/calendar.el (calendar-cursor-to-date)
15536 (calendar-star-date):
15537 * calendar/diary-lib.el (diary-attrtype-convert)
15538 (mark-diary-entries, diary-entry-time):
15539 * calendar/solar.el (solar-get-number):
15540 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
15541 * emacs-lisp/re-builder.el (reb-display-subexp):
15542 * emulation/edt.el (edt-set-scroll-margins):
15543 * emulation/tpu-extras.el (tpu-set-scroll-margins):
15544 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
15545 (vip-get-ex-count):
15546 * emulation/viper-ex.el (viper-get-ex-token)
15547 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
15548 * international/fontset.el (fontset-plain-name):
15549 * mail/feedmail.el (feedmail-look-at-queue-directory):
15550 * mail/mailalias.el (mail-get-names):
15551 * mail/rmail.el (rmail-convert-to-babyl-format):
15552 * mail/rmailsum.el (rmail-make-basic-summary-line)
15553 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
15554 (rmail-summary-goto-msg):
15555 * mail/smtpmail.el (smtpmail-read-response):
15556 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
15557 (ange-ftp-vms-add-file-entry):
15558 * play/gametree.el (gametree-looking-at-ply)
15559 (gametree-current-branch-score):
15560 * progmodes/ada-xref.el (ada-prj-find-prj-file)
15561 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
15562 * progmodes/cperl-mode.el (condition-case):
15563 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
15564 (ebrowse-set-member-buffer-column-width)
15565 (ebrowse-select-1st-to-9nth):
15566 * progmodes/etags.el (etags-snarf-tag):
15567 * progmodes/flymake.el (flymake-parse-line):
15568 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
15569 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
15570 (idlwave-shell-menu-def):
15571 * progmodes/ps-mode.el (ps-run-goto-error):
15572 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
15573 (vhdl-speedbar-contract-level):
15574 * term/mac-win.el (x-handle-numeric-switch):
15575 * term/sun-mouse.el (sun-get-frame-data):
15576 * term/w32-win.el (x-handle-numeric-switch):
15577 * term/x-win.el (x-handle-numeric-switch):
15578 * textmodes/ispell.el (ispell-parse-output):
15579 * textmodes/nroff-mode.el (nroff-outline-level):
15580 * textmodes/reftex-cite.el (reftex-bib-sort-year)
15581 (reftex-bib-sort-year-reverse, reftex-format-citation):
15582 * textmodes/reftex-parse.el (reftex-init-section-numbers)
15583 (reftex-section-number):
15584 * textmodes/texinfmt.el (texinfo-paragraphindent):
15585 Replace `string-to-int' by `string-to-number'.
15586
15587 * international/latexenc.el: Add page marker to force the "Local
15588 Variables:" string out of the last page.
15589
15590 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
15591
15592 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
15593 tooltip-change-major-mode.
15594 (gud-tooltip-print-command): Remove case where gud-minor-mode
15595 is gdb ("--fullname").
15596 (gud-tooltip-tips): Turn GUD tooltips off for this case and
15597 explain to user.
15598
15599 2005-05-16 Jay Belanger <belanger@truman.edu>
15600
15601 * calc/calc-store.el (calc-copy-special-constant): New function.
15602
15603 * calc/calc-ext.el (calc-init-extensions): Add binding for
15604 `calc-copy-special-constant'.
15605
15606 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
15607 for the `calc-copy-special-constant' command.
15608
15609 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
15610
15611 * subr.el (left-fringe-p): New function.
15612
15613 * progmodes/compile.el (compilation-setup): Set local value of
15614 overlay-arrow-string to "" always.
15615 (compilation-set-window): Left fringe then don't scroll.
15616 No left fringe then no arrow and scroll message to top.
15617 (compilation-context-lines): Adjust doc string accordingly.
15618
15619 2005-05-16 Kim F. Storm <storm@cua.dk>
15620
15621 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
15622 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
15623 (ido-wide-find-dir-or-delete-dir): New command for M-d.
15624 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
15625 (ido-read-file-name): Handle commands with ido property value
15626 equal to find-file as reading a file name, to allow C-d to enter dired.
15627 (ibuffer-find-file): Add ido property with value find-file.
15628
15629 2005-05-15 Kim F. Storm <storm@cua.dk>
15630
15631 * subr.el (open-network-stream-nowait): Remove.
15632 (open-network-stream-server): Remove.
15633
15634 2005-05-15 Richard M. Stallman <rms@gnu.org>
15635
15636 * faces.el (describe-face): Output a definition link button.
15637
15638 * help-mode.el (help-face-def): New button type.
15639
15640 * emacs-lisp/copyright.el (copyright-fix-years):
15641 Match properly if the first year is 2-digit.
15642 Don't mess up the whitespace after the years by filling.
15643
15644 * dired-aux.el (dired-mark-confirm):
15645 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
15646
15647 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
15648 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
15649 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
15650
15651 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15652 Set font-lock-comment-start-skip.
15653
15654 * font-lock.el (font-lock-comment-start-skip): New variable.
15655 (font-lock-comment-end-skip): New variable.
15656 (font-lock-fontify-syntactically-region): Use them if non-nil.
15657
15658 2005-05-15 Jay Belanger <belanger@truman.edu>
15659
15660 * calc/calc-store.el (calc-store-value): Return a string rather
15661 than display it as a message.
15662 Use calc-var-name for variable name.
15663 (calc-store-into): Add the result of calc-store-value to message.
15664 (calc-copy-variable): Add a message.
15665 (calc-store-exchange): Improve error messages.
15666 (calc-store-binary, calc-store-map): Don't reset the values of
15667 special constants.
15668
15669 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
15670
15671 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
15672 manual to docstring.
15673
15674 * files.el (hack-local-variables-confirm): Add STRING argument.
15675 Make the function handle non file visiting buffers correctly.
15676 (hack-local-variables-prop-line, hack-local-variables)
15677 (hack-one-local-variable): Use STRING arg of
15678 `hack-local-variables-confirm'.
15679
15680 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
15681
15682 Sync with Tramp 2.0.49.
15683
15684 * net/tramp.el (tramp-handle-dired-call-process)
15685 (tramp-handle-insert-directory):`insert-buffer' cannot be used
15686 because the contents of the Tramp buffer is changed before
15687 insertion (`expand-file' and alike).
15688 (tramp-handle-insert-directory): If `localname' has an empty
15689 nondirectory name, it must not be quoted.
15690 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
15691 variable `tramp-chunksize'. Change callees.
15692 (tramp-open-connection-setup-interactive-shell): Check remote host
15693 for buggy `send-process-string' implementation.
15694 Set `tramp-chunksize' if found. Reported by Michael Kifer
15695 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
15696 (tramp-handle-shell-command): `insert-buffer' cannot be used
15697 because the contents of the Tramp buffer is changed before
15698 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
15699 <frederic.bothamy@free.fr>.
15700 (tramp-set-auto-save): Actions should be done for Tramp file name
15701 handler only. Ange-FTP has its own auto-save mechanism.
15702 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15703 (tramp-set-auto-save-file-modes): Set file modes of
15704 `buffer-auto-save-file-name' to ?\600 as fallback solution.
15705 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
15706 (tramp-bug): Remove obsolete variable.
15707 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
15708 for presence of `mml-mode'. Make it running for older Emacsen as well.
15709
15710 2005-05-14 John Paul Wallington <jpw@pobox.com>
15711
15712 * ibuf-ext.el (define-ibuffer-filter filename):
15713 If `dired-directory' is a list, use its car.
15714
15715 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
15716
15717 * ibuffer.el (define-ibuffer-column filename):
15718 If `dired-directory' is a list, use its car.
15719
15720 2005-05-14 Richard M. Stallman <rms@gnu.org>
15721
15722 * subr.el (symbol-file): Doc fix.
15723
15724 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
15725 (byte-compile-form): Call byte-compile-nogroup-warn.
15726 (byte-compile-warning-types): Doc fix.
15727
15728 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
15729
15730 * progmodes/cc-engine.el (c-literal-faces):
15731 Add font-lock-comment-delimiter-face.
15732
15733 * net/net-utils.el (dig): Use with-no-warnings.
15734
15735 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
15736 (sc-recite-frame-alist, sc-default-cite-frame)
15737 (sc-default-uncite-frame, sc-default-recite-frame)
15738 (sc-attrib-selection-list, sc-rewrite-header-list):
15739 Mark as risky-local-variable.
15740
15741 * international/ogonek.el (ogonek-jak, ogonek-how):
15742 Don't use beginning-of-buffer.
15743
15744 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
15745
15746 * calendar/solar.el (solar-data-list): Move definition up.
15747
15748 * dnd.el (dnd-protocol-alist): Add autoload.
15749
15750 * progmodes/sh-script.el: Many doc usage fixes.
15751 (sh-indent-after-do): Change default to match common styles.
15752
15753 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
15754
15755 * files.el (interpreter-mode-alist)
15756 (auto-mode-interpreter-regexp): Doc fixes.
15757
15758 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
15759
15760 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
15761
15762 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
15763
15764 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15765
15766 * dired.el (dired-mode): make-variable-buffer-local =>
15767 make-local-variable.
15768
15769 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15770
15771 * term/mac-win.el (mac-select-convert-to-string): Try coding
15772 systems in mac-script-code-coding-systems if specified one cannot
15773 encode string for `com.apple.traditional-mac-plain-text'.
15774
15775 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
15776
15777 * progmodes/make-mode.el (makefile-targets-face)
15778 (makefile-shell-face, makefile-makepp-perl-face): New faces.
15779 (makefile-dependency-regex): Fix it to not make the colon in
15780 $(var:a=b) special.
15781 (makefile-rule-action-regex): New regexp for highlighting embedded
15782 Shell strings.
15783 (makefile-macroassign-regex): Handle != for highlighting as
15784 embedded Shell strings.
15785 (makefile-var-use-regex): New const.
15786 (makefile-statements, makefile-automake-statements)
15787 (makefile-gmake-statements, makefile-makepp-statements)
15788 (makefile-bsdmake-statements): New consts.
15789 (makefile-make-font-lock-keywords): New function.
15790 (makefile-automake-font-lock-keywords)
15791 (makefile-gmake-font-lock-keywords)
15792 (makefile-makepp-font-lock-keywords)
15793 (makefile-bsdmake-font-lock-keywords): New consts.
15794 (makefile-mode-map): Add switchers between the various submodes.
15795 (makefile-mode): Document the availability of the variants.
15796 (makefile-automake-mode, makefile-gmake-mode)
15797 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
15798
15799 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
15800 new variants of makefile-mode.
15801
15802 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15803
15804 * font-lock.el (font-lock-comment-delimiter-face): Fix up
15805 the inheritance.
15806
15807 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
15808
15809 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
15810 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
15811
15812 * files.el (normal-mode): Extend the scope of the
15813 `enable-local-variables' binding to include the `set-auto-mode' call.
15814 (magic-mode-alist): Doc fix.
15815
15816 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15817
15818 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
15819 font-lock-comment-face rather than copying its setting.
15820
15821 2005-05-12 Andreas Schwab <schwab@suse.de>
15822
15823 * eshell/esh-mode.el (eshell-send-input): Doc fix.
15824
15825 2005-05-12 Lute Kamstra <lute@gnu.org>
15826
15827 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
15828 defcustom for the mode hook variable. Delete the last argument.
15829 * generic-x.el: Fix callers of define-generic-mode.
15830 (generic-x-modes): Delete group.
15831 (show-tabs-tab-face, show-tabs-space-face): Put them in the
15832 generic-x customization group.
15833
15834 2005-05-12 Kim F. Storm <storm@cua.dk>
15835
15836 * font-lock.el (font-lock-negation-char-face): Default to "off".
15837
15838 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
15839 font-lock-negation-char-face to ! in !=.
15840
15841 2005-05-12 Masatake YAMATO <jet@gyve.org>
15842
15843 * add-log.el (find-change-log): Fix typos in the docstring
15844 of function.
15845
15846 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15847
15848 * international/latexenc.el (latexenc-find-file-coding-system):
15849 Avoid `re-search-forward' when looking for input encoding because
15850 of speed and safety. Better regular expressions for recognizing
15851 input encoding. Limit a search for TeX-master/tex-main-file to
15852 the local variable section.
15853
15854 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
15855
15856 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
15857 syntax of $ to "'" (quote).
15858
15859 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
15860
15861 * dnd.el (dnd-protocol-alist): Improve custom type.
15862
15863 * dired.el (dired-dnd-protocol-alist): New variable.
15864 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
15865 `dired-mode-hook' to the end.
15866
15867 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
15868
15869 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
15870 comment-end if comment-start-skip is not set.
15871 Obey the font-lock-comment-delimiter-face variables.
15872
15873 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
15874
15875 * files.el (executable-find): Move from executable.el. Use
15876 locate-file.
15877 * progmodes/executable.el (executable-find): Move to files.el.
15878
15879 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
15880 when trying to ensure forward progress.
15881
15882 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
15883
15884 * mouse-sel.el (mouse-sel-follow-link-p): New function.
15885 (mouse-select, mouse-select-internal, mouse-extend-internal):
15886 Use it to implement mouse-1-click-follows-link functionality.
15887
15888 2005-05-11 Richard M. Stallman <rms@gnu.org>
15889
15890 * font-lock.el (font-lock-fontify-syntactically-region):
15891 Use font-lock-comment-delimiter-face for comment delimiters.
15892
15893 2005-05-10 Jay Belanger <belanger@truman.edu>
15894
15895 * calc/calc-help.el (calc-m-prefix-help): Add mention of
15896 preserving embedded modes.
15897
15898 2005-05-10 Richard M. Stallman <rms@gnu.org>
15899
15900 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
15901
15902 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
15903 Move from ada-stmt.el.
15904 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
15905
15906 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
15907 Move to ada-mode.el.
15908 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
15909
15910 * cus-edit.el (custom-file): Call file-chase-links.
15911
15912 * files.el (read-directory-name): Fix previous change.
15913 (hack-local-variables-confirm): New function.
15914 (hack-local-variables-prop-line, hack-local-variables)
15915 (hack-one-local-variable): Use it.
15916
15917 2005-05-10 Lute Kamstra <lute@gnu.org>
15918
15919 * font-lock.el (font-lock-keywords-alist)
15920 (font-lock-removed-keywords-alist): Clarify docstrings.
15921
15922 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
15923
15924 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
15925 (gdb-source-info): Check for preprocessor info.
15926 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
15927 a macro for a function.
15928 (gdb-info-breakpoints-custom): Try to find file again if not already
15929 found (user might have used GDB dir command).
15930 (gdb-get-location): Update gdb-location-alist correctly for change
15931 to gdb-info-breakpoints-custom.
15932
15933 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
15934 (gud-tooltip-print-command): Add gdbmi case.
15935 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
15936 preprocessor info.
15937
15938 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
15939
15940 * startup.el (fancy-splash-insert): Fix typo in doc string.
15941
15942 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
15943
15944 * obsolete/float.el (string-to-float):
15945 * obsolete/hilit19.el (hilit-add-pattern):
15946 * obsolete/rnews.el (news-parse-range, news-select-message)
15947 (news-get-pruned-list-of-files): Replace `string-to-int' by
15948 `string-to-number'.
15949
15950 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
15951 `find-file-not-found-hooks'; use `add-hook'.
15952 (uncompress-while-visiting): Set `write-file-functions', not
15953 `write-file-hooks'; use `add-hook'.
15954
15955 2005-05-09 Kim F. Storm <storm@cua.dk>
15956
15957 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
15958 (cua-paste): Handle clipboard action.
15959 (cua--init-keymaps): Remap clipboard-kill-region and
15960 clipboard-kill-ring-save.
15961
15962 2005-05-08 Eli Zaretskii <eliz@gnu.org>
15963
15964 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15965 Improve commentary.
15966
15967 * simple.el (next-error-overlay-arrow-position): Revert the change
15968 made on 2005-04-30.
15969
15970 2005-05-07 Jay Belanger <belanger@truman.edu>
15971
15972 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
15973 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
15974 `calc-sel-reselect'.
15975
15976 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
15977 Calc is in embedded mode.
15978
15979 2005-05-07 Eli Zaretskii <eliz@gnu.org>
15980
15981 * progmodes/compile.el (compilation-setup):
15982 Set overlay-arrow-string to an empty string on text terminals.
15983
15984 * textmodes/ispell.el (ispell-program-name): Try looking for
15985 "aspell" along exec-path, and if found, use it as the default
15986 speller program.
15987
15988 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
15989
15990 * international/mule.el (sgml-xml-auto-coding-function):
15991 Recognize encoding='FOO' in single quotes as well as in double quotes.
15992
15993 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15994
15995 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
15996 as well as `interactive', so that defmacro* would recognize
15997 `declare' forms.
15998
15999 2005-05-07 Eli Zaretskii <eliz@gnu.org>
16000
16001 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16002 Explain more about the LIGHTER arg's usage in the doc string.
16003 Add commentary to clarify what the code does. Fix the regexp that
16004 strips whitespace from LIGHTER. Quote LIGHTER before using it,
16005 since it could have characters special to regular expressions.
16006
16007 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16008
16009 * replace.el (occur-1): Bind inhibit-read-only so that
16010 erase-buffer doesn't barf on read-only text properties (likewise
16011 for add-text-properties in occur-engine). Mark buffer as unmodified.
16012 (occur-engine): Don't set buffer-read-only here.
16013
16014 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16015
16016 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
16017 list-buffers-directory. This caused the *cvs-commit* buffer to be
16018 sometimes mistakenly reused as a *cvs* buffer.
16019
16020 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
16021
16022 * tooltip.el: Move code for GUD tooltips into gud.el.
16023 (require): CL no longer needed to compile case.
16024 (tooltip-mode): Do not toggle functions for GUD tooltips.
16025 (tooltip-gud-tips-p): Remove. Replace with minor mode
16026 gud-tooltip-mode in gud.el.
16027 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
16028 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
16029 tooltip-gud prefix with gud-tooltip and obsolete.
16030 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
16031 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
16032 (tooltip-mouse-motion): Mouse movement functions/variable.
16033 Rename in gud.el by adding gud prefix.
16034 (tooltip-gud-original-filter, tooltip-gud-dereference)
16035 (tooltip-gud-event, tooltip-toggle-gud-tips)
16036 (tooltip-gud-process-output, tooltip-gud-print-command)
16037 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
16038 gud.el by replacing tooltip-gud prefix with gud-tooltip.
16039 (gdb-tooltip-print): Move to gdb-ui.el.
16040
16041 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16042 (require): CL needed to compile case.
16043 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
16044 tooltip-gud-tips-p. Make it a minor-mode.
16045 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16046 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16047 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16048 (gud-tooltip-change-major-mode)
16049 (gud-tooltip-activate-mouse-motions-if-enabled)
16050 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16051 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16052 (gud-tooltip-original-filter, gud-tooltip-dereference)
16053 (gud-tooltip-event, tooltip-toggle-gud-tips)
16054 (gud-tooltip-process-output, gud-tooltip-print-command)
16055 (gud-tooltip-tips): Move from tooltip.el.
16056
16057 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
16058 (gdb-cpp-define-alist-flags): Doc fix.
16059 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16060 gud-tooltip-mode is t.
16061
16062 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16063
16064 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16065 evaporate if their text is deleted.
16066 (goto-address-at-point): Make it work as a mouse binding as well.
16067 (goto-address-at-mouse): Obsolete it. Update users.
16068
16069 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
16070
16071 * calendar/appt.el (top-level): No longer activate on load.
16072
16073 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
16074
16075 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16076 * net/webjump.el (webjump):
16077 * progmodes/idlw-help.el (idlwave-do-context-help1)
16078 (idlwave-highlight-linked-completions):
16079 * textmodes/po.el (po-find-file-coding-system-guts):
16080 Replace `assoc-ignore-case' by `assoc-string'.
16081
16082 2005-05-06 Eli Zaretskii <eliz@gnu.org>
16083
16084 * files.el (locate-file): Doc fix.
16085
16086 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16087 Remove the redundant test for ms-dos.
16088
16089 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16090 look for the preprocessor with exec-suffixes. If not found in
16091 standard places, look in exec-path. Remove most of the tests that
16092 used system-type.
16093
16094 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16095
16096 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16097
16098 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16099 file-name clash with jka-compr.el on 8+3 filesystems.
16100
16101 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16102
16103 * term/mac-win.el: Don't define or bind scroll bar functions if
16104 x-toolkit-scroll-bars is t.
16105 (x-select-text, x-get-selection-value): Clear
16106 x-last-selected-text-clipboard if x-select-enable-clipboard is
16107 nil.
16108 (PRIMARY): Put mac-scrap-name property.
16109 (mac-select-convert-to-file-url): New function.
16110 (public.file-url): New selection target type. Add to
16111 selection-converter-alist.
16112 (x-get-selection, x-selection-value): Handle it.
16113 (x-cut-buffer-or-selection-value): New alias.
16114
16115 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16116
16117 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
16118 entry to avoid calling bibtex-find-entry with arg global
16119 being t. Remove arg key.
16120 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
16121 (bibtex-copy-summary-as-kill): Change accordingly.
16122
16123 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16124
16125 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
16126 (org-agenda-date-later): Use with-current-buffer.
16127
16128 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
16129
16130 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
16131 (define-obsolete-variable-alias): Doc Fixes.
16132
16133 2005-05-06 Kim F. Storm <storm@cua.dk>
16134
16135 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
16136 vertical-motion when selective-display is active.
16137
16138 * ido.el (ido-setup-hook): New hook.
16139 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
16140 (ido-input-stack): New var.
16141 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
16142 ido-next-work-file binding to M-O.
16143 Bind M-f to ido-wide-find-file-or-pop-dir.
16144 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
16145 (ido-read-internal): Run ido-setup-hook.
16146 Catch quit in read-file-name and read-string to cancel edit.
16147 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
16148 Automatically pop-all when completing a directory name (RET).
16149 (ido-file-internal): Add with-no-warnings around ffap and dired code.
16150 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
16151 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
16152 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
16153 New functions for M-b/M-f to move among the directory components.
16154 (ido-make-merged-file-list): Catch quit to cancel merge.
16155 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
16156 (ido-completion-help): No warnings for ido-completion-buffer-full.
16157
16158 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
16159
16160 * font-lock.el (font-lock-negation-char-face): New face and variable.
16161 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
16162 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
16163 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
16164 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
16165
16166 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
16167
16168 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
16169 Fix typo in docstring.
16170
16171 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
16172 (ebrowse-print-statistics-line)
16173 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
16174
16175 * term/w32-win.el (image-library-alist): Add additional name for
16176 Xpm library.
16177
16178 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
16179
16180 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
16181 use gcc instead of cpp.
16182
16183 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
16184 (gdb-create-define-alist): Use it.
16185 (gdb-cpp-define-alist-program): Update for MS-DOS.
16186
16187 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
16188
16189 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
16190
16191 2005-05-04 Richard M. Stallman <rms@gnu.org>
16192
16193 * help.el (describe-key): No error when UNTRANSLATED is nil.
16194
16195 * simple.el (line-move-1): Fix previous change to signal errors
16196 appropriately.
16197
16198 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
16199
16200 * calendar/icalendar.el (icalendar-version): Now at 0.12.
16201 (icalendar-duration-correction): Remove.
16202 (icalendar--get-event-properties): Split result at commas.
16203 (icalendar--decode-isoduration): New optional argument
16204 DURATION-CORRECTION.
16205 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
16206 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
16207 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
16208 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
16209 (icalendar--convert-anniversary-to-ical): New functions, extracted
16210 from icalendar-export-region, with bug fixes.
16211 (icalendar-export-region): Use the above functions.
16212 (icalendar-import-buffer): Check before saving diary file.
16213 (icalendar--convert-recurring-to-diary)
16214 (icalendar--convert-non-recurring-all-day-to-diary)
16215 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
16216 extracted from icalendar--convert-ical-to-diary, with bug fixes.
16217 (icalendar--convert-ical-to-diary): Use the above functions.
16218
16219 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
16220
16221 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
16222 Remove these recent additions.
16223 (c-mode): Restore to before 2005-04-28.
16224
16225 * progmodes/cc-vars.el (cc-define-list-program): Remove this
16226 recent addition.
16227
16228 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
16229 (gdb-define-alist): New variables.
16230 (gdb-create-define-alist): New function.
16231 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
16232 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
16233 with string-to-number.
16234 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
16235
16236 * progmodes/gud.el: Replace string-to-int with string-to-number.
16237 (gud-find-file): Handle gdb-define-alist.
16238
16239 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
16240
16241 2005-05-02 Jay Belanger <belanger@truman.edu>
16242
16243 * calc/calc-aent.el (math-read-token):
16244 * calc/calc-bin.el (calc-word-size):
16245 * calc/calc-ext.el (calc-read-number-fancy):
16246 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
16247 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
16248 * calc/calc-frac.el (calc-over-notation):
16249 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
16250 (calc-graph-num-points, calc-graph-init):
16251 * calc/calc-prog.el (calc-read-parse-table-part)
16252 (calc-edit-macro-repeats):
16253 * calc/calc-yank.el (calc-do-grab-rectangle):
16254 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
16255 Replace `string-to-int' by `string-to-number'.
16256
16257 2005-05-02 Kim F. Storm <storm@cua.dk>
16258
16259 * kmacro.el: Use executing-kbd-macro-index variable.
16260
16261 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
16262
16263 * net/rlogin.el (rlogin-parse-words): Delete func.
16264 (rlogin): Use split-string, not rlogin-parse-words.
16265 Also, if there are option-like elements in the parsed args,
16266 take the host to be the first arg immediately following them.
16267 Suggested by Michael Mauger.
16268
16269 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16270
16271 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
16272
16273 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
16274
16275 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
16276 (cc-mode-cpp-program): Rename to cc-define-list-program and
16277 move to cc-vars.el.
16278
16279 * progmodes/cc-vars.el (cc-define-list-program):
16280 Change to "gcc -E -dM -". Make customizable.
16281
16282 2005-05-02 Kim F. Storm <storm@cua.dk>
16283
16284 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
16285
16286 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
16287
16288 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
16289
16290 * international/mule-util.el (truncate-string): Remove alias and
16291 obsolete declaration.
16292
16293 * international/mule-cmds.el (update-iso-coding-systems):
16294 Remove alias and obsolete declaration.
16295
16296 * international/mule.el (coding-system-parent): Remove alias and
16297 obsolete declaration.
16298
16299 * subr.el (define-function, sref): Remove aliases and obsolete
16300 declarations.
16301 (chars-in-region): Remove obsolete declaration.
16302
16303 2005-05-01 Richard M. Stallman <rms@gnu.org>
16304
16305 * info.el (Info-mode): Set widen-automatically to nil, locally.
16306
16307 * simple.el (widen-automatically): New variable.
16308 (pop-global-mark): Obey widen-automatically.
16309
16310 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
16311
16312 * term/xterm.el (function-key-map): Call substitute-key-definition
16313 before the keymap size is increased by a lot of define-key calls.
16314
16315 2005-05-01 Richard M. Stallman <rms@gnu.org>
16316
16317 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
16318 Rename ARG to ELEMENT. Doc fix.
16319
16320 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
16321
16322 * allout.el (allout-exposure): Remove macro and obsolete declaration.
16323 Remove references to allout-exposure/change to allout-new-exposure.
16324
16325 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
16326 bytecode symbols.
16327
16328 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
16329 (compiled-function-p, focus-frame, unfocus-frame):
16330 Remove aliases and obsolete declarations.
16331 Back out inadvertent changes from previous commit.
16332
16333 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16334
16335 * files.el (require-final-newline): Make Custom tags consistent
16336 with mode-require-final-newline.
16337 (mode-require-final-newline): Doc fix.
16338
16339 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
16340
16341 * international/latexenc.el (latexenc-find-file-coding-system):
16342 Fix regular expressions.
16343
16344 2005-05-01 David Kastrup <dak@gnu.org>
16345
16346 * international/latexenc.el (latexenc-find-file-coding-system):
16347 Fix regular expressions.
16348
16349 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
16350
16351 * subr.el (string-to-int): Make obsolete.
16352
16353 2005-04-30 Richard M. Stallman <rms@gnu.org>
16354
16355 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
16356
16357 * loadup.el: load jka-comp-hook.
16358
16359 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
16360 (jka-compr-handler): Add autoload. `put' calls moved
16361 to jka-comp-hook.el.
16362 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
16363 (jka-compr-inhibit): Autoload.
16364
16365 * jka-comp-hook.el: New file.
16366 Enable the mode by default.
16367
16368 * files.el (backup-buffer-copy): Use copy-file instead
16369 of write-region, and put back the 'excl.
16370
16371 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
16372
16373 * progmodes/flymake.el (flymake-split-string)
16374 (flymake-split-string, flymake-log, flymake-pid-to-names)
16375 (flymake-reg-names, flymake-get-source-buffer-name)
16376 (flymake-unreg-names, flymake-add-line-err-info)
16377 (flymake-add-err-info): Clarify docstrings.
16378 (flymake-popup-menu, flymake-make-emacs-menu)
16379 (flymake-make-xemacs-menu): Add docstrings.
16380 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
16381 Set variables directly throughout.
16382
16383 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
16384
16385 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
16386 exists. Initialize cc-define-alist.
16387 (c-mode): Add cc-create-define-alist locally to after-save-hook.
16388 If there is no file (Macroexpansion) don't create an alist.
16389
16390 2005-04-29 Sam Steingold <sds@gnu.org>
16391
16392 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
16393 (cc-create-define-alist): Use it instead of the hard-coded string.
16394
16395 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16396
16397 * international/mule-conf.el (file-coding-system-alist): Fix regexp
16398 for latexenc.
16399
16400 2005-04-29 Lute Kamstra <lute@gnu.org>
16401
16402 * emacs-lisp/generic.el: Improve commentary section.
16403 (define-generic-mode): Improve docstring.
16404
16405 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
16406
16407 * textmodes/org.el (many places): Change to quiet the byte compiler.
16408 (org-prefix-format-compiled): New variable.
16409 (org-compile-prefix-format): New function.
16410 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
16411 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
16412 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
16413 (org-get-entries-from-diary): Use `org-get-time-of-day' for
16414 consistency with entries from `org-mode' files.
16415 (org-get-time-of-day): Fix bug with partial matches early in a line.
16416 (org-non-link-chars): New constant.
16417 (org-link-regexp): Respect `org-non-link-chars'.
16418 (org-agenda-day-view): Remove command.
16419 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
16420 (org-follow-bbdb-link, org-store-link): Search also company field.
16421 (org-highlight-overlay): New variable.
16422 (org-highlight, org-unhighlight): New functions.
16423 (org-agenda-mode): Add pre-command-hook to remove highlight.
16424 (org-evaluate-time-range): Behavior depends upon whether time stamp
16425 contains a time or not.
16426 (org-show-subtree, org-show-entry): New functions.
16427 (org-agenda-cleanup-fancy-diary): Remove empty lines.
16428
16429 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
16430
16431 * comint.el (comint-output-filter-functions): Add autoload cookie.
16432
16433 2005-04-28 Kim F. Storm <storm@cua.dk>
16434
16435 * ido.el (ido-everywhere): Fix last change.
16436
16437 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16438
16439 * international/latexenc.el: New file.
16440 * international/mule-conf.el (file-coding-system-alist): For .tex,
16441 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
16442
16443 2005-04-28 Lute Kamstra <lute@gnu.org>
16444
16445 * font-lock.el (font-lock-add-keywords)
16446 (font-lock-remove-keywords): Clarify docstring.
16447 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
16448 Don't start docstrings with a `*'.
16449 (font-lock-update-removed-keyword-alist): Give it a docstring.
16450
16451 * generic-x.el: Update commentary section.
16452 Only require font-lock when compiling.
16453 Define all modes conditionally.
16454 Place all generic modes in the generic-x-modes customization group.
16455 (generic-x-modes): New customization group.
16456 (generic-default-modes, generic-mswindows-modes)
16457 (generic-unix-modes, generic-other-modes): New constants.
16458 (generic-define-mswindows-modes, generic-define-unix-modes):
16459 Update docstrings. Make them obsolete.
16460 (generic-extras-enable-list): New default value. Update docstring.
16461 Improve :type. Change :set function.
16462 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
16463 Fix docstring.
16464
16465 * emacs-lisp/generic.el (generic-mode-internal):
16466 Simplify font-lock-defaults.
16467 (define-generic-mode): Fix docstring.
16468
16469 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16470
16471 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
16472 font-lock-face property to highlight matches.
16473
16474 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
16475
16476 * progmodes/cc-mode.el (cc-create-define-alist): New function.
16477 (cc-define-alist): New variable.
16478 (c-mode): Make it local and initialize it.
16479
16480 * progmodes/gdb-ui.el (gdb-active-process): New variable.
16481 (gdb-exited): New function.
16482 (gdb-annotation-rules): Use it.
16483 (gdb-starting): Set gdb-active-process to t.
16484 (gdb-stopping): Amend doc string.
16485 (gdb-reset): Set gdb-active-process to nil.
16486
16487 * tooltip.el (tooltip-gud-tips): Show the associated #define
16488 directives when a C program under GDB is not executing.
16489
16490 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
16491
16492 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
16493 font-lock-fontify-syntactic-keywords.
16494
16495 * font-lock.el (font-lock-default-fontify-region): Don't force
16496 parse-sexp-lookup-properties to nil.
16497
16498 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
16499
16500 * man.el (man-mode-syntax-table): Set up `:' to have
16501 word-constituent syntax.
16502
16503 2005-04-27 Lute Kamstra <lute@gnu.org>
16504
16505 * novice.el (disable-command): Don't add spurious newlines to the
16506 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
16507
16508 2005-04-26 Jay Belanger <belanger@truman.edu>
16509
16510 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
16511 than one window before deleting window.
16512
16513 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
16514
16515 * shell.el (shell-prompt-pattern): Doc fix.
16516 (shell-mode): Set paragraph-separate buffer locally to "\\'".
16517
16518 * comint.el (comint-prompt-regexp, comint-get-old-input)
16519 (comint-use-prompt-regexp)
16520 (comint-use-prompt-regexp-instead-of-fields)
16521 (comint-replace-by-expanded-history, comint-send-input)
16522 (comint-output-filter, comint-get-old-input-default)
16523 (comint-line-beginning-position, comint-bol, comint-show-output)
16524 (comint-backward-matching-input, comint-forward-matching-input)
16525 (comint-next-prompt, comint-previous-prompt):
16526 Rename `comint-use-prompt-regexp-instead-of-fields' to
16527 `comint-use-prompt-regexp'. Keep old name as alias and declare
16528 obsolete.
16529 (comint-use-prompt-regexp): Shorten first line of doc string.
16530
16531 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
16532 Set paragraph-separate buffer locally to "\\'".
16533
16534 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
16535 Adapt to above name change.
16536
16537 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
16538 (smbclient-prompt-regexp): Ditto.
16539
16540 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
16541
16542 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
16543
16544 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
16545 gdb-location-list.
16546 Break lines that are over 80 characters wide.
16547
16548 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
16549
16550 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
16551 New fun and var, to preserve compatibility.
16552
16553 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
16554
16555 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
16556
16557 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
16558 name to file-newer-than-file-p.
16559
16560 2005-04-26 Richard M. Stallman <rms@gnu.org>
16561
16562 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
16563
16564 * progmodes/python.el (python-mode):
16565 Use new name eldoc-documentation-function.
16566
16567 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
16568
16569 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16570 (eldoc-documentation-function):
16571 Rename from eldoc-print-current-symbol-info-function. Calls changed.
16572
16573 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
16574
16575 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
16576
16577 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
16578
16579 * term/xterm.el (function-key-map): Fix strings for
16580 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
16581 {C,S,A,C-S}-{f1-f12}.
16582
16583 2005-04-26 Kenichi Handa <handa@m17n.org>
16584
16585 * international/mule-cmds.el (select-safe-coding-system):
16586 Fix previous change.
16587
16588 2005-04-26 Lute Kamstra <lute@gnu.org>
16589
16590 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
16591
16592 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
16593 (font-lock-comment-delimiter-face): Ditto.
16594
16595 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
16596
16597 2005-04-25 Jay Belanger <belanger@truman.edu>
16598
16599 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
16600 to t while inserting information; use help-mode.
16601
16602 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
16603
16604 * term.el (ansi-term-color-vector): Use the xterm colors.
16605 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
16606
16607 2005-04-25 Lute Kamstra <lute@gnu.org>
16608
16609 * font-core.el (font-lock-defaults): Fix docstring.
16610
16611 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
16612
16613 2005-04-25 Kenichi Handa <handa@m17n.org>
16614
16615 * international/mule-cmds.el (select-safe-coding-system):
16616 Don't check consistency with coding: spec, etc if raw-text or
16617 no-conversion was found to be safe.
16618
16619 2005-04-24 Richard M. Stallman <rms@gnu.org>
16620
16621 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
16622 citation markers at start of each line.
16623
16624 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
16625 citation markers at start of each line.
16626
16627 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
16628
16629 * files.el (mode-require-final-newline): Fix previous change.
16630 (require-final-newline): Fix type label.
16631
16632 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16633
16634 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
16635 statement in buffer (broken by 2004-11-24 change).
16636
16637 2005-04-24 Kim F. Storm <storm@cua.dk>
16638
16639 * ido.el (ido-everywhere): Save and restore old read-buffer-function
16640 and read-file-name-function values. Don't overwrite existing
16641 non-nil values if ido-mode is enabled without ido-everywhere.
16642
16643 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
16644
16645 * files.el (mode-require-final-newline): Minor doc fix.
16646
16647 2005-04-24 Eli Zaretskii <eliz@gnu.org>
16648
16649 * subr.el (syntax-after): Doc fix.
16650 (syntax-class): If argument is nil, return nil. Mask off upper 16
16651 bits, not 8 bits.
16652
16653 * files.el (mode-require-final-newline): Doc fix.
16654 (backup-buffer-copy): Fix last change.
16655
16656 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16657
16658 * term/mac-win.el: Require select. Set selection-coding-system to
16659 mac-system-coding-system. Call menu-bar-enable-clipboard.
16660 (x-last-selected-text-clipboard, x-last-selected-text-primary)
16661 (x-select-enable-clipboard): New variables.
16662 (x-select-text, x-get-selection, x-selection-value)
16663 (x-get-selection-value, mac-select-convert-to-string)
16664 (mac-services-open-file, mac-services-open-selection)
16665 (mac-services-insert-text): New functions.
16666 (CLIPBOARD, FIND): Put mac-scrap-name property.
16667 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
16668 (public.tiff): Put mac-ostype property.
16669 (selection-converter-alist): Add entries for them.
16670 (mac-application-menu-map): New keymap.
16671 (interprogram-cut-function, interprogram-paste-function): Set to
16672 x-select-text and x-get-selection-value, respectively.
16673 (split-window-keep-point): Set to t.
16674
16675 2005-04-23 Richard M. Stallman <rms@gnu.org>
16676
16677 * files.el (read-directory-name): Always pass non-nil
16678 DEFAULT-FILENAME arg to read-file-name.
16679 (backup-buffer-copy, basic-save-buffer-2): Take care against
16680 writing thru an unexpected existing symlink.
16681 (revert-buffer): In indirect buffer, revert the base buffer.
16682 (magic-mode-alist): Doc fix.
16683 (buffer-stale-function): Doc fix.
16684 (minibuffer-with-setup-hook): Avoid warning.
16685 (mode-require-final-newline): Doc and custom fix.
16686
16687 * follow.el (follow-end-of-buffer): Use with-no-warnings.
16688
16689 * font-lock.el (font-lock-comment-face): On terminals with few colors,
16690 use the default appearance.
16691 (font-lock-comment-delimiter-face): New face, new variable.
16692
16693 * imenu.el (imenu--generic-function): The official position of a
16694 definition is the start of the line that BEG is in.
16695
16696 * midnight.el (midnight-timer): Move defvar up.
16697
16698 * mouse.el (mouse-drag-region-1): Delete some debugging code.
16699
16700 * saveplace.el (save-place-to-alist): Use with-no-warnings.
16701
16702 * startup.el (command-line): Use with-no-warnings.
16703
16704 * window.el (window-size-fixed): New defvar.
16705
16706 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
16707
16708 * mail/rmail.el (rmail-font-lock-keywords):
16709 Use font-lock-comment-delimiter-face.
16710
16711 * mail/sendmail.el (mail-font-lock-keywords):
16712 Use font-lock-comment-delimiter-face.
16713
16714 * progmodes/compile.el (next-error-highlight-timer): New defvar.
16715
16716 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
16717
16718 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16719 Specify t for LAXMATCH when matching directories.
16720 Save match data around compilation-compat-error-properties form.
16721
16722 2005-04-23 David Kastrup <dak@gnu.org>
16723
16724 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
16725 Mention that the autoloaded aliases should be kept for AUCTeX.
16726
16727 2005-04-23 Andreas Schwab <schwab@suse.de>
16728
16729 * isearch.el (isearch-forward): Doc fix.
16730
16731 2005-04-23 Eli Zaretskii <eliz@gnu.org>
16732
16733 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
16734 (jit-lock-stealth-nice): Change default value to 0.5.
16735
16736 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
16737
16738 * abbrev.el (write-abbrev-file): Write table entries in
16739 alphabetical order by table name.
16740
16741 2005-04-22 Kim F. Storm <storm@cua.dk>
16742
16743 * ido.el (ido-read-internal): Fix `list' completion.
16744
16745 2005-04-22 Kenichi Handa <handa@m17n.org>
16746
16747 * recentf.el (recentf-save-file-coding-system): New variable.
16748 (recentf-save-list): Encode the file by
16749 recentf-save-file-coding-system and add coding: tag.
16750
16751 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
16752
16753 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
16754
16755 2005-04-21 Lute Kamstra <lute@gnu.org>
16756
16757 * loadhist.el (unload-feature): Don't remove a function from hooks
16758 if it is about to be restored to an autoload . Remove functions
16759 that will become unbound from auto-mode-alist. Simplify the code.
16760
16761 * subr.el (assq-delete-all): New implementation that is linear,
16762 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
16763 (rassq-delete-all): New function.
16764
16765 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
16766 Add size-indication-mode.
16767
16768 2005-04-21 Kenichi Handa <handa@m17n.org>
16769
16770 * international/mule-cmds.el: Add autoload for widget-value in
16771 eval-when-compile.
16772
16773 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
16774
16775 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
16776 Add tooltip-mode.
16777
16778 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
16779
16780 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
16781
16782 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
16783 (inferior-lisp-filter-regexp, inferior-lisp-program)
16784 (inferior-lisp-load-command, inferior-lisp-prompt)
16785 (inferior-lisp-mode-hook, lisp-source-modes)
16786 (inferior-lisp-load-hook): defvar->defcustom.
16787 (inferior-lisp-program, inferior-lisp-prompt)
16788 (inferior-lisp-load-hook): Doc fixes.
16789 (inferior-lisp-install-letter-bindings): Small change in
16790 introductory comment.
16791
16792 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
16793
16794 * vc.el (vc-annotate-color-map): Change some colors so that text
16795 using them as foreground is readable on both white and black
16796 backgrounds.
16797
16798 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16799
16800 * international/mule-conf.el (translation-table-for-input):
16801 Remove redundant declaration.
16802
16803 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
16804
16805 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
16806
16807 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
16808 (tooltip-toggle-gud-tips): New function.
16809
16810 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16811
16812 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
16813 right angle brackets.
16814
16815 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
16816
16817 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
16818
16819 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
16820
16821 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
16822 Remove. Update callers to use expand-file-name instead.
16823
16824 * subr.el (syntax-class): New function.
16825
16826 * simple.el (blink-matching-open): Use it.
16827
16828 * paren.el (show-paren-function): Use it to recognize parens that are
16829 also used in 2-char comment markers.
16830
16831 2005-04-19 Lute Kamstra <lute@gnu.org>
16832
16833 * loadhist.el (unload-feature): Update for new format of
16834 load-history. Simplify the code.
16835
16836 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16837
16838 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
16839 (mac-add-charset-info): New function. Initialize variable
16840 mac-charset-info-alist using it.
16841 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
16842 for translation.
16843 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
16844 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
16845 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
16846 New CCL programs.
16847
16848 2005-04-19 Kim F. Storm <storm@cua.dk>
16849
16850 * simple.el (next-buffer, prev-buffer, next-error)
16851 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16852 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
16853
16854 * bindings.el (next-buffer, prev-buffer, next-error)
16855 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16856 (clone-indirect-buffer-other-window): Move bindings from simple.el.
16857 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
16858 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
16859
16860 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16861
16862 * isearch.el (isearch-edit-string): Make the search-ring available for
16863 minibuffer history commands.
16864 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
16865 the default history commands now work just as well.
16866 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
16867
16868 2005-04-18 Kim F. Storm <storm@cua.dk>
16869
16870 * emulation/cua-base.el (cua--pre-command-handler): Add more
16871 elaborate check for shift modifier on non-window systems.
16872
16873 2005-04-18 Lars Hansen <larsh@math.ku.dk>
16874
16875 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
16876
16877 2005-04-18 Kim F. Storm <storm@cua.dk>
16878
16879 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
16880 and make it optional. Don't test tooltip-gud-echo-area here.
16881 (tooltip-gud-process-output, gdb-tooltip-print):
16882 Pass tooltip-gud-echo-area to tooltip-show.
16883 (tooltip-help-tips): Remove second optional arg to tooltip-show.
16884
16885 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16886
16887 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
16888 `display-graphic-p' may not be bound yet.
16889
16890 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
16891
16892 * startup.el (command-line): No longer enable Xterm Mouse mode by
16893 default in terminals compatible with xterm.
16894
16895 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
16896
16897 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
16898
16899 * tooltip.el (tooltip-gud-echo-area): Rename from
16900 tooltip-use-echo-area.
16901 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
16902 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
16903 area independently of where help tooltips are displayed.
16904
16905 2005-04-17 David Kastrup <dak@gnu.org>
16906
16907 * cus-theme.el (custom-theme-write-variables): Quote variables
16908 where necessary.
16909
16910 2005-04-17 Richard M. Stallman <rms@gnu.org>
16911
16912 * simple.el (yank-excluded-properties): Add follow-link to value.
16913
16914 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
16915
16916 * startup.el (fancy-splash-max-time): Just 30 seconds.
16917 (fancy-splash-delay): Just 7.
16918 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
16919
16920 * loadhist.el (unload-feature): Update for new format of load-history.
16921 Simplify the code.
16922
16923 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
16924 (rmail-font-lock-keywords): Don't fontify the text of a citation.
16925
16926 * mail/sendmail.el (mail-font-lock-keywords):
16927 Don't fontify subject text.
16928 Don't fontify the text of a citation.
16929
16930 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
16931
16932 * comint.el (comint-output-filter): Run comint-output-filter-functions
16933 with point where the user had it.
16934
16935 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16936
16937 * international/ucs-tables.el (ucs-set-table-for-input):
16938 Disable when using unify-on-decoding.
16939
16940 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
16941
16942 * emulation/cua-base.el (cua-global-mark-face): Add special case
16943 for displays supporting a high number of colors.
16944
16945 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16946
16947 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
16948
16949 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
16950
16951 * filesets.el (filesets-add-buffer): If user supplies a name of a
16952 non-existing fileset, create a new fileset.
16953
16954 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
16955
16956 * textmodes/org.el (org-up-heading-all): Fix bug with
16957 `outline-up-heading-all'.
16958
16959 2005-04-16 Andreas Schwab <schwab@suse.de>
16960
16961 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
16962 /etc/permissions.d/* and /etc/aliases.d/*.
16963
16964 2005-04-16 Kenichi Handa <handa@m17n.org>
16965
16966 * international/code-pages.el (cp-make-coding-system):
16967 Set `translation-table-for-input' property value to the symbol
16968 ucs-mule-to-mule-unicode, not to that value.
16969 (pt154): Escape guillemet by `\'.
16970
16971 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
16972
16973 * loadup.el: Load tooltip if x-show-tip is fboundp.
16974
16975 * startup.el (command-line): Add comment.
16976
16977 * tooltip.el (tooltip-mode): Specify correct standard value for
16978 Custom in init-value.
16979
16980 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
16981
16982 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
16983 possible.
16984
16985 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
16986
16987 * textmodes/org.el (org-agenda-date-prompt): Rename from
16988 `org-agenda-date-today'.
16989 (org-evaluate-time-range): Insert at point instead of directly
16990 after time range.
16991 (org-first-headline-recenter, org-subtree-end-visible-p)
16992 (org-optimize-window-after-visibility-change): New functions
16993 (org-agenda-post-command-hook): Don't allow point at end of line,
16994 to make sure it always hits the text properties.
16995 (org-agenda-next-date-line, org-agenda-previous-date-line):
16996 New commands.
16997 (org-set-regexps-and-options): Category may contain white space.
16998 (org-agenda-get-deadlines, org-agenda-get-scheduled):
16999 Improve marker positions.
17000 (org-agenda-new-marker): Argument POS made optional.
17001 (org-agenda-get-timestamps): Deadlines which are done are listed
17002 in org-done-face now.
17003 (org-agenda-get-todos, org-agenda-get-timestamps)
17004 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17005 Set `undone-face' and `done-face' properties.
17006 (org-last-todo-state-is-todo): New variable.
17007 (org-todo): Set `org-last-todo-state-is-todo'.
17008 (org-agenda-todo): Change face according to
17009 `org-last-todo-state-is-todo'. And change other lines referring to
17010 the same entry.
17011 (org-calendar-goto-agenda): New command.
17012 (org-calendar-to-agenda-key): New option.
17013 (org-startup-folded): New allowed value `content'.
17014 (org-set-regexps-and-options): Accept new value `content' for
17015 `org-startup-folded'.
17016 (org-get-current-options): Handle new value `content' for
17017 `org-startup-folded'.
17018 (org-insert-todo-heading): New command.
17019 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
17020 interactively in empty file and option
17021 `org-insert-mode-line-in-empty-file' has been set.
17022 (org-agenda-todo, org-agenda-priority): Modify to use
17023 `org-agenda-change-all-lines'.
17024 (org-warning-face): Change color on dark background
17025
17026 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17027
17028 * international/mule-cmds.el (set-locale-environment): On Mac OS,
17029 use preferences AppleLocale and AppleLanguages, and variable
17030 mac-system-locale for default locale. On Mac OS Classic, use
17031 mac-system-coding-system for default coding systems.
17032
17033 * term/mac-win.el: Don't set file-name-coding-system.
17034 Decode variables system-name, emacs-build-system, user-login-name, and
17035 user-full-name by mac-system-coding-system on Mac OS Classic.
17036 (mac-system-coding-system): New variable.
17037
17038 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
17039
17040 * startup.el (command-line): Handle `xterm-mouse-mode' before
17041 reading init file.
17042
17043 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
17044
17045 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17046
17047 * progmodes/sh-script.el (sh-here-document-word): Make it a
17048 defcustom. Doc fix.
17049 (sh-add): Bash uses $(( )) for arithmetic.
17050 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17051 (sh-maybe-here-document): Remove quotes and leading whitespace
17052 from heredoc word when closing. Indent heredoc with tabs if word
17053 starts with "-".
17054
17055 2005-04-13 Richard M. Stallman <rms@gnu.org>
17056
17057 * simple.el (undo): Fix previous change.
17058
17059 * custom.el (defface): Doc fix.
17060
17061 2005-04-13 Lute Kamstra <lute@gnu.org>
17062
17063 * Makefile.in (DONTCOMPILE): Remove list.
17064 (compile, compile-always): Don't use DONTCOMPILE.
17065 (update-authors): Load the library in which batch-update-authors
17066 is defined.
17067 * makefile.w32-in (DONTCOMPILE): Remove list.
17068 (compile, compile-always): Fix comments.
17069 (update-authors): Load the library in which batch-update-authors
17070 is defined.
17071
17072 * generic-x.el (generic-mode-ini-file-find-file-hook):
17073 Rename to ini-generic-mode-find-file-hook.
17074 Keep generic-mode-ini-file-find-file-hook as an alias.
17075 (ini-generic-mode-find-file-hook): Rename from
17076 generic-mode-ini-file-find-file-hook. Fix docstring.
17077 (ini-generic-mode): Docstring change.
17078 (bat-generic-mode-run-as-comint): Silence the byte compiler.
17079
17080 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17081 called from lisp.
17082
17083 * generic.el: Move to the emacs-lisp subdir.
17084
17085 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17086
17087 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17088 and C-S- function and cursor motion keys.
17089
17090 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
17091
17092 * startup.el (command-line): Enable Xterm Mouse mode by default.
17093 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
17094 for Custom. No longer show "Mouse" in mode line when enabled.
17095 Doc fix.
17096
17097 2005-04-12 Kim F. Storm <storm@cua.dk>
17098
17099 * emulation/cua-base.el (cua-rectangle-face)
17100 (cua-rectangle-noselect-face): Define face attributes here.
17101
17102 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17103
17104 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17105
17106 * startup.el (command-line): Turn off blinking cursor if
17107 cursorBlink in resources is off or false.
17108
17109 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17110
17111 * term/mac-win.el (dnd): Require dnd.
17112 (mac-drag-n-drop): Call dnd-handle-one-url.
17113 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17114 (kTextEncodingISOLatin2): Remove constants.
17115 (mac-script-code-coding-systems): New constant.
17116 (mac-handle-language-change): New function.
17117 (special-event-map): Bind it to `language-change' event.
17118 (mac-centraleurroman, mac-cyrillic): New coding systems.
17119 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
17120 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
17121 and mac-cyrillic-encoder to encode-mac-centraleurroman and
17122 encode-mac-cyrillic, respectively.
17123
17124 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17125
17126 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
17127 Don't set overlay-arrow-string to "=>" as this is done
17128 globally in C now.
17129
17130 2005-04-12 Lute Kamstra <lute@gnu.org>
17131
17132 * generic-x.el (rc-generic-mode, rul-generic-mode):
17133 Fix auto-mode-alist entries.
17134 (etc-fstab-generic-mode): Tweak fontification.
17135
17136 * generic.el (generic-make-keywords-list): Fix docstring.
17137 (generic-mode-internal): Simplify generic-font-lock-keywords.
17138
17139 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17140
17141 * whitespace.el (whitespace-buffer-leading)
17142 (whitespace-buffer-trailing): Revert the incorrect test inversion.
17143 However, fix the highlight area for the leading and
17144 trailing whitespaces to show space.
17145
17146 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17147
17148 * whitespace.el (whitespace-version): Bump to 3.5
17149
17150 (whitespace-buffer-leading, whitespace-buffer-trailing):
17151 Invert sense of the test to highlight the whitespace.
17152
17153 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17154
17155 * progmodes/gud.el (gud-display-line): GUD uses its own
17156 overlay arrow now so don't set overlay-arrow-string.
17157 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
17158
17159 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
17160
17161 * term.el (term-ansi-current-bold, term-ansi-current-underline)
17162 (term-ansi-current-reverse, term-ansi-current-invisible)
17163 (term-ansi-face-already-done): Change to boolean.
17164 (term-reset-terminal, term-handle-colors-array): Handle the above
17165 vars accordingly.
17166 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
17167 (term-emulate-terminal): Use the new name.
17168
17169 * faces.el (secondary-selection): Use yellow1, not yellow.
17170 (trailing-whitespace): Use red1, not red.
17171
17172 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17173
17174 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
17175 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
17176 (dired-dnd-handle-file): Call dnd-get-local-file-uri
17177
17178 * cus-edit.el (dnd): New group.
17179
17180 * term/w32-win.el (dnd): Require dnd
17181 (w32-drag-n-drop): Call dnd-handle-one-url.
17182
17183 * x-dnd.el: Require dnd.
17184 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
17185 Call dnd-handle-one-url.
17186 (x-dnd-types-alist, x-dnd-insert-utf8-text)
17187 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
17188 to dnd-insert-text.
17189 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
17190 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
17191 (x-dnd-get-local-file-name, x-dnd-open-local-file)
17192 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
17193
17194 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
17195
17196 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17197
17198 * wdired.el: Doc fixes.
17199 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
17200 (wdired-use-dired-vertical-movement): Rename from
17201 wdired-always-move-to-filename-beginning.
17202 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
17203 (wdired-change-to-wdired-mode): Change mode name.
17204 (wdired-newline): Delete.
17205
17206 2005-04-11 Richard M. Stallman <rms@gnu.org>
17207
17208 * whitespace.el (whitespace-highlight-the-space):
17209 Don't call whitespace-unhighlight-the-space here.
17210
17211 * simple.el (undo): Record t in undo-equiv-table
17212 for the redo record made by an undo-in-region.
17213
17214 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17215
17216 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
17217 (gdb-frame-inferior-io-buffer): New Functions to control
17218 display of separate IO buffer.
17219 (menu): Add them to menu-bar.
17220 (gdb-display-buffer): Check for buffer another frame.
17221 Protect GUD buffer.
17222 (gdb-setup-windows): Create IO buffer if not already there.
17223 (gdb-memory-mode): Remove purecopy noops.
17224
17225 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
17226
17227 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
17228 and pass to self-insert-command.
17229
17230 2005-04-11 Lute Kamstra <lute@gnu.org>
17231
17232 * generic.el: Commentary section cleanup.
17233 (generic): Delete.
17234 (generic-use-find-file-hook, generic-lines-to-scan)
17235 (generic-find-file-regexp, generic-ignore-files-regexp)
17236 (default-generic-mode, generic-mode-find-file-hook)
17237 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
17238 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
17239 (generic-use-find-file-hook, generic-lines-to-scan)
17240 (generic-find-file-regexp, generic-ignore-files-regexp)
17241 (default-generic-mode, generic-mode-find-file-hook)
17242 (generic-mode-ini-file-find-file-hook): Move from generic.el.
17243
17244 2005-04-10 Karl Fogel <kfogel@red-bean.com>
17245
17246 * bookmark.el (bookmark-write-file): Catch errors writing file.
17247 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
17248
17249 2005-04-10 Richard M. Stallman <rms@gnu.org>
17250
17251 * startup.el (fancy-splash-tail): Update copyright year.
17252 (command-line): Split part of -Q into -D.
17253 (emacs-basic-display): New defvar.
17254 (fancy-splash-text): Correct name of menu item.
17255
17256 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
17257
17258 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
17259 lines in one node.
17260
17261 * comint.el (comint-send-input): New arg ARTIFICIAL.
17262 Callers in this file changed.
17263
17264 * abbrev.el (define-abbrevs): Read system abbrevs properly.
17265
17266 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
17267
17268 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
17269
17270 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
17271 `ldap-search-internal'.
17272
17273 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17274
17275 * files.el (set-auto-mode-1): Use line-end-position.
17276
17277 * international/latin-1.el:
17278 * international/latin-2.el:
17279 * international/latin-3.el:
17280 * international/latin-4.el:
17281 * international/latin-5.el:
17282 * international/latin-8.el:
17283 * international/latin-9.el: Give punctuation syntax to NBSP.
17284
17285 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
17286 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
17287 Use char-classes to accept non-ascii letters, accepted in some recent
17288 bibtex implementations.
17289
17290 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
17291
17292 * custom.el (custom-set-minor-mode): Any non-nil value for the
17293 variable should enable the mode when set through Custom.
17294
17295 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17296
17297 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
17298 TAB binding so tab-always-indent is obeyed.
17299 (vhdl-minibuffer-local-map): Move initialization into declaration.
17300 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
17301 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
17302 (vhdl-hooked-abbrev): Avoid test for XEmacs.
17303 (vhdl-current-line): Use line-beginning-position.
17304 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
17305 with-output-to-temp-buffer, so the current position can be recorded.
17306
17307 2005-04-10 Masatake YAMATO <jet@gyve.org>
17308
17309 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17310 Add regexp for gcov.
17311
17312 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17313
17314 * calendar/time-date.el (time-to-seconds, seconds-to-time)
17315 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
17316 syntax which Emacs 20 doesn't support.
17317
17318 2005-04-09 Richard M. Stallman <rms@gnu.org>
17319
17320 * help.el (describe-key-briefly, describe-key):
17321 Replace strings as event types with "(any string)".
17322
17323 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17324
17325 * arc-mode.el (archive-mode-map): Move initialization into
17326 the declaration. Override *all* bindings of `undo'.
17327 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
17328
17329 2005-04-09 Jay Belanger <belanger@truman.edu>
17330
17331 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
17332
17333 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
17334
17335 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
17336 (xterm-register-default-colors): Update color values computation
17337 to match xterm-200.
17338
17339 2005-04-09 Kenichi Handa <handa@m17n.org>
17340
17341 * international/code-pages.el (iso-latin-7): Fix the map.
17342
17343 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
17344
17345 * emacs-lisp/lisp.el (defun-prompt-regexp)
17346 (parens-require-spaces, buffer-end, end-of-defun)
17347 (insert-parentheses): Doc fixes.
17348
17349 2005-04-08 Kim F. Storm <storm@cua.dk>
17350
17351 * comint.el (comint-highlight-prompt): Fix face spec.
17352 * hi-lock.el (hi-green): Likewise.
17353
17354 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17355
17356 * cus-edit.el (custom-modified-face):
17357 * comint.el (comint-highlight-input): Fix previous changes.
17358 * term.el (term-handle-ansi-escape): Add a comment.
17359
17360 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17361
17362 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
17363 in the buffer and in whitespace-highlighted-space.
17364 (whitespace-unhighlight-the-space): Simplify.
17365 (whitespace-buffer): Simplify.
17366
17367 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17368
17369 * textmodes/table.el (table-cell-face): Add special case for
17370 displays supporting a high number of colors.
17371 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17372 (vhdl-font-lock-reserved-words-face)
17373 (vhdl-speedbar-architecture-face)
17374 (vhdl-speedbar-instantiation-face)
17375 (vhdl-speedbar-architecture-selected-face)
17376 (vhdl-speedbar-instantiation-selected-face): Likewise.
17377 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
17378 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
17379 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17380 (ebrowse-root-class-face, ebrowse-member-attribute-face)
17381 (ebrowse-progress-face): Likewise.
17382 * progmodes/compile.el (compilation-info-face): Likewise.
17383 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
17384 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
17385 * calendar/calendar.el (diary-face): Likewise.
17386 * woman.el (woman-italic-face, woman-bold-face)
17387 (woman-unknown-face): Likewise.
17388 * wid-edit.el (widget-button-pressed-face): Likewise.
17389 * whitespace.el (whitespace-highlight-face): Likewise.
17390 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
17391 * pcvs-info.el (cvs-marked-face): Likewise.
17392 * info.el (info-xref): Likewise.
17393 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
17394 * hilit-chg.el (highlight-changes-face)
17395 (highlight-changes-delete-face): Likewise.
17396 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
17397 (hi-red-b): Likewise.
17398 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
17399 * font-lock.el (font-lock-keyword-face)
17400 (font-lock-function-name-face, font-lock-warning-face): Likewise.
17401 * cus-edit.el (custom-invalid-face, custom-modified-face)
17402 (custom-set-face, custom-changed-face, custom-variable-tag-face)
17403 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
17404 * comint.el (comint-highlight-prompt): Likewise.
17405
17406 2005-04-08 Lute Kamstra <lute@gnu.org>
17407
17408 * font-lock.el (font-lock-keywords): Docstring fixes.
17409
17410 2005-04-08 Kenichi Handa <handa@m17n.org>
17411
17412 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
17413 chars are more than a limit, print " and more..." at the tail.
17414
17415 2005-04-08 Kim F. Storm <storm@cua.dk>
17416
17417 * emacs-lisp/authors.el (authors-aliases): Update list.
17418 (authors-ignored-files): New list.
17419 (authors-fixed-entries): Fix typo.
17420 (authors-renamed-files-alist): Update list.
17421 (authors-add): Check authors-ignored-files.
17422
17423 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
17424
17425 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
17426 optional, to ensure backward compatibility.
17427
17428 2005-04-08 Stephen Eglen <stephen@gnu.org>
17429
17430 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
17431
17432 2005-04-08 Kim F. Storm <storm@cua.dk>
17433
17434 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
17435
17436 * mouse.el (mouse-on-link-p): Doc fix.
17437
17438 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
17439
17440 * ielm.el (ielm-prompt-read-only): Doc fix.
17441
17442 * comint.el (comint-prompt-read-only): Doc fix.
17443
17444 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
17445
17446 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
17447 ensure dired always handles wildcards passed to ffap.
17448 (find-file-at-point): Use it.
17449 (ffap-dired-wildcards): Doc fix.
17450
17451 2005-04-07 Juri Linkov <juri@jurta.org>
17452
17453 * simple.el (next-error-overlay-arrow-position): New defvar.
17454 Put "=>" on its property `overlay-arrow-string'. Add it to
17455 `overlay-arrow-variable-list'.
17456
17457 * progmodes/compile.el (compilation-setup):
17458 Set `next-error-overlay-arrow-position' to nil. Also set it to
17459 nil in the local hook `kill-buffer-hook'. Make local variable
17460 `overlay-arrow-string' and set it to "=>".
17461 (compilation-goto-locus): Set BOL position to
17462 `next-error-overlay-arrow-position' instead of
17463 `overlay-arrow-position'.
17464
17465 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
17466 locally instead of adding it to the global hook.
17467 (Info-kill-buffer): Move up.
17468
17469 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
17470
17471 * term/xterm.el (xterm-standard-colors): Update color values from
17472 xterm-200.
17473
17474 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
17475
17476 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
17477
17478 * fast-lock.el:
17479 * lazy-lock.el: Move them to the obsolete subdir.
17480
17481 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17482
17483 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
17484 (wdired-add-replace-advice): Remove.
17485 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
17486
17487 2005-04-06 Kim F. Storm <storm@cua.dk>
17488
17489 * startup.el (command-line): Add --bare-bones alias for -Q.
17490
17491 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17492
17493 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
17494 create the startup fontset if a font specification ends with
17495 `mac-roman'.
17496
17497 2005-04-06 Lute Kamstra <lute@gnu.org>
17498
17499 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
17500 change.
17501
17502 * emacs-lisp/copyright.el (copyright-update-year): Replace the
17503 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
17504
17505 2005-04-05 Lute Kamstra <lute@gnu.org>
17506
17507 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
17508 (define-generic-mode): Ditto. Fix debug declaration.
17509
17510 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17511 Put them in the generic-x group.
17512
17513 * calendar/timeclock.el (timeclock): Doc fix.
17514
17515 * generic.el (define-generic-mode): Don't use custom-current-group.
17516 Document default :group value.
17517 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
17518 (define-global-minor-mode): Don't use custom-current-group.
17519
17520 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
17521
17522 * startup.el (command-line-1): Display startup-echo-area-message
17523 when fancy splash screen is in use.
17524
17525 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
17526 (sh-escaped-newline): New face.
17527 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
17528 newline, and use sh-escaped-newline face.
17529
17530 * progmodes/tcl.el (tcl-escaped-newline): New face.
17531 (tcl-builtin-list): New variable.
17532 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
17533 newlines. Fix keywords subexpression number.
17534
17535 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
17536
17537 * textmodes/org.el (org-diary-default-entry): Fix call to
17538 `add-to-diary-entry'.
17539
17540 2005-04-05 Kim F. Storm <storm@cua.dk>
17541
17542 * ediff-init.el: Use (featurep 'xemacs).
17543
17544 2005-04-05 David Ponce <david@dponce.com>
17545
17546 * cus-edit.el (face): Derive from symbol widget. Display sample
17547 of the current face on the fly.
17548 (widget-face-sample-face-get, widget-face-notify): New functions.
17549 (widget-face-value-create): Remove.
17550
17551 * wid-edit.el (widget-field-end): Temporarily remove field
17552 narrowing before to call `get-char-property'.
17553
17554 2005-04-04 Jay Belanger <belanger@truman.edu>
17555
17556 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
17557 (math-read-subscripts): New variable.
17558 (math-read-preprocess-string): Process subscripts.
17559
17560 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
17561
17562 * comint.el (comint-prompt-read-only): Doc fix.
17563
17564 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
17565 `-1'. Doc fix.
17566
17567 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
17568
17569 * textmodes/org.el (org-insert-mode-line-in-empty-file):
17570 Change default value to nil.
17571
17572 2005-04-04 Lute Kamstra <lute@gnu.org>
17573
17574 * autorevert.el (auto-revert-mode): Specify :group.
17575 * battery.el (display-battery-mode): Specify :group.
17576 * diff-mode.el (diff-minor-mode): Specify :group.
17577 * font-core.el (font-lock-mode): Specify :group.
17578 * hl-line.el (hl-line-mode): Specify :group.
17579 * iimage.el (iimage): New customization group.
17580 (iimage-mode): Specify :group.
17581 * longlines.el (longlines-mode): Specify :group.
17582 * master.el: Don't require easy-mmode.
17583 (master): New customization group.
17584 (master-mode): Specify :group.
17585 * msb.el (msb-mode): Specify :group.
17586 * reveal.el (reveal-mode): Specify :group.
17587 * simple.el (next-error-follow-minor-mode): Specify :group.
17588 * smerge-mode.el (smerge-mode): Specify :group.
17589 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
17590 * emulation/cua-base.el (cua-mode): Specify :group.
17591 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
17592 * language/thai-util.el (thai-auto-composition-mode)
17593 (thai-word-mode): Specify :group.
17594 * mail/supercite.el (sc-minor-mode): Specify :group.
17595 * progmodes/cwarn.el (cwarn-mode): Specify :group.
17596 * progmodes/flymake.el (flymake-mode): Specify :group.
17597 * progmodes/glasses.el (glasses-mode): Specify :group.
17598 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
17599 * textmodes/enriched.el (enriched-mode): Specify :group.
17600 * textmodes/refill.el (refill-mode): Specify :group.
17601
17602 * add-log.el (change-log-font-lock-keywords): Names in
17603 parenthesized lists can contain spaces.
17604
17605 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
17606
17607 * startup.el (fancy-splash-text): Shorten default text of
17608 "Emacs Tutorial" line. Also, if the current language env
17609 indicates an available tutorial file other than TUTORIAL,
17610 extract its title and append it to the line in parentheses.
17611 (fancy-splash-insert): If arg is a thunk, funcall it.
17612
17613 2005-04-04 Jay Belanger <belanger@truman.edu>
17614
17615 * calc.el (calc-language-alist): Add tags to customization type.
17616
17617 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
17618
17619 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
17620 Doc fix.
17621
17622 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
17623
17624 * add-log.el (change-log-font-lock-keywords): The manual
17625 describing a Change Log entry, says: (...) "Aside from these
17626 header lines, every line in the change log starts with a space or
17627 a tab.". The font-lock was not highlighting lines started with
17628 spaces, added support for it.
17629
17630 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17631
17632 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
17633 (bibtex-generate-url-list): Update docstring accordingly. Put the
17634 complex example in the docstring.
17635 (bibtex-font-lock-url): Use pop.
17636
17637 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17638
17639 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
17640
17641 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
17642
17643 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
17644
17645 * filesets.el (filesets-set-default): Doc fix.
17646
17647 2005-04-03 Lute Kamstra <lute@gnu.org>
17648
17649 * generic.el (define-generic-mode): Add argument to specify
17650 keywords for defcustom.
17651 (default-generic-mode): Specify :group.
17652
17653 * generic-x.el: Specify :group for all generic modes.
17654
17655 * desktop.el (desktop-no-desktop-file-hook)
17656 (desktop-after-read-hook): Doc fix.
17657
17658 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
17659
17660 * simple.el (visible-mode): Use explicit :group keyword.
17661 This changes the group of `visible-mode-hook' from paren-blinking
17662 to editing-basics.
17663
17664 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
17665
17666 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
17667 mailbox specifications as well as URLs.
17668 (rmail-insert-inbox-text): Remove unused conditional branches.
17669
17670 2005-04-01 Jay Belanger <belanger@truman.edu>
17671
17672 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
17673 (calc-gnuplot-print-command): Move definitions to calc.el.
17674
17675 * calc/calc-embed.el (calc-embedded-announce-formula)
17676 (calc-embedded-open-formula, calc-embedded-close-formula)
17677 (calc-embedded-open-word, calc-embedded-close-word)
17678 (calc-embedded-open-plain, calc-embedded-close-plain)
17679 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
17680 (calc-embedded-open-mode, calc-embedded-close-mode):
17681 Move definitions to calc.el.
17682
17683 * calc/calc.el (calc-settings-file, calc-language-alist):
17684 Make customizable.
17685 (calc-embedded-announce-formula, calc-embedded-open-formula)
17686 (calc-embedded-close-formula, calc-embedded-open-word)
17687 (calc-embedded-close-word, calc-embedded-open-plain)
17688 (calc-embedded-close-plain, calc-embedded-open-new-formula)
17689 (calc-embedded-close-new-formula, calc-embedded-open-mode)
17690 (calc-embedded-close-mode, calc-gnuplot-name)
17691 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
17692 from other files and make customizable.
17693
17694 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17695
17696 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
17697 Use buffer-live-p.
17698 (cvs-mode-run): Don't call cvs-update-header here.
17699 (cvs-run-process): Call cvs-update-header.
17700 Use process properties for cvs-postprocess and cvs-buffer so that
17701 the sentinel can behave better if the temp buffer is killed.
17702 Use a pipe rather than a tty, to better handle unexpected prompts.
17703 (cvs-sentinel): Rewrite. Call cvs-update-header.
17704
17705 2005-04-01 Andre Spiegel <spiegel@gnu.org>
17706
17707 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
17708 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
17709
17710 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
17711
17712 * generic.el (define-generic-mode): Add indentation rule.
17713
17714 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
17715
17716 * files.el (mode-require-final-newline): Make Custom correctly
17717 report a nil value and allow to set it to nil via Custom.
17718 Doc fix.
17719
17720 2005-04-01 Kenichi Handa <handa@m17n.org>
17721
17722 * international/characters.el: Enable the correct case setting for
17723 dotless-i and dotted-I.
17724
17725 2005-04-01 Kim F. Storm <storm@cua.dk>
17726
17727 * ido.el (ido-file-internal): Fall back to non-ido command if
17728 initial directory is on slow ftp (or tramp) host.
17729
17730 2005-03-31 Richard M. Stallman <rms@gnu.org>
17731
17732 * emacs-lisp/autoload.el (make-autoload):
17733 Handle define-global-minor-mode.
17734
17735 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17736 Rename from easy-mmode-define-global-mode.
17737 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
17738
17739 * progmodes/scheme.el (scheme-mode-syntax-table):
17740 Update syntax of | and # for two-character comment syntax.
17741
17742 2005-03-31 Lute Kamstra <lute@gnu.org>
17743
17744 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
17745 (define-minor-mode): Call custom-current-group at load-time.
17746
17747 * generic.el (define-generic-mode): Add debug declaration.
17748 Add defcustom for the mode hook.
17749 (generic-mode-internal): Use run-mode-hooks.
17750
17751 2005-03-31 Kim F. Storm <storm@cua.dk>
17752
17753 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
17754 (mouse-fixup-help-message): New defun called by show_help_echo
17755 to fixup mouse-2 prefix in help messages when applicable.
17756
17757 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
17758
17759 2005-03-31 Kenichi Handa <handa@m17n.org>
17760
17761 * language/thai-word.el (thai-find-word-ends): Pay attention to
17762 the case that we reach the end of buffer.
17763
17764 * textmodes/fill.el (fill-text-properties-at): New function.
17765 (fill-newline): Use fill-text-properties-at instead of
17766 text-properties-at.
17767
17768 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
17769
17770 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
17771 not comint-quote-filename.
17772
17773 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
17774
17775 * help-fns.el (help-with-tutorial): Revert last change.
17776
17777 2005-03-31 Kim F. Storm <storm@cua.dk>
17778
17779 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
17780
17781 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
17782
17783 * calendar/cal-china.el: Update reference to "Calendrical
17784 Calculations" book; there's a new edition.
17785 * calendar/cal-coptic.el: Likewise.
17786 * calendar/cal-french.el: Likewise.
17787 * calendar/cal-hebrew.el: Likewise.
17788 * calendar/cal-islam.el: Likewise.
17789 * calendar/cal-iso.el: Likewise.
17790 * calendar/cal-julian.el: Likewise.
17791 * calendar/cal-mayan.el: Likewise.
17792 * calendar/cal-persia.el: Likewise.
17793 * calendar/calendar.el: Likewise.
17794 * calendar/holidays.el: Likewise.
17795 * calendar/lunar.el: Likewise.
17796 * calendar/solar.el: Likewise.
17797
17798 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
17799 white space from doc string.
17800
17801 2005-03-30 Jay Belanger <belanger@truman.edu>
17802
17803 * calc/calc-help.el (calc-full-help): Remove email address.
17804
17805 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
17806
17807 * help-fns.el (help-with-tutorial): Delete title line.
17808
17809 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17810
17811 * calendar/cal-x.el (calendar-one-frame-setup)
17812 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
17813 rather than `symbol' for set-window-dedicated-p.
17814
17815 * calendar/appt.el (appt-buffer-name): Make it a constant.
17816 (appt-add): Doc fix.
17817
17818 * filesets.el (filesets-menu-path, filesets-menu-before)
17819 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
17820 (filesets-menu-cache-file): Use directory ~/.emacs.d.
17821 (filesets-add-submenu): Delete and use add-submenu instead.
17822
17823 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
17824
17825 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
17826 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
17827 (org-diary-default-entry): New function.
17828 (org-get-entries-from-diary): Better parsing of diary entries.
17829 (org-agenda-check-no-diary): New function.
17830 ("diary-lib"): Advice to function `add-to-diary-list', to allow
17831 linking to diary entries.
17832 (org-agenda-execute-calendar-command): New function.
17833 (org-agenda): Improve visible section in window.
17834 Use `org-fit-agenda-window'.
17835 (org-fit-agenda-window): New option.
17836 (org-move-subtree-down): Better handling of empty lines
17837 at end of subtree.
17838 (org-cycle): Numeric prefix is interpreted now as show-subtree N
17839 levels up.
17840 (org-fontify-done-headline): New option.
17841 (org-headline-done-face): New face.
17842 (org-set-font-lock-defaults): Use `org-headline-done-face'.
17843 (org-table-copy-down): Rename from `org-table-copy-from-above'.
17844 When current field is non-empty, it is copied to next row.
17845 (org-table-copy-from-above): Fix bug which made it
17846 impossible to copy fields containing only a single non-white character.
17847
17848 2005-03-30 Kim F. Storm <storm@cua.dk>
17849
17850 * kmacro.el (kmacro-end-macro): Isearch may store this command
17851 into the macro -- so ignore it when executing keyboard macro.
17852
17853 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
17854
17855 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
17856
17857 2005-03-29 Kenichi Handa <handa@m17n.org>
17858
17859 * language/thai.el ("Thai"): Set setup-function and exit-function
17860 for Thai language environment.
17861
17862 * language/thai-util.el: Require thai-word.
17863 (thai-word-mode-map): New variable.
17864 (thai-word-mode): New minor mode.
17865 (setup-thai-language-environment-internal): New function.
17866 (exit-thai-language-environment-internal): New function.
17867
17868 * language/thai-word.el (thai-word-table): Declare it by defvar,
17869 use dolist to initialize it.
17870 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
17871 (thai-fill-find-break-point): New functions.
17872
17873 2005-03-29 Richard M. Stallman <rms@gnu.org>
17874
17875 * simple.el (idle-update-delay): Move definition up.
17876 (set-mark): Doc fix.
17877
17878 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
17879
17880 * longlines.el: New file.
17881
17882 * simple.el (buffer-substring-filters): New variable.
17883 (filter-buffer-substring): New function.
17884 (kill-region, copy-region-as-kill): Use it.
17885
17886 * register.el (copy-to-register, append-to-register)
17887 (prepend-to-register): Use filter-buffer-substring.
17888
17889 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
17890
17891 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
17892 (gud-filter-pending-text): Move in front of gdb.
17893 (gud-overlay-arrow-position): New variable.
17894 (gud-sentinel, gud-display-line): Use it in place of
17895 overlay-arrow-position.
17896
17897 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
17898
17899 * progmodes/fortran.el (fortran-if-indent): Doc fix.
17900 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
17901 (fortran-font-lock-keywords-4): New variable.
17902 (fortran-blocks-re, fortran-end-block-re)
17903 (fortran-start-block-re): New constants, for hideshow.
17904 (hs-special-modes-alist): Add a Fortran entry.
17905 (fortran-mode-map): Bind fortran-end-of-block,
17906 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
17907 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
17908 (fortran-looking-at-if-then, fortran-end-of-block)
17909 (fortran-beginning-of-block): New functions, for hideshow.
17910
17911 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17912 Doc fix. Tweak regexp.
17913 (f90-beginning-of-block): Push mark first.
17914
17915 2005-03-29 Jay Belanger <belanger@truman.edu>
17916
17917 * calc/calc.el: Update copyright date.
17918 (calc-version): Increase to 2.1.
17919 (calc-version-date): Remove.
17920
17921 * calc/calc-help.el: Update copyright date.
17922 (calc-full-help): Remove reference to calc-version-date.
17923 Update copyright date.
17924
17925 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17926
17927 * vc.el (vc-do-command): Use a pipe for async processes, so password
17928 prompts don't show up at places where the user can't reply.
17929
17930 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
17931
17932 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
17933 on the file name we pass to the inferior shell.
17934
17935 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
17936
17937 * progmodes/which-func.el (which-function): Be robust in the face of an
17938 imenu--make-index-alist failure.
17939
17940 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17941
17942 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
17943
17944 * progmodes/python.el (python-preoutput-filter): Fix last change.
17945
17946 2005-03-29 Lute Kamstra <lute@gnu.org>
17947
17948 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
17949 functions and compiled macros.
17950 (debug-convert-byte-code): Handle macros too.
17951 (debug-on-entry-1): Don't signal an error when trying to clear a
17952 function that is not set to debug on entry.
17953
17954 2005-03-29 Jay Belanger <belanger@truman.edu>
17955
17956 * calc/calc-lang.el: Add functions to math-function-table
17957 properties of tex and math.
17958
17959 2005-03-29 Kenichi Handa <handa@m17n.org>
17960
17961 * ps-mule.el (ps-mule-plot-string): Translate characters by
17962 ps-print-translation-table.
17963 (ps-mule-begin-job): Call find-charset-region/string with
17964 ps-print-translation-table.
17965 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
17966
17967 * ps-print.el (ps-print-translation-table): New variable.
17968 (ps-plot-region): Translate characters by ps-print-translation-table.
17969
17970 2005-03-29 Juri Linkov <juri@jurta.org>
17971
17972 * simple.el (next-error-highlight-timer): New variable.
17973
17974 * progmodes/compile.el (compilation-goto-locus):
17975 Use `next-error-highlight-timer' instead of `sit-for'.
17976
17977 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17978
17979 * mail/supercite.el (sc-mail-field): Use assoc-string.
17980 (sc-get-address): Simplify regexps.
17981
17982 * files.el (minibuffer-with-setup-hook): New macro.
17983 (find-file-read-args): Use it to avoid let-binding
17984 minibuffer-with-setup-hook (which breaks turning on/off
17985 file-name-shadow-mode while in the prompt).
17986
17987 * complete.el (PC-read-include-file-name-internal):
17988 Use test-completion.
17989
17990 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
17991
17992 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
17993
17994 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17995
17996 * window.el (window-buffer-height): Use count-screen-lines.
17997
17998 * progmodes/python.el (python-preoutput-leftover): New var.
17999 (python-preoutput-filter): Use it.
18000 (python-send-receive): Loop until all the result has been received.
18001
18002 2005-03-28 Juri Linkov <juri@jurta.org>
18003
18004 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
18005
18006 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
18007 "Recover Crashed Session".
18008 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
18009 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
18010 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
18011 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
18012 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
18013 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
18014 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
18015 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
18016
18017 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
18018 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
18019 Ediff Sessions", "Toggle use of separate control buffer frame",
18020 "Use separate frame for Ediff control buffer".
18021
18022 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
18023 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
18024 "Rename Bookmark", "Delete Bookmark".
18025
18026 * info.el (Info-mode-menu): Remove ellipsis from "Index".
18027 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
18028 Add `:active Info-index-alternatives' to "Next Matching Item".
18029
18030 * wdired.el (wdired-change-to-wdired-mode):
18031 Mention `wdired-abort-changes' key in the initial message.
18032
18033 * international/mule.el (auto-coding-alist): Associate non-ascii
18034 image filename extensions with `no-conversion'.
18035
18036 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18037
18038 * international/iso-acc.el:
18039 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18040
18041 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
18042
18043 * textmodes/sgml-mode.el (html-mode): Doc update.
18044
18045 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18046
18047 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
18048
18049 * term.el (term-move-columns): Fix face after extending a line.
18050 (term-insert-spaces): Likewise.
18051 (term-reset-terminal): Fix off by one error.
18052
18053 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18054
18055 * international/mule.el (auto-coding-alist): Add .xpi files.
18056
18057 * files.el (auto-mode-alist): Add .xpi files.
18058
18059 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
18060
18061 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18062
18063 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18064
18065 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18066
18067 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
18068
18069 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18070 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
18071
18072 * calendar/cal-move.el (calendar-beginning-of-year): Move the
18073 cursor to Jan 1 when needed.
18074 (calendar-end-of-year): Fix -/+ typo.
18075 Reported by Chong Yidong <cyd@stupidchicken.com>.
18076
18077 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18078
18079 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18080
18081 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18082 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
18083
18084 2005-03-25 Richard M. Stallman <rms@gnu.org>
18085
18086 * filesets.el (filesets-init): Add autoload.
18087
18088 * mail/mailalias.el (mail-directory): Doc fix.
18089
18090 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18091
18092 * mail/mailalias.el (mail-directory-process): Do nothing if
18093 mail-directory-process is an atom.
18094 (mail-get-names): Ignore mail-directory-names if it is an atom.
18095 (mail-directory-process defvar): Doc fix.
18096 (mail-names): Doc fix.
18097
18098 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
18099
18100 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18101
18102 2005-03-26 Kenichi Handa <handa@m17n.org>
18103
18104 * international/mule-util.el (detect-coding-with-priority):
18105 Call update-coding-systems-internal before detect-coding-region.
18106
18107 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
18108
18109 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18110 (gdb-frames-mode-map): Add follow-link property.
18111
18112 2005-03-25 Jay Belanger <belanger@truman.edu>
18113
18114 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
18115 for variables.
18116
18117 2005-03-25 Juri Linkov <juri@jurta.org>
18118
18119 * image-mode.el: Optimize image filename extension regexps in
18120 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
18121 in `auto-mode-alist'.
18122 (image-mode): Add `image-toggle-display-text' to local hook
18123 `change-major-mode-hook'. Display the image as an image by
18124 default. Set `cursor-type' and `truncate-lines' if the image
18125 is already displayed. Take into account the current mode (image
18126 or text) in message.
18127 (image-minor-mode): New minor mode.
18128 (image-mode-maybe, image-toggle-display-text): New functions.
18129 (image-toggle-display): Use called-interactively-p.
18130 Let-bind `inhibit-read-only' to t.
18131
18132 * image-mode.el (image-minor-mode): Set `cursor-type' and
18133 `truncate-lines' if the image is already displayed. Add turning
18134 image-minor-mode off to `change-major-mode-hook'. Add message.
18135 Call `image-toggle-display-text' after turning image-minor-mode off.
18136
18137 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18138
18139 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
18140 Terminal.app, use utf-8.
18141 (set-display-table-and-terminal-coding-system): Add coding-system arg.
18142 (set-locale-environment): Use it.
18143
18144 * term/xterm.el: Undo last change, better done in mule-cmds.el.
18145
18146 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
18147
18148 * progmodes/python.el (python-close-block-statement-p)
18149 (python-outdent-p, python-current-defun): Use symbol-end.
18150
18151 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
18152
18153 * files.el (save-some-buffers): Doc fix.
18154
18155 2005-03-25 Werner Lemberg <wl@gnu.org>
18156
18157 * complete.el, thumbs.el: Replace `legal' with `valid'.
18158 * calendar/calendar.el: Replace `legal' with `valid'.
18159 * emacs-lisp/advice.el: Replace `legal' with `valid'.
18160 * mail/supercite.el: Replace `legal' with `valid'.
18161 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
18162 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
18163 Replace `legal' with `valid'.
18164 * textmodes/reftex-vars.el, textmodes/reftex.el:
18165 Replace `legal' with `valid'.
18166
18167 2005-03-25 Werner Lemberg <wl@gnu.org>
18168
18169 * calc/calc-forms.el, calc/calc-sel.el
18170 * midnight.el, vc-cvs.el
18171 * emacs-lisp/cl-macs.el
18172 * emulation/vip.el
18173 * eshell/esh-io.el, eshell/esh-var.el
18174 * mail/supercite.el
18175 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
18176 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
18177 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
18178 * progmodes/sh-script.el, progmodes/xscheme.el
18179 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
18180 * textmodes/reftex-index.el, textmodes/reftex-parse.el
18181 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
18182 * textmodes/reftex.el, textmodes/org.el:
18183 Replace `illegal' with `invalid'.
18184
18185 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18186
18187 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
18188 (flymake-find-buildfile, flymake-find-possible-master-files)
18189 (flymake-check-include, flymake-parse-line): Replace loops over the
18190 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
18191
18192 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
18193 Substitute file-name-as-directory in the rest of the file.
18194 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
18195 (flymake-replace-region): Remove unused arg `buffer'.
18196 (flymake-check-patch-master-file-buffer): Update calls to it.
18197 (flymake-add-err-info): Remove unused var `count'.
18198 (flymake-mode): Use define-minor-mode.
18199
18200 * progmodes/flymake.el: Use with-current-buffer.
18201 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
18202 flymake-replace-regexp-in-string, flymake-line-beginning-position)
18203 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
18204 Avoid testing for `xemacs'.
18205 (flymake-nop): Move.
18206 (flymake-region-has-flymake-overlays): Return the computed value.
18207 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
18208 Remove unused var `endline'.
18209 (flymake-get-line-count): Remove unused function.
18210 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
18211
18212 * emulation/vi.el:
18213 * generic.el:
18214 * hilit-chg.el (global-highlight-changes):
18215 * hi-lock.el (hi-lock-mode):
18216 * follow.el: find-file-hooks -> find-file-hook.
18217
18218 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
18219
18220 2005-03-24 Juri Linkov <juri@jurta.org>
18221
18222 * dired.el (dired-mode-map): Add menu item "Compare directories"
18223 for dired-compare-directories.
18224
18225 * dired-aux.el (dired-compare-directories): Add autoload cookie.
18226 Doc fix. Replace `read-file-name' with `read-directory-name'.
18227
18228 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18229
18230 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
18231
18232 2005-03-24 Jay Belanger <belanger@truman.edu>
18233
18234 * calc/calc-embed.el (calc-embedded-mode-change): Save all
18235 relevant mode settings in calc-embedded-original-modes when modes
18236 are permanently changed.
18237
18238 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18239
18240 * autoinsert.el: find-file-hooks -> find-file-hook.
18241
18242 2005-03-24 Lute Kamstra <lute@gnu.org>
18243
18244 * generic.el (generic-font-lock-defaults): Make it obsolete.
18245 (generic-font-lock-keywords): New variable to replace
18246 generic-font-lock-defaults.
18247 (generic-mode-set-font-lock): Delete it.
18248 (generic-mode-internal): Don't call generic-mode-set-font-lock.
18249 (generic-bracket-support): Add docstring.
18250
18251 * generic-x.el: Rename generic-font-lock-defaults to
18252 generic-font-lock-keywords throughout.
18253 (mailagent-rules-setup-function): Delete it.
18254 (mailagent-rules-generic-mode): Use anonymous function instead.
18255 (show-tabs-generic-mode-font-lock-defaults-1)
18256 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
18257 Quote faces.
18258 (show-tabs-tab-face, show-tabs-space-face): Specify background,
18259 not foreground.
18260
18261 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
18262 Recognize define-generic-mode.
18263
18264 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
18265
18266 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
18267 if there's no completion table.
18268
18269 2005-03-23 Miles Bader <miles@gnu.org>
18270
18271 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18272 Remove tty-specific variants, as they're no longer needed.
18273
18274 2005-03-23 Lute Kamstra <lute@gnu.org>
18275
18276 * generic-x.el: Code cleanup: make args constant whenever possible.
18277 (installshield-statement-keyword-list)
18278 (installshield-system-functions-list)
18279 (installshield-system-variables-list, installshield-types-list)
18280 (installshield-funarg-constants-list): Make them constants.
18281
18282 * generic.el (generic-make-keywords-list): Add autoload cookie.
18283
18284 * calendar/time-date.el: Add comment on time value formats.
18285 Don't require parse-time.
18286 (with-decoded-time-value): New macro.
18287 (encode-time-value): New function.
18288 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18289 (days-to-time): Return a valid time value when arg is huge.
18290 (time-since): Use time-subtract.
18291 (time-to-number-of-days): Use time-to-seconds.
18292
18293 2005-03-23 David Ponce <david@dponce.com>
18294
18295 * recentf.el (recentf-keep): New option.
18296 (recentf-menu-action): Default to `find-file'.
18297 (recentf-keep-non-readable-files-flag)
18298 (recentf-keep-non-readable-files-p)
18299 (recentf-file-readable-p, recentf-find-file)
18300 (recentf-cleanup-remote): Remove.
18301 (recentf-include-p): More robust.
18302 (recentf-keep-p): New function.
18303 (recentf-remove-if-non-kept): Rename from
18304 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
18305 All callers updated.
18306 (recentf-menu-items-for-commands): Fix help string.
18307 (recentf-track-closed-file): Update. Doc fix.
18308 (recentf-cleanup): Update. Count removed files. Doc fix.
18309
18310 2005-03-23 Kim F. Storm <storm@cua.dk>
18311
18312 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18313 Don't inherit from fringe face (now happens automatically).
18314
18315 2005-03-22 Kim F. Storm <storm@cua.dk>
18316
18317 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
18318 position values.
18319
18320 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18321
18322 * menu-bar.el (showhide-date-time): Remove.
18323 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
18324 (menu-bar-make-mm-toggle): Simplify.
18325
18326 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18327
18328 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
18329 Accept qualified variable and function names.
18330
18331 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
18332
18333 * bindings.el (completion-ignored-extensions):
18334 Remove ".lis" for `vax-vms'.
18335
18336 2005-03-22 Andreas Schwab <schwab@suse.de>
18337
18338 * generic-x.el: Revert last change.
18339 * ldefs-boot.el: Update.
18340
18341 2005-03-22 Jay Belanger <belanger@truman.edu>
18342
18343 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
18344 (calc-embedded-save-original-modes)
18345 (calc-embedded-restore-original-modes): New functions.
18346 (calc-do-embedded): Save original modes when entering embedded mode
18347 and restore when leaving embedded mode.
18348 (calc-embedded-modes-change): Change the value of
18349 calc-embedded-original-modes to reflect permanent changes.
18350
18351 2005-03-22 Lute Kamstra <lute@gnu.org>
18352
18353 * generic-x.el: Require generic again.
18354
18355 2005-03-22 Miles Bader <miles@gnu.org>
18356
18357 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18358 Tweak details to look good on both ttys and bitmap displays, light
18359 or dark background, etc.
18360
18361 2005-03-21 Kim F. Storm <storm@cua.dk>
18362
18363 * tooltip.el (tooltip-show-help-function): Check car and cdr of
18364 mouse position.
18365
18366 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18367
18368 * icomplete.el: Don't forcibly turn on the mode upon load.
18369 (icomplete-mode): Use define-minor-mode.
18370 (icomplete-eoinput): Default to nil.
18371 (icomplete-minibuffer-setup): Remove autoload.
18372 (icomplete-tidy): Simplify.
18373 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
18374 in the initial state or if the user has modified the field.
18375 Fix handling of icomplete-max-delay-chars.
18376 Remove code that handles the oddball case where
18377 minibuffer-completion-table is an integer.
18378 Wrap icomplete-completions in while-no-input in case building
18379 completions takes more time than expected.
18380 (icomplete-completions): Simplify.
18381
18382 2005-03-21 Richard M. Stallman <rms@gnu.org>
18383
18384 * jka-compr.el (jka-compr-really-do-compress):
18385 Make variable buffer-local.
18386
18387 * image-mode.el: Handle .xpm files too.
18388 (image-toggle-display): Preserve modification flag.
18389
18390 * help.el (where-is): Don't mention aliases with no key bindings.
18391
18392 2005-03-21 Lute Kamstra <lute@gnu.org>
18393
18394 * generic.el: Fix commentary section. Don't require cl for
18395 compilation.
18396 (generic-mode-list): Add autoload cookie.
18397 (generic-use-find-file-hook, generic-lines-to-scan)
18398 (generic-find-file-regexp, generic-ignore-files-regexp)
18399 (generic-mode, generic-mode-find-file-hook)
18400 (generic-mode-ini-file-find-file-hook): Fix docstrings.
18401 (define-generic-mode): Make it a defmacro. Fix docstring.
18402 (generic-mode-internal): Code cleanup. Add autoload cookie.
18403 (generic-mode-set-comments): Code cleanup.
18404 * generic-x.el: Don't prevent compilation. Don't require generic.
18405 Follow coding conventions. Minor code cleanup.
18406 (etc-fstab-generic-mode): Add some keywords.
18407 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
18408 define-generic-mode like a function declaration.
18409
18410 2005-03-21 Jay Belanger <belanger@truman.edu>
18411
18412 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
18413 changing modes.
18414
18415 2005-03-21 Sam Steingold <sds@gnu.org>
18416
18417 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
18418
18419 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
18420
18421 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
18422 Add underscore to "f$ lexicals" regexp.
18423
18424 2005-03-20 Juri Linkov <juri@jurta.org>
18425
18426 * subr.el (progress-reporter-do-update): When `min-value' is equal
18427 to `max-value', set `percentage' to 0 and prevent division by zero.
18428
18429 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
18430
18431 Sync with Tramp 2.0.48.
18432
18433 * net/tramp.el (all): Change all addresses to .gnu.org.
18434 (tramp-append-tramp-buffers): New defun.
18435 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
18436 Catch `dont-send' signal.
18437 (tramp-set-auto-save-file-modes): Set always permissions, because
18438 there might be an old auto-saved file belonging to another
18439 original file. This could be a security threat. Reported by
18440 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
18441 Check for Emacs 21.3.50 removed.
18442
18443 * net/tramp-smb.el (all): Remove debug construct for
18444 `with-parsed-tramp-file-name'.
18445 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
18446 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
18447 No error message if DIRECTORY or FILENAME doesn't exist.
18448 (tramp-smb-open-connection): Check existence of
18449 `tramp-smb-program'.
18450
18451 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18452
18453 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
18454 Properly handle the case where the `m' or `s' command's argument is not
18455 yet terminated.
18456 (perl-indent-new-calculate): New function.
18457 (perl-indent-line): Use it.
18458
18459 2005-03-20 Miles Bader <miles@gnu.org>
18460
18461 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
18462 in text-mode too. Change to new face names.
18463 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
18464 Add `:weight bold' attribute.
18465 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
18466
18467 2005-03-19 Juri Linkov <juri@jurta.org>
18468
18469 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
18470
18471 * international/mule.el (auto-coding-alist): Sync with
18472 `auto-mode-alist' by adding upper case archive file extensions
18473 and adding ear/war to jar extension.
18474
18475 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
18476
18477 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
18478 running, restart it.
18479
18480 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
18481
18482 * finder.el (finder-current-item): Throw an error on an empty line.
18483
18484 * man.el (Man-follow-manual-reference): If current-word returns
18485 nil, use "".
18486
18487 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
18488
18489 * simple.el (goto-line): Doc fix.
18490
18491 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
18492
18493 * files.el (save-buffer): Doc fix.
18494
18495 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
18496
18497 * recentf.el (recentf-cleanup-remote): New variable.
18498 (recentf-cleanup): Use it to conditionally check availability of
18499 remote files.
18500
18501 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
18502
18503 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
18504 function names.
18505
18506 2005-03-19 Eli Zaretskii <eliz@gnu.org>
18507
18508 * language/thai-word.el: New file.
18509
18510 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18511
18512 * files.el (backup-buffer): If the file's directory is not
18513 writable, use copy instead of move to backup the file.
18514
18515 2005-03-19 Eli Zaretskii <eliz@gnu.org>
18516
18517 * obsolete/keyswap.el: Moved to obsolete/ from term/.
18518
18519 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18520
18521 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
18522 Use functionp instead of symbolp and fboundp. Reported by Drkm
18523 <darkman_spam@yahoo.fr>.
18524 (ps-print-version): New version 6.6.6.
18525
18526 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
18527
18528 * textmodes/table.el (table--line-column-position): New idiom.
18529 (table--row-column-insertion-point-p): New function to test
18530 validity of row and column insertion operation at a location.
18531 (table-global-menu, table-cell-menu): Use above functions for
18532 deterministic test operation.
18533 (table--editable-cell-p): Behave in deterministic fashion.
18534
18535 2005-03-18 Juri Linkov <juri@jurta.org>
18536
18537 * isearch.el (isearch-lazy-highlight-new-loop):
18538 Make arguments beg and end optional.
18539 (isearch-update): Remove optional arguments nil from
18540 isearch-lazy-highlight-new-loop.
18541 (isearch-lazy-highlight-search): Let-bind case-fold-search to
18542 isearch-lazy-highlight-case-fold-search instead of
18543 isearch-case-fold-search, and let-bind isearch-regexp to
18544 isearch-lazy-highlight-regexp.
18545 Use isearch-lazy-highlight-last-string instead of isearch-string.
18546
18547 * replace.el (perform-replace): Remove bindings of global
18548 variables isearch-string, isearch-regexp, isearch-case-fold-search.
18549 Add three new arguments to `replace-highlight'.
18550 (replace-highlight): Add arguments string, regexp, case-fold.
18551 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
18552 to allow isearch-lazy-highlight-new-loop to use these values
18553 to set corresponding isearch-lazy-highlight-* internal
18554 variables whose values lazy highlighting will use regardless of
18555 changes to global variables isearch-string, isearch-regexp,
18556 isearch-case-fold-search during lazy highlighting loop.
18557 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
18558 to `lazy-highlight-cleanup'.
18559
18560 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
18561 (ispell-highlight-face): Set default face to `isearch' when
18562 lazy highlighting is enabled.
18563 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
18564 priority to 1. Add lazy highlighting.
18565 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
18566 from `isearch-dehighlight'.
18567
18568 2005-03-18 David Ponce <david@dponce.com>
18569
18570 * files.el (hack-local-variables): Do a case-insensitive search
18571 for End.
18572
18573 2005-03-18 Juri Linkov <juri@jurta.org>
18574
18575 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
18576 `isearch-lazy-highlight-cleanup', add alias to old name and
18577 declare obsolete. Add release numbers to other obsolete vars.
18578 (isearch-done, isearch-lazy-highlight-new-loop):
18579 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
18580 (lazy-highlight-cleanup) <variable>: Doc fix.
18581 (isearch-lazy-highlight-update): Rename obsolete
18582 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
18583
18584 2005-03-18 Kenichi Handa <handa@m17n.org>
18585
18586 * language/thai-util.el: Fix categorization of Thai characters in
18587 thai-category-table.
18588 (thai-composition-pattern): Adjust it for the above change.
18589 (thai-self-insert-command, thai-compose-syllable): New functions.
18590 (thai-compose-region): Use thai-compose-syllable.
18591 (thai-compose-string): Likewise.
18592 (thai-composition-function): Likewise.
18593 (thai-auto-composition): New function.
18594 (thai-auto-composition-mode): New minor mode.
18595
18596 * language/thai.el: Fix patterns to be registered in
18597 composition-function-table.
18598
18599 * international/quail.el (quail-input-method): Locally bind
18600 inhibit-modification-hooks to t.
18601
18602 2005-03-17 Richard M. Stallman <rms@gnu.org>
18603
18604 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
18605 (perl-mode): Use run-mode-hooks.
18606
18607 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
18608 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
18609 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
18610
18611 * mail/sendmail.el (sendmail-send-it): Reenable the code
18612 to compute resend-to-address and use it.
18613
18614 * tar-mode.el (tar-mode): Turn off undo unconditionally.
18615
18616 * image-mode.el: New file.
18617
18618 * image.el (insert-sliced-image): Add autoload cookie.
18619
18620 * font-lock.el (font-lock-lines-before): New user option.
18621 (font-lock-after-change-function): Obey it.
18622
18623 * bindings.el (esc-map): Make M-g a prefix.
18624 Bind M-g g and M-g M-g to goto-line.
18625
18626 * faces.el (face-id): Doc fix.
18627
18628 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18629
18630 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
18631 (rmail-show-message): Use rmail-unknown-mail-followup-to.
18632 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
18633
18634 * mail/sendmail.el (mail-yank-ignored-headers)
18635 (mail-font-lock-keywords, mail-mode-fill-paragraph):
18636 Add Mail-Followup-To and Mail-Reply-To headers.
18637 (mail-citation-hook): Add autoload cookie.
18638 (mail-mode): Doc fix.
18639 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
18640 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
18641 (mail-mode-fill-paragraph): Handle those headers.
18642 (mail-mailing-lists): New variable.
18643 (mail-mail-reply-to, mail-mail-followup-to): New functions.
18644
18645 2005-03-17 Juri Linkov <juri@jurta.org>
18646
18647 * isearch.el (isearch-fallback): Check for `(car previous)'
18648 before calling `isearch-other-end-state'.
18649
18650 2005-03-17 Kim F. Storm <storm@cua.dk>
18651
18652 * simple.el (move-beginning-of-line): Move to beginning of buffer
18653 line, as well as beginning of screen line.
18654
18655 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
18656
18657 * calendar/diary-lib.el (mark-diary-entries): Use new optional
18658 argument REDRAW rather than calendar-redrawing variable.
18659 * calendar/calendar.el (calendar-redrawing): Delete.
18660 (redraw-calendar): Do not bind calendar-redrawing.
18661
18662 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
18663
18664 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
18665 diary-file buffer.
18666
18667 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
18668
18669 * help.el (describe-mode): Allow a :minor-mode-function property to
18670 specify a different minor mode toggle function than the variable.
18671 * simple.el (auto-fill-function):
18672 * subr.el (add-minor-mode): Use it.
18673
18674 2005-03-16 Kenichi Handa <handa@m17n.org>
18675
18676 * language/ethio-util.el (sera-being-called-by-w3): New variable.
18677 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
18678 (ethio-fidel-to-sera-buffer): Likewise.
18679
18680 2005-03-16 Juri Linkov <juri@jurta.org>
18681
18682 * emacs-lisp/find-func.el (find-function-regexp):
18683 Add defun-emitting macro `menu-bar-make-toggle'.
18684
18685 * isearch.el: Put `isearch-scroll' property to
18686 `split-window-horizontally'.
18687
18688 * info.el: Update error messages for `debug-ignored-errors'.
18689 (Info-isearch-search): Doc fix.
18690 (Info-find-node): Move up code to go into info buffer before
18691 recording the node to the history.
18692 (Info-fontify-node): Fontify titles only if the next line
18693 has two or more `*', `=', `-', `.'.
18694 Display "go to this node" for empty (match-string 3).
18695
18696 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18697
18698 * term/mac-win.el: Add mouse pointer shape constants.
18699
18700 2005-03-15 Kim F. Storm <storm@cua.dk>
18701
18702 * simple.el (move-beginning-of-line): Use vertical-motion.
18703
18704 2005-03-15 Juri Linkov <juri@jurta.org>
18705
18706 * isearch.el (isearch-error): New variable.
18707 (isearch-invalid-regexp, isearch-within-brackets): Remove.
18708 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
18709 (isearch-within-brackets-state): Remove.
18710 (isearch-case-fold-search-state, isearch-pop-fun-state):
18711 Decrease frame index.
18712 (isearch-mode, isearch-top-state, isearch-push-state)
18713 (isearch-edit-string, isearch-abort, isearch-search-and-update)
18714 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
18715 (isearch-search, isearch-lazy-highlight-new-loop):
18716 Replace `isearch-invalid-regexp' with `isearch-error'.
18717 Remove `isearch-within-brackets'.
18718 (isearch-search): Add `search-failed' handler to `condition-case'.
18719 (isearch-lazy-highlight-search): Add `condition-case' to catch
18720 errors and allow `isearch-lazy-highlight-update' to try
18721 highlighting from the beginning of the window.
18722 (isearch-repeat): Move up code to set isearch-wrapped to t
18723 before calling isearch-wrap-function.
18724
18725 * info.el (Info-isearch-initial-node): New internal variable.
18726 (Info-search): Signal an error in isearch mode when search leaves
18727 the initial node. Signal an error when `bound' is non-nil and
18728 nothing was found in the current subfile.
18729 (Info-isearch-search): Remove `condition-case'.
18730 (Info-isearch-wrap): Don't wrap when search failed during leaving
18731 the initial node. If `Info-isearch-search' is nil, wrap around
18732 the current node.
18733 (Info-isearch-start): New fun.
18734 (Info-mode): Add buffer-local hook `Info-isearch-start' to
18735 `isearch-mode-hook'.
18736
18737 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18738
18739 * simple.el (normal-erase-is-backspace): Set default to t if
18740 running on Mac.
18741
18742 * term/mac-win.el (function-key-map): Sync with x-win.el.
18743
18744 2005-03-15 Kenichi Handa <handa@m17n.org>
18745
18746 * international/mule-cmds.el (locale-language-names): Modify the
18747 format of elements and add more entries.
18748 (locale-preferred-coding-systems): Add more entries.
18749 (set-locale-environment): Adjust for the change of
18750 locale-language-names.
18751
18752 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
18753
18754 * pcvs.el (smerge-ediff): Remove bogus autoload.
18755
18756 2005-03-14 Lute Kamstra <lute@gnu.org>
18757
18758 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
18759 Ignore a `*' at the beginning of a line.
18760
18761 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
18762 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
18763 subr.el.
18764 (dont-compile, eval-when-compile, eval-and-compile): Use declare
18765 to specify indentation.
18766
18767 * generic.el (define-generic-mode): Let generic-mode-list be a
18768 list of strings; test membership with equal.
18769
18770 2005-03-14 Kim F. Storm <storm@cua.dk>
18771
18772 * simple.el (next-line, previous-line): Add optional try-vscroll
18773 arg to recognize interactive use. Pass it on to line-move.
18774 (line-move): Don't perform auto-window-vscroll when defining or
18775 executing keyboard macro to ensure consistent behavior.
18776
18777 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
18778
18779 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
18780
18781 2005-03-13 Lute Kamstra <lute@gnu.org>
18782
18783 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
18784 debugger-setup-buffer so that backtrace marks the frames set to
18785 debug-on-exit and we don't have to do it manually. Set an extra
18786 debug-on-exit for macro's.
18787 (debugger-setup-buffer): Don't mark the top frame manually.
18788
18789 2005-03-12 Lute Kamstra <lute@gnu.org>
18790
18791 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
18792 lisp-indent-function throughout.
18793 (with-no-warnings): Set lisp-indent-function property.
18794
18795 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
18796
18797 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
18798 Add entry for backslash.
18799
18800 2005-03-12 Juri Linkov <juri@jurta.org>
18801
18802 * info.el (Info-search): Four fixes for backward search.
18803
18804 2005-03-11 Jay Belanger <belanger@truman.edu>
18805
18806 * calc/calc.el (calc-language-alist): New variable.
18807 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
18808 (calc-embedded-find-modes): Use calc-language-alist instead of
18809 calc-embedded-language-alist.
18810
18811 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18812
18813 * calendar/calendar.el (calendar-redrawing): New internal
18814 variable.
18815 (redraw-calendar): Remove bogus save-excursion from previous
18816 change. Bind calendar-redrawing to t for mark-diary-entries.
18817 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
18818 calendar if that is why we were called.
18819
18820 2005-03-11 Kenichi Handa <handa@m17n.org>
18821
18822 * international/mule.el (make-coding-system): Set property
18823 coding-system-define-form to nil.
18824 (define-coding-system-alias): Likewise.
18825
18826 2005-03-11 Kenichi Handa <handa@m17n.org>
18827
18828 These changes are suggested by Dave Love <fx@gnu.org>.
18829
18830 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
18831 coding: tag.
18832 (adaptive-fill-regexp): Add more bullets.
18833 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
18834 regexps.
18835
18836 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18837
18838 * help.el (describe-mode): Properly handle non-trivial lighters.
18839 Don't ignore minor modes that are not listed in minor-mode-list.
18840
18841 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
18842 feature ON when the user requests to turn it OFF.
18843
18844 2005-03-10 Lute Kamstra <lute@gnu.org>
18845
18846 * emacs-lisp/debug.el (debug-entry-code): Delete it.
18847 (implement-debug-on-entry): New function to replace debug-entry-code.
18848 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
18849 second argument as the 2005-03-07 change makes it obsolete.
18850 (debug-on-entry, cancel-debug-on-entry): Update call to
18851 debug-on-entry-1.
18852 (debug, debugger-setup-buffer): Comment update.
18853 (debugger-frame-number): Update to work with implement-debug-on-entry.
18854
18855 2005-03-10 Jay Belanger <belanger@truman.edu>
18856
18857 * calc/calc-embed.el (math-ms-args): Declare it.
18858 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
18859 math-ms-args.
18860 (calc-embedded-subst): Use math-multi-subst-rec to substitute
18861 variables.
18862
18863 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
18864
18865 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
18866 Use message-box.
18867
18868 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
18869 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
18870 (tooltip-gud-tips): Simplify.
18871 (tooltip-gud-tips-p): Remove superfluous :set.
18872 (tooltip-gud-modes): Add fortran-mode.
18873 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
18874
18875 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
18876
18877 2005-03-09 Kim F. Storm <storm@cua.dk>
18878
18879 * play/animate.el (animate-place-char): Use forward-line instead
18880 of next-line to improve performance.
18881
18882 2005-03-09 Simon Josefsson <jas@extundo.com>
18883
18884 * net/browse-url.el (browse-url-default-browser): Doc fix.
18885
18886 2005-03-09 Miles Bader <miles@gnu.org>
18887
18888 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
18889 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
18890
18891 2005-03-09 Kenichi Handa <handa@m17n.org>
18892
18893 * international/latin-1.el: Set case and syntax for 255 only if
18894 set-case-syntax-set-multibyte is nil.
18895
18896 * textmodes/ispell.el (ispell-insert-word): New function.
18897 (ispell-word): Use ispell-insert-word to insert a new word.
18898 (ispell-process-line): Likewise.
18899 (ispell-complete-word): Likewise.
18900
18901 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
18902
18903 * calendar/calendar.el (redraw-calendar): Preserve point.
18904 Reported by Matt Hodges <MPHodges@member.fsf.org>.
18905 (calendar-week-start-day): Move after definition of
18906 redraw-calendar. Delete buffer test, since redraw-calendar has
18907 that now.
18908
18909 * calendar/diary-lib.el (mark-diary-entries): Only call
18910 redraw-calendar in the first of any recursive calls.
18911 Reported by Alan Shutko <ats@acm.org>.
18912
18913 2005-03-08 Juri Linkov <juri@jurta.org>
18914
18915 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
18916 (html-horizontal-rule, html-line, html-image, html-checkboxes)
18917 (html-radio-buttons): Add a space before the trailing `/>' where
18918 sgml-xml-mode is non-nil.
18919 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
18920 the subsequent tag of the empty XML tag.
18921 (html-href-anchor): Don't set initial input to "http:".
18922 (html-image): Ask for the image URL and set point inside alt="".
18923 (html-name-anchor): Duplicate the name in the `id' attribute when
18924 sgml-xml-mode is non-nil.
18925 (html-paragraph): Remove \n before <p>.
18926 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
18927 instead of `checked' when sgml-xml-mode is non-nil.
18928
18929 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
18930 Remove 1 space before #RRGGBB to not truncate it on terminal
18931 windows w/o fringes. Remove 1 space between bg and fg examples
18932 to get more space.
18933 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
18934 avoid byte-compile warnings.
18935
18936 * image-file.el (image-file-handler): Put `safe-magic' property to
18937 `image-file-handler'.
18938
18939 * info.el (Info-isearch-search): Emulate word search in
18940 isearching through multiple Info nodes with Info-search.
18941 (Info-isearch-wrap): Allow isearch-word.
18942
18943 2005-03-08 Lute Kamstra <lute@gnu.org>
18944
18945 * emacs-lisp/debug.el (debugger-step-through): Make sure that
18946 stepping into the debugger's code is not possible.
18947 (debugger-jumping-flag): Docstring update.
18948
18949 2005-03-08 Jay Belanger <belanger@truman.edu>
18950
18951 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
18952 embedded mode begins.
18953 (calc-embedded-language-alist): New variable.
18954 (calc-embedded-find-modes): Use calc-embedded-language-alist to
18955 set default language mode.
18956
18957 2005-03-08 Kenichi Handa <handa@m17n.org>
18958
18959 * international/ccl.el (define-ccl-program): Fix docstring about
18960 extra 256 bytes assured for the output buffer.
18961
18962 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18963 Fix BUFFER_MAGNIFICATION to 2.
18964 (ccl-encode-mule-utf-16be-with-signature): Likewise.
18965
18966 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
18967
18968 * align.el (align-rules-list): Added an alignment rule for CSS
18969 declarations (applies to css-mode and html-mode buffers).
18970
18971 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
18972
18973 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
18974
18975 2005-03-07 Kim F. Storm <storm@cua.dk>
18976
18977 * simple.el (move-beginning-of-line): New command.
18978
18979 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
18980
18981 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
18982
18983 * emulation/cua-base.el: Put CUA move property on move-end-of-line
18984 and move-beginning-of-line.
18985
18986 * apropos.el (apropos-print): Omit command from M-x ... RET.
18987
18988 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
18989
18990 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
18991 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
18992
18993 2005-03-06 Richard M. Stallman <rms@gnu.org>
18994
18995 * bindings.el (esc-map): Bind M-g to goto-line.
18996
18997 * facemenu.el (global-map): Bind M-o, not M-g.
18998
18999 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19000
19001 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
19002 "Open Directory" as for "Open File".
19003
19004 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
19005
19006 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
19007 (push-mark-command): Run activate-mark-hook.
19008
19009 2005-03-06 Richard M. Stallman <rms@gnu.org>
19010
19011 * help-mode.el (help-mode-finish): Don't alter the element
19012 in view-return-to-alist if there already is one.
19013
19014 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
19015 make sure the current buffer is the expected one.
19016
19017 * novice.el (disabled-command-function): Output in *Disabled Command*.
19018 Explicitly ignore non-keyboard events, and explicitly handle C-g.
19019
19020 * textmodes/flyspell.el (flyspell-large-region):
19021 Pass args differently for aspell.
19022
19023 * files.el (mode-require-final-newline): Doc fix.
19024
19025 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19026
19027 * progmodes/which-func.el (which-function):
19028 Specify NOERROR when calling imenu--make-index-alist.
19029
19030 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19031
19032 * simple.el (normal-erase-is-backspace): Define default value.
19033
19034 * custom.el (custom-theme-set-variables): Remove unused var
19035 `immediate'.
19036 (custom-reevaluate-setting): Simple function to handle variables
19037 that are defined before their default value can really be
19038 computed.
19039
19040 * startup.el (command-line): Use it for temporary-file-directory,
19041 small-emporary-file-directory, auto-save-file-name-transforms,
19042 blink-cursor-mode, and normal-erase-is-backspace.
19043
19044 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19045 progress, even with buggy anchored keywords.
19046
19047 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
19048
19049 * simple.el (goto-line): Remove unbalanced final parenthesis.
19050
19051 2005-03-05 Richard M. Stallman <rms@gnu.org>
19052
19053 * simple.el (goto-line): Use a number at point as the default.
19054 With C-u as arg, switch buffers.
19055
19056 2005-03-05 Juri Linkov <juri@jurta.org>
19057
19058 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19059 with `no-blinking-cursor'.
19060
19061 * startup.el (no-blinking-cursor): New defvar.
19062 (command-line): Add `--no-blinking-cursor' to longopts.
19063 Set `no-blinking-cursor' to t for command line arguments
19064 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
19065 with `no-blinking-cursor' in the condition for calling
19066 `blink-cursor-mode'.
19067
19068 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
19069
19070 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19071 (menu-bar-options-save): Add blink-cursor-mode.
19072 (menu-bar-options-menu): Add blink-cursor-mode.
19073
19074 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
19075
19076 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19077 (icalendar-export-file, icalendar-export-region)
19078 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
19079 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19080
19081 2005-03-04 Lute Kamstra <lute@gnu.org>
19082
19083 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
19084 (debug-function-list): Ditto.
19085
19086 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
19087
19088 * textmodes/texinfmt.el (texinfo-append-refill):
19089 Redefine the types of line to which @refill
19090 is not appended by replacing a search for `@refill\\|@bye' with
19091 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
19092 itemize@refill' bug and the unfilled long lines bug.
19093 (texinfmt-version): Update number and date.
19094
19095 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19096
19097 * international/code-pages.el (windows-1250, windows-125[2-8])
19098 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19099
19100 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19101
19102 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19103 bound yet.
19104
19105 2005-03-02 Romain Francoise <romain@orebokech.com>
19106
19107 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19108 buffer after removing limits.
19109 (ibuffer-pop-filter): Ditto.
19110 Update copyright.
19111
19112 2005-03-02 Miles Bader <miles@gnu.org>
19113
19114 * button.el (make-text-button): If the user doesn't specify a
19115 type, use the default. Rewrite to use `add-text-properties' and
19116 plist functions.
19117
19118 2005-03-01 Lute Kamstra <lute@gnu.org>
19119
19120 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
19121 (debugger-jumping-flag): New var.
19122 (debug-entry-code): Use it.
19123 (debugger-jump): Use debugger-jumping-flag and add
19124 debugger-reenable to post-command-hook.
19125 (debugger-reenable): Use debugger-jumping-flag and remove itself
19126 from post-command-hook.
19127 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
19128 debugger-reenable.
19129
19130 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
19131
19132 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
19133 inclusion of "itemize\\|", which may be unnecessary, is certainly
19134 inelegant, and stops refilling in itemize lists when formatting
19135 Japanese Texinfo files to Info.
19136 Update copyright to 2005.
19137
19138 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
19139
19140 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
19141 of an error if GDB can't find the source file.
19142
19143 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19144
19145 * calendar/calendar.el (redraw-calendar): Work from any buffer,
19146 not just the calendar.
19147
19148 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
19149 first.
19150 (diary-redraw-calendar): New function.
19151 (make-diary-entry): Add diary-redraw-calendar to local
19152 write-contents-functions. Turn off selective display before
19153 inserting in diary.
19154
19155 2005-03-01 Kim F. Storm <storm@cua.dk>
19156
19157 * emacs-lisp/copyright.el (copyright-fix-years): New command.
19158
19159 2005-03-01 Lute Kamstra <lute@gnu.org>
19160
19161 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
19162 that debug-entry-code can be safely removed from a function while
19163 this code is being evaluated. Revert the 2005-02-27 change as the
19164 new implementation no longer requires it. Make sure that a
19165 function body containing just a string is not mistaken for a docstring.
19166 (debug): Skip one more frame in case of debug on entry.
19167 (debugger-setup-buffer): Delete one more frame line in case of
19168 debug on entry.
19169 (debugger-frame-number): Update to use the new text introduced by
19170 the 1999-11-03 change. Skip one more frame in case of debug on entry.
19171
19172 2005-02-28 Kim F. Storm <storm@cua.dk>
19173
19174 * double.el (double-translate-key): Call force-window-update after
19175 read-event to avoid crash in redisplay.
19176
19177 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
19178
19179 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
19180 (debug): Use it. Move the inhibit-trace earlier.
19181 (debug-entry-code): New const.
19182 (debug-on-entry-1): Use it.
19183
19184 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
19185
19186 * international/utf-16.el (ccl-encode-mule-utf-16le):
19187 Fix BUFFER_MAGNIFICATION to 2.
19188 (ccl-encode-mule-utf-16be): Likewise.
19189
19190 2005-02-28 Kenichi Handa <handa@m17n.org>
19191
19192 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19193 Fix BUFFER_MAGNIFICATION to 4.
19194 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19195
19196 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
19197
19198 * speedbar.el (speedbar-update-flag): Doc fix.
19199 (speedbar-show-info-under-mouse): Give set-mouse-position the right
19200 argument.
19201
19202 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
19203
19204 * reveal.el (reveal-post-command): Don't try to reveal overlays which
19205 have a non-nil `invisible' property but are actually visible.
19206
19207 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
19208 for perldoc sections.
19209 (perl-outline-regexp, perl-outline-level): New var and function.
19210 (perl-mode): Use them.
19211
19212 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
19213
19214 * calendar/diary-lib.el (diary-remind): Discard any mark portion
19215 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
19216
19217 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
19218
19219 * cus-edit.el: Comment change.
19220 (custom-buffer-create-internal): Slightly reword text at top of
19221 Custom buffers. Mention there that saving an option edits the
19222 init file. Add link to Emacs manual node on `custom-file'.
19223 (custom-magic-alist): Rewrite individual State messages to use
19224 capitalized keywords. Doc fix.
19225
19226 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
19227
19228 * calendar/calendar.el (calendar-buffer): Move above
19229 calendar-week-start-day.
19230 (calendar-week-start-day): Doc fix. Add :set function.
19231 (calendar-minimum-window-height): New variable.
19232 (generate-calendar-window): Only resize window if selected-window
19233 is displaying the calendar buffer. Use new variable
19234 calendar-minimum-window-height.
19235 (generate-calendar): Reword error message.
19236 (calendar-mode-map): Bind DEL to scroll-other-window-down.
19237
19238 2005-02-27 Andreas Schwab <schwab@suse.de>
19239
19240 * vc.el (vc-do-command): Don't run command asynchronously when
19241 operating in a remote directory.
19242
19243 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
19244 change from sync with Tramp 2.0.47.
19245
19246 2005-02-27 Richard M. Stallman <rms@gnu.org>
19247
19248 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
19249
19250 * textmodes/flyspell.el (flyspell-mode-on):
19251 Call ispell-change-dictionary only if necessary.
19252
19253 * emacs-lisp/re-builder.el (regexp-builder): New function.
19254
19255 * register.el (describe-register-1): Explicitly handle
19256 yank-excluded-properties = t.
19257
19258 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
19259 (custom-magic-alist): Change the status descriptions again.
19260 (face widget-type): Total rewrite based on `restricted-sexp'
19261 to eliminate the confusing double hiding levels.
19262
19263 * emacs-lisp/debug.el (debug-on-entry-1):
19264 If function body is empty, add nil as body form.
19265
19266 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19267
19268 * emacs-lisp/trace.el (inhibit-trace): New var.
19269 (trace-make-advice): Use it.
19270
19271 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
19272
19273 2005-02-26 Kim F. Storm <storm@cua.dk>
19274
19275 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
19276 (mouse-on-link-p, mouse-drag-region-1): Use it.
19277
19278 2005-02-25 Lute Kamstra <lute@gnu.org>
19279
19280 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
19281
19282 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
19283
19284 * frame.el (blink-cursor-mode): Add :group keyword.
19285
19286 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
19287
19288 * calendar/icalendar.el (icalendar--decode-isodatetime):
19289 New optional argument DAY-SHIFT.
19290 (icalendar-export-region): Fix coding-system-for-write.
19291 (icalendar--convert-ical-to-diary): Shift end-day of all-day
19292 events by one.
19293
19294 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19295
19296 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
19297
19298 2005-02-24 Kim F. Storm <storm@cua.dk>
19299
19300 * international/iso-acc.el (iso-accents-compose): Fix crash
19301 during redisplay. Call force-window-update after read-event
19302 and delete-region to signal that window is not accurate.
19303
19304 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
19305
19306 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
19307 Remove unused and inexistent var `inhibit-trace'.
19308 (debugger-mode): Use run-mode-hooks.
19309 (debugger-list-functions): Add buttons; setup xref stack.
19310
19311 2005-02-23 Richard M. Stallman <rms@gnu.org>
19312
19313 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
19314 appointment says it was explicitly made.
19315 (appt-add): Set the 3rd element.
19316 (appt-make-list): Preserve explicit appointments.
19317
19318 * subr.el (find-tag-default): Catch errors in forward-sexp.
19319
19320 2005-02-23 Juri Linkov <juri@jurta.org>
19321
19322 * info.el (Info-isearch-search): New defcustom.
19323 (Info-isearch-search): Call the default isearch function
19324 when Info-isearch-search is nil.
19325 (Info-isearch-wrap): Use variable Info-isearch-search.
19326
19327 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
19328
19329 * cus-edit.el: Comment change.
19330
19331 2005-02-22 Kim F. Storm <storm@cua.dk>
19332
19333 * progmodes/hideif.el (hide-ifdef-use-define-alist):
19334 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
19335
19336 2005-02-22 Simon Josefsson <jas@extundo.com>
19337
19338 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
19339 New variable.
19340 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
19341 Oskarsson" <myrkraverk@users.sourceforget.net>.
19342
19343 2005-02-22 Kim F. Storm <storm@cua.dk>
19344
19345 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
19346 check that window of that event is the selected window.
19347 (mouse-drag-region-1): Compare mouse event window to selected
19348 window before setting point.
19349
19350 * tooltip.el (tooltip-show-help-function): Pass event to
19351 mouse-on-link-p so it can check selected window.
19352
19353 2005-02-22 Kenichi Handa <handa@m17n.org>
19354
19355 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
19356 (ps-mule-show-warning): New function.
19357 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
19358 characters are found.
19359
19360 * ps-print.el (ps-header-footer-string): Return a list of header
19361 and footer strings.
19362
19363 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19364
19365 * pcvs.el (cvs-retrieve-revision): Fix thinko.
19366
19367 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
19368
19369 * frame.el (blink-cursor-mode): Use define-minor-mode.
19370
19371 * term/mac-win.el (function-key-map): Use char-names more consistently.
19372 (file-name-coding-system): Only set it for MacOS-9. The other case is
19373 already handled in mule-cmds.el (where it also works when mac-win.el
19374 is not used).
19375
19376 2005-02-21 Kenichi Handa <handa@m17n.org>
19377
19378 * international/mule.el (ctext-pre-write-conversion): Always use
19379 " *code-converting-work*" buffer for work.
19380
19381 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
19382
19383 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
19384
19385 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
19386
19387 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
19388
19389 * ses.el (undo-more): Restore defadvice, but only the part that
19390 allows changes outside the restricted area of the buffer.
19391
19392 2005-02-20 Kim F. Storm <storm@cua.dk>
19393
19394 * simple.el (line-move): Add fourth optional arg try-vscroll which
19395 must be set to perform auto-window-vscroll.
19396 When moving backwards and doing auto-window-vscroll, automatically
19397 vscroll to the last part of lines which are taller than the window.
19398 (next-line, previous-line): Set try-vscroll arg on line-move.
19399
19400 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
19401
19402 * replace.el (query-replace, query-replace-regexp)
19403 (replace-string, replace-regexp): When operating on region, make
19404 the minibuffer prompt say so.
19405
19406 * isearch.el (isearch-forward): Document isearch-query-replace and
19407 isearch-query-replace-regexp keybindings.
19408
19409 2005-02-19 Jay Belanger <belanger@truman.edu>
19410
19411 * calc/calc-aent.el (math-read-token): Add local variable.
19412
19413 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
19414 (calc-edit-top): Move declaration to earlier in file.
19415 (calc-edit-macro-repeats): Add local variables.
19416
19417 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
19418 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
19419 calcFunc-tanh.
19420 Adjust integration rule for calcFunc-tan.
19421
19422 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19423
19424 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
19425 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
19426 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
19427 (viper-skip-separators): Bug fix.
19428 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
19429 particular major mode.
19430 (viper-del-backward-char-in-replace): Don't put deleted char on the
19431 kill ring.
19432
19433 * viper-ex.el (viper-color-display-p): New function.
19434 (viper-has-face-support-p): Use viper-color-display-p.
19435
19436 * viper-keym.el (viper-gnus-modifier-map): New keymap.
19437
19438 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
19439
19440 * viper-util.el (viper-glob-unix-files): Fix shell status check.
19441 (viper-file-remote-p): Make equivalent to file-remote-p.
19442
19443 * viper.el (viper-major-mode-modifier-list):
19444 Use viper-gnus-modifier-map.
19445
19446 2005-02-19 David Kastrup <dak@gnu.org>
19447
19448 * subr.el (subregexp-context-p): Fix garbled doc string by adding
19449 quoting.
19450
19451 2005-02-19 Jay Belanger <belanger@truman.edu>
19452
19453 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
19454 Remove extra definitions.
19455 (calc-coth): New function.
19456 (calcFunc-cot): Fix `let'.
19457
19458 2005-02-19 Eli Zaretskii <eliz@gnu.org>
19459
19460 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
19461 the reasons we use "type pc" in these faces.
19462
19463 * button.el (button): Ditto.
19464
19465 2005-02-19 Michael Mauger <mmaug@yahoo.com>
19466
19467 * replace.el (query-replace-read-from): Set the value of
19468 query-replace-from-history-variable to handle the case of an empty
19469 string entered to accept the suggested default.
19470
19471 * net/tramp.el (tramp-file-name-for-operation):
19472 Use dired-call-process instead of dired-call-process-command.
19473
19474 2005-02-19 Jay Belanger <belanger@truman.edu>
19475
19476 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
19477 (math-div-non-trig): New variables.
19478 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
19479 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
19480 (math-combine-prod, math-div-symb-fancy): Add simplifications for
19481 trig expressions.
19482
19483 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
19484
19485 * progmodes/gdb-ui.el (gdb-var-update-handler)
19486 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
19487 for watch expressions,
19488 (gdb-var-create-handler): Don't set speedbar-update-flag.
19489 (gdb-post-prompt): Simplify test for speedbar.
19490
19491 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19492
19493 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
19494 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
19495 we use the syntax table of the correct buffer.
19496 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
19497 Felix Gatzemeier.
19498
19499 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
19500 (ediff-file-remote-p): Make synonymous with file-remote-p.
19501 In all deffaces ediff-*-face-*, use min-colors.
19502
19503 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
19504 ediff-recurse-to-subdirectories.
19505 (ediff-mark-if-equal): Check that the arguments are strings, use
19506 ediff-same-contents (after to Felix Gatzemeier).
19507
19508 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
19509 nil.
19510
19511 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
19512
19513 * log-view.el (log-view-message-re): Fix up Subversion regexp.
19514
19515 2005-02-18 David Kastrup <dak@gnu.org>
19516
19517 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
19518 use `mark-active' when defined.
19519
19520 2005-02-18 Kenichi Handa <handa@m17n.org>
19521
19522 * ps-print.el (ps-font-info-database): New entry
19523 ZapfChancery-MediumItalic with correct font name. Fix font name
19524 of the entry Zapf-Chancery-MediumItalic.
19525
19526 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
19527
19528 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
19529
19530 2005-02-16 Kim F. Storm <storm@cua.dk>
19531
19532 * ido.el (ido-fallback-command): Pass user input to fallback command.
19533
19534 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
19535
19536 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
19537 (gdb-find-file-hook): Add server prefix.
19538
19539 2005-02-16 Richard M. Stallman <rms@gnu.org>
19540
19541 * replace.el (perform-replace): Pass new args to replace-highlight.
19542 (replace-highlight): Take region args,
19543 and pass them to isearch-lazy-highlight-new-loop.
19544
19545 * novice.el (disabled-command-hook): Autoload the defalias
19546 and the make-obsolete-variable call.
19547
19548 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
19549
19550 * isearch.el (isearch-lazy-highlight-start-limit)
19551 (isearch-lazy-highlight-end-limit): New variables limit
19552 the region for highlighting.
19553 (isearch-lazy-highlight-new-loop): New args BEG and END.
19554 (isearch-lazy-highlight-search): Use the new vars.
19555 (isearch-lazy-highlight-update): Likewise.
19556
19557 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
19558
19559 * cus-start.el (all): Use default-boundp.
19560
19561 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
19562
19563 * menu-bar.el (menu-bar-select-frame): Handle current frame.
19564
19565 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
19566
19567 * autorevert.el (auto-revert-stop-on-user-input)
19568 (auto-revert-verbose): Doc fixes.
19569
19570 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
19571
19572 * international/mule-cmds.el (set-locale-environment): Remove call
19573 to set-selection-coding-system on Windows.
19574
19575 2005-02-15 Jay Belanger <belanger@truman.edu>
19576
19577 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
19578 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
19579 calcFunc-coth.
19580 (math-simplify-sqrt): Add simplifications.
19581
19582 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
19583 to list.
19584
19585 * calc/calc-ext.el: Add functions to autoloads.
19586
19587 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
19588 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
19589 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
19590 (math-csc-raw, math-cot-raw): New functions.
19591
19592 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
19593
19594 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
19595 the variable name in a message.
19596
19597 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
19598 calcFunc-csc, calcFunc-cot.
19599
19600 * calc/calcalg2.el: Add derivative and integration rules for
19601 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
19602 calcFunc-csch, calcFunc-coth.
19603 (math-do-integral-methods): Add to checks for when to use
19604 substitutions.
19605
19606 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
19607
19608 2005-02-15 Lute Kamstra <lute@gnu.org>
19609
19610 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19611 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
19612 <monnier@iro.umontreal.ca>
19613 (lisp-outline-level): Improve efficiency. Suggested by David
19614 Kastrup <dak@gnu.org>.
19615
19616 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
19617
19618 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
19619 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
19620 (gdb-set-gud-minor-mode-existing-buffers): New functions.
19621 (gdb-find-file-hook): New hook. Add it to find-file-hook.
19622 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
19623
19624 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
19625
19626 * cus-start.el (all): Comment change.
19627
19628 2005-02-14 Lute Kamstra <lute@gnu.org>
19629
19630 * cus-start.el (all): Check if symbol is void.
19631
19632 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
19633
19634 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
19635 optional argument to \cite.
19636
19637 2005-02-14 Richard M. Stallman <rms@gnu.org>
19638
19639 * cus-edit.el (custom-buffer-create-internal): Update help message.
19640 (custom-magic-alist): Update help messages.
19641
19642 * cus-start.el (all): Allow a var to specify a standard value.
19643
19644 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
19645
19646 * custom.el (custom-theme-set-variables): Handle variable aliases.
19647
19648 * frame.el (blink-cursor-timer): Doc fix.
19649 (blink-cursor): Make it an alias for `blink-cursor-mode' and
19650 declare obsolete.
19651 (blink-cursor-mode): Define with defcustom and use correct
19652 standard expression in that defcustom.
19653 * startup.el (command-line): Adapt to above changes in frame.el.
19654
19655 2005-02-11 Lute Kamstra <lute@gnu.org>
19656
19657 * apropos.el (apropos-score-doc): Prevent division by zero.
19658
19659 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
19660
19661 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
19662 (icalendar--get-event-property-attributes)
19663 (icalendar--get-event-properties)
19664 (icalendar--datetime-to-diary-date): New functions.
19665 (icalendar--split-value): Doc fix.
19666 (icalendar--datetime-to-noneuropean-date)
19667 (icalendar--datetime-to-european-date): New optional argument
19668 SEPARATOR. Return result as a string instead of a list.
19669 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
19670 (icalendar--convert-string-for-export): Rename arg S to STRING.
19671 (icalendar-export-region): Doc fix. Change name of error buffer.
19672 Save output buffer.
19673 (icalendar-import-file): Add blank at end of prompt.
19674 (icalendar-import-buffer): Doc fix. Do not switch to error
19675 buffer. Indicate status in return value.
19676 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
19677 buffer. Save output buffer. Handle exception from recurrence
19678 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
19679 events. Fix problems with weekly all-day events.
19680
19681 2005-02-10 Richard M. Stallman <rms@gnu.org>
19682
19683 * simple.el (eval-expression-print-format):
19684 Avoid warning about edebug-active.
19685
19686 * help.el (help-for-help-internal): Rename from help-for-help.
19687 (help-for-help): Define with defalias.
19688
19689 * font-core.el (font-lock-default-function): Use with-no-warnings.
19690
19691 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
19692
19693 * custom.el (defface): Doc fix.
19694
19695 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
19696
19697 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
19698 width 0" to prevent word wrapping problems.
19699
19700 2005-02-09 Kim F. Storm <storm@cua.dk>
19701
19702 * ido.el (ido-file-extensions-order): New defcustom.
19703 (ido-file-extension-lessp, ido-file-extension-aux)
19704 (ido-file-extension-order): New advanced file ordering.
19705 (ido-file-lessp): New simple file ordering.
19706 (ido-sort-list): Remove.
19707 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
19708 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
19709
19710 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
19711
19712 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
19713 that some versions of grep produce.
19714 (grep-mode-font-lock-keywords): Likewise.
19715
19716 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
19717
19718 * progmodes/gdb-ui.el (gdb-location-list): New variable.
19719 (gdb-cdir): Delete.
19720 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
19721 (gdb-source-info): Treat case when source file is in another
19722 directory properly.
19723 (gdb-get-location): New function.
19724
19725 2005-02-07 Jay Belanger <belanger@truman.edu>
19726
19727 * calc/calc-prog.el (calc-write-parse-table-part)
19728 (calc-fix-token-name): Fix a check for language type.
19729
19730 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
19731
19732 2005-02-07 Andre Spiegel <spiegel@gnu.org>
19733
19734 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
19735 as directory not writable.
19736
19737 2005-02-07 Kim F. Storm <storm@cua.dk>
19738
19739 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
19740 (cua--standard-movement-commands): Remove list.
19741 Instead, set CUA property value to move for movement commands.
19742 (cua-movement-commands): Remove. Users must set CUA prop instead.
19743 (cua--pre-command-handler): Check CUA property.
19744 (cua--init-keymaps): Don't remap undo commands.
19745 (cua-mode): Don't call cua--rectangle-on-off.
19746
19747 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
19748 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
19749 (cua--rect-undo-set-point): New var.
19750 (cua--rectangle-undo-boundary): Setup undo apply entry.
19751 (cua--rect-undo-handler): New function for rectangle undo.
19752 (cua--rect-start-position, cua--rect-end-position): Add.
19753 (cua--rectangle-post-command): Call cua--rectangle-set-corners
19754 for restored rectangle. Set point if cua--rect-undo-set-point.
19755
19756 2005-02-06 Jay Belanger <belanger@truman.edu>
19757
19758 * calc/calc-lang.el (calc-tex-language): Display more information
19759 in messages.
19760
19761 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
19762 in TeX mode.
19763
19764 2005-02-06 Richard M. Stallman <rms@gnu.org>
19765
19766 * emacs-lisp/lisp.el (buffer-end): Doc fix.
19767
19768 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
19769
19770 * net/ldap.el (ldap-search-internal): Support attributes with
19771 optional descriptions separated by a semi-colon, as in
19772 "userCertificate;binary".
19773
19774 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19775
19776 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
19777 isn't a cons (i.e. the version is 0).
19778
19779 2005-02-05 Eli Zaretskii <eliz@gnu.org>
19780
19781 * help.el (help-for-help): Doc fix.
19782
19783 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
19784
19785 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
19786 GDB-Windows on the menu-bar as this works better.
19787
19788 2005-02-04 Jay Belanger <belanger@truman.edu>
19789
19790 * calc/calc-embed.el (calc-embedded-update): Don't put in
19791 unnecessary newlines. Adjust the end of formula marker.
19792
19793 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
19794 (math-latex-parse-two-args): New function.
19795
19796 2005-02-03 Lute Kamstra <lute@gnu.org>
19797
19798 * help-fns.el (help-with-tutorial): Make sure that users cannot
19799 remove the entire text of the tutorial by means of `undo'.
19800
19801 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
19802
19803 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
19804 in recent changes, where the ispell process was repeatedly
19805 killed & restarted.
19806
19807 * international/mule-cmds.el (set-locale-environment): Set file-name
19808 coding system to utf-8 on Darwin systems.
19809 (set-default-coding-systems): Don't set default-file-name-coding-system
19810 on Darwin systems.
19811
19812 2005-02-03 Richard M. Stallman <rms@gnu.org>
19813
19814 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
19815
19816 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
19817
19818 * faces.el (list-faces-display): Add optional argument.
19819
19820 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
19821
19822 * font-core.el (font-lock-default-function): Handle the rare case where
19823 only font-lock-keywords is set.
19824
19825 2005-02-02 Kenichi Handa <handa@m17n.org>
19826
19827 * international/characters.el: Cancel previous change for
19828 I-WITH-DOT-ABOVE and DOTLESS-i.
19829
19830 * international/latin-5.el: Cancel previous change.
19831
19832 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
19833
19834 * progmodes/gud.el: Correction to syntax in gud-menu-map.
19835
19836 2005-02-02 Kenichi Handa <handa@m17n.org>
19837
19838 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
19839 DOTLESS-i.
19840
19841 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
19842 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
19843
19844 * case-table.el (get-upcase-table): New function.
19845 (copy-case-table): Copy upcaes table too if non-nil.
19846 (set-case-syntax-delims): Maintain upcase table too.
19847 (set-case-syntax-pair): Likewise.
19848 (set-upcase-syntax, set-downcase-syntax): New functions.
19849 (set-case-syntax): Maintain upcase table too.
19850
19851 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
19852
19853 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
19854
19855 * progmodes/gud.el (gud-goto-info): New function.
19856 (gud-tool-bar-map): Use correct icon.
19857
19858 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
19859
19860 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
19861 When delegating, order args in the funcall correctly.
19862
19863 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
19864
19865 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
19866
19867 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
19868
19869 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
19870 buffer not visiting a file.
19871
19872 2005-01-31 Jay Belanger <belanger@truman.edu>
19873
19874 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
19875 bound on the line with the formula.
19876
19877 2005-01-31 Kim F. Storm <storm@cua.dk>
19878
19879 * ses.el (ses-create-cell-variable-range)
19880 (ses-destroy-cell-variable-range, ses-reset-header-string)
19881 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
19882 (ses-insert-row): Fix format of apply undo entries.
19883
19884 2005-01-31 Jay Belanger <belanger@truman.edu>
19885
19886 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
19887 parts.
19888
19889 * calc/calc-embed.el (calc-embedded-open-formula)
19890 (calc-embedded-close-formula): Ignore matrix environments.
19891
19892 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
19893 TeX mode.
19894
19895 * calc/calc-lang.el (math-function-table, math-oper-table)
19896 (math-variable-table): Adjust the LaTeX portions.
19897
19898 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
19899 (math-latex-ignore-words): New constant.
19900
19901 2005-01-31 Richard M. Stallman <rms@gnu.org>
19902
19903 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
19904 (ispell-local-dictionary): Doc fix.
19905 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
19906 Don't reinitialize at run time. Don't defcustom.
19907 All uses changed to append ispell-local-dictionary-alist,
19908 or check it first.
19909 (ispell-current-dictionary): New variable for dictionary in use.
19910 (ispell-dictionary): Now used only for global default.
19911 (ispell-start-process): Set ispell-current-dictionary,
19912 not ispell-dictionary.
19913 (ispell-change-dictionary): Use this only for setting
19914 user preferences.
19915 (ispell-internal-change-dictionary): New function
19916 to change the current dictionary in use.
19917 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
19918 Use ispell-current-dictionary.
19919 Handle ispell-local-dictionary-overridden.
19920 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
19921
19922 2005-01-31 Jay Belanger <belanger@truman.edu>
19923
19924 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
19925
19926 * calc/calc-ext.el: Add calc-latex-language to autoloads.
19927 (calc-mode-map): Add calc-latex-language.
19928
19929 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
19930 (math-latex-print-frac): New functions.
19931 (math-oper-table, math-function-table, math-variable-table)
19932 (math-complex-format, math-input-filter): Add latex properties.
19933 (calc-set-language): Set math-expr-special-function-mapping.
19934
19935 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
19936 (calc-write-parse-table-part): Add LaTeX support.
19937
19938 * calc/calc.el (calc-language): Adjust docstring.
19939 (calc-set-mode-line): Add LaTeX support.
19940 (math-expr-special-function-mapping): New variable.
19941 (math-tex-ignore-words): Add to list.
19942
19943 * calc/calccomp.el (math-compose-expr, math-compose-rows):
19944 Add LaTeX support.
19945 (math-compose-expr): Add support for special functions.
19946
19947 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
19948
19949 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
19950
19951 * progmodes/gdb-ui.el (gdb-memory-address)
19952 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
19953 (gdb-memory-mode-map, gdb-memory-format-keymap)
19954 (gdb-memory-format-menu, gdb-memory-unit-keymap)
19955 (gdb-memory-unit-menu): New variables for a buffer
19956 that lets the user examine program memory.
19957 (gdb-memory-set-address, gdb-memory-set-repeat-count)
19958 (gdb-memory-format-binary, gdb-memory-format-octal)
19959 (gdb-memory-format-unsigned, gdb-memory-format-signed)
19960 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
19961 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
19962 (gdb-memory-unit-word, gdb-memory-unit-halfword)
19963 (gdb-memory-unit-byte, gdb-memory-unit-menu)
19964 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
19965 (gdb-memory-mode, gdb-memory-buffer-name)
19966 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
19967 New functions for above buffer.
19968
19969 2005-01-30 Richard M. Stallman <rms@gnu.org>
19970
19971 * cus-edit.el (custom-bury-buffer): Function deleted.
19972 (custom-buffer-done-function): Option deleted.
19973 (custom-buffer-done-kill): New replacement option.
19974 (Custom-buffer-done): Call quit-window.
19975 (custom-buffer-create-internal): Update for above changes.
19976
19977 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
19978
19979 * simple.el (undo-ask-before-discard): New var.
19980 (undo-outer-limit-truncate): Implement it.
19981 (undo-extra-outer-limit): Doc update.
19982
19983 2005-01-29 Richard M. Stallman <rms@gnu.org>
19984
19985 * ses.el (undo-more): Delete defadvice.
19986 (ses-begin-change): Doc fix.
19987
19988 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
19989 instead of rebinding C-x u and C-_.
19990
19991 * files.el (normal-backup-enable-predicate): Return nil for files
19992 in /tmp, regardless of temporary-file-directory.
19993
19994 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
19995
19996 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
19997 (open-rectangle, delete-whitespace-rectangle-line)
19998 (clear-rectangle-line): If FILL, pass t instead of FILL
19999 for move-to-column's 2nd arg.
20000
20001 * simple.el (undo): Fix the test for continuing a series of undos.
20002 (undo-more): Set pending-undo-list to t when we reach end.
20003 (pending-undo-list): Move up defvar.
20004
20005 * wid-edit.el (widget-button-click):
20006 Shorten the range of the track-mouse binding.
20007
20008 * comint.el (comint-insert-input): Undo previous changes;
20009 use last-input-event in interactive spec.
20010
20011 2005-01-29 Eli Zaretskii <eliz@gnu.org>
20012
20013 * progmodes/compile.el (compilation-start): Bind buffer-read-only
20014 to nil before invoking call-process. Reset buffer's modified flag
20015 after fontifying it in the no-async branch.
20016
20017 * wid-edit.el (widget-specify-button): If mouse pointer shape
20018 cannot be changed, use mouse face instead.
20019
20020 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
20021
20022 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20023 (gdb-goto-breakpoint): Make breakpoint handling work on template
20024 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
20025 (gdb-assembler-custom): Update to recognize breakpoint information
20026 added on 2005-01-19.
20027
20028 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20029
20030 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
20031 (dsssl-mode): Use define-derived-mode.
20032 (scheme-mode-initialize): Remove.
20033 (scheme-mode): Use run-mode-hooks.
20034
20035 * cus-edit.el (customize-group-other-window)
20036 (custom-buffer-create-other-window): Don't override special-display-*.
20037 (custom-mode-map): Make it dense.
20038
20039 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20040 sets the default value.
20041
20042 2005-01-28 Eli Zaretskii <eliz@gnu.org>
20043
20044 * descr-text.el: Add more keywords.
20045
20046 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20047
20048 * speedbar.el: Avoid unnecessary use of locate-library.
20049
20050 * international/mule-cmds.el (standard-display-european-internal):
20051 Don't fiddle with latin-1 non-break space any more since it's now
20052 special cased in the C code.
20053 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20054
20055 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
20056
20057 * cus-start.el (all): Add `undo-outer-limit'.
20058
20059 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20060
20061 * textmodes/bibtex.el (bibtex-format-entry):
20062 Use `bibtex-empty-field-re' only on the text of fields, not on entire
20063 field lines.
20064 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20065 not on part of a buffer.
20066
20067 2005-01-25 Lute Kamstra <lute@gnu.org>
20068
20069 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20070 nonempty field text strings like "{letters\\macro{}more letters}".
20071 Clarify docstring.
20072 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20073 (bibtex-entry-offset, bibtex-parse-association)
20074 (bibtex-parse-field-name): Fix typos in docstrings.
20075 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
20076
20077 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
20078
20079 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
20080 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
20081 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20082 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20083
20084 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20085 isearch minor mode.
20086
20087 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
20088
20089 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20090
20091 2005-01-24 Lute Kamstra <lute@gnu.org>
20092
20093 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20094 CASECHARS and NOT-CASECHARS regular expressions of the
20095 "nederlands" and "nederlands8" dictionaries to prevent a "Range
20096 striding over charsets" error.
20097
20098 2005-01-24 Jay Belanger <belanger@truman.edu>
20099
20100 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20101 display variable name.
20102
20103 2005-01-24 Kenichi Handa <handa@m17n.org>
20104
20105 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20106 Fix setting of the element of encoded-kbd-iso2022-invocations.
20107
20108 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
20109
20110 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20111 (gdb-threads-select): Change to also accept mouse events.
20112 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20113 (gdb-threads-mouse-select): Delete.
20114
20115 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
20116
20117 * files.el (insert-directory): Take care of empty directory,
20118 listed without -a switch.
20119
20120 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
20121
20122 * textmodes/refill.el (refill-post-command-function):
20123 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
20124 to the list of functions that we should be careful not to undo.
20125 (refill-late-fill-paragraph-function): Remove.
20126 (refill-saved-state): New var.
20127 (refill-mode): Use it to save fill-paragraph-function.
20128 Save also the value of auto-fill-function.
20129
20130 * term/w32-win.el: Simplify code.
20131
20132 2005-01-23 Kim F. Storm <storm@cua.dk>
20133
20134 * simple.el (line-move): Adapt to new return value from
20135 pos-visible-in-window-p.
20136
20137 * simple.el (line-move): Fix last change. Check partial
20138 visibility at point rather than at window-start.
20139
20140 2005-01-22 Jason Rumney <jasonr@gnu.org>
20141
20142 * term/w32-win.el (xw-defined-colors): Remove debug-message.
20143
20144 2005-01-22 David Kastrup <dak@gnu.org>
20145
20146 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
20147
20148 2005-01-22 Eli Zaretskii <eliz@gnu.org>
20149
20150 * type-break.el (type-break-mode): Add a test for
20151 type-break-file-name being non-nil.
20152
20153 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
20154
20155 * net/eudc.el (top level): Call (message "") via progn, so that
20156 eudc-options-file is loaded.
20157
20158 2005-01-22 Kim F. Storm <storm@cua.dk>
20159
20160 * simple.el (line-move-1): Rename from line-move.
20161 (line-move): New function that adjusts vscroll for partially
20162 visible rows, and calls line-move-1 otherwise.
20163
20164 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
20165
20166 * pcomplete.el: Define pcomplete-read-event instead of read-event,
20167 since it's not a complete read-event implementation
20168
20169 2005-01-20 Jay Belanger <belanger@truman.edu>
20170
20171 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
20172 for called function.
20173
20174 2005-01-20 Steven Tamm <steventamm@mac.com>
20175
20176 * term/mac-win.el (process-connection-type): Remove.
20177 Controlled now by s/darwin.h:PTY_ITERATION.
20178
20179 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20180
20181 * window.el (handle-select-window): Don't switch window when we're
20182 in the minibuffer.
20183
20184 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
20185
20186 * subr.el (dotimes-with-progress-reporter): New macro.
20187
20188 * ses.el (ses-dotimes-msg): Remove macro.
20189 Use `dotimes-with-progress-reporter' instead.
20190
20191 2005-01-19 Steven Tamm <steventamm@mac.com>
20192
20193 * term/mac-win.el (process-connection-type): Use new
20194 operating-system-release variable to use ptys on Darwin 7 (OS X
20195 10.3) when using carbon build.
20196
20197 2005-01-19 Jay Belanger <belanger@truman.edu>
20198
20199 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
20200 flags if the last command was a tab or M-tab.
20201
20202 * calc/calc-prog.el (calc-user-define-edit): Put original formula
20203 in formula editing buffer.
20204
20205 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
20206
20207 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
20208 breakpoint image symbol in margin.
20209
20210 2005-01-19 Jay Belanger <belanger@truman.edu>
20211
20212 * calc/calc-prog.el (calc-execute-kbd-macro):
20213 Ignore calc-keep-arg-flag.
20214
20215 2005-01-19 Kenichi Handa <handa@m17n.org>
20216
20217 * textmodes/ispell.el (ispell-looking-at): New function.
20218 (ispell-process-line): Use ispell-looking-at to compare the ispell
20219 output and the buffer contents.
20220
20221 2005-01-18 Jay Belanger <belanger@truman.edu>
20222
20223 * calc/calc.el (calc-display-raw): Fix docstring.
20224
20225 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
20226
20227 * simple.el (blink-matching-open): Strip extra info from syntax.
20228
20229 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
20230 funny chars in the end-of-here-doc marker.
20231
20232 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
20233
20234 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
20235 that enable/disabled state of breakpoints is shown correctly in
20236 fringe and on ttys.
20237 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
20238 Add breakpoint information as text properties.
20239 (gdb-mouse-toggle-breakpoint):
20240 Rename to gdb-mouse-set-clear-breakpoint.
20241 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
20242 breakpoints in the margin.
20243 (gdb-remove-strings): Simplify.
20244
20245 2005-01-17 Jay Belanger <belanger@truman.edu>
20246
20247 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
20248 erasing buffer.
20249
20250 2005-01-17 Richard M. Stallman <rms@gnu.org>
20251
20252 * progmodes/grep.el (grep-find): Copy from `grep' the condition
20253 for calling grep-compute-defaults.
20254
20255 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
20256 if buffer is empty.
20257
20258 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
20259
20260 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
20261
20262 * hilit-chg.el (highlight-changes-mode): Don't autoload.
20263
20264 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
20265 non-preloaded variables.
20266
20267 2005-01-17 Steven Tamm <steventamm@mac.com>
20268
20269 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
20270 tex-shell cause to force interactivity when using pipes.
20271
20272 2005-01-17 Kim F. Storm <storm@cua.dk>
20273
20274 * simple.el (just-one-space): Make arg optional.
20275
20276 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
20277
20278 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
20279 posn-at-x-y to t to access left-margin.
20280
20281 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
20282
20283 Sync with Tramp 2.0.47.
20284
20285 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
20286 catching keep-date problems in cp/scp operations.
20287 (tramp-handle-copy-file): Don't call `set-file-modes'
20288 unconditionally. Specialized functions should know better what is
20289 necessary. This improves performance a little bit, and the
20290 functions could catch errors with `cp -p' and `scp -p'.
20291 (tramp-do-copy-or-rename-file-via-buffer)
20292 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
20293 when appropriate.
20294 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
20295 Call `set-file-modes' when appropriate.
20296 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
20297 Johnsson <isak@hypergene.com>
20298 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
20299 of both Tramp buffer and debug buffer. Reported by Joakim Verona
20300 <joakim@verona.se>
20301 (tramp-file-name-for-operation): Mark `shell-command' as magic for
20302 Emacs only.
20303
20304 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
20305 `find-file-hooks' and `dired-mode-hook'.
20306 (tramp-minor-mode-map): Respective map. Add remapping for
20307 `compile' and `recompile'.
20308 (tramp-remap-command, tramp-recompile): New defuns.
20309 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
20310 in buffer "*Compilation*". Call the commands asynchronously.
20311
20312 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
20313 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
20314 `shell-command', because it isn't magic in XEmacs. Reported by
20315 Adrian Aichner <adrian@xemacs.org>.
20316
20317 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
20318 `substitute-in-file-name.
20319 (tramp-smb-handle-substitute-in-file-name): New defun.
20320 (tramp-smb-advice-PC-do-completion): Delete advice.
20321
20322 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
20323
20324 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
20325 Fix error in deleting region.
20326
20327 2005-01-15 Richard M. Stallman <rms@gnu.org>
20328
20329 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
20330 In non-temp buffer, switch syntax table temporarily.
20331
20332 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
20333
20334 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
20335
20336 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
20337
20338 * imenu.el (imenu--split-menu): Copy menulist before sorting.
20339 (imenu--generic-function): Use START, not BEG, as pos of definition.
20340
20341 * simple.el (just-one-space): Argument specifies number of spaces.
20342
20343 * simple.el (eval-expression-print-format): Avoid warning
20344 about edebug-active.
20345
20346 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
20347
20348 * progmodes/sh-script.el: Code copied from make-mode.el
20349 with small changes,
20350 (sh-mode-map): Bind C-c C-\.
20351 (sh-backslash-column, sh-backslash-align): New variables.
20352 (sh-backslash-region, sh-append-backslash): New functions.
20353
20354 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
20355
20356 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
20357 (rmail-pop-password, rmail-pop-password-required): Move to
20358 rmail-obsolete group.
20359 (rmail-set-pop-password): Rename to rmail-set-remote-password.
20360 All callers updated.
20361 (rmail-get-pop-password): Rename to rmail-get-remote-password.
20362 Take an argument specifying whether it is POP or IMAP mailbox we
20363 are using. All callers updated.
20364 (rmail-pop-password-error): Rename to
20365 rmail-remote-password-error. Added mailutils-specific error message.
20366 (rmail-movemail-search-path)
20367 (rmail-movemail-variant-in-use): New variables.
20368 (rmail-remote-password, rmail-remote-password-required):
20369 New customization variables.
20370 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
20371 (rmail-parse-url): New function.
20372 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
20373 with GNU mailutils movemail.
20374
20375 2005-01-15 Kevin Ryde <user42@zip.com.au>
20376
20377 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
20378 suffix to space, $ or '$, to correctly position point when going
20379 to @table style constants like DBL_MAX.
20380
20381 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
20382
20383 * type-break.el (type-break-mode, type-break-file-time)
20384 (type-break-file-keystroke-count, type-break-choose-file):
20385 Don't store data in or load data from the file if type-break-file-name
20386 is nil.
20387 (type-break-file-name): Doc update as per the above.
20388
20389 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
20390
20391 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
20392 lookup-key might return nil; handle that.
20393
20394 2005-01-15 Alan Mackenzie <acm@muc.de>
20395
20396 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
20397 rather than the element found, thus enabling the tree to be setcar'd.
20398
20399 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
20400
20401 * textmodes/org.el (org-show-following-heading): New option.
20402 (org-show-hierarchy-above): Use `org-show-following-heading'.
20403 (org-cycle): Documentation fix.
20404
20405 * textmodes/org.el (orgtbl-optimized): New option
20406 (orgtbl-mode): New command, a minor mode.
20407 (orgtbl-mode-map): New variable.
20408 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
20409 (orgtbl-error, orgtbl-self-insert-command)
20410 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
20411
20412 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
20413 a local variable in each org-mode buffer.
20414
20415 * textmodes/org.el (org-set-regexps-and-options): Rename from
20416 `org-set-regexps'. Added checking for STARTUP keyword.
20417 (org-get-current-options): Add STARTUP options.
20418 (org-table-insert-row): Make mode intelligent about when
20419 realignment is needed.
20420 (org-self-insert-command, org-delete-backward-char, org-delete-char):
20421 New commands.
20422 (org-enable-table-editor): New default value `optimized'.
20423 (org-table-blank-field): Support blanking regions if active.
20424
20425 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
20426
20427 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
20428 if the year is not given.
20429
20430 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
20431 Add new escapes %m and %M, fixed bug with %F by adding
20432 save-match-data.
20433 (reftex-reference): Remove ?. from list of spaces.
20434 (reftex-label-info): Add automatic label prefix recognition.
20435
20436 * textmodes/reftex-index.el (reftex-index-next-phrase):
20437 Add slave parameter to call of `reftex-index-this-phrase'.
20438 (reftex-index-this-phrase): New optional argument.
20439 (reftex-index-region-phrases): Add slave parameter to call of
20440 `reftex-index-this-phrase'.
20441 (reftex-display-index): New argument redo.
20442 (reftex-index-rescan): Add `redo' to arguments of
20443 `reftex-display-index'.
20444 (reftex-index-Rescan, reftex-index-revert)
20445 (reftex-index-switch-index-tag): Add `redo' to arguments of
20446 `reftex-display-index'.
20447 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
20448 indexing. Fix bug with matching is there is a quote before or
20449 after the word.
20450
20451 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
20452 Fix bug when collecting citation keys in lines with comments.
20453 (reftex-citation): Prefix argument no longer rescans the document,
20454 but forces prompting for optional arguments of cite macros.
20455 (reftex-do-citation): Prompting for optional arguments implemented.
20456
20457 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20458 Add optional arguments to most cite commands.
20459 (reftex-cite-cleanup-optional-args): New option
20460 (reftex-cite-prompt-optional-args): New option.
20461 (reftex-trust-label-prefix): New option.
20462
20463 * textmodes/reftex-toc.el (reftex-toc-find-section):
20464 Add push-mark before changing the position in the buffer.
20465
20466 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
20467 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
20468
20469 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
20470
20471 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
20472 more carefully.
20473
20474 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
20475
20476 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
20477 (sgml-mode): Use it.
20478 (sgml-get-context): Better keep track of implicitly closed tags.
20479
20480 2005-01-13 Kenichi Handa <handa@m17n.org>
20481
20482 * textmodes/ispell.el: These changes are to fix misalignment error
20483 caused by equivalent characters of different Emacs charsets.
20484 (ispell-unified-chars-table): New variable.
20485 (ispell-get-decoded-string): New function.
20486 (ispell-get-casechars, ispell-get-not-casechars)
20487 (ispell-get-otherchars): Call ispell-get-decoded-string.
20488
20489 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
20490
20491 * custom.el (custom-declare-variable): Just put symbol instead
20492 of (defvar . symbol) in `current-load-list'.
20493
20494 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
20495
20496 * emacs-lisp/elint.el: Fixed typo in Commentary section.
20497
20498 2005-01-12 Jay Belanger <belanger@truman.edu>
20499
20500 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
20501 to create a Calc summary.
20502
20503 2005-01-12 Kim F. Storm <storm@cua.dk>
20504
20505 * mouse.el (mouse-on-link-p): Change functionality and doc
20506 string to comply with latest description in lisp ref.
20507
20508 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
20509
20510 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
20511 Enable mouse clicks on mode-line, header-line and margin.
20512 (event-type): Give mouse event symbols an `event-kind' property
20513 with value `mouse-click'.
20514
20515 2005-01-12 Juri Linkov <juri@jurta.org>
20516
20517 * facemenu.el (list-colors-display): Add new arg buffer-name.
20518 Use it. Fix docstring. Replace code for identifying duplicate
20519 colors by the name with call to `list-colors-duplicates' which
20520 identifies duplicate colors by the value unless the color
20521 is one of special Windows colors. Set truncate-lines to t.
20522 Print sorted duplicate color names on each line. Indent to 22
20523 \(the longest color name in rgb.txt) instead of 20. Optimize.
20524 (list-colors-duplicates): New function.
20525 (facemenu-color-name-equal): Delete function.
20526
20527 * facemenu.el (list-colors-print): New function created from code
20528 in list-colors-display. Print #RRGGBB at the window right edge.
20529 (list-colors-display): When temp-buffer-show-function is not
20530 defined, call list-colors-print from temp-buffer-show-hook
20531 to get the right value of window-width in list-colors-print
20532 after the buffer is displayed.
20533
20534 * simple.el (pop-mark): Move deactivate-mark out of conditional
20535 part to deactivate the active mark regardless of the state of the
20536 mark ring.
20537
20538 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
20539 variables line in desktop files.
20540
20541 2005-01-12 Juri Linkov <juri@jurta.org>
20542
20543 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
20544 Bring together isearch highlight related options.
20545 (lazy-highlight): Replace group `replace' by `matching'.
20546 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20547 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
20548 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
20549 and declare them obsolete.
20550 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
20551 (isearch-faces): Remove defgroup.
20552 (isearch-overlay, isearch-highlight, isearch-dehighlight):
20553 Move isearch highlighting code closer to lazy highlighting code.
20554
20555 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
20556 (query-replace-highlight, query-replace-lazy-highlight)
20557 (query-replace): Move definitions to the beginning of the file.
20558
20559 2005-01-11 Juri Linkov <juri@jurta.org>
20560
20561 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
20562 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
20563 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
20564
20565 * info.el (Info-history-forward): New variable.
20566 (Info-select-node): Reset Info-history-forward to nil.
20567 (Info-last): Turn into defalias.
20568 (Info-history-back): Rename from Info-last.
20569 Add current node to Info-history-forward.
20570 (Info-history-forward): New fun.
20571 (Info-mode-map): Replace Info-last by Info-history-back.
20572 Bind Info-history-forward to "r".
20573 (Info-mode-menu): Replace Info-last by Info-history-back.
20574 Fix menu item text. Add menu item for Info-history-forward.
20575 (info-tool-bar-map): Replace Info-last by Info-history-back.
20576 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
20577 for Info-history-forward.
20578 (Info-mode): Replace Info-last by Info-history-back in docstring.
20579 Add local variable Info-history-forward.
20580 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
20581
20582 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
20583
20584 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
20585 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
20586 Ignore select-window events rather than fiddle with
20587 mouse-autoselect-window.
20588
20589 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
20590
20591 * type-break.el (type-break-mode): Fix previous change.
20592
20593 2005-01-10 Jay Belanger <belanger@truman.edu>
20594
20595 * calc/calc-ext.el (calc-reset): Reset when inside embedded
20596 calculator; only reset when point is inside a calculator.
20597 Don't adjust the window height if the window takes up the whole height
20598 of the frame.
20599
20600 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
20601
20602 * ebuff-menu.el (Electric-buffer-menu-mode):
20603 Preserve value of buffer-local var header-line-format.
20604
20605 2005-01-09 Jay Belanger <belanger@truman.edu>
20606
20607 * calc/calc.el (calc-mode-var-list-restore-saved-values):
20608 Make sure settings file exists before accessing it.
20609
20610 * calc/calc-embed.el (calc-embedded-subst):
20611 Replace math-multi-subst-rec, which is only supposed to be called
20612 by math-multi-subst, by math-multi-subst.
20613
20614 2005-01-09 Andre Spiegel <spiegel@gnu.org>
20615
20616 * vc.el (vc-allow-async-revert): New user option.
20617 (vc-disable-async-diff): New internal variable.
20618 (vc-revert-buffer): Use them to disable asynchronous diff.
20619
20620 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
20621 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
20622 asynchronously if vc-disable-async-diff is t.
20623
20624 2005-01-09 Jay Belanger <belanger@truman.edu>
20625
20626 * calc/calc.el (defcalcmodevar): New macro.
20627 (calc-mode-var-list-restore-default-values)
20628 (calc-mode-var-list-restore-saved-values): New functions.
20629 (calc-mode-var-list): Use defcalcmodevar to define it.
20630 (calc-always-load-extensions, calc-line-numbering)
20631 (calc-line-breaking, calc-display-just, calc-display-origin)
20632 (calc-number-radix, calc-leading-zeros, calc-group-digits)
20633 (calc-group-char, calc-point-char, calc-frac-format)
20634 (calc-prefer-frac, calc-hms-format, calc-date-format)
20635 (calc-float-format, calc-full-float-format, calc-complex-format)
20636 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
20637 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
20638 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
20639 (calc-matrix-brackets, calc-language, calc-language-option)
20640 (calc-left-label, calc-right-label, calc-word-size)
20641 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
20642 (calc-display-raw, calc-internal-prec, calc-angle-mode)
20643 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
20644 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
20645 (calc-window-height, calc-display-trail, calc-show-selections)
20646 (calc-use-selections, calc-assoc-selections)
20647 (calc-display-working-message, calc-auto-why, calc-timing)
20648 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
20649 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
20650 (calc-gnuplot-default-device, calc-gnuplot-default-output)
20651 (calc-gnuplot-print-device, calc-gnuplot-print-output)
20652 (calc-gnuplot-geometry, calc-graph-default-resolution)
20653 (calc-graph-default-resolution-3d, calc-invocation-macro)
20654 (calc-show-banner): Use defcalcmodevar to declare them and set
20655 their default values.
20656
20657 * calc/calc-ext.el (calc-reset): Restore saved values of variables
20658 instead of default values (but restore default values if there is
20659 an argument of 0).
20660
20661 2005-01-09 David Kastrup <dak@gnu.org>
20662
20663 * desktop.el (desktop-restore-eager): Fix typo in type.
20664
20665 2005-01-08 Richard M. Stallman <rms@gnu.org>
20666
20667 * cus-edit.el (customize): Delete :link.
20668
20669 2005-01-08 Jay Belanger <belanger@truman.edu>
20670
20671 * calc/calc.el (calc-mode): Remove the extension from the
20672 `calc-settings-file' file name when loading it.
20673
20674 2005-01-08 Kim F. Storm <storm@cua.dk>
20675
20676 * info.el (Info-mode-map, Info-next-link-keymap)
20677 (Info-prev-link-keymap, Info-up-link-keymap):
20678 Map follow-link to mouse-face.
20679 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
20680
20681 2005-01-08 Jay Belanger <belanger@truman.edu>
20682
20683 * calc/calc.el (calc-settings-file): Change default value.
20684 Suggested by cgw in a comment in calc-mode.el.
20685
20686 * calc/calc-mode.el (calc-settings-file-name):
20687 Compare calc-settings-file to user-init-file instead of ~/.emacs.
20688 Replace ~/.emacs in a prompt by calc-settings-file.
20689
20690 2005-01-07 Lars Hansen <larsh@math.ku.dk>
20691
20692 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
20693 (desktop-lazy-idle-delay): New customizable variables.
20694 (desktop-buffer-args-list): New variable.
20695 (desktop-append-buffer-args): New function.
20696 (desktop-save): Call desktop-append-buffer-args for some buffers.
20697 (desktop-lazy-create-buffer): New function.
20698 (desktop-idle-create-buffers): New function.
20699 (desktop-read): Add message about buffers to restore lazily.
20700 (desktop-lazy-abort): New command.
20701 (desktop-clear): Call desktop-lazy-abort.
20702 (desktop-lazy-complete): New command.
20703
20704 2005-01-06 Richard M. Stallman <rms@gnu.org>
20705
20706 * emacs-lisp/find-func.el (find-face-definition):
20707 Rename from find-face.
20708
20709 2005-01-06 Kim F. Storm <storm@cua.dk>
20710
20711 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
20712
20713 * man.el (Man-xref-man-page, Man-xref-header-file)
20714 (Man-xref-normal-file): Add follow-link property.
20715
20716 2005-01-06 Jay Belanger <belanger@truman.edu>
20717
20718 * calc/calc-units.el: Make sure the proper macro definitions are
20719 available when compiling.
20720
20721 2005-01-06 Juri Linkov <juri@jurta.org>
20722
20723 * isearch.el (isearch-lazy-highlight-update):
20724 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
20725
20726 2005-01-06 Miles Bader <miles@gnu.org>
20727
20728 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
20729 (isearch-lazy-highlight-face): Use new name.
20730
20731 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
20732
20733 * uniquify.el (uniquify-rationalize-file-buffer-names):
20734 Re-add an interactive spec.
20735 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
20736 to the same name.
20737
20738 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
20739 (isearch-update, isearch-done): Adjust calls accordingly.
20740
20741 2005-01-05 Richard M. Stallman <rms@gnu.org>
20742
20743 * custom.el (custom-set-variables, custom-theme-set-variables):
20744 Clarify documentation.
20745
20746 * emacs-lisp/find-func.el (find-variable)
20747 (find-variable-other-window, find-variable-other-frame):
20748 Fix the TYPE args to find-function-read and find-function-do-it.
20749 (find-function): Doc fix.
20750 (find-function-at-point): Replace function-at-point alias.
20751
20752 2005-01-04 Richard M. Stallman <rms@gnu.org>
20753
20754 * cus-face.el (custom-declare-face):
20755 Record defface in current-load-list.
20756
20757 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
20758
20759 * emacs-lisp/find-func.el: Doc fixes.
20760 (find-face-regexp): New variable.
20761 (find-function-regexp-alist): New variable.
20762 (find-function-C-source): Third arg is now TYPE.
20763 (find-function-search-for-symbol): Handle general TYPE.
20764 (find-function-read, find-function-do-it): Handle general TYPE.
20765 (find-definition-noselect, find-face): New functions.
20766 (function-at-point): Alias deleted.
20767
20768 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
20769
20770 * battery.el (display-battery-mode): Rename from display-battery.
20771 Handle the case where it gets turned off.
20772
20773 2005-01-04 Richard M. Stallman <rms@gnu.org>
20774
20775 * cus-edit.el (customize): Make :link point to user doc.
20776
20777 * man.el (Man-fontify-manpage): Turn off undo generation.
20778
20779 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
20780
20781 2005-01-04 Andreas Schwab <schwab@suse.de>
20782
20783 * files.el (insert-directory): Only look for error lines in
20784 inserted text. Don't move too far after processing --dired markers.
20785
20786 2005-01-04 Richard M. Stallman <rms@gnu.org>
20787
20788 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
20789 Don't expand if the character is @, period, dash, etc.
20790 (define-mail-abbrev): Quote names that contain problem characters.
20791
20792 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
20793
20794 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
20795
20796 2005-01-03 Richard M. Stallman <rms@gnu.org>
20797
20798 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
20799 (query-replace-highlight, query-replace-lazy-highlight)
20800 (query-replace): Definitions moved up. Doc fix.
20801
20802 2005-01-03 Richard M. Stallman <rms@gnu.org>
20803
20804 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
20805 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20806 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
20807 (lazy-highlight-face): Rename from isearch-lazy-...
20808 Change all references to them.
20809
20810 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
20811
20812 * cus-edit.el (custom-file): Doc fix for defcustom.
20813 (custom-file): The function no longer sets the variable
20814 `custom-file' to its return value.
20815
20816 * startup.el (command-line): No longer load `custom-file'.
20817
20818 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
20819
20820 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
20821
20822 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
20823 Don't confuse module-prefixed identifiers for labels.
20824 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
20825
20826 2005-01-02 Richard M. Stallman <rms@gnu.org>
20827
20828 * files.el (basic-save-buffer-1): Fix previous change.
20829
20830 * loadhist.el (file-loadhist-lookup): New function.
20831 (file-provides, file-requires): Use it.
20832
20833 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
20834 instead of calculating the right size.
20835
20836 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20837
20838 * vc-svn.el (vc-svn-diff): Stay local if possible.
20839
20840 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
20841
20842 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
20843
20844 * files.el (hack-local-variables): Fix last change.
20845
20846 2005-01-02 Jay Belanger <belanger@truman.edu>
20847
20848 * calc/calc-yank.el (calc-edit-top): New variable.
20849 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
20850 object. Change header properties.
20851 (calc-edit-finish, calc-edit-finish-stack-object)
20852 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
20853 edited object.
20854 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
20855 for the beginning of the edited object.
20856 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
20857 for the beginning of the edited object.
20858 * calc/calc-prog.el (calc-edit-macro-finish-edit)
20859 (calc-finish-formula-edit, calc-macro-repeats)
20860 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
20861 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
20862 beginning of the edited object.
20863 (calc-user-define-edit): Change the header for editing macros.
20864 Remove unnecessary variable.
20865
20866 2005-01-01 Jay Belanger <belanger@truman.edu>
20867
20868 * calc/calc-yank.el (calc-edit-mode): Change default header.
20869 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
20870 * calc/calc-store.el (calc-edit-variable): Change title to match new
20871 header.
20872 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
20873 mode to match new header.
20874 (calc-user-define-edit): Change titles to include names of commands.
20875 (calc-finish-formula-edit): Adjust to handle new header.
20876 (calc-finish-macro-edit): Remove.
20877 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
20878 (calc-edit-macro-command, calc-edit-macro-command-type)
20879 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
20880 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
20881 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
20882 (calc-edit-macro-finish-edit): New functions.
20883 (calc-user-define-edit): Use new functions to edit named calc macros.
20884
20885 2005-01-01 Stefan <monnier@iro.umontreal.ca>
20886
20887 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
20888
20889 * ses.el (copy-region-as-kill): Deactivate mark.
20890
20891 2005-01-01 Richard M. Stallman <rms@gnu.org>
20892
20893 * replace.el (occur-1): If the output buffer is also an input,
20894 don't kill it, rename it.
20895
20896 * faces.el (set-face-background, set-face-foreground): Doc fix.
20897
20898 * cus-face.el (custom-face-attributes): Fix :help-echo strings
20899 for :foreground and :background.
20900
20901 * dired.el (dired-view-command-alist): Variable deleted.
20902 (dired-view-file, dired-mouse-find-file-other-window):
20903 Delete the code to use it.
20904
20905 2005-01-01 Kim F. Storm <storm@cua.dk>
20906
20907 * image.el (insert-sliced-image): Use t for line-height property.
20908
20909 See ChangeLog.11 for earlier changes.
20910
20911 ;; Local Variables:
20912 ;; coding: iso-2022-7bit
20913 ;; End:
20914
20915 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
20916 Copying and distribution of this file, with or without modification,
20917 are permitted provided the copyright notice and this notice are preserved.
20918
20919 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1