*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr>
2
3 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4 `horizontal-bar'.
5 (fringe-cursor-alist): Use `horizontal-bar'.
6
7 2006-02-20 Kim F. Storm <storm@cua.dk>
8
9 * fringe.el (fringe-bitmaps): Update to new bitmap names.
10 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
11
12 * loadup.el: Load "fringe" on window systems.
13
14 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15
16 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
17 out of scope components.
18
19 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
20 default.
21
22 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
23
24 * custom.el (customize-mark-to-save, customize-mark-as-set): Load
25 the symbol first.
26
27 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
28
29 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
30 strech spec so it doesn't display as "^J" on the header line
31 when `Buffer-menu-use-header-line' is t.
32
33 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
34
35 * speedbar.el (speedbar-make-button): Keep text properties
36 of string arguments if desired.
37
38 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
39 expessions.
40
41 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
42 of speedbar.
43
44 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
45
46 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
47 to value of `read-file-name-completion-ignore-case'.
48
49 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
50
51 * custom.el (customize-mark-as-set): Push to `user' theme.
52
53 * cus-edit.el (custom-save-variables): Allow unthemed values.
54 (customize-set-variable): Push setting to `user' theme.
55
56 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
57
58 * progmodes/gud.el: Don't require font-lock as it's now
59 automatically loaded.
60 (gud-speedbar-buttons): Replace gdb-var-changed with
61 gdb-force-update.
62
63 * progmodes/gdb-ui.el (gdb-force-update): Rename from
64 gdb-var-changed.
65 (gdb-post-prompt): Use it.
66 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
67 (gdb-var-update-handler, gdb-var-delete)
68 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
69 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
70 gdb-force-update in gdb-post-prompt.
71 (gdb-reset): Clear watch expressions from speedbar when quitting.
72
73 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
74
75 * viper-cmd.el (viper-insert-state-post-command-sentinel)
76 (viper-change-state-to-vi, viper-change-state-to-emacs):
77 Make aware of cursor coloring in the Emacs state.
78 (viper-special-read-and-insert-char): Use read-char-exclusive.
79 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
80
81 * viper-init.el (viper-emacs-state-cursor-color): New variable.
82
83 * viper-util.el (viper-save-cursor-color)
84 (viper-get-saved-cursor-color-in-replace-mode)
85 (viper-get-saved-cursor-color-in-insert-mode)
86 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
87 state.
88 (viper-get-saved-cursor-color-in-emacs-mode): New function.
89
90 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
91 (ediff-ignore-case-option3, ediff-actual-diff-options)
92 (ediff-actual-diff3-options): New variables to control case sensitivity.
93 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
94 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
95 (ediff-toggle-ignore-case): New function.
96 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
97
98 * ediff-help.el (ediff-long-help-message-narrow2)
99 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
100 (ediff-long-help-message-word-mode): Add ignore-case command.
101 (ediff-help-for-quick-help): Add ignore-case command.
102
103 * ediff-merg.el: Move provide to the end.
104
105 * ediff-ptch.el: Move provide to the end.
106
107 * ediff-wind.el: Move provide to the end.
108
109 * ediff-mult.el: Move provide to the end.
110 (ediff-set-meta-overlay): Enable follow-link.
111
112 * ediff.el: Move provide to the end.
113 Break recursive load cycle in eval-when-compile.
114 (ediff-patch-buffer): Better heuristics.
115
116 * ediff-util.el: Move provide to the end.
117 Break recursive load cycle in eval-when-compile.
118 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
119 defuns.
120 (ediff-submit-report): Pass the values of ediff-diff3-program,
121 ediff-diff3-options.
122
123 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
124
125 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
126 the opening bracket of the following bracketing pairs: {}, [], (), <>,
127 `' (for example, in the docstring of `windmove-default-keybindings').
128
129 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
130
131 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
132 shadow face. Don't provide binding to edit variable when it is
133 out of scope.
134
135 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
136 (gdb-var-update-handler): Detect out of scope variables with pre
137 GDB 6.4 too.
138 (gdb-post-prompt): Revert changet 2006-02-17 (force update).
139 Reset status of variable objects to nil in update handlers.
140 (gdb-var-update-handler-1): Detect when a variable object comes
141 in scope. setcar on var changes gdb-var-list directly.
142
143 2006-02-17 Juri Linkov <juri@jurta.org>
144
145 * ffap.el (ffap) <defface>: Add explicit face declaration.
146 (ffap-highlight): Use face `ffap' directly instead of checking
147 for its existence.
148
149 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
150 `visible-ok' of `other-buffer' to find the right original buffer.
151
152 * info.el (Info-search): Skip `Local Variables' node.
153
154 2006-02-17 Juri Linkov <juri@jurta.org>
155
156 * info.el (Info-find-file): Check for symbols `apropos', `history',
157 `toc' in the input filename, and return these symbols as is.
158 (Info-find-node-2): Set Info-current-file to symbols `apropos',
159 `history', `toc' instead of strings.
160 (Info-set-mode-line): For non-string Info-current-file use the
161 symbol's name inside **.
162 (Info-isearch-push-state): Add quote before Info-current-file and
163 Info-current-node.
164 (Info-isearch-pop-state): Use `equal' instead of `string='.
165 (Info-extract-pointer, Info-following-node-name): Use
166 `match-string-no-properties' instead of `match-string'.
167 (Info-up): Check `old-file' for `stringp'.
168 (Info-history): Use `equal' instead of `string-equal'.
169 Check `file' for `stringp'.
170 (Info-history): Use symbol `history' instead of string as first arg
171 of `Info-find-node'.
172 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
173 `toc' instead of string.
174 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
175 instead of `buffer-substring', and `match-string-no-properties'
176 instead of `match-string'.
177 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
178 instead of strings.
179 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
180 Use symbol `apropos' instead of string.
181 (Info-copy-current-node-name): Check `Info-current-file' for
182 `stringp' and construct a command with `Info-find-node' from it.
183 (Info-fontify-node): Use `match-string-no-properties' instead of
184 `match-string' and check file names for `stringp'.
185 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
186 `history', `toc' instead of strings.
187
188 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
189
190 * files.el: Rearrange functions and variables in the file local
191 variables section.
192
193 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
194
195 * files.el: Add truncate-lines, ispell-check-comments and
196 ispell-local-dictionary as safe local variables.
197
198 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
199
200 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
201 out of scope variables.
202 (gud-speedbar-buttons): Use unless.
203
204 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
205 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
206 (gdb-show-changed-values): Also use for out of scope variables.
207 (gdb-var-update-handler-1): Note if variable goes out of scope.
208
209 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
210
211 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
212 default to global variable values for unsupplied args.
213 (rcirc-get-buffer-create): Fix bug with setting the target.
214 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
215 test for rcirc-always-use-server-buffer-flag here.
216 (rcirc-response-formats): Add %N, which is a facified nick. %n
217 uses the default face. Change the ACTION format string. If the
218 "nick" is the server, don't print anything for that field.
219 Comment fixes.
220 (rcirc-target-buffer): Don't test
221 rcirc-always-use-server-buffer-flag here.
222 (rcirc-print): Squeeze extra spaces out of the text before message.
223 (rcirc-put-nick-channel): Strip potential "@" char from nick
224 before adding them to nick table.
225 (rcirc-url-regexp): Improve to match address like "foo.com".
226
227 2006-02-17 Eli Zaretskii <eliz@gnu.org>
228
229 * allout.el (allout-hidden-p): Move this defsubst before
230 allout-overlay-interior-modification-handler, where it is first
231 used.
232
233 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
234
235 * allout.el: Use allout invisible-text overlays instead of
236 selective display for concealed text. Also, lots of general
237 cleanup, and improved compatibility code.
238
239 (allout-version) Incremented, corrected, revised, and refined
240 module commentary.
241
242 (provide 'allout): Moved to the bottom, added a require of overlay.
243
244 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
245 `except-current'.
246 (allout-write-file-hook-handler): Minimize delay.
247 (count-trailing-whitespace-region): New function so
248 auto-encryption of current topic can resituate cursor exactly.
249 PGP/GPG encryption trims trailing whitespace from lines, which
250 must be accounted for across encryption then decryption.
251
252 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
253 just plain "\C-c", to avoid intruding on user's keybinding space.
254
255 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
256 parameter, so user request to provide a new password is done.
257
258 (allout-outside-normal-auto-fill-function, allout-auto-fill):
259 Refined mechanism for auto-filling behavior while in allout mode.
260
261 (allout-mode): Explicitly specify the mode map in the docstring.
262 Clarify provision for various write-file hook var names.
263 Adjusted for invisible-text overlays instead of selective-display.
264
265 (allout-depth): Really return 0 if not within any topic. This
266 rectifies `allout-beginning-of-level' and sequence numbering
267 errors that occur when cutting and pasting numbered topics.
268 Changed from a in-line subst to a regular function, as well.
269
270 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
271
272 (allout-end-of-subtree, allout-end-of-subtree)
273 (allout-end-of-entry, allout-end-of-current-heading)
274 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
275 (allout-show-children, allout-show-to-offshoot)
276 (allout-hide-current-entry, allout-show-current-entry): Rectified
277 handling of trailing blank lines between items.
278
279 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
280 (allout-current-depth, allout-unprotected, allout-hidden-p)
281 (allout-on-current-heading-p, allout-listify-exposed)
282 (allout-chart-subtree, allout-goto-prefix)
283 (allout-back-to-current-heading, allout-get-body-text)
284 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
285 (allout-hide-region-body, allout-toggle-subtree-encryption)
286 (allout-encrypt-string, allout-encrypted-key-info)
287 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
288 (allout-file-vars-section-data): Adjusted for use with
289 invisible-text overlays instead of selective-display.
290
291 (allout-kill-line, allout-kill-topic, allout-yank-processing):
292 Reworked for use with invisible text overlays.
293
294 (allout-current-topic-collapsed-p): New function.
295
296 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
297 to know when to close the containing topic.
298
299 (allout-pre-command-business, allout-post-command-business):
300 Simplify undo-batching and dynamic isearch exposure.
301
302 (allout-set-overlay-category): New for invisible-text overlays.
303 Sets properties of allout-overlay-category, used by
304 allout-flag-region to set invisible-text overlay properties.
305 (allout-get-invisibility-overlay): Get the first qualifying
306 invisibility overlay, so we can find the extent of it.
307 (allout-back-to-visible-text): Get to just before the beginnining
308 of the current invisibility overlay, if any.
309
310 (allout-overlay-insert-in-front-handler)
311 (allout-overlay-interior-modification-handler)
312 (allout-before-change-handler, allout-isearch-end-handler): New
313 functions to handle extraordinary actions affecting concealed
314 text.
315
316 (allout-flag-region): Use overlays instead of selective-display
317 for invisible text - by inheritence from the properties of
318 allout-overlay-category in mainline Emacs, and applied
319 property-by-property in XEmacs, some recent versions of which
320 don't inherit the properties from the category. Provisions to
321 respond to concealed-text edits simplified drastically.
322
323 (allout-isearch-rectification, allout-isearch-was-font-lock)
324 (allout-isearch-expose, allout-enwrap-isearch)
325 (allout-isearch-abort, allout-pre-was-isearching)
326 (allout-isearch-prior-pos, allout-isearch-did-quit)
327 (allout-isearch-dynamic-expose)
328 (allout-hide-current-entry-completely): Functions deleted.
329
330 (allout-undo-aggregation): Explicit undo aggregation no longer
331 necessary due to transition away from selective-display.
332
333 (set-allout-regexp, allout-up-current-level)
334 (allout-next-visible-heading, allout-forward-current-level)
335 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
336 (allout-kill-line, allout-yank-processing, allout-show-children)
337 (allout-expose-topic, allout-old-expose-topic)
338 (allout-listify-exposed, allout-insert-latex-header)
339 (allout-toggle-subtree-encryption, allout-encrypt-string)
340 (remove-from-invisibility-spec, allout-hide-current-subtree):
341 Ditched unused variables.
342
343 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
344
345 * textmodes/ispell.el (ispell-change-dictionary): Call
346 ispell-buffer-local-dict instead of
347 ispell-accept-buffer-local-defs.
348 (ispell-local-dictionary-alist): Accept as valid any coding-system
349 supported by Emacs.
350 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
351 changed to iso-8859-3.
352
353 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
354
355 * speedbar.el (speedbar-frame-width): Make an inline function
356 instead of a macro. Use frame-width.
357 (speedbar-try-completion, speedbar-update-contents)
358 (speedbar-timer-fn): Use consp.
359 (speedbar-update-localized-contents): Try to preserve point.
360
361 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
362 (menu): Re-order menu items.
363 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
364 field.
365 (gdb-var-update-handler-1): Use it for GDB 6.4+.
366 (gdb-post-prompt): Speed things by not forcing update.
367
368 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
369
370 * wid-edit.el (widget-button-click): For mouse-1, cancel button
371 press and perform default action if we get a mouse movement event.
372
373 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
374
375 * calendar/icalendar.el (icalendar--get-event-property)
376 (icalendar--get-event-property-attributes): Fix typos in
377 docstrings.
378
379 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
380 docstring.
381
382 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
383
384 * bs.el (bs-mode): Use `buffer-disable-undo'.
385 (bs--get-file-name): Simplify.
386 (bs-show-in-buffer): Mark the buffer as not modified.
387
388 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
389
390 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
391 widget-button-click.
392
393 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
394 (custom-mode): Update docstring.
395
396 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
397 binding.
398
399 * files.el (hack-local-variables-confirm): Allow scrolling if the
400 file variable list is too long. Kill temp buffer after use.
401
402 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
403
404 * progmodes/gud.el (gdb): Improve doc string.
405 (gdb-script-font-lock-keywords): Expand allowed character set.
406
407 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
408 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
409 (gdb-separate-io-interrupt, gdb-separate-io-quit)
410 (gdb-separate-io-stop, gdb-separate-io-eof):
411 Rename from gdb-inferior-* to gdb-separate-*.
412 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
413
414 2006-02-14 Jay Belanger <belanger@truman.edu>
415
416 * calc/calc-arith.el (math-check-known-scalarp): Make sure
417 expression is a symbol before checking that it is bound.
418
419 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
420 test to see if equation can be solved.
421
422 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
423
424 * wid-edit.el (widget-button-click): Use :pressed-face property
425 for overlay face, if it exists.
426
427 * cus-edit.el (custom-manual, custom-add-see-also)
428 (custom-add-parent-links, custom-group-link): Add :pressed-face
429 property to links.
430
431 * files.el (hack-local-variables): Remove ignored variables before
432 checking if any variables need setting.
433
434 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
435
436 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
437
438 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
439
440 * help.el (where-is): Fix message for remapped commands.
441
442 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
443 Fix typos in docstrings.
444
445 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
446
447 * files.el (safe-local-variable-values): New option.
448 (hack-local-variables-prop-line): Return a list of variable-value
449 pairs if MODE-ONLY is non-nil.
450 (hack-local-variables): Construct list of variable-value pairs,
451 and apply or reject them in one go. Ask for confirmation if
452 variables are not known safe.
453 (hack-local-variables-confirm): Complete rewrite. Support
454 `safe-local-variable-values'.
455 (enable-local-variables): Update docstring to reflect new
456 behavior.
457 (ignored-local-variables): Ignore ignored-local-variables and
458 safe-local-variable-values.
459 (safe-local-variable-p): New function.
460 (risky-local-variable-p): `safe-local-variable' property check
461 moved to safe-local-variable-p.
462 (hack-one-local-variable): Checks moved to hack-local-variables.
463
464 (byte-compile-dynamic, c-basic-offset, c-file-style)
465 (c-indent-level, comment-column, fill-column, fill-prefix)
466 (indent-tabs-mode, kept-new-versions, no-byte-compile)
467 (no-update-autoloads, outline-regexp, page-delimiter)
468 (paragraph-start, paragraph-separate, sentence-end)
469 (sentence-end-double-space tab-width, version-control):
470 Add `safe-local-variable' property.
471
472 * find-lisp.el: Delete nonexistent `autocompile' file variable.
473
474 * icomplete.el, play/landmark.el: Change nonexistent
475 `outline-layout' file variable to `allout-layout'.
476
477 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
478
479 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
480 (gdb-get-changed-registers): Test value of gud-minor-mode relative
481 to gud-comint-buffer.
482 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
483 gdb-ui.el for gdb-mi.el.
484 (gdb-post-prompt, gdb-get-changed-registers): Move test for
485 registers buffer to gdb-get-changed-registers.
486 (gdb-breakpoint-regexp): New regexp. Allow toggling and
487 deletion of catchpoints (throw and catch).
488 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
489 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
490 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
491 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
492 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
493
494 2006-02-13 Jay Belanger <belanger@truman.edu>
495
496 * calc/calc-arith.el (math-check-known-matrixp): Make sure
497 expression is a symbol before checking that it is bound.
498
499 2006-02-13 Richard M. Stallman <rms@gnu.org>
500
501 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
502 for the minibuffer too, but not if resize-mini-windows will interfere.
503
504 * help.el (describe-key-briefly, describe-key): Do all arg-reading
505 inside `interactive' spec.
506 (describe-key-briefly-internal, describe-key-internal):
507 Functions merged back into their callers.
508
509 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
510
511 * info.el (info-xref-visited): Inherit from info-xref too.
512 (Info-set-mode-line): Replace occurrences of `%' by `%%'
513 when propertizing Info-current-file and Info-current-node.
514
515 2006-02-13 Juri Linkov <juri@jurta.org>
516
517 * tumme.el (tumme-thumbnail-storage): Fix docstring.
518 (tumme-thumb-name): Fix per-directory format.
519
520 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
521
522 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
523
524 2006-02-12 Miles Bader <miles@gnu.org>
525
526 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
527
528 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
529
530 * tumme.el: Remove history section. If someone needs the it, it
531 can always be found in CVS.
532
533 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
534
535 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
536 about the Thumbnail Managing Standard option.
537
538 2006-02-12 Richard M. Stallman <rms@gnu.org>
539
540 * subr.el (substitute-key-definition): Doc fix.
541
542 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
543
544 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
545
546 * info.el (Info-mode): Doc fix.
547
548 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
549
550 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
551
552 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
553 because on Solaris a POSIX compatible "id" is needed. Reported by
554 Magnus Henoch <mange@freemail.hu>.
555
556 2006-02-12 Juri Linkov <juri@jurta.org>
557
558 * tumme.el: Remove todo item about Thumbnail Managing Standard.
559 (tumme) <defgroup>: Change :group to `multimedia'.
560 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
561 Managing Standard.
562 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
563 Fix dostring.
564 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
565 and %y. Fix docstring.
566 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
567 (tumme-cmd-create-standard-thumbnail-command): New user options.
568 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
569 is `standard'. Fix docstring.
570 (tumme-thumb-width, tumme-thumb-height): New user options.
571 (tumme-external-viewer): Try to find various viewers.
572 (tumme-get-thumbnail-image): Use `create-image' instead of
573 constructing the `image' structure.
574 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
575 `standard'.
576 (tumme-thumb-name): Add file name generation for standard storage.
577 Simplify code for other storages.
578 (tumme-thumb-name): Use width %w and height %h instead of size %s.
579 Add modification time %m and thumbnail-nq8 %q.
580 Use `tumme-cmd-create-standard-thumbnail-command' if
581 tumme-thumbnail-storage is `standard'.
582 (tumme-dired-insert-marked-thumbs): New autoload command.
583 (tumme-dired-after-readin-hook): New function.
584 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
585 `tumme-thumb-size'.
586 (tumme-display-image): Replace size-x %x and size-y %y with
587 width %w and height %h.
588
589 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
590 `tumme-dired-insert-marked-thumbs'.
591
592 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
593
594 * tumme.el (tumme-write-tag): Fix small bug (file name did not
595 include path).
596 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
597 matching tag.
598
599 2006-02-12 Miles Bader <miles@gnu.org>
600
601 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
602 New variables.
603 (rcirc-abbrev-nick): New function.
604 (rcirc-format-response-string): Rewrite to use the formats in
605 `rcirc-response-formats' and expand escape sequences therein.
606 A text-property `rcirc-text' is added over the actual response
607 text to make easy to find inside the returned string.
608 (rcirc-print): When filling, just look for the `rcirc-text'
609 text-property to find the appropriate fill prefix, instead of
610 using hardwired patterns.
611
612 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
613
614 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
615 Managing Standard.
616
617 2006-02-11 Kim F. Storm <storm@cua.dk>
618
619 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
620 Don't use insert-buffer; do insert-buffer-substring directly.
621 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
622
623 2006-02-11 Martin Rudalics <rudalics@gmx.at>
624
625 * files.el (revert-buffer, recover-file): Replace buffer-read-only
626 with inhibit-read-only. Suggested by Stefan Monnier.
627 (revert-buffer): Let insert-file-contents discard
628 buffer-undo-list. Simplify code.
629 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
630
631 2006-02-11 Eli Zaretskii <eliz@gnu.org>
632
633 * menu-bar.el (menu-bar-select-yank): Add a doc string.
634
635 * help.el (describe-key-briefly): Now a wrapper for
636 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
637 to t. Populate yank-menu if empty.
638 (describe-key-briefly-internal): Renamed from describe-key-briefly.
639 (describe-key): Now a wrapper for describe-key-internal. Bind
640 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
641 (describe-key-internal): Renamed from describe-key.
642
643 2006-02-11 Milan Zamazal <pdm@zamazal.org>
644
645 * progmodes/glasses.el (glasses-separator): Doc fix.
646 (glasses-original-separator): New defcustom.
647 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
648
649 2006-02-11 Martin Rudalics <rudalics@gmx.at>
650
651 * mwheel.el (mouse-wheel-up-event): Doc fix.
652
653 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
654
655 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
656 (tumme-dir): New function. Copied from thumbs.el.
657
658 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
659
660 * desktop.el (desktop-outvar): Fix typo.
661 (desktop-save-buffer-p): Doc fix.
662
663 * subr.el (substitute-key-definition): Fix typo.
664
665 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
666
667 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
668 when window-system is mac.
669
670 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
671
672 2006-02-10 Kim F. Storm <storm@cua.dk>
673
674 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
675 indirect-function instead of using condition-case.
676
677 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
678
679 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
680 less `colloquial'...
681
682 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
683
684 * tumme.el: Add a couple of todo items.
685
686 2006-02-09 Lars Hansen <larsh@soem.dk>
687
688 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
689 (highlight-changes-mode): Don't change desktop-locals-to-save.
690
691 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
692
693 * image-mode.el (image-toggle-display): Clear image cache if using
694 filename.
695
696 2006-02-09 Masatake YAMATO <jet@gyve.org>
697
698 * dired-x.el (dired-guess-shell-alist-default): Add .man as
699 a `dired-man' target.
700
701 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
702 boundary of symbols.
703
704 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
705
706 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
707
708 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
709
710 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
711 `mapcar'; return nil.
712
713 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
714
715 * mouse.el (mouse-drag-track): Don't change window if we rebind to
716 some other event.
717
718 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
719
720 * net/rcirc.el (rcirc-startup-channels-alist):
721 Add irc.freenode.net and #emacs as defaults.
722 (rcirc-ignore-all-activity-flag): Remove variable.
723 (rcirc-authinfo): New variable.
724 (rcirc-authinfo-filename): Remove variable.
725 (rcirc-always-use-server-buffer-flag): New flag.
726 (rcirc): M-x rcirc will automatically connect without prompting.
727 C-u M-x rcirc will prompt. Use rcirc-connect to create a
728 connection in lisp.
729 (rcirc-process-server-response-1): Remove everything but the nick
730 portion of the sender so it doesn't need to be done everywhere
731 else. Update related code.
732 (global-map): Remove global keybindings.
733 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
734 (rcirc-send-input): Split into several functions.
735 (rcirc-process-input-line, rcirc-process-message)
736 (rcirc-process-command): New functions.
737 (rcirc-target-buffer): New function to determine where to route
738 messages.
739 (rcirc-user-nick): Save match data.
740 (rcirc-toggle-ignore-buffer-activity)
741 (rcirc-update-activity-string): Remove global ignore functionality,
742 which can be done now by toggling rcirc-track-minor-mode.
743 (rcirc-track-minor-mode-map): New keymap.
744 (rcirc-track-minor-mode): New minor-mode.
745 (ignore): Make the ignore output nicer. Always print it when
746 adding or removing nicks.
747 (rcirc-url-regexp): Improve.
748 (rcirc-mangle-text): Remove properties before using text in the
749 modeline.
750 (rcirc-authenticate): Authentication data comes from
751 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
752 (rcirc-server-prefix): Inherit from rcirc-server.
753
754 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
755
756 * Makefile.in (compile): Append "|| true" to the end of the `find'
757 command, like compile-always does.
758
759 2006-02-08 Sam Steingold <sds@gnu.org>
760
761 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
762 output from a dead connection.
763
764 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
765
766 * dired.el (dired-mode-map): Add more bindings for tumme.
767
768 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * wdired.el (wdired-mode-map): Use remap.
771 (wdired-get-filename): Massage.
772 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
773 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
774 `keymap' property rather than `local-map'.
775
776 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
777
778 * tumme.el (tumme-get-thumbnail-image): New utility function.
779 Suggested by from Chong Yidong.
780 (tumme-dired-with-window-configuration): Rename from
781 `tumme-dired'. Add code to save window configuration.
782 (tumme-restore-window-configuration): New command to restore the
783 window configuration that `tumme-dired-with-window-configuration'
784 saves before it changes the window configuration.
785 (tumme-show-all-from-dir): New command to display thumbnails for
786 all files in a directory entered by the user, like M-x thumbs.
787 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
788 have been created.
789 (tumme-display-thumbnail-original-image): Call `display-buffer'.
790 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
791 Remove obsolete test function.
792
793 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
794
795 * vc.el (small-temporary-file-directory): Remove defvar; there's
796 a defcustom for it in files.el.
797
798 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
799 Fix typo in message.
800 (tumme-gallery-generate): Fix typo in `error' message.
801 (tumme-display-window-height-correction)
802 (tumme-display-window-width-correction, tumme-line-up-dynamic)
803 (tumme-line-up-interactive): Dox fixes.
804 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
805 (tumme-restore-window-configuration, tumme-format-properties-string)
806 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
807 Fix typos in docstrings.
808
809 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
810
811 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
812
813 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
814
815 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
816 User should use hook if desired.
817
818 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
819 buffer if necessary.
820 (gdb-delete-frame-or-window): New function.
821 (gdb-breakpoints-mode-map): Bind "q" to it.
822
823 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
824
825 * textmodes/nroff-mode.el: Clean up name space.
826 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
827 (nroff-mode): Obey the global setting of nroff-electric-mode.
828 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
829
830 * calendar/calendar.el (calendar-increment-month): Typo in last change.
831
832 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
833
834 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
835
836 2006-02-06 Lars Hansen <larsh@soem.dk>
837
838 * generic-x.el (etc-fstab-generic-mode): Add file system types
839 cifs and usbdevfs. Allow special chars in file names.
840
841 2006-02-05 Jay Belanger <belanger@truman.edu>
842
843 Update copyright notices of the files in lisp/calc.
844
845 2006-02-05 Romain Francoise <romain@orebokech.com>
846
847 Update copyright notices of all files in the lisp/play directory.
848
849 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
850
851 * ldefs-boot.el: Regenerate.
852
853 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
854
855 2006-02-05 Kim F. Storm <storm@cua.dk>
856
857 * files.el (magic-mode-regexp-match-limit): New defvar.
858 (set-auto-mode): Use it to limit magic-mode-alist matching.
859
860 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
861
862 * simple.el (display-message-or-buffer): Compare the number of
863 characters to the frame width when determining whether a 1-line
864 message string will fit in the echo area. Count screen lines
865 instead of buffer lines when determining whether a multi-line
866 message will fit in the echo area/minibuffer window.
867
868 2006-02-04 Eli Zaretskii <eliz@gnu.org>
869
870 * info.el (Info-index, Info-mode): Improve the description of the
871 `i' command.
872
873 * ldefs-boot.el: Regenerate.
874
875 2006-02-03 Werner Lemberg <wl@gnu.org>
876
877 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
878 greedy to find the closing bracket in \*[...] and similar
879 expressions. This is a first rough fix -- many additional
880 refinements are necessary to make nroff mode really usable with groff.
881
882 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
883
884 * international/mule-cmds.el (set-locale-environment):
885 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
886 libX11.
887
888 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
889
890 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
891 archive are created in archive-tmpdir.
892
893 2006-02-02 John Paul Wallington <jpw@pobox.com>
894
895 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
896 (ibuffer-fontification-alist): Use it.
897 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
898 to "* z" and the Ibuffer Mark menu.
899
900 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
901
902 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * textmodes/table.el (*table--cell-describe-mode)
905 (*table--cell-describe-bindings): Undo last change since
906 print-help-return-message is not obsoleted by anything at all.
907
908 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
909
910 * emulation/cua-base.el (cua-mode): Doc fix.
911
912 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
913
914 * dframe.el (dframe-handle-make-frame-visible)
915 (dframe-handle-iconify-frame, dframe-get-focus)
916 (dframe-select-attached-frame, dframe-power-click)
917 (dframe-frame-mode): Fix typos in docstrings.
918
919 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
920 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
921 Fix typos in docstrings.
922
923 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
924 (hi-lock-face-buffer, hi-lock-font-lock-hook)
925 (hi-lock-archaic-interface-message-used)
926 (hi-lock-file-patterns-range): Fix typos in docstrings.
927
928 * savehist.el (savehist-loaded, savehist-load, savehist-install)
929 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
930
931 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
932 Fix typo in docstring.
933
934 * net/newsticker.el (newsticker--decode-iso8601-date)
935 (newsticker--set-customvar, newsticker--buffer-insert-item)
936 (newsticker--do-run-auto-mark-filter)
937 (newsticker--parse-generic-feed): Doc fixes.
938 (newsticker--retrieval-timer-list, newsticker-url-list)
939 (newsticker-hide-immortal-items-in-echo-area)
940 (newsticker-hide-obsolete-items-in-echo-area)
941 (newsticker-new-item-face, newsticker--enclosure)
942 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
943 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
944 (newsticker--parse-generic-feed, newsticker--cache-contains)
945 (newsticker--stat-num-items, newsticker-download-enclosures):
946 Fix typos in docstrings.
947
948 * net/rcirc.el (rcirc-debug): Doc fix.
949 (rcirc-fill-column, rcirc-receive-message-hooks)
950 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
951 (rcirc-mode, rcirc-generate-new-buffer-name)
952 (rcirc-startup-channels, rcirc-ignore-update-automatic)
953 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
954 Fix typos in docstrings.
955 (rcirc-print): "?\ " -> "?\s".
956 (rcirc-cmd-join): Improve argument/docstring consistency.
957
958 2006-02-01 Mark A. Hershberger <mah@everybody.org>
959
960 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
961 before narrow-to-region.
962
963 2006-02-01 Richard M. Stallman <rms@gnu.org>
964
965 * simple.el (move-beginning-of-line): Scan properly for invis change.
966
967 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
968
969 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
970
971 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
972 change bit only when id-format is 'integer. Reported by Matt
973 Hodges <M.P.Hodges@rl.ac.uk>.
974
975 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
976
977 * hilit-chg.el (highlight-changes-initial-state)
978 (highlight-changes-global-initial-state): Doc fixes.
979 (highlight-changes-global-modes, global-highlight-changes):
980 Fix typos in docstrings.
981
982 2006-02-01 Kim F. Storm <storm@cua.dk>
983
984 * emulation/cua-base.el (cua-mode): Mention that CUA enables
985 transient-mark-mode in doc string.
986
987 2006-01-31 Richard M. Stallman <rms@gnu.org>
988
989 * replace.el (multi-occur): Doc fix.
990 (multi-occur-in-matching-buffers): Rename from
991 multi-occur-by-filename-regexp. Prefix arg says match
992 buffer names instead of file names.
993
994 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
995
996 * bs.el: Allow non-default values of `bs-header-lines-length'.
997 (bs--running-in-xemacs): Remove (not needed anymore).
998 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
999 instead of `shrink-window', thus avoiding having to compute the
1000 height of the window.
1001 (bs--up): Wrap around even when there's no header.
1002 (bs--down): Use `forward-line' instead of `next-line'.
1003
1004 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
1005
1006 * image-mode.el (image-toggle-display): Use file name if possible,
1007 instead of unnecessarily allocating a (possibly huge) lisp string.
1008
1009 2006-01-30 John Paul Wallington <jpw@pobox.com>
1010
1011 * subr.el (toplevel): Define `cl-assertion-failed' condition here
1012 because the `assert' macro signals it at runtime.
1013
1014 * emacs-lisp/cl.el (toplevel): Remove definition of
1015 `cl-assertion-failed' condition.
1016
1017 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
1018
1019 * thumbs.el (thumbs-marked-list): Make buffer-local and
1020 permanent-local.
1021 (thumbs-insert-thumb): Make help-echo non-sticky.
1022 (thumbs-file-alist): Use eolp as check for (non)-image.
1023
1024 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
1025
1026 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
1027 (ediff-before-session-group-setup-hooks)
1028 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
1029 Fix typos in docstrings.
1030
1031 * window.el (bw-dir, bw-eqdir, balance-windows)
1032 (split-window-keep-point): Fix typos in docstrings.
1033
1034 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
1035 (org-quote-string, org-calendar-to-agenda-key)
1036 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
1037 (org-show-following-heading, org-tags-column)
1038 (org-use-tag-inheritance, org, org-allow-space-in-links)
1039 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
1040 (org-enable-table-editor, org-calc-default-modes)
1041 (org-table-allow-automatic-line-recalculation)
1042 (org-export-html-style, org-export-with-fixed-width)
1043 (org-export-with-sub-superscripts, org-special-keyword)
1044 (org-formula, org-time-grid, org-table-may-need-update)
1045 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1046 (org-goto-quit, org-get-indentation, org-end-of-item)
1047 (org-move-item-down, org-move-item-up)
1048 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1049 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1050 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1051 (org-agenda-log-mode, org-agenda-toggle-diary)
1052 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1053 (org-agenda-file-to-end, org-agenda-no-heading-message)
1054 (org-agenda-get-closed, org-format-agenda-item)
1055 (org-cmp-priority, org-cmp-category, org-cmp-time)
1056 (org-agenda-change-all-lines, org-agenda-diary-entry)
1057 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1058 (org-link-search, org-camel-to-words, org-open-file)
1059 (org-remember-handler, org-table-convert-region)
1060 (org-table-move-row-down, org-table-move-row-up)
1061 (org-table-copy-region, org-table-wrap-region)
1062 (org-table-toggle-vline-visibility)
1063 (org-table-get-vertical-vector, org-table-modify-formulas)
1064 (org-table-get-specials, org-recalc-commands)
1065 (org-table-rotate-recalc-marks, org-table-eval-formula)
1066 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1067 (org-level-color-stars-only, org-insert-heading):
1068 Fix typos in docstrings.
1069 (last-arg): Add defvar.
1070
1071 * makefile.w32-in (WINS): Add erc.
1072 (MH_E_SRC): Update (copied from lisp/Makefile.in).
1073
1074 2006-01-29 Bill Wohler <wohler@newt.com>
1075
1076 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1077 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
1078 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
1079 (mh-autoloads): Don't use comments on otherwise empty lines.
1080
1081 2006-01-29 Edward O'Connor <ted@oconnor.cx>
1082
1083 * emulation/viper.el (viper-major-mode-modifier-list): Add
1084 insert-state and vi-state entries for erc-mode.
1085 (viper-go-away, viper-set-hooks): Add and remove
1086 viper-comint-mode-hook from erc-mode-hook as appropriate.
1087
1088 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1089
1090 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
1091
1092 * bs.el (bs--format-aux): Implement `middle' alignment as
1093 described in the docstring for `bs-attributes-list'.
1094 (bs--get-name): Simplify. Don't pad the buffer name.
1095
1096 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
1097
1098 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1099 English aspell dictionary is installed, use the first entry of
1100 ispell-dictionary-alist-1.
1101
1102 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
1103
1104 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1105 Doc fix.
1106
1107 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
1108
1109 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1110 for `process-file', in order to let it work for older Emacsen too.
1111
1112 2006-01-27 Eli Zaretskii <eliz@gnu.org>
1113
1114 * international/latexenc.el: Add a suitable `coding:' tag.
1115 (latexenc-find-file-coding-system): Undo last change.
1116
1117 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1118
1119 * international/latexenc.el (latexenc-find-file-coding-system):
1120 Make sure latexenc-main-file is a regular file and is readable.
1121
1122 2006-01-27 Andre Spiegel <spiegel@gnu.org>
1123
1124 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
1125 Pass FILE to vc-user-login-name.
1126
1127 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
1128
1129 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
1130
1131 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
1132 there are no more images to display.
1133 (thumbs-mark, thumbs-unmark): Revert change so that they move to
1134 the next image.
1135
1136 2006-01-26 Richard M. Stallman <rms@gnu.org>
1137
1138 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
1139
1140 * wid-edit.el (advertised-widget-backward): New alias.
1141 (widget-keymap): Use advertised-widget-backward for S-TAB.
1142
1143 * tumme.el: Correct the keywords.
1144 (tumme-dir-max-size): Use defvar.
1145 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
1146
1147 * simple.el (move-beginning-of-line): Take account of fields.
1148 (clone-indirect-buffer-other-window): Take args like
1149 clone-indirect-buffer, and work like it.
1150
1151 * help-fns.el (describe-function): Don't pass `nil' as default.
1152
1153 * files.el (risky-local-variable-p): Follow var aliases.
1154
1155 * subr.el (lazy-completion-table): Doc fix.
1156
1157 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
1158 global binding of `line'.
1159
1160 2006-01-25 Andre Spiegel <spiegel@gnu.org>
1161
1162 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
1163 Tramp.
1164
1165 * vc.el (vc-default-dired-state-info): Pass FILE to
1166 vc-user-login-name.
1167 (vc-default-update-changelog): Don't use vc-user-login-name, we
1168 don't need it here.
1169
1170 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
1171 no longer necessary.
1172
1173 2006-01-25 Kenichi Handa <handa@m17n.org>
1174
1175 * international/mule.el (decode-char): Avoid the overhead of
1176 calling utf-lookup-subst-table-for-decode if
1177 utf-translate-cjk-mode is nil.
1178 (encode-char): Avoid the overhead of calling
1179 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
1180 nil.
1181
1182 2006-01-22 Kenichi Handa <handa@m17n.org>
1183
1184 * international/mule.el (make-subsidiary-coding-system): Reset
1185 `coding-system-define-form' property of subsidiaries to nil.
1186 Avoid duplicated entry in coding-system-alist.
1187 (make-coding-system): Avoid duplicated entry in
1188 coding-system-alist.
1189 (define-coding-system-alias): Likewise.
1190
1191 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
1192
1193 * completion.el: Minor fixes in introductory comment.
1194 (completion-def-wrapper): Fix alist.
1195
1196 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
1197
1198 * thumbs.el (thumbs-new-image-size): New function.
1199 (thumbs-increment-image-size-element)
1200 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
1201 (thumbs-decrement-image-size): Delete.
1202 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
1203 temp files and use to resize.
1204 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
1205 Use increment argument to enlarge/shrink. Preserve point.
1206 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
1207 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
1208 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
1209 (thumbs-mark, thumbs-unmark): Preserve point.
1210 (thumbs-modify-image): Keep old temp files and use to modify.
1211 Cleanup old temp files at load time. Preserve point.
1212 (thumbs-view-image-mode-map): Use new command names.
1213
1214 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1215
1216 * log-view.el (log-view-minor-wrap): First rev is the one at point.
1217
1218 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
1219 the nastiest part of the cyclic dependency.
1220 (cal-menu-update): Use dotimes and calendar-increment-month.
1221
1222 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
1223 (calendar-week-start-day): Add an :initializer.
1224 (calendar-mode-map): Use suppress-keymap, and command remapping.
1225 (describe-calendar-mode): Setup xref-stack info for the back button.
1226 (calendar-star-date): Insert before delete.
1227 (calendar-set-mode-line): Add file-modified info if applicable.
1228 (calendar-increment-month): New function.
1229
1230 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1231
1232 * font-lock.el (lisp-font-lock-keywords-2):
1233 Recognize "& keywords" only at word boundaries.
1234
1235 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
1236
1237 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
1238 and permanent-local.
1239 (thumbs-max-image-number): New variable.
1240 (thumbs-do-thumbs-insertion): Use them.
1241 (thumbs-per-line): Change default to 4.
1242 (thumbs-marked-list): Rename from thumbs-markedL.
1243 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
1244 (thumbs-rename-images): Use -list instead of L for internal variables.
1245 (thumbs-call-convert): Use call-process instead of shell-command.
1246 (thumbs-insert-thumb): Add filename as help-echo to each image.
1247 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
1248 Give dir to thumbs-show-thumbs-list.
1249 (thumbs-show-thumbs-list): Set default-directory to that of images.
1250 (thumbs-dired-show): Rename from thumbs-dired-show-all.
1251 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
1252 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
1253 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
1254
1255 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1256
1257 * ses.el (ses-read-cell): Provide a default value.
1258
1259 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
1260
1261 * term/w32-win.el (image-library-alist): Add additional names for
1262 GIF library.
1263
1264 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1265
1266 * international/latexenc.el (latexenc-find-file-coding-system):
1267 Add file-regular-p check.
1268
1269 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * simple.el (clone-buffer): Don't show the new buffer in the same
1272 window.
1273
1274 2006-01-23 Juri Linkov <juri@jurta.org>
1275
1276 * faces.el (link, link-visited): New faces based on default values
1277 of `info-xref' and `info-xref-visited'.
1278
1279 * info.el (info-xref): Inherit from `link'.
1280 (info-xref-visited): Inherit from `link-visited'.
1281
1282 * cus-edit.el (custom-buffer-create-internal): Use widget type
1283 `custom-manual' instead of `info-link' and don't set properties
1284 `button-face' and `mouse-face' explicitly.
1285 (custom-browse-group-tag, custom-browse-variable-tag)
1286 (custom-browse-face-tag): Inherit from widget class
1287 `custom-group-link' instead of `push-button'.
1288 (custom-button-unraised): Inherit from `underline' face.
1289 (custom-link): Inherit from `link' face. Fix doc and group.
1290 (custom-add-parent-links, custom-group-value-create): Don't set
1291 properties `button-face' and `mouse-face' explicitly for
1292 `custom-group-link' widget.
1293 (custom-group-link): Add properties `button-face' and `mouse-face'
1294 to widget definition.
1295 (custom-field-keymap): New variable. Put `custom-field-keymap' to
1296 editable-field's :keymap property.
1297 (custom-mode): Fix docstring: substitute keybindings for
1298 `widget-forward' and `widget-backward' from `widget-keymap',
1299 `widget-complete' from `custom-field-keymap', replace old
1300 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
1301
1302 * desktop.el (desktop-load-file): Check for `fboundp' before
1303 calling `symbol-function'.
1304
1305 * simple.el (clone-buffer, clone-indirect-buffer)
1306 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
1307 `read-string'. Fix prompts.
1308
1309 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
1310
1311 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
1312
1313 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
1314
1315 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
1316
1317 * startup.el (inhibit-splash-screen, initial-scratch-message):
1318 Doc fixes.
1319
1320 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
1321
1322 Sync with Tramp 2.0.52.
1323
1324 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
1325 net/tramp-vc.el: Add code for unloading Tramp. See comment before
1326 `tramp-unload-tramp' for checklist.
1327
1328 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
1329 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
1330 (tramp-unload-file-name-handler-alist)
1331 (tramp-unload-tramp): New defuns.
1332 (tramp-advice-PC-expand-many-files): New defadvice.
1333 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
1334 removed.
1335 (tramp-handle-expand-file-name): Remove double slash.
1336 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
1337 It doesn't matter, because it will be converted later on.
1338 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
1339 implementation was just heuristic.
1340 (tramp-post-connection): Set uid and gid properties.
1341 (tramp-convert-file-attributes): Set file's gid change bit.
1342 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
1343 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
1344 in case of su(do)? methods. The home directory of the local user
1345 will be taken else.
1346 (tramp-open-connection-telnet)
1347 (tramp-open-connection-rsh, tramp-open-connection-su)
1348 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
1349 local shell prompt could hurt. Reported by Romain Francoise
1350 <romain@orebokech.com>.
1351 (tramp-let-maybe): Add `edebug-form-spec' property.
1352 (tramp-handle-expand-file-name): Bind `default-directory' locally
1353 to "/" in order to avoid problems with UNC shares or Cygwin
1354 mounts.
1355 (tramp-md5-function): Fix typo in error message.
1356
1357 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
1358
1359 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
1360 for byte-compiler pacification.
1361
1362 2006-01-22 Andre Spiegel <spiegel@gnu.org>
1363
1364 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
1365 ID-FORMAT `string'. This allows us to get rid of
1366 `vc-user-login-name UID'.
1367
1368 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
1369
1370 2006-01-22 John Paul Wallington <jpw@pobox.com>
1371
1372 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
1373
1374 2006-01-21 Martin Rudalics <rudalics@gmx.at>
1375
1376 * emacs-lisp/find-func.el (find-definition-noselect)
1377 (find-variable-noselect): Search variables in C source code too.
1378 (find-function-C-source, find-function-noselect, find-function)
1379 (find-function-other-frame, find-variable-noselect, find-variable)
1380 (find-variable-other-frame, find-variable-at-point):
1381 Fix docstrings.
1382
1383 2006-01-21 Francesco Potorti` <pot@gnu.org>
1384
1385 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
1386
1387 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
1388
1389 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
1390 Default to disabling the "Save affix" question.
1391
1392 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
1393
1394 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
1395 the first arg to run-python.
1396
1397 2006-01-21 Eli Zaretskii <eliz@gnu.org>
1398
1399 * startup.el (command-line-1): Handle --no-desktop if desktop.el
1400 is not loaded.
1401
1402 2006-01-20 Jay Belanger <belanger@truman.edu>
1403
1404 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
1405 limit is 0.
1406
1407 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
1408 the correct variable.
1409
1410 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
1411
1412 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
1413 link. Fixed buggy argument sequence in call to `org-view-tags'.
1414 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1415 (org-prefix-has-tag): New variable.
1416 (org-format-agenda-item): Remove tags from headline if
1417 appropriate.
1418 (org-agenda-remove-tags-when-in-prefix): New option.
1419 (org-get-tags-at): New function.
1420
1421 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
1422
1423 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
1424 (thumbs-find-image): Move image name and number from buffer name
1425 to mode name. Set thumbs-buffer. Preserve point so that large
1426 images remain visible.
1427 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
1428 order.
1429 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
1430 mode name.
1431 (thumbs-next-image, thumbs-previous-image): Make them work.
1432
1433 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
1434
1435 * cus-edit.el (custom-buffer-create-internal): State in the text above
1436 the whole buffer buttons that they do not operate on hidden items.
1437 (custom-face-menu): Use `custom-face-save' instead of
1438 `custom-face-save-command'.
1439 (custom-face-save-command): Make it an alias for `custom-face-save'
1440 and declare it obsolete.
1441 (custom-face-save): Doc fix.
1442
1443 * dired.el (dired-no-confirm): Add quote.
1444 (dired-subdir-alist-pre-R): Add quote in
1445 `make-variable-buffer-local' form and remove unbalanced parenthesis.
1446
1447 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
1448
1449 * textmodes/table.el (table-mode-indicator): Typo in last change.
1450
1451 2006-01-19 Richard M. Stallman <rms@gnu.org>
1452
1453 * outline.el (hide-leaves): Don't call outline-end-of-heading.
1454 Fixes bug reported in Nov 2005.
1455
1456 * isearch.el (isearch-forward): Doc fix.
1457
1458 * dired.el (dired-move-to-filename-regexp): Define as alias.
1459 (dired-no-confirm): Use defcustom.
1460 (dired-subdir-alist-pre-R): Put defvar at top level.
1461
1462 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
1463
1464 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1465 Mark as risky.
1466
1467 * simple.el (set-mark-command): Doc fix.
1468 (clone-indirect-buffer-other-window):
1469 Read arg like clone-indirect-buffer.
1470 (move-beginning-of-line): Skip invisible newlines.
1471
1472 2006-01-19 Masatake YAMATO <jet@gyve.org>
1473
1474 * progmodes/cpp.el (cpp-edit-load): Make the order of
1475 listed conditions in a base C code buffer and its associate
1476 CPP Edit buffer the same.
1477
1478 2006-01-19 Kenichi Handa <handa@m17n.org>
1479
1480 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
1481 (rmail-mime-feature): Likewise.
1482 (rmail-require-mime-maybe): Use display-warning to show a warning
1483 message.
1484
1485 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
1486 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
1487
1488 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1489
1490 * array.el: Move defvars out of eval-when-compile.
1491 (array-make-template): Replace undeclared global var with a local one.
1492 (array-mode): Inline initialization functions.
1493 (array-init-local-variables, array-init-max-row)
1494 (array-init-max-column, array-init-columns-per-line)
1495 (array-init-field-width, array-init-rows-numbered)
1496 (array-init-line-length, array-init-lines-per-row): Remove.
1497
1498 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
1499 (doc-mode-map): Define explicitly.
1500 (doctor-txtype): Use mapc.
1501
1502 * textmodes/table.el: Move defvars out of eval-when-compile.
1503 Remove harmful code meant to avoid byte-compiler warnings.
1504 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
1505 specification that checks table-fixed-width-mode directly.
1506 (table-recognize-region, table-recognize-cell):
1507 Use restore-buffer-modified-p.
1508 (table-fixed-width-mode): Remove code that refreshes
1509 table-fixed-mode-indicator.
1510 (*table--cell-describe-bindings, *table--cell-describe-mode):
1511 Avoid obsolete name print-help-return-message.
1512 (table--test-cell-list): Don't use replace-regexp from elisp.
1513 (table--point-entered-cell-function, table--point-left-cell-function):
1514 Don't set table-fixed-mode-indicator, use force-mode-line-update.
1515
1516 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
1517 that was after the end of file. Use buffer-file-name variable.
1518 (org-timestamp-change): Use with-current-buffer.
1519 (org-todo-list): Don't unnecessarily define a new buffer-local var.
1520 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
1521 `file'.
1522
1523 * progmodes/fortran.el: Move defvars out of eval-when-compile.
1524 (fortran-break-line): Remove unused var `opoint'.
1525 (fortran-abbrev-start): Obey help-event-list.
1526
1527 2006-01-18 Jesper Harder <harder@phys.au.dk>
1528
1529 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
1530
1531 2006-01-18 Masatake YAMATO <jet@gyve.org>
1532
1533 * progmodes/make-mode.el (makefile-imake-mode): New mode
1534 derived from makefile-mode.
1535 (makefile-imake-mode-syntax-table): New syntax table
1536 derived from makefile-mode-syntax-table.
1537 (makefile-mode): Write about makefile-imake-mode in doc string.
1538 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
1539 (makefile-imake-font-lock-keywords): New font lock keywords.
1540
1541 * files.el (auto-mode-alist): Add Imakefile.
1542
1543 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
1544
1545 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
1546 loading the file rather than when turning on flyspell-mode.
1547
1548 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
1549
1550 * cus-edit.el (customize-rogue): Minor doc fix.
1551
1552 2006-01-17 Juri Linkov <juri@jurta.org>
1553
1554 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
1555 instead of the file at the mark as default if the file at the mark
1556 is the same as the file at point or if dired-dwim-target-directory
1557 is not the same as the current directory and the mark is not active.
1558
1559 * log-view.el (log-view-minor-wrap): Use the same logic to get
1560 revisions as `log-view-diff'.
1561
1562 * info.el (Info-revert-find-node): Check for Info-current-file
1563 before preserving new-history.
1564
1565 * man.el (Man-heading-regexp): Add `/'.
1566
1567 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
1568 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
1569
1570 2006-01-16 Juri Linkov <juri@jurta.org>
1571
1572 * faces.el (mode-line-faces): New defgroup.
1573 (mode-line-highlight): Move definition after new defgroup.
1574 (mode-line, mode-line-inactive, mode-line-highlight):
1575 Replace :group `modeline' with `mode-line-faces'.
1576 (mode-line-buffer-id): New face.
1577 (modeline-buffer-id): New face alias.
1578 (vertical-border): Remove :group `modeline'.
1579
1580 * bindings.el (propertized-buffer-identification): Use face
1581 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
1582 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
1583 (mode-line-buffer-identification-keymap): For mouse-1 replace
1584 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
1585 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
1586 mouse-3.
1587
1588 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
1589 Buffer-menu-buffer. Doc fix.
1590 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
1591 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
1592 `Buffer-menu-buffer'.
1593
1594 * info.el (Info-mode-line-node-keymap): New defvar.
1595 (Info-set-mode-line): Use `stringp' to check Info-current-file.
1596 Propertize Info-current-node with `mode-line-buffer-id' and
1597 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
1598
1599 * time.el (display-time-mail-face): Replace :group `faces' with
1600 `mode-line-faces'.
1601
1602 2006-01-16 Kenichi Handa <handa@m17n.org>
1603
1604 * international/code-pages.el: Add autoload cookies for cp125[0345678].
1605
1606 * language/european.el (cp1252): New alias for windows-1252.
1607
1608 * international/mule.el (autoload-coding-system): Prepare for EOL
1609 variants.
1610
1611 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1612
1613 * term.el (term-raw-map): Add mapping for insert.
1614 (term-send-insert): New.
1615 (term-mode): Make variables local here instead of doing it in
1616 `term-emulate-terminal'.
1617 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
1618 Scroll reverse needs to take into account the scroll region.
1619 Saving and restoring the cursor should save the color attributes too.
1620 (term-reset-terminal): Reset the scroll region.
1621 (term-handle-ansi-escape): Cursor up and down should take into
1622 account the scroll region.
1623 (term-set-scroll-region): Rename from `term-scroll-region'.
1624 Move to 0,0 after setting the region.
1625 (term-handle-scroll): Handle scroll up.
1626 (term-down): Fix off by one error.
1627 (term-delete-lines): Do not delete outside the scroll region.
1628 (term-insert-lines): Take into account the scroll region.
1629
1630 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * textmodes/ispell.el (ispell-internal-change-dictionary)
1633 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
1634 (start, end): Move declaration outside of eval-when-compile.
1635
1636 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
1637 (flyspell-mode-on): Use it.
1638
1639 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
1640 ispell-kill-ispell-hook.
1641
1642 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
1643
1644 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1645 (Custom-reset-saved): Do not ask for confirmation in single option
1646 buffers.
1647
1648 2006-01-13 Richard M. Stallman <rms@gnu.org>
1649
1650 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
1651
1652 2006-01-13 Romain Francoise <romain@orebokech.com>
1653
1654 * add-log.el (add-change-log-entry, change-log-merge):
1655 Conditionally use `hard-newline'.
1656
1657 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
1658
1659 * wid-edit.el (widget-field-end): If the overlay is no longer
1660 associated with a buffer, behave as if the overlay didn't exist.
1661
1662 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
1663 Make sure the links use the `custom-link' face.
1664
1665 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1666
1667 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
1668 (ld-script-mode): Don't set indent-line-function since we don't
1669 have one.
1670
1671 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
1672
1673 * textmodes/org.el (org-open-file): Use mailcap for selecting an
1674 application.
1675 (org-file-apps-defaults-gnu): Use mailcap as the default for
1676 selecting an application on a UNIX system.
1677 (org-agenda-show-tags): New command.
1678 (org-table-insert-hline): Keep cursor in current table line.
1679 (org-table-convert): Offset effect of modifying
1680 `org-table-insert-hline'.
1681 (org-format-agenda-item): New optional argument TAG.
1682 (org-compile-prefix-format): Handle %T format for the tag.
1683 (org-expand-wide-chars): New function.
1684 (org-table-insert-row, org-table-insert-hline):
1685 Use `org-expand-wide-chars'.
1686 (org-open-file): Fix bug in program launch.
1687 (org-get-time-of-day): Fix bug with times before 1am.
1688 (org-agenda-menu): Add tags commands.
1689
1690 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
1691
1692 * textmodes/ispell.el (ispell-init-process): Include the used
1693 dictionary in ispell process start message.
1694 (ispell-internal-change-dictionary): When flyspell-mode is active
1695 and dictionary is changed, make sure ispell process is restarted
1696 and flyspell word cache cleared out for the current buffer.
1697 (ispell-change-dictionary): Make sure flyspell word cache is
1698 cleared out in all buffers with active flyspell mode when
1699 dictionary is globally changed.
1700 Call ispell-internal-change-dictionary after dictionary change.
1701
1702 2006-01-13 Eli Zaretskii <eliz@gnu.org>
1703
1704 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1705
1706 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
1707 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
1708 years. Fix small differences wrt Makefile.in.
1709 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
1710 Makefile.in does.
1711
1712 2006-01-12 Bill Wohler <wohler@newt.com>
1713
1714 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
1715 mh-search.el.
1716
1717 2006-01-12 Masatake YAMATO <jet@gyve.org>
1718
1719 * progmodes/ld-script.el: Update copyright year.
1720
1721 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
1722
1723 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
1724 Don't add widget if setting undefined.
1725
1726 2006-01-12 John Paul Wallington <jpw@pobox.com>
1727
1728 * help-fns.el (describe-variable): Remove newlines from void
1729 variable output.
1730
1731 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
1732
1733 * wdired.el (wdired-mode-map): Add help echo for
1734 wdired-abort-changes.
1735
1736 * man.el (Man-file-name-regexp): Adjust for a list of files.
1737
1738 2006-01-12 Masatake YAMATO <jet@gyve.org>
1739
1740 * progmodes/ld-script.el (auto-mode-alist): Support
1741 suffix conventions used in netbsd and eCos.
1742
1743 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
1744
1745 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
1746 (custom-variable-menu, custom-face-menu, custom-group-menu)
1747 (Custom-mode-menu): Change names of menu items. (As discussed on
1748 emacs-devel.)
1749 (custom-face-menu): Add "Undo Edits" item.
1750
1751 * startup.el (init-file-user): defcustom -> defvar.
1752
1753 * tooltip.el (tooltip-mode): Doc fix.
1754
1755 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1756
1757 * reveal.el (reveal-post-command): window-buffer signals an error on
1758 dead windows rather than returning nil.
1759 (reveal-open-new-overlays): An overlay might die while we open others.
1760
1761 2006-01-11 Bill Wohler <wohler@newt.com>
1762
1763 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
1764 phrasing in docstring.
1765
1766 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
1767 can give some systems gas. Add new file mh-buffers.el.
1768
1769 2006-01-06 Masatake YAMATO <jet@gyve.org>
1770
1771 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
1772 C preprocessor forward ported from GNU Emacs 21.2.
1773
1774 * progmodes/asm-mode.el (asm-font-lock-keywords):
1775 Use `cpp-font-lock-keywords'.
1776
1777 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
1778
1779 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
1780 of $ for "\\.ld[s]?".
1781
1782 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1783
1784 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
1785 (tcl-indent-line): Return `noindent' if inside a string.
1786
1787 * progmodes/flymake.el (flymake-split-string): Remove more than one
1788 empty string at beg/end of the result.
1789 (flymake-find-buildfile, flymake-find-possible-master-files):
1790 Use expand-file-name.
1791 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
1792 since expand-file-name does it for us. Use directory-file-name.
1793 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
1794 (flymake-ler-get-type, flymake-ler-get-text)
1795 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
1796 (flymake-current-line-no): Remove spurious interactive spec.
1797 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
1798 (flymake-check-include): Remove arg inc-path merged into inc-name.
1799 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
1800 Arg regexp-list replaced by a simple regexp.
1801 (flymake-master-make-header-init, flymake-master-tex-init):
1802 Correspondingly replace regexp-list with a regexp. Fix regexp.
1803
1804 2006-01-10 Simon Josefsson <jas@extundo.com>
1805
1806 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
1807 describing AUTH PLAIN fix.
1808
1809 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
1810
1811 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
1812 (report-emacs-bug): Don't record initial prompt text.
1813 Instead, add text properties to prompting text.
1814 (report-emacs-bug-hook): Delete prompting text.
1815
1816 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1817
1818 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
1819 `dirs'. Adjust callers.
1820
1821 2006-01-09 John Paul Wallington <jpw@gnu.org>
1822
1823 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
1824
1825 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1826
1827 * reveal.el (reveal-open-new-overlays): New extracted fun.
1828 (reveal-close-old-overlays): Idem. Check overlays's liveness before
1829 using them. Simplify the code.
1830 (reveal-post-command): Use them. Fix up obsolete windows in
1831 reveal-open-spots.
1832
1833 * progmodes/flymake.el: Use `require' rather than autoload for
1834 XEmacs's overlays.
1835 (flymake-get-common-file-prefix, flymake-build-relative-filename):
1836 Delete. Use file-relative-name instead.
1837 (flymake-get-syntax-check-program-args, flymake-perl-init):
1838 Simplify the resulting code.
1839
1840 * log-view.el (log-view-file-re, log-view-message-re): Add support
1841 for DaRCS output.
1842
1843 2006-01-09 Alex Schroeder <alex@gnu.org>
1844
1845 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
1846 identifiers sometimes added in square brackets at the beginning of
1847 subject lines.
1848
1849 2006-01-07 Richard M. Stallman <rms@gnu.org>
1850
1851 * cus-edit.el (Custom-set, Custom-save): Doc fix.
1852 (Custom-reset-current, Custom-reset-saved): Change question text.
1853 (Custom-reset-standard): Likewise.
1854 (custom-variable-reset-saved): Doc fix.
1855
1856 2006-01-07 Eli Zaretskii <eliz@gnu.org>
1857
1858 * startup.el (init-file-user): Doc fix.
1859
1860 2006-01-07 Alex Schroeder <alex@gnu.org>
1861
1862 * mail/rmail.el (rmail-current-subject): New function.
1863 (rmail-current-subject-regexp): New function.
1864 (rmail-next-same-subject): Use it.
1865
1866 * mail/rmailsum.el (rmail-summary-by-topic):
1867 Use rmail-current-subject and rmail-current-subject-regexp.
1868 (rmail-summary-next-same-subject): Ditto.
1869
1870 * net/rcirc.el (rcirc-send-input): No longer check whether the
1871 process is open, since not all commands need an open process.
1872 (rcirc-send-string): Check whether the process is open before
1873 sending anything.
1874 (rcirc-ignore-list): New option.
1875 (rcirc-ignore-list-automatic): New variable.
1876 (rcirc-print): Take rcirc-ignore-list into account.
1877 (rcirc-cmd-ignore): New command.
1878 (rcirc-ignore-update-automatic): New function.
1879 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
1880 list if ignored nicks.
1881 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
1882
1883 2006-01-06 David Reitter <david.reitter@gmail.com>
1884
1885 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
1886 reflect the address to which the report will be sent.
1887
1888 2006-01-06 Eli Zaretskii <eliz@gnu.org>
1889
1890 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
1891 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
1892
1893 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
1894
1895 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
1896
1897 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
1898 the doc string: "functoin" => "function".
1899 * ldefs-boot.el: Likewise.
1900
1901 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
1902 message text: "Duplicat" => "Duplicate".
1903
1904 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
1905
1906 * files.el (basic-save-buffer-2): If backing-up failed, reset
1907 buffer-backed-up to nil.
1908
1909 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
1910
1911 * progmodes/gud.el (gdb-script-skip-to-head)
1912 (gdb-script-calculate-indentation): Indent for breakpoint command
1913 lists also.
1914
1915 2006-01-05 Bill Wohler <wohler@newt.com>
1916
1917 * Makefile.in (compile-always): Add mh-autoloads dependency.
1918 (bootstrap): Remove mh-autoloads dependency, as compile dependency
1919 provides it.
1920 (updates): Remove mh-autoloads dependency, since it probably has
1921 already run recently (via recompile).
1922
1923 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
1926 argument `force' to disable the flyspell-last-buffer optimization.
1927 (flyspell-mode-on): Use it.
1928
1929 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
1930 flymake-simple-cleanup.
1931 (flymake-allowed-file-name-masks): Use this new default.
1932 All the functions are now called in the right buffer rather than
1933 passing the buffer as argument.
1934 (flymake-process-sentinel): Switch to buffer before calling cleanup.
1935 (flymake-parse-err-lines): Remove redundant buffer arg.
1936 (flymake-get-program-dir): Comment out unused function.
1937 (flymake-start-syntax-check, flymake-start-syntax-check-process):
1938 Remove redundant buffer argument.
1939 (flymake-get-real-file-name, flymake-simple-java-cleanup)
1940 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
1941
1942 2006-01-05 Richard M. Stallman <rms@gnu.org>
1943
1944 * info.el (Info-find-node): Don't record previous node if have none.
1945 (info): Go to directory only if history is empty.
1946
1947 * simple.el (mark): Doc fix.
1948
1949 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1950
1951 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
1952 already of desired type.
1953 (mac-ae-list): Coerce parameter to "list" type.
1954 (mac-dispatch-apple-event): Replace cadr part of event with a
1955 dummy position so that event-start returns it.
1956
1957 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
1958
1959 * textmodes/org.el (org-end-of-subtree): New function.
1960 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
1961 Use `org-end-of-subtree'.
1962 (org-agenda, org-agenda-convert-date): Protect calls to
1963 `fit-window-to-buffer'.
1964 (org-tags-view): Force matching of sublevels when doing a
1965 todo-only search. Define the correct redo command, including the
1966 arguments.
1967 (org-agenda-redo): Display message.
1968 (org-check-for-org-mode): New function.
1969 (org-agenda-type): New variable.
1970 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1971 Set `org-agenda-type'.
1972 (org-agenda-check-type): New function.
1973 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1974 (org-agenda-week-view, org-agenda-day-view)
1975 (org-agenda-next-date-line, org-agenda-previous-date-line)
1976 (org-agenda-log-mode, org-agenda-toggle-diary)
1977 (org-agenda-toggle-time-grid, org-agenda-date-later)
1978 (org-agenda-date-prompt, org-agenda-diary-entry)
1979 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
1980 (org-agenda-convert-date, org-agenda-menu):
1981 Use `org-agenda-check-type'.
1982 (org-make-overlay, org-delete-overlay)
1983 (org-detatch-overlay, org-move-overlay, org-overlay-put):
1984 New compatibility functions.
1985 (org-calendar-select-mouse): New command.
1986
1987 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
1988
1989 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
1990 (Custom-reset-standard): Fix y-or-n-p messages.
1991 (custom-link): New face for links.
1992 (custom-buffer-create-internal, custom-manual): Use it.
1993 (custom-face-save): Push to theme-face before setting face spec.
1994
1995 * wid-edit.el (widget-default-mouse-face-get): New function.
1996 (widget-specify-button): Handle mouse-face like button-face.
1997
1998 * custom.el (load-theme): Clear old theme settings if reloading.
1999
2000 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
2001
2002 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
2003 "Erase Customization" button back to same position it occupies in
2004 the individual State menus.
2005
2006 2006-01-04 Kim F. Storm <storm@cua.dk>
2007
2008 * wid-edit.el (key-sequence): Rework widget to read key binding
2009 using `kbd' syntax. Use C-q to insert literal key, event, or code.
2010 (widget-key-sequence-default-value): Default value for empty sequence.
2011 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
2012 (widget-key-sequence-read-event): New command for C-q.
2013 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
2014 (widget-key-sequence-value-to-external): New functions.
2015
2016 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
2019 Use expand-file-name.
2020 (flymake-delete-temp-directory): Use expand-file-name,
2021 file-name-directory, and directory-file-name.
2022 (flymake-strrchr): Delete.
2023 (flymake-start-syntax-check): Don't pass the redundant buffer argument
2024 to the init-f function.
2025 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
2026 (flymake-init-find-buildfile-dir)
2027 (flymake-init-create-temp-source-and-master-buffer-copy)
2028 (flymake-simple-make-init-impl, flymake-simple-make-init)
2029 (flymake-master-make-init, flymake-master-make-header-init)
2030 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
2031 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
2032 (flymake-xml-init): Remove corresponding redundant buffer argument.
2033 (flymake-allowed-file-name-masks): Remove last elems that are equal to
2034 the default anyway. Clean up regexps.
2035
2036 * progmodes/flymake.el (flymake-temp-source-file-name)
2037 (flymake-master-file-name, flymake-temp-master-file-name)
2038 (flymake-base-dir): New buffer-local vars.
2039 (flymake-buffer-data, flymake-get-buffer-value)
2040 (flymake-set-buffer-value): Replace those hash-tables by the new
2041 buffer-local vars. Update callers.
2042
2043 * progmodes/flymake.el (flymake-check-start-time)
2044 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2045 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2046 Move definition, so we can remove redundant earlier declaration.
2047 (flymake-replace-regexp-in-string, flymake-split-string)
2048 (flymake-get-temp-dir): Use defalias.
2049 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
2050 (flymake-xemacs-window-edges): Remove unused function.
2051 (flymake-get-point-pixel-pos): Move.
2052 (flymake-pid-to-names, flymake-reg-names)
2053 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2054 Replace by a simple list flymake-processes and by process-buffer.
2055 Update callers. Other than simplify the code, it uses buffers rather
2056 than buffer-names so it doesn't get confused by uniquify.
2057 (flymake-buffer-data): The global value should just be nil.
2058
2059 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2060 Optimize the body of a defalias like any other code.
2061
2062 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2063 Make sure we've setup font-lock's vars. It may influence which
2064 function we then call.
2065 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2066 here since it's too late anyway.
2067
2068 2006-01-03 Romain Francoise <romain@orebokech.com>
2069
2070 * startup.el (fancy-splash-tail, normal-splash-screen):
2071 Update copyright year.
2072
2073 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
2074
2075 * mouse.el (mouse-drag-track): Rename, from
2076 `mouse-drag-region-1'. Includes optional argument required to
2077 enable post-drag event processing (e.g. delete region keys).
2078 Can be used without this argument to track a mouse region and operate
2079 on it as soon as the drag completes.
2080 (mouse-drag-region): Use `mouse-drag-track'.
2081
2082 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
2083
2084 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2085 Move to `custom-buffer' group.
2086
2087 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2088 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2089 (custom-theme-insert-face-marker, custom-theme-variable-menu)
2090 (custom-theme-face-menu): New variables.
2091 (custom-theme-add-variable, custom-theme-variable-action)
2092 (custom-variable-reset-theme, custom-theme-delete-variable)
2093 (custom-face-reset-theme, custom-theme-face-action)
2094 (custom-theme-delete-face, custom-theme-merge-theme)
2095 (custom-theme-add-face, custom-theme-visit-theme): New functions.
2096
2097 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
2098
2099 * custom.el: Move Custom Themes commentary to start of theme code.
2100 (custom-known-themes): Rename `standard' theme to `changed'.
2101 (custom-push-theme): Caller no longer specifies what theme to use
2102 when doing `reset'---the setting is simply removed from the theme.
2103 Delete MODE from `theme-value' and `theme-settings' properties.
2104 (custom-declare-theme): Ignore &rest args since we don't use them.
2105
2106 (custom-loaded-themes): Delete variable.
2107 (custom-theme-load-themes, custom-theme-loaded-p)
2108 (custom-theme-value): Delete functions.
2109
2110 (custom-declare-theme): Signal error on invalid theme names.
2111 (provide-theme): custom-loaded-themes was deleted.
2112 (load-theme): Load the file unconditionally.
2113 (enable-theme): Call `load-theme' if theme is undefined.
2114 (custom-enabled-themes): Only update value for successful loads.
2115 (disable-theme): Complete from enabled themes when interactive.
2116 (custom-variable-theme-value): Calculate theme value directly.
2117
2118 (custom-theme-reset-variables, custom-reset-variables): Mark as
2119 XEmacs compatibility functions. We don't actually use these.
2120
2121 * cus-edit.el (custom-variable-state-set):
2122 Use custom-variable-theme-value instead of custom-theme-value.
2123 (custom-face-state-set): Rename `standard' theme to `changed'.
2124 (custom-save-variables, custom-save-faces): Delete unneeded
2125 references to custom-reset-variables.
2126 (custom-save-resets): Delete function.
2127 (custom-save-variables, custom-save-faces): MODE argument deleted.
2128 (custom-save-variables, custom-save-faces): Ignore theme values.
2129
2130 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
2131 compatibility function.
2132
2133 2006-01-01 Richard M. Stallman <rms@gnu.org>
2134
2135 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
2136 (Custom-reset-current, Custom-reset-saved): Likewise.
2137 (Custom-reset-standard): Show message if aborted.
2138 (custom-mode): Doc fix, describing those commands.
2139
2140 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
2141 put on event-kind property.
2142
2143 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
2144
2145 * custom.el (provide-theme): Ban `user' theme name.
2146 (custom-enabling-themes): New variable.
2147 (enable-theme): Don't enable user if custom-enabling-themes is t.
2148 (custom-enabled-themes): Make it a defcustom.
2149 (custom-theme-recalc-face): No-op if face is undefined.
2150
2151 * cus-edit.el (custom-button-mouse): New variable.
2152 (custom-button-mouse): New face.
2153 (custom-raised-buttons, custom-mode): Use it.
2154
2155 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
2156
2157 2005-12-31 Eli Zaretskii <eliz@gnu.org>
2158
2159 * progmodes/gud.el (gud-display-line): Support hl-line in the
2160 source buffer.
2161
2162 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2163
2164 * mouse.el (mouse-drag-window-above): Verify that the found window
2165 overlaps with the given window in the horizontal dimension.
2166
2167 2005-12-31 Eli Zaretskii <eliz@gnu.org>
2168
2169 * Makefile.in (cvs-update): New target.
2170
2171 * makefile.w32-in (cvs-update): Ditto.
2172
2173 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
2174
2175 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
2176 (custom-new-theme-mode-map): New variable.
2177
2178 2005-12-30 Richard M. Stallman <rms@gnu.org>
2179
2180 * custom.el (custom-load-themes): Function deleted.
2181
2182 * cus-edit.el (custom-save-loaded-themes): Function deleted.
2183 (custom-save-variables): Don't delete or add custom-load-themes call.
2184
2185 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * cus-start.el: Add `visible-cursor'.
2188
2189 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
2190 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
2191 (flymake-process-filter): Switch to buffer before calling it instead.
2192 (flymake-post-syntax-check, flymake-highlight-err-lines)
2193 (flymake-delete-own-overlays, flymake-parse-err-lines)
2194 (flymake-start-syntax-check, flymake-start-syntax-check-process)
2195 (flymake-count-lines, flymake-parse-residual):
2196 Remove constant buffer argument.
2197 (flymake-start-syntax-check-for-current-buffer): Remove.
2198 Update callers to use flymake-start-syntax-check instead.
2199 (flymake-display-err-menu-for-current-line):
2200 Remove unused var `mouse-pos'.
2201 (flymake-restore-formatting): Comment out unused function.
2202 (flymake-report-status, flymake-report-fatal-status): Remove buffer
2203 argument, use current-buffer instead. Update callers.
2204
2205 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2206
2207 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
2208 buffer-local because choose-completion-delete-max-match requires
2209 that we set completion-ignore-case (i.e., binding via let is not
2210 sufficient).
2211 (bibtex-complete): Always set completion-ignore-case and
2212 choose-completion-string-functions. The latter is needed because
2213 choose-completion-string-functions keeps its value if we quit the
2214 *Completions* buffer without requesting a completion.
2215
2216 2005-12-30 Andreas Schwab <schwab@suse.de>
2217
2218 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
2219
2220 2005-12-30 Eli Zaretskii <eliz@gnu.org>
2221
2222 * jit-lock.el (jit-lock-chunk-size): Doc fix.
2223
2224 2005-12-30 Juri Linkov <juri@jurta.org>
2225
2226 * locate.el (locate-fcodes-file, locate-header-face)
2227 * progmodes/delphi.el (delphi-other-face)
2228 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
2229
2230 * paren.el (show-paren-match, show-paren-mismatch): Use existing
2231 group `paren-showing-faces'.
2232
2233 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
2234 (goto-address): Fix docstring.
2235
2236 * net/webjump.el (webjump-sample-sites): Update URLs.
2237
2238 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
2239
2240 * subr.el (cancel-change-group): Add listp around pending-undo-list.
2241
2242 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
2243
2244 * font-lock.el (font-lock-compile-keywords): Signal an error when
2245 font-lock-set-defaults hasn't been called.
2246
2247 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
2248
2249 * subr.el (noreturn, 1value): Doc fixes.
2250
2251 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2252
2253 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
2254 that assoc-string returns nil.
2255
2256 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2257
2258 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
2259 (bibtex-entry-type-str, bibtex-empty-field-re)
2260 (bibtex-search-backward-string, bibtex-preamble-prefix)
2261 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
2262 (bibtex-any-valid-entry-type): New variable.
2263 (bibtex-parse-field-name): Simplify.
2264 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
2265 (bibtex-preamble-prefix): Include left delimiter.
2266 (bibtex-search-forward-field, bibtex-search-backward-field):
2267 Allow unbounded search past entry boundaries (required by bibtex-pop).
2268 (bibtex-text-in-field-bounds): Use push.
2269 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
2270 (bibtex-parse-preamble, bibtex-valid-entry)
2271 (bibtex-beginning-first-field): New functions.
2272 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
2273 (bibtex-map-entries): Fix docstring.
2274 (bibtex-flash-head): New arg prompt. Simplify.
2275 (bibtex-enclosing-field): Include code of bibtex-inside-field.
2276 (bibtex-insert-kill): Simplify. Always insert text past the
2277 current field or entry.
2278 (bibtex-format-entry): Use bibtex-parse-field.
2279 (bibtex-pop): Use bibtex-beginning-of-entry and
2280 bibtex-end-of-entry to initiate the search. Insert empty field if
2281 we found ourselves.
2282 (bibtex-print-help-message): New args field and comma.
2283 Handle entry keys.
2284 (bibtex-make-field): Use bibtex-beginning-of-entry.
2285 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
2286 invalid entry.
2287 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
2288 Handle preambles. Simplify code for thorough test.
2289 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
2290 New arg comma. Handle entry heads.
2291 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
2292 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
2293 New arg comma.
2294 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
2295 (bibtex-fill-field): Simplify.
2296 (bibtex-fill-entry): Use bibtex-beginning-first-field and
2297 bibtex-parse-field.
2298 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
2299 (bibtex-complete): Use bibtex-parse-preamble.
2300
2301 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
2302
2303 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
2304 Display name of expression instead of convenience variable.
2305 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
2306
2307 * progmodes/gud.el (gud-tooltip-dereference): Rename from
2308 toggle-gud-tooltip-dereference.
2309 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
2310 (gud-tooltip-tips): ...here when dereferencing.
2311
2312 2005-12-28 Bill Wohler <wohler@newt.com>
2313
2314 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
2315
2316 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
2319 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
2320 (vc-annotate-display-autoscale): Adjust call.
2321 (vc-annotate-display-default): Adjust call. Make arg compulsory.
2322 Fix interactive spec.
2323 (vc-annotate-time-span): Remove.
2324 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
2325 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
2326 (vc-annotate-display-select): Use new name.
2327
2328 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
2329 (vc-annotate-mode-menu): Remove left-over redundant declaration.
2330 Correct the construction of span entries. Simplify.
2331 (vc-annotate-display-select): Fix the nil case.
2332 (vc-annotate): Remove obsolete (and now broken) code.
2333 (vc-annotate-extract-revision-at-line): Remove obsolete code.
2334 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
2335
2336 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
2337
2338 * subr.el (lazy-completion-table): Correct typo in docstring.
2339
2340 * startup.el (command-line): Use `custom-reevaluate-setting' for
2341 `send-mail-function'.
2342
2343 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
2344
2345 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
2346
2347 * mail/smtpmail.el (smtpmail-try-auth-methods):
2348 Send credentials together with "AUTH PLAIN" command.
2349
2350 2005-12-27 Richard M. Stallman <rms@gnu.org>
2351
2352 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
2353 mouse-2, go back to previously selected window, so it's selected
2354 when mouse-2 command runs.
2355
2356 2005-12-27 Juri Linkov <juri@jurta.org>
2357
2358 * descr-text.el (describe-text-sexp): Use square brackets for
2359 button [Show] to distinguish it from the property value `show'.
2360 (describe-property-list): Use `insert-text-button' with
2361 `help-face' type instead of putting face in quotes, because button
2362 is not created automatically for a list of faces.
2363 (describe-text-properties-1): Put button-type value in quotes to
2364 distinguish from plain text "button".
2365 (describe-char): Display code point values in hex. Don't use
2366 `symbol-name' for `current-input-method' because it is a string.
2367 Use `insert-text-button' with `help-face' type instead of putting
2368 hardcoded face in quotes, because button is not created automatically.
2369
2370 2005-12-27 Richard M. Stallman <rms@gnu.org>
2371
2372 * progmodes/glasses.el (glasses-face): More specific custom type.
2373
2374 * files.el (set-visited-file-name): Doc fix.
2375
2376 * textmodes/flyspell.el (flyspell-external-point-words):
2377 Use local var buffer-scan-pos to advance scan for next misspelling.
2378 Advance it only after we find the misspelling.
2379
2380 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
2381
2382 * textmodes/flyspell.el (flyspell-external-point-words):
2383 New criteria for finding the misspelling in the buffer.
2384
2385 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
2386
2387 * help-mode.el (help-insert-string): Set help-xref-stack-item
2388 rather than call help-setup-xref.
2389
2390 * descr-text.el (describe-char): Revert previous changes for
2391 optional buffer argument.
2392
2393 2005-12-27 Juri Linkov <juri@jurta.org>
2394
2395 * help-mode.el (help-insert-string): New function. Save buffer
2396 contents in cases where it is impossible to recompute the old contents.
2397
2398 * descr-text.el (describe-char): Set help-xref-stack-item
2399 explicitly after buffer has been generated.
2400
2401 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2402
2403 * cus-start.el (all): Add x-gtk-show-hidden-files.
2404
2405 2005-12-26 Richard M. Stallman <rms@gnu.org>
2406
2407 * replace.el (perform-replace): Calculate match-again
2408 before skipping read-only matches.
2409
2410 * paren.el (paren-showing-faces): New group.
2411 (show-paren-match, show-paren-mismatch): Move to that group.
2412
2413 * button.el (button): Put into group `basic-faces'.
2414
2415 * progmodes/make-mode.el: Remove faces from group `faces'.
2416
2417 * apropos.el (apropos, apropos-value): Doc fix.
2418 (apropos-documentation): Doc fix.
2419
2420 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2421
2422 * subr.el (lazy-completion-table): Remove argument `args'.
2423
2424 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2425 Don't use the `args' argument of lazy-completion-table.
2426
2427 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
2428
2429 * descr-text.el (describe-char): Add optional argument for buffer.
2430 Set buffer appropriately. Call help-setup-xref.
2431 Suggested by Stefan Monnier.
2432
2433 2005-12-26 Juri Linkov <juri@jurta.org>
2434
2435 * descr-text.el: Require `help-fns' at runtime. Don't require
2436 `button' for byte compilation.
2437 (describe-text-widget): Add `help-echo' for first button.
2438 Use `help-info' for second.
2439 (describe-property-list): Use `help-argument-name' instead of `italic'.
2440 (describe-text-category): Add prompt to interactive spec.
2441 Call `help-setup-xref'.
2442 (describe-char): Use `help-character-set'. Add `help-echo' for
2443 code point. Use `help-input-method'. Remove superfluous insert.
2444
2445 2005-12-25 Richard M. Stallman <rms@gnu.org>
2446
2447 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
2448 at point, in case of narrowing.
2449
2450 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
2451
2452 * locate.el (locate-header-face): Allow nil in type.
2453
2454 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
2455
2456 2005-12-25 Romain Francoise <romain@orebokech.com>
2457
2458 * battery.el (battery-linux-proc-acpi): Also try
2459 `/proc/acpi/thermal_zone/THM0/temperature'.
2460
2461 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
2462
2463 * custom.el (custom-push-theme): Fix docstring.
2464
2465 * cus-edit.el (custom-variable-set, custom-variable-save)
2466 (custom-variable-save): Custom-quote widget values.
2467 (customize-save-variable): Fix custom-push-theme call.
2468
2469 2005-12-24 Eli Zaretskii <eliz@gnu.org>
2470
2471 * w32-fns.el (w32-batch-update-autoloads): New function.
2472
2473 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
2474 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
2475 from the command line.
2476
2477 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
2478
2479 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
2480 reset means to remove setting from theme entirely. Don't keep
2481 expanding theme-settings list; delete old entries if necessary.
2482
2483 * cus-edit.el (custom-buffer-create-internal): Move "Erase
2484 customization" button one line up.
2485 (custom-themed): New face.
2486 (custom-magic-alist): New value, THEMED, for theme settings.
2487 (custom-variable-state-set, custom-face-state-set):
2488 Check theme-value instead of saved-value.
2489 (custom-variable-reset-standard, custom-face-reset-standard):
2490 Remove theme setting entirely. Recalculate new values.
2491 (custom-variable-set, custom-variable-set)
2492 (custom-variable-reset-saved, custom-variable-reset-backup)
2493 (custom-face-set, custom-face-reset-saved): Update `user' theme.
2494 (custom-variable-save): Fix typos.
2495
2496 2005-12-23 Juri Linkov <juri@jurta.org>
2497
2498 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
2499 Add autoload cookies.
2500 (edebug-outside-d-c-i-n-s-w): New variable.
2501 (edebug-display, edebug-outside-excursion): Use it to save the
2502 original value of default-cursor-in-non-selected-windows.
2503 Set default-cursor-in-non-selected-windows to t while Edebug
2504 is active.
2505 (edebug-mode, edebug-eval-mode): Doc fix.
2506
2507 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
2508 with `buffer-substring-no-properties' to remove common substring
2509 highlighting.
2510
2511 * info.el (info-other-window, info): Rename function argument
2512 `file' to `file-or-node'.
2513 (Info-complete-menu-item): Use local variable `complete-nodes' to
2514 keep the global value of `Info-complete-nodes' unchanged for
2515 subsequent completions.
2516 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
2517
2518 * simple.el (get-next-valid-buffer, last-buffer)
2519 (next-error-buffer-p, next-error-find-buffer)
2520 (minibuffer-history-sexp-flag): Doc fix.
2521
2522 * savehist.el (savehist-mode-hook): Add `:group'.
2523
2524 * log-view.el: Call autoload for vc-find-version.
2525 (log-view-current-file): Adjust subgroup numbers.
2526 (log-view-current-tag): Add `length'.
2527
2528 2005-12-23 Richard M. Stallman <rms@gnu.org>
2529
2530 * vc.el (vc-annotate-car-last-cons): Defn moved up.
2531
2532 2005-12-23 Juri Linkov <juri@jurta.org>
2533
2534 * hi-lock.el (hi-lock-archaic-interface-message-used)
2535 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
2536 (hi-lock-mode): Display "Hi" in the mode line only when
2537 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
2538 (hi-lock-write-interactive-patterns):
2539 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
2540 (hi-lock-set-pattern, hi-lock-set-file-patterns)
2541 (hi-lock-font-lock-hook): Set 3rd arg `how' of
2542 font-lock-add-keywords to t.
2543
2544 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
2545
2546 * hi-lock.el (hi-lock-highlight-range): New variable.
2547 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
2548 only if font-lock-fontified is non-nil. Remove overlays.
2549 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
2550 font-lock-fontified is non-nil, otherwise use overlays (instead of
2551 text properties).
2552 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
2553 New variables.
2554 (hi-lock-string-serialize) New function.
2555
2556 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2557
2558 * menu-bar.el (menu-find-file-existing): New function.
2559 (menu-bar-file-menu): Use menu-find-file-existing for Open.
2560
2561 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
2562
2563 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2564
2565 * vc.el: Remove unnecessary leading * in docstrings.
2566 (vc-annotate-mode-map): Move initialization into declaration.
2567 (vc-static-header-alist): Nitpick on the regexp.
2568 (vc-default-init-version): New fun.
2569 (vc-register): Use it.
2570 (vc-insert-headers): Use dolist.
2571 (vc-annotate-get-backend): Remove unused function.
2572 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
2573 (vc-annotate-mode): Remove corresponding call.
2574 (vc-annotate-car-last-cons): Simplify.
2575 (vc-annotate-buffers): Remove var.
2576 (vc-annotate-backend): Make it buffer-local.
2577 (vc-annotate): Move the interaction to the interactive spec.
2578 Add a `buf' argument.
2579 (vc-annotate-warp-version): Use this new `buf' argument to avoid
2580 killing&creating a vc-annotate buffer, which is very disruptive when
2581 the buffers are shown in dedicated frames.
2582
2583 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
2584
2585 * descr-text.el: Add FSF as maintainer.
2586 (describe-text-mode, describe-text-mode-map)
2587 (describe-text-mode-hook, describe-text-done): Delete. Use normal
2588 help-mode.
2589 (describe-text-widget, describe-text-sexp)
2590 (describe-property-list, describe-text-category)
2591 (describe-text-properties, describe-text-properties-1)
2592 (describe-char): Use help buttons instead of widgets.
2593 (describe-char-unicodedata-file): Make URL link in doc string.
2594
2595 2005-12-22 Richard M. Stallman <rms@gnu.org>
2596
2597 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
2598 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
2599 Don't include buttons that write a file when there's no file.
2600 (custom-variable-menu, custom-face-menu, custom-group-menu):
2601 Don't include commands that write a file when there's no file.
2602 (customize-browse): Reword the top-of-buffer help intro.
2603 (custom-buffer-create-internal): Fix previous change.
2604 (customize-changed-options-previous-release): Prev release is 21.1.
2605 (customize-changed-options): Doc fix.
2606 (customize-changed): New alias.
2607 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
2608 Say "standard values".
2609 (Custom-reset-standard): Doc fix.
2610 (custom-face-reset-standard): Doc fix.
2611
2612 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2613
2614 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
2615 even if font-lock-mode is non-nil since it may be t without having
2616 turned on font-lock-mode-internal.
2617 (font-lock-choose-keywords): Minor optimization.
2618 (font-lock-add-keywords, font-lock-remove-keywords)
2619 (font-lock-set-defaults): Don't call make-local-variable on a variable
2620 that we know to already be local.
2621
2622 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
2623
2624 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
2625 messages if in the minibuffer.
2626
2627 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2628
2629 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
2630 (tex-mode-flyspell-verify, flyspell-get-word)
2631 (flyspell-external-point-words): Don't use point-min/max uselessly.
2632
2633 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
2634 by Kevin Rodgers. Instead, just hide the completions buffer if we
2635 don't need to show it.
2636
2637 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
2638
2639 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
2640
2641 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
2644 delete-windows-on with an inexistent buffer.
2645
2646 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
2647
2648 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
2649 Delete defcustom variable :tag names.
2650
2651 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
2652
2653 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
2654 (log-view-font-lock-keywords): Ajust subgroup numbers.
2655 (log-view-current-tag): Don't hard code the number of subgroups.
2656
2657 2005-12-20 Juri Linkov <juri@jurta.org>
2658
2659 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
2660 (tooltip-x-offset, tooltip-y-offset): Doc fix.
2661
2662 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2663 (menu-bar-non-minibuffer-window-p): Instead of checking
2664 display-multi-frame-p, use selected-frame when menu-updating-frame
2665 is nil.
2666
2667 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
2668
2669 * align.el (align-rules-list): Use [ \t] instead of \s-
2670 for column separators in text mode.
2671
2672 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
2673
2674 * help-mode.el (help-customize-variable, help-customize-face):
2675 Don't pop help-xref-stack as help-follow no longer pushes
2676 anything on to it.
2677
2678 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
2679
2680 * textmodes/org.el (org-agenda-custom-commands): New option.
2681 (org-agenda): Offer custom commands on splash screen.
2682 (org-make-tags-matcher): Parser for Boolean logic added.
2683 (org-agenda-set-tags): New command.
2684 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
2685 (org-set-tags): Efficiency improvements.
2686 (org-auto-align-tags): New option.
2687 (org-todo, org-demote, org-promote): Realign tags.
2688 (org-tags-completion-function): Use also "&" and "|" as separators.
2689 (org-org-menu): Agenda commands simplified.
2690
2691 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
2692
2693 * cus-edit.el (customize-apropos, customize-apropos-options):
2694 Docstring changes.
2695
2696 * font-lock.el (font-lock): Add tags to the links in the defgroup.
2697
2698 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
2699
2700 * longlines.el (longlines-mode): Wrap while widened.
2701 (longlines-decode-region, longlines-encode-region): Compute max
2702 just once.
2703
2704 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2705
2706 * cus-edit.el (mac): New group.
2707
2708 * cus-start.el (all): Add user options in macterm.c. Add test for
2709 Mac-related built-ins. Fix test for GTK-related built-ins.
2710
2711 * term/mac-win.el (mac-handle-language-change)
2712 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
2713 (mac-services-open-selection, mac-services-mail-selection)
2714 (mac-services-mail-to, mac-services-insert-text)
2715 (mac-dispatch-apple-event): Add docstrings.
2716 (x-get-selection, mac-select-convert-to-string): Select coding
2717 system from `utf-16be' and `utf-16le' using `byteorder'.
2718
2719 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2720
2721 * subr.el (lazy-completion-table): Don't be fooled if the var holds
2722 a "list" (lambda ...) rather than a real completion list.
2723
2724 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
2725 lexical-let when encountering ((lambda (...) ...) ...).
2726
2727 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
2728
2729 * progmodes/sh-script.el (sh-mode):
2730 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
2731 * textmodes/picture.el (picture-mode): Update docstrings.
2732
2733 2005-12-17 Eli Zaretskii <eliz@gnu.org>
2734
2735 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
2736 commands enclosed in $(ARGQUOTE)s should not be split between two
2737 lines, as that will break with GNU Make >3.80, when sh.exe is used
2738 and arg quoting is with '..'.
2739 (autoloads): Don't break the quoted --eval expression between
2740 several lines.
2741
2742 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
2743
2744 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
2745 Capture error from printing circular structures.
2746
2747 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
2748
2749 * wid-edit.el (widget-checkbox-action): Clear undo info.
2750
2751 2005-12-16 Bill Wohler <wohler@newt.com>
2752
2753 * menu-bar.el (kill-this-buffer): Set a good example by using menu
2754 bar, not menubar in comment.
2755
2756 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2757
2758 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
2759 After-change-functions should not clobber the match data.
2760
2761 2005-12-16 Juri Linkov <juri@jurta.org>
2762
2763 * simple.el (choose-completion): Use `buffer-substring-no-properties'
2764 instead of `buffer-substring'.
2765 (completion-common-substring): Doc fix.
2766 (completion-setup-function): Use minibuffer-completion-contents
2767 instead of minibuffer-contents. Don't set common-string-length
2768 initially. Remove special handling of partial-completion-mode.
2769 Move computation of completion-base-size into one cond.
2770 Call completion-base-size-function in mainbuf. In computation of
2771 completion-base-size for file name completion don't move point to
2772 the end of the minibuffer. Move computation of common-string-length
2773 into one cond. Start putting faces only when common-string-length>=0.
2774 Add condition to put completions-common-part when
2775 common-string-length>0.
2776
2777 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
2778 place point at the first different character in the minibuffer
2779 even if this position is at the beginning of the minibuffer.
2780
2781 * info.el (Info-read-node-name-1): In completion-base-size-function's
2782 lambda return 1 if common-substring or minibuffer-completion-contents
2783 starts with (, and 0 otherwise.
2784
2785 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
2786 Use `crm-current-element' for second arg of `display-completion-list'.
2787
2788 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
2789
2790 * files.el (set-auto-mode): Look for an interpreter specified on
2791 the first line also if search for mode specification succeeded,
2792 but the mode is not known.
2793
2794 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
2795
2796 * textmodes/org.el (org-tags-match-list-sublevels): New option.
2797 (org-open-at-point): Implement tag searches as links.
2798 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
2799 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
2800 (org-tags-sparse-tree, org-tags-view, org-set-tags)
2801 (org-agenda-dispatch): New commands.
2802 (org-use-tag-inheritance, org-tags-column): New options.
2803 (org-tab-follows-link, org-return-follows-link): New options.
2804 (org-tags): New customize group.
2805 (org-start-icalendar-file): Get local time zone.
2806 (org-tags-completion-function): New function.
2807 (org-set-font-lock-defaults): Make sure links will also be
2808 highlighted inside headlines.
2809
2810 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
2811
2812 * term.el (term-emulate-terminal):
2813 Let term-handle-ansi-terminal-messages override what Bash says about
2814 its current directory.
2815
2816 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2817
2818 * bindings.el (last-buffer): Move to simple.el.
2819 * simple.el (last-buffer): Move here.
2820 (get-next-valid-buffer): New function.
2821 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
2822 (prev-buffer): Ditto. Rename to `previous-buffer'.
2823
2824 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
2825 * bindings.el (global-map): Ditto.
2826
2827 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
2828
2829 * cus-edit.el: Introductory comment change.
2830 (custom-magic-alist): Change message string for the `rogue' state.
2831
2832 2005-12-15 Richard M. Stallman <rms@gnu.org>
2833
2834 * tooltip.el: Delete defcustom variable :tag names.
2835
2836 * complete.el (partial-completion-mode): Doc fix.
2837
2838 * textmodes/flyspell.el (flyspell-external-point-words):
2839 Use save-excursion to ensure we don't move backward in the
2840 search loop, not even one character.
2841 (flyspell-delete-all-overlays): Use remove-overlays directly.
2842
2843 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
2844 (ispell-start-process): Set that variable.
2845 Clear ispell-buffer-local-name.
2846 (ispell-internal-change-dictionary):
2847 Set ispell-current-dictionary after killing process.
2848 (ispell-buffer-local-dict):
2849 Don't set spell-personal-dictionary after killing process.
2850 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
2851 (ispell-tex-skip-alists, ispell-html-skip-alists)
2852 (ispell-skip-region-alist): Mark as risky.
2853
2854 * net/newsticker.el (newsticker--retrieval-timer-list)
2855 (newsticker--display-timer, newsticker-running-p)
2856 (newsticker-ticker-running-p): Definitions moved up.
2857
2858 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
2859
2860 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
2861
2862 2005-12-15 David Ponce <david@dponce.com>
2863
2864 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
2865 (recentf-edit-list, recentf-open-files): Signal an error when
2866 there is no recent file.
2867
2868 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
2869
2870 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
2871 read-only except for texinfo-format-region evaluation.
2872
2873 2005-12-14 Richard M. Stallman <rms@gnu.org>
2874
2875 * vc.el (vc-default-previous-version, vc-default-next-version)
2876 (vc-do-command): Doc fixes.
2877
2878 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2879
2880 * textmodes/bibtex.el (bibtex-expand-strings)
2881 (bibtex-autokey-expand-string, bibtex-name-part)
2882 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
2883 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
2884 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
2885 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
2886 (bibtex-entry-postfix, bibtex-known-entry-type-re)
2887 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
2888 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
2889 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
2890 (bibtex-beginning-of-last-entry): Remove.
2891 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
2892 message if comma is missing but buffer is read-only.
2893 (bibtex-parse-field-text): Handle whitespaces at the end of field
2894 text. Return 3-element list with beginning and end of field text
2895 and end of field.
2896 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
2897 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
2898 (bibtex-search-forward-field, bibtex-search-backward-field):
2899 Search always delimited by limits of entry. Use more efficient
2900 search algorithms.
2901 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
2902 bibtex-end-of-name-in-field.
2903 (bibtex-text-in-field-bounds): Handle BibTeX strings when
2904 extracting the content of a field.
2905 (bibtex-text-in-field): Use search limits.
2906 (bibtex-parse-string-prefix): Handle empty string keys based on
2907 bibtex-string-empty-key.
2908 (bibtex-parse-string): Fix docstring.
2909 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
2910 (bibtex-preamble-prefix, bibtex-strings): New functions.
2911 (bibtex-skip-to-valid-entry): Include preceding whitespace in
2912 BibTeX entries (consistent with other BibTeX functions).
2913 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
2914 (bibtex-search-entry): Fix docstring. Simplify.
2915 (bibtex-flash-head, bibtex-complete-string-cleanup)
2916 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
2917 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
2918 (bibtex-parse-entry): New optional arg content.
2919 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
2920 Use bibtex-text-in-field-bounds.
2921 (bibtex-print-help-message): Handle BibTeX strings and preambles.
2922 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
2923 bibtex-parse-string-postfix.
2924 (bibtex-find-text-internal): New function.
2925 (bibtex-remove-delimiters): Use it.
2926 (bibtex-find-text): Use it. New optional arg help.
2927 (bibtex-complete): Handle BibTeX string and preamble entries.
2928 (bibtex-Preamble): Fix order of closing delimiters.
2929
2930 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
2931
2932 * vc.el (vc-default-revert): New fun.
2933
2934 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
2935
2936 2005-12-14 Romain Francoise <romain@orebokech.com>
2937
2938 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
2939 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
2940 (font-lock-remove-keywords): Likewise.
2941
2942 2005-12-14 Juri Linkov <juri@jurta.org>
2943
2944 * log-view.el (log-view-diff): Doc fix.
2945
2946 * isearch.el (isearch-query-replace): Use (mark) instead of
2947 isearch-opoint if mark is active in transient-mark-mode.
2948
2949 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2950
2951 * isearch.el (isearch-query-replace): Check for isearch-other-end.
2952
2953 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
2954
2955 * progmodes/cpp.el (cpp-face): New widget.
2956 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
2957
2958 2005-12-14 Juri Linkov <juri@jurta.org>
2959
2960 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
2961 around `erase-buffer' and `insert'.
2962
2963 * descr-text.el (describe-text-properties): Replace buffer name
2964 "*Help-2*" with "*Help*<2>".
2965 (describe-char): Add functions print-help-return-message,
2966 toggle-read-only. Use help-setup-xref with nil to not store
2967 describe-char in help-xref-stack. Use help-make-xrefs to
2968 make [back] button.
2969
2970 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
2971
2972 * wdired.el (wdired-old-point): New internal variable.
2973 (wdired-change-to-wdired-mode): Set it buffer-locally.
2974 (wdired-abort-changes): Restore point after aborting changes.
2975
2976 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * vc.el (vc-do-command): Add a new value t for okstatus.
2979
2980 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
2981 frame in case of errors.
2982
2983 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2984
2985 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
2986 so it comes after "On the Left" in the menu.
2987
2988 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
2989
2990 * cus-edit.el (customize-apropos, customize-apropos-options)
2991 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
2992
2993 2005-12-12 Bill Wohler <wohler@newt.com>
2994
2995 * vc-svn.el (vc-svn-registered): Fix problem of visiting
2996 non-writable Subversion-controlled files by saving window
2997 configuration before calling vc-do-command. vc-do-command calls
2998 pop-to-buffer on error which is unexpected during registration.
2999
3000 2005-12-12 Jay Belanger <belanger@truman.edu>
3001
3002 * calc/README: Update the summary of changes.
3003
3004 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3005
3006 * descr-text.el (describe-char): Rework last fix to solve the problem
3007 is the same way it's solved for everything else in that function
3008 (i.e. by extracting the info before setting up the *Help* buffer).
3009
3010 2005-12-12 Kim F. Storm <storm@cua.dk>
3011
3012 * subr.el (version-regexp-alist): Allow space as separator before
3013 non-numeric part, e.g. "1.0 alpha".
3014 (version-to-list): Interpret .X.Y version as 0.X.Y version.
3015
3016 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
3017
3018 * textmodes/org.el (org-agenda, org-timeline, org-todo):
3019 Implement Logging and the keep-modes setting.
3020 (org-get-category): Make sure a string is returned.
3021 (org-log-done): New function.
3022 (org-log-done, org-closed-string): New options.
3023
3024 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3025
3026 * tooltip.el (tooltip-y-offset): Change default to 20.
3027
3028 2005-12-12 Richard M. Stallman <rms@gnu.org>
3029
3030 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
3031
3032 * frame.el (display-hourglass): Doc fix.
3033
3034 * help.el (help-for-help-internal): Simplify entry for `a'.
3035
3036 * info.el (Info-on-current-buffer): Doc fix.
3037 (info-insert-file-contents): Don't test (featurep 'jka-compr).
3038
3039 * startup.el (inhibit-splash-screen): Make this the real name.
3040 (inhibit-startup-message): Make this the alias.
3041 (command-line): Find only simple.el, and use its directory
3042 to fill in other preloaded files' names.
3043 (command-line): Deactivate the mark if deactivate-mark is set.
3044
3045 * international/mule.el (load-with-code-conversion):
3046 Bind deactivate-mark.
3047
3048 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3049
3050 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
3051
3052 * cus-edit.el (customize-apropos): Avoid listing an option more
3053 than once under different aliases. No longer list user options
3054 that are not defined with defcustom (unless a prefix arg is given).
3055 Doc fix.
3056 (customize-apropos-options): Doc fix.
3057
3058 2005-12-11 Juri Linkov <juri@jurta.org>
3059
3060 * frame.el (set-background-color, set-foreground-color)
3061 (set-cursor-color, set-mouse-color, set-border-color):
3062 Add explicit prompts to read colors by `facemenu-read-color'.
3063 (show-trailing-whitespace, blink-cursor-delay)
3064 (blink-cursor-interval, display-hourglass, hourglass-delay):
3065 Remove tags.
3066 (display-hourglass, hourglass-delay): Doc fix.
3067 (cursor-in-non-selected-windows): Capitalize words in tag.
3068
3069 * faces.el (frame-background-mode): Replace `choice-item' keywords
3070 with `const' to not make [default] button. Change default value tag
3071 from `default' to `automatic'. Doc fix.
3072 (trailing-whitespace) <defface>: Change group `whitespace' to
3073 `whitespace-faces'.
3074
3075 2005-12-11 Richard M. Stallman <rms@gnu.org>
3076
3077 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3078
3079 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3080
3081 * term/mac-win.el: Create keymap for mac-apple-event-map.
3082
3083 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
3084
3085 * tooltip.el (tooltip-mode): Move to start of file so that it
3086 appears at top of customize buffer.
3087
3088 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3089 Add the gud groupname.
3090 (gud-tooltip-mode): Add the tooltip groupname.
3091 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
3092 avoid conflict with tooltip-use-echo-area.
3093
3094 2005-12-10 Romain Francoise <romain@orebokech.com>
3095
3096 * help.el (help-for-help-internal): Add `r' in doc string.
3097
3098 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3099
3100 * align.el (align-regexp, align-highlight-rule):
3101 Use region-beginning and region-end instead of point and mark, so that
3102 repetition (with `repeat-complex-command') recomputes the region
3103 bounds.
3104
3105 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
3106
3107 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3108 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3109 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3110 (balance-windows): Rewrite using the above new functions.
3111
3112 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
3113
3114 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
3115 react if global-hi-lock-mode seems intended.
3116 (global-hi-lock-mode) Renamed from hi-lock-mode.
3117 (hi-lock-archaic-interface-message-used)
3118 (hi-lock-archaic-interface-deduce): New variables.
3119 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3120 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3121 (hi-lock-find-patterns, hi-lock-font-lock-hook):
3122 Replace hi-lock-buffer-mode with hi-lock-mode.
3123
3124 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
3125
3126 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
3127 completion list, even after a partial completion has been
3128 inserted in the current buffer. If there are more than 1
3129 completion, redisplay the *Completions* buffer; if the
3130 completion is unique, delete the *Completions* window.
3131
3132 2005-12-10 Eli Zaretskii <eliz@gnu.org>
3133
3134 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
3135 strings and long subject lines that were broken into multiple
3136 lines at arbitrary places. Handle subjects that have "Re: " in
3137 the middle.
3138
3139 2005-12-10 John W. Eaton <jwe@octave.org>
3140
3141 * emacs/octave-mod.el (octave-electric-space): Don't indent
3142 comments or strings if octave-auto-indent is nil.
3143
3144 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3145
3146 * term/mac-win.el: Require url when compiling.
3147 Call mac-process-deferred-apple-events after loading init files.
3148 (mac-apple-event-map): New defvar. Define event handlers in it.
3149 (core-event, internet-event): New Apple event class symbols.
3150 (open-application, reopen-application, open-documents)
3151 (print-documents, open-contents, quit-application)
3152 (application-died, show-preferences, autosave-now, get-url):
3153 New Apple event ID symbols.
3154 (about): New HICommand ID symbol.
3155 (mac-event-spec, mac-event-ae): New macros.
3156 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
3157 (mac-ae-selection-range, mac-ae-text-for-search)
3158 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
3159 (mac-application-menu-map): Remove keymap. Handlers for HICommand
3160 and Services menu events are now defined in mac-apple-event-map.
3161 (mac-drag-n-drop): Remove selection range handling.
3162
3163 2005-12-10 Kenichi Handa <handa@m17n.org>
3164
3165 * simple.el (zap-to-char):
3166 * isearch.el (isearch-process-search-char): Translate CHAR by
3167 translation-table-for-input.
3168
3169 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
3170
3171 * foldout.el (foldout-exit-fold): Properly hide subtree.
3172
3173 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
3174
3175 * files.el (save-buffer):
3176 * international/ucs-tables.el (ucs-set-table-for-input):
3177 * mail/mail-extr.el (mail-extract-address-components):
3178 * mail/sendmail.el (mail-mode): Reformat doc string.
3179
3180 2005-12-09 Juri Linkov <juri@jurta.org>
3181
3182 * isearch.el (isearch-highlight): Change main overlay priority
3183 from 1 to 1001. Simplify.
3184 (isearch-lazy-highlight-update): Change lazy overlay priority
3185 from 0 to 1000.
3186
3187 * replace.el (replace-highlight): Change overlay priority from
3188 1 to 1001.
3189
3190 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3191 Change overlay priority from 1 to 1001. Reuse existing overlay.
3192
3193 * compare-w.el (compare-windows-highlight): Change overlay
3194 priority from 1 to 1000.
3195
3196 * menu-bar.el (menu-bar-edit-menu): Add listp around
3197 pending-undo-list to disable menu item "undo" when pending
3198 undo list is empty.
3199
3200 * locate.el (locate): Disable undo in *Locate* buffer.
3201
3202 2005-12-09 Kim F. Storm <storm@cua.dk>
3203
3204 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
3205
3206 2005-12-09 David Ponce <david@dponce.com>
3207
3208 * recentf.el: Improvement of the menu code.
3209 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
3210 instead of menu hook.
3211 (recentf-show-menu, recentf-hide-menu): New functions.
3212 (recentf-menu-customization-changed, recentf-mode): Use them.
3213 (recentf-menu-action, recentf-max-menu-items)
3214 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
3215 (recentf-arrange-by-rule-others)
3216 (recentf-arrange-by-rules-min-items)
3217 (recentf-arrange-by-rule-subfilter) : Don't use
3218 `recentf-menu-customization-changed'.
3219 (recentf-arrange-rules): Likewise. Accept functions to compute
3220 sub-menu titles.
3221 (recentf-menu-filter): Likewise. Doc fix.
3222 (recentf-menu-value-shortcut): Doc fix.
3223 (recentf-dump-variable): Quote atom value.
3224 (recentf-make-menu-items): Update to use it as a menu filter.
3225 (recentf-match-rule): New function.
3226 (recentf-arrange-by-rule): Use it.
3227 (recentf-indirect-mode-rule): New function.
3228 (recentf-build-mode-rules): Use it.
3229 (recentf-dir-rule): New function.
3230 (recentf-arrange-by-dir): Use it.
3231 (recentf-filter-changer-current): Rename from
3232 `recentf-filter-changer-state'. All references updated.
3233 (recentf-filter-changer-alist): Update filter names.
3234 (recentf-filter-changer-select): New function.
3235 (recentf-filter-changer): Use it. Make a sub-menu from filters
3236 available in `recentf-filter-changer-alist'.
3237 (recentf-data-cache, recentf-clear-data)
3238 (recentf-update-menu): Remove. All references updated.
3239 (recentf-match-rule-p, recentf-build-dir-rules)
3240 (recentf-filter-changer-goto-next)
3241 (recentf-filter-changer-get-current)
3242 (recentf-filter-changer-get-next): Remove.
3243
3244 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3245
3246 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
3247 buffer "Reset" button to "Reset to Current" for consistency with
3248 the State buttons.
3249
3250 2005-12-08 John Paul Wallington <jpw@pobox.com>
3251
3252 * ibuf-ext.el (define-ibuffer-filter filename):
3253 If `dired-directory' is a list then really use its car.
3254
3255 2005-12-08 Kim F. Storm <storm@cua.dk>
3256
3257 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3258 Fix indention of text on right side of replaced rectangle.
3259
3260 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
3261
3262 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
3263 No need to check gud-comint-buffer is bound.
3264 (gdb): Prevent multiple debugging when first session uses gdba.
3265
3266 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3267
3268 CC Mode update to 5.31.
3269
3270 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
3271 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
3272 might do this function properly in the future).
3273
3274 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
3275 macros c-sentence-end and c-default-value-sentence end, to cope
3276 with Emacs 22's new function `sentence-end'.
3277
3278 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3279
3280 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
3281 compat issue using `c-put-overlay' and `c-delete-overlay'.
3282
3283 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
3284 compat macros to handle overlays/extents.
3285
3286 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3287
3288 * progmodes/cc-fix.el: Add definitions of the macros push and pop
3289 (for GNU Emacs 20.4)
3290
3291 * progmodes/cc-defs.el:
3292 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
3293
3294 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
3295 highlighting mechanism so it will work in XEmacs too.
3296
3297 * progmodes/cc-defs.el: Insert c-int-to-char.
3298
3299 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
3300 call to the new macro c-int-to-char. This solves XEmacs's
3301 regarding characters as different from integers.
3302
3303 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3304
3305 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
3306 helper.
3307
3308 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
3309 construct to make the indirect face lookup work in XEmacs.
3310
3311 (c-cpp-matchers): Append the negation char face to the existing
3312 fontification, so that the cpp face doesn't disappear. Use
3313 `c-make-syntactic-matcher' to avoid negation chars in comments and
3314 strings.
3315
3316 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
3317 to map to `font-lock-negation-char-face' in emacsen where it
3318 exists.
3319
3320 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3321
3322 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
3323
3324 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
3325 Rename "c-subword-move-mode" as "c-subword-mode".
3326
3327 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
3328 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
3329
3330 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3331
3332 * progmodes/cc-mode.el: Added autoload directive for
3333 `c-subword-move-mode' for use in older emacsen.
3334
3335 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3336
3337 * progmodes/cc-mode.el:
3338 (i) Insert a binding for C-c C-backspace into
3339 c-bind-special-erase-keys which works in TTYs.
3340 (ii) Make sure that when file styles are used, any explicitly
3341 given style variables take priority over those in the style. Do
3342 this by calling `hack-local-variables' a second time.
3343
3344 * progmodes/cc-vars.el: Add language specific customization
3345 widgets for AWK to c-doc-comment-style, c-require-final-newline
3346 and c-default-style. Add a defcustom for awk-mode-hook. Give
3347 c-syntactic-element and c-syntactic-context doc-strings by
3348 directly setting their `variable-documentation' propery. This
3349 allows Emacs 22.1 to read these with C-h v.
3350
3351 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
3352 Monnier).
3353
3354 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3355
3356 * progmodes/cc-fonts.el, cc-vars.el
3357 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
3358 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
3359 Masatake YAMATO.
3360
3361 (c-doc-comment-style): Made GtkDoc default in C mode.
3362
3363 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
3364 and C-c C-<delete>.
3365
3366 (c-bind-special-erase-keys): New function for use on
3367 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
3368
3369 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
3370 <delete> key behavior in XEmacs according to `delete-forward-p'.
3371 C.f. `c-electric-delete'.
3372
3373 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3374
3375 * progmodes/cc-mode.el: Give c-hungry-backspace and
3376 c-hungry-delete-forward permanent key bindings.
3377
3378 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
3379 c-syntactic-context for calls to "criteria functions", for
3380 consistency with other calls to user functions.
3381
3382 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
3383 `current-prefix-arg', since this might be the prefix arg to a
3384 command which calls c-indent-command as a function. Change the
3385 interactive spec from "p" to "P".
3386
3387 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
3388 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
3389 was difficult to understand.
3390
3391 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3392
3393 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
3394 first char of an identifier.
3395
3396 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
3397 +" syntax in C++.
3398
3399 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3400
3401 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
3402 auto-fill doesn't split a c-comment's last word from a hanging
3403 "*/" when a space is typed between them after fill-column.
3404
3405 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
3406
3407 * progmodes/cc-styles.el (c-set-style)
3408 (c-setup-paragraph-variables): Abort the command if we're not in a
3409 CC Mode buffer.
3410
3411 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
3412 with blank comment-prefix, and a blank line as the comment's
3413 second line.
3414
3415 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3416
3417 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
3418 Incorporated the patterns added in the Emacs development branch
3419 for the new Emacs 22 face `font-lock-negation-char-face'.
3420
3421 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
3422 of "red" since it stands out better in xterms and DOS terminals.
3423
3424 * progmodes/cc-engine.el (c-literal-faces): Added
3425 `font-lock-comment-delimiter-face' which is new in Emacs 22.
3426
3427 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3428
3429 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
3430 forcibly enable c-electric-flag.
3431
3432 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
3433 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
3434 just after the comment-prefix of a C-style comment will close that
3435 comment.
3436
3437 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3438
3439 * progmodes/cc-fonts.el (c-basic-matchers-before)
3440 (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
3441 in Pike.
3442
3443 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
3444 digraphs.
3445
3446 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
3447 (c-cpp-message-directives, c-cpp-include-directives)
3448 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
3449 (c-cpp-expr-directives): Introduced new language constants to
3450 control cpp syntax in a cleaner way.
3451
3452 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
3453
3454 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
3455
3456 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
3457 (c-multiline-string-start-char): New language constants and
3458 variables to specify how newlines in string literals work.
3459
3460 (c-font-lock-invalid-string): Use them.
3461
3462 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
3463 unbalanced close brace is entered. Optimization by avoiding going
3464 back over arbitrarily large blocks. Removed hints that this
3465 function only would be relevant/useful in AWK.
3466
3467 (c-electric-brace): Indent syntactically after the cleanups since
3468 lineup functions might do it differently then.
3469
3470 * progmodes/cc-engine.el, cc-langs.el
3471 (c-opt-op-identifier-prefix): New language constant and variable.
3472
3473 (c-just-after-func-arglist-p, c-after-special-operator-id)
3474 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
3475
3476 * progmodes/cc-align.el, cc-engine.el
3477 (c-after-special-operator-id): New helper to handle C++ operator
3478 identifiers.
3479
3480 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
3481 (c-guess-basic-syntax): Handle C++ operator identifiers in
3482 declarations.
3483
3484 * progmodes/cc-langs.el (c-assignment-operators): Added the
3485 trigraph version of ^= too.
3486
3487 * progmodes/cc-langs.el (c-assignment-operators): Added the
3488 trigraph version of |= in C++.
3489
3490 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
3491 `c-decl-hangon-kwds' after the identifier name.
3492
3493 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
3494 whether an arglist is "nonempty", ignore a comment after the open
3495 paren if it isn't followed by a non-comment token on the same
3496 line.
3497
3498 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
3499 heuristics below the point to cope with classes inside special
3500 brace lists in Pike.
3501
3502 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3503
3504 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
3505
3506 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3507
3508 * progmodes/cc-guess.el (cc-guess-install): New function to
3509 install an already guessed style in another buffer.
3510
3511 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
3512 sets `inhibit-read-only' - `c-save-buffer-state' should be used
3513 anyway if the change always is undone.
3514
3515 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3516
3517 Implement togglable electricity:
3518
3519 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
3520 saying when it should be used.
3521
3522 * progmodes/cc-engine.el: Add the new buffer-local variable,
3523 c-electric-flag.
3524
3525 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
3526 c-toggle-auto-newline.
3527
3528 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
3529 c-toggle-auto-newline. Remove the binding for
3530 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
3531 c-toggle-electric-state.
3532
3533 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
3534
3535 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
3536 c-\(forward\|backward\)-subword.
3537 (c-update-modeline): Add the new modeline flag `l' for
3538 `c-electric-flag'. Make the auto-newline flag `a' dependent on
3539 `l'.
3540 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
3541 the old name an alias of the new name.
3542 (c-toggle-electric-state): New function.
3543 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
3544 Adapt these functions to do electric things only when
3545 c-electric-flag is non-nil.
3546 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
3547 new functions from c-electric-brace.
3548 (c-point-syntax): Add a check for "virtual semicolons" in AWK
3549 mode, so that the tentative extra newline doesn't change the
3550 syntax of the following brace.
3551 (c-electric-brace): Restructure by extracting the above functions.
3552 Tidy up the coding somewhat.
3553 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
3554 restructure a bit.
3555
3556 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3557
3558 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
3559 anchor position(s) using faces. Thanks to Masatake YAMATO for the
3560 idea.
3561
3562 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
3563 (c-submode-indicators): Changed name from `c-auto-hungry-string'
3564 since it's now used to track another submode.
3565
3566 (c-update-modeline): Converted to function and extended to check
3567 `c-subword-move-mode'.
3568
3569 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3570 Converted to compat aliases for `c-forward-subword' and
3571 `c-backward-subword'.
3572
3573 * progmodes/cc-subword.el: New functions and minor mode to handle
3574 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
3575
3576 (c-forward-subword, c-backward-subword, c-mark-subword)
3577 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
3578 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
3579 Functions corresponding to the standard word handling functions.
3580
3581 (c-subword-move-mode): Minor mode that replaces all the standard
3582 word handling functions with their subword equivalences.
3583
3584 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3585
3586 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
3587 entry for one-liner-defun.
3588
3589 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
3590 name in its def-edebug-spec.
3591
3592 * progmodes/cc-cmds.el (c-electric-brace): Make the
3593 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
3594 compacts space before a comment, if this will make things fit on
3595 one line.
3596
3597 Introduce an "awk" style, mainly for auto-newline and clean-ups.
3598
3599 * progmodes/cc-align.el: New function c-snug-1line-defun-close
3600
3601 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
3602 clean-up one-liner-defun.
3603
3604 * progmodes/cc-styles.el: Add the new "awk" style.
3605
3606 * progmodes/cc-vars.el: Add description of one-liner-defun to
3607 c-cleanup-list's doc-string. New user options,
3608 c-max-one-liner-length. In c-default-style, set the default style
3609 for AWK to "awk".
3610
3611 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3612
3613 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
3614 macros inside labels.
3615
3616 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
3617 `c-at-statement-start-p' and `c-at-expression-start-p'.
3618
3619 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
3620 error if the mark isn't set.
3621
3622 * progmodes/cc-engine.el (c-guess-continued-construct)
3623 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
3624 accurately detect functions inside functions.
3625
3626 * progmodes/cc-engine.el (c-at-expression-start-p): New function
3627 like `c-at-statement-start-p' that additionally recognizes commas
3628 and expression parentheses as delimiters.
3629
3630 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
3631 to avoid heuristics that doesn't work for unclosed blocks.
3632
3633 (c-at-statement-start-p): New function.
3634
3635 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
3636 Objective-C directives, e.g. directives spanning lines should work
3637 reasonably well now.
3638
3639 (c-put-c-type-property, c-clear-c-type-property): New helpers.
3640
3641 (c-forward-objc-directive): New function to move over any ObjC
3642 directive.
3643
3644 (c-just-after-func-arglist-p, c-guess-basic-syntax)
3645 (c-basic-matchers-before): Use it.
3646
3647 (c-font-lock-objc-iip-decl): Removed.
3648
3649 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
3650 in the template arglist recognition.
3651
3652 * progmodes/cc-styles.el (c-style-alist): Fixed several
3653 inconsistencies in the Whitesmith style.
3654
3655 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
3656 New lineup function to get lines after Whitesmith style blocks
3657 correctly indented.
3658
3659 (c-lineup-whitesmith-in-block): Backed out the compensation for
3660 opening parens since it's done using `add' lists in the style
3661 definition instead. Don't use the anchor position since it varies
3662 too much between the syntactic symbols. :P
3663
3664 * progmodes/cc-vars.el (c-valid-offset): Updated.
3665
3666 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
3667 lists where the offsets are combined according to several
3668 different methods: `first', `min', `max', and `add'. Report
3669 offset evaluation errors with `c-benign-error' so that some kind
3670 of reindentation still is done.
3671
3672 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
3673 `arglist-intro' the same way as `arglist-cont-nonempty' and
3674 `arglist-close'.
3675
3676 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
3677 situations for `arglist-cont-nonempty' and `arglist-close'.
3678
3679 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
3680 constant.
3681
3682 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
3683 cc-bytecomp-boundp' in a number of places.
3684
3685 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
3686 macro related issue.
3687
3688 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3689
3690 * progmodes/cc-awk.el: Change the terminology of regexps: A char
3691 list is now [asdf], a char class [:alpha:]. Include code for char
3692 classes. Set c-awk-NL-prop on lines ending in open strings. (Bug
3693 fix.) Add character classes (e.g. "[:alpha:]") into AWK Mode's
3694 regexps.
3695
3696 Remove (nearly all of) the cruft associated with AWK Mode's former
3697 concept of "virtual semicolons":
3698
3699 Adapt c-beginning-of-statement, c-end-of-statement (together with
3700 subfunctions) to use the new notion of "virtual semicolon" in
3701 place of the old awkward special handling for AWK. There remains
3702 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
3703 * progmodes/cc-cmds.el:
3704 (c-ascertain-adjacent-literal): In the backwards direction, now
3705 recognises AWK regexp delimiters as string delimiters.
3706 (c-after-statement-terminator-p): Adapt for virtual semicolons;
3707 check more rigorously for "end of macro".
3708 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
3709 virtual semicolons;
3710 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
3711 out the code for forward movement into ...
3712 (c-end-of-statement): Now contains the code for forward movement,
3713 adapted for virtual semicolons.
3714
3715 * progmodes/cc-engine.el:
3716 (c-ws*-string-limit-regexp): New regexp.
3717 (c-forward-single-comment, c-backward-single-comment): Comment out
3718 the (now redundant) "special" AWK stuff.
3719
3720 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
3721 c-string-par-start, c-string-par-separate to be more like Text
3722 Mode than Fundamental Mode.
3723
3724 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3725
3726 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
3727 to the fontified region so that fontification doesn't occur
3728 outside it (could happen e.g. when fontifying a line with an
3729 unfinished declaration).
3730
3731 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3732
3733 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
3734 moved to near the start of the file. ^L now separate sections of
3735 the file. New defconsts: c-awk-non-eol-esc-pair-re,
3736 c-awk-blank-or-comment-line-re,
3737 c-awk-one-line-possibly-open-string-re,
3738 c-awk-regexp-one-line-possibly-open-char-class-re,
3739 c-awk-one-line-possibly-open-regexp-re,
3740 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
3741 c-awk-vsemi-status-unknown-p.
3742
3743 Amend the concept of "virtual semicolons" (in the indentation
3744 engine) for languages like AWK, such that they are now
3745 conceptually attached to end of the last token of a statement, not
3746 the end of the line. (In AWK Mode, however, the pertinent text
3747 property is still physically set on the EOL.) Remove the specific
3748 tests for awk-mode, thus facilitating the introduction of other
3749 language modes where EOLs can end statements. (Note: The
3750 funtionality in cc-cmds.el, specifically
3751 c-beginning/end-of-statement has yet to be amended.)
3752
3753 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
3754 c-vsemi-status-unknown-p.
3755
3756 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
3757 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
3758 c-vsemi-status-unknown-p-fn (in a new page).
3759
3760 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
3761 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
3762 numerous awkward forms like
3763 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
3764 with
3765 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
3766 variable before-ws-ip, the place just after char-before-ip
3767 appears.
3768
3769 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
3770 a comment.
3771
3772 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3773
3774 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
3775 `c-tentative-buffer-changes'.
3776
3777 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
3778 converted to macro to choose between Emacs and XEmacs at compile
3779 time.
3780
3781 (c-set-region-active): New set counterpart to
3782 `c-region-is-active-p'.
3783
3784 (c-tentative-buffer-changes): New macro to handle temporary buffer
3785 changes in a convenient way.
3786
3787 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
3788 for `c-tentative-buffer-changes'.
3789
3790 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
3791 the checks for paren sexps between the point and the keyword, to
3792 avoid some false alarms.
3793
3794 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
3795 Fixed a situation where an error could be thrown for unbalanced
3796 parens. Changed to make use of c-keyword-member' to avoid some
3797 repeated regexp matches.
3798
3799 (c-opt-lambda-key, c-opt-inexpr-block-key,
3800 c-opt-inexpr-class-key): These language variable are no longer
3801 necessary.
3802
3803 (c-block-stmt-kwds): New language constant used by
3804 c-looking-at-inexpr-block'.
3805
3806 (c-guess-basic-syntax): Removed an optional check that looked at
3807 the existence of the now removed language variables.
3808
3809 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
3810 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
3811 object instantiation expressions as declarations in some contexts.
3812 This bug only affected languages where the declarator can't be
3813 enclosed in parentheses.
3814
3815 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
3816 insert newlines before and after substatement braces.
3817
3818 * progmodes/cc-engine.el: Improved the heuristics for recognizing
3819 function declaration headers and the handling of C++ style member
3820 init lists.
3821
3822 (c-just-after-func-arglist-p): Rewritten to use
3823 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
3824
3825 (c-beginning-of-member-init-list): Removed since it isn't used
3826 anymore.
3827
3828 (c-guess-basic-syntax): Case 5B adapted for the new
3829 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
3830 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
3831 covers all cases now).
3832
3833 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
3834
3835 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3836
3837 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
3838 c-string-par-start/separate c-sentence-end-with-esc-eol,
3839 initialised in c-setup-paragraph-variables, used in string
3840 scanning subroutines of c-beginning-of-statement.
3841
3842 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
3843 which precedes the newly inserted `{'.
3844
3845 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3846
3847 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
3848 function for declaration level blocks. It should now cope with
3849 templates better and also be a lot more comprehensible.
3850
3851 (c-looking-at-decl-block): The new function.
3852
3853 (c-search-uplist-for-classkey): The old one. It's now a wrapper
3854 for compatibility.
3855
3856 (c-add-class-syntax, c-guess-continued-construct,
3857 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
3858
3859 (c-decl-block-key): Changed to tell apart ambiguous and
3860 unambiguous keywords. Pike specials are now handled directly in
3861 the code instead.
3862
3863 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
3864 language constants and variables to make the backward skip in
3865 `c-looking-at-decl-block' as tight as possible.
3866
3867 (c-nonsymbol-token-char-list): New language constant.
3868
3869 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
3870 find balanced template arglists backwards.
3871
3872 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
3873 making char classes for `c-syntactic-skip-backward'.
3874
3875 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
3876 16D - can't be a class-close at that point.
3877
3878 * progmodes/cc-engine.el (c-guess-basic-syntax)
3879 (c-add-class-syntax): Don't narrow out the enclosing declaration
3880 level. This makes everything a lot easier, and it was actually
3881 only four small places that needed it to work. Some places that
3882 previously did `widen' are removed now, which has the effect that
3883 `c-guess-basic-syntax' never will look at things outside the
3884 current narrowment now. The anchor position for `topmost-intro'
3885 is affected by this, but it was so bogus it was basically useless
3886 before, and now it's equally bogus but in a slightly different
3887 way.
3888
3889 (c-narrow-out-enclosing-class): Gone.
3890
3891 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
3892 the narrowed region.
3893
3894 (c-least-enclosing-brace): Removed silly optional argument.
3895
3896 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
3897 the point could be left directly after an open paren when finding
3898 the beginning of the first decl in the block.
3899
3900 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
3901 Specify which submatch to use.
3902
3903 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
3904
3905 (c-decl-start-re): No longer any need for special treatment of
3906 ObjC due to the above.
3907
3908 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
3909 presumably follows C in that regard.
3910
3911 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
3912 New language constants to specify operator tokens inside
3913 identifiers in a more high level way.
3914
3915 (c-opt-identifier-prefix-key): New internal language constant.
3916
3917 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
3918 (c-identifier-start, c-identifier-key): Now completely calculated
3919 from other constants.
3920
3921 (c-identifier-last-sym-match): Decommissioned since it's no longer
3922 used.
3923
3924 (c-operators): Use `c-identifier-ops'. Documented
3925 `postfix-if-paren'.
3926
3927 * progmodes/cc-engine.el (c-forward-name): Removed the
3928 optimization when c-identifier-key is equal to c-symbol-key since
3929 it doesn't work in byte compiled files. Don't record empty
3930 regions as identifiers.
3931
3932 * progmodes/cc-langs.el (c-filter-ops): New helper function to
3933 simplify access to `c-operators' and its likes.
3934
3935 (c-operator-list, c-all-op-syntax-tokens)
3936 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
3937 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
3938 (c-primary-expr-regexp, c-cast-parens): Use it.
3939
3940 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
3941 an explicit language in functions.
3942
3943 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
3944 variant of adornment.
3945
3946 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
3947 variable.
3948
3949 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
3950 the Pike value.
3951
3952 * progmodes/cc-engine.el (c-on-identifier)
3953 (c-simple-skip-symbol-backward): Small fix for handling "-"
3954 correctly in `skip-chars-backward'. Affected the operator lfun
3955 syntax in Pike.
3956
3957 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
3958 diagnostic message about precompiled language vars not being used.
3959
3960 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
3961 "__attribute__" is followed by a parenthesis.
3962
3963 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
3964 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
3965 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
3966
3967 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
3968 cleanups to properly detect the declared identifiers in various
3969 declarations.
3970
3971 (c-decl-start-kwds): New language constant to recognize
3972 declarations that can start anywhere. Used for class declarations
3973 in Pike.
3974
3975 (c-specifier-key, c-not-decl-init-keywords)
3976 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
3977 (c-find-decl-spots): Implement `c-decl-start-kwds'.
3978
3979 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
3980 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
3981 handling of the compiler specific extension keywords into a new
3982 language constant `c-decl-hangon-kwds' that defines keyword
3983 clauses to be ignored in declarations.
3984
3985 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
3986 past unrecognized tokens when handling `c-colon-type-list-kwds'.
3987 Necessary to stop at the declared identifier in e.g. IDL valuetype
3988 declarations.
3989
3990 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
3991 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
3992 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
3993 (c-forward-decl-or-cast-1): Recognize the declared identifier in
3994 class and enum declarations as such and not as part of the type.
3995
3996 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
3997 interpretation of PRECEDING-TOKEN-END when there's no preceding
3998 token.
3999
4000 (c-forward-decl-or-cast-1): Don't disregard sure signs of
4001 declarations when there's some syntax error later on.
4002
4003 (c-complex-decl-matchers): Did away with a reference to
4004 `c-specifier-key'.
4005
4006 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
4007 value - this variable is always dynamically bound.
4008
4009 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
4010 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
4011 * cc-cmds.el, cc-defs.el: Changed the policy for marking up
4012 functions that might do hidden buffer changes: All such internal
4013 functions are now marked instead of those that don't.
4014
4015 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
4016 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
4017 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
4018 (c-literal-type): Allow these functions to make hidden buffer changes,
4019 so that they are free to use text property caching later on.
4020
4021 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
4022 (c-electric-brace, c-electric-slash, c-electric-star)
4023 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
4024 (c-electric-paren, c-electric-continued-statement, c-indent-command)
4025 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
4026 (c-context-line-break): Added `c-save-buffer-state' calls to comply
4027 with the changed semantics of the functions above.
4028
4029 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
4030 when macros occur in obscure places. Optimized the sexp movement
4031 a bit.
4032
4033 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4034
4035 Enhancements for c-beginning-of-statement to work in AWK Mode:
4036
4037 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
4038 (completed statement) with `}' (statement completed by closing
4039 brace or semicolon) and `$' (statement completed by EOL).
4040
4041 (c-awk-virtual-semicolon-ends-prev-line-p)
4042 (c-awk-virtual-semicolon-ends-line-p)
4043 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4044 (c-awk-at-statement-end-p): New functions.
4045
4046 * progmodes/cc-cmds.el: Simplify the structure of functions
4047 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
4048 two functions and c-beginning-of-statement to handle AWK Mode.
4049
4050 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4051 c-backward-single-comment for AWK mode. Attempt to clarify their
4052 doc-strings.
4053
4054 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4055
4056 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4057
4058 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4059 label handling. Labels are now recognized in a uniform and more
4060 robust way, regardless of context. Text properties are put on all
4061 labels to recognize the following declarations better. Multiword
4062 labels are handled both in indentation and fontification for the
4063 benefit of language extensions like Qt. For consistency, keywords
4064 in labels are now fontified with the label face instead. That
4065 also applies to "case" and "default".
4066
4067 (c-beginning-of-statement-1): Fixed some bugs in the label
4068 handling. Disregard `c-nonlabel-token-key' in labels that begin
4069 with `c-label-kwds'.
4070
4071 (c-find-decl-spots): Support that the callback adds more
4072 `c-decl-end' spots to find.
4073
4074 (c-forward-decl-or-cast-1): Don't treat a list of plain
4075 identifiers followed by a colon as a declaration.
4076
4077 (c-forward-label): New function to recognize labels.
4078
4079 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4080 `c-forward-label'. Moved the label recognition cases (14 and 15)
4081 earlier since they aren't so context sensitive now. Handle labels
4082 on the top level gracefully. Moved access label recognition to
4083 the generic label case (CASE 15) - removed CASE 5E.
4084
4085 (c-font-lock-declarations): Added recognition of labels in the
4086 same round since we need to handle labels in parallell with other
4087 declarations to recognize both accurately. It should also improve
4088 speed.
4089
4090 (c-simple-decl-matchers, c-basic-matchers-after): Moved
4091 `c-font-lock-labels' so that it only is used on decoration level 2
4092 since `c-font-lock-declarations' handles it otherwise.
4093
4094 (c-complex-decl-matchers): Removed the simplistic recognition of
4095 access labels.
4096
4097 (c-decl-prefix-re): Removed the kludges that was necessary to cope
4098 with labels earlier.
4099
4100 (c-decl-start-re): New language variable to make
4101 `c-font-lock-declarations' stop for the special protection labels
4102 in Objective-C that start with `@'.
4103
4104 (c-label-key): Removed since it's no longer used.
4105
4106 (c-recognize-colon-labels, c-label-prefix-re): New language
4107 constants to support recognition of generic colon-terminated
4108 labels.
4109
4110 (c-type-decl-end-used): `c-decl-end' is now used whenever there
4111 are colon terminated labels.
4112
4113 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4114 first argument starts with a special brace list.
4115
4116 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4117 (c-font-lock-declarations): Broke out the declaration and cast
4118 recognition from `c-font-lock-declarations' to a new function, so
4119 that it can be used in the indentation engine.
4120
4121 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
4122 up to the start of the literal. Fixed bug with the point on the
4123 wrong side of the search limit that could happen when the start
4124 position is inside a literal.
4125
4126 * progmodes/cc-engine.el (c-parse-state)
4127 (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
4128 so that it's kept a little bit back to increase the hit rate.
4129
4130 (c-parse-state): Changed the macro handling and fixed some
4131 glitches. Macro context is checked more often than necessary now,
4132 but otoh less garbage conses are generated.
4133
4134 * progmodes/cc-engine.el (c-parse-state)
4135 (c-invalidate-state-cache): Cache the last position where
4136 `c-state-cache' applies. This can speed up refontification quite
4137 a bit in blocks where there are many non-brace parens before the
4138 point.
4139
4140 (c-state-cache-end): New variable for this.
4141
4142 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
4143 cache variable.
4144
4145 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
4146 get close initial continue positions when the start position is
4147 inside a literal or macro. Do not call the callback for spots
4148 before the start position (which can happen e.g. for `c-decl-end'
4149 spots inside comments). Optimize better in special cases when the
4150 region is a single line inside a literal or macro (typically when
4151 the current line is refontified).
4152
4153 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
4154 to `c-add-stmt-syntax' - there's no need to explicitly whack off
4155 entries from the paren state.
4156
4157 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
4158 special case for "else if" clauses.
4159
4160 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4161 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
4162
4163 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
4164 language variable to recognize the gcc extension with statement
4165 blocks inside expressions.
4166
4167 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
4168 it somewhat more comprehensible. The argument AT-BLOCK-START is
4169 no longer used and hence removed.
4170
4171 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
4172 to `c-add-stmt-syntax'.
4173
4174 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
4175 `c-beginning-of-statement-1' instead of duplicating parts of it.
4176 This fixes bogus label recognition.
4177
4178 * progmodes/cc-engine.el (c-add-type, c-check-type)
4179 (c-forward-name, c-forward-type): Improved storage of template
4180 types in `c-found-types' so that they can be recognized better.
4181
4182 (c-syntactic-content): Added option to skip past nested parens.
4183
4184 * progmodes/cc-engine.el (c-forward-name): Set
4185 `c-last-identifier-range' all the time. It's less work that way.
4186 Handle that there might not be an identifier to store in
4187 `c-last-identifier-range'.
4188
4189 (c-forward-type): Handle that `c-last-identifier-range' might be
4190 nil from `c-forward-name'.
4191
4192 * progmodes/cc-defs.el (c-safe-scan-lists)
4193 (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
4194
4195 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
4196 to work even if the form fails.
4197
4198 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
4199 down in a large file in one go.
4200
4201 (c-get-fallback-start-pos): New helper function for
4202 `c-parse-state'.
4203
4204 * progmodes/cc-align.el (c-lineup-assignments): New lineup
4205 function which is like `c-lineup-math' but returns nil instead of
4206 `c-basic-offset' when it doesn't match.
4207
4208 (c-lineup-math): Changed to use `c-lineup-assignments'.
4209
4210 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4211
4212 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
4213 c-beginning-of-statement. New subfunctions
4214 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
4215
4216 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4217
4218 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
4219 hardcoded char classes whereever possible. Changed a couple of
4220 places to use skip by syntax instead of skip by char class.
4221
4222 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
4223 Fixed a bug in the regexp that caused extreme backtracking.
4224
4225 * progmodes/cc-langs.el (c-block-comment-starter)
4226 (c-block-comment-ender): New language constants to specify in a
4227 single place how block comments look.
4228
4229 (c-comment-start-regexp, c-block-comment-start-regexp)
4230 (comment-start, comment-end, comment-start-skip)
4231 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
4232 (c-syntactic-ws, c-nonempty-syntactic-ws)
4233 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
4234 `c-line-comment-starter', `c-block-comment-starter' and
4235 `c-block-comment-ender'.
4236
4237 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
4238 New language constants to break up things a bit.
4239
4240 (c-simple-ws): New language constant for simple whitespace.
4241
4242 * progmodes/cc-defs.el (c-concat-separated): New convenience
4243 function.
4244
4245 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
4246 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
4247 newlines. Allow and ignore nil elements in the list.
4248
4249 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4250
4251 * progmodes/cc-cmds.el: Comment out a (n almost certainly
4252 superfluous) check, (eq here (point-max)) in
4253 c-beginning-of-statement.
4254
4255 * progmodes/cc-cmds.el: Tidy up the comments in
4256 c-beginning-of-statement and subfunctions.
4257
4258 * progmodes/cc-awk.el: Replace calls to put-text-property to the
4259 more flexible c-put-char-property and c-clear-char-properties.
4260 Add the author's email address.
4261
4262 * progmodes/cc-langs.el: New variable,
4263 c-block-comment-start-regexp.
4264
4265 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
4266 closing "*/" of a block comment.
4267
4268 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
4269 subfunctions) so that it works at BOB and EOB.
4270
4271 * progmodes/cc-cmds.el, cc-vars.el: More updating of
4272 c-beginning-of-statement, including new variable
4273 c-block-comment-start-regexp.
4274
4275 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4276
4277 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
4278 symbols from `*-font-lock-extra-types' so that there's no need to
4279 use `regexp-opt' on those lists.
4280
4281 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
4282 `c-type-modifier-kwds' is empty.
4283
4284 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
4285 there are several strings on the same line.
4286
4287 * progmodes/cc-engine.el (c-literal-limits): Removed the
4288 compatibility function for older emacsen. `c-literal-limits-fast'
4289 has now taken the place of this function.
4290
4291 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
4292 with older emacsen: We now require `pps-extended-state'.
4293
4294 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4295
4296 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
4297 which obviates the need to hack sentence-end. This now handles
4298 escaped newlines in strings correctly. Correct minor bugs in
4299 c-move-over-sentence and in c-beginning-of-statement.
4300
4301 * progmodes/cc-cmds.el (c-beginning-of-statement (and
4302 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
4303 that movement over macros and code are rigorously separated from
4304 eachother. Correct a few incidental bugs.
4305
4306 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
4307 Improve its doc-string. Improve the handling of certain specific
4308 cases.
4309
4310 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4311
4312 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
4313 (c-guess-basic-syntax): Changed the way class-level labels are
4314 recognized; they can now contain essentially any symbols.
4315
4316 (c-opt-extra-label-key): New language variable to cope with the
4317 special protection label syntax in Objective-C.
4318
4319 (c-opt-access-key): Removed; this is now handled better by
4320 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
4321
4322 (c-complex-decl-matchers): Update to handle that
4323 `c-opt-access-key' no longer exists.
4324
4325 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
4326 improved label recognition in `c-beginning-of-statement-1'.
4327
4328 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4329 Recognize bitfields better.
4330
4331 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
4332 Removed some cruft and fixed a bug that could cause it to go to a
4333 position further down.
4334
4335 * progmodes/cc-langs.el, cc-engine.el
4336 (c-beginning-of-statement-1): Improved detection of labels in
4337 declaration contexts.
4338
4339 (c-beginning-of-decl-1): Use it.
4340
4341 (c-nonlabel-token-key): New language constant and variable needed
4342 by `c-beginning-of-statement-1'.
4343
4344 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
4345 manifested itself due to the correction in `c-forward-sexp'.
4346
4347 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
4348 these behave as documented when used at the buffer limits.
4349
4350 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
4351 (c-type-decl-end-used): Made this a language variable.
4352
4353 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
4354 correctly when `combine-after-change-calls' is used together with
4355 temporary narrowings.
4356
4357 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
4358 labels correctly when the start point is immediately after the
4359 colon.
4360
4361 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
4362 since it isn't used anymore.
4363
4364 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
4365 bracket arglists such as template parens in C++.
4366
4367 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
4368 in the last check-in. Some optimization.
4369
4370 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
4371 where it could stop at the same level in a preceding sexp when
4372 PAREN-LEVEL is set.
4373
4374 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
4375 text property lookup only when it's needed.
4376
4377 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
4378 Changed the policy for paren marked angle brackets to be more
4379 persistent; once marked they remain marked even when they're found
4380 to be unbalanced in the searched region. This should keep the
4381 paren syntax around even when individual lines are refontified in
4382 multiline template arglists.
4383
4384 (c-parse-and-markup-<>-arglists): New dynamically bound variable
4385 to control markup so that incorrect angle bracket arglists aren't
4386 marked in contexts where the correct value for
4387 `c-disallow-comma-in-<>-arglists' isn't known.
4388
4389 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
4390 argument has become `c-parse-and-markup-<>-arglists'.
4391
4392 (c-remove-<>-arglist-properties): Removed - no longer used.
4393
4394 (c-after-change-check-<>-operators): New function used on
4395 `after-change-functions' to avoid that "<" and ">" characters that
4396 are part of longer operators have paren syntax.
4397
4398 (c-<>-multichar-token-regexp): New language variable used by
4399 `c-after-change-check-<>-operators'.
4400
4401 (c-after-change): Call `c-after-change-check-<>-operators'.
4402
4403 (c-font-lock-<>-arglists): Use the context properties set by
4404 `c-font-lock-declarations' to set
4405 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
4406 markup.
4407
4408 (c-font-lock-declarations): Removed code that undoes the invalid
4409 markup done by `c-font-lock-<>-arglists'.
4410
4411 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
4412 after `c-font-lock-declarations'.
4413
4414 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
4415 paren-level feature.
4416
4417 (c-guess-basic-syntax): Improved the anchor position for
4418 `template-args-cont' in nested template arglists. There's still
4419 much to be desired in this area, though.
4420
4421 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4422
4423 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
4424 Make the "Text Filling and Line Breaking" commands work for AWK
4425 buffers.
4426
4427 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4428
4429 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
4430 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
4431
4432 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
4433 it doesn't work no longer are supported.
4434
4435 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
4436 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
4437 requires support for the syntax-table' text property, which rules
4438 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
4439 cruft associated with those versions.
4440
4441 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
4442 for the `syntax-table' text property, which rules out Emacs 19 and
4443 XEmacs < 21.4. Removed various compatibility cruft associated
4444 with those versions.
4445
4446 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
4447 support for the `syntax-table' text property.
4448
4449 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
4450 variable and use an extra quoted face name instead. All the
4451 emacsen flavors handle that correctly.
4452
4453 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
4454 (c-font-lock-declarators, c-font-lock-declarations)
4455 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
4456 property to mark the items in in declarator lists to handle
4457 refontification inside multiline declarations better.
4458
4459 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
4460 construct like "a * b = c;" as a declaration.
4461
4462 2005-12-08 Kim F. Storm <storm@cua.dk>
4463
4464 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
4465 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
4466 select either meta, hyper, or super modifier for rectangle commands.
4467 (cua--rectangle-modifier-key): New defvar.
4468 (cua--M/H-key): Use it. Remove special case for `space'.
4469 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
4470 on X, to meta otherwise. Always bind C-return to toggle
4471 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
4472
4473 * emulation/cua-rect.el (cua-help-for-rectangle): Use
4474 cua--rectangle-modifier-key. Handle super modifier too.
4475 (cua--init-rectangles): Always bind C-return to toggle rectangle.
4476 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
4477
4478 * ido.el: Move Acknowledgements and History after Commentary.
4479 Minor changes to Commentary.
4480
4481 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
4482 keymap if cua--prefix-override-timer is `shift'.
4483 (cua--shift-control-prefix): New function; emulate "type prefix
4484 key twice" functionality to handle shifted prefix key override.
4485 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
4486 commands.
4487 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
4488
4489 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
4490
4491 * textmodes/org.el (org-insert-heading): Try to do items before
4492 headings.
4493 (org-agenda-mode): Quote `org-agenda-mode-hook'.
4494 (org-insert-item): New function.
4495 (org-renumber-ordered-list): Don't skip to higher level lists.
4496
4497 2005-12-08 Juri Linkov <juri@jurta.org>
4498
4499 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
4500
4501 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
4502
4503 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
4504
4505 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
4506 the constructed function name fun-1.
4507
4508 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
4509 because such links don't lead to parent documentation.
4510
4511 2005-12-08 Kenichi Handa <handa@m17n.org>
4512
4513 * descr-text.el (describe-char): Use *Help-2* buffer if the
4514 current buffer is *Help*. Call describe-text-properties while
4515 setting the original buffer.
4516
4517 2005-12-07 Bill Wohler <wohler@newt.com>
4518
4519 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
4520 and causes problems with non-MH users (such as Gnus users).
4521
4522 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
4523
4524 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
4525 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
4526 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
4527 command "info sources". Move calls to GDB command "list".
4528 (gdb-find-file-hook): Just use gdb-source-file-list.
4529 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
4530 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
4531 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
4532 (gdb-data-list-register-values-handler): Use correct trigger name.
4533
4534 2005-12-07 Kim F. Storm <storm@cua.dk>
4535
4536 * ido.el (ido-completion-map): Rename from ido-mode-map.
4537 (ido-common-completion-map, ido-file-completion-map)
4538 (ido-file-dir-completion-map, ido-buffer-completion-map):
4539 Rename from ido-mode-....-map.
4540 (ido-init-completion-maps): Rename from ido-init-mode-maps.
4541 (ido-setup-completion-map): Rename from ido-define-mode-map.
4542 (ido-read-internal): Bind minibuffer-local-filename-completion-map
4543 to ido-completion-map.
4544
4545 2005-12-07 Kenichi Handa <handa@m17n.org>
4546
4547 * international/mule-cmds.el
4548 (set-display-table-and-terminal-coding-system): If the coding
4549 system specified in `unibyte-display' property is different from
4550 the arg coding-system, don't setup standard-display-table.
4551
4552 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
4555 that comments end at \n, regardless of selective-display.
4556
4557 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
4558
4559 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
4560 (gdb-version): New variables.
4561 (gdb-source-file-list, gdb-register-names)
4562 (gdb-changed-registers): New variables for use with GDB 6.4+.
4563 (gdb-ann3): Replace with...
4564 (gdb-init-1, gdb-init-2): ...two new functions.
4565 (gdba, gdb-prompt): Call gdb-init-1.
4566 (gdb-get-version): New function. Call gdb-init-2 from here.
4567 (gud-watch): Make it work with mouse events too.
4568 (gdb-post-prompt): Don't add to queue until GDB version is known.
4569 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
4570 (gdb-locals-mode): Use gdb-version.
4571 (gdb-memory-format-map, gdb-memory-unit-map)
4572 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
4573 (gdb-locals-font-lock-keywords-1)
4574 (gdb-locals-font-lock-keywords-2): New variables.
4575 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
4576 (gdb-set-gud-minor-mode-existing-buffers-1)
4577 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
4578 (gdb-var-update-1, gdb-var-update-handler-1)
4579 (gdb-data-list-register-values-handler)
4580 (gdb-data-list-register-values-custom)
4581 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
4582 (gdb-stack-list-locals-handler, gdb-get-register-names):
4583 New functions for use with GDB 6.4+.
4584 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
4585 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
4586 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
4587 (gdb-stack-list-locals-regexp)
4588 (gdb-data-list-register-names-regexp): New regexps for use with
4589 GDB 6.4+.
4590
4591 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4592
4593 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
4594
4595 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
4596
4597 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
4598 prompts work for AUTH PLAIN. Also reported by Steve Allan
4599 <seallan@verizon.net>.
4600
4601 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4602
4603 * frame.el (set-frame-parameter): Add doc string.
4604
4605 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
4606
4607 * textmodes/org.el (org-occur-highlights): New variable.
4608 (org-highlight-new-match, org-remove-occur-highlights): New functions.
4609 (org-highlight-sparse-tree-matches): New option.
4610 (org-do-occur): New function.
4611 (org-get-heading): Make it work also at beginning of line.
4612 (org-category-table): New variable.
4613 (org-get-category-table, org-get-category)
4614 (org-camel-to-words, org-link-search): New functions.
4615 (org-select-this-todo-keyword): New variable.
4616 (org-todo-list): New command.
4617 (org-shiftright, org-shiftleft): New commands.
4618 (org-agenda-todo): Add prefix argument.
4619 (org-show-hierarchy-above): New option.
4620 (org-show-todo-tree): Numerical prefix creates tree for specific
4621 TODO keyword.
4622 (org-outline-level): New function, to assign a level to plain
4623 lists items.
4624 (org-cycle-include-plain-lists): New option.
4625 (org-mode): Use `org-outline-level' as value of `outline-level'.
4626 (org-cycle): Temporarily switch `outline-regexp' if
4627 `org-cycle-include-plain-lists' is non-nil.
4628 (org-start-icalendar-file): Fix format bug.
4629 (org-agenda-get-day-entries): Create category table.
4630 (org-agenda-get-todos, org-agenda-get-timestamps)
4631 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4632 (org-agenda-get-blocks): Use `org-get-category'.
4633 (org-context-in-file-links): Rename from
4634 `org-line-numbers-in-file-links'.
4635
4636 2005-12-06 Romain Francoise <romain@orebokech.com>
4637
4638 * window.el (balance-windows): Delete extraneous third arg in call
4639 to `enlarge-window'.
4640
4641 2005-12-06 Kenichi Handa <handa@m17n.org>
4642
4643 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
4644
4645 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
4646
4647 * progmodes/gdb-ui.el (gdb-var-create-handler)
4648 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
4649 (gdb-var-list-children-handler, gdb-var-update-handler):
4650 Current buffer is already gdb-partial-output-buffer, don't
4651 make it current again.
4652
4653 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
4654
4655 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
4656 (list-buffers-noselect): Use it.
4657
4658 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4659
4660 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
4661 (mail-yank-ignored-headers): Use regexp-opt.
4662 (mail-mode-map): Move initialization into declaration.
4663 (mail-sent-via): Remove unused shadowed var `to-line'.
4664 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
4665 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
4666 (mail-do-fcc): Use dolist and push.
4667 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
4668 (mail-yank-ignored-headers): Don't autoload.
4669
4670 2005-12-05 Kenichi Handa <handa@m17n.org>
4671
4672 * international/mule-cmds.el (set-language-info-internal): New fun.
4673 (set-language-info): Call set-language-info-internal to update
4674 language-info-alist. If LANG-ENV is the current one, call
4675 set-language-environment to make INFO effective now.
4676 (set-language-info-alist): Likewise.
4677 (locale-language-names): With locale "en", use English
4678 lang. env. but set the default codings to iso-8859-1.
4679
4680 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
4681
4682 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
4683 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
4684 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
4685 for plain strings.
4686 (gdb-frames-mode): Remove redundant call to font-lock-mode.
4687 (gdb-all-registers): Rename from toggle-gdb-all-registers.
4688 Create registers buffer if necessary. Echo new state in minibuffer.
4689 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
4690
4691 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
4692
4693 * info.el (Info-fontify-node): Match external links using
4694 non-directory part of filename.
4695
4696 2005-12-04 Juri Linkov <juri@jurta.org>
4697
4698 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
4699 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
4700 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
4701 because there is no customization option for it.
4702
4703 * font-lock.el (lisp-font-lock-keywords-1):
4704 Add define-global-minor-mode.
4705
4706 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
4707
4708 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
4709 properties on the constructed variable names.
4710
4711 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4712 Put `definition-name' properties on the constructed function names
4713 next-sym and prev-sym.
4714
4715 * emacs-lisp/find-func.el (find-function-regexp):
4716 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
4717 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
4718 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
4719 and easy-menu-define.
4720
4721 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
4722 easy-mmode-define-global-mode and define-global-minor-mode.
4723 (lisp-imenu-generic-expression): Add define-global-minor-mode.
4724
4725 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
4726 instead of easy-mmode-define-global-mode.
4727
4728 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4729 Use define-minor-mode instead of easy-mmode-define-minor-mode.
4730
4731 * cus-edit.el (customize-group, customize-group-other-window):
4732 Filter out autoloaded options from the group completion list by
4733 using heuristics that autoloaded groups don't have `custom-autoload'
4734 property on their symbols (they have only `custom-loads').
4735
4736 * simple.el (completion-setup-function): Put completions-common-part
4737 face on complete completion string too (i.e. completion string
4738 without completions-first-difference face).
4739
4740 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
4741
4742 2005-12-03 Eli Zaretskii <eliz@gnu.org>
4743
4744 * view.el (view-mode): Doc fix.
4745
4746 * disp-table.el (standard-display-european): Add to the warning
4747 message a reference to the doc string.
4748
4749 * play/yow.el (apropos-zippy): Call print-help-return-message,
4750 similar to other Help and Apropos commands.
4751
4752 * help.el (print-help-return-message): If pop-up-frames is
4753 non-nil, set up help-return-method to delete the help window and,
4754 possibly, its frame as well, and don't display message about
4755 scrolling the help window. Doc fix.
4756 (help-return-method): Doc fix.
4757
4758 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
4759
4760 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
4761 whereby names of length one or names starting with a
4762 symbol-constituent character would not be returned.
4763
4764 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4765
4766 * subr.el (atomic-change-group): Add edebug and indentation spec.
4767
4768 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4769
4770 * completion.el (save-completions-file-name): Fix typo in last change.
4771
4772 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4773
4774 * info.el: Move back/forward history to the beginning of the tool bar.
4775
4776 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
4777
4778 * allout.el (eval-when-compile): Remove unnecessary load of cl.
4779 Add fset of allout-real-isearch-abort during compile to fix
4780 byte-compilation warnings.
4781 (allout-mode-p): Move definition of this macro above all uses, or
4782 byte compilation in barren emacs (eg, during emacs build) will
4783 lack the definition.
4784 (allout-mode): Move this variable above any uses, or byte
4785 compilation will fail.
4786 (allout-resolve-xref): Remove use of personal file-reference function.
4787 (allout-toggle-current-subtree-encryption): Do the current (ie,
4788 visible containing) topic, rather than nearest around point. Doc fix.
4789 (allout-toggle-subtree-encryption): New function, workhorse that
4790 works on nearest topic containing point.
4791 (allout-encrypt-string): Signal requirement for newer version of pgg.
4792 (allout-resumptions): Doc fix.
4793
4794 2005-12-02 Eli Zaretskii <eliz@gnu.org>
4795
4796 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
4797
4798 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
4799
4800 * textmodes/flyspell.el (flyspell-external-point-words):
4801 Consider a misspelling as found in the string search if: (a) misspelling
4802 and found string lengths match, or (b) misspelling is found as
4803 element in a boundary-chars separated longer string, or (c)
4804 ispell-program-name is really ispell and misspelling is found as
4805 part of a TeX string. After successful match move beginning of
4806 search region to end of match. Warn about not found misspellings
4807 once the process is done.
4808 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
4809
4810 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
4811
4812 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
4813 tool bar (removed inadvertently).
4814
4815 2005-12-02 Juri Linkov <juri@jurta.org>
4816
4817 * log-view.el (log-view-diff): Clarify doc string.
4818
4819 2005-12-01 Bill Wohler <wohler@newt.com>
4820
4821 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
4822 triggers lm-verify errors.
4823
4824 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
4825
4826 * simple.el (transient-mark-mode, line-number-mode)
4827 (column-number-mode, size-indication-mode): Remove `:require nil'.
4828
4829 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
4830
4831 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
4832 in the margin also.
4833 (gdb-breakpoints-mode-map): Use D instead of d for
4834 gdb-delete-breakpoint.
4835 (gdb-get-frame-number): Require a number to match on.
4836 (gdb-threads-mode-map): Add follow-link binding.
4837
4838 2005-11-30 Jason Rumney <jasonr@gnu.org>
4839
4840 * isearch.el (isearch-mode-map): Avoid exiting search on
4841 language-change event.
4842
4843 2005-11-30 Romain Francoise <romain@orebokech.com>
4844
4845 * speedbar.el (speedbar-default-position): New defcustom.
4846 (speedbar-frame-reposition-smartly): Use it.
4847
4848 * dframe.el (dframe-reposition-frame-emacs): Fix position
4849 computation for `left' location.
4850 Update copyright year.
4851
4852 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4853
4854 * help.el (help-map): Move initialization into declaration.
4855
4856 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
4857
4858 * help-fns.el (help-argument-name): Don't autoload.
4859 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
4860 to be re-loaded when customizing the `help' group.
4861
4862 2005-11-30 John Paul Wallington <jpw@gnu.org>
4863
4864 * help-fns.el (describe-function-1): Fill arglist output.
4865
4866 2005-11-30 Kim F. Storm <storm@cua.dk>
4867
4868 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
4869 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
4870 after revert-buffer (or anything else which kills all local variables).
4871
4872 * apropos.el (apropos-parse-pattern): Doc fix.
4873 Set apropos-regexp directly, rather than expecting callers to do so.
4874 (apropos-command, apropos, apropos-value, apropos-documentation):
4875 Simplify calls to apropos-parse-pattern.
4876
4877 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
4878
4879 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4880 (hi-lock-face-phrase-buffer): Use hi-yellow face.
4881 (hi-lock-write-interactive-patterns): Use comment-region.
4882
4883 * longlines.el (longlines-mode): Add mail-setup-hook.
4884
4885 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
4886
4887 * simple.el (sendmail-user-agent-compose, next-line):
4888 Conditionally use hard-newline.
4889
4890 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4891
4892 * international/latexenc.el (latex-inputenc-coding-alist):
4893 Reword doc string.
4894
4895 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
4896
4897 * help.el (describe-key-briefly, describe-key): Recognize default
4898 bindings.
4899
4900 2005-11-29 Romain Francoise <romain@orebokech.com>
4901
4902 * view.el (view-inhibit-help-message): New defcustom.
4903 (view-mode-enter): Use it.
4904
4905 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
4906
4907 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
4908 Preserve user position.
4909
4910 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
4911
4912 * font-lock.el: Throw error if facemenu is not loaded to prevent
4913 accidental change of loading order in loadup.el. (Suggested by RMS.)
4914
4915 * loadup.el: Add comment explaining why facemenu must be loaded
4916 before font-lock.
4917
4918 2005-11-28 Jay Belanger <belanger@truman.edu>
4919
4920 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
4921 (calc-dispatch-map): Add more keys for `calc-same-interface'.
4922
4923 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
4924
4925 * calc/calc-embed.el (calc-do-embedded): Update help message.
4926
4927 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
4928
4929 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4930
4931 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
4932
4933 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
4934 called-interactively-p.
4935 (elp-profilable-p): Rename from elp-not-profilable-p.
4936 Invert result and take into account macros and autoloaded functions.
4937 (elp-instrument-function): Update call.
4938 (elp-instrument-package): Update call. Add completion.
4939 (elp-pack-number): Use match-string.
4940 (elp-results-jump-to-definition-by-mouse): Merge into
4941 elp-results-jump-to-definition and then remove.
4942 (elp-output-insert-symname): Make help echo text single-line.
4943
4944 * replace.el (query-replace-map): Move initialization into declaration.
4945 (occur-engine): Use with-current-buffer.
4946 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
4947 (occur-mode-mouse-goto): Replace with an alias.
4948
4949 2005-11-28 Juri Linkov <juri@jurta.org>
4950
4951 * simple.el (quoted-insert): Let-bind input-method-function to nil.
4952
4953 * term/w32-win.el: Bind [S-tab] to [backtab].
4954
4955 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
4956 `Info-find-file' to t.
4957
4958 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
4959 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
4960 and same-window-regexps.
4961 (occur-next-error): Don't move point for arg 0.
4962
4963 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
4964
4965 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
4966
4967 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4968
4969 * log-edit.el (log-edit-changelog-use-first): New var.
4970 (log-edit-changelog-ours-p): Use it.
4971 (log-edit-insert-changelog): Set it with new arg `use-first'.
4972 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
4973 (log-edit-hook): Add them to the list of suggested options.
4974
4975 * textmodes/flyspell.el (flyspell-last-buffer): New var.
4976 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
4977 redundant work.
4978 (flyspell-mode-on): Use add-hook for after-change-functions.
4979 (flyspell-mode-off): Use remove-hook for after-change-functions.
4980 (flyspell-changes): Make it buffer-local.
4981 (flyspell-after-change-function): Make it non-interactive. Use push.
4982 (flyspell-post-command-hook): Check input-pending-p while processing
4983 the potentially long list of buffer changes.
4984
4985 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4986
4987 * buff-menu.el (list-buffers-noselect): Display the selected
4988 frame's buffer list, not the global one.
4989
4990 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
4991
4992 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
4993 that (list last-input-event) works as in interactive spec.
4994
4995 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
4996
4997 * loadup.el ("facemenu"): Load facemenu before font-lock, because
4998 `facemenu-keymap' needs to be defined when font-lock is loaded.
4999 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
5000
5001 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 * completion.el: Remove useless leading * in defcustom docstrings.
5004 (save-completions-file-name): Use ~/.emacs.d if available.
5005 (completion-standard-syntax-table): Rename from
5006 cmpl-standard-syntax-table and fold initialization into declaration,
5007 thus removing cmpl-make-standard-completion-syntax-table.
5008 (completion-lisp-syntax-table, completion-c-syntax-table)
5009 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
5010 (cmpl-saved-syntax, cmpl-saved-point): Remove.
5011 (symbol-under-point, symbol-before-point)
5012 (symbol-under-or-before-point, symbol-before-point-for-complete)
5013 (add-completions-from-c-buffer): Use with-syntax-table.
5014 (make-completion): Don't return a list of completion entries.
5015 Update callers.
5016 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
5017 (completion-initialize): Rename from initialize-completions.
5018 (completion-find-file-hook): Rename from cmpl-find-file-hook.
5019 (kill-emacs-save-completions): Collect stats here.
5020 (save-completions-to-file, load-completions-from-file):
5021 Use with-current-buffer.
5022 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
5023 into a function. Move all calls to toplevel.
5024 (completion-lisp-mode-hook): New fun.
5025 (completion-c-mode-hook, completion-setup-fortran-mode):
5026 Set the syntax-table here. Use local-set-key.
5027 (completion-saved-bindings): New var.
5028 (dynamic-completion-mode): Make it into a proper minor mode.
5029 (load-completions-from-file): Remove unused var `num-uses'.
5030
5031 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
5032 constructor if it is explicitly overridden.
5033
5034 * complete.el (PC-completion-as-file-name-predicate):
5035 Use minibuffer-completing-file-name.
5036 (partial-completion-mode): Use find-file-not-found-functions.
5037 (PC-lisp-complete-symbol): Use with-syntax-table.
5038 (PC-look-for-include-file): Remove dead setq.
5039 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
5040 (PC-complete): Use with-current-buffer.
5041
5042 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5043 escape single quotes.
5044
5045 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5046
5047 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5048 of `if' whose condition always returned nil. Doc fix.
5049
5050 * buff-menu.el (Buffer-menu-revert-function): Make the selected
5051 window's buffer the current buffer around the call to
5052 `list-buffers-noselect'. This is necessary to mark that buffer
5053 with a `.' in the Buffer Menu when called from Lisp, for instance
5054 by Auto Revert Mode.
5055
5056 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
5057
5058 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5059 attaching to it.
5060 (gdb-pre-prompt): Make sure gdb-error is reset.
5061
5062 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
5063 with a child process, detect it.
5064 (gud-speedbar-buttons): Match regexp more carefully.
5065
5066 2005-11-27 Richard M. Stallman <rms@gnu.org>
5067
5068 * mouse.el (mouse-drag-move-window-bottom):
5069 Use adjust-window-trailing-edge.
5070
5071 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5072
5073 * simple.el (blink-matching-open): Ignore
5074 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
5075 (blink-matching-paren-on-screen): Update docstring.
5076
5077 * paren.el (show-paren-mode): No longer change
5078 `blink-matching-paren-on-screen'.
5079
5080 2005-11-27 John Paul Wallington <jpw@pobox.com>
5081
5082 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5083 (gdb-threads-select, gdb-edit-register-value):
5084 Use `posn-set-point' instead of `mouse-set-point' because the
5085 latter is not fbound when configured without X.
5086
5087 2005-11-27 Kim F. Storm <storm@cua.dk>
5088
5089 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5090 existing face when partially highlighting a TAB in a rectangle.
5091
5092 2005-11-26 Kim F. Storm <storm@cua.dk>
5093
5094 * ido.el (ido-mode-map): Doc fix.
5095 (ido-mode-common-map, ido-mode-file-map)
5096 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5097 (ido-define-mode-map): Rewrite. Select one of the new maps as
5098 parent for ido-mode-map instead of building from scratch.
5099 (ido-init-mode-maps): New defun to initialize new maps.
5100 (ido-mode): Call it.
5101 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5102 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5103
5104 2005-11-26 John Paul Wallington <jpw@pobox.com>
5105
5106 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
5107 `mouse-set-point' because the latter is not fbound when configured
5108 without X.
5109
5110 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
5111
5112 * files.el (file-relative-name): Doc fix.
5113
5114 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5115
5116 * progmodes/octave-inf.el (inferior-octave-startup): Force a
5117 non-empty string for secondary prompt PS2.
5118
5119 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
5120
5121 * progmodes/compile.el (compilation-setup): Fix last change.
5122
5123 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
5124
5125 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5126 (gdb-mouse-toggle-breakpoint-margin)
5127 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
5128 Add gdb-server-prefix to keep out of command history.
5129 (gdb-edit-register-value): New function.
5130 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
5131 (gdb-info-registers-custom): Use above map.
5132
5133 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
5134
5135 * custom.el (enable-theme): Signal error if argument is not a
5136 theme. Don't recalculate a face if it's not loaded yet.
5137
5138 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
5139 the `user' theme is in effect.
5140
5141 * info.el (Info-on-current-buffer): Record actual filename in
5142 Info-current-file, instead of t, or a fake filename if a non-file
5143 buffer. Make autoload.
5144 (Info-find-node, Info-revert-find-node): No need to check for
5145 Info-current-file nil.
5146 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
5147 Info-current-file is now never `t'.
5148 (Info-fontify-node): Many simplifications due to Info-current-file
5149 always being valid. Use Info-find-file to find node filename.
5150
5151 2005-11-25 David Kastrup <dak@gnu.org>
5152
5153 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
5154 new character, then delete" in order to preserve markers.
5155
5156 2005-11-25 David Ponce <david@dponce.com>
5157
5158 * recentf.el (recentf-arrange-by-rule): Handle a special
5159 `auto-mode-alist'-like "strip suffix" rule.
5160 (recentf-build-mode-rules): Handle second level auto-mode entries.
5161
5162 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
5163
5164 * viper-keym.el (viper-ESC-key): Use different values in terminal and
5165 window modes.
5166
5167 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
5168 jde-javadoc-checker-report-mode.
5169
5170 * ediff-wind (ediff-make-wide-display): Slight simplification.
5171
5172 * ediff.el (ediff-date): Change the date of last update.
5173
5174 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
5175
5176 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
5177 Use define-minor-mode, and make it a local mode. Turn on font-lock.
5178 (hi-lock-mode): New global minor mode.
5179 (turn-on-hi-lock-if-enabled): New function.
5180 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
5181 Change arguments to regexp and face instead of a font-lock pattern.
5182 Directly set face property, instead of refontifying.
5183 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
5184 (hi-lock-find-patterns): Use line-number-at-pos.
5185
5186 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
5187 arguments for hi-lock-set-pattern.
5188 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
5189 Call font-lock-fontify-buffer.
5190 (hi-lock-find-file-hook, hi-lock-current-line)
5191 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
5192
5193 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
5194 turned off.
5195
5196 * progmodes/compile.el (compilation-setup): Don't fiddle with
5197 font-lock-defaults.
5198
5199 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
5200
5201 * progmodes/gdb-ui.el (gdb-var-create-handler)
5202 (gdb-var-list-children-handler): Find values for all variable
5203 objects. gud-speedbar-buttons decides whether to display them.
5204
5205 2005-11-24 Romain Francoise <romain@orebokech.com>
5206
5207 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
5208 buffer name with a space.
5209
5210 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
5211
5212 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
5213 `org-export-local-list-max-depth'. Change default value to 3.
5214 (org-auto-renumber-ordered-lists)
5215 (org-plain-list-ordered-item-terminator): New options.
5216 (org-at-item-p, org-beginning-of-item, org-end-of-item)
5217 (org-get-indentation, org-get-string-indentation)
5218 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
5219 New functions.
5220 (org-move-item-down, org-move-item-up): New commands.
5221 (org-export-as-html): New classes for CSS support. Bug fix in
5222 regular expression detecting fixed-width regions. Respect
5223 `org-local-list-ordered-item-terminator'.
5224 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
5225 also a list item.
5226 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
5227 New item moving functions.
5228
5229 2005-11-24 Juri Linkov <juri@jurta.org>
5230
5231 * isearch.el (isearch-repeat): With empty search ring set
5232 `isearch-error' to the error string instead of signaling error
5233 with the function `error'.
5234
5235 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5236
5237 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
5238
5239 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
5240
5241 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
5242 and variable.
5243 (gdb-var-create-handler, gdb-var-list-children-handler):
5244 Don't match on "char **...".
5245 (gdb-var-update-handler): Find values for all variable objects.
5246 (gdb-info-frames-custom): Identify frames by leading "#".
5247
5248 * progmodes/gud.el (gud-speedbar-menu-items): Add
5249 gdb-speedbar-auto-raise as radio button.
5250 (gud-speedbar-buttons): Raise speedbar if requested.
5251 Don't match on "char **...".
5252 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
5253 Make it editable.
5254
5255 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
5256
5257 * info.el (Info-fontify-node): Handle the case where
5258 Info-current-file is t.
5259
5260 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5261
5262 * simple.el (blink-matching-open): Fix off-by-one in last change.
5263
5264 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5265
5266 * term/mac-win.el: Don't change default directory.
5267
5268 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
5269
5270 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
5271 buffers correctly. (It used to throw an error in such buffers.)
5272 Make it ask for confirmation in group buffers and other Custom
5273 buffers containing more than one customization item.
5274
5275 2005-11-22 John Paul Wallington <jpw@gnu.org>
5276
5277 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
5278 property on mail and url overlays.
5279 (goto-address-at-point): Use `posn-set-point' instead of
5280 `mouse-set-point' because the latter is not fbound when configured
5281 without X.
5282
5283 2005-11-22 Lars Hansen <larsh@soem.dk>
5284
5285 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
5286 (ls-lisp-classify, ls-lisp-format): Delete call to
5287 ls-lisp-parse-symlink.
5288 (ls-lisp-handle-switches): Handle symlinks to directories as
5289 directories when ls-lisp-dirs-first in non-nil.
5290
5291 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
5292
5293 * startup.el (command-line): Make sure that loaddefs.el is handled
5294 correctly in load-history.
5295
5296 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
5297
5298 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
5299 (gdb-struct-string, gdb-array-string): New constants.
5300 (gdb-info-locals-handler): Use them.
5301 (gdb-reset): Reset gdb-var-list to nil.
5302
5303 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5304
5305 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
5306 in patterns.
5307
5308 2005-11-21 Juri Linkov <juri@jurta.org>
5309
5310 * custom.el (defcustom): Update link types in docstring.
5311
5312 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
5313
5314 * custom.el (defgroup): Add doc-string-elt info.
5315
5316 * widget.el (define-widget): Don't use declare for the doc-string-elt.
5317
5318 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5319
5320 * newcomment.el (comment-enter-backward): Fix last fix.
5321
5322 * simple.el (blink-matching-open):
5323 * paren.el (show-paren-function): Allow new paren-class info.
5324
5325 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
5326
5327 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
5328 handled automagically.
5329
5330 2005-11-20 Andreas Schwab <schwab@suse.de>
5331
5332 * descr-text.el (describe-char): When copying overlays put them
5333 over the full char description instead of just the first character
5334 of it.
5335
5336 2005-11-20 Juri Linkov <juri@jurta.org>
5337
5338 * simple.el (what-cursor-position):
5339 * descr-text.el (describe-char): Use Lisp-readable syntax
5340 for octal and hex. Reorder decimal, octal and hex values.
5341 Remove excess whitespace in the output. Use `=' in `column='
5342 like in `point=' and `Hscroll='.
5343
5344 * international/mule-cmds.el (encoded-string-description):
5345 Use Lisp-readable syntax for hex.
5346
5347 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5348
5349 * newcomment.el (comment-enter-backward): Handle the case where the
5350 comment is closed by EOB.
5351
5352 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
5353
5354 * longlines.el (longlines-before-revert-hook)
5355 (longlines-after-revert-hook): New functions.
5356 (longlines-mode): Turn off longlines temporarily when reverting.
5357 Add a message-setup-hook.
5358 (longlines-decode-buffer): New function.
5359 (longlines-wrap-line): Preserve marker positions.
5360
5361 2005-11-19 Andreas Schwab <schwab@suse.de>
5362
5363 * emacs-lisp/shadow.el: Handle compressed files.
5364
5365 2005-11-19 Romain Francoise <romain@orebokech.com>
5366
5367 * net/browse-url.el (browse-url-default-browser): Signal an error
5368 if no usable browser can be found, rather than try to load w3.
5369
5370 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
5371
5372 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
5373 replacing existing properties.
5374 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5375 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
5376 tty specs.
5377 (rcirc-server-prefix, rcirc-server): New faces.
5378 (rcirc-url-regexp): Generate with rx macro.
5379 (rcirc-last-server-message-time): New variable.
5380 (rcirc-filter): Record time of last message.
5381 (rcirc-keepalive): Kill processes that did not send a message
5382 since the last ping.
5383 (rcirc-mode): Give rcirc-topic a local binding here.
5384
5385 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
5386
5387 * subr.el (read-passwd): Fontify the prompt as we do with other
5388 prompts.
5389
5390 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
5391
5392 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
5393 binding buffer-read-only to nil.
5394
5395 2005-11-19 Eli Zaretskii <eliz@gnu.org>
5396
5397 * complete.el (partial-completion-mode):
5398 Mention completion-auto-help in the doc string.
5399
5400 * man.el (Man-highlight-references): Doc fix. Reformat code in a
5401 more Lisp-ish way.
5402
5403 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5404
5405 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
5406 digits, not 8, to avoid misalignment for files larger than 100MB.
5407
5408 2005-11-19 Eli Zaretskii <eliz@gnu.org>
5409
5410 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
5411 Mention "keyboard shortcuts" in the help text.
5412
5413 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5414
5415 * startup.el (fancy-splash-default-action): Discard only
5416 mouse-down and succeeding mouse-up events in the splash screen
5417 window so that drag-n-drop event can be processed.
5418
5419 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
5420
5421 * longlines.el (longlines-mode): Add hacks for mail-mode and
5422 message-mode.
5423
5424 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
5425
5426 * textmodes/org.el (org-table-sort-lines): New command.
5427 (org-tbl-menu): Add entry for `org-table-sort-lines'.
5428 (org-add-file): Command removed, use `org-agenda-file-to-front'
5429 instead.
5430 (org-export-icalendar): Use `org-icalendar-combined-name'.
5431 (org-cycle-agenda-files, org-agenda-file-to-end)
5432 (org-agenda-file-to-front): New commands.
5433 (org-table-tab-jumps-over-hlines, org-export-html-style):
5434 New options.
5435 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
5436 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
5437 New functions.
5438 (org-fill-paragraph): Call `org-table-align' in tables.
5439 (org-mode): Call `org-set-autofill-regexps'.
5440 (org-export-as-html): Support for local handformatted lists.
5441 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
5442 (org-export-local-list-max-depth): New option.
5443 (org-html-expand): Use `org-html-protect'.
5444
5445 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
5446
5447 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
5448 to "p".
5449 (gdb): Move definition of gud-pp to...
5450
5451 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
5452 speedbar.
5453 (gdb-find-watch-expression): New function.
5454
5455 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
5456
5457 * faces.el (face-attribute, set-face-attribute): Mention existence
5458 of `:ignore-defface' setting in docstring.
5459
5460 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5461
5462 * simple.el (completion-setup-function): Fix last change.
5463
5464 2005-11-17 John Paul Wallington <jpw@pobox.com>
5465
5466 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
5467 Use `posn-set-point' instead of `mouse-set-point' because the
5468 latter is not fbound when configured without X.
5469
5470 * comint.el (comint-insert-input): Likewise.
5471
5472 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
5473
5474 * simple.el (hard-newline): New variable.
5475 (sendmail-user-agent-compose, next-line): Use it.
5476
5477 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
5478 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
5479 (mail-mail-reply-to, mail-mail-followup-to)
5480 (mail-position-on-field, mail-signature, mail-yank-original)
5481 (mail-attach-file): Likewise.
5482
5483 * mail/mailheader.el (mail-header-format)
5484 (mail-header-format-function): Likewise.
5485
5486 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
5487
5488 2005-11-17 Juri Linkov <juri@jurta.org>
5489
5490 * font-lock.el (font-lock-faces): Rename this defgroup from
5491 `font-lock-highlighting-faces'.
5492 (font-lock-comment-face, font-lock-comment-delimiter-face)
5493 (font-lock-string-face, font-lock-doc-face)
5494 (font-lock-keyword-face, font-lock-builtin-face)
5495 (font-lock-function-name-face, font-lock-variable-name-face)
5496 (font-lock-type-face, font-lock-constant-face)
5497 (font-lock-warning-face, font-lock-negation-char-face)
5498 (font-lock-preprocessor-face)
5499 (font-lock-regexp-grouping-backslash)
5500 (font-lock-regexp-grouping-construct): Rename :group from
5501 `font-lock-highlighting-faces' to `font-lock-faces'.
5502
5503 * cus-edit.el (lisp, c, tex):
5504 * progmodes/ada-mode.el (ada):
5505 * progmodes/asm-mode.el (asm):
5506 * progmodes/cperl-mode.el (cperl-faces):
5507 * progmodes/cpp.el (cpp):
5508 * progmodes/dcl-mode.el (dcl):
5509 * progmodes/f90.el (f90):
5510 * progmodes/fortran.el (fortran):
5511 * progmodes/icon.el (icon):
5512 * progmodes/idlwave.el (idlwave-misc):
5513 * progmodes/m4-mode.el (m4):
5514 * progmodes/make-mode.el (makefile):
5515 * progmodes/meta-mode.el (meta-font):
5516 * progmodes/modula2.el (modula2):
5517 * progmodes/octave-mod.el (octave):
5518 * progmodes/pascal.el (pascal):
5519 * progmodes/perl-mode.el (perl):
5520 * progmodes/prolog.el (prolog):
5521 * progmodes/ps-mode.el (PostScript-edit):
5522 * progmodes/scheme.el (scheme):
5523 * progmodes/sh-script.el (sh-script):
5524 * progmodes/simula.el (simula):
5525 * progmodes/tcl.el (tcl):
5526 * textmodes/nroff-mode.el (nroff):
5527 * textmodes/reftex-vars.el (reftex-fontification-configurations):
5528 * textmodes/sgml-mode.el (sgml):
5529 * textmodes/texinfo.el (texinfo):
5530 Add :link (custom-group-link font-lock-faces) to defgroup.
5531
5532 * hi-lock.el (hi-lock): Rename this defgroup from
5533 `hi-lock-interactive-text-highlighting'. Change parent group from
5534 `faces' to `font-lock'. Add link to the manual.
5535 (hi-lock-mode, hi-lock-file-patterns-range)
5536 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
5537 `hi-lock-interactive-text-highlighting' to `hi-lock'.
5538 (hi-lock-faces): Add :group `faces'.
5539
5540 * cus-edit.el (custom-variable-prompt): Clarify the code.
5541
5542 * faces.el (face-read-string): Set the default value arg of
5543 completing-read.
5544
5545 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
5546
5547 * rfn-eshadow.el (file-name-shadow-properties)
5548 (file-name-shadow-tty-properties, file-name-shadow-mode):
5549 Remove autoloads, because the file is now preloaded.
5550
5551 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * printing.el (easy-menu-intern): Don't define.
5554 (pr-get-symbol): Use easy-menu-intern only if defined.
5555
5556 * simple.el (blink-matching-open): Simplify a bit.
5557 (completion-setup-function): Fix the case of partial-completion-mode
5558 when the minibuffer's contents start with "-".
5559 Obey completion-base-size-function even when
5560 minibuffer-completing-file-name is non-nil.
5561
5562 2005-11-16 Richard M. Stallman <rms@gnu.org>
5563
5564 * net/eudcb-ph.el (eudc-ph-open-session):
5565 Use set-process-query-on-exit-flag.
5566
5567 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
5568
5569 * international/ucs-tables.el (ucs-set-table-for-input):
5570 Use make-local-variable, not make-variable-buffer-local.
5571
5572 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5573 Improve warning message text.
5574
5575 * savehist.el (savehist-save-hook): Add :group.
5576
5577 * menu-bar.el (menu-bar-help-menu):
5578 Rename Find Extra Packages to External Packages.
5579
5580 * cus-edit.el (Custom-reset-standard): Verify that
5581 :custom-standard-value prop exists before calling it.
5582
5583 * apropos.el (apropos-calc-scores): Use apropos-pattern.
5584
5585 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
5586
5587 * wid-edit.el (color): Enclose %t in %{...%}.
5588
5589 * cus-edit.el (face): Enclose %t in %{...%}.
5590
5591 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
5592
5593 * savehist.el (savehist-mode-hook): Re-add the var.
5594 (savehist-mode): Use it.
5595
5596 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5597
5598 * textmodes/flyspell.el: Fix commenting convention.
5599 Remove unnecessary leading * in custom docstrings.
5600 (flyspell-emacs): Remove unused var.
5601 (flyspell-delete-region-overlays): Use remove-overlays.
5602 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
5603 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
5604 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
5605 (flyspell-debug-signal-word-checked): Use with-current-buffer.
5606 (make-flyspell-overlay): Don't locally reuse a global name.
5607 (flyspell-highlight-incorrect-region)
5608 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
5609 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
5610 (flyspell-notify-misspell): Remove unused args `start' and `end'.
5611 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
5612 Wrap calls to accept-process-output inside with-local-quit since it's
5613 often called from a post-command-hook.
5614 (flyspell-correct-word, flyspell-auto-correct-word):
5615 Use ispell-send-string.
5616 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
5617
5618 * calendar/diary-lib.el (diary-list-entries): Also hide the
5619 terminating newline.
5620
5621 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
5622
5623 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
5624 window-system, to allow fonts on tty.
5625
5626 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
5627
5628 * progmodes/gud.el (gud-speedbar-item-info): New function.
5629 (gud-install-speedbar-variables): Use it to display data type
5630 of watch expression as a tooltip in speedbar.
5631
5632 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
5633
5634 * font-core.el (global-font-lock-mode): Add :version keyword,
5635 because default was changed.
5636
5637 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
5638
5639 * startup.el (command-line): Use `custom-reevaluate-setting' for
5640 `file-name-shadow-mode'.
5641
5642 * loadup.el: Preload rfn-eshadow.
5643
5644 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
5645 Add :version keyword.
5646 (file-name-shadow-properties, file-name-shadow-tty-properties)
5647 (file-name-shadow): Add :version keyword.
5648
5649 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
5650 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
5651 in the custom-group property of the symbol frames and the fringe
5652 group got no link to its parent group frames.
5653 Doc fix.
5654
5655 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
5656
5657 * progmodes/gud.el (gud-stop-subjob): New function.
5658 (gud-menu-map, gud-tool-bar-map): Use it.
5659
5660 2005-11-16 Kim F. Storm <storm@cua.dk>
5661
5662 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
5663 than kill it.
5664 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
5665 to a more useful/logical place.
5666
5667 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
5668
5669 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
5670 go buttons complementary.
5671
5672 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5673
5674 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
5675 (rfn-eshadow-sifn-equal): New function.
5676 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
5677
5678 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
5679
5680 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
5681 string.
5682
5683 * viper.el (viper-emacs-state-mode-list): Ensure that
5684 rcirc-mode buffers come up in Emacs state.
5685
5686 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
5687 operation.
5688
5689 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5690
5691 * term.el (term-termcap-format): Fix typos.
5692 (term-down): Fix the negative argument case.
5693
5694 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
5695
5696 * progmodes/gdb-ui.el: Remove face-alias left over from change on
5697 2005-08-15.
5698 (gdb-ann3): New command gud-go.
5699 (menu): Accomodate gdb-mi.el.
5700 (gdb-assembler-custom): Make buffer of selected window current
5701 so that set-window-point works.
5702
5703 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
5704 buttons and include new ones.
5705
5706 2005-11-16 Kim F. Storm <storm@cua.dk>
5707
5708 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
5709 (gud-menu-map): Use it.
5710
5711 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
5712
5713 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
5714 that works correctly for Custom and that does not override a user
5715 who disables it.
5716
5717 * help-mode.el (help-make-xrefs, help-xref-on-pp)
5718 (help-xref-interned, help-follow): Make hyperlinks for variables
5719 that are unbound, but have a non-nil variable-documentation property.
5720
5721 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
5722 mode hook. (It conflicted with defcustoms for some mode hooks.)
5723 Use the `variable-documentation' property to give the mode hook a
5724 docstring and expand that docstring.
5725
5726 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
5727
5728 * savehist.el (savehist-mode): Don't bother with
5729 `custom-set-minor-mode'.
5730 (savehist-coding-system): Check XEmacs version.
5731 (history-length): Declare also at run time.
5732 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
5733 Don't set the customize state.
5734 (savehist-minibuffer-hook): Special case for when
5735 minibuffer-history-variable is equal to t.
5736
5737 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5738
5739 * files.el (write-file): Refresh VC status.
5740
5741 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
5742 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
5743 than fundamental-mode to see if the mode was set.
5744
5745 2005-11-14 Romain Francoise <romain@orebokech.com>
5746
5747 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
5748 dummy function in `eval-when-compile' to avoid compiler warning.
5749 Require `man' at compile time.
5750
5751 2005-11-14 Jay Belanger <belanger@truman.edu>
5752
5753 * calc-alg.el (calcFunc-write-out-power): Rename it to
5754 calcFunc-powerexpand.
5755 (math-write-out-power): Rename it to math-powerexpand; have it
5756 handle negative exponents.
5757 (calc-writeoutpower): Rename it to calc-powerexpand.
5758
5759 * calc-ext.el: Change calcFunc-writeoutpower and
5760 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
5761 autoloads.
5762 Add calcFunc-ldiv to autoloads.
5763
5764 * calc-arith.el (calcFunc-ldiv): New function.
5765
5766 * calc.el (calc-left-divide): New function.
5767
5768 2005-11-14 Juri Linkov <juri@jurta.org>
5769
5770 * cus-edit.el (custom-variable-prompt): Set the default value arg
5771 of completing-read.
5772
5773 * cus-dep.el (custom-make-dependencies): Reverse the list of
5774 found dependencies.
5775
5776 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5777
5778 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
5779 Highlighting" entry, it is on by default now.
5780 (menu-bar-options-save): Do not save global-font-lock-mode.
5781
5782 2005-11-13 Richard M. Stallman <rms@gnu.org>
5783
5784 * textmodes/flyspell.el (flyspell-large-region):
5785 Call flyspell-accept-buffer-local-defs.
5786
5787 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
5788
5789 * textmodes/flyspell.el (flyspell-notify-misspell):
5790 Fix misspelling of "Misspelling".
5791 (flyspell-process-localwords): New function.
5792 (flyspell-large-region): Call flyspell-process-localwords and
5793 flyspell-delete-region-overlays.
5794 (flyspell-delete-region-overlays): New function.
5795 (flyspell-delete-all-overlays): Call that.
5796
5797 2005-11-13 Richard M. Stallman <rms@gnu.org>
5798
5799 * help.el (help-for-help-internal): Improve doc of C-h a.
5800 (describe-key): Improve prompt; doc fix.
5801
5802 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * vc-svn.el (vc-svn-registered): Catch all errors.
5805
5806 * cus-dep.el (custom-make-dependencies): Typo.
5807
5808 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
5809
5810 * net/tramp-util.el (top): Fix compilation warning.
5811
5812 2005-11-13 Kim F. Storm <storm@cua.dk>
5813
5814 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
5815
5816 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
5817
5818 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
5819 (gud-speedbar-buttons): Match on "const char *" too.
5820
5821 * progmodes/gdb-ui.el (gdb-var-create-handler)
5822 (gdb-var-list-children-handler): Match on "const char *" too.
5823 (gdb-var-evaluate-expression-handler): Match on empty string.
5824 (gdb-var-update-handler): Only call
5825 gdb-var-evaluate-expression-handler when required.
5826
5827 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
5828
5829 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
5830 selected window. This still doesn't work for speedbar.
5831 (gud-speedbar-buttons): Handle string expressions properly.
5832
5833 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5834 (gdb-var-create-handler): Handle string expressions properly.
5835 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
5836 Handle string expressions properly. Move "type" field into regexp.
5837
5838 2005-11-12 Karl Fogel <kfogel@red-bean.com>
5839
5840 * bookmark.el (bookmark-maybe-message): New function to reduce
5841 code duplication: invokes `message' iff baud-rate is high enough.
5842 (bookmark-write-file): Use above instead of an inline conditional.
5843 (bookmark-load): Same.
5844
5845 2005-11-12 Karl Fogel <kfogel@red-bean.com>
5846
5847 * bookmark.el (bookmark-write-file): Don't visit the destination
5848 file, just write the data to it using write-region. This is
5849 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
5850 change to avoid visiting the file in the first place.
5851
5852 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
5853
5854 * hi-lock.el (hi-lock-mode): Set the default value of
5855 font-lock-defaults.
5856
5857 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
5858
5859 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
5860 arg to `file-attributes'.
5861 (find-lisp-format): The UID and GID can now be strings.
5862
5863 2005-11-12 Kim F. Storm <storm@cua.dk>
5864
5865 * help.el (help-map): Bind C-h d to apropos-documentation.
5866
5867 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
5868 when point is at end-of-buffer.
5869
5870 * apropos.el (apropos-match-face): Doc fix.
5871 (apropos-sort-by-scores): Add new choice `verbose'.
5872 (apropos-documentation-sort-by-scores): New defcustom.
5873 (apropos-pattern): Now contains the pattern entered by the user.
5874 (apropos-pattern-quoted): New defvar.
5875 (apropos-regexp): New defvar, containing the regexp corresponding
5876 to apropos-pattern.
5877 (apropos-all-words-regexp): Rename from apropos-all-regexp.
5878 (apropos-read-pattern): New defun. Use it to read pattern arg in
5879 interactive calls; returns list of words for a word list, and
5880 string for a regexp.
5881 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
5882 parses a list of words or regexp as returned by apropos-read-pattern.
5883 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
5884 (apropos-score-doc): Return a very high score if the string
5885 entered by the user matches literally.
5886 (apropos-variable): Doc fix. Use apropos-read-pattern.
5887 (apropos-command): Doc fix. Use apropos-read-pattern and
5888 apropos-parse-pattern. Call apropos-print with nosubst=t.
5889 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
5890 apropos-parse-pattern.
5891 (apropos-documentation): Doc fix. Use apropos-read-pattern and
5892 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
5893 apropos-documentation-sort-by-scores. Call apropos-print with
5894 nosubst=t.
5895 (apropos-documentation-internal): Pass doc string through
5896 substitute-key-definition before adding text properties.
5897 Highlight substring matching literal user input if possible.
5898 (apropos-documentation-check-doc-file): Remove locals beg and end.
5899 Fix calculation of score (as added twice). Pass doc string through
5900 substitute-key-definition before adding text properties.
5901 (apropos-documentation-check-elc-file): Pass doc string through
5902 substitute-key-definition before adding text properties.
5903 Highlight substring matching literal user input if possible.
5904 (apropos-print): Add new arg NOSUBST; if set, command and variable
5905 doc strings have already been passed through substitute-key-definition.
5906 Add code to handle apropos-accumulator items without score element
5907 for backwards compatibility (e.g. with woman package).
5908 Only show scores if apropos-sort-by-scores is `verbose'.
5909
5910 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5911
5912 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
5913 Add jka-compr-load-suffixes to load-suffixes.
5914
5915 * jka-compr.el: Require jka-cmpr-hook.
5916 (jka-compr-info-compress-message, jka-compr-info-compress-program)
5917 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
5918 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
5919 (jka-compr-info-can-append, jka-compr-info-strip-extension)
5920 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
5921 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
5922 (jka-compr-uninstall): Remove entries from
5923 jka-compr-added-to-file-coding-system-alist after they are used.
5924 (jka-compr-error): Remove unused var `curbuf'.
5925 (jka-compr-file-local-copy): Remove unused var `notfound'.
5926
5927 2005-11-10 Romain Francoise <romain@orebokech.com>
5928
5929 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
5930
5931 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
5932
5933 * progmodes/gud.el (gud-menu-map): Move parentheses.
5934 (gdb): New command gud-pv.
5935
5936 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5937
5938 * tar-mode.el: Remove spurious or unnecessary leading stars
5939 in docstrings.
5940 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
5941 (tar-parse-octal-integer-safe): Use mapc.
5942 (tar-header-block-summarize): Remove unused var `ck'.
5943 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
5944 cleared before. Obey default-enable-multibyte-characters.
5945 Use mapconcat. Simplify setting of tar-header-offset.
5946 (tar-mode-map): Move initialization inside delcaration.
5947 (tar-flag-deleted): Use `abs'.
5948 (tar-expunge-internal): Remove unused var `line'.
5949 (tar-expunge-internal): Don't hardcode point-min==1.
5950 (tar-expunge): Widen while doing set-buffer-multibyte.
5951 (tar-rename-entry): Use file-name-coding-system.
5952 (tar-alter-one-field): Don't hardcode point-min==1.
5953 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
5954 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
5955
5956 2005-11-10 Masatake YAMATO <jet@gyve.org>
5957
5958 * add-log.el (add-log-current-defun): Handle class::method
5959 notation of c++. Fix incorrect comment.
5960
5961 2005-11-10 Alan Mackenzie <acm@muc.de>
5962
5963 * help-fns.el (describe-variable): Make C-h v work when a variable
5964 has variable documentation yet is unbound.
5965
5966 2005-11-10 Masatake YAMATO <jet@gyve.org>
5967
5968 * man.el (Man-highlight-references): Set an empty
5969 string to `Man-arguments' if it is nil.
5970 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
5971
5972 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5973
5974 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
5975 commenting conventions.
5976
5977 * cus-dep.el (custom-make-dependencies): Simplify.
5978 Better follow the commenting conventions.
5979
5980 2005-11-09 Richard M. Stallman <rms@gnu.org>
5981
5982 * apropos.el (apropos-pattern): Rename from apropos-regexp.
5983 (apropos-orig-pattern): Rename from apropos-orig-regexp.
5984 All uses changed.
5985 (apropos-rewrite-regexp): Doc fix.
5986 (apropos-variable, apropos-command, apropos, apropos-value):
5987 Change prompt; carry through the argument renaming.
5988
5989 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5990
5991 * find-lisp.el: Require dired.
5992 (find-lisp-find-dired-internal): Do not call
5993 `abbreviate-file-name' on DIR.
5994
5995 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
5996
5997 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
5998
5999 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
6000
6001 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
6002 when using the speedbar.
6003 (gdb): New command gud-pp.
6004 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
6005
6006 2005-11-09 Juri Linkov <juri@jurta.org>
6007
6008 * replace.el (occur-excluded-properties): New defcustom.
6009 (occur-1, occur-engine, occur-accumulate-lines): Use it.
6010
6011 2005-11-08 Jay Belanger <belanger@truman.edu>
6012
6013 * calc/calc-units.el (math-convert-units): Replace any composite
6014 unit by its definition.
6015
6016 2005-11-08 Lars Hansen <larsh@soem.dk>
6017
6018 * emacs-lisp/autoload.el (update-directory-autoloads):
6019 Add obsolete function alias.
6020
6021 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6022
6023 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6024 comment-indent-function.
6025 (lisp-comment-indent): Replace by an alias for comment-indent-default.
6026
6027 * reveal.el (reveal-post-command): Rework the handling of
6028 reveal-open-spots, so as to be more reliable. There were several
6029 tricky corner cases where an open spot might be lost, or where
6030 a closed spot might end up on the list of open spots.
6031 Only reveal text that's ellipsised.
6032
6033 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
6034
6035 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
6036
6037 2005-11-07 John Paul Wallington <jpw@gnu.org>
6038
6039 * ibuffer.el (ibuffer): Search iconified frames too when
6040 getting Ibuffer buffer's window.
6041
6042 2005-11-06 Richard M. Stallman <rms@gnu.org>
6043
6044 * progmodes/compile.el (compilation-internal-error-properties):
6045 save-excursion around the computation of MARKER.
6046
6047 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
6048
6049 * textmodes/flyspell.el (flyspell-external-point-words):
6050 flyspell-get-word returns a list, not just a string.
6051
6052 2005-11-06 John Paul Wallington <jpw@pobox.com>
6053
6054 * ibuffer.el (ibuffer): Search all visible frames when getting
6055 Ibuffer buffer's window.
6056
6057 2005-11-07 Masatake YAMATO <jet@gyve.org>
6058
6059 * man.el (Man-reference-regexp): Accept spaces between
6060 `Man-name-regexp' and `Man-section-regexp'.
6061 (Man-apropos-regexp): New variable.
6062 (Man-abstract-xref-man-page): Use value for `Man-target-string'
6063 if available.
6064 (Man-highlight-references, Man-highlight-references0):
6065 Handle the case when `Man-arguments' includes "-k".
6066 (Man-highlight-references0): Rename the argument `TARGET-POS' to
6067 `TARGET'. `TARGET' can be a number, function or nil.
6068
6069 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
6070
6071 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
6072 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6073 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
6074 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6075 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
6076 (gdb-send-item): Use buffer-local-value and simplify.
6077
6078 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
6079
6080 * startup.el (command-line): Use `custom-reevaluate-setting' for
6081 `global-font-lock-mode'.
6082
6083 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6084 by default, except in batch mode or when the -D option is given.
6085
6086 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6087 specified keyword args on to `define-minor-mode'. Update docstring.
6088
6089 2005-11-05 Romain Francoise <romain@orebokech.com>
6090
6091 * replace.el (occur-engine): Add marker at end of line, too.
6092
6093 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6094
6095 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6096 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6097 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6098 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6099 argument to all these routines, so the passphrase can be managed
6100 externally and passed in to the system.
6101 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6102 pgg-add-passphrase-to-cache function.
6103
6104 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6105 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6106 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6107 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6108 argument to all these routines, so the passphrase can be managed
6109 externally and passed in to the system.
6110 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6111 function.
6112
6113 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6114
6115 * font-lock.el: Don't deal with font-lock-face-attributes here,
6116 move the code ...
6117
6118 * startup.el (command-line): ... here. Use face-spec-set instead
6119 of custom-declare-face.
6120
6121 * faces.el (face-spec-set): Reset the face if spec is not nil.
6122
6123 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6124
6125 * newcomment.el (comment-region-internal): Box more tightly in the
6126 common case where there's no TAB in the boxed text.
6127
6128 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6129
6130 * info.el (info-tool-bar-map): Use images prev-node, next-node and
6131 up-node.
6132
6133 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
6134
6135 * newsticker.el: Commentary updated. Code formatting changed.
6136 (newsticker-version): Change to "1.9".
6137 (newsticker, newsticker-feed): Doc fix.
6138 (newsticker-url-list): Doc fix. Add option "Weekly".
6139 (newsticker-retrieval-interval): Add option "Weekly".
6140 (newsticker-headline-processing): Doc fix.
6141 (newsticker-auto-mark-filter): Remove.
6142 (newsticker-auto-mark-filter-list): New.
6143 (newsticker-layout, newsticker-sort-method): Doc fix.
6144 (newsticker-hide-old-items-in-newsticker-buffer)
6145 (newsticker-heading-format, newsticker-item-format)
6146 (newsticker-desc-format): Doc fix.
6147 (newsticker-show-all-rss-elements): Remove.
6148 (newsticker-show-all-news-elements): New.
6149 (newsticker-faces, newsticker-ticker): Doc fix.
6150 (remove-from-invisibility-spec): Code formatting.
6151 (newsticker--process-ids): New.
6152 (newsticker-mode): Doc fix.
6153 (newsticker-mode): Change mode-line-format.
6154 (newsticker-start): Remove debug output.
6155 (newsticker-start-ticker): Doc fix. Add autoload cookie.
6156 (newsticker-w3m-show-inline-images): Code formatting.
6157 (newsticker-next-item): Call `force-mode-line-update'.
6158 (newsticker-previous-item): Call `force-mode-line-update'.
6159 (newsticker-next-feed): Call `force-mode-line-update'.
6160 (newsticker-previous-feed): Call `force-mode-line-update'.
6161 (newsticker-mark-all-items-at-point-as-read): Code formatting.
6162 (newsticker-show-old-items): Do not show descs.
6163 (newsticker-hide-entry): Hide too much.
6164 (newsticker-hide-entry, newsticker-show-entry)
6165 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
6166 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
6167 (newsticker-toggle-auto-narrow-to-item): Code formatting.
6168 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
6169 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
6170 (newsticker-get-news): Call `force-mode-line-update'.
6171 Collect process ids.
6172 (newsticker--sentinel): Change coding system handling.
6173 Move image retrieval to new functions newsticker--get-logo-url-*.
6174 Move feed parsing to new functions newsticker--parse-*.
6175 Update list of process ids.
6176 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
6177 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
6178 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
6179 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
6180 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6181 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6182 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
6183 (newsticker--decode-coding-string): Remove.
6184 (newsticker--decode-numeric-entities): Check input. Format code.
6185 (newsticker--remove-whitespace): Check input.
6186 (newsticker--do-forget-preformatted): Doc fix.
6187 (newsticker--decode-rfc822-date): Allow for missing time.
6188 (newsticker--update-process-ids): New.
6189 (newsticker--image-sentinel): Change comment.
6190 (newsticker--image-read): Change error message.
6191 (newsticker--imenu-goto): Doc fix. Show headline title.
6192 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
6193 (newsticker--buffer-do-insert-text): Clean whitespace in
6194 html-rendered headline title. Code formatting.
6195 Call `newsticker--buffer-print-extra-elements'.
6196 (newsticker--buffer-print-extra-element): Remove.
6197 (newsticker--buffer-print-extra-elements): New.
6198 (newsticker--buffer-do-print-extra-element): New.
6199 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
6200 large sizes.
6201 (newsticker--run-auto-mark-filter)
6202 (newsticker--do-run-auto-mark-filter):
6203 Use `newsticker-auto-mark-filter-list'.
6204
6205 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
6206
6207 * net/rcirc.el: Use split-string OMIT-NULLS argument.
6208 (rcirc-print): Force redisplay before running hooks. Do long
6209 buffer truncation after making new text read-only. Deal with nil
6210 text when decoding strings. If TARGET is nil, use either the
6211 currently selected buffer, if it is an rcirc buffer and of the
6212 same process or the process buffer.
6213 (rcirc-mode): Remove header-line. Recompute short buffer names.
6214 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
6215 (rcirc-short-buffer-name): Add variable.
6216 (rcirc-kill-buffer-hook): Recompute short buffer names.
6217 Remove nick from private channel.
6218 (rcirc-send-input): Send command text to current-buffer.
6219 Don't clear overlay arrow here.
6220 (rcirc-short-buffer-name): Return a short buffer name.
6221 (rcirc-update-short-buffer-names, rcirc-abbreviate)
6222 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
6223 buffer-name abbreviations.
6224 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
6225 Do not touch nick-table when killing a parted channel.
6226 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
6227 Clear arrow from current buffer if it is now hidden.
6228 (rcirc-current-buffer): Add variable.
6229 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6230 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
6231 Remove -face from names.
6232 (rcirc-update-activity-string): Print "DND" when globally ignoring
6233 activity.
6234 (rcirc-ignore-buffer-activity-flag): Rename from
6235 rcirc-ignore-channel-activity.
6236 (rcirc-ignore-all-activity-flag): Doc fix.
6237 (rcirc-channels): Remove variable.
6238 (rcirc-kill-buffer-hook):
6239 (rcirc-get-buffer-create): Add nick to private channel.
6240 (rcirc-multiline-edit-submit): Remove tabs.
6241 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
6242 folded.
6243 (rcirc-remove-nick-channel): Bug fix.
6244 (rcirc-toggle-ignore-buffer-activity): Rename from
6245 rcirc-toggle-ignore-channel-activity.
6246 (rcirc-record-activity): Add buffers to the front of the list.
6247 (rcirc-update-activity): Remove killed buffers from list.
6248 (rcirc-process-server-response-1): Remove last argument if it is
6249 null before calling handler.
6250 (rcirc): Add "rcirc" defcustom prefix.
6251 (rcirc-prompt): Simplify default prompt.
6252 Use custom-initialize-default.
6253 (rcirc-private-chats): Remove variable.
6254 (rcirc-prompt): Change initialization.
6255 (rcirc-version): Remove function.
6256 (rcirc-id-string): Add constant.
6257 (rcirc-last-buffer): Remove variable.
6258 (rcirc-buffer-alist): Add variable.
6259 (rcirc-connect): Update variable setup.
6260 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
6261 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
6262 default.
6263 (rcirc-handler-generic): Trigger activity.
6264 (rcirc-send-message): Create the buffor of the target.
6265 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
6266 (rcirc-get-buffer): Just return nil if there is no matching buffer.
6267 (rcirc-multiline-edit-cancel): Remove function.
6268 (rcirc-set-last-buffer): Remove function.
6269 (rcirc-get-any-buffer): Add function.
6270 (rcirc-join-channels): Don't print /join text.
6271 (rcirc-toggle-ignore-channel-activity): Add and update echo area
6272 messages.
6273 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
6274 (rcirc-handler-NOTICE): Recognize CTCP responses.
6275 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
6276 constructing TOPIC string for buffers we are not JOINed.
6277 (rcirc-handler-CTCP-response): Add handler.
6278 (rcirc-multiline-edit-submit): Restore the window-configuration
6279 before adjusting point.
6280 (rcirc): Add customization group.
6281 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
6282 (rcirc-user-full-name, rcirc-startup-channels-alist)
6283 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
6284 (rcirc-ignore-all-activity-flag, rcirc-time-format)
6285 (rcirc-input-ring-size, rcirc-read-only-flag)
6286 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
6287 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
6288 Change defvar to defcustom.
6289 (rcirc-update-prompt): Add optional ALL arg, which will update
6290 prompts in all rcirc buffers. Regexp quote replacement text.
6291 (rcirc-fill-column): Accept frame-width as a value.
6292 (rcirc-set-changed): Add function.
6293 (rcirc-next-active-buffer): Write more meaningful messages.
6294 (rcirc-faces): Add customization group.
6295 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
6296 (rcirc-nick-in-message-face, rcirc-prompt-face)
6297 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
6298 (with-rcirc-process-buffer): Move before first usage.
6299 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
6300 (rcirc-debug-flag): Rename from `rcirc-log-p'.
6301 (rcirc-debug): Rename from `rcirc-log'.
6302 (rcirc-format-response-string): Do not print `-' chars for a
6303 NOTICE with no sender. Simplify output of server responses.
6304
6305 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6306
6307 (rcirc-browse-url-map, rcirc-browse-url-at-point)
6308 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
6309 Make urls mouse and RET clickable.
6310
6311 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6312
6313 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
6314
6315 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6316
6317 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6318 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6319 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6320 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6321 argument to all these routines, so the passphrase can be managed
6322 externally and passed in to the system.
6323 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6324 pgg-add-passphrase-to-cache function.
6325
6326 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6327 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6328 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6329 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6330 argument to all these routines, so the passphrase can be managed
6331 externally and passed in to the system.
6332 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6333 function.
6334
6335 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
6336
6337 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
6338 from goto-address-url-regexp.
6339
6340 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
6341
6342 * textmodes/org.el (org-read-date, org-goto-calendar)
6343 (org-recenter-calendar, org-agenda-goto-calendar):
6344 Temporarily clear `calendar-move-hook'.
6345
6346 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
6347
6348 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
6349 merging.
6350
6351 * ediff-util.el (ediff-previous-difference): Don't skip regions that
6352 have merge clashes.
6353
6354 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6355
6356 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6357 Undo previous change.
6358
6359 * startup.el (command-line): Use `custom-reevaluate-setting' for
6360 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
6361 tty-register-default-colors on Mac.
6362
6363 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
6364
6365 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
6366 (gdb-buffer-type): Make it automatically buffer local...
6367 (gdb-get-create-buffer): ...and set it accordingly.
6368 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
6369 actually work.
6370
6371 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
6372
6373 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
6374 not red.
6375
6376 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
6377
6378 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
6379 case GUD buffer is not visible.
6380 (gdb-goto-breakpoint): Try to force display in source buffer.
6381 (gdb-frame-gdb-buffer): Copy other similar functions.
6382 (gdb-restore-windows): Don't display source if not asked for.
6383 (gdb-assembler-buffer-name): Don't capitalise.
6384
6385 2005-11-03 Richard M. Stallman <rms@gnu.org>
6386
6387 * wid-edit.el (key-sequence): New widget type.
6388
6389 * simple.el (set-mark-command-repeat-pop): New variable.
6390 (set-mark-command): Only interpret plan C-@ after a pop as a pop
6391 if set-mark-command-repeat-pop is true.
6392
6393 * info.el (Info-fontify-node): Don't display extra "see" if there
6394 already is one here.
6395
6396 * mouse.el: Fix special handling of DEL after dragging a region:
6397 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
6398 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
6399
6400 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
6401
6402 * textmodes/ispell.el (ispell-command-loop): Change `i' description
6403 not to assume it pertains to an affix.
6404
6405 * textmodes/flyspell.el (flyspell-post-command-hook):
6406 Bind deactivate-mark to prevent deactivation.
6407
6408 2005-11-03 Lars Hansen <larsh@soem.dk>
6409
6410 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
6411 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
6412 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
6413
6414 2005-11-03 Romain Francoise <romain@orebokech.com>
6415
6416 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
6417 Update copyright years.
6418
6419 2005-11-03 Sam Steingold <sds@gnu.org>
6420
6421 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6422 Use system-type instead of window-system because window-system is not
6423 correctly defined during loadup.
6424
6425 2005-11-02 Mark A. Hershberger <mah@everybody.org>
6426
6427 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
6428 (xml-parse-tag): Join strings separated by a comment properly.
6429
6430 2005-11-02 Andreas Schwab <schwab@suse.de>
6431
6432 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
6433
6434 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
6437 (byte-optimize-pure-func): Quote the eval'd value.
6438
6439 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6440 Rename from perl-font-lock-syntactic-face-function.
6441 Change the calling convention so it can be used as a font-lock MATCHER.
6442 Do the parse-partial-sexp loop outselves.
6443 (perl-font-lock-syntactic-keywords): Use it.
6444 (perl-mode): Don't set font-lock-syntactic-face-function any more.
6445
6446 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
6447
6448 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
6449 disassembly buffer too.
6450 (gdb-exited): Remove overlay arrows when execution has finished.
6451 (gdb-info-frames-custom, gdb-info-threads-custom)
6452 (gdb-info-registers-custom): Don't add inappropriate text
6453 properties if inferior is not active.
6454
6455 2005-11-02 Glenn Morris <rgm@gnu.org>
6456
6457 * progmodes/fortran.el (fortran-blink-match):
6458 Use `blink-matching-delay'.
6459
6460 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
6461
6462 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
6463
6464 2005-11-02 Lars Hansen <larsh@soem.dk>
6465
6466 * net/tramp.el (tramp-action-out-of-band): Handle scp message
6467 "Permission denied".
6468
6469 2005-11-01 Richard M. Stallman <rms@gnu.org>
6470
6471 * textmodes/flyspell.el (flyspell-external-point-words):
6472 Pass nil to flyspell-get-word.
6473
6474 2005-11-02 Kim F. Storm <storm@cua.dk>
6475
6476 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
6477 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
6478
6479 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6480
6481 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
6482 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6483 (calendar-mouse-print-dates): Add optional `event' argument.
6484 Update interactive-spec.
6485 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
6486 Use `calendar-event-to-date' instead of `event'.
6487
6488 2005-11-02 Masatake YAMATO <jet@gyve.org>
6489
6490 * progmodes/ld-script.el (ld-script-builtins):
6491 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
6492 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
6493 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
6494
6495 2005-11-01 Romain Francoise <romain@orebokech.com>
6496
6497 * vc-sccs.el: Update copyright year.
6498 * ezimage.el: Likewise.
6499
6500 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
6501
6502 * info.el (Info-fontify-node): Use `string-width' for fontifying
6503 underlined titles.
6504
6505 2005-11-01 Juri Linkov <juri@jurta.org>
6506
6507 * info.el (Info-fontify-node): Downcase node header keywords Node,
6508 Prev, Next, Up before comparison.
6509 (Info-history): Insert absolute directory name, and put invisible
6510 property on it.
6511
6512 2005-11-01 Juri Linkov <juri@jurta.org>
6513
6514 * info.el (Info-file-supports-index-cookies): New variable.
6515 (Info-find-node-2): Check makeinfo version for index cookie support.
6516 (Info-index-nodes): Search for nodes with index cookies only when
6517 Info-file-supports-index-cookies is t. Otherwise, search nodes
6518 with "Index" in the node name.
6519 (Info-index-node): Search index cookie in the current node only when
6520 Info-file-supports-index-cookies is t. Otherwise, check the word
6521 "Index" in the node name.
6522 (Info-find-emacs-command-nodes): Remove code that searches nodes
6523 with "Index" node name in the top menu.
6524
6525 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6526
6527 * progmodes/scheme.el (scheme-mode-variables): Use the default
6528 comment-indent-function.
6529
6530 * faces.el (face-attribute): Handle the case where a face inherits from
6531 a non-existent face.
6532
6533 * simple.el (eval-expression-print-format): Use lisp-readable syntax
6534 for octal and hexa output, and merge the char into the paren.
6535 (kill-new): Use push.
6536 (copy-to-buffer): Use with-current-buffer.
6537 (completion-setup-function): Move code in loop to remove redundancy.
6538 (minibuffer-local-must-match-map): Don't add bindings that duplicate
6539 those inherited from minibuffer-local-completion-map.
6540
6541 * savehist.el (savehist-mode) <defcustom>:
6542 Use custom-set-minor-mode if available.
6543 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
6544 and emit a message if applicable.
6545
6546 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
6547
6548 * savehist.el: Sync up to version 19.
6549 (savehist-mode): New minor mode.
6550 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
6551 (savehist-length): Remove (use history-length instead).
6552 (savehist-file-modes): Rename from savehist-modes.
6553 (savehist-save-hook, savehist-loaded): New vars.
6554 (savehist-load): Use savehist-mode. Try to smooth up transition from
6555 old format to new format.
6556 (savehist-install): Allow savehist-autosave-interval to be nil.
6557 (savehist-save): Run the new hook. Be more careful to only trim the
6558 history variables.
6559 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
6560 (savehist-printable): Print into a buffer rather than char-by-char.
6561
6562 2005-11-01 John Wiegley <johnw@newartisans.com>
6563
6564 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
6565 toggle-ignore keybinding (C-a). The author said it had been
6566 disabled much earlier due to a possible incompatibility, but after
6567 many months of usage I have encountered no problems (and it is a
6568 rather useful option, especially for switching to " *temp*").
6569
6570 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
6571 support for OS/X's AddressBook, by calling out to the open source
6572 program "contacts" (installable through Fink).
6573
6574 * net/eudc.el (eudc-expand-inline): If the
6575 `eudc-multiple-match-handling-method' is set to `all', delete the
6576 query string before inserting the query result.
6577
6578 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
6579 flag, to prevent Eshell from using the system ls when
6580 `eshell-ls-insert-directory' is in used.
6581 (eshell-ls-insert-directory): Disable font-lock in directory
6582 buffer so that Eshell's own fontification is seen. This broke
6583 recently due to changes in font-lock, so this goes back to version
6584 21 behavior.
6585
6586 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
6587
6588 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
6589 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
6590 (gdb-many-windows): Doc fix.
6591
6592 2005-10-31 Romain Francoise <romain@orebokech.com>
6593
6594 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
6595
6596 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
6597
6598 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
6599 that global-font-lock-mode can be enabled by default.
6600
6601 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
6602 (font-lock-add-keywords, font-lock-remove-keywords)
6603 (font-lock-fontify-buffer): Remove autoload cookies.
6604
6605 * jit-lock.el (jit-lock-register): Likewise.
6606
6607 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
6608
6609 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
6610
6611 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
6612 intact if there is no gud-comint-buffer.
6613
6614 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
6615
6616 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
6617 old prompt comint-prompt-read-only is t and GDB commands are
6618 issued from tool bar etc.
6619
6620 2005-10-31 Masatake YAMATO <jet@gyve.org>
6621
6622 * vc.el (vc-directory-exclusion-list): Add "{arch}".
6623
6624 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6625
6626 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
6627 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
6628
6629 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
6630
6631 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
6632 starting at beginning of line. Fontification is messed up when
6633 `open-paren-in-column-0-is-defun-start' set to t.
6634 Reported by John Paul Wallington <jpw@pobox.com>.
6635
6636 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
6637
6638 * comint.el (comint-send-input): Call `comint-update-fence' when
6639 `comint-process-echoes' and `comint-prompt-read-only' are both
6640 non-nil, to avoid leftover read-only newline.
6641
6642 2005-10-30 Richard M. Stallman <rms@gnu.org>
6643
6644 * textmodes/flyspell.el (flyspell-external-point-words):
6645 Detect when WORD can't be checked properly because
6646 flyspell-get-word finds just part of it, and move on.
6647
6648 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
6649 boundarychar for Polish.
6650 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
6651 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
6652
6653 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
6654
6655 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
6656 (gdb-registers-font-lock-keywords): Delete.
6657 (gdb-registers-mode): Don't fontify.
6658 (gdb-info-registers-custom): Use text properties instead as, in
6659 future, changed register values will use font-lock-warning-face.
6660 (gdb-local-font-lock-keywords): Rename to...
6661 (gdb-locals-font-lock-keywords): ...for consistency.
6662
6663 2005-10-30 Andre Spiegel <spiegel@gnu.org>
6664
6665 * vc.el (vc-switch-backend): Better error message if the buffer is
6666 not visiting a file under version control.
6667
6668 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
6669
6670 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
6671
6672 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
6673 ~/.emacs.d/.emacs.
6674
6675 2005-10-29 Richard M. Stallman <rms@gnu.org>
6676
6677 * replace.el (occur-mode-mouse-goto): Always go to other window.
6678 (occur-mode-goto-occurrence): Always switch in same window.
6679
6680 * simple.el (undo): Display message at end, not at start.
6681
6682 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
6683 New arg REUSE-CELL.
6684 (cancel-timer-internal): New function.
6685 (timer-event-handler): Use cancel-timer-internal,
6686 and pass the cell it returns to timer-activate...
6687
6688 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
6689 (jit-lock-deferred-fontify, jit-lock-context-fontify)
6690 (jit-lock-after-change): Test memory-full.
6691
6692 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
6693
6694 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6695 part of the decoded armor to find the key-identifier.
6696 (pgg-gpg-lookup-key-owner): New function to return the
6697 human-readable identifier of a key owner.
6698 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6699 key itself.
6700 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6701 the key value) if we have a key and can match it against a secret
6702 key. Also, added a note pointing out fact that the prompt only
6703 indicates the first matching key.
6704
6705 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
6706 pgg-decrypt-region.
6707 (pgg-pending-timers): A new hash for tracking the passphrase cache
6708 timers, so that new ones supercede old ones.
6709 (pgg-add-passphrase-to-cache): Rename from
6710 `pgg-add-passphrase-cache' to reduce confusion (all callers
6711 changed). Modified to cancel old timers when new ones are added.
6712 (pgg-remove-passphrase-from-cache): Rename from
6713 `pgg-remove-passphrase-cache' to reduce confusion (all callers
6714 changed). Modified to cancel old timers when their keys are
6715 removed from the cache.
6716 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6717 XEmacs, an indirection to delete-itimer.
6718 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6719 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6720 users can only check cache without risk of prompting. Correct bug in
6721 notruncate behavior.
6722 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
6723 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6724 Add informative docstrings.
6725 (pgg-decrypt): Convey provided passphrase in subordinate call to
6726 pgg-decrypt-region.
6727
6728 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6729 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6730 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6731 `passphrase' argument, so the passphrase can be managed externally
6732 and then passed in to the system.
6733
6734 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6735 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
6736 so the passphrase cache can be used reliably with identifiers
6737 besides a pgp packet's key id.
6738
6739 * pgg-gpg.el (pgg-pgp-encrypt-region)
6740 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6741 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6742 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6743 argument to all these routines, so the passphrase can be managed
6744 externally and passed in to the system.
6745
6746 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6747 `notruncate' argument, so the passphrase cache can be used
6748 reliably with identifiers besides a pgp packet's key id.
6749
6750 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
6751
6752 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6753 symmetric encryption.
6754 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6755 encrypted session key.
6756 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6757 message ask for the passphrase in a proper way.
6758
6759 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6760 New user commands for symmetric encryption.
6761
6762 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
6763
6764 * textmodes/conf-mode.el (conf-assignment-sign)
6765 (conf-assignment-regexp): Fix docstrings.
6766 (conf-mode-initialize): New function.
6767 (conf-mode): Remove optional args. Use delay-mode-hooks to
6768 recognize recursive calls.
6769 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
6770 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
6771 (conf-xdefaults-mode): Use define-derived-mode and
6772 conf-mode-initialize.
6773
6774 2005-10-29 Romain Francoise <romain@orebokech.com>
6775
6776 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
6777
6778 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
6779
6780 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6781 part of the decoded armor to find the key-identifier.
6782 (pgg-gpg-lookup-key-owner): New function to return the
6783 human-readable identifier of a key owner.
6784 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6785 key itself.
6786 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6787 the key value) if we have a key and can match it against a secret
6788 key. Also, added a note pointing out fact that the prompt only
6789 indicates the first matching key.
6790
6791 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
6792 pgg-decrypt-region.
6793 (pgg-pending-timers): A new hash for tracking the passphrase cache
6794 timers, so that new ones supercede old ones.
6795 (pgg-add-passphrase-to-cache): Rename from
6796 `pgg-add-passphrase-cache' to reduce confusion (all callers
6797 changed). Modified to cancel old timers when new ones are added.
6798 (pgg-remove-passphrase-from-cache): Rename from
6799 `pgg-remove-passphrase-cache' to reduce confusion (all callers
6800 changed). Modified to cancel old timers when their keys are
6801 removed from the cache.
6802 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6803 XEmacs, an indirection to delete-itimer.
6804 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6805 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6806 users can only check cache without risk of prompting. Correct bug in
6807 notruncate behavior.
6808 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
6809 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6810 Add informative docstrings.
6811 (pgg-decrypt): Convey provided passphrase in subordinate call to
6812 pgg-decrypt-region.
6813
6814 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
6815
6816 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6817 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6818 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6819 `passphrase' argument, so the passphrase can be managed externally
6820 and then passed in to the system.
6821
6822 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6823 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
6824 so the passphrase cache can be used reliably with identifiers
6825 besides a pgp packet's key id.
6826
6827 * pgg-gpg.el (pgg-pgp-encrypt-region)
6828 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6829 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6830 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6831 argument to all these routines, so the passphrase can be managed
6832 externally and passed in to the system.
6833
6834 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6835 `notruncate' argument, so the passphrase cache can be used
6836 reliably with identifiers besides a pgp packet's key id.
6837
6838 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
6839
6840 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6841 symmetric encryption.
6842 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6843 encrypted session key.
6844 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6845 message ask for the passphrase in a proper way.
6846
6847 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6848 New user commands for symmetric encryption.
6849
6850 2005-10-28 Bill Wohler <wohler@newt.com>
6851
6852 * help-mode.el (help-url): New button type. Calls browse-url.
6853 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
6854 Similar to Info nodes: URL `url'.
6855 (help-make-xrefs): Create help-url buttons for
6856 help-xref-url-regexp matches.
6857
6858 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
6859
6860 * tool-bar.el (tool-bar-add-item-from-menu)
6861 (tool-bar-local-item-from-menu): Fix doc strings.
6862
6863 2005-10-28 Romain Francoise <romain@orebokech.com>
6864
6865 * ldefs-boot.el: Update.
6866
6867 * subr.el (locate-library): Move from help-fns.el.
6868 * help-fns.el (locate-library): Move to subr.el.
6869
6870 2005-10-28 Richard M. Stallman <rms@gnu.org>
6871
6872 * net/tramp.el (tramp-completion-mode): defvar moved up.
6873
6874 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
6875
6876 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
6877
6878 * files.el (find-file-noselect): Use %d to format large file size.
6879
6880 * bindings.el (mode-line-format): Add %e.
6881
6882 * loadup.el ("facemenu"): Load unconditionally.
6883 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
6884 ("x-dnd"): Load, when appropriate.
6885
6886 * startup.el (command-line): Call before-init-hook earlier.
6887 Warn about some bad characters in -u user name.
6888
6889 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
6890 (flyspell-external-point-words): Error if misspelled word is not found.
6891 Set flyspell-large-region-beg at end of word.
6892
6893 2005-10-28 Andreas Schwab <schwab@suse.de>
6894
6895 * view.el (View-revert-buffer-scroll-page-forward):
6896 Use view-page-size-default.
6897
6898 2005-10-28 Juri Linkov <juri@jurta.org>
6899
6900 * international/quail.el (quail-get-current-str): Translate last
6901 raw character for deterministic input methods.
6902
6903 2005-10-27 Jay Belanger <belanger@truman.edu>
6904
6905 * calc/calc-ext.el: Add functions to autoloads.
6906 (math-identity-matrix-p, math-ident-row-p): New functions.
6907
6908 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
6909 multiplication by an identity matrix; don't turn multiplication by
6910 an inverse matrix into division.
6911 (math-div-symbol-fancy): Replace division by matrices with
6912 multiplication by inverse.
6913
6914 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
6915
6916 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
6917 (calc-writeoutpower): New functions.
6918
6919 2005-10-27 Romain Francoise <romain@orebokech.com>
6920
6921 * replace.el (occur-engine): Include colon in mouse-face highlight.
6922
6923 * dired-x.el: Change Maintainer field.
6924
6925 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
6926
6927 * longlines.el (longlines-mode): Bind after-change-functions to
6928 nil during initial decoding and final encoding.
6929
6930 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6931
6932 * term.el (term-emulate-terminal, term-handle-colors-array)
6933 (term-handle-ansi-escape): Specify the terminfo capabilities
6934 implemented.
6935
6936 2005-10-26 Richard M. Stallman <rms@gnu.org>
6937
6938 * info.el (Info-fontify-node): Fix detection of sentence-break
6939 before *Note.
6940
6941 2005-10-26 Romain Francoise <romain@orebokech.com>
6942
6943 * smerge-mode.el: Add `tools' to file keywords.
6944
6945 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
6946
6947 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
6948 when the fringe is not available.
6949
6950 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
6951 (def-gdb-auto-update-trigger): Simplify construction.
6952 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
6953 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
6954 defined explicitly.
6955 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
6956 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
6957 defined explicitly.
6958 (gdb-info-locals-custom): Remove as it's a no-op.
6959
6960 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
6961
6962 * longlines.el (longlines-mode): Remove narrowing before
6963 performing the initial decoding or final encoding.
6964
6965 2005-10-25 Romain Francoise <romain@orebokech.com>
6966
6967 * emacs-lisp/find-func.el (find-library-name): Also strip
6968 extension if library name ends in .el, to take advantage of
6969 `find-library-suffixes'.
6970
6971 2005-10-25 Richard M. Stallman <rms@gnu.org>
6972
6973 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
6974
6975 2005-10-25 Juri Linkov <juri@jurta.org>
6976
6977 * textmodes/texinfo.el (texinfo-mode): Change charset of one
6978 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
6979
6980 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6981
6982 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
6983 (blackbox-redefine-key): Add argument `map'.
6984
6985 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
6986 regions when moving the jit-lock-context-unfontify-pos boundary.
6987
6988 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6989
6990 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
6991
6992 2005-10-25 Masatake YAMATO <jet@gyve.org>
6993
6994 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
6995
6996 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
6997
6998 * play/blackbox.el (blackbox-redefine-key): New function.
6999 (blackbox-mode-map): Use it to remap existing bindings for cursor
7000 motion instead of binding literal keys.
7001
7002 2005-10-25 Glenn Morris <rgm@gnu.org>
7003
7004 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
7005 diary does not end in a newline. Do not assume a blank line at
7006 the start of the diary file.
7007
7008 2005-10-25 Kenichi Handa <handa@m17n.org>
7009
7010 * international/quail.el (quail-translate-key): If the input
7011 method is deterministic and failed to handle the last key, restart
7012 the key handling loop from an appropriate key.
7013
7014 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
7015
7016 * vc.el (vc-dired-mode): Extend comment for binding of
7017 `directory-listing-before-filename-regexp'.
7018
7019 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7020
7021 * textmodes/texinfo.el (texinfo-mode):
7022 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
7023 not to unnecessarily expose emacs-mule's internal char codes.
7024
7025 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
7026
7027 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
7028 Display hand pointer and help-echo on disabled icon too.
7029 (gdb-mouse-until): New function.
7030 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
7031
7032 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
7033
7034 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
7035 with 2005-10-23 change to doctor.el.
7036
7037 * finder.el (finder-mode-map): Add follow-link binding.
7038
7039 2005-10-25 Kim F. Storm <storm@cua.dk>
7040
7041 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
7042 to gdb-mouse-toggle-breakpoint-fringe.
7043 (gdb-mouse-toggle-breakpoint-margin): Rename from
7044 gdb-mouse-toggle-breakpoint. Fix doc.
7045 (gdb-mouse-toggle-breakpoint-fringe): New defun.
7046 (gdb-put-string): Add optional SPROPS arg. Add props to string.
7047 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7048 string properties also for fringe breakpoint bitmaps.
7049
7050 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
7051
7052 * textmodes/org.el (org-start-icalendar-file): Fix format form.
7053
7054 2005-10-25 Masatake YAMATO <jet@gyve.org>
7055
7056 * simple.el (completion-common-substring):
7057 Use `completion-common-substring' prior to `completion-base-size'.
7058
7059 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
7060
7061 * savehist.el: Require CL while compiling.
7062 (savehist-history-variables): Remove.
7063 (savehist-save-minibuffer-history, savehist-additional-variables)
7064 (savehist-minibuffer-history-variables): New vars.
7065 (savehist-save): Use them.
7066 (savehist-uninstall, savehist-minibuffer-hook): New funs.
7067 (savehist-install): New fun, extracted from savehist-load.
7068 (savehist-load): Use them.
7069
7070 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7071
7072 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7073 a dummy doc-string-elt property.
7074 (defalias, defvaralias, define-category): Add a docstring property.
7075
7076 * image.el (defimage):
7077 * widget.el (define-widget):
7078 * custom.el (defface, defcustom): Add `doc-string' declaration.
7079
7080 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7081 (defadvice): Add `doc-string' declaration.
7082
7083 * emacs-lisp/byte-run.el (macro-declaration-function):
7084 Handle `doc-string' declarations.
7085 (define-obsolete-function-alias, define-obsolete-variable-alias):
7086 Add `doc-string' declaration.
7087
7088 2005-10-24 Kenichi Handa <handa@m17n.org>
7089
7090 * international/utf-7.el (utf-7): Add autoload cookie.
7091
7092 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7093
7094 2005-10-24 Eli Zaretskii <eliz@gnu.org>
7095
7096 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7097 list of directories passed to batch-update-autoloads. Add "." to
7098 the list of the echoed directories.
7099
7100 * pgg-def.el:
7101 * pgg-gpg.el:
7102 * pgg-parse.el:
7103 * pgg-pgp.el:
7104 * pgg-pgp5.el:
7105 * pgg.el: Moved here from the gnus subdirectory.
7106
7107 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
7108
7109 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7110 in case comint-prompt-read-only is set to t.
7111
7112 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7113 in case comint-prompt-read-only is set to t.
7114
7115 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
7116
7117 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7118 Now a string.
7119 (icalendar-import-format): Handle CLASS, STATUS, URL.
7120 Rename `subject' to `summary'.
7121 (icalendar-import-format-summary): Rename from
7122 `icalendar-import-format-subject'.
7123 (icalendar-import-format-url, icalendar-import-format-status)
7124 (icalendar-import-format-class): New variables.
7125 (icalendar--rris): Take variable argument list.
7126 (icalendar--datestring-to-isodate): Remove unnecessary
7127 calendar-style check when converting dates with explicit month names.
7128 (icalendar-export-region): Change return type of conversion
7129 subroutines. Bury current buffer unless error occurred.
7130 (icalendar--convert-to-ical)
7131 (icalendar--parse-summary-and-rest): New functions.
7132 (icalendar--convert-ordinary-to-ical)
7133 (icalendar--convert-weekly-to-ical)
7134 (icalendar--convert-yearly-to-ical)
7135 (icalendar--convert-block-to-ical)
7136 (icalendar--convert-cyclic-to-ical)
7137 (icalendar--convert-anniversary-to-ical): Change return type.
7138 Strip trailing blanks from subject.
7139 (icalendar--convert-sexp-to-ical): Change return type.
7140 Strip trailing blanks from subject. Handle simple sexp
7141 entries as generated by icalendar.el.
7142 (icalendar--convert-float-to-ical)
7143 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
7144 (icalendar-import-file): Doc fix.
7145 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
7146 Correct call to icalendar--rris.
7147 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
7148 `summary'.
7149 (icalendar--add-diary-entry): Rename `subject' to `summary'.
7150
7151 2005-10-24 Romain Francoise <romain@orebokech.com>
7152
7153 * server.el (server-sentinel): Set query-on-exit flag to nil on
7154 new client processes (it isn't inherited from the server process).
7155
7156 * replace.el (occur-engine): Rearrange text properties.
7157
7158 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7159
7160 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
7161 case-fold-search is nil.
7162 (debug-help-follow): Use help-xref-interned directly.
7163
7164 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
7165
7166 * thumbs.el (thumbs-image-type): Add .pbm.
7167
7168 2005-10-23 Richard M. Stallman <rms@gnu.org>
7169
7170 * faces.el (inhibit-face-set-after-frame-default): New variable.
7171 (set-face-attribute): Bind it.
7172 (face-set-after-frame-default): Test it.
7173
7174 * help-fns.el (describe-simplify-lib-file-name): New function.
7175 (describe-function-1, describe-variable): Use it.
7176
7177 * faces.el (describe-face): Use describe-simplify-lib-file-name.
7178
7179 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
7180 Eliminate nil as possible value.
7181 (tooltip-hide-delay): Reduce internal-border-width.
7182
7183 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
7184 (menu-bar-file-menu) <new-file>: Likewise.
7185
7186 * simple.el (line-move-finish): Ignore fields computing LINE-END.
7187
7188 * international/mule.el (load-with-code-conversion):
7189 Pass full file name to `eval-buffer' unless preloading.
7190
7191 * textmodes/flyspell.el (flyspell-large-region):
7192 Call ispell-check-version.
7193
7194 * textmodes/ispell.el (ispell-local-dictionary-overridden):
7195 Fix the make-variable-buffer-local call that was supposed
7196 to be for this variable.
7197 (ispell-aspell-supports-utf8): Doc fix.
7198 (ispell-find-aspell-dictionaries): Preserve elements of
7199 ispell-dictionary-alist for dictionaries that aspell doesn't report.
7200 (ispell-aspell-find-dictionary): Return nil on error.
7201
7202 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
7203 (doctor-symptoms): Likewise.
7204
7205 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
7206
7207 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
7208
7209 * cus-edit.el (custom-button, custom-button-pressed): New vars.
7210 (custom-raised-buttons): Add :set spec.
7211 (custom-button-unraised, custom-button-pressed-unraised):
7212 New faces, so that custom-raised-buttons actually does something.
7213 (custom-mode): Use custom-button and custom-button-pressed.
7214
7215 * wid-edit.el (widget-specify-button): Don't ignore
7216 widget-mouse-face on graphic terminals.
7217 (widget-move-and-invoke): Cleanup.
7218
7219 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
7220
7221 * whitespace.el (whitespace-cleanup): Doc fix.
7222
7223 2005-10-23 Romain Francoise <romain@orebokech.com>
7224
7225 * emulation/viper.el (viper-set-hooks): Quote forms passed to
7226 `eval-after-load' to avoid evaluating their result.
7227
7228 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
7229
7230 * files.el (directory-listing-before-filename-regexp):
7231 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
7232
7233 * dired.el (dired-move-to-filename-regexp): Remove.
7234 All occurences replaced by `directory-listing-before-filename-regexp'.
7235
7236 * dired-x.el, locate.el, vc.el:
7237 Replace `dired-move-to-filename-regexp' by
7238 `directory-listing-before-filename-regexp'. In vc.el it is
7239 overwritten locally; maybe this can be handled in files.el too.
7240
7241 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
7242 replaced by `directory-listing-before-filename-regexp'.
7243
7244 2005-10-23 Andreas Schwab <schwab@suse.de>
7245
7246 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
7247 and eval-next-after-load.
7248
7249 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7250
7251 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
7252 exist, create it.
7253
7254 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
7255
7256 * allout.el: Remove autoloads for mailcrypt and crypt++.
7257 Require pgg, pgg-gpg during compilation.
7258 (allout-version): Increment version number to 2.1, and use a literal
7259 rather than RCS Id.
7260 (allout-default-encryption-scheme): Remove.
7261 (allout-passphrase-verifier-handling)
7262 (allout-passphrase-verifier-string)
7263 (allout-file-passphrase-verifier-string)
7264 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
7265 (allout-passphrase-hint-handling): Rename and simplify.
7266 (allout-init): Use `find-file-hook' if available, otherwise
7267 `find-file-hooks'.
7268 (allout-mode): Use `write-file-functions' if available, otherwise
7269 `local-write-file-hooks' and, instead of making auto-save-hook
7270 buffer local, make the write-file-hook activity contingent to
7271 allout-mode.
7272 (allout-mode): Use key-binding substitution in the docstring.
7273 (allout-kill-line): Spell-out kill ring data structure mutation
7274 instead of using byte-compiler-complaint-provoking `pop'.
7275 (allout-insert-listified): Use `insert' rather than `insert-string'
7276 (allout-toggle-current-subtree-encryption): Update docstring, adjust
7277 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
7278 (allout-encrypt-string): Totally revamped vis new underlying
7279 encryption facilities.
7280 (allout-mc-activate-passwd): Remove.
7281 (allout-obtain-passphrase): New, more or less replaces
7282 allout-mc-activate-passwd.
7283 (allout-encrypted-key-info): More or less replaces
7284 allout-encrypted-text-type.
7285 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
7286 (my-mark-marker): Use `(featurep 'xemacs)'.
7287
7288 2005-10-23 Lars Hansen <larsh@soem.dk>
7289
7290 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
7291 (byte-compile-file-form-defmumble, byte-compile-defun)
7292 (byte-compile-defmacro): Use it.
7293 (byte-compile-form): Don't call byte-compile-set-symbol-position
7294 when a byte-compile handler is called.
7295
7296 2005-10-22 Romain Francoise <romain@orebokech.com>
7297
7298 * savehist.el (savehist-history-variables): Add `grep-find-history'.
7299
7300 * subr.el (eval-after-load): Convert library name to an absolute
7301 file name using locate-library, since load-history no longer has
7302 library names in it.
7303
7304 2005-10-22 Richard M. Stallman <rms@gnu.org>
7305
7306 * files.el (make-temp-file): Move from subr.el.
7307 * subr.el (make-temp-file): Move to files.el.
7308
7309 * window.el (get-buffer-window-list): Move from subr.el.
7310 * subr.el (get-buffer-window-list): Move to window.el.
7311
7312 * image.el (image-load-path): Use eval-at-startup to initialize.
7313
7314 * subr.el (eval-at-startup): New macro.
7315
7316 * subr.el: Much rearrangement of functions and division
7317 into pages. No code changes.
7318
7319 2005-10-22 Kenichi Handa <handa@m17n.org>
7320
7321 * tar-mode.el (tar-extract): Be sure to call
7322 find-operation-coding-system if set-auto-coding doesn't find a
7323 coding system.
7324
7325 2005-10-22 Kim F. Storm <storm@cua.dk>
7326
7327 * image.el (image-type-header-regexps): Rename from image-type-regexps.
7328 Change users.
7329 (image-type-file-name-regexps): New defconst.
7330 (image-type-from-data): Simplify loop.
7331 (image-type-from-buffer): New defun.
7332 (image-type-from-file-header): Use it instead of image-type-from-data.
7333 Use image-search-load-path instead of only looking in data-directory.
7334 (image-type-from-file-name): New defun.
7335 (image-search-load-path): Change `pathname' to `filename'.
7336 Make PATH arg optional, default to image-load-path.
7337
7338 2005-10-21 Richard M. Stallman <rms@gnu.org>
7339
7340 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
7341
7342 * textmodes/paragraphs.el (sentence-end-base): New variable.
7343 (sentence-end): Use sentence-end-base.
7344
7345 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * font-lock.el (font-lock-default-fontify-region): Check the multiline
7348 property independently from the font-lock-multiline variable.
7349
7350 2005-10-21 Richard M. Stallman <rms@gnu.org>
7351
7352 * emacs-lisp/find-func.el (find-library-name): Doc fix.
7353
7354 * startup.el (command-line): Convert library names
7355 in `load-history' to absolute file names.
7356
7357 * subr.el (symbol-file): Doc fix.
7358
7359 * loadhist.el (file-loadhist-lookup): Call locate-library
7360 instead of find-library-name. Don't try converting
7361 abs file names to library names, since load-history no longer
7362 has library names in it.
7363 (file-dependents, file-provides, file-requires): Doc fixes.
7364
7365 2005-10-21 Juri Linkov <juri@jurta.org>
7366
7367 * progmodes/etags.el (tags-table-mode): New function.
7368 (tags-verify-table): Replace initialize-new-tags-table with
7369 tags-table-mode.
7370
7371 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
7372 default value.
7373 (desktop-modes-not-to-save): Add tags-table-mode to the
7374 default value.
7375
7376 * info.el (Info-index-next): Add total number of index
7377 alternatives to the message.
7378
7379 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
7380 backward only space (instead of space and period) before looking
7381 at sentence end.
7382
7383 * simple.el (set-variable): Use user-variable-p instead of symbolp.
7384 Add the old variable value as 4th default-value arg of read-string.
7385
7386 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7387
7388 * cus-face.el (custom-declare-face): Make face from X resources
7389 also on Mac.
7390
7391 * disp-table.el (standard-display-g1, standard-display-graphic):
7392 Refuse to use string glyphs also on Mac.
7393 (standard-display-european): Don't set terminal coding system also
7394 on Mac.
7395
7396 * frame.el (display-screens): Use x-display-screens also on Mac.
7397
7398 2005-10-21 Romain Francoise <romain@orebokech.com>
7399
7400 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
7401
7402 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7403
7404 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
7405 and $? into sexps.
7406
7407 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
7408 warning face on open-paren-in-column-0.
7409
7410 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
7411 boundary case. Fix typo.
7412 Suggested by Martin Rudalics <rudalics@gmx.at>.
7413
7414 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
7415
7416 * textmodes/org.el (org-combined-agenda-icalendar-file)
7417 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
7418 (org-export-icalendar-this-file)
7419 (org-export-icalendar-all-agenda-files)
7420 (org-export-icalendar-combine-agenda-files): New commands.
7421 (org-export-icalendar, org-print-icalendar-entries)
7422 (org-start-icalendar-file, org-finish-icalendar-file)
7423 (org-ical-ts-to-string): New functions.
7424 (org-read-date, org-goto-calendar)
7425 (org-agenda-goto-calendar): Inhibit displaying diary entries by
7426 call to `calendar'.
7427 (orgtbl-setup): Remove the :keys arguments from the menu description.
7428 (org-after-save-iCalendar-file-hook): New variable.
7429
7430 2005-10-21 Kenichi Handa <handa@m17n.org>
7431
7432 * language/vietnamese.el (tcvn-5712): Make it an alias of
7433 vietnamese-tcvn coding-system.
7434
7435 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
7436
7437 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
7438 group id is given.
7439
7440 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7441
7442 * progmodes/sh-script.el (sh-escaped-line-re): New var.
7443 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
7444 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
7445 whose line is either continued or ends with a comment.
7446
7447 2005-10-20 Romain Francoise <romain@orebokech.com>
7448
7449 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
7450
7451 * replace.el (occur-engine): Add follow-link property.
7452
7453 * font-core.el (font-lock-mode): Doc fix.
7454
7455 2005-10-20 Richard M. Stallman <rms@gnu.org>
7456
7457 * net/rcirc.el: New file.
7458
7459 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
7460
7461 * term.el (term-term-name): Initialize to "eterm-color".
7462
7463 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
7464
7465 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
7466 for encryption functionality.
7467 Move allout customization subgroup from `editing' to `outlines' group.
7468 Fix commentary keywords to legitimate ones.
7469 Update author info (using my current email address, obscurified).
7470 (allout-encrypt-string, allout-encryption-produce-work-buffer)
7471 (allout-encrypted-topic-p, allout-encrypted-text-type)
7472 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
7473 (allout-situate-encryption-key-verifier)
7474 (allout-get-encryption-key-verifier, allout-verify-key)
7475 (allout-next-topic-pending-encryption)
7476 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
7477 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
7478 (outline-key-verifier-handling, outline-key-hint-handling)
7479 (outline-encrypt-unencrypted-on-saves): New defcustoms.
7480 (allout-file-key-verifier-string, allout-encryption-scheme)
7481 (allout-key-verifier-string, allout-key-hint-string)
7482 (allout-after-save-decrypt): New variables.
7483 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
7484 (allout-after-saves-handler): New hook functions.
7485 (allout-post-command-business): Do allout-after-save-decrypt.
7486 (allout-enable-file-variable-adjustment): Custom var to enable
7487 mechanism for adding and adjusting settings of Emacs file variables.
7488 (allout-adjust-file-variable, allout-file-vars-section-data):
7489 New functions, implement the mechanism.
7490 (outlineify-sticky): Use the file vars mechanism.
7491 (allout-inhibit-protection, allout-during-write-cue)
7492 (allout-override-protect, allout-before-change-protect): Remove.
7493 (allout-flag-region, allout-open-topic): Adjust read-only text.
7494 (allout-open-line-not-read-only): Add to facilitate read-only
7495 text based protection.
7496 (allout-kill-line): Revise to adjust read-only text, clue the
7497 user about the inhibition.
7498 (allout-unprotected): Use unwind-protect.
7499 (allout-shift-in, allout-shift-out): Disallow manually shifting a
7500 topic deeper than the offspring depth of the previous topic -
7501 avoiding confusing "containment discontinuities".
7502 (allout-reindent-bodies): Fix retention of body relative hanging
7503 indent during promotion of collapsed bodies.
7504 (allout-open-topic): Make it easy to open new topic with same
7505 bullet as current topic - topic creation functions provided with
7506 any universal argument provokes now prompt for bullet, defaulting
7507 to the bullet of the previous topic.
7508 (allout-plain-bullets-string, allout-distinctive-bullets-string):
7509 Plain bullet alternates `.' period and `,' comma only. All other
7510 bullets are relegated to special status (but customizable).
7511 (allout-end-of-entry): Rename from allout-end-of-current-entry
7512 since it actually operates w.r.t. most immediately containing
7513 entry, visible or not.
7514 (allout-hide-current-entry, allout-show-current-entry): Use the
7515 revised version.
7516 (allout-old-expose-topic): Solidify deprecation.
7517 (allout-end-of-subtree): Add so we can span concealed as well
7518 as visible topics.
7519 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
7520 (allout-end-of-current-heading): Tweak to just respect the first line.
7521 (allout-get-body-text): Add.
7522 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
7523 when invoked interactively.
7524 (allout-up-current-level): Use `interactive-p'.
7525 (allout-mode, allout-init): Miscellaneous docstring and
7526 operational refinements, as well as hookups of new encryption stuff.
7527 (allout-beginning-of-current-entry): Now works as advertised.
7528 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
7529 (allout-isearch-rectification): Refine condition for isearching.
7530 (allout-isearch-abort, allout-enwrap-isearch)
7531 (allout-flag-region, my-region-active-p): Relocate some macros.
7532 (allout-title): Fallback title is (buffer-name), not
7533 non-existing (current-buffer-name).
7534 (subst-char-in-string): Define if absent (for some XEmacs versions).
7535
7536 2005-10-20 Jari Aalto <jari.aalto@cante.net>
7537
7538 * mail/sendmail.el (mail-setup-hook, mail-aliases)
7539 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
7540 (mail-citation-prefix-regexp, mail-signature-file)
7541 (mail-default-headers, mail-bury-selects-summary)
7542 (mail-send-nonascii): Add autoload cookies.
7543
7544 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7545
7546 * frame.el (blink-cursor-mode): Add `mac' to the list of
7547 window-system's that support blinking cursor.
7548
7549 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
7550
7551 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
7552
7553 2005-10-20 Eli Zaretskii <eliz@gnu.org>
7554
7555 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
7556 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
7557 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
7558
7559 2005-10-20 Kim F. Storm <storm@cua.dk>
7560
7561 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
7562 (ido-set-current-directory): Don't add / after final @.
7563 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
7564 Explicitly handle ange-ftp completion oddities.
7565 (ido-make-file-list): Don't rotate list at tramp root to avoid
7566 triggering tramp file handler for expand-file-name via get-file-buffer.
7567
7568 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7569
7570 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
7571
7572 2005-10-19 Jay Belanger <belanger@truman.edu>
7573
7574 * calc/calc-units.el (math-standard-units): Add units, adjust
7575 symbols and update values.
7576 (math-unit-prefixes): Add more prefixes.
7577
7578 2005-10-19 Romain Francoise <romain@orebokech.com>
7579
7580 * bookmark.el (bookmark-menu-heading): New face.
7581 (bookmark-bmenu-list): Use it.
7582 Don't fiddle with `baud-rate' at top-level.
7583
7584 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
7585
7586 * image.el (create-image, find-image): Mention max-image-size in
7587 docstring.
7588
7589 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7590
7591 * savehist.el (savehist-load): Revert to checking XEmacs.
7592
7593 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
7594 Various docstring and line-width fixups.
7595 (conf-mode): Use cond.
7596 Set font-lock-defaults. Don't set comment-use-syntax.
7597
7598 2005-10-18 David Ponce <david@dponce.com>
7599
7600 * tree-widget.el (tree-widget-button-click): New function.
7601 (tree-widget-button-keymap): Use it.
7602
7603 2005-10-18 Romain Francoise <romain@orebokech.com>
7604
7605 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7606 (bookmark-bmenu-hide-filenames): Add follow-link property.
7607 Improve help-echo text.
7608
7609 * ffap.el (find-file-at-point): Doc fix.
7610
7611 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7612
7613 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
7614
7615 2005-10-18 Masatake YAMATO <jet@gyve.org>
7616
7617 Install to the CVS repository what I forgot to install in my
7618 2005-10-16 changes.
7619
7620 * progmodes/python.el (python-complete-symbol): Pass the common
7621 prefix substring of completion to `display-completion-list'.
7622
7623 * textmodes/org.el (org-complete): Ditto.
7624
7625 2005-10-18 Masatake YAMATO <jet@gyve.org>
7626
7627 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
7628
7629 * woman.el (WoMan-xref-man-page): New button type derived
7630 from `Man-abstract-xref-man-page'.
7631 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
7632
7633 * man.el (Man-abstract-xref-man-page): New button type.
7634 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
7635 (Man-highlight-references): Add new optional argument `xref-man-type'.
7636
7637 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
7638
7639 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
7640
7641 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
7642
7643 * cus-edit.el (Custom-move-and-invoke): Delete.
7644 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
7645
7646 * wid-edit.el (widget-move-and-invoke): New function, from
7647 Custom-move-and-invoke.
7648
7649 2005-10-17 Bill Wohler <wohler@newt.com>
7650
7651 Move all remaining images from lisp/toolbar to etc/images, move
7652 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
7653 the low resolution images in their own directory (low-color).
7654
7655 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
7656 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
7657 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
7658 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
7659 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
7660 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
7661 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
7662
7663 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
7664 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
7665 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
7666 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
7667 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
7668 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
7669 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
7670 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
7671 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
7672 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
7673 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
7674 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
7675 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
7676 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
7677 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
7678
7679 To conform with convention, replace the underscore (_) in the
7680 following image names with dash (-) or (/) as appropriate.
7681
7682 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
7683 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
7684 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
7685 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
7686 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
7687 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
7688 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
7689 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
7690 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
7691 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
7692 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
7693 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
7694 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
7695 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
7696 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
7697
7698 * info.el (info-tool-bar-map): Replace underscores in image names
7699 with dashes.
7700
7701 * makefile.w32-in (WINS): Remove toolbar.
7702
7703 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
7704
7705 * tool-bar.el: Move to lisp from toolbar. Now that
7706 toolbar is empty, it should be deleted when folks run "cvs up -P".
7707
7708 2005-10-18 Jay Belanger <belanger@truman.edu>
7709
7710 * calc/calc-store.el (calc-store-into): Get the proper variable name
7711 to display in message.
7712
7713 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
7714
7715 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
7716 expressions display in speedbar for all buffers when debugging.
7717 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
7718
7719 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
7720 (speedbar-insert-button, speedbar-make-button):
7721 Use add-text-properties.
7722 (speedbar-update-localized-contents)
7723 (speedbar-update-directory-contents)
7724 (speedbar-update-special-contents): Use dolist.
7725 (speedbar-buffer-easymenu-definition): Add a menu separator.
7726
7727 2005-10-17 Jason Rumney <jasonr@gnu.org>
7728
7729 * makefile.w32-in: Use $(lisp) consistently.
7730 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
7731 for shell specific generation of mh-autoloads.
7732
7733 2005-10-17 Richard M. Stallman <rms@gnu.org>
7734
7735 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
7736
7737 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7738
7739 * jit-lock.el (jit-lock-fontify-now):
7740 Move jit-lock-context-unfontify-pos to avoid wasted work.
7741
7742 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
7743
7744 * net/tramp.el (tramp-completion-mode): New defvar. Used in
7745 `tramp-completion-mode' for checking if we are in completion mode.
7746 (tramp-completion-handle-file-name-all-completions): Reorder code
7747 in order to complete for file names only in case there are no
7748 method/user/host completions. This is necessary for cooperation
7749 with ido. Reported by Kim F. Storm <storm@cua.dk>.
7750
7751 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
7752
7753 * longlines.el (longlines-search-forward)
7754 (longlines-search-backward): Match any number of spaces.
7755
7756 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
7757
7758 * diff-mode.el (diff-mode): Doc fix.
7759
7760 2005-10-16 David Reitter <david.reitter@gmail.com>
7761
7762 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
7763 as default on darwin and windows systems.
7764
7765 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
7766
7767 * arc-mode.el (archive-zip-extract): Doc fix.
7768
7769 2005-10-16 Romain Francoise <romain@orebokech.com>
7770
7771 * mouse.el (mouse-1-click-follows-link): Doc fix.
7772
7773 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * savehist.el: Don't require CL at runtime.
7776 (savehist-xemacs): Remove.
7777 (savehist-coding-system): Use utf-8 if present, regardless of religion.
7778 (savehist-no-conversion): Use (featurep 'xemacs).
7779 (savehist-load): Check existence of start-itimer rather than XEmacs.
7780 Use an idle timer.
7781 (savehist-process-for-saving): Replace use of CL funs `subseq' and
7782 `delete-if-not'.
7783
7784 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
7785
7786 * savehist.el: Newer version.
7787 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
7788 (savehist-last-checksum, savehist-no-conversion): New vars.
7789 (savehist-autosave, savehist-process-for-saving, savehist-printable):
7790 New functions.
7791 (savehist-load, savehist-save): Use them.
7792 (savehist-delimit): Remove.
7793
7794 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7795
7796 * progmodes/compile.el (compilation-goto-locus): Display the
7797 compilation buffer first and the source buffer second, in case they're
7798 in overlapping frames. Don't raise the compilation frame if it was the
7799 selected window upon entry. Pass the `other-window' arg to
7800 pop-to-buffer.
7801
7802 * info.el (Info-fontify-node): Use dolist.
7803 Change add-text-properties to put-text-property.
7804
7805 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7806
7807 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
7808 bound of search.
7809
7810 2005-10-16 Masatake YAMATO <jet@gyve.org>
7811
7812 * dabbrev.el (dabbrev-completion): Pass the common
7813 prefix substring of completion to `display-completion-list'.
7814
7815 * filecache.el (file-cache-minibuffer-complete)
7816 (file-cache-complete): Ditto.
7817
7818 * tempo.el (tempo-display-completions): Ditto.
7819
7820 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
7821
7822 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
7823
7824 * eshell/em-hist.el (eshell-list-history): Ditto.
7825
7826 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
7827
7828 * mail/mailalias.el (mail-complete): Ditto.
7829
7830 * progmodes/etags.el (complete-tag): Ditto.
7831
7832 * progmodes/make-mode.el (makefile-complete): Ditto.
7833
7834 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
7835
7836 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
7837
7838 * progmodes/pascal.el (pascal-complete-word)
7839 (pascal-show-completions): Ditto.
7840
7841 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
7842
7843 * simple.el (completion-common-substring): New variable.
7844 (completion-setup-function): Use `completion-common-substring'
7845 to put faces.
7846
7847 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7848
7849 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
7850 (x-get-selection, mac-select-convert-to-string): Convert from/to
7851 UTF-16 clipboard data as in native byte order, no BOM.
7852
7853 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
7854
7855 * progmodes/gud.el (gud-tool-bar-map): Rename the images
7856 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
7857 (gud-sentinel): Use speedbar-frame to check for speedbar.
7858
7859 2005-10-15 Richard M. Stallman <rms@gnu.org>
7860
7861 * savehist.el: New file.
7862
7863 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
7864
7865 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
7866 Fix bug in \bf fontification.
7867
7868 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7869
7870 * pcvs.el (cvs-edit-log-files): New var.
7871 (cvs-mode-edit-log): New arg `file'.
7872 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
7873 Instead force the use of the original file and nothing else.
7874 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
7875 the cvs-minor-wrap-function is set.
7876 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
7877
7878 2005-10-14 Bill Wohler <wohler@newt.com>
7879
7880 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
7881 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
7882 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
7883 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
7884 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
7885 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
7886 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
7887 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
7888 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
7889 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
7890 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
7891 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
7892 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
7893 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
7894 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
7895
7896 * progmodes/gud.el (gud-tool-bar-map): Rename the images
7897 appropriately (for example, gud-break to gud/break).
7898
7899 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
7900
7901 * longlines.el (longlinges-search-function)
7902 (longlines-search-forward, longlines-search-backward): New functions.
7903 (longlines-mode): Set isearch-search-fun-function to
7904 longlinges-search-function.
7905
7906 * mouse.el (mouse-drag-region-1): Handle the case where a
7907 double-click event is bound to an arbitrary function.
7908
7909 2005-10-14 David Ponce <david@dponce.com>
7910
7911 * recentf.el (recentf-track-opened-file)
7912 (recentf-track-closed-file, recentf-update-menu)
7913 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
7914 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
7915 mouse-1-click-follows-link.
7916
7917 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7918
7919 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
7920 Gnome file-manager.png. Suggested by
7921 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
7922
7923 * toolbar/README: Add diropen.xpm.
7924
7925 2005-10-13 Bill Wohler <wohler@newt.com>
7926
7927 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
7928 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
7929
7930 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7931
7932 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7933 Don't waste the byte-compiler's time on constant data.
7934
7935 2005-10-13 Kenichi Handa <handa@m17n.org>
7936
7937 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
7938 byte with `escape-glyph' face.
7939
7940 * international/fontset.el (ccl-encode-unicode-font):
7941 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
7942 Handle the case that ucs-mule-to-mule-unicode translates a character to
7943 ASCII (usually for IPA characters).
7944
7945 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7946
7947 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
7948 Don't hide the underline of titles if font-lock-mode is disabled.
7949
7950 2005-10-12 Bill Wohler <wohler@newt.com>
7951
7952 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
7953 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
7954 files in MH-E-SRC have been updated.
7955 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
7956
7957 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7958
7959 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
7960 (mixal-mode-syntax-table): Add \n as end-comment.
7961 (mixal-operation-codes-alist): Immediately initialize to full value.
7962 (mixal-add-operation-code): Remove.
7963 (mixal-describe-operation-code): Make the arg non-optional.
7964 Use the interactive spec instead.
7965 Use mixal-operation-codes-alist rather than mixal-operation-codes.
7966 (mixal-font-lock-keywords): Don't highlight comments here any more.
7967 (mixal-font-lock-syntactic-keywords): New var.
7968 (mixal-mode): Use it. Fix comment-start-skip.
7969
7970 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7971
7972 * startup.el (command-line-x-option-alist): -nb => -nbi
7973
7974 2005-10-12 Kim F. Storm <storm@cua.dk>
7975
7976 * startup.el (fancy-splash-default-action): Discard mouse click in
7977 the splash screen window, as it has no sensible meaning in the
7978 next window to be selected. Fixes error reported by Jan D.
7979
7980 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7981
7982 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
7983
7984 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7985
7986 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
7987 Try to fix up minor layout issues like indentation, line break, etc...
7988 (mixal-mode-syntax-table): Don't try to specify comment syntax,
7989 because it doesn't work.
7990 (mixal-operation-codes): Add some more codes.
7991 (mixal-font-lock-keywords): Process comments here.
7992 (mixal-mode): mixasm no longer needs -g option.
7993
7994 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
7995
7996 * progmodes/sh-script.el (sh-tmp-file):
7997 Use mktemp -t. Finish support for es and rc shells.
7998
7999 2005-10-11 Jay Belanger <belanger@truman.edu>
8000
8001 * calc/calcalg2.el (calc-integral): With an argument, compute the
8002 definite integral.
8003
8004 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
8005
8006 * mouse.el (mouse-drag-region-1): Don't try to catch a
8007 double-click when doing follow-link (it's overridden anyway).
8008
8009 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
8010
8011 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
8012 (autoload-print-form-outbuf): Add docstring.
8013
8014 2005-10-11 Juri Linkov <juri@jurta.org>
8015
8016 * info.el (Info-mode-menu): Delete menu item "Edit".
8017 (Info-mode): Delete description of Info-edit from docstring,
8018 and rearrange descriptions of Info commands in the order
8019 they are documented in the Info manual.
8020
8021 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8022
8023 * calendar/appt.el (appt-check): Use diary-selective-display var.
8024
8025 2005-10-10 Richard M. Stallman <rms@gnu.org>
8026
8027 * net/newsticker.el (newsticker-start, newsticker-show-news):
8028 Add autoload cookies.
8029
8030 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
8031
8032 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
8033
8034 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
8035
8036 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
8037
8038 2005-10-10 Jay Belanger <belanger@truman.edu>
8039
8040 * calc/calc-arith.el (math-check-known-scalarp)
8041 (math-check-known-matrixp): Check the values of arguments that are
8042 variables.
8043 (math-check-known-square-matrixp): New function.
8044 (math-known-square-matrixp): Use math-check-known-square-matrixp.
8045 (math-super-types): Add sqmatrix type.
8046
8047 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
8048 mode name `square' to `sqmatrix'.
8049
8050 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
8051 mode name `square' to `sqmatrix'.
8052
8053 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8054
8055 * progmodes/etags.el (select-tags-table-mode): Don't use
8056 selective-display.
8057 (tags-select-tags-table): Pass `button' to the action function.
8058 (select-tags-table): Place the side-info on button properties rather
8059 than in hidden text. Abbreviate file names.
8060 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8061 (select-tags-table-select): Add `button' argument.
8062 Get side-info from the button property rather than from hidden text.
8063
8064 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
8065
8066 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
8067 (gud-speedbar-buttons): Preserve point if possible.
8068 (gud-sentinel): Restore previous speedbar display type.
8069
8070 * progmodes/gdb-ui.el (gdba): Improve diagram.
8071 (def-gdb-auto-update-handler, gdb-info-locals-handler)
8072 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8073 Call get-buffer-window once.
8074
8075 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8076
8077 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8078 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8079 (pascal-indent-command): Remove unused var `ind'.
8080 (pascal-indent-case): Remove unused var `oldpos'.
8081 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8082 since it's now used as a proper minor mode map.
8083 (pascal-outline): Rename to pascal-outline-mode.
8084 (pascal-outline-mode): Use define-minor-mode.
8085 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8086 selective-display.
8087
8088 2005-10-10 Andreas Schwab <schwab@suse.de>
8089
8090 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8091 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
8092
8093 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8094 outside source directory.
8095
8096 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
8097
8098 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
8099 C-x' as a prefix.
8100 (orgtbl-mode-map): Full keymap instead of sparse, because all
8101 `self-insert-command' keys are redefined in this map.
8102 (org-export-as-html): Specify charset for HTML file, by taking it
8103 from the coding system.
8104
8105 2005-10-10 Kenichi Handa <handa@m17n.org>
8106
8107 * textmodes/flyspell.el (flyspell-check-word-p):
8108 If unread-command-events is non-empty, don't call sit-for.
8109
8110 2005-10-09 Richard M. Stallman <rms@gnu.org>
8111
8112 * font-lock.el (font-lock-syntactic-keywords)
8113 (font-lock-keywords): Doc fixes.
8114
8115 * textmodes/flyspell.el (flyspell-external-point-words):
8116 Simplify logic, and don't try to check for consecutive appearances
8117 of one incorrect word.
8118
8119 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
8120
8121 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
8122 separator.
8123
8124 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
8125 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
8126 (gud-expansion-speedbar-buttons): New function.
8127 (gud-speedbar-buttons): Check for gud-comint-buffer.
8128
8129 2005-10-09 Bill Wohler <wohler@newt.com>
8130
8131 * Makefile.in (updates): Add mh-loaddefs dependency.
8132
8133 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
8134
8135 * speedbar.el (speedbar-file-key-map): Fix typo.
8136
8137 2005-10-09 Daniel Brockman <daniel@brockman.se>
8138
8139 * cus-start.el (line-spacing): Add custom spec.
8140
8141 2005-10-09 Romain Francoise <romain@orebokech.com>
8142
8143 * textmodes/ispell.el (ispell-check-version): Fix last change.
8144
8145 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8146
8147 * term/x-win.el: Remove -i, --icon-type from comment.
8148
8149 * startup.el (command-line-x-option-alist): Remove options -i,
8150 -itype, --icon-type, added -nb, --no-bitmap-icon
8151
8152 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
8153
8154 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
8155 instead of :active.
8156
8157 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
8158
8159 * textmodes/ispell.el (ispell-check-version):
8160 Ignore hyphen, and all that follows, in aspell's version text.
8161
8162 2005-10-08 Jay Belanger <belanger@truman.edu>
8163
8164 * calc/calc-arith.el (math-known-square-matrixp): New function.
8165 (math-pow-fancy): Check for matrices before distributing exponent
8166 across products.
8167
8168 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
8169 fullscreen keypad. Suggested by Luc Teirlinck.
8170 (calc-keypad-show-input): Add space for formatting.
8171
8172 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
8173 Add square matrix option.
8174
8175 * calc/calc-poly.el (math-expand-term): Check for matrices instead
8176 of checking calc-matrix-mode when deciding how to expand.
8177
8178 * calc/calc.el (calc-set-mode-line): Add square matrix option.
8179
8180 2005-10-08 Lars Hansen <larsh@soem.dk>
8181
8182 * net/tramp.el (tramp-perl-directory-files-and-attributes):
8183 Add error handling.
8184 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8185
8186 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
8187
8188 Sync with Tramp 2.0.51.
8189
8190 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8191 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8192 Insert special handling for `last-coding-system-used', again
8193 it still seems to be necessary (unlike stated before).
8194 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
8195 (tramp-password-prompt-regexp): There might be other words before
8196 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
8197 (tramp-chunksize): Improve docstring.
8198 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
8199 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
8200 Christian Joergensen <bugs@razor.dk>.
8201
8202 2005-10-07 Glenn Morris <rgm@gnu.org>
8203
8204 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
8205 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
8206 precision'.
8207
8208 2005-10-07 Romain Francoise <romain@orebokech.com>
8209
8210 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
8211 (ibuffer-do-shell-command-pipe-replace)
8212 (ibuffer-do-shell-command-file, ibuffer-do-eval)
8213 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
8214 (ibuffer-do-revert, ibuffer-do-replace-regexp)
8215 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
8216 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8217 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
8218 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
8219 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
8220 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
8221 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
8222 Autoload file sans suffix.
8223
8224 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
8225
8226 2005-10-07 David Ponce <david@dponce.com>
8227
8228 * recentf.el (recentf-menu-open-all-flag): New option.
8229 (recentf-digit-shortcut-command-name): New function.
8230 (recentf--shortcuts-keymap): New variable.
8231 (recentf-menu-shortcuts): New variable.
8232 (recentf-make-menu-items): Initialize it. Replace the "More..."
8233 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
8234 (recentf-menu-value-shortcut): New function.
8235 (recentf-make-menu-item): Use it. No more in-lined.
8236 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
8237 (recentf-open-most-recent-file): Rename from
8238 `recentf-open-file-with-key'. Don't depend on key binding.
8239 (recentf-mode-map): New variable.
8240 (recentf-mode): Use it.
8241
8242 2005-10-06 Bill Wohler <wohler@newt.com>
8243
8244 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
8245
8246 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
8247 (MH-E-SRC): New. Used by mh-autoloads.
8248 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
8249 files in MH-E-SRC have been updated.
8250 (compile, recompile, bootstrap): Depend on mh-autoloads.
8251
8252 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
8253
8254 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
8255 gud-break and gud-remove icons when the fringe is not available.
8256
8257 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
8258 Typo.
8259
8260 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8261
8262 * play/zone.el (zone): Wrap body with save-window-excursion.
8263
8264 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
8265
8266 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8267 Use the new `list-only' arg to diary-list-entries.
8268
8269 * calendar/diary-lib.el: Use overlays rather than selective-display.
8270 (diary-selective-display): New var.
8271 (diary-header-line-format): Use it.
8272 (diary-list-entries): Add argument `list-only'.
8273 Put the buffer in diary-mode. Don't add \^M at beg and end.
8274 Replace \^M by invisible overlays.
8275 (diary-unhide-everything): Replace \^M by invisible overlays.
8276 (print-diary-entries): Look for overlays rather than \^M.
8277 Add a space to the temp buffer name.
8278 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
8279 Put the buffer in diary-mode.
8280 (list-sexp-diary-entries): Replace \^M by invisible overlays.
8281 (diary-anniversary): Make the year arg optional.
8282 (diary-time-regexp): New const.
8283 (diary-font-lock-keywords): Use it to accept a few more time formats.
8284
8285 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
8286
8287 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
8288
8289 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
8290 Fix bug introduced 2005-07-03: Use (car (last ...))
8291 to faithfully reproduce replaced artist-last.
8292 (artist-set-arrow-points-for-poly): Likewise.
8293 Suggested by Johan Bockg\e,Ae\e(Brd.
8294
8295 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
8296
8297 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
8298 * wid-edit.el (widget):
8299 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
8300 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
8301
8302 2005-10-06 Kenichi Handa <handa@m17n.org>
8303
8304 * international/mule-cmds.el (set-language-environment):
8305 Fix setting up of case-table for unibyte mode.
8306
8307 * simple.el (what-cursor-position): If the character is displayed
8308 by some `display' text property, show that. Don't use
8309 single-key-description for eight-bit characters in multibyte mode.
8310
8311 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
8312
8313 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
8314 (gdb-ann3): Set it.
8315 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
8316 (gdb-info-frames-custom): Use inverse-video for first five
8317 characters of selected frame only.
8318 (gdb-get-frame-number): Select frame even when point is on frame
8319 number.
8320
8321 2005-10-06 Masatake YAMATO <jet@gyve.org>
8322
8323 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8324 Put `font-lock-function-name-face'.
8325 (gdb-info-frames-custom): Put `font-lock-function-name-face'
8326 and `font-lock-variable-name-face'
8327 (gdb-registers-font-lock-keywords): New font lock keywords definition.
8328 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
8329 (gdb-memory-font-lock-keywords): New font lock keywords definition.
8330 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
8331 (gdb-local-font-lock-keywords): New font lock keywords definition.
8332 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
8333 (gdb-threads-font-lock-keywords): New font lock keywords definition.
8334 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
8335
8336 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
8337
8338 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
8339 (ediff-merge-region-is-non-clash-to-skip): Previously called
8340 ediff-merge-region-is-non-clash.
8341
8342 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
8343 Use insert-buffer-substring.
8344
8345 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
8346 selecting files to patch. Also bug fixes.
8347
8348 * ediff-util.el (ediff-setup): Bug fix.
8349 (ediff-next-difference): Never skip clashes that differ in white
8350 space only.
8351
8352 * ediff-wind.el (ediff-setup-control-frame)
8353 (ediff-destroy-control-frame): Check the menubar feature.
8354
8355 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
8356 (viper-refresh-mode-line): Use make-local-variable to localize
8357 some vars instead of make-variable-buffer-local. Suggested by
8358 Stefan Monnier.
8359
8360 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
8361 (viper-restore-cursor-type, viper-set-insert-cursor-type):
8362 Use make-local-variable instead of make-variable-buffer-local.
8363 Suggested by Stefan Monnier.
8364
8365 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
8366 (viper-comint-mode-hook): Use make-local-variable on
8367 require-final-newline.
8368 (viper-non-hook-settings): Don't use make-variable-buffer-local.
8369
8370 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8371
8372 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
8373 also the second char of a comment-start sequence.
8374 (scheme-sexp-comment-syntax-table): New var.
8375 (lambda, define): Set their scheme-doc-string-elt property.
8376 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
8377 Use lisp-font-lock-syntactic-face-function now that it properly
8378 handles |...| symbols.
8379 (scheme-mode-variables): Set lisp-doc-string-elt-property,
8380 parse-sexp-lookup-properties and font-lock-extra-managed-props.
8381
8382 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
8383 bit from # to |.
8384 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
8385
8386 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
8387 (lisp-doc-string-elt-property): New var.
8388 (lisp-font-lock-syntactic-face-function): Use it.
8389 Rewrite to recognize docstrings even for forms not at toplevel.
8390
8391 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
8392 annotation on the | part of #| rather than on the # part.
8393 (scheme-font-lock-syntactic-face-function): New function, to
8394 distinguish strings from |...| symbols.
8395 (scheme-mode-variables): Use it. Also fix up the font-lock-time
8396 syntax-table so that #|...|# is properly highlighted.
8397
8398 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
8399 Don't mark as docstring the 3rd elem of an unknown toplevel form.
8400
8401 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8402
8403 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
8404 and C-e.
8405
8406 * emacs-lisp/eldoc.el: Move comments into docstrings.
8407 (eldoc-message-commands): Initialize in its declaration.
8408 Add move-beginning-of-line and move-end-of-line.
8409 (eldoc-add-command, eldoc-add-command-completions)
8410 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
8411
8412 * outline.el (outline-mark-subtree): Activate the mark.
8413
8414 * calendar/appt.el (appt-time-regexp): New var.
8415 (appt-add, appt-make-list): Use it.
8416 (appt-convert-time): Clean up.
8417
8418 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8419 Don't set any syntax-table property here.
8420 (tex-font-lock-verb): New function. Do it here.
8421 (tex-font-lock-syntactic-keywords): Use it.
8422
8423 2005-10-04 Richard M. Stallman <rms@gnu.org>
8424
8425 * wid-edit.el (widget-file-complete): Get the widget start point
8426 the right way. Default directory to `/' if file has none.
8427
8428 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
8429
8430 * textmodes/flyspell.el (flyspell-mode-on):
8431 Call ispell-maybe-find-aspell-dictionaries.
8432
8433 * textmodes/ispell.el (ispell-word, ispell-region):
8434 Call ispell-maybe-find-aspell-dictionaries.
8435 (ispell-accept-buffer-local-defs):
8436 Don't call ispell-maybe-find-aspell-dictionaries
8437
8438 2005-10-04 Richard M. Stallman <rms@gnu.org>
8439
8440 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
8441
8442 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
8443
8444 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
8445 instead of `fboundp' in order to allow for anonymous functions.
8446
8447 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
8448
8449 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
8450 case the user clicks on the link while another window is selected.
8451 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
8452
8453 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
8454 functionality.
8455 (dframe-help-echo): Save point in case mouse tracking is off.
8456
8457 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
8458
8459 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
8460
8461 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8462
8463 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
8464 not change the global value of those vars.
8465
8466 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
8467 make-local-variable which we do not need any more.
8468
8469 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
8470
8471 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
8472 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
8473 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
8474 (speedbar-path-line): Define obsolete aliases.
8475 (speedbar-line-directory): Doc fix.
8476
8477 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
8478 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
8479 instead of speedbar-line-path.
8480
8481 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8482
8483 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
8484 to nil if dropping on a window. Handle dropping on a minibuffer window
8485 like dropping on a non-window part of Emacs.
8486
8487 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8488
8489 * net/ange-ftp.el: Use with-current-buffer.
8490 (ange-ftp-insert-directory): Do not follow symlinks any more.
8491
8492 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8493 Remove interactive spec.
8494
8495 2005-10-03 Kim F. Storm <storm@cua.dk>
8496
8497 * ido.el (ido-mode): Use custom-initialize-set.
8498
8499 2005-10-02 Richard M. Stallman <rms@gnu.org>
8500
8501 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
8502 Use insert-buffer-substring.
8503
8504 * net/tramp.el: Pacify byte compiler warnings in pacification code.
8505 (tramp-handle-file-local-copy): Use insert-buffer-substring.
8506
8507 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8508
8509 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
8510 in last change.
8511 (ange-ftp-insert-directory): Fix up the search for the case where
8512 `file' is absolute.
8513
8514 2005-10-02 Romain Francoise <romain@orebokech.com>
8515
8516 * progmodes/compile.el (compile-goto-error): Delete extra paren.
8517
8518 2005-10-02 Andreas Schwab <schwab@suse.de>
8519
8520 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
8521 directory component in the session info.
8522
8523 2005-10-01 Richard M. Stallman <rms@gnu.org>
8524
8525 * comint.el (comint-redirect-subvert-readonly): Doc fix.
8526
8527 * simple.el (next-error-internal): New function.
8528
8529 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
8530 (compilation-start): Pass new arg to compilation-buffer-name.
8531 (compile-goto-error): Use next-error-internal.
8532
8533 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
8534
8535 * speedbar.el: Remove RCS tag.
8536 (speedbar-check-read-only): Handle non-existent files.
8537
8538 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
8539
8540 * info.el (Info-speedbar-hierarchy-buttons)
8541 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
8542
8543 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8544
8545 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
8546 Do not match newline.
8547 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
8548 (bibtex-summary): Remove unnecessary save-excursion.
8549 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
8550
8551 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8552
8553 * term/mac-win.el: Add charset info for "iso10646-1".
8554 Modify default fontset to use ATSUI-compatible fonts for some charsets
8555 if available.
8556
8557 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
8558
8559 * speedbar.el: Re-apply arch tag.
8560 (speedbar-version): Rename to version 1.0. Suggested by Eric
8561 M. Ludlam.
8562 Reapply two changes from Emacs CVS' version of speedbar lost
8563 during the merge:
8564 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
8565 (speedbar-frame-parameters): Improve customize type.
8566
8567 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8568
8569 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
8570 (ange-ftp-file-directory-p): Fix the symlink case.
8571 (ange-ftp-insert-directory): When listing a single file, get a list of
8572 the parent buffer and extract the relevant line. Inspired from a patch
8573 by Katsumi Yamaoka <yamaoka@jpl.org>.
8574 (ange-ftp-file-name-sans-versions): Simplify.
8575
8576 2005-09-30 Bill Wohler <wohler@newt.com>
8577
8578 Move MH-E image files from toolbar and mail directories into
8579 etc/images.
8580
8581 * mail/reply2.*: Move to etc/images/mail/reply*.
8582
8583 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
8584 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
8585 etc/images.
8586
8587 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
8588 * toolbar/reply*: Move to etc/images/mail.
8589
8590 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
8591
8592 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
8593
8594 * speedbar.el: New version 1.0pre3.
8595
8596 Frame management code (including timer, and mouse click specifics)
8597 moved to dframe.el:
8598 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
8599 (speedbar-timer): Removed. Use dframe-timer.
8600 (speedbar-close-frame): Removed. Use dframe-close-frame.
8601 (speedbar-activity-change-focus-flag): Removed. Use
8602 dframe-activity-change-focus-flag.
8603 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
8604 dframe-update-speed.
8605
8606 (speedbar-current-frame): New macro. Use this instead of the
8607 variable speedbar-frame.
8608
8609 (speedbar-use-images, speedbar-expand-image-button-alist)
8610 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
8611
8612 (speedbar-find-image-on-load-path): Removed. Replaced by
8613 defezimage in ezimage.el.
8614 (speedbar-expand-image-button-alist): Removed. Replaced by
8615 ezimage-expand-image-button-alist in ezimage.el.
8616
8617 (speedbar-ignored-directory-regexp)
8618 (speedbar-add-ignored-directory-regexp)
8619 (speedbar-ignored-directory-expressions)
8620 (speedbar-line-directory, speedbar-buffers-line-directory)
8621 (speedbar-directory-line, speedbar-buffers-line-directory):
8622 Renamed, replacing `path' with `directory'.
8623
8624 (speedbar-create-directory, speedbar-expand-line-descendants)
8625 (speedbar-toggle-line-expansion)
8626 (speedbar-contract-line-descendants): New commands.
8627
8628 (speedbar-query-confirmation-method, speedbar-select-frame-method)
8629 (speedbar-use-tool-tips-flag): New options.
8630
8631 (speedbar-check-read-only, speedbar-require-version)
8632 (speedbar-insert-separator, speedbar-buffers-tail-notes)
8633 (speedbar-handle-delete-frame, speedbar-try-completion)
8634 (speedbar-update-localized-contents): New functions.
8635
8636 (speedbar-incompatible-version, speedbar-ro-to-do-point)
8637 (speedbar-object-read-only-indicator): New variables.
8638
8639 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
8640 New hooks.
8641
8642 (speedbar-separator-face): New face.
8643
8644 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
8645 (speedbar-ignored-modes): Add fundamental-mode.
8646 (speedbar-directory-unshown-regexp): Add . directories.
8647
8648 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
8649 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
8650 `]' for full expand/close.
8651 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
8652
8653 (speedbar-check-vc): Support hidden files.
8654 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
8655 (speedbar-this-file-in-vc): Use vc-state if available. If VC
8656 state is nil, it is not checked out.
8657
8658 (speedbar-line-text, speedbar-line-token): Support expand buttons
8659 with no text.
8660 (speedbar-refresh): Universal argument acts as power-click.
8661 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
8662 that buffer to get variable values.
8663
8664 And many other bugfixes.
8665
8666 * dframe.el, ezimage.el, sb-image.el: New files.
8667
8668 * sb-*.xpm: Remove files. New image files installed into
8669 etc/images/ezimage.
8670
8671 2005-09-30 Kenichi Handa <handa@m17n.org>
8672
8673 * ps-mule.el (ps-mule-show-warning): If a character is in
8674 ps-print-translation-table, don't treat it as non-printable.
8675
8676 2005-09-30 David Ponce <david@dponce.com>
8677
8678 * tree-widget.el (tree-widget-themes-load-path): New variable.
8679 (tree-widget-themes-directory): Doc fix.
8680 (tree-widget-image-formats) [Emacs]: Doc fix.
8681 (tree-widget--locate-sub-directory): New function.
8682 (tree-widget-themes-directory): Use it.
8683
8684 * recentf.el (recentf-filename-handlers): Rename from
8685 `recentf-filename-handler'. Allow a list of functions.
8686 (recentf-menu-items-for-commands): Fix :help strings.
8687 (recentf-apply-filename-handlers): New function.
8688 (recentf-expand-file-name): Use it.
8689 (recentf-cleanup): Remove duplicates too.
8690
8691 2005-09-29 Juri Linkov <juri@jurta.org>
8692
8693 * faces.el: Rearrange face definitions to be in the same order as
8694 their face descriptions in "(emacs)Standard Faces".
8695
8696 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
8697
8698 * tooltip.el (tooltip): Add group `basic-faces'.
8699
8700 * buff-menu.el (Buffer-menu-buffer): Remove group
8701 `font-lock-highlighting-faces'.
8702
8703 * progmodes/compile.el (compilation-error, compilation-warning)
8704 (compilation-info, compilation-line-number, compilation-column-number):
8705 Change group from `font-lock-highlighting-faces' to `compilation'.
8706
8707 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
8708 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
8709 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
8710 (vhdl-font-lock-reserved-words-face)
8711 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
8712 `font-lock-highlighting-faces'.
8713
8714 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
8715
8716 2005-09-28 Kim F. Storm <storm@cua.dk>
8717
8718 * emulation/cua-base.el: Set CUA move property on additional commands:
8719 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
8720 forward-sexp, backward-sexp, forward-list, backward-list.
8721
8722 2005-09-28 Romain Francoise <romain@orebokech.com>
8723
8724 * comint.el (comint-show-output): Really set point at the
8725 beginning of the output when not using `comint-use-prompt-regexp'.
8726
8727 2005-09-27 Jay Belanger <belanger@truman.edu>
8728
8729 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
8730 in TeX mode.
8731
8732 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
8733
8734 * textmodes/org.el (org-table-sum): Fix format string.
8735
8736 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
8737 Quote face names.
8738
8739 2005-09-26 Romain Francoise <romain@orebokech.com>
8740
8741 * isearch.el (isearch-forward-regexp): Close doc string.
8742
8743 2005-09-25 Richard M. Stallman <rms@gnu.org>
8744
8745 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
8746
8747 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
8748
8749 * progmodes/compile.el (compilation-error-properties):
8750 When getting the file from the previous error message,
8751 correctly decode the new data format.
8752
8753 * progmodes/cc-cmds.el (c-electric-paren):
8754 Call old-blink-paren only for close-paren.
8755
8756 2005-09-24 Andreas Schwab <schwab@suse.de>
8757
8758 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
8759 condition.
8760
8761 2005-09-25 Romain Francoise <romain@orebokech.com>
8762
8763 * dired-aux.el (dired-copy-file-recursive):
8764 * dired.el (dired-delete-file):
8765 * ediff-mult.el (ediff-dir-diff-copy-file):
8766 * ediff-util.el (ediff-test-save-region):
8767 * forms.el (forms-mode):
8768 * ido.el (ido-file-internal, ido-delete-file-at-head):
8769 * log-edit.el (log-edit-done):
8770 * ses.el (ses-yank-resize):
8771 * play/gomoku.el (gomoku-human-plays, gomoku)
8772 (gomoku-human-resigns, gomoku-prompt-for-other-game)
8773 (gomoku-offer-a-draw):
8774 * play/landmark.el (lm-human-resigns, lm):
8775 * net/eudcb-ldap.el (eudc-ldap-check-base):
8776 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
8777 * progmodes/ebrowse.el (ebrowse-find-pattern):
8778 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
8779 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
8780 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
8781
8782 * vc.el (vc-delete-file):
8783 * play/gomoku.el (gomoku-terminate-game, gomoku)
8784 (gomoku-prompt-for-move, gomoku-human-takes-back):
8785 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
8786 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
8787
8788 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
8789
8790 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
8791 color rxvt terminals by using the code xterm.el used to use before
8792 2005-04-09 in order to match the colors used by rxvt.
8793
8794 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8795
8796 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
8797 colors rxvt-unicode terminals by using the same code as xterm.el.
8798
8799 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8800
8801 * textmodes/tex-mode.el (tex-font-lock-append-prop)
8802 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
8803 new symbol used for the tex-verbatim face.
8804
8805 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
8806
8807 * woman.el (woman-file-name):
8808 * wid-edit.el (widget-file-prompt-value)
8809 (widget-coding-system-prompt-value):
8810 * w32-fns.el (set-w32-system-coding-system):
8811 * vc.el (vc-version-diff, vc-annotate):
8812 * textmodes/reftex-auc.el (reftex-arg-cite)
8813 (reftex-arg-index-tag):
8814 * textmodes/refer.el (refer-get-bib-files):
8815 * textmodes/artist.el (artist-figlet-choose-font):
8816 * terminal.el (terminal-emulator):
8817 * replace.el (occur-read-primary-args):
8818 * rect.el (string-rectangle, string-insert-rectangle):
8819 * ps-print.el (ps-print-preprint):
8820 * progmodes/pascal.el (pascal-goto-defun):
8821 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
8822 * progmodes/compile.el (compilation-find-file):
8823 * printing.el (pr-interactive-n-up):
8824 * play/animate.el (animate-birthday-present):
8825 * net/rcompile.el (remote-compile):
8826 * man.el (man, Man-goto-section, Man-follow-manual-reference):
8827 * mail/rmailsum.el (rmail-summary-search-backward)
8828 (rmail-summary-search):
8829 * mail/rmailout.el (rmail-output-read-rmail-file-name)
8830 (rmail-output-read-file-name):
8831 * mail/rmail.el (rmail-search, rmail-search-backwards):
8832 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
8833 * locate.el (locate):
8834 * international/quail.el (quail-show-keyboard-layout):
8835 * international/mule.el (set-buffer-file-coding-system)
8836 (revert-buffer-with-coding-system, set-file-name-coding-system)
8837 (set-terminal-coding-system, set-keyboard-coding-system)
8838 (set-next-selection-coding-system):
8839 * international/mule-diag.el (describe-coding-system)
8840 (describe-font, describe-fontset):
8841 * international/mule-cmds.el (universal-coding-system-argument)
8842 (search-unencodable-char, describe-input-method)
8843 (set-language-environment, describe-language-environment):
8844 * international/codepage.el (codepage-setup):
8845 * international/code-pages.el (codepage-setup):
8846 * info.el (Info-search, Info-follow-reference)
8847 (Info-search-backward):
8848 * emacs-lisp/advice.el (ad-read-advised-function)
8849 (ad-read-advice-class, ad-clear-cache, ad-activate)
8850 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
8851 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
8852 (ad-read-regexp):
8853 * ediff-util.el (ediff-toggle-regexp-match):
8854 * ediff-ptch.el (ediff-prompt-for-patch-file):
8855 * dired-aux.el (dired-diff):
8856 * diff.el (diff):
8857 * cus-edit.el (custom-variable-prompt):
8858 * calendar/timeclock.el (timeclock-ask-for-project):
8859 * calc/calcalg3.el (calc-get-fit-variables):
8860 * calc/calc-store.el (calc-edit-variable)
8861 (calc-permanent-variable):
8862 * vc-mcvs.el (vc-mcvs-register):
8863 * shadowfile.el (shadow-define-literal-group):
8864 * woman.el (woman-file-name):
8865 * vc.el (vc-version-diff, vc-merge):
8866 * textmodes/reftex-index.el (reftex-index-complete-tag):
8867 * format.el (format-decode-buffer, format-decode-region):
8868 * emulation/viper-cmd.el (viper-read-string-with-history):
8869 * emacs-lisp/debug.el (cancel-debug-on-entry):
8870 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8871 * ediff.el (ediff-merge-revisions)
8872 (ediff-merge-revisions-with-ancestor, ediff-revision):
8873 * completion.el (interactive-completion-string-reader):
8874 * calc/calc-prog.el (calc-user-define-formula):
8875 Follow convention for reading with the minibuffer.
8876
8877 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
8878
8879 * progmodes/python.el (python-describe-symbol): Add globals() and
8880 locals() to the arguments of emacs.ehelp.
8881
8882 2005-09-24 Magnus Henoch <mange@freemail.hu>
8883
8884 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
8885 New function, code extracted from ispell-valid-dictionary-list.
8886 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
8887 Call it.
8888
8889 2005-09-24 Eli Zaretskii <eliz@gnu.org>
8890
8891 * subr.el (version-regexp-alist): Extend valid syntax for version
8892 strings: allow any of the characters -,_,+ to separate the
8893 alpha/beta/rc part from the version part. Doc fix.
8894 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
8895
8896 2005-09-23 David Reitter <david.reitter@gmail.com>
8897
8898 * mail/mailclient.el: New file.
8899
8900 2005-09-23 Richard M. Stallman <rms@gnu.org>
8901
8902 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
8903 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
8904 Doc fixes.
8905
8906 * progmodes/cc-mode.el (c-font-lock-init):
8907 Specify font-lock-lines-before.
8908
8909 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8910
8911 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
8912 whole conflict.
8913
8914 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
8915
8916 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
8917 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
8918 of `remap' feature when available. Additional key bindings for
8919 better tty support.
8920 (org-mode-restart, org-force-self-insert): New commands.
8921 (org-time-stamp-inactive): New command.
8922 (org-remap): New function.
8923 (org-table-auto-blank-field, org-level-color-stars-only): New options.
8924 (org-enable-fixed-width-editor): Move to `org-structure'
8925 customization group.
8926 (org-self-insert-command, orgtbl-self-insert-command): Modify to
8927 blank field after field motion commands.
8928
8929 2005-09-23 Kenichi Handa <handa@m17n.org>
8930
8931 * international/mule-cmds.el (set-language-environment):
8932 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
8933 have to call utf-translate-cjk-load-tables.
8934
8935 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * mouse.el (mouse-move-drag-overlay): Fix last change.
8938
8939 2005-09-22 David Ponce <david@dponce.com>
8940
8941 * tree-widget.el (tree-widget-value-create): Fix previous change.
8942
8943 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8944
8945 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
8946
8947 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8948
8949 * mouse.el (mouse-move-drag-overlay): New function.
8950 (mouse-drag-region-1): Use it.
8951 Try to simplify a bit the state handling. Handle clicks on links
8952 inside intangible areas.
8953 (mouse-save-then-kill): Minor simplification.
8954 (mouse-secondary-overlay): Make it always non-nil instead of
8955 recreating it each time.
8956 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
8957 (mouse-kill-secondary, mouse-secondary-save-then-kill):
8958 Simplify accordingly.
8959
8960 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8961
8962 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
8963
8964 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
8965
8966 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
8967 (ediff-file-name-sans-prefix): Treat nil as an empty string.
8968 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
8969 to patch.
8970
8971 * ediff-util.el: Use insert-buffer-substring.
8972
8973 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
8974
8975 * emulation/viper-cmd.el (viper-change-state): Don't move over the
8976 field boundaries in the minibuffer.
8977 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
8978 (viper-minibuffer-post-command-hook): New hook.
8979 (viper-line): Don't move cursor at bolp.
8980
8981 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
8982
8983 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
8984 avoid compiler warnings.
8985
8986 * emulation/viper-macs.el (ex-map): Better messages.
8987
8988 * emulation/viper-utils.el (viper-beginning-of-field): New function.
8989
8990 * emulation/viper.el: Replace make-variable-buffer-local with
8991 viper-make-variable-buffer-local everywhere, to avoid warnings.
8992
8993 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8994
8995 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
8996 Delete unused var `old-selected-window'.
8997 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
8998 (mouse-drag-secondary): Delete unused var `start-frame'.
8999
9000 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9001
9002 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
9003
9004 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9005
9006 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
9007 Re-indent within 80 columns. Use inhibit-read-only.
9008
9009 2005-09-19 Romain Francoise <romain@orebokech.com>
9010
9011 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
9012
9013 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9014
9015 * font-lock.el (font-lock-default-fontify-region): Don't add a line
9016 unconditionally, since the after-change-function already did it.
9017
9018 2005-09-19 Miles Bader <miles@gnu.org>
9019
9020 * net/newsticker.el: Get rid of CVS keyword.
9021
9022 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
9023
9024 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
9025 The prompt is formatted later.
9026
9027 2005-09-19 David Ponce <david@dponce.com>
9028
9029 * tree-widget.el (tree-widget-value-create): Save the converted
9030 tree :node widget.
9031
9032 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9033
9034 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
9035 variable `message'.
9036
9037 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
9038
9039 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
9040 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
9041 <slawomir.nowaczyk.847@student.lu.se>.
9042
9043 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9044
9045 * image.el (image-load-path): Use symbol `data-directory' instead
9046 of its value, for backward compatibility with packages that bind
9047 it during `find-image'. Suggested by Katsumi Yamaoka.
9048 (image-search-load-path): Handle symbols whose values are strings.
9049
9050 2005-09-18 Romain Francoise <romain@orebokech.com>
9051
9052 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9053 with-current-buffer form in save-excursion.
9054
9055 2005-09-18 D Goel <deego@gnufans.org>
9056
9057 * apropos.el (apropos-command): Fix `message' call: first arg
9058 should be a format spec. In this and all other cases that appear
9059 below and elsewhere in the source code, I made a change only when
9060 two conditions were satisfied: [1] I can think of a possibility
9061 that the arguments would cause an error, for example, the code in
9062 question relies on external variables such as filenames. [2] I
9063 was sure that the arg to `message' could not have been nil in the code.
9064
9065 * textmodes/tildify.el (tildify-region): Ditto.
9066
9067 * textmodes/reftex-index.el (reftex-index-change-entry)
9068 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9069 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
9070 * textmodes/org.el (org-complete, org-deadline, org-schedule)
9071 (org-priority, org-table-sum):
9072 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9073 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9074 (flyspell-word, flyspell-display-next-corrections):
9075 * textmodes/bibtex.el (bibtex-print-help-message):
9076 * textmodes/artist.el (artist-key-set-point-poly):
9077 * term/mac-win.el (mac-services-insert-text):
9078 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9079 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9080 (vhdl-port-paste-testbench, vhdl-compose-new-component)
9081 (vhdl-compose-configuration):
9082 * progmodes/sh-script.el (sh-blink, sh-show-indent)
9083 (sh-set-indent, sh-learn-line-indent):
9084 * progmodes/ps-mode.el (ps-mode-target-column):
9085 * progmodes/idlwave.el (idlwave-make-tags)
9086 (idlwave-scan-library-catalogs):
9087 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9088 * progmodes/gud.el (gud-jdb-analyze-source):
9089 * progmodes/flymake.el (flymake-log):
9090 * progmodes/ebnf2ps.el (ebnf-generate-region):
9091 * progmodes/cmacexp.el (c-macro-expansion):
9092 * progmodes/ada-xref.el (ada-treat-cmd-string):
9093 * progmodes/ada-mode.el (ada-create-case-exception-substring)
9094 (ada-justified-indent-current, ada-batch-reformat):
9095 * play/zone.el (zone):
9096 * play/landmark.el (lm-move):
9097 * play/decipher.el (decipher-show-alphabet):
9098 * net/newsticker.el (newsticker--display-jump)
9099 (newsticker--display-scroll):
9100 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
9101 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9102 * mail/feedmail.el (feedmail-dump-message-to-queue):
9103 * eshell/esh-proc.el (eshell-remove-process-entry):
9104 * emulation/ws-mode.el (ws-last-error):
9105 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
9106 (viper-record-kbd-macro):
9107 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9108 * emacs-lisp/lisp-mnt.el (lm-report-bug):
9109 * emacs-lisp/find-func.el (find-function-noselect):
9110 * calendar/timeclock.el (timeclock-status-string)
9111 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9112 (timeclock-when-to-leave-string):
9113 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9114 * calc/calc-units.el (calc-enter-units-table):
9115 * calc/calc-mode.el (calc-mode-record-mode):
9116 * woman.el (woman-mini-help):
9117 * wdired.el (wdired-change-to-wdired-mode):
9118 * vc.el (vc-retrieve-snapshot):
9119 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9120 * startup.el (display-startup-echo-area-message):
9121 * simple.el (set-goal-column):
9122 * ses.el (ses-command-hook, ses-recalculate-cell):
9123 * server.el (server-process-filter):
9124 * printing.el (pr-interface-txt-print, pr-interface-printify)
9125 (pr-interface-ps):
9126 * pcvs.el (cvs-help):
9127 * log-edit.el (log-edit, log-edit-mode-help):
9128 * iswitchb.el (iswitchb-possible-new-buffer):
9129 * isearch.el (isearch-edit-string):
9130 * image-mode.el (image-mode, image-minor-mode):
9131 * ibuf-macs.el (define-ibuffer-filter):
9132 * hi-lock.el (hi-lock-find-patterns):
9133 * files.el (toggle-read-only):
9134 * ediff-util.el (ediff-copy-diff)
9135 (ediff-write-merge-buffer-and-maybe-kill):
9136 * echistory.el (Electric-history-undefined):
9137 * dnd.el (dnd-insert-text):
9138 * dired-aux.el (dired-query):
9139 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
9140 * bookmark.el (bookmark-bmenu-locate):
9141 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
9142 Fix `message' calls to ensure first arg is a format string.
9143 The change was made only when these two conditions were satisfied:
9144 [1] when there is a possibility that the arguments would cause an error
9145 for example, if the code in question relies on external variables
9146 such as filenames, and
9147 [2] if the arg to `message' could not have been nil in the code.
9148
9149 * pcomplete.el (pcomplete--help): Fix `message' format spec.
9150 Not having a %s would be weird, though not technically wrong.
9151
9152 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9153
9154 * term/mac-win.el (mac-add-charset-info): Doc fix.
9155
9156 2005-09-17 Romain Francoise <romain@orebokech.com>
9157
9158 * shell.el (shell-resync-dirs): Handle echoing processes more
9159 reliably. Don't insert resync command if `comint-process-echoes'
9160 is non-nil.
9161
9162 2005-09-17 Magnus Henoch <mange@freemail.hu>
9163
9164 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
9165 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
9166 aspell versions >= 0.60.
9167 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
9168 only if ispell-aspell-supports-utf8 is non-nil.
9169
9170 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9171
9172 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
9173 buffer-local value to lisp-indent-function.
9174
9175 2005-09-17 Milan Zamazal <pdm@zamazal.org>
9176
9177 * progmodes/glasses.el (glasses-make-readable): If
9178 glasses-separator differs from underscore, put appropriate
9179 overlays over underscore characters.
9180 (glasses-convert-to-unreadable): If glasses-separator differs from
9181 underscore, try to convert glasses-separator characters to
9182 underscores.
9183
9184 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9185
9186 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
9187 Use with-syntax-table and dolist.
9188
9189 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
9190
9191 * textmodes/reftex-auc.el:
9192 * textmodes/reftex-cite.el:
9193 * textmodes/reftex-dcr.el:
9194 * textmodes/reftex-global.el:
9195 * textmodes/reftex-parse.el:
9196 * textmodes/reftex-ref.el:
9197 * textmodes/reftex-sel.el:
9198 * textmodes/reftex-toc.el:
9199 * textmodes/reftex-vars.el:
9200 * textmodes/reftex.el: Small changes to remove compiler warnings.
9201
9202 * textmodes/reftex-index.el: Likewise.
9203 (reftex-query-index-phrase): More efficient use of markers.
9204
9205 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9206
9207 * image.el (image-load-path): New variable.
9208 (image-search-load-path): New function.
9209 (find-image): Search for images in `image-load-path'.
9210
9211 2005-09-15 Richard M. Stallman <rms@gnu.org>
9212
9213 * follow.el: Change Maintainer field.
9214
9215 2005-09-15 David Ponce <david@dponce.com>
9216
9217 * recentf.el (recentf-save-file-modes): New option.
9218 (recentf-save-list): Use it.
9219
9220 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
9221
9222 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
9223 (mode-line-mule-info, mode-line-modified): Move bindings from
9224 mouse-3 to mouse-1.
9225
9226 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9227
9228 * simple.el (sendmail-user-agent-compose): Revert last change.
9229
9230 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9231
9232 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
9233 Use with-current-buffer.
9234 (ange-ftp-gwp-start): Remove unused var `gw-user'.
9235 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
9236 (ange-ftp-insert-directory): Remove unused var `short'.
9237 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
9238
9239 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
9240 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
9241
9242 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
9243 (check-calendar-holidays, diary-list-entries): Autoload.
9244 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
9245 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
9246
9247 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
9248 which mistakenly removed a call to display-buffer.
9249
9250 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
9251
9252 * obsolete/iso-insert.el: Move to obsolete/ from international/.
9253
9254 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
9255
9256 * progmodes/hideshow.el
9257 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
9258 (hs-allow-nesting): New user var.
9259 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
9260 (hs-hide-block-at-point): When nesting allowed,
9261 if there is already an overlay in place, delete it.
9262 (hs-safety-is-job-n): Delete func; remove call sites.
9263 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
9264 (hs-overlay-at): New func.
9265 (hs-already-hidden-p, hs-show-block): Use it.
9266 (hs-hide-all): Don't pre-clean if nesting allowed.
9267 (hs-show-all): Temporarily disallow
9268 nesting around call to `hs-discard-overlays'.
9269
9270 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
9271
9272 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
9273 Delete unused local var.
9274
9275 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
9276
9277 * help-fns.el (describe-categories): "?\ " -> "?\s".
9278 (help-do-arg-highlight): Recognize also ARG-n, as in
9279 `move-to-left-margin' (ARG+n is already recognized). Simplify.
9280
9281 * international/codepage.el (dos-unsupported-char-glyph):
9282 * net/newsticker.el (tool-bar-map, w3-mode-map)
9283 (w3m-minor-mode-map):
9284 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
9285 (ent-alist):
9286 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
9287
9288 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
9289
9290 * custom.el (custom-push-theme): Handle the case where a symbol is
9291 bound but face properties have not yet been assigned.
9292
9293 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
9294 Fix behavior if noerase is `t' and there is no mail buffer.
9295
9296 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
9297 if `continue' is nil, rather than signal an error.
9298
9299 2005-09-12 Richard M. Stallman <rms@gnu.org>
9300
9301 * font-lock.el (font-lock-keywords): Add autoload.
9302
9303 * help-fns.el (describe-variable): Rearrange to put source link
9304 in a predictable place.
9305
9306 * net/newsticker.el: New file.
9307
9308 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9309
9310 * calendar/calendar.el (calendar-for-loop): Add edebug info.
9311 (calendar-basic-setup): Use the new nil arg.
9312 (number-of-diary-entries): Move to diary-lib.el.
9313
9314 * calendar/diary-lib.el: Use with-current-buffer, match-string.
9315 (diary-list-entries): Use with-syntax-table and dolist.
9316 Rename from list-diary-entries.
9317 Use number-of-diary-entries if `number' is nil.
9318 (diary, diary-view-entries): Use this new name and new nil arg value.
9319 (number-of-diary-entries): Move from calendar.el.
9320 (diary-unhide-everything): New function.
9321 (include-other-diary-files, fancy-diary-display)
9322 (diary-show-all-entries, make-diary-entry): Use it.
9323 (diary-mail-entries): Use buffer-string.
9324 (mark-diary-entries): Fix long standing paren typo.
9325 (diary-sexp-entry): Use count-lines.
9326 (make-diary-entry): Avoid `previous-line'.
9327 (diary-mode-map): New var.
9328 (diary-mode): Redraw cal after saving. Setup header-line.
9329 (fancy-diary-display-mode): Use local-set-key.
9330
9331 * startup.el (command-line): Try calling various terminal-init-foo-bar
9332 functions by stripping hyphenated suffixes from $TERM.
9333
9334 * files.el (normal-mode): Check boundness of font-lock-keywords.
9335
9336 2005-09-12 Richard M. Stallman <rms@gnu.org>
9337
9338 * progmodes/compile.el: Don't decide a file's directory
9339 until the user actually tries to go there.
9340 (compilation-next-error-function):
9341 Pass compilation-find-file the directory from the file-struct.
9342 (compilation-internal-error-properties): Separate local FILE-STRUCT
9343 from FILE. Doc the args better. Rename arg FMT to FMTS.
9344 (compilation-find-file): Arg DIR renamed to DIRECTORY.
9345 Expand it, and if nil, use default-directory.
9346 (compilation-get-file-structure): Don't mix specified directory
9347 with default directory. Put specified directory into
9348 file-struct. Don't make the file name absolute.
9349
9350 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9351 (compile-command): Add autoload.
9352 (compilation-disable-input): Add autoload.
9353
9354 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
9355
9356 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
9357 strings of the variables it can override.
9358 (time-stamp): New (as yet undocumented) time-stamp-format escapes
9359 %Q and %q, for fully-qualified domain name and unqualified host name.
9360
9361 2005-09-11 Kim F. Storm <storm@cua.dk>
9362
9363 * emacs-lisp/authors.el (authors-aliases): Update list.
9364 (authors-fixed-entries): Update mldrag.el entry.
9365
9366 2005-09-10 Alan Mackenzie <acm@muc.de>
9367
9368 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
9369 from the region narrowed to.
9370
9371 2005-09-10 Magnus Henoch <mange@freemail.hu>
9372
9373 * textmodes/ispell.el (ispell-check-version): Signal an error if
9374 aspell version is less than 0.60.
9375
9376 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
9377
9378 * progmodes/octave-inf.el (inferior-octave-startup):
9379 Resync current dir at the end.
9380
9381 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
9382
9383 * woman.el (woman-topic-at-point-default):
9384 Rename to woman-use-topic-at-point-default.
9385 (woman-topic-at-point): Rename to woman-use-topic-at-point.
9386 (woman-file-name): Reflect renames above. Automatically use the
9387 word at point as topic if woman-use-topic-at-point is non-nil.
9388 Otherwise offer it as default but don't insert it in the
9389 minibuffer. Also use `test-completion' instead of `assoc' as
9390 suggested by Stefan Monnier.
9391
9392 2005-09-10 Andre Spiegel <spiegel@gnu.org>
9393
9394 * vc.el (vc-directory, vc-update-change-log): Throw an error on
9395 the attempt to do it over Tramp. This is not yet supported.
9396
9397 2005-09-10 Eli Zaretskii <eliz@gnu.org>
9398
9399 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9400 (menu-bar-non-minibuffer-window-p): New functions.
9401 ("Split Window", "Save As..."): Use them.
9402 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
9403 ("Print Buffer", "Truncate Long Lines in this Buffer"):
9404 Use menu-bar-menu-frame-live-and-visible-p.
9405 ("Save Buffer", "Insert File", "Open Directory...")
9406 ("Open File...", "Visit New File..."):
9407 Use menu-bar-non-minibuffer-window-p.
9408 (kill-this-buffer-enabled-p, dired <menu-enable>):
9409 Use menu-bar-non-minibuffer-window-p.
9410
9411 2005-09-09 Eli Zaretskii <eliz@gnu.org>
9412
9413 * cus-start.el (all): Don't complain about fringe-related
9414 built-ins if fringes are not supported. Ditto about
9415 selection-related built-ins. Fix the test for GTK-related built-ins.
9416
9417 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
9418 ("Postscript Print Buffer", "Print Region", "Save As...")
9419 ("Save", "Insert File...", "Open Directory...")
9420 ("Open File...", "Visit New File..."")
9421 ("Truncate Long Lines in this Buffer"): Don't look at
9422 menu-updating-frame if this display does not support multiple frames.
9423
9424 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9425
9426 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
9427
9428 2005-09-09 Emilio Lopes <eclig@gmx.net>
9429
9430 * woman.el: Format- and whitespace-related changes.
9431
9432 2005-09-09 Eli Zaretskii <eliz@gnu.org>
9433
9434 * woman.el: Fix my email address.
9435
9436 2005-09-08 Richard M. Stallman <rms@gnu.org>
9437
9438 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
9439 (sh-mode): Locally set skeleton-pair-default-alist.
9440
9441 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
9442
9443 * progmodes/flymake.el: Require `compile' unconditionally.
9444
9445 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
9446
9447 * woman.el (woman-file-name): Provide a default, not initial input.
9448
9449 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
9450
9451 * font-lock.el (font-lock-support-mode): Doc fix.
9452
9453 * descr-text.el (describe-property-list): Handle non-symbol prop names.
9454
9455 2005-09-08 Richard M. Stallman <rms@gnu.org>
9456
9457 * simple.el (blink-matching-open): Get rid of text props from
9458 the string shown in echo area. Don't permanently set point.
9459 Some rearrangements.
9460
9461 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9462
9463 * recentf.el (recentf-filename-handler): Add custom choice
9464 `abbreviate-file-name'.
9465
9466 * msb.el (msb--very-many-menus): Fix typo.
9467
9468 * disp-table.el (standard-display-european): Don't set
9469 enable-multibyte-characters to nil.
9470
9471 2005-09-08 David Ponce <david@dponce.com>
9472
9473 * recentf.el (recentf-show-file-shortcuts-flag): New option.
9474 (recentf-expand-file-name): Doc fix.
9475 (recentf-dialog-mode-map): Define digit shortcuts.
9476 (recentf--files-with-key): New variable.
9477 (recentf-show-digit-shortcut-filter): New function.
9478 (recentf-open-files-items): New function.
9479 (recentf-open-files): Use it.
9480 (recentf-open-file-with-key): New command.
9481
9482 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9483
9484 * buff-menu.el (Buffer-menu-sort-by-column): New function.
9485 Suggested by Kim F. Storm.
9486 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
9487 (Buffer-menu-make-sort-button): Use global keymap.
9488
9489 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
9490
9491 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
9492 (Man-getpage-in-background-advice): Remove defadvice; it isn't
9493 necessary any longer with the remapped command.
9494 (Man-bgproc-sentinel-advice): Remove defadvice which counts
9495 formatting time only.
9496
9497 * net/tramp.el (tramp-action-password)
9498 (tramp-multi-action-password): Compile the password prompt from
9499 `method', `user' and `host'. Sometimes it isn't obvious which
9500 password to enter, for example with remote files offered by
9501 recentf.el, or with multiple steps. Suggested by Robert Marshall
9502 <robert@chezmarshall.freeserve.co.uk>.
9503
9504 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9505
9506 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9507 Fix regexp for when "s///" is at the beginning of line.
9508
9509 2005-09-07 Jay Belanger <belanger@truman.edu>
9510
9511 * calc/calc-poly.el (math-expand-term): Multiply out any powers
9512 when in matrix mode.
9513
9514 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
9517 non-anonymous functions.
9518
9519 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
9520
9521 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
9522 when using a header line. Otherwise, use mouse-1-click-follows-link.
9523
9524 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
9525 can't be moved; don't signal an error.
9526
9527 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
9528
9529 * cus-theme.el (custom-theme-write-faces): Save the current face
9530 spec, not the defface spec.
9531
9532 * custom.el (custom-known-themes): Clarify meaning of "standard".
9533 (custom-push-theme): Save old values in the standard theme.
9534 (disable-theme): Correct typo.
9535 (custom-face-theme-value) Deleted unused function.
9536 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
9537
9538 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9539
9540 * progmodes/compile.el (compilation-goto-locus): Take into account
9541 iconified frames when determining whether the buffer is
9542 already visible.
9543 Don't reset window height if the window already existed.
9544
9545 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
9546
9547 * custom.el (load-theme): Rename from require-theme.
9548 Add interactive spec.
9549 (enable-theme): Rename from custom-enable-theme.
9550 Add interactive spec.
9551 (disable-theme): Rename from custom-disable-theme.
9552 Add interactive spec.
9553 (custom-make-theme-feature): Doc fix.
9554 (custom-theme-directory): Doc fix.
9555 (provide-theme): Call enable-theme.
9556
9557 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9558
9559 * obsolete/lazy-lock.el (lazy-lock-mode):
9560 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
9561 font-lock-mode if it's off. Print a warning instead.
9562
9563 * progmodes/compile.el (compilation-start): Ignore errors if the
9564 process died before we get to send-eof.
9565
9566 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
9567 Undo last change. Enclosing the result in quotes broke things on Unix
9568 since tex-send-command passes it through shell-quote-argument.
9569 (tex-send-command): Pass `file' through convert-standard-filename
9570 when possible.
9571 (tex-uptodate-p): Handle the case where TeX hasn't put additional
9572 info in a transcript.
9573
9574 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
9575
9576 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
9577 fix compilation warning. Reorder the key definitions to group
9578 together keys emitted by the current version of xterm.
9579
9580 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
9581 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
9582 Reorder predicates to correct min-color usage.
9583
9584 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
9585
9586 * longlines.el (longlines-mode): Inhibit read-only when encoding.
9587 Kill local variables when longlines-mode is turned off.
9588
9589 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9590
9591 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
9592
9593 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
9594
9595 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
9596
9597 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
9598 (font-lock-lines-before): Change default to being inactive.
9599 (font-lock-default-fontify-region): Obey font-lock-lines-before.
9600 (font-lock-after-change-function): Don't handle f-l-lines-before here.
9601
9602 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9603
9604 * net/tramp.el (tramp-handle-make-auto-save-file-name):
9605 Deactivate temporarily advice if active (not needed for Emacs 22,
9606 but for backwards compatibility).
9607 (tramp-exists-file-name-handler): Rewrite. First implementation
9608 was too simple.
9609 (tramp-advice-make-auto-save-file-name):
9610 Call `tramp-handle-make-auto-save-file-name' (again, just for
9611 backwards compatibility).
9612
9613 2005-08-31 Reto Zimmermann <reto@gnu.org>
9614
9615 * progmodes/vhdl-mode.el
9616 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
9617 (vhdl-end-p): Fix indentation bug "else" after "-- when".
9618 (vhdl-set-default-project): New function (easier setting of default).
9619 (vhdl-port-copy): Handle extended identifiers for generics.
9620 (vhdl-compiler-alist): Better description for error message regexp.
9621 (vhdl-make): Query for target, use previous as default.
9622 (vhdl-port-copy): Fix port copy for port names starting with "signal".
9623 (vhdl-font-lock-keywords-2): Fix fontification for record
9624 el. assign.
9625 (vhdl-speedbar-make-subpack-line): Add package body link.
9626 (vhdl-generate-makefile-1): Not include itself as dependency.
9627 (vhdl-font-lock-init): Highlight c-preprocessor directives.
9628 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
9629 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
9630 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
9631 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
9632 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
9633 (vhdl-import-project): Add string argument for `error'.
9634 (vhdl-compose-configuration)
9635 (vhdl-compose-configuration-architecture): Add configuration
9636 declaration generation.
9637 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
9638 (vhdl-trailer-re): Add "record" keyword (better indentation).
9639 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
9640 "[^ \t-\"]+".
9641 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
9642 (vhdl-testbench-entity-file-name)
9643 (vhdl-testbench-architecture-file-name): Allow separate
9644 customization of testbench file names.
9645 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
9646 (vhdl-get-visible-signals): Allow newline within alias declaration.
9647 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
9648 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
9649 (member-ignore-case): Alias for missing function in XEmacs.
9650 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
9651 (vhdl-update-sensitivity-list): Ignore case on read signals.
9652 (vhdl-replace-string): Adjust case only for file names.
9653 (vhdl-update-sensitivity-list): Fix search for read signals.
9654 (vhdl-update-sensitivity-list): Exclude formal parameters.
9655 (vhdl-get-visible-signals): Include aliases of signals.
9656 (vhdl-get-visible-signals): Fix signal name searching.
9657 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
9658 (vhdl-fixup-whitespace-region): Fix for character
9659 literals (e.g. `:').
9660
9661 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
9662
9663 * ansi-color.el (comint-last-output-start):
9664 * bs.el (font-lock-verbose):
9665 * diff-mode.el (add-log-buffer-file-name-function):
9666 * dired-x.el (vm-folder-directory):
9667 * faces.el (help-xref-stack-item):
9668 * files.el (font-lock-keywords):
9669 * find-lisp.el (dired-buffers, dired-subdir-alist):
9670 * ido.el (cua-inhibit-cua-keys):
9671 * log-view.el (cvs-minor-wrap-function):
9672 * outline.el (font-lock-warning-face):
9673 * simple.el (compilation-current-error):
9674 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
9675 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
9676 * tooltip.el (comint-prompt-regexp):
9677 * w32-fns.el (explicit-shell-file-name):
9678 * term/mac-win.el (mac-charset-info-alist)
9679 (mac-services-selection, mac-system-script-code):
9680 * term/tty-colors.el (msdos-color-values):
9681 * term/w32-win.el (xlfd-regexp-registry-subnum):
9682 * term/x-win.el (x-keysym-table, x-selection-timeout)
9683 (x-session-id, x-session-previous-id):
9684 * textmodes/ispell.el (mail-yank-prefix):
9685 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
9686 * textmodes/org.el (calc-embedded-close-formula)
9687 (calc-embedded-open-formula)
9688 (font-lock-unfontify-region-function):
9689 * textmodes/reftex-global.el (isearch-next-buffer-function)
9690 (TeX-master):
9691 * textmodes/reftex.el (font-lock-keywords):
9692 * textmodes/tex-mode.el (font-lock-comment-face)
9693 (font-lock-doc-face):
9694 * textmodes/texinfo.el (outline-heading-alist):
9695 Add defvars.
9696
9697 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
9698 (artist-spray-chars, artist-mode-init, artist-replace-string)
9699 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
9700 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
9701 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
9702
9703 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
9704 (conf-align-assignments): "?\ " -> "?\s".
9705
9706 * textmodes/reftex-index.el (TeX-master): Add defvar.
9707 (reftex-index-phrases-marker): Move up defvar.
9708
9709 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
9710 (reftex-toc-include-labels-indicator)
9711 (reftex-toc-include-index-indicator)
9712 (reftex-toc-max-level-indicator): Move up declarations.
9713
9714 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
9715 of args to `tramp-run-real-handler', even if it's empty in this case.
9716
9717 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9718
9719 * dired.el (dired-move-to-filename-regexp): Add date format for
9720 Mac OS X 10.3 in East Asian locales.
9721
9722 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9723
9724 * files.el (make-auto-save-file-name): Add file name handler call
9725 if applicable.
9726
9727 * net/tramp.el (tramp-file-name-handler-alist)
9728 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
9729 (tramp-handle-make-auto-save-file-name): Rename from
9730 `tramp-make-auto-save-file-name'.
9731 (tramp-exists-file-name-handler): New defun.
9732 (tramp-advice-make-auto-save-file-name): Make defadvice only when
9733 `make-auto-save-file-name' is not a magic file name operation.
9734
9735 2005-08-30 Richard M. Stallman <rms@gnu.org>
9736
9737 * files.el (risky-local-variable-p):
9738 Match `-predicates' and `-commands.
9739
9740 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
9741 (custom-save-all): Visit the file if necessary;
9742 kill the buffer if we created it.
9743 (custom-save-delete): Don't visit file or kill buffer here.
9744
9745 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
9746
9747 * textmodes/org.el (org-special-keyword): New face.
9748 (org-table-copy-down, org-table-eval-formula)
9749 (org-table-recalculate, org-init-section-numbers):
9750 Use `string-to-number' instead of `string-to-int'.
9751 (org-get-location): Use `insert-buffer-substring' instead of
9752 `insert-buffer'.
9753 (org-modify-diary-entry-string): New function.
9754 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
9755 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
9756 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
9757 active region.
9758 (org-export-as-html): Handle QUOTE keyword.
9759 (org-quote-string): New option.
9760 (org-bookmark-jump-unhide): New function, used for
9761 `bookmark-after-jump-hook'.
9762 (org-diary-default-entry): Apply only when not called through
9763 `org-agenda'.
9764
9765 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
9766
9767 * net/eudc.el (mode-popup-menu):
9768 * play/handwrite.el (ps-printer-name, ps-lpr-command):
9769 * progmodes/ada-mode.el (compile-auto-highlight)
9770 (skeleton-further-elements):
9771 * progmodes/autoconf.el (font-lock-syntactic-keywords):
9772 * progmodes/cmacexp.el (msdos-shells):
9773 * progmodes/compile.el (font-lock-extra-managed-props)
9774 (font-lock-keywords, font-lock-maximum-size)
9775 (font-lock-support-mode):
9776 * progmodes/grep.el (font-lock-lines-before):
9777 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
9778 * progmodes/mixal-mode.el (compile-command):
9779 * progmodes/perl-mode.el (font-lock-comment-face)
9780 (font-lock-doc-face, font-lock-string-face):
9781 * progmodes/prolog.el (comint-prompt-regexp):
9782 * progmodes/sh-script.el (font-lock-comment-face)
9783 (font-lock-set-defaults, font-lock-string-face):
9784 * progmodes/sql.el (font-lock-keyword-face)
9785 (font-lock-set-defaults, font-lock-string-face):
9786 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
9787 (itimer-version, lazy-lock-defer-contextually)
9788 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
9789 Add defvars.
9790
9791 * progmodes/cperl-mode.el (cperl-electric-lbrace)
9792 (cperl-electric-keyword, cperl-electric-pod)
9793 (cperl-electric-backspace, cperl-forward-re)
9794 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
9795 (vc-rcs-header, vc-sccs-header): Add defvars.
9796
9797 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
9798 (font-lock-syntactic-keywords, gud-find-expr-function):
9799 Add defvars.
9800
9801 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
9802 (gdb-frame-parameters): Declare before use.
9803
9804 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
9805 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
9806 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
9807 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
9808
9809 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
9810 (idlwave-help-with-source): Use `insert-buffer-substring', not
9811 `insert-buffer'.
9812
9813 2005-08-29 Juri Linkov <juri@jurta.org>
9814
9815 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
9816 Put outline-back-to-heading function call inside save-excursion.
9817
9818 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
9819
9820 * man.el (Man-init-defvars, Man-translate-references)
9821 (Man-support-local-filenames, Man-highlight-references):
9822 * progmodes/sql.el (sql-interactive-mode):
9823 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
9824
9825 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
9826 (compilation-mode-font-lock-keywords): Add defvars.
9827 (checkdoc-interactive-loop): "?\ " -> "?\s".
9828
9829 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
9830 (font-lock-doc-face, font-lock-string-face)
9831 (font-lock-keywords-case-fold-search): Add defvars.
9832 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
9833
9834 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
9835 Don't pass X and Y (they are ignored anyway).
9836 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
9837 (mouse-delete-window): Make arguments optional.
9838
9839 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
9840 (caesar-translate-table, minor-modes, news-buffer-save)
9841 (news-group-name, news-minor-modes): Add defvars.
9842
9843 * emacs-lisp/lselect.el (mouse-highlight-priority)
9844 (x-lost-selection-functions, zmacs-regions):
9845 * emacs-lisp/pp.el (font-lock-verbose):
9846 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
9847 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
9848 (ses-mode-map):
9849 * emacs-lisp/tcover-unsafep.el (safe-functions):
9850 * international/mule-cmds.el (mac-system-coding-system)
9851 (mac-system-locale):
9852 * language/ethio-util.el (rmail-current-message)
9853 (rmail-message-vector):
9854 * language/thai-util.el (thai-auto-composition-mode):
9855 * mail/metamail.el (rmail-current-message, rmail-message-vector):
9856 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
9857 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
9858 (vm-primary-inbox, vm-spool-files):
9859 * mail/rmail.el (deleted-head, font-lock-fontified)
9860 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
9861 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
9862 (total-messages):
9863 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
9864 (rmail-summary-mode-map):
9865 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
9866 (rmail-last-label, rmail-last-multi-labels)
9867 (rmail-summary-vector, rmail-total-messages):
9868 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
9869 * mail/rmailsum.el (msgnum):
9870 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
9871 (rmail-current-message):
9872 * obsolete/fast-lock.el (font-lock-face-list):
9873 * obsolete/rnewspost.el (mail-reply-buffer):
9874 * obsolete/scribe.el (compile-command):
9875 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
9876
9877 2005-08-28 John Paul Wallington <jpw@gnu.org>
9878
9879 * ibuf-ext.el (ibuffer-auto-update-changed):
9880 Use `frame-or-buffer-changed-p' to check whether we need to update.
9881 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
9882 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
9883 as a `frame-or-buffer-changed-p' state vector instead.
9884
9885 2005-08-27 Romain Francoise <romain@orebokech.com>
9886
9887 * textmodes/makeinfo.el (makeinfo-compile):
9888 Use `compilation-start'. Set `next-error-function' according to
9889 `disable-errors'.
9890 (makeinfo-next-error): New function.
9891 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
9892 (makeinfo-buffer): Likewise.
9893
9894 * progmodes/compile.el (compilation-start): Add autoload cookie.
9895
9896 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
9897 * textmodes/sgml-mode.el: Likewise.
9898 * progmodes/python.el: Likewise.
9899
9900 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9901
9902 * simple.el (blink-matching-paren-distance): Document the meaning
9903 of nil value, and allow to customize to nil.
9904
9905 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
9906 command.com, not command.exe.
9907
9908 2005-08-26 John Wiegley <johnw@newartisans.com>
9909
9910 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
9911 code around a bit so that an extraneous nil argument is not added
9912 to a command when no args are given.
9913
9914 * eshell/esh-arg.el (eshell-parse-double-quote): If a
9915 double-quoted argument resolves to nil, return it as an empty
9916 string rather than as nil. This made it impossible to pass "" to
9917 a shell script as a null string argument.
9918
9919 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9920
9921 * outline.el (outline-invent-heading): New fun.
9922 (outline-promote, outline-demote): Use it.
9923 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
9924 (outline-end-of-subtree): Remove unused var `opoint'.
9925
9926 2005-08-26 David Reitter <david.reitter@gmail.com>
9927
9928 * menu-bar.el (truncate-lines, write-file, print-buffer)
9929 (ps-print-buffer-faces, ps-print-buffer, split-window):
9930 Disable menu items when the frame they refer to is invisible, or when
9931 they refer to a buffer and the minibuffer is selected.
9932
9933 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
9934
9935 * progmodes/flymake.el (flymake-highlight-err-lines):
9936 Use save-excursion around flymake-highlight-line to preserve point.
9937
9938 2005-08-26 Eli Zaretskii <eliz@gnu.org>
9939
9940 * progmodes/octave-mod.el: Change Author and Maintainer address.
9941 (octave-maintainer-address): Change Kurt's email address.
9942 * progmodes/octave-inf.el: Change Author and Maintainer address.
9943 * progmodes/octave-hlp.el: Change Author and Maintainer address.
9944
9945 2005-08-26 Kim F. Storm <storm@cua.dk>
9946
9947 * subr.el (version-list-<, version-list-<=, version-list-=):
9948 Rename from integer-list-*.
9949 (version-list-not-zero): Likewise. Fix while loop.
9950 (version=): Use version-list-= instead of string-equal.
9951
9952 2005-08-26 Richard M. Stallman <rms@gnu.org>
9953
9954 * outline.el (outline-promote): Try shortening the heading.
9955 As last resort, read the heading to use.
9956 (outline-demote): As last resort, read the heading to use.
9957
9958 2005-08-26 Romain Francoise <romain@orebokech.com>
9959
9960 * progmodes/compile.el (compilation-start): Doc fix.
9961
9962 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
9963 (antlr-font-lock-additional-keywords): Fix reference to
9964 `antlr-font-lock-literal-regexp' erroneously changed during the
9965 mass face rename.
9966 (antlr-run-tool): Use `compilation-start'.
9967
9968 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
9969 instead of the obsolete `compile-internal'.
9970
9971 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
9972
9973 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
9974 (number, original-date):
9975 * calendar/cal-china.el (date):
9976 * calendar/cal-coptic.el (date):
9977 * calendar/cal-french.el (date):
9978 * calendar/cal-hebrew.el (date, entry, number, original-date):
9979 * calendar/cal-islam.el (date, number, original-date):
9980 * calendar/cal-iso.el (date):
9981 * calendar/cal-julian.el (date):
9982 * calendar/cal-mayan.el (date):
9983 * calendar/cal-menu.el (date, event):
9984 * calendar/cal-persia.el (date):
9985 * calendar/lunar.el (date):
9986 * calendar/solar.el (date): Add defvars.
9987
9988 * emerge.el:
9989 * ibuffer.el:
9990 * info-xref.el:
9991 * obsolete/bg-mouse.el:
9992 * obsolete/sun-curs.el:
9993 * obsolete/swedish.el: Move the `defvar's to the top level.
9994
9995 * smerge-mode.el (smerge-refined-change): Add :group.
9996
9997 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9998
9999 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
10000 (smerge-keep-n): Remove props.
10001 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10002 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
10003 now that it's done in smerge-keep-n.
10004 (smerge-refined-change): New face.
10005 (smerge-refine-chopup-region, smerge-refine-highlight-change)
10006 (smerge-refine): New funs.
10007 (smerge-basic-map): Bind smerge-refine.
10008
10009 2005-08-25 Juri Linkov <juri@jurta.org>
10010
10011 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
10012 compilation-process-setup-function and compilation-disable-input
10013 in grep-mode instead of let-bindings in grep.
10014
10015 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
10016 Delete "Automatic File De/compression" (auto-compression-mode).
10017
10018 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
10019
10020 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
10021 Silence warning about non-existent variable.
10022
10023 2005-08-25 Richard M. Stallman <rms@gnu.org>
10024
10025 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
10026 Rename "Describe Key" to "Describe Key or Mouse Operation".
10027
10028 * mail/mailalias.el (build-mail-aliases): Delete comments
10029 from the contents before processing them.
10030
10031 * isearch.el (isearch-edit-string): Erase the Search prompt
10032 if user enters an empty string and there is no default.
10033
10034 * comint.el (comint-file-name-prefix): Add autoload.
10035
10036 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
10037
10038 * subr.el (play-sound): Rearrange to avoid warning.
10039
10040 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
10041
10042 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10043 New hook.
10044 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10045
10046 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10047
10048 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10049
10050 * custom.el (custom-theme-set-variables): Sort minor modes last.
10051
10052 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10053
10054 * subr.el (version-separator, version-regexp-alist): New vars used by
10055 version comparison funs.
10056 (integer-list-<, integer-list-=, integer-list-<=)
10057 (integer-list-not-zero): New funs for integer list comparison.
10058 (version-to-list, version=, version<, version<=): New funs for version
10059 comparison.
10060
10061 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
10062
10063 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10064 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10065 time to silence the byte-compiler.
10066
10067 * ibuffer.el (ibuffer-compile-make-eliding-form)
10068 (ibuffer-check-formats): Use `with-no-warnings' to hide references
10069 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10070 so it's silly to get warnings for it).
10071 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10072 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10073 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10074 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10075 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10076 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10077 Defvar at compile time.
10078 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10079 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10080 Declare them before use.
10081
10082 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10083 (info-xref-good, info-xref-bad): Defvar at compile time.
10084
10085 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10086 Use `let*' instead of `let'.
10087
10088 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10089 (*mouse-y*, menu, char): Defvar at compile time.
10090 (sc::menu): Declare it before use.
10091 (sc::pack-one-line): Use `let', not `let*'.
10092
10093 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10094 (mail-send-hook): Defvar at compile time.
10095
10096 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10097 Defvar at compile time.
10098
10099 * term/sun-mouse.el (current-global-mousemap)
10100 (current-local-mousemap): Declare them before use.
10101
10102 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
10103
10104 * bookmark.el (bookmark-after-jump-hook): New hook.
10105 (bookmark-jump): Run `bookmark-after-jump-hook'.
10106
10107 2005-08-23 Juri Linkov <juri@jurta.org>
10108
10109 * faces.el (minibuffer-prompt): Doc fix.
10110
10111 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
10112
10113 * progmodes/xscheme.el: Trivial changes to silence warnings.
10114 (xscheme-previous-mode, xscheme-previous-process-state):
10115 Add defvars.
10116 (xscheme-last-input-end, xscheme-process-command-line)
10117 (xscheme-process-name, xscheme-buffer-name)
10118 (xscheme-expressions-ring-max, xscheme-expressions-ring)
10119 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10120 (xscheme-control-g-synchronization-p)
10121 (xscheme-control-g-disabled-p, xscheme-string-receiver)
10122 (default-xscheme-runlight, xscheme-runlight)
10123 (xscheme-runlight-string, xscheme-process-filter-state)
10124 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
10125 Move to beginning of file.
10126 (scheme-interaction-mode-commands-alist)
10127 (scheme-interaction-mode-map, scheme-debugger-mode-map):
10128 Declare them before use. Note: the initialization code for the variables
10129 has not been moved because it uses functions that reference the variables.
10130 (xscheme-control-g-message-string, xscheme-process-filter-alist)
10131 (xscheme-prompt-for-expression-map): Declare them before use.
10132 (scheme-debugger-mode-commands): "?\ " -> "?\s".
10133
10134 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
10135
10136 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
10137
10138 2005-08-22 Juri Linkov <juri@jurta.org>
10139
10140 * faces.el (set-face-underline): Delete this duplicate function
10141 and make an obsolete alias to set-face-underline-p.
10142 (set-face-underline-p): Use docstring of set-face-underline.
10143 (describe-face): Create hyperlink to parent face.
10144
10145 * info.el (Info-insert-dir): Use save-excursion around
10146 insert-buffer-substring.
10147 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
10148 (Info-escape-percent): Delete function.
10149 (Info-fontify-node): Replace Info-escape-percent by
10150 replace-regexp-in-string with REP arg set to lambda that
10151 duplicates `%' and preserves text properties.
10152
10153 * progmodes/compile.el (compilation-disable-input): Doc fix.
10154 (define-compilation-mode): Doc fix and refill.
10155 (kill-compilation): Use `mode-name' in the error message.
10156 (compilation-find-file): Use `compilation-error' in the
10157 read-file-name's prompt.
10158
10159 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10160
10161 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
10162 (smerge-auto-leave): Make undo re-enable the mode.
10163 (debug-ignored-errors): Add the user-error of impossible resolution.
10164 (smerge-resolve): Move things around a bit, in preparation for later.
10165 (smerge-diff): Don't fail if the buffer has no associated file.
10166 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
10167 (smerge-conflict-overlay): New function.
10168 (smerge-match-conflict): Don't add text properties here.
10169 (smerge-find-conflict): Instead, add an overlay here.
10170 Also check for the case where we're inside a conflict already, so as to
10171 obviate the need for font-lock-multiline, which is unbearably slow with
10172 large conflicts and ciomplex font-lock patterns.
10173 (smerge-remove-props): Remove overlay rather than text-properties.
10174 (smerge-mode): Don't set font-lock-multiline.
10175 Remove overlays when turned off.
10176
10177 2005-08-21 Kim F. Storm <storm@cua.dk>
10178
10179 * ido.el (ido-ignore-item-p): Use save-match-data.
10180 Bind case-fold-search to ido-case-fold locally.
10181
10182 2005-08-20 Richard M. Stallman <rms@gnu.org>
10183
10184 * files.el (normal-mode): If font lock is on, turn it off and on.
10185
10186 * subr.el (replace-regexp-in-string): Doc fix.
10187
10188 * startup.el (command-line-1): Don't suppress startup screen
10189 due to existing processes.
10190
10191 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
10192
10193 * progmodes/compile.el (compilation-disable-input): Default to nil.
10194
10195 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10196
10197 * progmodes/compile.el (compilation-disable-input): New defcustom.
10198 (compilation-start): If compilation-disable-input is non-nil, send
10199 EOF to the compilation process.
10200
10201 2005-08-20 Eli Zaretskii <eliz@gnu.org>
10202
10203 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
10204 Run the argument of tex-shell-cd-command through
10205 convert-standard-filename, to get the correct style of slashes on
10206 Windows, and enclose the result in quotes, in case the file name
10207 includes whitespace or other special characters.
10208
10209 2005-08-19 Andreas Schwab <schwab@suse.de>
10210
10211 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
10212 process.
10213
10214 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
10215
10216 * cus-start.el (minibuffer-prompt-properties): Correct typo.
10217
10218 2005-08-18 Kim F. Storm <storm@cua.dk>
10219
10220 * scroll-lock.el: Fix errors due to incorrect line wrapping.
10221
10222 2005-08-18 Richard M. Stallman <rms@gnu.org>
10223
10224 * scroll-lock.el: New file.
10225
10226 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
10227
10228 * dired.el (dired-move-to-end-of-filename):
10229 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
10230
10231 2005-08-18 Kim F. Storm <storm@cua.dk>
10232
10233 * ido.el (ido-everywhere): Fix defcustom :set function to disable
10234 rather than toggle mode when custom value is nil.
10235 (ido-everywhere): Fix defun doc string.
10236
10237 2005-08-17 Richard M. Stallman <rms@gnu.org>
10238
10239 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
10240 as tag instead of "Inviolable".
10241
10242 2005-08-17 Kim F. Storm <storm@cua.dk>
10243
10244 * windmove.el (windmove-coordinates-of-position): Remove.
10245 (windmove-coordinates-of-window-position): Remove.
10246 (windmove-reference-loc): Use posn-at-point instead.
10247
10248 * subr.el (insert-for-yank-1): Doc fix.
10249
10250 * ido.el (ido-enter-matching-directory): Rename from
10251 ido-enter-single-matching-directory. Change `slash' choice to
10252 `only'. Add `first' choice.
10253 (ido-exhibit): Adapt to above changes.
10254
10255 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
10256
10257 * Makefile.in: Expand comment about building loaddefs.el.
10258
10259 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
10260
10261 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
10262 Comment use of defadvice.
10263
10264 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
10265
10266 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
10267
10268 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
10269 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
10270 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
10271 * progmodes/idlw-shell.el, progmodes/ld-script.el,
10272 * progmodes/which-func.el, ruler-mode.el, strokes.el,
10273 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
10274 for backward compatibility for faces that did not appear in the
10275 previous Emacs release.
10276
10277 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
10278
10279 2005-08-15 Kim F. Storm <storm@cua.dk>
10280
10281 * emulation/cua-base.el (cua-delete-region): Return t if
10282 deleted region was non-empty.
10283 (cua-replace-region): Inhibit overwrite-mode for
10284 self-insert-command if replaced region was non-empty.
10285 (cua--explicit-region-start, cua--status-string): Make them
10286 buffer-local at top-level...
10287 (cua-mode): ...rather than when mode is enabled.
10288
10289 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
10290
10291 * progmodes/vhdl-mode.el (vhdl-emacs-21):
10292 Set t for Emacs 21, 22, and so on.
10293
10294 2005-08-15 David Ponce <david@dponce.com>
10295
10296 * tree-widget.el: Update Commentary header.
10297 (tree-widget-theme): Doc fix.
10298 (tree-widget-space-width): New option.
10299 (tree-widget-image-properties): Look up in the default theme too.
10300 (tree-widget--cursors): Only for images with arrow pointer shape.
10301 (tree-widget-lookup-image): Pointer shape is hand by default.
10302 (tree-widget-icon): Rename generic icon widget from
10303 `tree-widget-control'.
10304 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
10305 derive from `tree-widget-icon'.
10306 (tree-widget-handle): Improve default look and feel of the text
10307 representation.
10308 (tree-widget): Rename :*-control properties to :*-icon properties.
10309 Add :action and :help-echo properties.
10310 (tree-widget-after-toggle-functions): Move.
10311 (tree-widget-close-node, tree-widget-open-node): Remove.
10312 (tree-widget-before-create-icon-functions): New hook.
10313 (tree-widget-value-create): Update to allow customization of icons
10314 and nodes at run-time via that new hook.
10315 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
10316 (tree-widget-icon-action, tree-widget-icon-help-echo)
10317 (tree-widget-action, tree-widget-help-echo): New functions.
10318
10319 2005-08-15 Kim F. Storm <storm@cua.dk>
10320
10321 * ido.el (ido-buffer-internal): Use with-no-warnings.
10322 (ido-make-merged-file-list): Use while-no-input.
10323
10324 2005-08-15 Richard M. Stallman <rms@gnu.org>
10325
10326 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
10327 (flyspell-large-region): Fix doc and custom type.
10328
10329 2005-08-14 Richard M. Stallman <rms@gnu.org>
10330
10331 * files.el (interpreter-mode-alist): Doc fix.
10332
10333 * mail/rmail.el (rmail-nonignored-headers): New variable.
10334 (rmail-clear-headers): Use it.
10335 (rmail-reply): Better handling of mail-followup-to header.
10336
10337 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10338 Rename variable from sh-font-lock-keywords. In the `shell' entry,
10339 don't try to refer to executable-font-lock-keywords.
10340 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
10341 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
10342 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
10343 (sh-mode): Set comment-start-skip, local-abbrev-table,
10344 imenu-case-fold-search.
10345 (sh-set-shell): Don't set them here.
10346 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
10347 Don't cache the results in the original alist; don't ever modify
10348 that alist.
10349
10350 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
10351
10352 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
10353 empty.
10354
10355 2005-08-15 Andreas Schwab <schwab@suse.de>
10356
10357 * desktop.el: Put autoload cookie at risky-local-variable declarations.
10358
10359 * dired.el, info.el, mail/rmail.el: Revert last change.
10360
10361 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
10362
10363 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
10364 modification in `eval-after-load' form.
10365 * info.el: Likewise.
10366 * mail/rmail.el: Likewise.
10367
10368 2005-08-14 Juri Linkov <juri@jurta.org>
10369
10370 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10371 Remove highlighting of "Compilation started". Highlight only
10372 the word "finished" in "Compilation finished". Add highlighting
10373 of "interrupt", "killed", "terminated" and the exit code.
10374 (compilation-start): Add newline after header. Use exactly the
10375 same time stamp format as the finishing message.
10376 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
10377
10378 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
10379 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
10380 Add highlighting of "interrupt", "killed", "terminated".
10381
10382 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
10383 enabled and the current command is self-insert-command, call it
10384 explicitly with overwrite-mode bound to nil, to not allow it
10385 to delete the character after the selected region.
10386
10387 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
10388
10389 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
10390 move-end-of-line, end-of-line, and beginning-of-line to the list
10391 of commands after which the echo area is updated.
10392
10393 2005-08-12 Eli Zaretskii <eliz@gnu.org>
10394
10395 * cus-edit.el (custom-save-all, custom-save-delete):
10396 Bind recentf-exclude to exclude custom-file.
10397
10398 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
10399
10400 * mail/rmailsum.el (rmail-summary-end-of-message): New command
10401 to go to the bottom of the mail message. Added to
10402 `rmail-summary-mode-map' with key "/".
10403 (rmail-summary-show-message): New (internal) function for use by
10404 both `rmail-summary-beginning/end-of-message'.
10405 (rmail-summary-beginning-of-message): Change to use
10406 rmail-summary-show-message.
10407
10408 * mail/rmail.el (rmail-end-of-message): New command to go to the
10409 end of the current message. Added to `rmail-mode-map' with key "/".
10410 (rmail-beginning-of-message): Fix to work as documented.
10411 (rmail-mode): Change documentation.
10412
10413 * progmodes/compile.el (compilation-start): Add the line
10414 "Compilation started" with compilation start time.
10415 (compilation-mode-font-lock-keywords): Add `started' to keywords.
10416
10417 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
10418
10419 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
10420 of menu items.
10421
10422 2005-08-11 Richard M. Stallman <rms@gnu.org>
10423
10424 * simple.el (pop-global-mark): Reverse test of widen-automatically.
10425
10426 * battery.el (battery-status-function): Don't use ignore-errors.
10427
10428 2005-08-11 Lute Kamstra <lute@gnu.org>
10429
10430 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
10431 define-obsolete-variable-alias.
10432
10433 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10434
10435 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
10436 (ange-ftp-send-cmd): Revert last change, and expand
10437 the comment explaining the problem.
10438
10439 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
10440
10441 * ldefs-boot.el: Update.
10442
10443 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
10444 item to "Time, Load and Mail". Change help echo text.
10445
10446 * time.el (display-time-use-mail-icon, display-time-format)
10447 (display-time-string-forms): Shorten first line of docstrings.
10448
10449 2005-08-10 Lars Hansen <larsh@soem.dk>
10450
10451 * desktop.el (desktop-buffer-mode-handlers):
10452 Make non-customizable. Add autoload cookie. Change initial value to
10453 nil; add elements in respective modules instead. Fix doc string.
10454 (desktop-load-file): New function.
10455 (desktop-minor-mode-handlers): New autoloaded variable.
10456 (desktop-create-buffer): Call minor mode handlers.
10457 Use desktop-load-file to load major and minor mode modules prior to
10458 checking for a handler.
10459 (desktop-save): Don't add nil to desktop-minor-modes for minor
10460 modes with nil function in desktop-minor-mode-table. Don't delete
10461 desktop file before rewriting it.
10462 (desktop-locals-to-save): Add autoload cookie. Don't make
10463 automatically buffer-local. Add variables column-number-mode,
10464 size-indication-mode, indent-tabs-mode,
10465 indicate-buffer-boundaries, indicate-empty-lines and
10466 show-trailing-whitespace.
10467 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
10468 regexps. Don't use desktop-clear-preserve-buffers-regexp.
10469 (desktop-clear-preserve-buffers-regexp): Delete.
10470 (desktop-clear-preserve-buffers): Update initial value and docstring.
10471 (desktop-save-buffer): Fix doc string.
10472
10473 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
10474 (hilit-chg-desktop-restore): New function.
10475 (highlight-changes-mode): Add highlight-changes-mode to
10476 desktop-locals-to-save.
10477
10478 * dired.el: Add handler to desktop-buffer-mode-handlers.
10479 (dired-restore-desktop-buffer): Remove autoload cookie.
10480 (dired-mode): Add autoload cookie.
10481
10482 * info.el: Add handler to desktop-buffer-mode-handlers.
10483 (Info-restore-desktop-buffer): Remove autoload cookie.
10484 (Info-mode): Add autoload cookie.
10485
10486 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
10487 (mh-restore-desktop-buffer): Remove autoload cookie.
10488 (mh-folder-mode): Add autoload cookie.
10489
10490 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
10491 (rmail-restore-desktop-buffer): Remove autoload cookie.
10492
10493 2005-08-11 Masatake YAMATO <jet@gyve.org>
10494
10495 * hexl.el (hexl-address-region):
10496 (hexl-ascii-region, hexl-font-lock-keywords):
10497 (hexl-highlight-line-range): Use the term "region"
10498 instead of "area" for consistency with the other symbols
10499 defined in hexl.el.
10500
10501 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
10502
10503 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
10504 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
10505 out by Juri Linkov). Add `display-battery-mode'.
10506
10507 2005-08-09 Juri Linkov <juri@jurta.org>
10508
10509 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10510 Remove `-text' from face variable names.
10511 (compilation-error-file-name, compilation-warning-file-name)
10512 (compilation-info-file-name): Delete faces.
10513 (compilation-line-number, compilation-column-number):
10514 Remove face underlining.
10515 (compilation-message-face): Set to `underline' value by default.
10516 (compilation-error-face, compilation-warning-face)
10517 (compilation-info-face): Remove `-file-name' from face names.
10518 (compilation-error-text-face, compilation-warning-text-face)
10519 (compilation-info-text-face): Delete face variables.
10520 (compilation-text-face): Delete function.
10521
10522 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
10523 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
10524 (grep-error-face): Set to `compilation-error' instead of
10525 `compilation-error-face' (which is redefined to `grep-hit-face' in
10526 grep buffers).
10527 (grep-mode-font-lock-keywords): Remove `-text' from face variable
10528 names. Use `grep-error-face' instead of `compilation-error-text-face'.
10529
10530 * dired-aux.el (dired-do-query-replace-regexp):
10531 Use `query-replace-read-args'.
10532
10533 * replace.el (query-replace-read-from, query-replace-read-to)
10534 (query-replace-read-args): Rename arg `string' to `prompt'.
10535
10536 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
10537
10538 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
10539
10540 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
10541 uploading files.
10542 (ange-ftp-canonize-filename): Handle file names beginning with ~
10543 correctly.
10544
10545 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
10546
10547 * textmodes/fill.el (canonically-space-region)
10548 (fill-context-prefix, fill-french-nobreak-p)
10549 (fill-delete-newlines, fill-comment-paragraph)
10550 (justify-current-line): "?\ " -> "?\s".
10551
10552 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
10553
10554 * textmodes/fill.el (fill-nonuniform-paragraphs):
10555 Improve argument/docstring consistency.
10556
10557 2005-08-09 Richard M. Stallman <rms@gnu.org>
10558
10559 * textmodes/ispell.el (ispell-word): More fboundp checks.
10560
10561 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
10562 (find-file-noselect-1): Call it here, only if RAWFILE.
10563 (normal-mode): Always set some major mode.
10564 (save-some-buffers-action-alist): Change some explanation strings.
10565 (file-name-non-special): In the `quote' method, use unwind-protect.
10566
10567 2005-08-09 Magnus Henoch <mange@freemail.hu>
10568
10569 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
10570 (ispell-have-aspell-dictionaries): New variable.
10571 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
10572 (ispell-get-aspell-config-value): New function.
10573 (ispell-aspell-find-dictionary): New function.
10574 (ispell-aspell-add-aliases): New function.
10575 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
10576 appropriate. Don't look for ispell dictionaries if we use aspell.
10577 (ispell-menu-map): Don't build a submenu of dictionaries.
10578
10579 2005-08-09 Richard M. Stallman <rms@gnu.org>
10580
10581 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
10582 (sql-read-passwd): Use read-passwd.
10583
10584 * progmodes/idlw-toolbar.el (idlwave-toolbar)
10585 (idlwave-toolbar-is-possible): Add defvars.
10586
10587 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
10588 Avoid warnings.
10589
10590 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
10591 (idlwave-system-class-info, idlwave-executive-commands-alist):
10592 Use defvar.
10593
10594 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
10595
10596 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
10597 Avoid warnings.
10598
10599 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
10600 and content-type: headers.
10601
10602 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
10603
10604 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
10605 and rename some of them to be more self-explanatory.
10606
10607 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
10608
10609 * startup.el (command-line-1): Implement -scriptload.
10610
10611 * replace.el (occur-engine): Initial *Occur* output not undoable.
10612
10613 * menu-bar.el (menu-bar-file-menu): Rename some menu items
10614 and improve help strings.
10615
10616 * isearch.el (isearch-repeat): When changing direction,
10617 mark search successful.
10618
10619 * ediff-init.el: Use (featurep 'xemacs).
10620
10621 * comint.el (send-invisible): Identify buffer, if not selected.
10622
10623 * align.el: Delete autoload for c-guess-basic-syntax.
10624
10625 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
10626
10627 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
10628 Improve argument/docstring consistency. Doc fixes.
10629 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
10630 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
10631 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
10632 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
10633 (r2bv-organization, r2bv-pages, r2bv-primary-author)
10634 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
10635 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
10636 Defvar at compile time.
10637
10638 2005-08-09 Juri Linkov <juri@jurta.org>
10639
10640 * info.el: Replace `info' with upper-case `Info' where appropriate.
10641 (info-title-1, info-title-2, info-title-3, info-title-4)
10642 (info-menu-header): Move up face definitions.
10643 (info-menu-star): Rename from `info-menu-5'.
10644 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
10645 (Info-fontify-visited-nodes): Fix docstring.
10646 (Info-hide-note-references): Fix docstring.
10647 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
10648 menu items in the same way as on cross-references.
10649 (info-apropos): Fix sorting order and formatting to be like in the
10650 stand-alone Info browser. Display error messages for 1 sec.
10651 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
10652 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
10653 from the menu bar.
10654 (Info-insert-dir): Restore point after calling
10655 `insert-buffer-substring'.
10656
10657 2005-08-08 Richard M. Stallman <rms@gnu.org>
10658
10659 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
10660 (recompute-lucid-menubar): Add defvars.
10661
10662 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
10663
10664 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
10665
10666 * net/net-utils.el (run-dig): Rename from `dig'.
10667
10668 * play/gametree.el (gametree-mode): Use make-local-variable,
10669 not make-variable-buffer-local.
10670
10671 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
10672
10673 * ansi-color.el (ansi-color-make-extent)
10674 (ansi-color-set-extent-face): Use fboundp, not functionp.
10675
10676 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
10677 not make-variable-buffer-local.
10678
10679 * bookmark.el (Info-current-file): Add defvar.
10680 (bookmark-jump-noselect): Use with-no-warnings.
10681
10682 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
10683
10684 * ebuff-menu.el (Helper-return-blurb): Add defvar.
10685
10686 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
10687
10688 * find-file.el (ada-procedure-start-regexp)
10689 (ada-package-start-regexp): Add defvars.
10690
10691 * info.el (Info-insert-dir): Use insert-buffer-substring.
10692
10693 * xml.el (xml-att-def-re): Add defvar.
10694
10695 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
10696 calling convention.
10697
10698 * subr.el (while-no-input): Return t if there is input.
10699
10700 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
10701
10702 * cus-start.el (all): Add `overflow-newline-into-fringe'.
10703
10704 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
10705
10706 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
10707 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
10708
10709 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
10710
10711 * cmuscheme.el (scheme-start-file): Replace reference to
10712 `user-emacs-directory' by "~/.emacs.d/".
10713
10714 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
10715
10716 * info.el (Info-dir-remove-duplicates): Avoid case folding
10717 in loop; instead, keep downcased strings for comparison.
10718 Suggested by Helmut Eller.
10719
10720 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
10721
10722 Sync with Tramp 2.0.50.
10723
10724 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
10725 XEmacs case; not necessary anymore.
10726 (tramp-user-regexp): Allow "@" as part of user name.
10727 (tramp-handle-set-visited-file-modtime)
10728 (tramp-handle-insert-file-contents)
10729 (tramp-handle-write-region): No special handling for
10730 `last-coding-system-used, because this is done in
10731 `tramp-accept-process-output' now.
10732 (tramp-accept-process-output): New defun.
10733 (tramp-process-one-action, tramp-process-one-multi-action)
10734 (tramp-wait-for-regexp, tramp-wait-for-output)
10735 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
10736 Howells <dhowells@redhat.com>.
10737 (clear-visited-file-modtime): Defadvice removed. The check for
10738 unset buffer's modtime does not need to be based on
10739 `tramp-buffer-file-attributes'. Suggested by RMS.
10740 (tramp-message): Insert "\n" if not being at beginning of line.
10741 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
10742 sequence with same logic.
10743 (tramp-completion-handle-expand-file-name): Discard call of
10744 `tramp-drop-volume-letter'. It is not necessary, and there have
10745 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
10746 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10747 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
10748 should always be visible.
10749 (tramp-handle-insert-directory, tramp-setup-complete)
10750 (tramp-set-process-query-on-exit-flag)
10751 (tramp-append-tramp-buffers): Pacify byte-compiler.
10752 (tramp-bug): Delete non-existing variables from list.
10753 Apply `tramp-load-report-modules' as pre-hook.
10754 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
10755 `shell-prompt-pattern' because of non-7bit characters.
10756 Reported by Sebastian Luque <sluque@mun.ca>.
10757 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
10758 (tramp-match-string-list): Remove function.
10759 (tramp-wait-for-regexp): Remove call of that function.
10760 Suggested by Kim F. Storm <storm@cua.dk>.
10761 (tramp-set-auto-save-file-modes): Use octal integer code #o600
10762 instead of octal character code ?\600. The latter resulted in a
10763 syntax error with XEmacs.
10764
10765 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
10766 XEmacs case; not necessary anymore.
10767 (tramp-smb-handle-write-region): No special handling for
10768 `last-coding-system-used, because this is done in
10769 `tramp-accept-process-output' now.
10770 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
10771
10772 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
10773
10774 * wid-edit.el (widget-choice-value-create):
10775 Unconditionally respect user choice. Set :explicit-choice back to nil
10776 when no longer needed.
10777 (widget-choice-action): Unconditionally respect user choice.
10778 Eliminate :explicit-choice-value.
10779
10780 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
10781
10782 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
10783 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
10784 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
10785 running new function `toggle-indicate-empty-lines'.
10786 Rename "Customize" item to "Customize fringe".
10787 Rename "Indicators" item to "Buffer boundaries" and change help echo.
10788 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
10789 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
10790 Delete "Empty lines only" item.
10791 (menu-bar-showhide-fringe-ind-customize): New function.
10792 (menu-bar-showhide-fringe-ind-mixed)
10793 (menu-bar-showhide-fringe-ind-box)
10794 (menu-bar-showhide-fringe-ind-right)
10795 (menu-bar-showhide-fringe-ind-left)
10796 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
10797 instead of `fringe-indicators'.
10798
10799 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
10800
10801 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
10802 Change the date of last update.
10803
10804 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
10805
10806 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
10807 (viper-exec-yank, viper-put-back): Don't display modification msg
10808 if in the minibuffer.
10809
10810 * viper-init.el (viper-replace-overlay-cursor-color)
10811 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
10812 Make variables frame local.
10813
10814 * viper-util.el (viper-append-filter-alist): Use append instead of
10815 nconc.
10816
10817 * viper.el (viper-vi-state-mode-list)
10818 (viper-emacs-state-mode-list): Move help-mode and
10819 completion-list-mode from the first list to the second.
10820 (viper-mode): Docstring.
10821 (viper-go-away, viper-non-hook-settings): Don't localize
10822 minor-mode-alist in newer Emacsen. Add advice to
10823 set-cursor-color. Don't bind "\C-c\\".
10824
10825 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
10826
10827 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
10828 (scheme-macro-expand-command): New user options.
10829 (scheme-trace-procedure, scheme-expand-current-form): New commands.
10830 (scheme-form-at-point, scheme-start-file)
10831 (scheme-interactively-start-process): New functions.
10832 (scheme-get-process): New function, extracted from `scheme-proc'.
10833 (run-scheme): Call `scheme-start-file' to get start file, and pass
10834 it to `make-comint'.
10835 (switch-to-scheme, scheme-proc):
10836 Call `scheme-interactively-start-process' if no Scheme buffer/process
10837 is available.
10838
10839 2005-08-06 Juri Linkov <juri@jurta.org>
10840
10841 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10842 Use `compilation-text-face', `compilation-info-text-face' and
10843 `compilation-error-text-face' instead of `font-lock-keyword-face'.
10844 (compilation-error): New face.
10845 (compilation-error-file-name): Inherit from
10846 `compilation-error' instead of `font-lock-warning-face'.
10847 (compilation-warning-file-name): Inherit from
10848 `compilation-warning' instead of `font-lock-warning-face'.
10849 (compilation-info, compilation-error-file-name)
10850 (compilation-warning-file-name, compilation-info-file-name)
10851 (compilation-line-number, compilation-column-number): Doc fix.
10852 (compilation-error-text-face, compilation-warning-text-face)
10853 (compilation-info-text-face): New face variables.
10854 (compilation-line-face, compilation-column-face)
10855 (compilation-enter-directory-face)
10856 (compilation-leave-directory-face): Doc fix.
10857 (compilation-text-face): New function.
10858
10859 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
10860 instead of 1 to display binary file names as info file links.
10861 (grep-error-face): Use `compilation-error-face' instead of
10862 `font-lock-keyword-face'.
10863 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
10864 and `compilation-warning-text-face' instead of
10865 `font-lock-keyword-face'. Use `compilation-error-text-face'
10866 instead of `grep-error-face'.
10867
10868 2005-08-05 Kenichi Handa <handa@m17n.org>
10869
10870 * international/code-pages.el: Add autoload cookies for all coding
10871 systems.
10872
10873 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
10874
10875 * cus-start.el (all): Put undo.c where it alphabetically belongs.
10876
10877 2005-08-04 Juri Linkov <juri@jurta.org>
10878
10879 * progmodes/compile.el (compilation-mode-map):
10880 * progmodes/grep.el (grep-mode-map):
10881 Bind TAB to `compilation-next-error' and [backtab] to
10882 `compilation-previous-error'.
10883
10884 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
10885 matching line numbers, column numbers and their ranges with regexp
10886 matching only line numbers.
10887 (grep-context-face): New face variable.
10888 (grep-mode-font-lock-keywords): Use it.
10889
10890 * faces.el (read-face-name): Delete duplicate faces.
10891
10892 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
10893
10894 * thumbs.el (thumbs-find-image): Don't make variables
10895 automatically buffer local.
10896 (thumbs-current-tmp-filename, thumbs-current-image-filename)
10897 (thumbs-image-num): Make automatically buffer local.
10898 (thumbs-show-thumbs-list): Use `make-local-variable', not
10899 `make-variable-buffer-local'.
10900 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
10901
10902 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
10903 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
10904 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
10905 (bother, bye, canyou, chatlst, continue, deathlst, describe)
10906 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
10907 (feelings-about, foullst, found, hello, history, howareyoulst)
10908 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
10909 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
10910 (neglst, obj, object, owner, please, problems, qlist)
10911 (random-adjective, relation, remlst, repetitive-shortness)
10912 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
10913 (shortlst, something, sportslst, stallmanlst, states, subj)
10914 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
10915 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
10916 Defvar at compile time.
10917
10918 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
10919 not `make-variable-buffer-local'.
10920
10921 2005-08-02 Kim F. Storm <storm@cua.dk>
10922
10923 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
10924 rectangle overlay in selected window.
10925
10926 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
10927
10928 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
10929 instead of display group. Make `indicate-buffer-boundaries'
10930 customizable through Custom.
10931
10932 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
10933
10934 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
10935 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
10936 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
10937 (gdb-put-string): Fix typos in docstrings.
10938
10939 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
10940
10941 Update copyright notices of files in progmodes directory for
10942 release of Emacs 22.1.
10943
10944 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
10945
10946 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
10947 Don't barf if the GUD buffer has been killed.
10948
10949 2005-08-01 Kim F. Storm <storm@cua.dk>
10950
10951 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
10952
10953 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
10954
10955 * simple.el (next-error-follow-minor-mode):
10956 make-variable-buffer-local -> make-local-variable.
10957
10958 * emacs-lisp/cl-extra.el: Require CL also when compiling.
10959
10960 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
10961 (byte-compile-form-make-variable-buffer-local): New functions to warn
10962 about misuses of make-variable-buffer-local where make-local-variable
10963 was meant.
10964
10965 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
10966
10967 * bs.el (bs-attributes-list): Doc fix.
10968 (bs): Update url-link.
10969
10970 * desktop.el (desktop-save-buffer): Fix typos in docstring.
10971 (desktop-load-default): Simplify.
10972
10973 * ibuffer.el (ibuffer-columnize-and-insert-list)
10974 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
10975 (ibuffer-unmark-all, ibuffer-toggle-marks)
10976 (ibuffer-unmark-forward, ibuffer-unmark-backward)
10977 (ibuffer-compile-make-format-form, ibuffer-format-column)
10978 (ibuffer-current-buffers-with-marks)
10979 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
10980 (ibuffer): Doc fix.
10981 (ibuffer-mode): Fix typo in docstring.
10982 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
10983 with `define-obsolete-variable-alias'.
10984 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
10985
10986 2005-07-29 Kenichi Handa <handa@m17n.org>
10987
10988 * international/mule-cmds.el (select-message-coding-system):
10989 Be sure to use LF for end-of-line. If no coding system is decided,
10990 return iso-8859-1-unix.
10991
10992 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
10993
10994 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
10995 (ange-ftp-pending-error-line): New vars.
10996 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
10997 to handle the non-fatal no-route-to-host messages.
10998 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
10999
11000 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
11001
11002 * isearch.el (isearch-mode-map, isearch-other-meta-char)
11003 (isearch-quote-char, isearch-printing-char)
11004 (isearch-text-char-description): "?\ " -> "?\s".
11005 (isearch-lazy-highlight-cleanup)
11006 (isearch-lazy-highlight-initial-delay)
11007 (isearch-lazy-highlight-interval)
11008 (isearch-lazy-highlight-max-at-a-time)
11009 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
11010 Declare with define-obsolete-*-alias macros.
11011 (isearch-forward): Fix typo in docstring.
11012 (search-invisible, search-ring-yank-pointer)
11013 (regexp-search-ring-yank-pointer): Doc fixes.
11014
11015 * recentf.el (recentf-menu-append-commands-p): Declare with
11016 `define-obsolete-variable-alias'.
11017 (recentf-max-saved-items, recentf-menu-filter)
11018 (recentf-arrange-by-rule-subfilter): Doc fixes.
11019 (recentf-menu-append-commands-flag)
11020 (recentf-initialize-file-name-history, recentf-expand-file-name)
11021 (recentf-clear-data): Fix typos in docstrings.
11022
11023 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
11024
11025 * progmodes/gdb-ui.el: Smarten comments.
11026 (gdb-info-breakpoints-custom): Use nowarn when finding file.
11027
11028 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11029
11030 * term/apollo.el (terminal-init-apollo): New function containing
11031 all former top level forms in the file.
11032 * term/bobcat.el (terminal-init-bobcat):
11033 * term/cygwin.el (terminal-init-cygwin):
11034 * term/iris-ansi.el (terminal-init-iris-ansi):
11035 * term/linux.el (terminal-init-linux):
11036 * term/news.el (terminal-init-news):
11037 * term/rxvt.el (terminal-init-rxvt):
11038 * term/sun.el (terminal-init-sun):
11039 * term/tvi970.el (terminal-init-tvi970):
11040 * term/vt100.el (terminal-init-vt100):
11041 * term/vt102.el (terminal-init-vt102):
11042 * term/vt125.el (terminal-init-vt125):
11043 * term/vt200.el (terminal-init-vt200):
11044 * term/vt201.el (terminal-init-vt201):
11045 * term/vt220.el (terminal-init-vt220):
11046 * term/vt240.el (terminal-init-vt240):
11047 * term/vt300.el (terminal-init-vt300):
11048 * term/vt320.el (terminal-init-vt320):
11049 * term/vt400.el (terminal-init-vt400):
11050 * term/vt420.el (terminal-init-vt420):
11051 * term/wyse50.el (terminal-init-wyse50):
11052 * term/xterm.el (terminal-init-xterm): Likewise.
11053
11054 * term/README: Describe the terminal-init-* functionality.
11055
11056 * startup.el (command-line): After loading the terminal initialization
11057 file call the corresponding terminal initialization function.
11058
11059 2005-07-27 Kenichi Handa <handa@m17n.org>
11060
11061 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11062 negative.
11063
11064 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
11065 (ps-mule-composition-prologue): Fix for the case that
11066 RelativeCompose is false.
11067
11068 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11069
11070 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11071
11072 * descr-text.el (describe-char): Handle the case where the list of
11073 chars is displayed in a separate frame.
11074 Be a bit more discriminating when looking for the char.
11075
11076 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
11077
11078 * bookmark.el (bookmark-automatically-show-annotations)
11079 (bookmark-read-annotation-text-func): Doc fixes.
11080 (bookmark-save): Improve argument/docstring consistency.
11081 (bookmark-get-bookmark, bookmark-get-bookmark-record)
11082 (bookmark-alist-from-buffer)
11083 (bookmark-upgrade-file-format-from-0)
11084 (bookmark-grok-file-format-version)
11085 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11086 (bookmark-read-annotation-mode)
11087 (bookmark-insert-current-bookmark, bookmark-jump)
11088 (bookmark-exit-hook): Fix typos in docstrings.
11089 (bookmark-exit-hooks): Define as obsolete alias.
11090 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11091 not `bookmark-exit-hooks'. Fix docstring.
11092 (bookmark-bmenu-select): "?\ " -> "?\s".
11093
11094 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
11095
11096 * startup.el (command-line): Fix typo.
11097
11098 2005-07-24 Richard M. Stallman <rms@gnu.org>
11099
11100 * tooltip.el (tooltip-mode): Test emacs-basic-display,
11101 not emacs-quick-startup.
11102
11103 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
11104
11105 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11106 (reb-next-match, reb-show-subexp): Use `with-selected-window'
11107 instead of `reb-with-current-window'.
11108 (reb-prev-match): Likewise. Also, don't move left if the search
11109 was unsuccessful.
11110 (reb-initialize-buffer): New function.
11111 (re-builder, reb-change-syntax): Use it.
11112
11113 * man.el (Man-goto-page): Make second argument NOERROR optional.
11114
11115 2005-07-23 Richard M. Stallman <rms@gnu.org>
11116
11117 * man.el (Man-bgproc-sentinel): Check here for failure to find
11118 any man page in the output, and report the error here.
11119 (Man-arguments): Make it permanent local.
11120 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
11121 (Man-mode): Pass t for NOERROR.
11122
11123 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
11124 (grep-mode-font-lock-keywords):
11125 Don't use compilation-...-face for messages that are not file names.
11126
11127 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11128 Don't use compilation-...-face for messages that are not file names.
11129
11130 2005-07-22 Juri Linkov <juri@jurta.org>
11131
11132 * startup.el (normal-splash-screen): Update menu name.
11133
11134 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
11135
11136 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11137
11138 * term/xterm.el: Load term/rxvt if the terminal is actually an
11139 rxvt terminal.
11140 (xterm-rxvt-set-background-mode): Remove, not used anymore.
11141
11142 * term/rxvt.el (function-key-map): Use substitute-key-definition
11143 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
11144
11145 * term/cygwin.el: New file.
11146
11147 2005-07-22 Kim F. Storm <storm@cua.dk>
11148
11149 * image-file.el (insert-image-file, image-file-yank-handler):
11150 Fix last change to maintain a (unique) yank-handler on yanked images.
11151
11152 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
11153
11154 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
11155 of the file size (as in "177B" for 177 bytes). This happens with
11156 "ls -lh" on FreeBSD.
11157
11158 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
11159
11160 * hilit-chg.el (highlight-changes-global-initial-state)
11161 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11162 (hilit-chg-fixup, highlight-changes-mode):
11163 Fix typos in docstrings.
11164 (highlight-changes-global-modes, highlight-changes-rotate-faces):
11165 Doc fixes.
11166
11167 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
11168
11169 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
11170 mode function using `eval-after-load'.
11171
11172 2005-07-21 Kim F. Storm <storm@cua.dk>
11173
11174 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
11175 included when reporting an emacs crash, and tell about the DEBUG file.
11176
11177 * image-file.el (insert-image-file): Add yank-handler.
11178 (image-file-yank-handler): Yank handler to make unique copies of
11179 images when they are yanked into a buffer next to each other.
11180
11181 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
11182
11183 * comint.el (comint-use-prompt-regexp, comint-send-input)
11184 (comint-source-default, comint-extract-string)
11185 (comint-get-source, comint-word, comint-completion)
11186 (comint-source, comint-prompt-read-only, comint-update-fence):
11187 Fix typos in docstrings.
11188 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
11189 Declare with define-obsolete-*-alias macros.
11190 (comint-previous-matching-input-from-input)
11191 (comint-next-matching-input-from-input)
11192 (comint-previous-matching-input, comint-next-matching-input)
11193 (comint-forward-matching-input):
11194 Improve argument/docstring consistency.
11195
11196 * desktop.el (desktop-clear-preserve-buffers-regexp):
11197 Also preserve the *server* buffer.
11198
11199 * simple.el (clone-indirect-buffer): Doc fix.
11200 (fixup-whitespace, just-one-space)
11201 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
11202 (next-error, next-error-highlight)
11203 (next-error-highlight-no-select, next-error-last-buffer)
11204 (next-error-buffer-p, next-error-find-buffer, next-error)
11205 (previous-error, next-error-no-select, previous-error-no-select)
11206 (open-line, split-line, minibuffer-prompt-width, kill-new)
11207 (binary-overwrite-mode): Fix typos in docstrings.
11208 (set-fill-column): Fix typo in message.
11209
11210 * skeleton.el (skeleton-proxy-new): Doc fix.
11211
11212 * strokes.el (strokes-load-hook): Doc fix.
11213 (strokes-grid-resolution, strokes-get-grid-position)
11214 (strokes-renormalize-to-grid, strokes-read-stroke)
11215 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
11216 (strokes-global-map): Fix typos in docstrings.
11217 (strokes-help): Doc fix. Fix help message and pass it through
11218 `substitute-command-keys'.
11219
11220 * tempo.el (tempo-insert-prompt, tempo-interactive)
11221 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
11222 (tempo-insert-string-functions, tempo-local-tags)
11223 (tempo-define-template, tempo-insert-template)
11224 (tempo-insert-prompt-compat, tempo-is-user-element)
11225 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
11226 Fix typos in docstrings.
11227
11228 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
11229 (vcursor-key-bindings, vcursor-use-vcursor-map)
11230 (vcursor-find-window, vcursor-scroll-down)
11231 (vcursor-disable, vcursor-beginning-of-buffer)
11232 (vcursor-end-of-buffer): Fix typos in docstrings.
11233 (vcursor-relative-move, vcursor-get-char-count):
11234 Improve argument/docstring consistency.
11235
11236 * version.el: "?\ " -> "?\s".
11237
11238 * wid-edit.el (widget-default-create, widget-after-change)
11239 (widget-default-format-handler, widget-checklist-add-item)
11240 (widget-radio-add-item, widget-choose, widget-specify-secret)
11241 (widget-field-value-create, widget-field-value-get)
11242 (widget-editable-list-format-handler)
11243 (widget-editable-list-entry-create, widget-group-value-create)
11244 (widget-documentation-link-add)
11245 (widget-documentation-string-value-create): "?\ " -> "?\s".
11246 (widget-convert-text): Doc fix.
11247 (widget-narrow-to-field, widget-field-find)
11248 (widget-url-link-action, widget-emacs-library-link-action)
11249 (widget-color-notify): Fix typos in docstrings.
11250
11251 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
11252 (x-select-text, set-w32-system-coding-system)
11253 (w32-add-charset-info): Fix typos in docstrings.
11254
11255 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
11256 (cua-enable-cua-keys, cua-use-hyper-key)
11257 (cua-virtual-rectangle-edges): Fix typos in docstrings.
11258 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
11259
11260 * net/tramp.el (tramp-handle-load): Fix typo in error message.
11261
11262 * emacs-lisp/re-builder.el (regexp-builder): Declare with
11263 `defalias' instead of faking it.
11264
11265 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
11266 (eshell-ls-missing, eshell-ls-dired-initial-args)
11267 (eshell-ls-use-in-dired): Fix typos in docstrings.
11268
11269 2005-07-20 Kim F. Storm <storm@cua.dk>
11270
11271 * emulation/cua-base.el (cua-mode): Improve doc string.
11272
11273 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
11274
11275 * abbrev.el (expand-region-abbrevs): Doc fix.
11276 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
11277 Improve argument/docstring consistency.
11278
11279 * arc-mode.el (archive-get-descr, archive-alternate-display):
11280 Doc fixes.
11281 (archive-l-e): Improve argument/docstring consistency.
11282 (archive-tmpdir, archive-unixdate, archive-unixtime)
11283 (archive-chmod-entry): Fix typos in docstrings.
11284 (archive-unflag, archive-unflag-backwards)
11285 (archive-unmark-all-files): "?\ " -> "?\s".
11286
11287 * buff-menu.el (Buffer-menu-unmark): Doc fix.
11288 (Buffer-menu-not-modified, Buffer-menu-execute)
11289 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
11290 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
11291
11292 * composite.el (compose-string, encode-composition-rule)
11293 (compose-last-chars): Fix typos in docstrings.
11294
11295 * desktop.el (desktop-enable, desktop-basefilename):
11296 Declare with `define-obsolete-variable-alias'.
11297 (desktop-internal-v2s): Don't quote keywords.
11298 (desktop-clear): "?\ " -> "?\s".
11299
11300 * dired.el (dired-align-file, dired-flag-backup-files)
11301 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
11302 (dired-listing-switches, dired-ls-F-marks-symlinks)
11303 (dired-dwim-target, dired-load-hook, dired-mode-hook)
11304 (dired-directory, dired-faces, dired, dired-revert)
11305 (dired-mode, dired-summary, dired-view-file)
11306 (dired-copy-filename-as-kill, dired-delete-file)
11307 (dired-no-confirm, dired-unmark-all-marks)
11308 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
11309 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
11310 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
11311 Fix typos in message strings.
11312
11313 * dired-x.el (virtual-dired): Declare with `defalias'.
11314 (dired-mark-unmarked-files, dired-local-variables-file)
11315 (dired-omit-here-always): Doc fix.
11316 (dired-omit-mode, dired-find-subdir)
11317 (dired-enable-local-variables, dired-clean-up-buffers-too)
11318 (dired-extra-startup, dired-mark-extension, dired-jump)
11319 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
11320 (dired-smart-shell-command, dired-guess-shell-alist-user)
11321 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
11322 (dired-x-bind-find-file, dired-x-submit-report):
11323 Fix typos in docstrings.
11324 (dired-mark-unmarked-files): "?\ " -> "?\s".
11325
11326 * dirtrack.el (dirtrack-list): Fix typos in docstring.
11327
11328 * faces.el (describe-face): "?\ " -> "?\s".
11329 (read-all-face-attributes, read-face-font, modify-face)
11330 (face-attr-construct, italic): Fix typos in docstrings.
11331 (frame-update-face-colors): Declare with
11332 `define-obsolete-function-alias'.
11333
11334 * files.el (find-file-noselect, recode-file-name): Doc fixes.
11335 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
11336 (magic-mode-alist, buffer-file-numbers-unique)
11337 (write-file-functions, get-free-disk-space):
11338 Fix typos in docstrings.
11339 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
11340 (write-contents-hooks, write-file-hooks):
11341 Declare with `define-obsolete-variable-alias'.
11342
11343 * forms-d2.el (arch-rj): Fix typo in docstrings.
11344 (arch-tocol): Likewise. "?\ " -> "?\s".
11345
11346 * frame.el (set-frame-font, cursor-in-non-selected-windows):
11347 Fix typo in docstring.
11348 (set-screen-width, set-screen-height): Delete redundant info in
11349 doctrings.
11350 (new-frame, screen-height, screen-width): Declare with
11351 `define-obsolete-function-alias'.
11352 (delete-frame-hook, blink-cursor): Declare with
11353 `define-obsolete-variable-alias'.
11354
11355 * paths.el (prune-directory-list): Fix typos in docstring.
11356
11357 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
11358 (cvs-prefix-get): Fix typos in docstrings.
11359
11360 * ps-print.el (ps-extend-face-list, ps-extend-face)
11361 (ps-print-background-image): Fix typos in docstrings.
11362 (ps-default-fg, ps-default-bg): Doc fixes.
11363
11364 * s-region.el (s-region-bind): Doc fix.
11365 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
11366
11367 * textmodes/org.el (org-table-formula-substitute-names)
11368 (org-table-get-vertical-vector): Doc fixes.
11369 (org-table-recalculate): Remove unused argument to `message'.
11370
11371 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
11372
11373 * textmodes/org.el (org-table-column-names)
11374 (org-table-column-name-regexp)
11375 (org-table-named-field-locations): New variables.
11376 (org-archive-subtree): Protect `this-command' when calling
11377 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
11378 the kill buffer.
11379 (org-complete): Remove fixed-formula completion.
11380 (org-edit-formulas-map): New variable.
11381 (org-table-edit-formulas): New command.
11382 (org-finish-edit-formulas, org-abort-edit-formulas)
11383 (org-show-variable, org-table-get-vertical-vector): New functions.
11384 (org-table-maybe-eval-formula): Handle `:=' fields.
11385 (org-table-get-stored-formulas, org-table-store-formulas)
11386 (org-table-get-formula, org-table-modify-formulas)
11387 (org-table-replace-in-formulas): Handle named field formulas.
11388 (org-table-get-specials): Store locations of named fields.
11389
11390 2005-07-19 Juri Linkov <juri@jurta.org>
11391
11392 * progmodes/grep.el (grep-regexp-alist)
11393 (grep-mode-font-lock-keywords, grep-process-setup):
11394 Use default GNU grep match color "01;31m" instead of "01;41m".
11395 (grep-regexp-alist, grep-mode-font-lock-keywords):
11396 Use `\\[[0-9]*m' instead of `\\[00m'.
11397 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
11398 sgr_start where its handling is more important. Use the real
11399 length of sgr_start instead of constant 8.
11400 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
11401 specially. Delete all remaining escape sequences.
11402 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
11403 (grep-regexp-alist): Make hyperlink only for binary file name
11404 instead of the whole line.
11405 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
11406 (grep-mode): Add autoload.
11407
11408 * emacs-lisp/find-func.el (find-function-regexp):
11409 Add `define-compilation-mode'.
11410
11411 2005-07-19 Juri Linkov <juri@jurta.org>
11412
11413 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
11414 (compare-windows-sync-string-size, compare-windows-recenter)
11415 (compare-windows-highlight, compare-windows): Add version 22.1.
11416 (compare-windows) <defface>: Inherit from lazy-highlight instead
11417 of duplicating its default value.
11418
11419 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
11420 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
11421
11422 * descr-text.el (describe-char): Create link buttons for `charset'
11423 and `code point'. Add the current input method name with a link
11424 button to `to input' field. Print face names of display table
11425 characters in `The display table entry is displayed by' section
11426 instead of printing face-id in the `display' field.
11427 Guess hardcoded faces and create a link button for them.
11428 Skip empty fields when calculating max-width.
11429 Treat `widget-create' specially while inserting strings from the
11430 collected field list.
11431 (describe-char-after): Made obsolete in version 22.1, not 21.5.
11432
11433 * diff-mode.el (diff-file-header): Change foreground color from
11434 yellow to green on light backgrounds.
11435 (diff-context): Inherit from `shadow' only for color/grayscale
11436 with more than 88 colors.
11437 (diff-indicator-removed, diff-indicator-added)
11438 (diff-indicator-changed): New faces.
11439 (diff-font-lock-keywords): Use new faces. Regroup rules.
11440 Add "^---$" for `normal' diff format. Fontify `#' lines with
11441 font-lock-comment-delimiter-face and font-lock-comment-face.
11442 Add `#' to ^[^...] in the rule for `diff-context-face'.
11443
11444 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
11445 a button-like box. Inherit from `highlight' on low colors.
11446 (shadow): Use shades of gray only for color/grayscale with
11447 more than 88 colors. Use green for light backgrounds with
11448 8 colors, and yellow for dark backgrounds with 8 colors.
11449
11450 * font-lock.el (font-lock-regexp-grouping-backslash):
11451 Don't inherit from escape-glyph (use bold for all cases).
11452
11453 * info.el (info-xref-visited): Use light foreground color `violet'
11454 for dark backgrounds instead of dark color `magenta3'.
11455 (info-title-1): Use `yellow' color for dark backgrounds.
11456
11457 * isearch.el (isearch): Use not-too-dark magenta3 instead of
11458 too-light magenta2.
11459
11460 * replace.el (match): Use slightly more light RoyalBlue3 instead
11461 of dark RoyalBlue4.
11462
11463 * wid-edit.el (widget-inactive): Inherit from `shadow'.
11464
11465 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
11466
11467 * novice.el (disabled-command-hook): Declare it with
11468 `define-obsolete-variable-alias'.
11469
11470 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
11471 (desktop-buffer-misc-functions, desktop-buffer-handlers)
11472 (desktop-load-default): Add release to obsolescence info.
11473 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
11474 (desktop-append-buffer-args, desktop-read):
11475 Fix typos in docstrings.
11476 (desktop-kill): Fix typo in message.
11477 (desktop-save): Doc fix.
11478
11479 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
11480
11481 * viper-cmd.el (viper-escape-to-state): Bug fix.
11482 (viper-envelop-ESC-key): Change the definition of fast
11483 keysequence so it'll work with keyboard macros.
11484
11485 * ediff.el (ediff-patch-buffer): Change the docstring.
11486
11487 2005-07-19 Kenichi Handa <handa@m17n.org>
11488
11489 * international/mule-cmds.el (select-safe-coding-system): Try to
11490 use an auto-coding (if any) before anything else. If the found
11491 auto-coding is invalid, show a warning message.
11492
11493 * international/mule.el (find-auto-coding): New function created
11494 by modifying the body of set-auto-coding.
11495 (set-auto-coding): Use find-auto-coding to find a coding.
11496
11497 2005-07-18 Richard M. Stallman <rms@gnu.org>
11498
11499 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
11500 not isearch-mode-end-hook-error.
11501 (allout-before-change-protect): Fix error message.
11502
11503 2005-07-18 Juri Linkov <juri@jurta.org>
11504
11505 * allout.el (allout-mode):
11506 * calculator.el (calculator-copy):
11507 * custom.el (custom-known-themes):
11508 * dired.el (dired-desktop-buffer-misc-data)
11509 (dired-restore-desktop-buffer):
11510 * dired-x.el (dired-omit-marker-char):
11511 * files.el (basic-save-buffer):
11512 * font-core.el (font-lock-mode):
11513 * calendar/calendar.el (calendar-goto-hebrew-date)
11514 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
11515 (calendar-goto-persian-date):
11516 * language/ethio-util.el (ethio-sera-to-fidel-region):
11517 * textmodes/picture.el (picture-mode):
11518 Delete duplicate duplicate words.
11519
11520 2005-07-18 Juri Linkov <juri@jurta.org>
11521
11522 * isearch.el (isearch-mode-map): Remove key bindings for regexp
11523 chars * ? } |.
11524 (isearch-fallback): Don't call `isearch-process-search-char'.
11525 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
11526 (isearch-process-search-char): Call `isearch-fallback' for regexp
11527 chars * ? } |.
11528 (isearch-return-char): Make obsolete with `make-obsolete' instead
11529 of simply documenting it as obsolete in the docstring.
11530 (isearch-fallback): Refill docstring.
11531
11532 * international/isearch-x.el
11533 (isearch-process-search-multibyte-characters): Remove unneeded
11534 `concat'. Add intermediate values to `junk-hist' instead of
11535 `minibuffer-history'. Test the length of `str'.
11536
11537 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
11538
11539 * allout.el (allout-resolve-xref): Fix typos in error strings.
11540 (allout-before-change-protect): Remove unneeded `concat'.
11541
11542 * array.el (array-mode, array-reconfigure-rows)
11543 (untabify-backward): Fix typos in docstrings.
11544 (array-reconfigure-rows): Use `insert-buffer-substring', not
11545 `insert-buffer'.
11546
11547 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
11548 * progmodes/ada-mode.el (ada-make-body):
11549 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
11550
11551 * dired.el (dired-log):
11552 * tar-mode.el (tar-subfile-save-buffer):
11553 * play/zone.el (zone-pgm-stress-destress):
11554 Use `insert-buffer-substring', not `insert-buffer'.
11555
11556 2005-07-17 Simon Josefsson <jas@extundo.com>
11557
11558 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
11559
11560 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
11561
11562 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
11563 Add plain auth method.
11564 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
11565
11566 2005-07-17 Kim F. Storm <storm@cua.dk>
11567
11568 * ido.el (dired-other-window): Add ido property.
11569
11570 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
11571
11572 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11573 Fix typo in docstring.
11574 (byte-compile-interactive-only-functions): Add `insert-buffer' and
11575 `insert-file-literally'.
11576
11577 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
11578 info and delete redundant message. Doc fix.
11579 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
11580 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
11581
11582 2005-07-16 Richard M. Stallman <rms@gnu.org>
11583
11584 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
11585 (byte-compile-and): Use byte-compile-and-recursion.
11586 (byte-compile-or-recursion): New function.
11587 (byte-compile-or): Use that.
11588 (byte-compile-if): Guard the else-clause too.
11589 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
11590
11591 * isearch.el (isearch-mode-end-hook-quit): New variable.
11592 (isearch-done): Bind it.
11593 (isearch-mode-end-hook): Doc fix.
11594
11595 * allout.el (allout-isearch-did-quit): Variable deleted.
11596 (allout-real-isearch-abort): Function name no longer used.
11597 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
11598 (allout-isearch-rectification): isearch-mode always exists.
11599 Don't set allout-isearch-did-quit.
11600 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
11601 allout-isearch-did-quit.
11602 (allout-enwrap-isearch): Just add the hook.
11603 (allout-isearch-abort): Function deleted.
11604 (allout-pre-command-business): Avoid warning.
11605
11606 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
11607 Correctly avoid warnings.
11608 (pascal-outline): Likewise.
11609
11610 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
11611
11612 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
11613
11614 * play/tetris.el (tetris-mode): Avoid warning.
11615
11616 * play/snake.el (snake-mode): Avoid warning.
11617
11618 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
11619 (gamegrid-set-display-table): Avoid warning.
11620 (gamegrid-set-timer): Likewise.
11621 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
11622 (gamegrid-add-score-with-update-game-score-1): Take FILE
11623 as argument.
11624 (gamegrid-add-score-with-update-game-score): Pass that argument.
11625 Rename have-shared-game-dir to gamegrid-shared-game-dir.
11626
11627 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
11628
11629 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
11630 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
11631
11632 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
11633 and insert-file.
11634
11635 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
11636 (sc-ask): Avoid warnings.
11637
11638 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
11639 (eshell-hist-initialize): Use that var the natural way.
11640
11641 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
11642
11643 * emacs-lisp/re-builder.el (reb-cook-regexp):
11644 Avoid warning calling lre-compile-string.
11645 (reb-color-display-p): Avoid warning.
11646
11647 * calculator.el (calculator-last-input): Guard uses
11648 of event-key and key-press-event-p.
11649 (event-key, key-press-event-p): Delete definitions.
11650
11651 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
11652 (find-gc-source-directory, find-gc-subrs-callers)
11653 (find-gc-noreturn-list, find-gc-source-files)
11654 (find-gc-subrs-called): Vars renamed and defvar'd.
11655
11656 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
11657 (checkdoc-overlay-put, checkdoc-delete-overlay)
11658 (checkdoc-overlay-start, checkdoc-overlay-end)
11659 (checkdoc-mode-line-update, checkdoc-char=):
11660 Define such that compiler knows they are defined.
11661 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
11662 (checkdoc-read-event): Delete. Use read-event directly.
11663
11664 * whitespace.el (whitespace-make-overlay)
11665 (whitespace-overlay-put, whitespace-delete-overlay)
11666 (whitespace-overlay-start, whitespace-overlay-end):
11667 Define such that compiler knows they are defined.
11668 (whitespace): Move conditional inside.
11669
11670 * tempo.el (tempo-insert-template): Suppress warning.
11671
11672 * ediff-diff.el (longlines-mode): Add defvar.
11673
11674 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
11675
11676 * server.el: Bind "C-x #" in a way that works even if C-x is
11677 redefined to a command key, not a prefix key.
11678
11679 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
11680
11681 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
11682 cl-make-type-test till execution time.
11683
11684 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
11685
11686 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
11687 arg ARG and use it.
11688
11689 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
11690
11691 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
11692
11693 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
11694
11695 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
11696 a defcustom with two :set or :type keywords.
11697
11698 2005-07-15 Richard M. Stallman <rms@gnu.org>
11699
11700 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11701 Don't give ^M comment-end syntax.
11702
11703 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
11704
11705 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
11706 Don't consider gdbmi (gdb-mi.el has its own update functions).
11707 (gdb-var-delete): Make it work for gdbmi as well.
11708 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
11709
11710 * progmodes/gud.el (etags, sdb): Only require etags when needed.
11711 (gud-speedbar-menu-items): Correct logic for enabling items.
11712
11713 2005-07-15 Kim F. Storm <storm@cua.dk>
11714
11715 * ido.el: Fix commentary.
11716 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
11717 Use with-no-warnings around ffap-guesser.
11718 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
11719 Let bind minibuffer-completing-file-name to t.
11720
11721 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
11722
11723 * startup.el (site-run-file, keyboard-type): Doc fixes.
11724 (command-line): Check for "--basic-display" argument; also for
11725 "--quick", not "--bare-bones" (which was renamed).
11726 (fancy-splash-text): Add missing item "Getting New Versions".
11727 (normal-splash-screen): Fix typos and improve consistency with
11728 `fancy-splash-text'. Update copyright year.
11729
11730 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
11731 valid binding for `help-char'.
11732
11733 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
11734
11735 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
11736
11737 * term.el (term-mode): Disable cua-mode for term buffers.
11738
11739 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
11740
11741 * add-log.el (add-log-mailing-address, change-log-merge):
11742 Doc fixes.
11743 (change-log-get-method-definition): Fix typo in docstring.
11744
11745 2005-07-14 Kim F. Storm <storm@cua.dk>
11746
11747 * emulation/cua-base.el:
11748 (cua--pre-command-handler-1, cua--pre-command-handler)
11749 (cua--post-command-handler-1, cua--post-command-handler):
11750 Split in two. Check (buffer local) value of cua-mode.
11751 (cua-selection-mode): New command.
11752
11753 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
11754
11755 * custom.el (custom-initialize-safe-set)
11756 (custom-initialize-safe-default): Doc fixes.
11757
11758 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11759 and simplify :init-value again.
11760
11761 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11762 and simplify :init-value again. Delete autoload.
11763
11764 * startup.el (command-line): Use `custom-reevaluate-setting' again
11765 for tooltip-mode.
11766
11767 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
11768 a defcustom with two :initialize keywords.
11769
11770 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
11771
11772 * allout.el (my-mark-marker, allout-isearch-prior-pos)
11773 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
11774 (allout-post-command-business, allout-flag-region)
11775 (isearch-reenable-font-lock, allout-yank)
11776 (allout-insert-latex-header, allout-insert-latex-trailer)
11777 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
11778 (allout-latex-verb-quote): Fix typos in docstrings.
11779 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
11780 (allout-unprotected, allout-prefix-data):
11781 Improve argument/docstring consistency.
11782 (allout-chart-subtree): Fix argument spec.
11783 (allout-open-topic): Rename `use_sib_bullet' argument to
11784 `use-sib-bullet'. Doc fix.
11785
11786 * whitespace.el (whitespace-check-buffer-leading)
11787 (whitespace-check-buffer-trailing)
11788 (whitespace-check-buffer-indent)
11789 (whitespace-check-buffer-spacetab)
11790 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
11791 (whitespace-check-leading-whitespace)
11792 (whitespace-check-trailing-whitespace)
11793 (whitespace-check-spacetab-whitespace)
11794 (whitespace-check-indent-whitespace)
11795 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
11796 (whitespace-modes): Fix typos in docstrings.
11797 (defgroup, defcustom): Doc fixes.
11798
11799 * winner.el (winner-mode, winner-boring-buffers)
11800 (winner-pending-undo-ring): Doc fixes.
11801 (winner-ring): Remove unneeded `progn'.
11802 (winner-equal): `defsubst' it.
11803 (winner-redo): Fix message.
11804
11805 2005-07-13 Kim F. Storm <storm@cua.dk>
11806
11807 * simple.el (line-move-1): Always use vertical-motion to
11808 do the last (or only) line move to ensure some movement.
11809 Undo 2005-06-23 change--don't check for overlays.
11810
11811 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11812
11813 * term/mac-win.el (ccl-encode-mac-roman-font)
11814 (ccl-encode-mac-centraleurroman-font)
11815 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
11816 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
11817 Change charset-id boundary of dimension to ?\xef.
11818 (mac-char-fontspec-list): New constant.
11819 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
11820 argument. Nil uses itself as family in font-spec. Previous
11821 behavior for nil is now provided by non-nil non-string argument.
11822 All callers changed. Add font-specs for Mac fonts to
11823 "fontset-default" unless iso8859-1 fonts are installed.
11824
11825 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11826
11827 * progmodes/sh-script.el (sh-get-indent-info): Only indent
11828 a continuation line if the \ is preceded by SPC or TAB.
11829 (sh-get-indent-info): Simplify.
11830 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
11831 Use with-current-buffer.
11832
11833 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
11834 when the matched text is empty.
11835
11836 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
11837
11838 * startup.el (command-line): Revert to previous handling of
11839 tooltip-mode. Explain in comment why the complexity is needed.
11840
11841 * tooltip.el (tooltip-mode): Revert to previous implementation of
11842 its defcustom.
11843
11844 * frame.el (blink-cursor-mode): Revert to previous implementation
11845 of its defcustom. Update comment.
11846
11847 2005-07-12 Lars Hansen <larsh@soem.dk>
11848
11849 * desktop.el: Update e-mail address.
11850
11851 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11852
11853 * term/mac-win.el (mac-services-mail-selection)
11854 (mac-services-mail-to): New functions.
11855 (mac-application-menu-map): Bind them.
11856
11857 2005-07-12 wulei <milton@wulei.net> (tiny change)
11858
11859 * progmodes/gdb-ui.el: Add note about buffering with Windows.
11860
11861 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
11862
11863 * custom.el (custom-reevaluate-setting): Doc fix.
11864
11865 2005-07-11 Jay Belanger <belanger@truman.edu>
11866
11867 * calc/calc.el (calc-embedded-announce-formula-alist)
11868 (calc-embedded-open-close-plain-alist)
11869 (calc-embedded-open-close-mode-alist): Add checks for additional
11870 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
11871
11872 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
11873
11874 * custom.el (custom-enable-theme): Don't add theme to
11875 `custom-enabled-themes' with `push' because there is no
11876 setf-method for `delq'.
11877
11878 2005-07-11 Richard M. Stallman <rms@gnu.org>
11879
11880 * custom.el (custom-declare-variable): Doc fix.
11881
11882 * dired-aux.el (dired-compare-directories): Remove "." and ".."
11883 from the alists.
11884
11885 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
11886 Do nothing if edebug-active.
11887
11888 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
11889 (edebug-display): Do it here instead.
11890
11891 2005-07-10 Richard M. Stallman <rms@gnu.org>
11892
11893 * cus-face.el (custom-theme-set-faces): Make it work.
11894 (custom-reset-faces): Doc fix.
11895 (custom-theme-reset-internal-face, custom-theme-face-value):
11896 Functions deleted.
11897
11898 * custom.el (custom-push-theme): Maintain list of the settings
11899 of a given theme in its theme-settings property.
11900 Maintain position of old settings in the theme-value
11901 or theme-face property.
11902 (custom-enabled-themes): New variable.
11903 (custom-theme-enabled-p): New function.
11904 (provide-theme): Update custom-enabled-themes.
11905 Disable and reenable the `user' theme.
11906 (require-theme): Doc fix.
11907 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
11908 (custom-theme-value, custom-theme-variable-value): Likewise.
11909 (custom-theme-reset-internal): Likewise.
11910 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
11911 (custom-enable-theme, custom-disable-theme): New functions.
11912 (custom-variable-theme-value, custom-face-theme-value): Likewise.
11913 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
11914 (custom-theme-reset-variables): Simplify.
11915 (deftheme, custom-declare-theme, custom-make-theme-feature):
11916 Definitions moved.
11917
11918 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
11919
11920 * longlines.el (longlines-show-region)
11921 (longlines-unshow-hard-newlines): Recognize hard newlines by
11922 non-nil hard property, instead of t.
11923
11924 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
11925
11926 * viper-cmd.el (viper--key-maps): New variable.
11927 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
11928 emulation-mode-map-alists.
11929 (viper-envelop-ESC-key): Use viper-subseq.
11930 (viper-search-forward/backward/next): Disable debug-on-error.
11931
11932 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11933 (viper-ESC-key): New defcustoms.
11934
11935 * viper-macs.el (ex-map-read-args): Use viper-subseq.
11936
11937 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
11938 (viper-subseq): Copy of subseq from cl.el.
11939
11940 * viper.el (viper-go-away, viper-set-hooks): Use
11941 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
11942
11943 * viper-mous.el (viper-current-frame-saved): Use defvar.
11944
11945 * viper-init.el: Get rid of -face in face names.
11946
11947 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
11948 Make it work with longlines mode
11949
11950 * ediff-mult.el (ediff-meta-mode-hook): New variable.
11951
11952 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
11953
11954 * ediff-init.el: Get rid of -face in face names.
11955
11956 2005-07-10 Richard M. Stallman <rms@gnu.org>
11957
11958 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
11959 and with-timeout-unsuspend.
11960
11961 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
11962 and with-timeout-unsuspend.
11963
11964 * emacs-lisp/timer.el (with-timeout-timers): New variable.
11965 (with-timeout): Bind that variable to record timers.
11966 (with-timeout-suspend, with-timeout-unsuspend): New functions.
11967
11968 * emacs-lisp/debug.el (debug-help-follow): New function.
11969 (debugger-mode-map): Use that instead of help-follow.
11970 (debugger-setup-buffer): Use eval-buffer-list
11971 to handle eval-buffer frames.
11972
11973 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
11974
11975 * timezone.el (timezone-parse-date): Change first regexp
11976 so it will not mistakenly match dates with no time zone.
11977
11978 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
11979
11980 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
11981
11982 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
11983
11984 * custom.el (custom-initialize-safe-set)
11985 (custom-initialize-safe-default): New functions.
11986
11987 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11988 and simplify :init-value.
11989
11990 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11991 and simplify :init-value. Delete obsolete comment.
11992
11993 * startup.el (command-line): Use `custom-reevaluate-setting' to
11994 handle `tooltip-mode'. Delete obsolete comment.
11995
11996 * files.el (set-visited-file-name): Avoid calling
11997 `file-name-nondirectory' with a nil argument.
11998
11999 2005-07-09 Richard M. Stallman <rms@gnu.org>
12000
12001 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
12002 was called with nil for the buffer, handle the read position right.
12003 Handle read position for eval-region, too.
12004
12005 2005-07-09 Juri Linkov <juri@jurta.org>
12006
12007 * fringe.el (fringe-mode): Add period in docstring.
12008 (fringe-query-style): Build prompt depending on `all-frames' arg.
12009
12010 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
12011 to not create links to unrelated functions in the Help buffer.
12012
12013 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
12014 Doc fix.
12015
12016 * simple.el (next-error-hook): New variable.
12017 (next-error): Use it. Doc fix.
12018
12019 * textmodes/ispell.el (ispell-command-loop): Add current
12020 dictionary name and program name to mode-line-format.
12021 (ispell-region, ispell-process-line): Add current dictionary name
12022 and program name to messages.
12023
12024 2005-07-08 Jay Belanger <belanger@truman.edu>
12025
12026 * calc/calc.el (calc-embedded-announce-formula-alist)
12027 (calc-embedded-open-close-formula-alist)
12028 (calc-embedded-open-close-word-alist)
12029 (calc-embedded-open-close-plain-alist)
12030 (calc-embedded-open-close-new-formula-alist)
12031 (calc-embedded-open-close-mode-alist)
12032 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
12033 (calc-embedded-mode-hook): New variables.
12034
12035 * calc/calc-embed.el (calc-embedded-firsttime)
12036 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
12037 New variables.
12038 (calc-do-embedded): Use calc-embedded-firsttime,
12039 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
12040 determine whether or not to run hooks.
12041 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
12042 calc-embedded-firsttime-formula appropriately.
12043 Set calc-embedded delimiter variables according to mode.
12044
12045 2005-07-08 Richard M. Stallman <rms@gnu.org>
12046
12047 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12048 Check for "emacs", etc., as entire symbol, not just as word.
12049 (checkdoc-file-comments-engine): Use regexp-quote on FN.
12050
12051 * files.el (set-visited-file-name): Report the error
12052 for "empty filename" earlier.
12053 (kill-some-buffers): Ignore buffers already dead.
12054
12055 * fringe.el (fringe-mode): Doc fix.
12056
12057 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12058 Check for (featurep 'xemacs) and turn off warnings in what it guards.
12059 Use unwind-protect to ensure byte-compile-unresolved-functions
12060 is updated.
12061
12062 * whitespace.el (whitespace-buffer-leading-cleanup):
12063 Simplify w/ skip-chars-forward.
12064 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12065
12066 * mail/rmail.el (rmail-only-expunge): Fix paren error.
12067 Unconditionally try to leave point at the same old place.
12068
12069 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
12070
12071 * comint.el (comint-postoutput-scroll-to-bottom)
12072 (comint-show-maximum-output): Take scroll-margin into consideration.
12073
12074 2005-07-08 Kim F. Storm <storm@cua.dk>
12075
12076 * ido.el (ido-use-filename-at-point): New choice `guess'.
12077 (ido-file-internal): Try ffap-guesser if selected.
12078
12079 * ido.el (ido-before-fallback-functions): New hook.
12080 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12081 (ido-read-file-name): Run it.
12082
12083 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12084
12085 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12086 strings rather than a list of symbols to the completion function.
12087
12088 2005-07-07 Jay Belanger <belanger@truman.edu>
12089
12090 * calc/calc-units.el (math-apply-units): Change the places in
12091 which units are simplified.
12092
12093 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
12094
12095 * cus-edit.el (customize-option, customize-option-other-window):
12096 Make them handle aliases.
12097
12098 * custom.el (custom-variable-p): Make it recursively follow
12099 aliases. Mention that in the docstring.
12100
12101 2005-07-07 Richard M. Stallman <rms@gnu.org>
12102
12103 * cus-start.el (exec-path): Use `directory' instead of `file'.
12104 Fix tag for nil.
12105
12106 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
12107
12108 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12109 when called non-interactively. Doc fix.
12110
12111 2005-07-07 Lute Kamstra <lute@gnu.org>
12112
12113 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12114 new address as well.
12115
12116 2005-07-07 Kenichi Handa <handa@m17n.org>
12117
12118 * international/mule.el (make-coding-system):
12119 Describe `ascii-incompatible' property in the docstring.
12120 (set-file-name-coding-system): Signal an error if coding-system is
12121 ascii-incompatible.
12122 (set-keyboard-coding-system): Likewise.
12123
12124 * international/mule-cmds.el (set-default-coding-systems):
12125 Don't set default-file-name-coding-system and
12126 default-keyboard-coding-system if coding-system is ASCII-incompatible.
12127
12128 * international/utf-16.el: Declare that all UTF-16-based coding
12129 systems are ASCII-incompatible.
12130
12131 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
12132
12133 * progmodes/gud.el: Require font-lock for displaying errors.
12134 Used by gdb-ui.el.
12135
12136 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
12137
12138 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
12139 values for the pattern lists which are `read'able but not
12140 `append'able (like symbols).
12141
12142 2005-07-06 Richard M. Stallman <rms@gnu.org>
12143
12144 * progmodes/flymake.el (flymake-float-time): Instead of
12145 with-no-warnings, test for xemacs.
12146 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12147 to avoid warning.
12148
12149 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
12150
12151 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
12152
12153 2005-07-05 Lute Kamstra <lute@gnu.org>
12154
12155 * battery.el: Add support for Darwin (with much debugging help
12156 from Samuel Lauber <sam124@operamail.com>).
12157 (battery-status-function, battery-echo-area-format)
12158 (battery-mode-line-format): Add support for pmset on Darwin.
12159 (battery-load-low, battery-load-critical): New user options.
12160 (battery-pmset): New function.
12161
12162 2005-07-05 Lute Kamstra <lute@gnu.org>
12163
12164 Update FSF's address in GPL notices.
12165
12166 * textmodes/page-ext.el: Update FSF's address.
12167
12168 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12169
12170 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
12171 filling from using prefix when filling a single-line docstring.
12172
12173 * progmodes/flymake.el: Remove useless eval-when-compile.
12174
12175 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
12176
12177 2005-07-04 Richard M. Stallman <rms@gnu.org>
12178
12179 * textmodes/org.el (org-file-apps-defaults-gnu):
12180 Rename from org-file-apps-defaults-linux.
12181 (org-default-apps): Don't test system-type for `linux'.
12182 (org-file-apps): Doc fix.
12183
12184 2005-07-04 David Ponce <david@dponce.com>
12185
12186 * tree-widget.el: Improve header Commentary section.
12187 (tree-widget) [defgroup]
12188 (tree-widget-image-enable, tree-widget-themes-directory)
12189 (tree-widget-theme, tree-widget-image-properties-emacs)
12190 (tree-widget-image-properties-xemacs, tree-widget-create-image)
12191 (tree-widget-image-formats, tree-widget-control)
12192 (tree-widget-empty-control, tree-widget-leaf-control
12193 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
12194 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
12195 (tree-widget-keep, tree-widget-after-toggle-functions)
12196 (tree-widget-open-node, tree-widget-close-node): Doc fix.
12197 (tree-widget-open-control, tree-widget-close-control): Fix doc and
12198 :help-echo message.
12199 (tree-widget-set-theme): Doc fix. Use `string-equal'.
12200 (tree-widget-image-properties): Doc fix. Clearer implementation.
12201 (tree-widget--cursors): New constant.
12202 (tree-widget-lookup-image): New function split from
12203 `tree-widget-find-image'. Clearer implementation.
12204 (tree-widget-find-image): Use it.
12205 (tree-widget-button-keymap): Use `set-keymap-parent'.
12206 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
12207 Define the sub-widgets here.
12208 (tree-widget-node): Check that :node is not a tree-widget.
12209 (tree-widget-get-super, tree-widget-open-control)
12210 (tree-widget-close-control, tree-widget-empty-control)
12211 (tree-widget-leaf-control, tree-widget-guide)
12212 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
12213 (tree-widget-no-handle, tree-widget-value-delete)
12214 (tree-widget-map): Remove.
12215 (tree-widget-children-value-save): Doc fix. Simplified.
12216 (tree-widget-value-create): Update according to previous changes.
12217
12218 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
12219
12220 * textmodes/org.el: Leading space replaced by TABS.
12221 (org-recalc-marks, org-table-rotate-recalc-marks)
12222 (org-table-get-specials): Treat "^" and "_" marks.
12223 (org-table-justify-field-maybe): Optional argument NEW.
12224 (org-table-eval-formula): Parsing of the format simplified.
12225 New modes C,I. Honor the %= parameter in the current table.
12226 Avoid unnecessary re-align by using the NEW argument to
12227 `org-table-justify-field-maybe'.
12228 (org-calc-default-modes): Default for date-format mimicks org-mode.
12229 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
12230
12231 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
12232
12233 * cus-face.el (custom-theme-set-faces): Make it handle face
12234 aliases whose alias declarations are pre- or autoloaded.
12235
12236 2005-07-04 Juri Linkov <juri@jurta.org>
12237
12238 * faces.el (read-face-name): Put the code for getting a face name
12239 from the buffer before adding the faces from the `face' property.
12240 Use `completing-read-multiple' instead of `completing-read'.
12241 Require `crm'. Add default value and post-process the returned
12242 list of faces.
12243
12244 * emacs-lisp/crm.el (crm-find-current-element)
12245 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
12246
12247 * emacs-lisp/lisp-mode.el (eval-defun-1):
12248 * emacs-lisp/edebug.el (edebug-eval-defun):
12249 Remove unnecessary quotes.
12250
12251 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
12252
12253 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
12254 (prolog-indent-level): Fix typo in docstring.
12255
12256 * info.el (Info-history, Info-history-forward)
12257 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
12258
12259 * add-log.el (add-change-log-entry):
12260 * comint.el (comint-dynamic-list-input-ring)
12261 (comint-dynamic-list-completions):
12262 * dabbrev.el (dabbrev-expand):
12263 * delim-col.el (delimit-columns-rectangle-line):
12264 * diff-mode.el (diff-context->unified, diff-reverse-direction)
12265 (diff-unified->context):
12266 * ediff-init.el (ediff-abbrev-jobname):
12267 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
12268 (ediff-replace-session-activity-marker-in-meta-buffer):
12269 * info.el (Info-summary):
12270 * lpr.el (printify-region):
12271 * printing.el (pr-create-interface):
12272 * ps-print.el (ps-print-quote):
12273 * ses.el (ses-column-widths, ses-print-cell)
12274 (ses-adjust-print-width, ses-center):
12275 * shell.el (shell-file-name-quote-list):
12276 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
12277 (strokes-fill-current-buffer-with-whitespace)
12278 (strokes-xpm-for-stroke, strokes-list-strokes)
12279 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
12280 * term.el (term-dynamic-list-input-ring)
12281 (term-dynamic-list-completions):
12282 * calc/calc.el (math-format-stack-value):
12283 * emacs-lisp/edebug.el (edebug-display-freq-count):
12284 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
12285 (delphi-new-comment-line):
12286 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
12287 * progmodes/executable.el (executable-set-magic):
12288 * progmodes/python.el (inferior-python-mode):
12289 * progmodes/scheme.el (scheme-mode-syntax-table):
12290 * progmodes/sh-script.el (sh-maybe-here-document):
12291 * progmodes/sql.el (sql-copy-column):
12292 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
12293 * textmodes/bibtex.el (bibtex-mode):
12294 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
12295 (sgml-auto-attributes):
12296 * textmodes/table.el (table-insert, table-shorten-cell)
12297 (table--generate-source-scan-lines, table-delete-row)
12298 (*table--cell-delete-char, table--spacify-frame)
12299 (table--horizontally-shift-above-and-below)
12300 (table--cell-insert-char, table--cell-blank-str)
12301 (table--fill-region-strictly):
12302 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
12303 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
12304
12305 * add-log.el (change-log):
12306 * apropos.el (apropos):
12307 * comint.el (comint-completion, comint-source):
12308 * dabbrev.el (dabbrev):
12309 * delim-col.el (columns):
12310 * diff-mode.el (diff-mode):
12311 * ediff.el (ediff):
12312 * ediff-diff.el (ediff-diff):
12313 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
12314 * ediff-mult.el (ediff-mult):
12315 * ediff-ptch.el (ediff-ptch):
12316 * ediff-wind.el (ediff-window):
12317 * facemenu.el (facemenu):
12318 * indent.el (indent):
12319 * info.el (info):
12320 * jka-cmpr-hook.el (compression, jka-compr):
12321 * lpr.el (lpr):
12322 * outline.el (outlines):
12323 * pcmpl-cvs.el (pcmpl-cvs):
12324 * pcmpl-rpm.el (pcmpl-rpm):
12325 * printing.el (printing):
12326 * ps-print.el (postscript, ps-print, ps-print-horizontal)
12327 (ps-print-vertical, ps-print-headers, ps-print-font)
12328 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
12329 (ps-print-background, ps-print-printer, ps-print-page)
12330 (ps-print-miscellany):
12331 * ses.el (ses):
12332 * shell.el (shell, shell-directories, shell-faces):
12333 * startup.el (initialization):
12334 * strokes.el (strokes):
12335 * term.el (term):
12336 * uniquify.el (uniquify):
12337 * w32-vars.el (w32):
12338 * calc/calc.el (calc):
12339 * emacs-lisp/bytecomp.el (bytecomp):
12340 * emacs-lisp/cl-indent.el (lisp-indent):
12341 * emacs-lisp/edebug.el (edebug):
12342 * emacs-lisp/elp.el (elp):
12343 * emacs-lisp/testcover.el (testcover):
12344 * emacs-lisp/trace.el (trace):
12345 * emulation/viper-ex.el (viper-ex):
12346 * emulation/viper-mous.el (viper-mouse):
12347 * mail/mailalias.el (mailalias):
12348 * mail/supercite.el (supercite, supercite-frames)
12349 (supercite-attr, supercite-cite, supercite-hooks):
12350 * net/rcompile.el (remote-compile):
12351 * net/rlogin.el (rlogin):
12352 * obsolete/ooutline.el (outlines):
12353 * progmodes/delphi.el (delphi):
12354 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
12355 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
12356 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
12357 (ebnf-optimization):
12358 * progmodes/etags.el (etags):
12359 * progmodes/executable.el (executable):
12360 * progmodes/idlwave.el (idlwave):
12361 * progmodes/pascal.el (pascal):
12362 * progmodes/prolog.el (prolog):
12363 * progmodes/python.el (python):
12364 * progmodes/scheme.el (scheme):
12365 * progmodes/sh-script.el (sh, sh-script):
12366 * progmodes/sql.el (SQL):
12367 * progmodes/tcl.el (tcl):
12368 * textmodes/bibtex.el (bibtex, bibtex-autokey):
12369 * textmodes/enriched.el (enriched):
12370 * textmodes/makeinfo.el (makeinfo):
12371 * textmodes/sgml-mode.el (sgml):
12372 * textmodes/table.el (table-hooks):
12373 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
12374 * textmodes/texinfo.el (texinfo):
12375 * textmodes/two-column.el (two-column):
12376 Finish `defgroup' description with period.
12377
12378 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
12379 * eshell/esh-var.el (eshell-var):
12380 * progmodes/vhdl-mode.el (vhdl-testbench):
12381 * textmodes/org.el (org): Fix typos in docstrings.
12382
12383 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
12384 consistency.
12385
12386 * progmodes/flymake.el (flymake-find-file): Remove.
12387 (flymake-float-time): Use `with-no-warnings'.
12388 (flymake-check-start-time, flymake-check-was-interrupted)
12389 (flymake-err-info, flymake-is-running, flymake-last-change-time)
12390 (flymake-new-err-info): `defvar' at compile time.
12391
12392 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
12393
12394 * replace.el (occur-hook): Doc fix.
12395 (occur-1): Don't call `occur-hook' if there are no matches.
12396
12397 2005-07-03 Richard M. Stallman <rms@gnu.org>
12398
12399 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
12400 global-map, save the same map.
12401 (global-map): Don't alter it at top level.
12402 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
12403 Then alter it here instead.
12404 (tpu-edt-off): Set global-map to the saved one.
12405
12406 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
12407 All references simplified.
12408 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
12409 (zmacs-regions): Add defvar.
12410 (repeat-complex-command-map): Everything about that deleted.
12411
12412 * textmodes/artist.el (artist-key-is-drawing)
12413 (artist-key-endpoint1, artist-key-poly-point-list)
12414 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
12415 (artist-key-compl-table, artist-rb-save-data)
12416 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
12417 Don't put them in eval-when-compile.
12418 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
12419
12420 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
12421 Use with-no-warnings.
12422
12423 * net/browse-url.el (dos-windows-version): Add defvar.
12424
12425 * mail/supercite.el (filladapt-prefix-table): Add defvar.
12426
12427 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
12428 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
12429 (rmail-new-summary-line-count): Rename from new-summary-line-count.
12430 Add defvar.
12431 (rmail-summary-beginning-of-message): Use with-no-warnings.
12432 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
12433
12434 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
12435 Use with-no-warnings.
12436
12437 * emulation/vi.el (vi-mark-region): Use c-mark-function.
12438 (c-mark-function): Add point-moving-unit property.
12439 (vi-goto-line): Use with-no-warnings.
12440
12441 * emulation/edt.el (edt-last-copied-word): Add defvar.
12442 (zmacs-region-stays): Likewise.
12443 (edt-mark-section-wisely): Use c-mark-function for C.
12444 Use makr-defun for Fortran.
12445 (time-string): defvar deleted.
12446 (edt-display-the-time): Don't set time-string.
12447
12448 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
12449
12450 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12451 Don't warn when name is not constant
12452 or for defining the group `emacs'.
12453
12454 * tooltip.el (gud-tooltip-mode): Add defvar.
12455
12456 * startup.el (default-frame-background-mode): Add defvar.
12457
12458 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
12459
12460 * info.el (tool-bar-map): Add defvar.
12461
12462 * dired.el (dnd-protocol-alist): Add defvar.
12463
12464 * dired-aux.el (dired-query): Display question with answer, when
12465 the user answers.
12466
12467 * custom.el (custom-add-option): Doc fix.
12468
12469 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
12470
12471 2005-07-03 Eli Zaretskii <eliz@gnu.org>
12472
12473 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
12474 bogus name from the last change.
12475
12476 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
12477
12478 * custom.el (custom-declare-variable): Fix typos in comment.
12479 (custom-known-themes): Doc fix.
12480 (custom-theme-directory): New defcustom.
12481 (require-theme): Make it check `custom-theme-directory'.
12482
12483 * cus-theme.el (custom-new-theme-mode): New function.
12484 (custom-theme-name, custom-theme-variables, custom-theme-faces)
12485 (custom-theme-description): Add compiler defvars.
12486 (customize-create-theme): Add doc to the "*New Custom Theme*"
12487 buffer. Use `custom-new-theme-mode'.
12488 (custom-theme-write): Put the created buffer in emacs-lisp-mode
12489 and save it to the `custom-theme-directory'. Make this the
12490 default directory of the buffer.
12491
12492 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
12493
12494 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
12495 Fix unbalanced parentheses.
12496
12497 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12498
12499 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
12500 into flymake-mode and delegate to flymake-mode.
12501
12502 * find-file.el (ff-which-function-are-we-in): Clean up.
12503
12504 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
12505
12506 * replace.el (occur-rename-buffer): Fix docstring.
12507
12508 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
12509 (edt-last-copied-word, edt-learn-macro-count)
12510 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
12511 (edt-rect-start-point, edt-user-global-map, rect-start-point)
12512 (time-string, zmacs-region-stays):
12513 * emulation/edt-mapper.el (edt-save-function-key-map)
12514 (EDT-key-name): `defvar' to silence the byte-compiler.
12515
12516 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
12517
12518 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
12519 font-lock-regexp-backslash. Doc fix.
12520 (font-lock-regexp-backslash-grouping-construct): Rename from
12521 font-lock-regexp-backslash-construct. Doc fix.
12522 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
12523 grouping constructs.
12524
12525 2005-07-02 Eli Zaretskii <eliz@gnu.org>
12526
12527 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
12528 updating all the prerequisites.
12529
12530 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
12531
12532 * textmodes/org.el (org-agenda-start-on-weekday)
12533 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
12534 (org-agenda-use-time-grid, org-archive-location)
12535 (org-allow-space-in-links, org-usenet-links-prefer-google)
12536 (org-enable-table-editor, org-export-default-language)
12537 (org-export-html-show-new-buffer, org-fill-paragraph)
12538 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
12539 (org-goto-quit, org-occur, org-eval-in-calendar)
12540 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
12541 (org-agenda-diary-entry, org-remember-help)
12542 (org-table-convert-region, org-at-table-p)
12543 (org-table-move-row-down, org-table-move-row-up)
12544 (org-table-copy-region, org-table-toggle-vline-visibility)
12545 (org-table-get-stored-formulas, org-table-get-specials)
12546 (org-recalc-commands, org-table-eval-formula)
12547 (org-table-formula-substitute-names, orgtbl-make-binding)
12548 (org-format-org-table-html, org-format-table-table-html)
12549 (org-format-table-table-html-using-table-generate-source)
12550 (org-customize): Fix typos in docstrings.
12551 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
12552 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
12553 (org-back-to-heading): Doc fixes.
12554 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
12555 (org-agenda-change-all-lines, org-get-header):
12556 Improve argument/docstring consistency.
12557 (orgtbl-error): Fix error message.
12558
12559 * progmodes/flymake.el (flymake-find-possible-master-files)
12560 (flymake-master-file-compare, flymake-get-line-err-count)
12561 (flymake-highlight-line, flymake-gui-warnings-enabled):
12562 Fix typos in docstrings.
12563 (flymake-parse-line, flymake-get-project-include-dirs-function)
12564 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
12565 Doc fixes.
12566 (flymake-get-project-include-dirs-function)
12567 (flymake-make-err-menu-data):
12568 Improve argument/docstring consistency.
12569
12570 2005-07-01 Lute Kamstra <lute@gnu.org>
12571
12572 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
12573 Catch errors with ignore-errors. Use temporary buffer.
12574 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
12575
12576 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
12577 background color faces.
12578 (facemenu-set-foreground, facemenu-set-background):
12579 Use facemenu-set-face-from-menu.
12580 (facemenu-set-face-from-menu): Treat face names that start with
12581 "fg:" or "bg:" as special.
12582 (facemenu-add-new-color): Don't create faces. Simplify.
12583
12584 2005-06-30 Richard M. Stallman <rms@gnu.org>
12585
12586 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
12587 (crm-find-current-element): Likewise.
12588
12589 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12590
12591 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
12592
12593 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12594
12595 * arc-mode.el (archive-extract): Make it work as a mouse binding.
12596 (archive-mouse-extract): Make it an obsolete alias.
12597 (archive-mode-map): Don't use archive-mouse-extract any more.
12598 (archive-mode, archive-extract): write-contents-hooks ->
12599 write-contents-functions.
12600 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
12601 first arg.
12602 (archive-rename-entry): Update the call.
12603 (archive-zip-summarize): Remove unused var `method'.
12604 (archive-lzh-summarize): Remove unused var `creator'.
12605
12606 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
12607 dedicated frame upon exit.
12608
12609 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
12610 (archive-zip-extract, archive-zip-expunge)
12611 (archive-zip-update, archive-zip-update-case): Use executable-find.
12612 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
12613 Use restore-buffer-modified-p.
12614 (archive-extract, archive-add-new-member, archive-write-file-member):
12615 Use with-current-buffer.
12616 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
12617
12618 2005-06-30 Andreas Schwab <schwab@suse.de>
12619
12620 * progmodes/gud.el (gud-filter): Remove unneeded progn.
12621
12622 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12623
12624 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
12625
12626 2005-06-30 Juri Linkov <juri@jurta.org>
12627
12628 * faces.el (vertical-border): Inherit from mode-line-inactive
12629 only on tty.
12630
12631 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
12632
12633 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
12634 example, -NLINES in the `occur' docstring).
12635
12636 * replace.el (occur-1): When no matches are found, do not set the
12637 `buffer-read-only' and modified flags for the occur buffer,
12638 because it is deleted.
12639
12640 * emulation/cua-base.el (cua-check-pending-input)
12641 (cua-repeat-replace-region, cua-mode, cua-debug)
12642 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
12643 Fix typos in docstrings.
12644
12645 * emulation/cua-gmrk.el (cua-toggle-global-mark)
12646 (cua-cut-region-to-global-mark)
12647 (cua--cut-rectangle-to-global-mark):
12648 Remove period from end of messages.
12649
12650 * emulation/cua-rect.el (cua-do-rectangle-padding):
12651 Remove period from end of messages.
12652 (cua--rectangle-seq-format): Fix typo in docstring.
12653 (cua-sequence-rectangle, cua-fill-char-rectangle):
12654 Improve argument/docstring consistency.
12655
12656 2005-06-29 Juri Linkov <juri@jurta.org>
12657
12658 * faces.el (default-frame-background-mode): New internal variable.
12659 (frame-set-background-mode): Use it.
12660
12661 * startup.el (normal-top-level): Set default-frame-background-mode
12662 instead of frame-background-mode. Before setting it, test for its
12663 nil value. Remove tests for frame-background-mode and frame
12664 parameter `reverse'. Add test for "unspecified-fg".
12665
12666 * term/xterm.el (xterm-rxvt-set-background-mode):
12667 * term/rxvt.el (rxvt-set-background-mode):
12668 Set default-frame-background-mode instead of frame-background-mode.
12669
12670 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
12671
12672 * simple.el (set-variable): Warn about obsolete user variables.
12673
12674 * imenu.el (imenu--completion-buffer):
12675 * mouse.el (mouse-buffer-menu-alist):
12676 * msb.el (msb-invisible-buffer-p):
12677 * calendar/diary-lib.el (diary-header-line-format):
12678 * emacs-lisp/pp.el (pp-buffer):
12679 * progmodes/cperl-mode.el (cperl-do-auto-fill):
12680 * textmodes/picture.el (picture-replace-match):
12681 Change space constants followed by a sexp to "?\s ".
12682
12683 * play/decipher.el (decipher-loop-with-breaks):
12684 * textmodes/texinfo.el (texinfo-insert-@item): Change space
12685 constants "protected" from end of line by a comment to "?\s".
12686
12687 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12688
12689 * font-lock.el (save-buffer-state): Use `declare'.
12690
12691 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
12692 reset the syntax-table to cperl-mode-syntax-table.
12693 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
12694 "foo_print_bar" is not matched as a reserved keyword.
12695
12696 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
12697
12698 * textmodes/org.el (orgtbl-setup): New function, for delayed
12699 setup for the orgtbl commands.
12700 (org-calc-default-modes): New option.
12701 (orgtbl-make-binding): Use `defun' to get better help display.
12702 (org-diary): Call `org-compile-prefix-format'.
12703 (org-table-formula-substitute-names): New function.
12704 (org-agenda-day-view, org-agenda-week-view): New commands.
12705 (org-agenda-toggle-week-view): Command removed.
12706 (org-tbl-menu): Split off from org-org-menu.
12707 (org-mode): Move removal of outline-mode menus to here.
12708 (org-table-formula-debug): New option.
12709 (org-table-insert-row): Keep first field if just "#" or "*".
12710 (org-mode): Paragraph regexps fixed.
12711 (org-table-recalculate-regexp): New constant.
12712 (org-table-justify-field-maybe): Avoid replace if not necessary.
12713 (org-copy-special, org-cut-special): Use `call-interactively'.
12714 (org-table-copy-region): Take region from `interactive' call.
12715 (org-trim): Return string even if no match.
12716 (org-formula): New face.
12717 (org-set-font-lock-defaults): No longer highlight "FIXME".
12718 But highlight formula-related fields in table.
12719 (org-table-p): Use regexp, not fontification.
12720 (org-table-align): Handle white space at end of line.
12721 (org-table-formula-evaluate-inline): New option.
12722 (org-mode): Auto-wrapping in comment lines turned off.
12723 (org-table-copy-down): Evaluate only in copied field, not in
12724 destination.
12725 (org-table-current-formula): Variable removed.
12726 (org-table-store-formulas, org-table-get-stored-formulas)
12727 (org-table-modify-formulas, org-table-replace-in-formulas)
12728 (org-table-maybe-eval-formula): New functions.
12729 (org-table-get-formula): Modify to use stored formulas.
12730 (org-table-insert-column, org-table-delete-column)
12731 (org-table-move-column): Call `org-table-modify-formulas'.
12732 (org-complete): Add completion for keyword formulas.
12733 (orgtbl-mode): Pull orgtbl-mode-map to start of
12734 minor-mode-map-alist.
12735
12736 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12737
12738 * progmodes/python.el (python-check): Require `compile' before
12739 modifying its variables.
12740
12741 * newcomment.el (comment-indent-default): Don't get fooled by an early
12742 end of buffer.
12743
12744 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12745
12746 * ps-print.el (ps-print-version): Fix version number.
12747
12748 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
12749
12750 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
12751
12752 2005-06-28 Richard M. Stallman <rms@gnu.org>
12753
12754 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
12755 (flyspell-local-mouse-map): Declaration deleted.
12756 (flyspell-mouse-map): Bind only mouse-2.
12757 (flyspell-mode-map): Don't test flyspell-use-local-map.
12758 (flyspell-overlay-keymap-property-name): Var deleted.
12759 (flyspell-mode-on): Don't make local bindings for
12760 flyspell-mouse-map and flyspell-mode-map.
12761 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
12762
12763 * textmodes/ispell.el (ispell-word): Do not ignore short words.
12764
12765 * progmodes/compile.el (compilation-next-error-function):
12766 Don't switch buffers; operate on the current buffer.
12767
12768 * progmodes/compile.el (compilation-error-file-name)
12769 (compilation-warning-file-name, compilation-info-file-name)
12770 (compilation-line-number, compilation-column-number): New faces.
12771 (compilation-error-face, compilation-warning-face)
12772 (compilation-info-face, compilation-line-face)
12773 (compilation-column-face): Use them.
12774
12775 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
12776
12777 * comint.el (comint-password-prompt-regexp): Accept ", try again".
12778
12779 * bindings.el (global-map): Bind insertchar and its variants.
12780
12781 2005-06-27 Richard M. Stallman <rms@gnu.org>
12782
12783 * textmodes/artist.el (artist-text-overwrite)
12784 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
12785
12786 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12787
12788 * ps-print.el: It was not working the page selection for printing.
12789 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
12790 (ps-print-version): New version 6.6.7.
12791 (ps-end-sheet): New fun.
12792 (ps-header-sheet, ps-end-job): Call it.
12793
12794 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
12795
12796 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
12797
12798 2005-06-27 Lute Kamstra <lute@gnu.org>
12799
12800 * facemenu.el (facemenu-unlisted-faces): Add foreground and
12801 background color faces.
12802 (facemenu-get-face): Delete function.
12803 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
12804 (facemenu-add-new-color): Make second argument mandatory.
12805 Create the appropriate face and return it. Simplify.
12806 (facemenu-set-foreground, facemenu-set-background): Don't check if
12807 color is defined. Use return value of facemenu-add-new-color.
12808
12809 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
12810
12811 * progmodes/gud.el (gud-filter): Add missing argument to
12812 with-selected-window.
12813
12814 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12815
12816 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
12817 a :require to the defcustom.
12818
12819 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
12820 defcustoms corresponding to minor modes.
12821
12822 2005-06-26 David Ponce <david@dponce.com>
12823
12824 * recentf.el: Require tree-widget instead of wid-edit.
12825 (recentf-filename-handler): Fix widget :type.
12826 (recentf-cancel-dialog, recentf-open-more-files)
12827 (recentf-open-files-action): Doc fix.
12828 (recentf-dialog-goto-first): New function.
12829 (recentf-dialog-mode-map): Set parent keymap first.
12830 (recentf-dialog-mode): Define with define-derived-mode.
12831 Don't display continuation lines in dialogs.
12832 (recentf-edit-list): Rename from recentf-edit-selected-items.
12833 (recentf-edit-list-select): Rename from recentf-edit-list-action.
12834 Simplify.
12835 (recentf-edit-list-validate): New function.
12836 (recentf-edit-list): Update accordingly.
12837 (recentf-open-files-item-shift): Remove.
12838 (recentf-open-files-item): Convert menu elements into tree and
12839 link widgets. Don't create the widgets.
12840 (recentf-open-files): Update accordingly.
12841 (recentf-save-list): Untabify.
12842
12843 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
12844
12845 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
12846 (keep-lines): Add INTERACTIVE arg. Never delete lines only
12847 partially contained in the active region. Do not take active
12848 region into account when called from Lisp, unless INTERACTIVE arg
12849 is non-nil. Use `forward-line' instead of `beginning-of-line' to
12850 avoid trouble with fields. Make marker point nowhere when no
12851 longer used. Always return nil. Doc fix.
12852 (flush-lines): Add INTERACTIVE arg. Do not take active region
12853 into account when called from Lisp, unless INTERACTIVE arg is
12854 non-nil. Use `forward-line' instead of `beginning-of-line' to
12855 avoid trouble with fields. Make marker point nowhere when no
12856 longer used. Always return nil. Doc fix.
12857 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
12858 interchangeable. Do not take active region into account when
12859 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
12860 message in echo area when called from Lisp, unless INTERACTIVE arg
12861 is non-nil. Avoid saying "1 occurrences". Do not use markers.
12862 Return the number of matches. Doc fix.
12863 (occur): Doc fix.
12864 (perform-replace): Make comment follow double space convention for
12865 the sake of `outline-minor-mode'.
12866
12867 * faces.el (facep): Doc fix.
12868
12869 2005-06-25 Richard M. Stallman <rms@gnu.org>
12870
12871 * facemenu.el (facemenu-enable-faces-p): New function.
12872 (facemenu-background-menu, facemenu-foreground-menu)
12873 (facemenu-face-menu): Add menu-enable property.
12874
12875 * jka-compr.el (jka-compr-insert-file-contents):
12876 Special handling if cannot find the uncompression program.
12877
12878 * cus-face.el (custom-face-attributes): Add autoload.
12879
12880 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12881 Bind comment-indent-function locally.
12882
12883 * window.el (save-selected-window): Use save-current-buffer.
12884
12885 * subr.el (with-selected-window): Use save-current-buffer.
12886
12887 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
12888 and with-current-buffer.
12889
12890 2005-06-24 Richard M. Stallman <rms@gnu.org>
12891
12892 * simple.el (line-move-1): Fix previous change.
12893
12894 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
12895
12896 * replace.el (occur-1): Set `buffer-read-only' and the
12897 buffer-modified flag before running `occur-hook' to protect
12898 against unintentional buffer switches that can lead to data loss.
12899
12900 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
12901
12902 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
12903 (gud-gdb-marker-filter): Use font-lock-warning-face for any
12904 initial error.
12905
12906 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
12907 after fresh input.
12908 (gdb-var-create-handler): Put name of expression in quotes.
12909
12910 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
12911
12912 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
12913 elements of RING in order, and without bogus nil elements.
12914
12915 2005-06-23 Richard M. Stallman <rms@gnu.org>
12916
12917 * simple.el (set-variable): Args renamed; doc fix.
12918 (line-move-1): When there are overlays around, use vertical-motion.
12919
12920 * faces.el (escape-glyph): Use brown against light background.
12921 (nobreak-space): Rename from no-break-space.
12922 Fix previous change.
12923
12924 * dired-aux.el (dired-do-copy): Fix arg prompt.
12925
12926 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
12927
12928 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
12929
12930 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
12931 rather than "Distributor".
12932
12933 2005-06-23 Lute Kamstra <lute@gnu.org>
12934
12935 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
12936 (debug-on-entry): Use it. New interactive declaration that uses
12937 function-called-at-point.
12938
12939 2005-06-23 Kim F. Storm <storm@cua.dk>
12940
12941 * subr.el (save-match-data): Add comment about using evaporate arg
12942 to set-match-data.
12943
12944 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
12945
12946 * cus-edit.el (customize-face)
12947 (customize-face-other-window): Handle face aliases.
12948
12949 * faces.el (face-documentation, set-face-attribute)
12950 (face-spec-set): Handle face aliases.
12951
12952 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
12953
12954 * help-mode.el (help-make-xrefs): If a symbol representing a face
12955 name is not followed by the word "face", it could still be a
12956 function or variable name, so don't bypass other checks.
12957
12958 2005-06-22 Juri Linkov <juri@jurta.org>
12959
12960 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
12961 Replace aliased functions with calls where second arg `inherit' is t.
12962
12963 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
12964
12965 * progmodes/gdb-ui.el (gdb-error): New variable.
12966 (gdb-error): New function.
12967 (gdb-annotation-rules): Act on error-begin and error annotations.
12968 (gdb-concat-output): Use font-lock-warning-face for errors.
12969
12970 2005-06-22 Miles Bader <miles@gnu.org>
12971
12972 * bindings.el (propertized-buffer-identification): Use renamed
12973 `Buffer-menu-buffer' face.
12974
12975 * faces.el (vertical-border): Rename from `vertical-divider'.
12976 (escape-glyph): Change dark-background color back to `cyan'.
12977
12978 2005-06-21 Juri Linkov <juri@jurta.org>
12979
12980 * faces.el (face-user-default-spec): Try getting `customized-face'
12981 prior to `saved-face'.
12982 (frame-background-mode): Refill docstring.
12983
12984 * emacs-lisp/lisp-mode.el (eval-defun-1):
12985 * emacs-lisp/edebug.el (edebug-eval-defun):
12986 Set `saved-face' temporarily to nil before calling form.
12987 Set `customized-face' to the new spec after that.
12988
12989 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
12990
12991 * subr.el (1value, lambda, key-substitution-in-progress):
12992 Doc fixes.
12993
12994 * autoinsert.el (auto-insert-alist):
12995 * ses.el (ses-call-printer):
12996 * subr.el (noreturn):
12997 * emacs-lisp/lisp.el (check-parens):
12998 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
12999 * net/browse-url.el (browse-url-mosaic):
13000 * progmodes/cc-defs.el (c-safe-scan-lists):
13001 * progmodes/ebnf-abn.el (ebnf-abn-lex):
13002 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
13003 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
13004 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
13005 * progmodes/ebnf-iso.el (ebnf-iso-lex):
13006 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
13007
13008 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13009
13010 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
13011
13012 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
13013
13014 * calendar/appt.el (appt-make-list): Activate the package, if
13015 not already active (for backwards compatibility).
13016
13017 2005-06-20 Kim F. Storm <storm@cua.dk>
13018
13019 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
13020
13021 2005-06-20 Miles Bader <miles@gnu.org>
13022
13023 * faces.el (vertical-divider): New face.
13024
13025 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
13026
13027 * simple.el (kill-whole-line): Doc fix.
13028 (next-error-buffer-p, next-error-find-buffer)
13029 (clone-indirect-buffer): Fix typos in docstrings.
13030 (comment-line-break-function): Doc fix: don't say variable
13031 is automatically buffer-local (it isn't).
13032
13033 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
13034
13035 * net/tramp-ftp.el (top):
13036 * net/tramp-smb.el (top):
13037 * net/tramp-util.el (top):
13038 * net/tramp-uu.el (top):
13039 * net/tramp-vc.el (top):
13040 * net/tramp.el (top): Revert copyright years back to original
13041 ones. Tramp has a life outside GNU Emacs.
13042
13043 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
13044
13045 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
13046
13047 2005-06-18 Juri Linkov <juri@jurta.org>
13048
13049 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13050 end of first regexp to limit the match to the position between
13051 line number and source line with same separator character as used
13052 between file name and line number. In the second regexp limit
13053 mouse-face area to file name and line number by adding new group
13054 for them and referring it in HYPERLINK arg.
13055 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13056 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13057 previous line where grep markers may be already removed.
13058
13059 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
13060
13061 * progmodes/ps-mode.el: Update version and maintainer's email address.
13062
13063 2005-06-18 Steve Youngs <steve@xemacs.org>
13064
13065 * net/browse-url.el (browse-url-browser-function)
13066 (browse-url-default-browser): Add firefox.
13067 (browse-url-firefox-program, browse-url-firefox-arguments)
13068 (browse-url-firefox-startup-arguments)
13069 (browse-url-firefox-new-window-is-tab): New defcustoms.
13070 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13071
13072 2005-06-17 Richard M. Stallman <rms@gnu.org>
13073
13074 * startup.el (command-line): Warn if specified user name has
13075 no home directory.
13076
13077 * term.el (term-get-old-input, term-input-filter, term-input-sender)
13078 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13079
13080 * longlines.el (longlines-mode, longlines-show-hard-newlines):
13081 Doc fixes.
13082
13083 * faces.el (underline): Try bold if terminal doesn't support underline.
13084
13085 * mail/sendmail.el (mail-setup-with-from): New variable.
13086 (mail-insert-from-field): New function.
13087 (sendmail-send-it): Call it.
13088 (mail-setup): Optionally call it here.
13089
13090 * term/linux.el: Call tty-no-underline.
13091
13092 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
13093
13094 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13095
13096 2005-06-17 Miles Bader <miles@gnu.org>
13097
13098 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13099 (ediff-current-diff-C, ediff-current-diff-Ancestor)
13100 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13101 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13102 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13103 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13104 Remove "-face" suffix from face names.
13105 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13106 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13107 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13108 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13109 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13110 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13111 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13112 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13113 New backward-compatibility aliases for renamed faces.
13114 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13115 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13116 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13117 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13118 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13119 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13120 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13121 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13122 Use renamed ediff faces.
13123
13124 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
13125 Remove "-face" suffix from face names.
13126 (eshell-test-ok-face, eshell-test-failed-face):
13127 New backward-compatibility aliases for renamed faces.
13128 (eshell-run-test): Use renamed eshell-test faces.
13129
13130 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
13131 face name.
13132 (eshell-prompt-face): New backward-compatibility alias for renamed
13133 face.
13134 (eshell-emit-prompt): Use renamed eshell-prompt face.
13135
13136 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
13137 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
13138 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
13139 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
13140 Remove "-face" suffix from face names.
13141 (eshell-ls-directory-face, eshell-ls-symlink-face)
13142 (eshell-ls-executable-face, eshell-ls-readonly-face)
13143 (eshell-ls-unreadable-face, eshell-ls-special-face)
13144 (eshell-ls-missing-face, eshell-ls-archive-face)
13145 (eshell-ls-backup-face, eshell-ls-product-face)
13146 (eshell-ls-clutter-face):
13147 New backward-compatibility aliases for renamed faces.
13148 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
13149
13150 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
13151 Remove "-face" suffix from face name.
13152 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
13153 instead of literal face.
13154
13155 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
13156
13157 * emacs-lisp/warnings.el (display-warning, lwarn)
13158 (warning-minimum-log-level): Doc fixes.
13159 (warning-minimum-level, warning-minimum-log-level):
13160 Add :debug to :type choices.
13161
13162 * progmodes/ada-mode.el (ada-format-paramlist)
13163 (ada-get-indent-case, ada-check-matching-start)
13164 (ada-check-defun-name, ada-goto-matching-decl-start)
13165 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
13166 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
13167 (ada-make-subprogram-body): Follow error conventions.
13168 (ada-case-exception-file, ada-indent-comment-as-code)
13169 (ada-indent-handle-comment-special, ada-indent-renames)
13170 (ada-indent-return, ada-search-directories-internal)
13171 (ada-tab-policy, ada-case-exception-substring)
13172 (ada-other-file-alist, ada-matching-start-re)
13173 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
13174 (ada-imenu-generic-expression, ada-compile-goto-error)
13175 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
13176 (ada-popup-menu, ada-add-extensions, ada-mode)
13177 (ada-region-selected, ada-create-case-exception)
13178 (ada-create-case-exception-substring, ada-after-keyword-p)
13179 (ada-activate-keys-for-case, ada-adjust-case-region)
13180 (ada-adjust-case-buffer, ada-format-paramlist)
13181 (ada-scan-paramlist, ada-insert-paramlist)
13182 (ada-indent-newline-indent)
13183 (ada-indent-newline-indent-conditional)
13184 (ada-justified-indent-current, ada-goto-previous-word)
13185 (ada-indent-current, ada-get-indent-open-paren)
13186 (ada-get-indent-paramlist, ada-get-indent-end)
13187 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
13188 (ada-get-indent-block-start, ada-get-indent-subprog)
13189 (ada-get-indent-noindent, ada-get-indent-label)
13190 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
13191 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
13192 (ada-goto-stmt-end, ada-goto-next-word)
13193 (ada-check-matching-start, ada-check-defun-name)
13194 (ada-goto-matching-decl-start, ada-goto-matching-start)
13195 (ada-goto-matching-end, ada-search-ignore-string-comment)
13196 (ada-in-decl-p, ada-looking-at-semi-or)
13197 (ada-looking-at-semi-private, ada-in-paramlist-p)
13198 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
13199 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
13200 (ada-next-procedure, ada-previous-procedure, ada-next-package)
13201 (ada-previous-package, ada-create-menu)
13202 (ada-fill-comment-paragraph-justify)
13203 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
13204 (ada-other-file-name, ada-last-which-function-line)
13205 (ada-last-which-function-subprog, ada-which-function)
13206 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
13207 (ada-gen-treat-proc, ada-check-emacs-version)
13208 (ada-continuation-indent, ada-align-region-separate):
13209 Fix typos in docstrings.
13210 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
13211
13212 2005-06-16 Lute Kamstra <lute@gnu.org>
13213
13214 * simple.el (fundamental-mode): Run after-change-major-mode-hook
13215 conditionally.
13216
13217 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
13218
13219 * comint.el (comint-replace-by-expanded-filename)
13220 (comint-prompt-regexp, comint-delimiter-argument-list)
13221 (comint-preinput-scroll-to-bottom):
13222 * info.el (Info-hide-cookies-node):
13223 * ls-lisp.el (ls-lisp-classify):
13224 * find-file.el (ff-search-directories, ff-special-constructs)
13225 (ff-find-other-file):
13226 * font-lock.el (font-lock-keywords):
13227 * shell.el (shell-prompt-pattern)
13228 (shell-dynamic-complete-functions, shell-mode)
13229 (shell-delimiter-argument-list):
13230 * term.el (term-replace-by-expanded-filename)
13231 (term-prompt-regexp, term-delimiter-argument-list):
13232 * woman.el (woman-ignore, woman0-if):
13233 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
13234 * emacs-lisp/elint.el (elint-init-env):
13235 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
13236 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
13237 * language/ethio-util.el (ethio-tilde-escape)
13238 (ethio-use-three-dot-question):
13239 * net/zone-mode.el (zone-mode-load-time-setup):
13240 * progmodes/cc-align.el (c-lineup-argcont):
13241 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
13242 * progmodes/cperl-mode.el (cperl-set-style-back):
13243 * progmodes/inf-lisp.el (inferior-lisp-prompt):
13244 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
13245 Fix spellings in docstrings.
13246
13247 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
13248 * progmodes/modula2.el (m2-for): Fix spellings.
13249
13250 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
13251
13252 * simple.el (undo-more): Don't use `format' on `error' arguments.
13253 Improve argument/docstring consistency.
13254 (pending-undo-list): Doc fix.
13255
13256 * smerge-mode.el (smerge-ensure-match):
13257 * emulation/vip.el (vip-ex):
13258 * net/zone-mode.el (zone-mode-update-serial):
13259 * progmodes/idlwave.el (idlwave-complete):
13260 * progmodes/vhdl-mode.el (vhdl-visit-file)
13261 (vhdl-compose-wire-components):
13262 Don't use `format' on `error' arguments.
13263
13264 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
13265 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
13266 (tooltip-help-tips): Fix typos in docstrings.
13267
13268 2005-06-16 David Ponce <david@dponce.com>
13269
13270 * tree-widget.el (tree-widget-value-create): Simplify last change.
13271
13272 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
13273
13274 * ido.el (ido-incomplete-regexp): New variable.
13275 (ido-set-matches-1): Handle invalid-regexp error and set
13276 ido-incomplete-regexp.
13277 (ido-incomplete-regexp): New face.
13278 (ido-completions): Use it.
13279 (ido-complete, ido-exit-minibuffer, ido-completions):
13280 Handle incomplete regexps.
13281 (ido-completions): Add check for complete match when entering a regexp.
13282
13283 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13284
13285 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
13286
13287 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13288
13289 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
13290 by field delimiters.
13291
13292 2005-06-15 David Ponce <david@dponce.com>
13293
13294 * tree-widget.el: eval-and-compile inlined functions so they will
13295 be available at run-time too.
13296 (tree-widget-super-format-handler)
13297 (tree-widget-format-handler): Remove.
13298 (tree-widget-value-create): Handle the :indent property.
13299
13300 2005-06-15 Miles Bader <miles@gnu.org>
13301
13302 * progmodes/which-func.el (which-func): Only inherit
13303 `font-lock-function-name-face' when that makes sense against the
13304 default mode-line face, otherwise set the face color explicitly.
13305
13306 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
13307 faces instead of (non-existent) variables.
13308
13309 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13310
13311 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
13312 (iswitchb-get-matched-buffers): Likewise. Simplify.
13313
13314 2005-06-14 Miles Bader <miles@gnu.org>
13315
13316 * progmodes/ld-script.el (ld-script-location-counter):
13317 Remove "-face" suffix from face name.
13318 (ld-script-location-counter-face):
13319 New backward-compatibility alias for renamed face.
13320 (ld-script-location-counter-face): Use renamed face.
13321
13322 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
13323 (cperl-hash): Remove "-face" suffix from face names.
13324 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
13325 New backward-compatibility aliases for renamed faces.
13326 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
13327 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
13328
13329 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
13330 name.
13331 (which-func-face): New backward-compatibility alias for renamed face.
13332 (which-func-format): Use renamed which-func face.
13333
13334 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
13335 (vhdl-function, vhdl-directive, vhdl-reserved-word)
13336 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
13337 names.
13338 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
13339 (vhdl-speedbar-configuration, vhdl-speedbar-package)
13340 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
13341 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
13342 (vhdl-speedbar-architecture-selected)
13343 (vhdl-speedbar-configuration-selected)
13344 (vhdl-speedbar-package-selected)
13345 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
13346 names.
13347 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
13348 Use renamed faces.
13349 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
13350 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
13351 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
13352 Use renamed faces.
13353 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
13354 names.
13355 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
13356 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
13357 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
13358 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
13359 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
13360 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
13361
13362 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
13363 face name.
13364 (sh-heredoc-face): New backward-compatibility alias for renamed face.
13365 (sh-heredoc-face): Use renamed sh-heredoc face.
13366
13367 * progmodes/idlw-help.el (idlwave-help-link):
13368 Remove "-face" suffix from face name.
13369 (idlwave-help-link-face):
13370 New backward-compatibility alias for renamed face.
13371 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
13372
13373 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
13374 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
13375 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
13376 New backward-compatibility aliases for renamed faces.
13377 (idlwave-shell-disabled-breakpoint-face)
13378 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
13379
13380 * progmodes/flymake.el (flymake-errline, flymake-warnline):
13381 Remove "-face" suffix from face names.
13382 (flymake-errline-face, flymake-warnline-face):
13383 New backward-compatibility aliases for renamed faces.
13384 (flymake-highlight-line): Use renamed flymake faces.
13385
13386 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13387 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
13388 (ebrowse-member-class, ebrowse-progress):
13389 Remove "-face" suffix from face names.
13390 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13391 (ebrowse-file-name-face, ebrowse-default-face)
13392 (ebrowse-member-attribute-face, ebrowse-member-class-face)
13393 (ebrowse-progress-face):
13394 New backward-compatibility aliases for renamed faces.
13395 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
13396 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
13397 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
13398 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
13399
13400 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
13401 antlr-syntax)
13402 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
13403 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
13404 names.
13405 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
13406 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
13407 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
13408 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
13409 backward-compatibility aliases for renamed faces.
13410 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
13411 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
13412 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
13413 remove "font-lock-". Use renamed antlr-mode faces.
13414 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
13415 literal face-names with face variable references.
13416
13417 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
13418 face name.
13419 (Buffer-menu-buffer-face): New backward-compatibility alias for
13420 renamed face.
13421 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
13422
13423 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
13424
13425 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
13426 Eliminate "-face" suffix.
13427 (makefile-targets): Inherit from font-lock-function-name-face and
13428 eliminate "-face" suffix.
13429 (makefile-shell): Remove attributes and eliminate "-face" suffix.
13430 (makefile-*-font-lock-keywords): Append makefile-targets in rule
13431 actions, instead of prepending, to make it less visible.
13432 (makefile-previous-dependency, makefile-match-dependency):
13433 Don't match a target on a continuation line.
13434
13435 * files.el (auto-mode-alist): Put Makefile in gmake mode.
13436
13437 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
13438
13439 * progmodes/gdb-ui.el (menu): Re-order menu items.
13440 (gdb-tooltip-print): Respect tooltip-use-echo-area.
13441
13442 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
13443 Define in tooltip.el.
13444 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
13445 (gud-tooltip-tips): Respect tooltip-use-echo-area and
13446 gud-tooltip-echo-area.
13447
13448 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
13449 backward compatibility and make obsolete.
13450 (tooltip-help-tips): Use tooltip-use-echo-area.
13451 (tooltip-show-help-function): Rename to...
13452 (tooltip-show-help): ...this, because it is a function.
13453 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
13454
13455 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
13456
13457 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
13458 (edebug-print-length, edebug-print-level, edebug-print-circle)
13459 (edebug-modify-breakpoint, edebug-eval-last-sexp)
13460 (edebug-eval-print-last-sexp): Doc fixes.
13461
13462 2005-06-14 Kim F. Storm <storm@cua.dk>
13463
13464 * ido.el (ido-mode): Make a new keymap every time we enable ido,
13465 as the coverage buffer/file/both may change.
13466
13467 2005-06-14 Lute Kamstra <lute@gnu.org>
13468
13469 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
13470 and run-mode-hooks. Simplify.
13471
13472 * mail/rmailedit.el (rmail-edit-mode):
13473 * progmodes/octave-inf.el (inferior-octave-mode):
13474 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
13475
13476 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
13477 and run-mode-hooks.
13478 (recentf-edit-list, recentf-open-files): Don't call
13479 kill-all-local-variables directly.
13480
13481 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
13482
13483 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
13484
13485 * emacs-lisp/byte-run.el (make-obsolete)
13486 (define-obsolete-function-alias): Rename arguments FUNCTION and
13487 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
13488 (make-obsolete-variable, define-obsolete-variable-alias):
13489 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
13490 respectively.
13491
13492 * isearchb.el (isearchb-activate):
13493 * pcvs.el (cvs-mode):
13494 * ses.el (ses-load):
13495 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
13496 * net/tramp.el (tramp-find-file-exists-command)
13497 (tramp-find-shell):
13498 * progmodes/ada-mode.el (ada-create-case-exception)
13499 (ada-create-case-exception-substring, ada-make-subprogram-body):
13500 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13501 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
13502 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
13503 * textmodes/org.el (org-promote, org-evaluate-time-range)
13504 (org-agenda-next-date-line, org-agenda-previous-date-line)
13505 (org-agenda-error, org-open-at-point, org-table-move-row)
13506 (org-format-table-table-html-using-table-generate-source)
13507 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
13508 * textmodes/reftex.el (reftex-access-scan-info):
13509 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
13510 (reftex-toc-promote-prepare): Follow error conventions.
13511
13512 * diff-mode.el (diff-mode): Fix typo in docstring.
13513
13514 * forms.el (forms--intuit-from-file): Fix reference to
13515 `forms-number-of-fields' in error message.
13516 (forms-print): Fix quoting in error message.
13517
13518 * forms.el (forms-mode):
13519 * emulation/vi.el (vi-goto-insert-state):
13520 * progmodes/flymake.el (flymake-new-err-info)
13521 (flymake-start-syntax-check-for-current-buffer)
13522 (flymake-simple-cleanup):
13523 * eshell/esh-var.el (eshell/export):
13524 * progmodes/gud.el (xdb):
13525 * textmodes/flyspell.el (flyspell-incorrect-hook)
13526 (flyspell-maybe-correct-transposition)
13527 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
13528
13529 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
13530
13531 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
13532 minibuffer prompt.
13533
13534 2005-06-13 Kim F. Storm <storm@cua.dk>
13535
13536 * subr.el (add-to-ordered-list): New defun.
13537
13538 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
13539 add cua--keymap-alist to emulation-mode-map-alists.
13540
13541 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13542
13543 * subr.el (complete-in-turn): New macro.
13544 (dynamic-completion-table, lazy-completion-table): Add debug info.
13545
13546 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
13547 in preference to face aliases.
13548
13549 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
13550 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
13551 Remove unused vars `start' and `firstline'.
13552 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
13553 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
13554
13555 2005-06-13 Eli Zaretskii <eliz@gnu.org>
13556
13557 * cus-start.el (all): Don't complain about missing GTK-related
13558 variables, unless either `gtk' is boundp or this isn't a
13559 `windows-nt' build.
13560
13561 2005-06-13 Lute Kamstra <lute@gnu.org>
13562
13563 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
13564 run-mode-hooks.
13565
13566 * ediff-mult.el (ediff-meta-mode):
13567 * ediff-util.el (ediff-mode): Use run-mode-hooks.
13568
13569 * ledit.el (ledit-mode): Use delay-mode-hooks.
13570
13571 * woman.el (woman-mode-line-format): Delete constant.
13572 (woman-mode-map): Initialize it properly.
13573 (woman-mode): Set mode-class property to special.
13574 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
13575 Set major-mode and mode-name. Don't set mode-line-format directly.
13576 (Man-getpage-in-background): Don't reference woman-mode-line-format.
13577
13578 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
13579 string argument obsolete.
13580
13581 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
13582
13583 * textmodes/org.el (org-CUA-compatible): New option.
13584 (org-disputed-keys): New variable.
13585 (org-key): New function.
13586 (orgtbl-make-binding): Add docstring to the created function.
13587 (org-mode): Set paragraph start/separate regexps.
13588 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
13589 (org-archive-location, org-archive-mark-done)
13590 (org-archive-stamp-time): New options.
13591 (org-archive-subtree): New command.
13592 (org-fill-paragraph): New function.
13593 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
13594 (org-fake-empty-table-line): Function removed.
13595 (org-format-org-table-html): Do not create empty table lines at
13596 separator lines. Improved table header treatment.
13597 (org-link-format): New option.
13598 (org-make-link): New function.
13599 (org-insert-link, org-store-link): Use org-make-link.
13600 (org-open-file): Quote file name for shell command, to allow
13601 spaces in file names.
13602 (org-link-regexp): Fix bug with mailto link.
13603 (org-link-maybe-angles-regexp, org-protected-link-regexp):
13604 New constants.
13605 (org-export-as-html): Deal with the optional angles around a link.
13606 Better treatment of file: links.
13607 (org-open-at-point): Replace @{ and @} with < and >.
13608 (org-run-mode-hooks): Function removed.
13609 (org-agenda-mode): No longer use `org-run-mode-hooks'.
13610
13611 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
13612
13613 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
13614 MI command -data-list-register-values.
13615 (gdb-post-prompt): Indent properly.
13616
13617 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
13618
13619 * hilit-chg.el (highlight-changes-colors): Rename from
13620 `highlight-changes-colours'.
13621 (highlight-changes-colours): Keep as obsolete alias.
13622 (highlight-changes-face-list): Doc fix.
13623 (hilit-chg-make-list): Use `highlight-changes-colors'.
13624
13625 2005-06-12 Mark A. Hershberger <mah@everybody.org>
13626
13627 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
13628 defun-prompt-regexp.
13629
13630 2005-06-12 Eli Zaretskii <eliz@gnu.org>
13631
13632 * loadup.el: Don't say we are dumping under 2 names on windows-nt
13633 and cygwin.
13634
13635 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
13636 Don't use an old loaddefs.el, as in Makefile.in.
13637
13638 2005-06-12 Lute Kamstra <lute@gnu.org>
13639
13640 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
13641
13642 * man.el (Man-mode-map): Initialize it properly.
13643 (Man-mode): Set mode-class property to special.
13644
13645 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
13646
13647 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
13648
13649 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
13650 A newline is needed in the docstring there.
13651
13652 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
13653 Doc fixes.
13654
13655 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13656
13657 * printing.el: Doc fix. The menubar is no more changed when printing
13658 is loaded, it only changes when pr-menu-bind or pr-update-menus is
13659 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
13660 (pr-version): New version number (6.8.4).
13661 (pr-menu-bind): New command.
13662 (pr-update-menus): Docstring and code fix.
13663 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
13664 Docstring fix.
13665 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
13666 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
13667
13668 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
13669
13670 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
13671 "Returns" to "return", document useful return values, etc.
13672
13673 2005-06-11 Alan Mackenzie <acm@muc.de>
13674
13675 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
13676 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
13677 (adaptive-file-function): Minor amendment to doc-string.
13678
13679 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13680
13681 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
13682 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
13683 Fix :type--it is `integer', not `string'.
13684
13685 * faces.el (modeline-highlight): Rename from (the erroneous)
13686 `modeline-higilight'.
13687
13688 2005-06-11 Lute Kamstra <lute@gnu.org>
13689
13690 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
13691 lisp-interaction-mode-map but make it the parent.
13692 (edebug-eval-mode): Use define-derived-mode.
13693
13694 2005-06-11 Andreas Schwab <schwab@suse.de>
13695
13696 * bindings.el: Add binding of `ESC functionkey' for every
13697 `M-functionkey'.
13698 * hexl.el (hexl-mode-map): Likewise.
13699
13700 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
13701
13702 * progmodes/compile.el (compilation-error-regexp-alist-alist)
13703 [msft]: update regexp for newer msft compilers.
13704
13705 2005-06-10 Mark A. Hershberger <mah@everybody.org>
13706
13707 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
13708 ATTLIST portions of included DTDs.
13709 (xml-parse-dtd): Eliminate use of inefficient match-data.
13710
13711 2005-06-10 Miles Bader <miles@gnu.org>
13712
13713 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13714 (mpuz-text): Remove "-face" suffix from face names.
13715 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
13716 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
13717 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
13718
13719 * play/gomoku.el (gomoku-O, gomoku-X):
13720 Remove "-face" suffix from face names.
13721 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
13722 New backward-compatibility aliases for renamed faces.
13723 (gomoku-font-lock-keywords): Use renamed gomoku faces.
13724
13725 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
13726
13727 * thumbs.el: Fixes for changes of 2005-06-09.
13728 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
13729 as a directory.
13730 (thumbs-thumbname): Remove directory separator from format string;
13731 `thumbs-thumbsdir' now returns a valid directory name.
13732 (thumbs-temp-dir): New defsubst.
13733 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
13734 Use it.
13735
13736 * cus-edit.el (minibuffer):
13737 * files.el (make-backup-file-name-function):
13738 * filesets.el (filesets-external-viewers):
13739 * hilit-chg.el (highlight-changes-colours)
13740 (highlight-changes-face-list, highlight-changes-rotate-faces):
13741 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
13742 * kmacro.el (kmacro-call-macro):
13743 * log-edit.el (log-edit-changelog-full-paragraphs):
13744 * mouse.el (mouse-1-click-follows-link):
13745 * skeleton.el (skeleton-autowrap):
13746 * subr.el (insert-for-yank-1):
13747 * tempo.el (tempo-insert-region):
13748 * terminal.el (terminal-emulator):
13749 * time.el (display-time-mail-face):
13750 * vc.el (vc-annotate):
13751 * vcursor.el (vcursor-copy-line):
13752 * woman.el (woman-bold-headings, woman-ignore)
13753 (woman-default-faces, woman-monochrome-faces):
13754 * calendar/todo-mode.el (todo-insert-threshold):
13755 * emulation/pc-select.el (pc-select-selection-keys-only)
13756 (pc-selection-mode):
13757 * emulation/vip.el (vip-find-char-forward):
13758 * emulation/viper-cmd.el (viper-find-char-forward):
13759 * international/mule-cmds.el
13760 (select-safe-coding-system-accept-default-p)
13761 (input-method-exit-on-invalid-key):
13762 * international/mule-diag.el (describe-coding-system):
13763 * international/ucs-tables.el (unify-8859-on-encoding-mode):
13764 * net/browse-url.el (browse-url-xterm-program):
13765 * obsolete/lazy-lock.el (lazy-lock-mode):
13766 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
13767 (cperl-mode):
13768 * progmodes/cpp.el (cpp-face-light-name-list)
13769 (cpp-face-dark-name-list):
13770 * progmodes/delphi.el (delphi-newline-always-indents):
13771 Fix spellings in docstrings.
13772
13773 * ido.el (ido-mode, ido-file-extensions-order)
13774 (ido-default-file-method, ido-default-buffer-method)
13775 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
13776 (ido-decorations, ido-read-file-name-as-directory-commands)
13777 (ido-read-file-name-non-ido, ido-work-directory-list)
13778 (ido-ignore-item-temp-list, ido-current-directory)
13779 (ido-magic-forward-char, ido-enter-find-file)
13780 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
13781 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
13782
13783 2005-06-10 Lute Kamstra <lute@gnu.org>
13784
13785 * play/dunnet.el (dun-mode): Use define-derived-mode.
13786 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
13787 obsolete alias.
13788
13789 * play/doctor.el (doctor-mode-map): Remove defvar.
13790 (doctor-mode): Use define-derived-mode.
13791
13792 * mail/mspools.el (mspools-mode):
13793 * net/eudc-hotlist.el (eudc-hotlist-mode):
13794 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
13795
13796 2005-06-10 Miles Bader <miles@gnu.org>
13797
13798 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13799 Remove "-face" suffix from face names.
13800 (flyspell-incorrect-face, flyspell-duplicate-face):
13801 New backward-compatibility aliases for renamed faces.
13802 (flyspell-mode-on, make-flyspell-overlay)
13803 (flyspell-highlight-incorrect-region)
13804 (flyspell-highlight-duplicate-region)
13805 (flyspell-display-next-corrections)
13806 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
13807
13808 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
13809 from face name.
13810 (texinfo-heading-face): New backward-compatibility alias for
13811 renamed face.
13812 (texinfo-heading-face): Use renamed texinfo-heading face.
13813
13814 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
13815 suffix from face names.
13816 (tex-math-face, tex-verbatim-face):
13817 New backward-compatibility aliases for renamed faces.
13818 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
13819 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
13820 literal face name.
13821
13822 * textmodes/table.el (table-cell): Remove "-face" suffix from face
13823 name.
13824 (table-cell-face): New backward-compatibility alias for renamed face.
13825 (table--put-cell-face-property, table--update-cell-face):
13826 Use renamed table-cell face.
13827
13828 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
13829 from face name.
13830 (sgml-namespace-face): New backward-compatibility alias for
13831 renamed face.
13832 (sgml-namespace-face): Use renamed sgml-namespace face.
13833
13834 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
13835 (org-level-4, org-level-5, org-level-6, org-level-7)
13836 (org-level-8, org-warning, org-headline-done)
13837 (org-deadline-announce, org-scheduled-today)
13838 (org-scheduled-previously, org-link, org-done, org-table)
13839 (org-time-grid): Remove "-face" suffix from face names.
13840 (org-level-1-face, org-level-2-face, org-level-3-face)
13841 (org-level-4-face, org-level-5-face, org-level-6-face)
13842 (org-level-7-face, org-level-8-face, org-warning-face)
13843 (org-headline-done-face, org-deadline-announce-face)
13844 (org-scheduled-today-face, org-scheduled-previously-face)
13845 (org-link-face, org-done-face, org-table-face)
13846 (org-time-grid-face):
13847 New backward-compatibility aliases for renamed faces.
13848 (org-level-faces, org-set-font-lock-defaults, org-timeline)
13849 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
13850 (org-agenda-get-timestamps, org-agenda-get-scheduled)
13851 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
13852
13853 * emulation/viper-init.el (viper-search, viper-replace-overlay)
13854 (viper-minibuffer-emacs, viper-minibuffer-insert)
13855 (viper-minibuffer-vi): Remove "-face" suffix from face names.
13856 (viper-search-face, viper-replace-overlay-face)
13857 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13858 (viper-minibuffer-vi-face):
13859 New backward-compatibility aliases for renamed faces.
13860 (viper-search-face, viper-replace-overlay-face)
13861 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13862 (viper-minibuffer-vi-face): Use renamed viper faces.
13863
13864 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
13865 Remove "-face" suffix from face names.
13866 (testcover-nohits-face, testcover-1value-face):
13867 New backward-compatibility aliases for renamed faces.
13868 (testcover-mark): Use renamed testcover faces.
13869
13870 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
13871 face name.
13872 (diary-button-face): New backward-compatibility alias for renamed face.
13873 (diary-entry): Use renamed diary-button face.
13874
13875 * calendar/calendar.el (diary, calendar-today, holiday)
13876 (mark-visible-calendar-date): Remove "-face" suffix from face names.
13877 (diary-face, calendar-today-face, holiday-face):
13878 New backward-compatibility aliases for renamed faces.
13879 (eval-after-load "facemenu", diary-entry-marker)
13880 (calendar-today-marker, calendar-holiday-marker, diary-face):
13881 Use renamed calendar faces.
13882
13883 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
13884 (compare-windows-face): New backward-compatibility alias for
13885 renamed face.
13886 (compare-windows-highlight): Use renamed compare-windows face.
13887
13888 * strokes.el (strokes-char): Remove "-face" suffix from face name.
13889 (strokes-char-face): New backward-compatibility alias for renamed face.
13890 (strokes-encode-buffer): Use renamed strokes-char face.
13891
13892 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
13893 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
13894 Remove "-face" suffix from face names.
13895 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13896 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13897 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
13898 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
13899 Use renamed pcvs faces.
13900 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
13901 * pcvs-defs.el (cvs-mode-map): Likewise.
13902 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
13903
13904 * info.el (info-title-1, info-title-2, info-title-3)
13905 (info-title-4): Remove "-face" suffix from and downcase face names.
13906 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13907 (Info-title-4-face):
13908 New backward-compatibility aliases for renamed faces.
13909 (Info-fontify-node): Use renamed info faces.
13910
13911 * hilit-chg.el (highlight-changes, highlight-changes-delete):
13912 Remove "-face" suffix from face names.
13913 (highlight-changes-face, highlight-changes-delete-face):
13914 New backward-compatibility aliases for renamed faces.
13915 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
13916 (hilit-chg-make-list): Use renamed highlight-changes faces.
13917
13918 * generic-x.el (show-tabs-tab, show-tabs-space):
13919 Remove "-face" suffix from face names.
13920 (show-tabs-tab-face, show-tabs-space-face):
13921 New backward-compatibility aliases for renamed faces.
13922 (show-tabs-generic-mode-font-lock-defaults-1)
13923 (show-tabs-generic-mode-font-lock-defaults-2):
13924 Use renamed show-tabs faces.
13925
13926 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
13927 (smerge-markers): Remove "-face" suffix from face names.
13928 (smerge-mine-face, smerge-other-face, smerge-base-face)
13929 (smerge-markers-face):
13930 New backward-compatibility aliases for renamed faces.
13931 (smerge-mine-face, smerge-other-face, smerge-base-face)
13932 (smerge-markers-face): Use renamed smerge faces.
13933
13934 * log-view.el (log-view-file, log-view-message): Remove "-face"
13935 suffix from face names.
13936 (log-view-file-face, log-view-message-face):
13937 New backward-compatibility aliases for renamed faces.
13938 (log-view-file-face, log-view-message-face): Use renamed log-view
13939 faces.
13940
13941 * paren.el (show-paren-match, show-paren-mismatch):
13942 Remove "-face" suffix from face names.
13943 (show-paren-match-face, show-paren-mismatch-face):
13944 New backward-compatibility aliases for renamed faces.
13945 (show-paren-function): Use renamed show-paren faces.
13946
13947 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
13948 (ruler-mode-margins, ruler-mode-fringes)
13949 (ruler-mode-column-number, ruler-mode-fill-column)
13950 (ruler-mode-comment-column, ruler-mode-goal-column)
13951 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
13952 suffix from face names.
13953 (ruler-mode-default-face, ruler-mode-pad-face)
13954 (ruler-mode-margins-face, ruler-mode-fringes-face)
13955 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
13956 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
13957 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
13958 New backward-compatibility aliases for renamed faces.
13959 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
13960 (ruler-mode-column-number, ruler-mode-fill-column)
13961 (ruler-mode-comment-column, ruler-mode-goal-column)
13962 (ruler-mode-tab-stop, ruler-mode-current-column)
13963 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
13964 faces.
13965
13966 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
13967 face name.
13968 (whitespace-highlight-the-space): Use renamed face.
13969 (whitespace-highlight-face): New backward-compatibility alias for
13970 renamed face.
13971
13972 * woman.el (woman-italic, woman-bold, woman-unknown)
13973 (woman-addition, woman-symbol-face):
13974 Remove "-face" suffix from face names.
13975 (woman-italic-face, woman-bold-face, woman-unknown-face)
13976 (woman-addition-face):
13977 New backward-compatibility aliases for renamed faces.
13978 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
13979 (woman-decode-region, woman-replace-match)
13980 (woman-display-extended-fonts, woman-special-characters)
13981 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
13982 Use renamed woman faces.
13983
13984 * longlines.el (longlines-visible-face): Face removed.
13985
13986 * diff-mode.el (diff-header, diff-file-header, diff-index)
13987 (diff-hunk-header, diff-removed, diff-added, diff-changed)
13988 (diff-function, diff-context, diff-nonexistent): Remove "-face"
13989 suffix from face names.
13990 (diff-header-face, diff-file-header-face, diff-index-face)
13991 (diff-hunk-header-face, diff-removed-face, diff-added-face)
13992 (diff-changed-face, diff-function-face, diff-context-face)
13993 (diff-nonexistent-face): New backward-compatibility aliases for
13994 renamed faces.
13995 (diff-header-face, diff-file-header-face)
13996 (diff-index, diff-index-face, diff-hunk-header)
13997 (diff-hunk-header-face, diff-removed, diff-removed-face)
13998 (diff-added, diff-added-face, diff-changed-face, diff-function)
13999 (diff-function-face, diff-context-face, diff-nonexistent)
14000 (diff-nonexistent-face): Use renamed diff-mode faces.
14001
14002 * progmodes/compile.el (compilation-warning-face)
14003 (compilation-info-face): Remove "-face" suffix from face names.
14004 (compilation-warning-face, compilation-info-face):
14005 New backward-compatibility aliases for renamed faces.
14006 (compilation-warning-face, compilation-info-face):
14007 Use renamed compilation faces.
14008
14009 * add-log.el (change-log-date, change-log-name)
14010 (change-log-email, change-log-file, change-log-list)
14011 (change-log-conditionals, change-log-function)
14012 (change-log-acknowledgement): Remove "-face" suffix from face names.
14013 (change-log-date-face, change-log-name-face)
14014 (change-log-email-face, change-log-file-face)
14015 (change-log-list-face, change-log-conditionals-face)
14016 (change-log-function-face, change-log-acknowledgement-face):
14017 New backward-compatibility aliases for renamed faces.
14018 (change-log-font-lock-keywords): Use renamed change-log faces.
14019
14020 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
14021 (custom-set, custom-changed, custom-saved, custom-button)
14022 (custom-button-pressed, custom-documentation, custom-state)
14023 (custom-comment, custom-comment-tag, custom-variable-tag)
14024 (custom-variable-button, custom-face-tag, custom-group-tag-1)
14025 (custom-group-tag): Remove "-face" suffix from face names.
14026 (custom-magic-alist, custom-magic-value-create)
14027 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
14028 (custom-invalid-face, custom-rogue-face, custom-modified-face)
14029 (custom-set-face, custom-changed-face, custom-saved-face)
14030 (custom-button-face, custom-button-pressed-face)
14031 (custom-documentation-face, custom-state-face)
14032 (custom-comment-face, custom-comment-tag-face)
14033 (custom-variable-tag-face, custom-variable-button-face)
14034 (custom-face-tag-face, custom-group-tag-face-1)
14035 (custom-group-tag-face):
14036 New backward-compatibility aliases for renamed faces.
14037
14038 * wid-edit.el (widget-documentation, widget-button)
14039 (widget-field, widget-single-line-field, widget-inactive)
14040 (widget-button-pressed): "-face" suffix removed from face names.
14041 (widget-documentation-face, widget-button-face)
14042 (widget-field-face, widget-single-line-field-face)
14043 (widget-inactive-face, widget-button-pressed-face):
14044 New backward-compatibility aliases for renamed faces.
14045 (widget-documentation-face, widget-button-face)
14046 (widget-button-pressed-face, widget-specify-field)
14047 (widget-specify-inactive): Use renamed widget faces.
14048
14049 2005-06-10 Kenichi Handa <handa@m17n.org>
14050
14051 * term/x-win.el (x-clipboard-yank): Remove condition-case
14052 wrapping.
14053
14054 2005-06-11 Kenichi Handa <handa@m17n.org>
14055
14056 * add-log.el (change-log-font-lock-keywords): Make the regexp for
14057 date lines stricter.
14058
14059 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
14060
14061 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14062 of x-get-selection.
14063
14064 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14065
14066 * comint.el (comint-mode, comint-snapshot-last-prompt):
14067 * frame.el (frame-current-scroll-bars):
14068 * term.el (term-mode, term-check-proc, term-input-sender)
14069 (term-simple-send, term-extract-string, term-word)
14070 (term-match-partial-filename):
14071 * window.el (window-current-scroll-bars):
14072 * emulation/cua-base.el (cua-normal-cursor-color)
14073 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14074 (cua-global-mark-cursor-color):
14075 * mail/undigest.el (rmail-forward-separator-regex):
14076 Fix typos in docstrings.
14077
14078 * comint.el (comint-check-proc, make-comint-in-buffer)
14079 (comint-source-default): Doc fixes.
14080
14081 * term.el (term-send-string): Improve argument/docstring consistency.
14082
14083 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
14084
14085 * comint.el (comint-send-input): Bind `inhibit-read-only' around
14086 call to `delete-region'.
14087 (comint-mode-hook): Do not enable Font Lock by default.
14088
14089 2005-06-09 Lute Kamstra <lute@gnu.org>
14090
14091 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14092 could be void.
14093
14094 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
14095
14096 * emacs-lisp/debug.el (debugger-will-be-back): New var.
14097 (debug): Use it.
14098 (debugger-step-through, debugger-continue, debugger-jump)
14099 (debugger-return-value): Set it when needed.
14100 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14101 Use inhibit-read-only.
14102
14103 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
14104
14105 * window.el (shrink-window-if-larger-than-buffer)
14106 (window-size-fixed): Fix typo in docstring.
14107
14108 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
14109 thumbnails directory on loading.
14110 (thumbs-conversion-program): Use `eq' to check the system type,
14111 not `equal'.
14112 (thumbs-temp-dir): Initialize to `temporary-file-directory',
14113 not "/tmp". Fix docstring.
14114 (thumbs-thumbsdir): New function to return the thumbnails
14115 directory, creating it if needed.
14116 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14117 (thumbs-temp-file): Delete variable and make it into a function.
14118 (thumbs-resize-image, thumbs-modify-image): Use it.
14119 (thumbs-kill-buffer): Simplify.
14120 (thumbs-gensym): Defalias or duplicate CL `gensym'.
14121 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
14122 docstrings.
14123
14124 2005-06-09 Kim F. Storm <storm@cua.dk>
14125
14126 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
14127 set-match-data to free markers in match-data.
14128
14129 * replace.el (replace-match-data): Pass RESEAT arg `t' to
14130 match-data to unchain markers in match-data.
14131
14132 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
14133
14134 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
14135 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
14136 unnecessary now.
14137
14138 2005-06-08 Richard M. Stallman <rms@gnu.org>
14139
14140 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
14141 give the variable a doc string that doesn't say don't set it directly.
14142
14143 * textmodes/ispell.el (ispell-check-version):
14144 Use match-string-no-properties.
14145 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
14146 (ispell-buffer-local-words): Likewise.
14147
14148 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
14149 except on terminals with enough colors to really display it.
14150 (makefile-dependency-regex): Delete spurious `bb'.
14151
14152 * faces.el (escape-glyph): Use blue once again in last case.
14153 (no-break-space): Redefine so that it isn't invisible on a tty.
14154
14155 2005-06-08 Kim F. Storm <storm@cua.dk>
14156
14157 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
14158 also when reading directory name.
14159
14160 2005-06-08 Lute Kamstra <lute@gnu.org>
14161
14162 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
14163 (flyspell-mode-line-string): Remove autoload cookie.
14164 (flyspell-mode): Remove defvar.
14165
14166 2005-06-07 Lute Kamstra <lute@gnu.org>
14167
14168 * textmodes/org.el (org-run-mode-hooks): New function.
14169 (org-agenda-mode): Use it.
14170
14171 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
14172
14173 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
14174
14175 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14176
14177 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
14178
14179 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
14180
14181 * font-lock.el (font-lock-add-keywords): Doc fix.
14182
14183 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14184
14185 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
14186 (tex-compile-default): In the absence of any history, use the order in
14187 tex-compile-alist to choose the preferred command.
14188 (tex-compile-commands): Reorder a bit.
14189
14190 * textmodes/flyspell.el (flyspell-auto-correct-binding)
14191 (flyspell-incorrect-face, flyspell-duplicate-face):
14192 Use (X)Emacs-agnostic code.
14193 (flyspell-mode-map): Don't overwrite at each load. Remove code
14194 redundant with the subsequent add-minor-mode. Merge Emacs and
14195 XEmacs code.
14196 (flyspell-word): Minor simplification.
14197 (flyspell-math-tex-command-p): Quieten the byte-compiler.
14198 (flyspell-external-point-words): Remove unused vars `size' and `start'.
14199 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
14200 Merge the corresponding Emacs code.
14201 (flyspell-correct-word, flyspell-xemacs-popup):
14202 Use flyspell-do-correct.
14203
14204 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
14205 a dedicated window.
14206
14207 * international/latexenc.el (latexenc-find-file-coding-system):
14208 Undo part of last patch, to turn off a compiler warning.
14209
14210 2005-06-06 Juri Linkov <juri@jurta.org>
14211
14212 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
14213 Rename `tmm-inactive-face' to `tmm-inactive'.
14214
14215 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
14216
14217 * iswitchb.el: Rename faces.
14218
14219 2005-06-06 Kim F. Storm <storm@cua.dk>
14220
14221 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
14222 (cua-global-mark): Remove -face suffix from face names.
14223
14224 * emulation/cua-gmrk.el (cua--init-global-mark):
14225 Remove cua-global-mark face setup.
14226
14227 2005-06-06 Richard M. Stallman <rms@gnu.org>
14228
14229 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
14230 just like other allowed characters.
14231 (makefile-match-dependency): Exclude leading and training whitespace
14232 from the range of regexp subexp 1.
14233 (makefile-macroassign-regex): Don't try to match the body,
14234 just the name of the macro being defined.
14235
14236 * info.el (Info-read-node-name-2): New function.
14237 (Info-read-node-name-1): Use that.
14238 Add a completion-base-size-function property.
14239
14240 * simple.el (completion-setup-function): Look for
14241 completion-base-size-function property of minibuffer-completion-table.
14242
14243 * files.el (locate-file-completion): Doc fix.
14244
14245 * printing.el: Don't call pr-update-menus; user must do that.
14246
14247 * emacs-lisp/debug.el (debugger-window): New variable.
14248 (debug): Use debugger-window if it is set and still alive.
14249 Record debugger-window for next entry.
14250
14251 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
14252
14253 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
14254
14255 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
14256 (hack-one-local-variable, hack-local-variables)
14257 (hack-local-variables-prop-line): Pass that arg.
14258
14259 2005-06-06 Kim F. Storm <storm@cua.dk>
14260
14261 * ido.el (ido-first-match, ido-only-match, ido-subdir)
14262 (ido-indicator): Remove -face suffix from face names.
14263
14264 2005-06-06 Juri Linkov <juri@jurta.org>
14265
14266 * font-lock.el (font-lock-regexp-backslash)
14267 (font-lock-regexp-backslash-construct): New faces.
14268 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
14269 after `('. Add `while-no-input' to control structures.
14270
14271 * faces.el (no-break-space, shadow): New faces.
14272 (escape-glyph): Use less loud colors pink2 and red4.
14273
14274 * diff-mode.el (diff-context-face)
14275 * dired.el (dired-ignored)
14276 * rfn-eshadow.el (file-name-shadow)
14277 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
14278
14279 * info.el (Info-title-1-face): Use green instead of yellow because
14280 bold yellow is not readable on light backgrounds.
14281
14282 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
14283 before selecting the desired mode to not spend time fontifying
14284 old contents.
14285
14286 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
14287
14288 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
14289 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
14290
14291 * ps-print.el (ps-default-fg, ps-default-bg):
14292 Fix typos in docstrings.
14293
14294 * isearchb.el (isearchb): Don't pass a spurious second argument to
14295 `iswitchb-completions'.
14296
14297 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
14298
14299 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
14300 to preserve point.
14301 (gdb-find-file-hook): Add doc string.
14302
14303 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
14304 C dereferenced pointer expression.
14305 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
14306
14307 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
14308
14309 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
14310 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
14311 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
14312 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
14313 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
14314 Make background transparent.
14315
14316 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
14317
14318 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
14319 (font-lock-remove-keywords): Doc fix.
14320 (font-lock-mode-major-mode): Compiler defvar.
14321 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
14322
14323 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
14324 (font-lock-mode): Update `font-lock-mode-major-mode'.
14325 (font-lock-set-defaults): Compiler defvar.
14326 (font-lock-default-function): Take `font-lock-mode-major-mode'
14327 into account.
14328
14329 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
14330 keep track of which major mode it enabled the minor mode for.
14331 Use find-file-hook again. Update docstring.
14332
14333 * simple.el (eval-expression-print-level)
14334 (eval-expression-print-length, eval-expression-debug-on-error):
14335 Doc fixes.
14336
14337 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
14338
14339 * iswitchb.el (iswitchb-single-match-face)
14340 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
14341 (iswitchb-invalid-regexp-face): New faces.
14342 (iswitchb-completions): Use them.
14343 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
14344 now marked as an obsolete alias.
14345 (iswitchb-read-buffer): Remove check for bound font variables.
14346 (iswitchb-invalid-regexp): New free variable.
14347 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
14348 set iswitchb-invalid-regexp.
14349 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
14350 invalid regexps.
14351 (iswitchb-completions): Add check for complete match when entering
14352 a regexp.
14353 (iswitchb-completions): Remove require-match argument.
14354 (iswitchb-exhibit): Fix caller.
14355 (iswitchb-common-match-inserted): New variable.
14356 (iswitchb-complete, iswitchb-completion-help): Use it.
14357
14358 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
14359
14360 * url-http.el (url-http-chunked-encoding-after-change-function):
14361 Use `url-http-debug' instead of `message'.
14362
14363 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
14364
14365 * url-http.el (url-http-parse-headers): Pass redirected URL as a
14366 callback argument.
14367
14368 2005-06-04 Kim F. Storm <storm@cua.dk>
14369
14370 * simple.el (line-move): Only call sit-for when moving backwards.
14371
14372 * ido.el (ido-make-merged-file-list-1): New defun split from
14373 ido-make-merged-file-list.
14374 (ido-make-merged-file-list): Bind throw-on-input around call to
14375 ido-make-merged-file-list-1. Return input-pending-p if
14376 interrupted by more input available.
14377 (ido-read-internal): Handle input-pending-p return value from
14378 ido-make-merged-file-list.
14379
14380 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14381
14382 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
14383 compatibility code.
14384
14385 * international/latexenc.el (latexenc-find-file-coding-system):
14386 Don't inherit the EOL part of the coding-system from the
14387 tex-main buffer. Fit within 80 columns.
14388
14389 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
14390
14391 * tmm.el (tmm-inactive-face): New face.
14392 (tmm-remove-inactive-mouse-face): New function.
14393 (tmm-prompt, tmm-add-one-shortcut)
14394 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
14395 but not selectable.
14396
14397 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
14398
14399 * faces.el (face-equal): Improve argument/docstring consistency.
14400
14401 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
14402
14403 * progmodes/make-mode.el (makefile-targets-face)
14404 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
14405 (makefile-bsdmake-dependency-regex)
14406 (makefile-makepp-rule-action-regex)
14407 (makefile-bsdmake-rule-action-regex): New constants.
14408 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
14409
14410 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14411 Allow (...) within `...' for makepp messages.
14412
14413 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
14414
14415 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
14416
14417 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
14418 "." files are deleted from all file lists before comparison.
14419
14420 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14421 (viper-ESC-key): Made them customizable.
14422
14423 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
14424
14425 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
14426
14427 * autorevert.el (auto-revert-buffers): Use save-match-data.
14428
14429 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14430
14431 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
14432 menu items with a nil command binding.
14433
14434 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
14435
14436 * emacs-lisp/cl-macs.el (defsetf):
14437 Improve argument/docstring consistency.
14438
14439 * faces.el (list-faces-display): Improve the formatting by
14440 computing the maximum length required for any face-name (reworked
14441 patch of 1999-01-11, accidentally deleted on 1999-07-21).
14442 (internal-find-face): Remove redundant info in docstring.
14443
14444 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
14445
14446 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
14447 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
14448 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
14449 (gdb-assembler-custom): Improve regexps.
14450 (def-gdb-auto-update-handler): Use window point to preserve point.
14451
14452 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14453
14454 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
14455
14456 2005-05-31 Jay Belanger <belanger@truman.edu>
14457
14458 * calc/calc-embed.el (calc-embedded-word): Change argument passed
14459 to calc-embedded.
14460 (calc-embedded-make-info): Have plain prefix argument select
14461 entire line.
14462
14463 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
14464
14465 * faces.el (list-faces-display): Signal error if passed a regexp
14466 that matches no face name.
14467
14468 * simple.el (filter-buffer-substring): Fix typo in docstring.
14469
14470 2005-05-31 Richard M. Stallman <rms@gnu.org>
14471
14472 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
14473 (vhdl-emacs-21): Doc fix.
14474 (vhdl-mode): Unconditionally set comment-padding.
14475 (vhdl-fixup-whitespace-region): Insert spaces only where
14476 there are none.
14477 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
14478
14479 2005-05-30 John Wiegley <johnw@newartisans.com>
14480
14481 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
14482 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
14483 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
14484 `directory-sep-char' to ?/, and all uses of `string-to-int' to
14485 `string-to-number'.
14486
14487 2005-05-30 Jay Belanger <belanger@truman.edu>
14488
14489 * calc/calc.el (calc-bug-address): Fix docstring.
14490 (calc-window-hook, calc-trail-window-hook): New variables.
14491 (calc-trail-display): Restore use of calc-trail-window-hook.
14492 (calc): Restore use of calc-window-hook.
14493
14494 2005-05-31 Masatake YAMATO <jet@gyve.org>
14495
14496 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
14497
14498 * help-fns.el (help-C-file-name): Add autoload mark for
14499 `find-function-noselect'.
14500
14501 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14502
14503 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
14504 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
14505
14506 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14507
14508 * calendar/diary-lib.el (mark-included-diary-files): Only kill
14509 included diary buffer if it was not already being visited.
14510 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
14511
14512 * calendar/icalendar.el (top-level): Do not require appt.
14513
14514 * mail/supercite.el (sc-select-attribution): Only use a list
14515 element from sc-attrib-selection-list if it returns a string.
14516 Reported by Davide G. M. Salvetti <salve@debian.org>.
14517
14518 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
14519
14520 * thumbs.el (thumbs-thumbname): The resulting thumbname now
14521 includes a hash value to improve its uniqueness, and has a ".jpg"
14522 extension. Also, it is now a valid filename on all systems.
14523 (thumbs-make-thumb): Use `let', not `let*'.
14524 (thumbs-show-thumbs-list): Check for JPEG availability.
14525
14526 2005-05-30 Richard M. Stallman <rms@gnu.org>
14527
14528 * filesets.el (filesets-menu-ensure-use-cached):
14529 Prevent warning when emacs-version>= is undefined.
14530
14531 * printing.el (pr-interactive-n-up): Use string-to-number.
14532
14533 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
14534
14535 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14536 Warn only when name to be defined is quoted.
14537
14538 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
14539
14540 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
14541 Make regexp more robust.
14542 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
14543 Force regeneration of disassembly.
14544
14545 2005-05-29 Jay Belanger <belanger@truman.edu>
14546
14547 * calc/calc.el (calc-user-invocation): Check if
14548 calc-invocation-macro is non-nil.
14549
14550 2005-05-29 Juri Linkov <juri@jurta.org>
14551
14552 * add-log.el (change-log-font-lock-keywords):
14553 Add `+' to e-mail regexp to accept mail address with keywords.
14554
14555 * man.el (Man-name-regexp): Add `:' to accept qualified names.
14556
14557 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
14558
14559 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
14560
14561 * ielm.el (inferior-emacs-lisp-mode): Ditto.
14562
14563 2005-05-29 Richard M. Stallman <rms@gnu.org>
14564
14565 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
14566 Undo the change that moves to end of the current word.
14567
14568 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
14569
14570 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
14571 Throw error when count <= 0 to ensure input is a number.
14572 (gdb-read-memory-custom): Pick up address from buffer.
14573 (gdb-memory-mode): Allow user to increment and decrement
14574 memory address from header line.
14575
14576 2005-05-29 Richard M. Stallman <rms@gnu.org>
14577
14578 * flyspell.el (flyspell-version): Function deleted.
14579 (flyspell-auto-correct-previous-hook): Doc fix.
14580
14581 * jit-lock.el (jit-lock-function, jit-lock-after-change):
14582 Do nothing if memory is full.
14583
14584 * font-lock.el (font-lock-fontify-syntactically-region):
14585 Pass t for GREEDY to looking-back.
14586
14587 * saveplace.el (save-place-alist-to-file): Write the file
14588 using write-region.
14589
14590 * subr.el (looking-back): New argument GREEDY.
14591
14592 * progmodes/compile.el (compilation-start): Set the mode
14593 before inserting the initial text.
14594
14595 * progmodes/which-func.el (which-func-update-1): Turn the mode
14596 off in case of error by setting which-func-mode.
14597
14598 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
14599
14600 * flyspell.el (flyspell-auto-correct-previous-word):
14601 Narrow down to what's on the screen, and recenter overlays
14602 at the end of the next word.
14603
14604 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
14605
14606 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
14607 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
14608 (flyspell-abbrev-p): Default to nil.
14609 (flyspell-use-global-abbrev-table-p): Doc fix.
14610 (flyspell-large-region): Allow nil as value.
14611 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
14612
14613 (mail-mode-flyspell-verify): More robust handling
14614 of `mail-header-separator'. More efficient signature detection.
14615 Allow for regexp metacharacters in message-header-separator.
14616 Adding `To' not to be checked in mail-mode-flyspell-verify.
14617
14618 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
14619 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
14620 Bind flyspell-auto-correct-binding.
14621 Bind C-. and C-, .
14622 (flyspell-mode-map): Likewise.
14623 (flyspell-mode): Doc fix.
14624 (flyspell-accept-buffer-local-defs): Preserve current buffer.
14625 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
14626 (flyspell-word-cache-result): New var, always local.
14627 (flyspell-check-pre-word-p): Doc fix.
14628 (flyspell-check-changed-word-p): Handle spc like newline.
14629 (flyspell-post-command-hook): Set flyspell-word-cache-result.
14630 (flyspell-word-search-backward, flyspell-word-search-forward):
14631 New functions.
14632 (flyspell-word): Return t if nothing to check.
14633 When parsing TeX code, check for after } or \.
14634 Use flyspell-word-search-backward to find previous word.
14635 Return nil if duplicated word.
14636 For word already checked, return same value as last time.
14637 Set flyspell-word-cache-result after checking.
14638 Don't clobber the return value.
14639 (flyspell-get-word): Major rewrite.
14640 (flyspell-external-point-words): New locals pword, pcount.
14641 Fix size used in progress message.
14642 Find the proper corresponding word in flyspell-large-region-buffer.
14643 (flyspell-region): Check for flyspell-large-region = nil.
14644 (flyspell-highlight-incorrect-region): Clean up overlays in region.
14645 (flyspell-auto-correct-word): Check that WORD is a cons.
14646 (flyspell-correct-word): Likewise.
14647
14648 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
14649
14650 * progmodes/make-mode.el (makefile-rule-action-regex)
14651 (makefile-macroassign-regex, makefile-makepp-mode)
14652 (makefile-bsdmake-mode): Continuation lines may be empty.
14653 Reported by Joshua Varner.
14654 (makefile-makepp-font-lock-keywords): Add $(stem).
14655
14656 2005-05-28 Karl Berry <karl@gnu.org>
14657
14658 * textmodes/tex-mode.el: Now that tex-send-command calls
14659 shell-quote-argument (2005-03-31 change), remove all calls to
14660 shell-quote-argument; they all end up invoking tex-send-command.
14661 The double quoting loses on filenames with non-safe characters,
14662 such as "@". Reported by Frederik Fouvry.
14663
14664 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
14665
14666 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
14667 about preserving point.
14668
14669 2005-05-27 Jay Belanger <belanger@truman.edu>
14670
14671 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
14672 Info-goto-node.
14673
14674 * calc/calc-embed.el (calc-embed-arg): New variable.
14675 (calc-do-embedded-activate, calc-embedded-activate-formula)
14676 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
14677 variable by new variable.
14678 (calc-embedded-make-info): Replace undeclared variable by new
14679 variable. When selecting region with positive prefix
14680 argument, use end of previous line instead of beginning of line.
14681
14682 * calc/calc-aent.el (calc-arg-values): Declare it.
14683
14684 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
14685 Declare them.
14686
14687 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
14688
14689 * calc/calc.el (calc-alg-map): Declare it.
14690
14691 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
14692
14693 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
14694
14695 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
14696 (gdb-registers-buffer, toggle-gdb-all-registers):
14697 Toggle display of floating point registers.
14698 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
14699
14700 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
14701 (toggle-gud-tooltip-dereference):
14702 Rename from gud-toggle-tooltip-dereference.
14703
14704 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14705
14706 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
14707
14708 2005-05-27 Jay Belanger <belanger@truman.edu>
14709
14710 * calc/calc-prog.el (calc-kbd-report): Remove.
14711 (calc-kbd-query): Rewrite.
14712
14713 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
14714
14715 * image.el (image-library-alist): Move to image.c.
14716 (image-type-available-p): Doc fix.
14717
14718 2005-05-27 Lute Kamstra <lute@gnu.org>
14719
14720 * calc/calc.el (calc):
14721 * outline.el (outline-1, outline-2, outline-3, outline-4)
14722 (outline-5, outline-6, outline-7, outline-8):
14723 * textmodes/dns-mode.el (dns-mode):
14724 * textmodes/sgml-mode.el (sgml-namespace-face):
14725 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
14726 (tex-verbatim-face, tex-use-reftex):
14727 * textmodes/texinfo.el (texinfo-heading-face):
14728 Specify customization group.
14729
14730 * longlines.el: Don't require easy-mmode.
14731 (longlines-visible-face): Specify customization group.
14732
14733 2005-05-27 Kenichi Handa <handa@m17n.org>
14734
14735 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
14736 encoding table of windows-1251.
14737
14738 * international/ucs-tables.el (ucs-set-table-for-input):
14739 If translation-table-for-input of a coding system is a symbol, get
14740 its translation-table property.
14741
14742 * international/code-pages.el: Don't register a coding system into
14743 non-iso-charset-alist more than once.
14744 (cp-make-coding-system): Likewise.
14745
14746 2005-05-26 John Wiegley <johnw@newartisans.com>
14747
14748 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
14749 `eshell-resume-eval' is wrapped in a list, it indicates that the
14750 command was run asynchronously. In that case, unwrap the value
14751 before checking the delimiter value.
14752
14753 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
14754 character before a space at the end of a line is \, assume the space
14755 is part of the last argument rather than a final argument separator.
14756
14757 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
14758 is in use, and the target is `t' or `nil' (which are the most common
14759 values), don't assume that the symbol target is a buffer.
14760
14761 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
14762
14763 * calendar/calendar.el (calendar-mode-line-format):
14764 Use mode-line-highlight as mouse-face.
14765
14766 * time.el (display-time-string-forms, display-time-update):
14767 Use mode-line-highlight as mouse-face.
14768
14769 2005-05-26 Jay Belanger <belanger@truman.edu>
14770
14771 * calc/calc.el (calc-language-alist): Remove extra defvar.
14772
14773 2005-05-26 Lute Kamstra <lute@gnu.org>
14774
14775 * arc-mode.el (archive-mode):
14776 * bookmark.el (bookmark-read-annotation-mode)
14777 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
14778 * bs.el (bs-mode):
14779 * calc/calc-yank.el (calc-edit-mode):
14780 * calc/calc.el (calc-mode, calc-trail-mode):
14781 * calculator.el (calculator-mode):
14782 * chistory.el (command-history-mode):
14783 * comint.el:
14784 * cus-edit.el (custom-mode):
14785 * descr-text.el (describe-text-mode):
14786 * ebuff-menu.el (Electric-buffer-menu-mode):
14787 * ediff-util.el (ediff-mode):
14788 * emacs-lisp/re-builder.el (reb-mode):
14789 * emulation/vi.el (vi-mode-setup):
14790 * emulation/ws-mode.el (wordstar-mode):
14791 * eshell/esh-mode.el (eshell-mode):
14792 * forms.el (forms-mode):
14793 * help-mode.el (help-mode):
14794 * hexl.el (hexl-mode):
14795 * ibuffer.el (ibuffer-mode):
14796 * ielm.el (inferior-emacs-lisp-mode):
14797 * info.el (Info-mode, Info-edit-mode):
14798 * international/swedish.el:
14799 * ledit.el (ledit-from-lisp-mode):
14800 * locate.el (locate-mode):
14801 * mail/rmail.el (rmail-mode):
14802 * mail/rmailedit.el (rmail-edit-mode):
14803 * mail/rmailsum.el (rmail-summary-mode):
14804 * mail/supercite.el (sc-electric-mode):
14805 * net/eudc.el (eudc-mode):
14806 * net/quickurl.el (quickurl-list-mode):
14807 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
14808 * obsolete/ooutline.el (outline-mode):
14809 * obsolete/options.el (Edit-options-mode):
14810 * obsolete/rnews.el (news-mode):
14811 * obsolete/rnewspost.el (news-reply-mode):
14812 * play/5x5.el (5x5-mode):
14813 * play/decipher.el (decipher-mode, decipher-stats-mode):
14814 * play/gomoku.el (gomoku-mode):
14815 * play/snake.el (snake-mode):
14816 * play/solitaire.el (solitaire-mode):
14817 * play/tetris.el (tetris-mode):
14818 * progmodes/ada-mode.el (ada-mode):
14819 * progmodes/antlr-mode.el (antlr-mode):
14820 * progmodes/autoconf.el (autoconf-mode):
14821 * progmodes/dcl-mode.el (dcl-mode):
14822 * progmodes/delphi.el (delphi-mode):
14823 * progmodes/ebrowse.el (ebrowse-tree-mode)
14824 (ebrowse-electric-list-mode, ebrowse-member-mode)
14825 (ebrowse-electric-position-mode):
14826 * progmodes/f90.el (f90-mode):
14827 * progmodes/fortran.el (fortran-mode):
14828 * progmodes/icon.el (icon-mode):
14829 * progmodes/idlw-help.el (idlwave-help-mode):
14830 * progmodes/idlw-shell.el (idlwave-shell-mode):
14831 * progmodes/idlwave.el (idlwave-mode):
14832 * progmodes/inf-lisp.el (inferior-lisp-mode):
14833 * progmodes/m4-mode.el (m4-mode):
14834 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
14835 * progmodes/modula2.el (modula-2-mode):
14836 * progmodes/octave-inf.el (inferior-octave-mode):
14837 * progmodes/octave-mod.el (octave-mode):
14838 * progmodes/pascal.el (pascal-mode):
14839 * progmodes/sh-script.el (sh-mode):
14840 * progmodes/sql.el (sql-mode, sql-interactive-mode):
14841 * progmodes/vhdl-mode.el (vhdl-mode):
14842 * progmodes/xscheme.el (scheme-interaction-mode):
14843 * replace.el (occur-mode):
14844 * ses.el (ses-mode):
14845 * simple.el (completion-list-mode):
14846 * skeleton.el:
14847 * speedbar.el (speedbar-mode):
14848 * term.el (term-mode):
14849 * terminal.el (terminal-edit-mode):
14850 * textmodes/reftex-index.el (reftex-index-mode)
14851 (reftex-index-phrases-mode):
14852 * textmodes/reftex-sel.el (reftex-select-label-mode)
14853 (reftex-select-bib-mode):
14854 * textmodes/reftex-toc.el (reftex-toc-mode):
14855 * wdired.el (wdired-change-to-wdired-mode):
14856 * wid-browse.el (widget-browse-mode):
14857 Use run-mode-hooks.
14858
14859 * array.el (array-mode):
14860 * calendar/todo-mode.el (todo-mode):
14861 * man.el (Man-mode):
14862 * play/landmark.el (lm-mode):
14863 * play/mpuz.el (mpuz-mode):
14864 Use kill-all-local-variables and run-mode-hooks.
14865
14866 * subr.el (delay-mode-hooks): Specify indentation.
14867
14868 2005-05-26 Mark A. Hershberger <mah@everybody.org>
14869
14870 * xml.el (xml-substitute-special): Don't die for undefined xml
14871 entities.
14872
14873 2005-05-26 Jay Belanger <belanger@truman.edu>
14874
14875 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
14876 of nil.
14877
14878 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
14879
14880 * progmodes/gdb-ui.el (gdb-frame-address):
14881 Rename from gdb-current-address.
14882 (gdb-previous-frame-address): Rename from gdb-previous-address.
14883 (gdb-selected-frame): Rename from gdb-current-frame.
14884 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
14885 (gdb-frame-number): Rename from gdb-current-stack-level.
14886 (gdb-ann3): Match new mode-name for disassembly buffer.
14887 Extend initialization of variables.
14888 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
14889 (gdb-memory-mode): Use mouse-face in header line.
14890 (gdb-assembler-buffer-name): Call it disassembly and give frame
14891 in mode line.
14892 (gdb-source-spec-regexp, gdb-assembler-custom)
14893 (gdb-invalidate-assembler, gdb-frame-handler):
14894 Make robust to leading zeroes in address format.
14895
14896 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
14897
14898 * textmodes/org.el (org-mode): Use `define-derived-mode' to
14899 define `org-mode'.
14900 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
14901
14902 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
14903
14904 * log-edit.el (log-edit-changelog-entries): Distinguish between
14905 filenames like xfns.c and fns.c.
14906
14907 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
14908
14909 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
14910 point after reverting.
14911 (Buffer-menu-make-sort-button): Handle the case where
14912 `Buffer-menu-use-header-line' is nil.
14913
14914 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
14915
14916 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
14917 New funcs. In minibuffer-local-completion-map bind `]', `/'
14918 and `:' to them.
14919
14920 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14921
14922 * startup.el (normal-top-level): Allow modification of load-path while
14923 we're iterating over it.
14924
14925 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
14926
14927 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
14928 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
14929 (thumbs-resize-interactive, thumbs-insert-image)
14930 (thumbs-insert-thumb, thumbs-dired-show-marked)
14931 (thumbs-find-image-at-point, thumbs-delete-images)
14932 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
14933 (thumbs-increment-image-size, thumbs-decrement-image-size):
14934 Fix typos in docstrings.
14935
14936 2005-05-24 Andre Spiegel <spiegel@gnu.org>
14937
14938 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
14939 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
14940 (cperl-mode): Use them.
14941
14942 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
14943
14944 * window.el (quit-window, shrink-window-if-larger-than-buffer):
14945 Doc fixes.
14946
14947 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
14948
14949 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
14950 Bind C-d to gdb-inferior-io-eof.
14951
14952 * dired.el (dired-dnd-popup-notice): Use message-box.
14953
14954 2005-05-23 Masatake YAMATO <jet@gyve.org>
14955
14956 * bindings.el (mode-line-major-mode-keymap):
14957 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
14958
14959 * faces.el (mode-line-highlight): New face.
14960
14961 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
14962 as mouse-face.
14963
14964 * bindings.el (top-level, help-echo, mode-line-modified)
14965 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
14966 as mouse-face.
14967
14968 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
14969
14970 * progmodes/cc-engine.el (c-guess-basic-syntax):
14971 Remove spurious call to `zerop'.
14972
14973 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
14974
14975 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
14976
14977 CC Mode update to 5.30.10:
14978
14979 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
14980 could go past the limit in decoration level 2, thereby causing
14981 errors during interactive fontification.
14982
14983 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
14984 the file is evaluated interactively.
14985
14986 * cc-engine.el (c-guess-basic-syntax): Handle operator
14987 declarations somewhat better in C++.
14988
14989 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
14990 make use of `run-mode-hooks' which has been added in Emacs 21.1.
14991 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
14992 (awk-mode): Use it.
14993 (make-local-hook): Suppress warning about obsoleteness.
14994
14995 * cc-engine.el, cc-align.el, cc-cmds.el
14996 (c-append-backslashes-forward, c-delete-backslashes-forward)
14997 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
14998 Compensate for return value from `forward-line' when it has moved
14999 but not to a different line due to eob.
15000
15001 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
15002 `objc-method-intro' and `objc-method-args-cont'.
15003
15004 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
15005
15006 CC Mode update to 5.30.10:
15007
15008 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
15009 in the copyright statement. Incidentally, change "along with GNU
15010 Emacs" to "along with this program" where it occurs.
15011
15012 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
15013 so that it is interactive, hence can be found by M-x awk-mode
15014 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
15015 <gmorris+emacs@ast.cam.ac.uk>.
15016
15017 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
15018 Mode's regexps.
15019
15020 2005-05-23 Kevin Ryde <user42@zip.com.au>
15021
15022 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
15023 c-parse-state, to avoid a lisp error (on bad code).
15024
15025 2005-05-23 Lute Kamstra <lute@gnu.org>
15026
15027 * subr.el (font-lock-defaults): Remove defvar as it's already
15028 defined in font-core.el.
15029
15030 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
15031
15032 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
15033
15034 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
15035 more general and work when GDB variable "print pretty" is on,
15036 as with Emacs, for example.
15037
15038 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
15039
15040 * font-core.el: Update comment.
15041
15042 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15043 Use `after-change-major-mode-hook' instead of `find-file-hook'.
15044
15045 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15046
15047 2005-05-22 Eli Zaretskii <eliz@gnu.org>
15048
15049 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15050 and `yank-handler' in the doc strings.
15051
15052 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15053
15054 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
15055
15056 2005-05-22 Richard M. Stallman <rms@gnu.org>
15057
15058 * help.el (describe-key): Move print-help-return-message call
15059 out of conditional.
15060
15061 * progmodes/etags.el (list-tags): Use with-no-warnings.
15062
15063 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15064 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15065 (starttls-extra-args, starttls-extra-arguments): Add defvars.
15066
15067 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15068
15069 * language/viet-util.el (viet-viscii-nonascii-translation-table):
15070 Add defvar.
15071
15072 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15073 Use defvar, not defconst.
15074
15075 * hexl.el (hexl-follow-line): Use with-no-warnings.
15076
15077 * emulation/tpu-extras.el: Use write-file-functions instead of
15078 write-file-hooks.
15079
15080 * dired.el (dired-font-lock-keywords): Fontify files with junk
15081 extensions even if marked by -F.
15082
15083 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
15084
15085 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15086 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15087 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15088 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15089 (concatenate, list-length, get*, getf, cl-remprop):
15090 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15091 (etypecase, progv, lexical-let, lexical-let*)
15092 (multiple-value-bind, multiple-value-setq, shiftf):
15093 Improve argument/docstring consistency.
15094
15095 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
15096
15097 2005-05-22 Andre Spiegel <spiegel@gnu.org>
15098
15099 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15100 doesn't exist.
15101
15102 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
15103 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
15104
15105 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
15106
15107 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15108 already deleted variables: auto-fill-hook, blink-paren-hook,
15109 lisp-indent-hook, inhibit-local-variables, unread-command-event,
15110 suspend-hooks, comment-indent-hook, meta-flag,
15111 before-change-function, after-change-function,
15112 font-lock-doc-string-face.
15113
15114 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
15115
15116 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15117
15118 2005-05-21 Eli Zaretskii <eliz@gnu.org>
15119
15120 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
15121 rmail-dont-reply-to.
15122
15123 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15124
15125 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
15126 literal blank when splitting new-header-values.
15127
15128 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
15129
15130 * calendar/cal-menu.el (cal-menu-update): Add separator as a
15131 string so that tmm doesn't create a completion entry for it.
15132
15133 * textmodes/table.el (table-disable-menu): Ditto.
15134
15135 2005-05-21 Richard M. Stallman <rms@gnu.org>
15136
15137 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
15138
15139 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
15140
15141 * net/rcompile.el (remote-compile): Use compilation-start.
15142
15143 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
15144
15145 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
15146
15147 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
15148 Default to makefile-bsdmake-mode on BSD systems.
15149
15150 * imenu.el (imenu-generic-expression, imenu--generic-function'):
15151 REGEXP may also be a search function now. The part of doc-string
15152 for describing the structure was 95% identical to that of
15153 `imenu--generic-function'. Unify it there.
15154
15155 * progmodes/make-mode.el (makefile-imenu-generic-expression):
15156 Use function to find dependencies, because regexp alone is so complex,
15157 it easily goes into an endless loop.
15158 (makefile-makepp-mode): Also add submenu for Perl functions
15159 defined in the makefile.
15160 (makefile-bsdmake-mode): Special imenu-generic-expression no
15161 longer needed, due to function call.
15162 (makefile-match-dependency): Take BOUND into account when checking
15163 if we're through.
15164
15165 2005-05-20 Jay Belanger <belanger@truman.edu>
15166
15167 * calc/calc-units.el (calc-invalidate-units-table):
15168 Use inhibit-read-only.
15169 (math-build-units-table-buffer): Use view-mode.
15170
15171 2005-05-20 David Kastrup <dak@gnu.org>
15172
15173 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
15174 easy-menu-add is not a nop on Emacs; and clarify when to call it.
15175
15176 2005-05-20 Lute Kamstra <lute@gnu.org>
15177
15178 * diff-mode.el (diff-header-face, diff-file-header-face)
15179 (diff-index-face, diff-hunk-header-face, diff-removed-face)
15180 (diff-added-face, diff-changed-face, diff-function-face)
15181 (diff-context-face, diff-nonexistent-face): Put them in the
15182 diff-mode customization group.
15183
15184 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15185
15186 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
15187
15188 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
15189
15190 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
15191 Minor regexp-optimization.
15192
15193 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
15194
15195 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
15196 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
15197 (org-agenda-add-time-grid-maybe): New function.
15198 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
15199 (org-table-create): `dotimes' instead of `mapcar'.
15200 (org-xor): Simplify implementation.
15201 (org-agenda): `inhibit-redisplay' turned on.
15202 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
15203 a consistent line after a state change.
15204 (org-agenda-remove-times-when-in-prefix): New option.
15205 (org-prefix-has-time): New variable.
15206 (org-parse-time-string): Optional argument NODEFAULT.
15207 (org-format-agenda-item): Parse items for time-of-day
15208 specifications and move these into the prefix if possible.
15209 (org-agenda-priority): Get current heading, not previous heading
15210 during agenda remote editing.
15211
15212 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
15213
15214 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
15215 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
15216 (remove-duplicates, delete-duplicates, substitute)
15217 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
15218 (nsubstitute-if-not, find, find-if, find-if-not, position)
15219 (position-if, position-if-not, count, count-if, count-if-not)
15220 (mismatch, search, sort*, stable-sort, merge, member*)
15221 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
15222 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
15223 (intersection, nintersection, set-difference, nset-difference)
15224 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
15225 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
15226 (nsublis, tree-equal): Improve argument/docstring consistency.
15227
15228 * subr.el (send-string, send-region): Remove obsolescence declaration.
15229 (window-dot, set-window-dot, read-input, show-buffer)
15230 (eval-current-buffer, string-to-int):
15231 Add release number to obsolescence declarations.
15232
15233 2005-05-19 Kim F. Storm <storm@cua.dk>
15234
15235 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
15236 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
15237
15238 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
15239
15240 * faces.el (list-faces-display): Make back button respect optional
15241 regexp arg.
15242
15243 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
15244
15245 * calculator.el (calculator-radix-grouping-mode)
15246 (calculator-radix-grouping-digits, calculator-displayer)
15247 (calculator-radix-grouping-separator, calculator-copy-displayer):
15248 * dabbrev.el (dabbrev-search-these-buffers-only):
15249 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
15250 (diff-advance-after-apply-hunk, diff-mode-hook)
15251 (diff-minor-mode-prefix):
15252 * imenu.el (imenu-use-popup-menu):
15253 * jit-lock.el (jit-lock-context-time):
15254 * newcomment.el (comment-fill-column, comment-column)
15255 (comment-style, comment-padding, comment-multi-line)
15256 (comment-empty-lines, comment-auto-fill-only-comments):
15257 * reveal.el (reveal-around-mark):
15258 * uniquify.el (uniquify-buffer-name-style)
15259 (uniquify-after-kill-buffer-p)
15260 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
15261 (uniquify-min-dir-content, uniquify-separator)
15262 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
15263 * w32-vars.el (w32-fixed-font-alist):
15264 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
15265 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
15266 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
15267 * progmodes/perl-mode.el (perl-indent-level)
15268 (perl-continued-statement-offset, perl-continued-brace-offset)
15269 (perl-brace-offset, perl-brace-imaginary-offset)
15270 (perl-label-offset, perl-indent-continued-arguments)
15271 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
15272 * progmodes/tcl.el (tcl-indent-level)
15273 (tcl-continued-indent-level, tcl-auto-newline)
15274 (tcl-tab-always-indent, tcl-electric-hash-style)
15275 (tcl-help-directory-list, tcl-use-smart-word-finder)
15276 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
15277 (inferior-tcl-source-command):
15278 * textmodes/fill.el (enable-kinsoku):
15279 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
15280 * textmodes/table.el (table-yank-handler):
15281 Specify missing group (and type, if simple) in defcustom.
15282
15283 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
15284
15285 * progmodes/compile.el (compilation-finish-function): Fix defvar.
15286
15287 2005-05-19 Richard M. Stallman <rms@gnu.org>
15288
15289 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
15290
15291 * subr.el (event-basic-type): Don't get an error.
15292 (left-fringe-p): Function deleted.
15293
15294 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
15295 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
15296
15297 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
15298 in recursive copy.
15299
15300 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
15301
15302 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
15303
15304 * emacs-lisp/bytecomp.el
15305 (byte-compile-file-form-custom-declare-variable):
15306 Call byte-compile-nogroup-warn if appropriate.
15307
15308 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
15309 (compilation-set-window): Don't call left-fringe-p; do it directly.
15310
15311 2005-05-19 Jay Belanger <belanger@truman.edu>
15312
15313 * calc/calc-graph.el (calc-graph-format-data): Make sure
15314 var-PlotRejects is bound before trying to check its value.
15315
15316 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
15317
15318 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
15319 definition of this variable from reftex-global.el to reftex.el,
15320 because it is needed in the menu.
15321
15322 2005-05-19 Lute Kamstra <lute@gnu.org>
15323
15324 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
15325 years are fixed. Don't insert a space after a dash.
15326
15327 2005-05-19 Kim F. Storm <storm@cua.dk>
15328
15329 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
15330
15331 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
15332
15333 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
15334 strings, because (eq ... ?\\) is fairly frequent.
15335
15336 * progmodes/make-mode.el (makefile-add-this-line-targets):
15337 Simplify and integrate into `makefile-pickup-targets'.
15338 (makefile-add-this-line-macro): Simplify and integrate into
15339 `makefile-pickup-macros.
15340 (makefile-pickup-filenames-as-targets): Simplify.
15341 (makefile-previous-dependency, makefile-match-dependency):
15342 Don't stumble over `::'.
15343
15344 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
15345
15346 * subr.el (post-command-idle-hook, post-command-idle-delay):
15347 Remove obsoletion of post-command-idle-hook and
15348 post-command-idle-delay.
15349
15350 * faces.el (list-faces-display): Provide button when describe-face
15351 is called to take user back to the list of faces.
15352
15353 * help-fns.el (describe-variable): Remove hyperlinks in a
15354 variable's value as these are quite frequently inappropriate.
15355
15356 * follow.el (follow-submit-feedback, follow-mode):
15357 Remove references to post-command-idle-hook.
15358
15359 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
15360
15361 * progmodes/make-mode.el (makefile-previous-dependency)
15362 (makefile-match-dependency): Check for := (and in bsd mode also
15363 !=) to give a better result, even when font-lock is not on.
15364
15365 2005-05-18 Jay Belanger <belanger@truman.edu>
15366
15367 * calc/calc-help.el (calc-s-prefix-help):
15368 Add `calc-copy-special-constant' to help string.
15369
15370 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
15371
15372 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15373
15374 2005-05-18 Jay Belanger <belanger@truman.edu>
15375
15376 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
15377 in linear factors are in proper order.
15378
15379 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
15380
15381 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15382 Support for jurabib.
15383
15384 * textmodes/reftex.el (featurep): Define aliases for overlay
15385 commands, for XEmacs compatibility, and use these aliases in
15386 overlay initializations.
15387 (reftex-highlight): Use `reftex-move-overlay'.
15388 (reftex-unhighlight): Use `reftex-delete-overlay'.
15389 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
15390 (reftex-access-search-path): Use `reftex-uniquify' instead of
15391 `reftex-uniq'
15392
15393 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
15394 `before-string' property modification enables for Emacs as well.
15395 (reftex-select-item): Use `reftex-delete-overlay'.
15396 (reftex-select-mark): Use `reftex-make-overlay' and
15397 `reftex-overlay-put'.
15398 (reftex-select-unmark): Use `reftex-delete-overlay' and
15399 `reftex-overlay-put'.
15400
15401 2005-05-18 Lute Kamstra <lute@gnu.org>
15402
15403 * emacs-lisp/lisp.el (check-parens): Fix docstring.
15404
15405 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
15406
15407 * add-log.el (add-change-log-entry):
15408 * array.el (array-make-template, array-reconfigure-rows)
15409 (array-init-max-row, array-init-max-column)
15410 (array-init-columns-per-line, array-init-field-width):
15411 * replace.el (replace-match-maybe-edit, perform-replace):
15412 * textmodes/spell.el (spell-region):
15413 Replace `read-input' by `read-string'.
15414
15415 * forms.el (forms-mode):
15416 * finder.el (finder-compile-keywords):
15417 * shadowfile.el (shadow-read-files):
15418 Replace `eval-current-buffer' by `eval-buffer'.
15419
15420 * terminal.el (te-pass-through):
15421 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
15422 (ange-ftp-raw-send-cmd):
15423 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
15424 (send-process-next-char, telnet-initial-filter, telnet):
15425 Replace `send-string' by `process-send-string'.
15426
15427 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
15428 (prolog-consult-region): Replace `send-string' by
15429 `process-send-string'; replace `send-region' by `process-send-region'.
15430
15431 * progmodes/delphi.el (delphi-log-msg):
15432 Replace `set-window-dot' by `set-window-point'.
15433
15434 * subr.el (window-dot, set-window-dot, read-input, send-string)
15435 (send-region, show-buffer, eval-current-buffer):
15436 Make really obsolete, as the comment says.
15437
15438 2005-05-17 Kim F. Storm <storm@cua.dk>
15439
15440 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
15441 (cua--init-keymaps): Bind C-return instead of S-return to set
15442 rectangle mark.
15443
15444 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
15445 instead of S-return to toggle/clear rectangle mark.
15446
15447 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
15448
15449 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
15450 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
15451 Also fontify plain strings assigned to variables, mostly so that a
15452 colon has a face and is thus not taken as a dependency separator.
15453 (makefile-previous-dependency): Inline the new matcher, because it
15454 is too complex to work in both directions.
15455 (makefile-match-dependency): Eliminate `backward' arg (see above).
15456 Completely reimplemented so as to not sometimes go into an endless
15457 loop. It should also be more efficient, because first it only
15458 searches for `:', instead of applying the very complex regexp.
15459 (makefile-mode): Cancel `font-lock-support-mode', because blocks
15460 to be fontified in one piece can be too long for JIT.
15461 Makefiles are never *that* big.
15462
15463 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
15464
15465 * dired.el (dired-mode): Simplify.
15466
15467 2005-05-17 Lute Kamstra <lute@gnu.org>
15468
15469 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
15470 defcustom for the mode hook variable.
15471
15472 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
15473 Emacs Lisp Reference Manual.
15474
15475 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
15476
15477 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
15478 (evenp, list*):
15479 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
15480 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
15481
15482 * net/tramp-smb.el (tramp-smb-open-connection):
15483 Pass `tramp-chunksize' as fifth (required) argument.
15484
15485 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
15486
15487 * font-lock.el (lisp-font-lock-keywords-1):
15488 Set `font-lock-negation-char-face' for [^...] char group.
15489 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
15490
15491 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
15492 a var, and refine it to mask one more level of nested vars.
15493 (makefile-rule-action-regex): Turn it into a var, and refine it so
15494 it recognizes backslashed continuation lines as belonging to the
15495 same command.
15496 (makefile-macroassign-regex): Refine it so it recognizes
15497 backslashed continuation lines as belonging to the same command.
15498 (makefile-var-use-regex): Don't look at the next char, because it
15499 might be the same one to be skipped by the initial [^$], leading
15500 to an overlooked variable use.
15501 (makefile-make-font-lock-keywords): Remove two parameters, which
15502 are now variables that some of the modes set locally.
15503 Handle dependency and rule action matching through functions, because
15504 regexps alone match too often. Dependency matching now comes
15505 last, so it can check, whether a colon already matched something else.
15506 (makefile-mode): Inform that font-lock improves makefile parsing
15507 capabilities.
15508 (makefile-match-dependency, makefile-match-action): New functions.
15509
15510 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
15511
15512 * emacs-lisp/cl-extra.el (equalp): Doc fix.
15513
15514 * align.el (align-regexp):
15515 * ansi-color.el (ansi-color-get-face):
15516 * array.el (array-reconfigure-rows, array-init-max-row)
15517 (array-init-max-column, array-init-columns-per-line)
15518 (array-init-field-width):
15519 * dired-aux.el (dired-trample-file-versions):
15520 * dired-x.el (dired-mark-sexp):
15521 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
15522 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
15523 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
15524 * faces.el (face-read-integer):
15525 * files.el (backup-extract-version, insert-directory):
15526 * hexl.el (hexl-insert-decimal-char):
15527 * server.el (server-process-filter):
15528 * shell.el (shell-extract-num):
15529 * startup.el (command-line-1):
15530 * term.el (term-command-hook):
15531 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
15532 (time-stamp-do-number):
15533 * time.el (display-time-update):
15534 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
15535 (timezone-fix-time):
15536 * vms-patch.el (vms-suspend-resume-hook):
15537 * calendar/appt.el (appt-convert-time):
15538 * calendar/cal-bahai.el (mark-bahai-diary-entries):
15539 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15540 * calendar/cal-islam.el (mark-islamic-diary-entries):
15541 * calendar/calendar.el (calendar-cursor-to-date)
15542 (calendar-star-date):
15543 * calendar/diary-lib.el (diary-attrtype-convert)
15544 (mark-diary-entries, diary-entry-time):
15545 * calendar/solar.el (solar-get-number):
15546 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
15547 * emacs-lisp/re-builder.el (reb-display-subexp):
15548 * emulation/edt.el (edt-set-scroll-margins):
15549 * emulation/tpu-extras.el (tpu-set-scroll-margins):
15550 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
15551 (vip-get-ex-count):
15552 * emulation/viper-ex.el (viper-get-ex-token)
15553 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
15554 * international/fontset.el (fontset-plain-name):
15555 * mail/feedmail.el (feedmail-look-at-queue-directory):
15556 * mail/mailalias.el (mail-get-names):
15557 * mail/rmail.el (rmail-convert-to-babyl-format):
15558 * mail/rmailsum.el (rmail-make-basic-summary-line)
15559 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
15560 (rmail-summary-goto-msg):
15561 * mail/smtpmail.el (smtpmail-read-response):
15562 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
15563 (ange-ftp-vms-add-file-entry):
15564 * play/gametree.el (gametree-looking-at-ply)
15565 (gametree-current-branch-score):
15566 * progmodes/ada-xref.el (ada-prj-find-prj-file)
15567 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
15568 * progmodes/cperl-mode.el (condition-case):
15569 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
15570 (ebrowse-set-member-buffer-column-width)
15571 (ebrowse-select-1st-to-9nth):
15572 * progmodes/etags.el (etags-snarf-tag):
15573 * progmodes/flymake.el (flymake-parse-line):
15574 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
15575 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
15576 (idlwave-shell-menu-def):
15577 * progmodes/ps-mode.el (ps-run-goto-error):
15578 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
15579 (vhdl-speedbar-contract-level):
15580 * term/mac-win.el (x-handle-numeric-switch):
15581 * term/sun-mouse.el (sun-get-frame-data):
15582 * term/w32-win.el (x-handle-numeric-switch):
15583 * term/x-win.el (x-handle-numeric-switch):
15584 * textmodes/ispell.el (ispell-parse-output):
15585 * textmodes/nroff-mode.el (nroff-outline-level):
15586 * textmodes/reftex-cite.el (reftex-bib-sort-year)
15587 (reftex-bib-sort-year-reverse, reftex-format-citation):
15588 * textmodes/reftex-parse.el (reftex-init-section-numbers)
15589 (reftex-section-number):
15590 * textmodes/texinfmt.el (texinfo-paragraphindent):
15591 Replace `string-to-int' by `string-to-number'.
15592
15593 * international/latexenc.el: Add page marker to force the "Local
15594 Variables:" string out of the last page.
15595
15596 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
15597
15598 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
15599 tooltip-change-major-mode.
15600 (gud-tooltip-print-command): Remove case where gud-minor-mode
15601 is gdb ("--fullname").
15602 (gud-tooltip-tips): Turn GUD tooltips off for this case and
15603 explain to user.
15604
15605 2005-05-16 Jay Belanger <belanger@truman.edu>
15606
15607 * calc/calc-store.el (calc-copy-special-constant): New function.
15608
15609 * calc/calc-ext.el (calc-init-extensions): Add binding for
15610 `calc-copy-special-constant'.
15611
15612 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
15613 for the `calc-copy-special-constant' command.
15614
15615 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
15616
15617 * subr.el (left-fringe-p): New function.
15618
15619 * progmodes/compile.el (compilation-setup): Set local value of
15620 overlay-arrow-string to "" always.
15621 (compilation-set-window): Left fringe then don't scroll.
15622 No left fringe then no arrow and scroll message to top.
15623 (compilation-context-lines): Adjust doc string accordingly.
15624
15625 2005-05-16 Kim F. Storm <storm@cua.dk>
15626
15627 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
15628 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
15629 (ido-wide-find-dir-or-delete-dir): New command for M-d.
15630 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
15631 (ido-read-file-name): Handle commands with ido property value
15632 equal to find-file as reading a file name, to allow C-d to enter dired.
15633 (ibuffer-find-file): Add ido property with value find-file.
15634
15635 2005-05-15 Kim F. Storm <storm@cua.dk>
15636
15637 * subr.el (open-network-stream-nowait): Remove.
15638 (open-network-stream-server): Remove.
15639
15640 2005-05-15 Richard M. Stallman <rms@gnu.org>
15641
15642 * faces.el (describe-face): Output a definition link button.
15643
15644 * help-mode.el (help-face-def): New button type.
15645
15646 * emacs-lisp/copyright.el (copyright-fix-years):
15647 Match properly if the first year is 2-digit.
15648 Don't mess up the whitespace after the years by filling.
15649
15650 * dired-aux.el (dired-mark-confirm):
15651 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
15652
15653 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
15654 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
15655 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
15656
15657 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15658 Set font-lock-comment-start-skip.
15659
15660 * font-lock.el (font-lock-comment-start-skip): New variable.
15661 (font-lock-comment-end-skip): New variable.
15662 (font-lock-fontify-syntactically-region): Use them if non-nil.
15663
15664 2005-05-15 Jay Belanger <belanger@truman.edu>
15665
15666 * calc/calc-store.el (calc-store-value): Return a string rather
15667 than display it as a message.
15668 Use calc-var-name for variable name.
15669 (calc-store-into): Add the result of calc-store-value to message.
15670 (calc-copy-variable): Add a message.
15671 (calc-store-exchange): Improve error messages.
15672 (calc-store-binary, calc-store-map): Don't reset the values of
15673 special constants.
15674
15675 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
15676
15677 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
15678 manual to docstring.
15679
15680 * files.el (hack-local-variables-confirm): Add STRING argument.
15681 Make the function handle non file visiting buffers correctly.
15682 (hack-local-variables-prop-line, hack-local-variables)
15683 (hack-one-local-variable): Use STRING arg of
15684 `hack-local-variables-confirm'.
15685
15686 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
15687
15688 Sync with Tramp 2.0.49.
15689
15690 * net/tramp.el (tramp-handle-dired-call-process)
15691 (tramp-handle-insert-directory):`insert-buffer' cannot be used
15692 because the contents of the Tramp buffer is changed before
15693 insertion (`expand-file' and alike).
15694 (tramp-handle-insert-directory): If `localname' has an empty
15695 nondirectory name, it must not be quoted.
15696 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
15697 variable `tramp-chunksize'. Change callees.
15698 (tramp-open-connection-setup-interactive-shell): Check remote host
15699 for buggy `send-process-string' implementation.
15700 Set `tramp-chunksize' if found. Reported by Michael Kifer
15701 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
15702 (tramp-handle-shell-command): `insert-buffer' cannot be used
15703 because the contents of the Tramp buffer is changed before
15704 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
15705 <frederic.bothamy@free.fr>.
15706 (tramp-set-auto-save): Actions should be done for Tramp file name
15707 handler only. Ange-FTP has its own auto-save mechanism.
15708 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15709 (tramp-set-auto-save-file-modes): Set file modes of
15710 `buffer-auto-save-file-name' to ?\600 as fallback solution.
15711 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
15712 (tramp-bug): Remove obsolete variable.
15713 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
15714 for presence of `mml-mode'. Make it running for older Emacsen as well.
15715
15716 2005-05-14 John Paul Wallington <jpw@pobox.com>
15717
15718 * ibuf-ext.el (define-ibuffer-filter filename):
15719 If `dired-directory' is a list, use its car.
15720
15721 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
15722
15723 * ibuffer.el (define-ibuffer-column filename):
15724 If `dired-directory' is a list, use its car.
15725
15726 2005-05-14 Richard M. Stallman <rms@gnu.org>
15727
15728 * subr.el (symbol-file): Doc fix.
15729
15730 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
15731 (byte-compile-form): Call byte-compile-nogroup-warn.
15732 (byte-compile-warning-types): Doc fix.
15733
15734 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
15735
15736 * progmodes/cc-engine.el (c-literal-faces):
15737 Add font-lock-comment-delimiter-face.
15738
15739 * net/net-utils.el (dig): Use with-no-warnings.
15740
15741 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
15742 (sc-recite-frame-alist, sc-default-cite-frame)
15743 (sc-default-uncite-frame, sc-default-recite-frame)
15744 (sc-attrib-selection-list, sc-rewrite-header-list):
15745 Mark as risky-local-variable.
15746
15747 * international/ogonek.el (ogonek-jak, ogonek-how):
15748 Don't use beginning-of-buffer.
15749
15750 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
15751
15752 * calendar/solar.el (solar-data-list): Move definition up.
15753
15754 * dnd.el (dnd-protocol-alist): Add autoload.
15755
15756 * progmodes/sh-script.el: Many doc usage fixes.
15757 (sh-indent-after-do): Change default to match common styles.
15758
15759 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
15760
15761 * files.el (interpreter-mode-alist)
15762 (auto-mode-interpreter-regexp): Doc fixes.
15763
15764 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
15765
15766 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
15767
15768 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
15769
15770 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15771
15772 * dired.el (dired-mode): make-variable-buffer-local =>
15773 make-local-variable.
15774
15775 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15776
15777 * term/mac-win.el (mac-select-convert-to-string): Try coding
15778 systems in mac-script-code-coding-systems if specified one cannot
15779 encode string for `com.apple.traditional-mac-plain-text'.
15780
15781 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
15782
15783 * progmodes/make-mode.el (makefile-targets-face)
15784 (makefile-shell-face, makefile-makepp-perl-face): New faces.
15785 (makefile-dependency-regex): Fix it to not make the colon in
15786 $(var:a=b) special.
15787 (makefile-rule-action-regex): New regexp for highlighting embedded
15788 Shell strings.
15789 (makefile-macroassign-regex): Handle != for highlighting as
15790 embedded Shell strings.
15791 (makefile-var-use-regex): New const.
15792 (makefile-statements, makefile-automake-statements)
15793 (makefile-gmake-statements, makefile-makepp-statements)
15794 (makefile-bsdmake-statements): New consts.
15795 (makefile-make-font-lock-keywords): New function.
15796 (makefile-automake-font-lock-keywords)
15797 (makefile-gmake-font-lock-keywords)
15798 (makefile-makepp-font-lock-keywords)
15799 (makefile-bsdmake-font-lock-keywords): New consts.
15800 (makefile-mode-map): Add switchers between the various submodes.
15801 (makefile-mode): Document the availability of the variants.
15802 (makefile-automake-mode, makefile-gmake-mode)
15803 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
15804
15805 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
15806 new variants of makefile-mode.
15807
15808 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15809
15810 * font-lock.el (font-lock-comment-delimiter-face): Fix up
15811 the inheritance.
15812
15813 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
15814
15815 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
15816 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
15817
15818 * files.el (normal-mode): Extend the scope of the
15819 `enable-local-variables' binding to include the `set-auto-mode' call.
15820 (magic-mode-alist): Doc fix.
15821
15822 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15823
15824 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
15825 font-lock-comment-face rather than copying its setting.
15826
15827 2005-05-12 Andreas Schwab <schwab@suse.de>
15828
15829 * eshell/esh-mode.el (eshell-send-input): Doc fix.
15830
15831 2005-05-12 Lute Kamstra <lute@gnu.org>
15832
15833 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
15834 defcustom for the mode hook variable. Delete the last argument.
15835 * generic-x.el: Fix callers of define-generic-mode.
15836 (generic-x-modes): Delete group.
15837 (show-tabs-tab-face, show-tabs-space-face): Put them in the
15838 generic-x customization group.
15839
15840 2005-05-12 Kim F. Storm <storm@cua.dk>
15841
15842 * font-lock.el (font-lock-negation-char-face): Default to "off".
15843
15844 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
15845 font-lock-negation-char-face to ! in !=.
15846
15847 2005-05-12 Masatake YAMATO <jet@gyve.org>
15848
15849 * add-log.el (find-change-log): Fix typos in the docstring
15850 of function.
15851
15852 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15853
15854 * international/latexenc.el (latexenc-find-file-coding-system):
15855 Avoid `re-search-forward' when looking for input encoding because
15856 of speed and safety. Better regular expressions for recognizing
15857 input encoding. Limit a search for TeX-master/tex-main-file to
15858 the local variable section.
15859
15860 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
15861
15862 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
15863 syntax of $ to "'" (quote).
15864
15865 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
15866
15867 * dnd.el (dnd-protocol-alist): Improve custom type.
15868
15869 * dired.el (dired-dnd-protocol-alist): New variable.
15870 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
15871 `dired-mode-hook' to the end.
15872
15873 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
15874
15875 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
15876 comment-end if comment-start-skip is not set.
15877 Obey the font-lock-comment-delimiter-face variables.
15878
15879 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
15880
15881 * files.el (executable-find): Move from executable.el. Use
15882 locate-file.
15883 * progmodes/executable.el (executable-find): Move to files.el.
15884
15885 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
15886 when trying to ensure forward progress.
15887
15888 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
15889
15890 * mouse-sel.el (mouse-sel-follow-link-p): New function.
15891 (mouse-select, mouse-select-internal, mouse-extend-internal):
15892 Use it to implement mouse-1-click-follows-link functionality.
15893
15894 2005-05-11 Richard M. Stallman <rms@gnu.org>
15895
15896 * font-lock.el (font-lock-fontify-syntactically-region):
15897 Use font-lock-comment-delimiter-face for comment delimiters.
15898
15899 2005-05-10 Jay Belanger <belanger@truman.edu>
15900
15901 * calc/calc-help.el (calc-m-prefix-help): Add mention of
15902 preserving embedded modes.
15903
15904 2005-05-10 Richard M. Stallman <rms@gnu.org>
15905
15906 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
15907
15908 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
15909 Move from ada-stmt.el.
15910 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
15911
15912 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
15913 Move to ada-mode.el.
15914 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
15915
15916 * cus-edit.el (custom-file): Call file-chase-links.
15917
15918 * files.el (read-directory-name): Fix previous change.
15919 (hack-local-variables-confirm): New function.
15920 (hack-local-variables-prop-line, hack-local-variables)
15921 (hack-one-local-variable): Use it.
15922
15923 2005-05-10 Lute Kamstra <lute@gnu.org>
15924
15925 * font-lock.el (font-lock-keywords-alist)
15926 (font-lock-removed-keywords-alist): Clarify docstrings.
15927
15928 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
15929
15930 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
15931 (gdb-source-info): Check for preprocessor info.
15932 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
15933 a macro for a function.
15934 (gdb-info-breakpoints-custom): Try to find file again if not already
15935 found (user might have used GDB dir command).
15936 (gdb-get-location): Update gdb-location-alist correctly for change
15937 to gdb-info-breakpoints-custom.
15938
15939 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
15940 (gud-tooltip-print-command): Add gdbmi case.
15941 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
15942 preprocessor info.
15943
15944 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
15945
15946 * startup.el (fancy-splash-insert): Fix typo in doc string.
15947
15948 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
15949
15950 * obsolete/float.el (string-to-float):
15951 * obsolete/hilit19.el (hilit-add-pattern):
15952 * obsolete/rnews.el (news-parse-range, news-select-message)
15953 (news-get-pruned-list-of-files): Replace `string-to-int' by
15954 `string-to-number'.
15955
15956 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
15957 `find-file-not-found-hooks'; use `add-hook'.
15958 (uncompress-while-visiting): Set `write-file-functions', not
15959 `write-file-hooks'; use `add-hook'.
15960
15961 2005-05-09 Kim F. Storm <storm@cua.dk>
15962
15963 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
15964 (cua-paste): Handle clipboard action.
15965 (cua--init-keymaps): Remap clipboard-kill-region and
15966 clipboard-kill-ring-save.
15967
15968 2005-05-08 Eli Zaretskii <eliz@gnu.org>
15969
15970 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15971 Improve commentary.
15972
15973 * simple.el (next-error-overlay-arrow-position): Revert the change
15974 made on 2005-04-30.
15975
15976 2005-05-07 Jay Belanger <belanger@truman.edu>
15977
15978 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
15979 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
15980 `calc-sel-reselect'.
15981
15982 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
15983 Calc is in embedded mode.
15984
15985 2005-05-07 Eli Zaretskii <eliz@gnu.org>
15986
15987 * progmodes/compile.el (compilation-setup):
15988 Set overlay-arrow-string to an empty string on text terminals.
15989
15990 * textmodes/ispell.el (ispell-program-name): Try looking for
15991 "aspell" along exec-path, and if found, use it as the default
15992 speller program.
15993
15994 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
15995
15996 * international/mule.el (sgml-xml-auto-coding-function):
15997 Recognize encoding='FOO' in single quotes as well as in double quotes.
15998
15999 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
16000
16001 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
16002 as well as `interactive', so that defmacro* would recognize
16003 `declare' forms.
16004
16005 2005-05-07 Eli Zaretskii <eliz@gnu.org>
16006
16007 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16008 Explain more about the LIGHTER arg's usage in the doc string.
16009 Add commentary to clarify what the code does. Fix the regexp that
16010 strips whitespace from LIGHTER. Quote LIGHTER before using it,
16011 since it could have characters special to regular expressions.
16012
16013 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16014
16015 * replace.el (occur-1): Bind inhibit-read-only so that
16016 erase-buffer doesn't barf on read-only text properties (likewise
16017 for add-text-properties in occur-engine). Mark buffer as unmodified.
16018 (occur-engine): Don't set buffer-read-only here.
16019
16020 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16021
16022 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
16023 list-buffers-directory. This caused the *cvs-commit* buffer to be
16024 sometimes mistakenly reused as a *cvs* buffer.
16025
16026 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
16027
16028 * tooltip.el: Move code for GUD tooltips into gud.el.
16029 (require): CL no longer needed to compile case.
16030 (tooltip-mode): Do not toggle functions for GUD tooltips.
16031 (tooltip-gud-tips-p): Remove. Replace with minor mode
16032 gud-tooltip-mode in gud.el.
16033 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
16034 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
16035 tooltip-gud prefix with gud-tooltip and obsolete.
16036 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
16037 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
16038 (tooltip-mouse-motion): Mouse movement functions/variable.
16039 Rename in gud.el by adding gud prefix.
16040 (tooltip-gud-original-filter, tooltip-gud-dereference)
16041 (tooltip-gud-event, tooltip-toggle-gud-tips)
16042 (tooltip-gud-process-output, tooltip-gud-print-command)
16043 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
16044 gud.el by replacing tooltip-gud prefix with gud-tooltip.
16045 (gdb-tooltip-print): Move to gdb-ui.el.
16046
16047 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16048 (require): CL needed to compile case.
16049 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
16050 tooltip-gud-tips-p. Make it a minor-mode.
16051 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16052 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16053 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16054 (gud-tooltip-change-major-mode)
16055 (gud-tooltip-activate-mouse-motions-if-enabled)
16056 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16057 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16058 (gud-tooltip-original-filter, gud-tooltip-dereference)
16059 (gud-tooltip-event, tooltip-toggle-gud-tips)
16060 (gud-tooltip-process-output, gud-tooltip-print-command)
16061 (gud-tooltip-tips): Move from tooltip.el.
16062
16063 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
16064 (gdb-cpp-define-alist-flags): Doc fix.
16065 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16066 gud-tooltip-mode is t.
16067
16068 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16069
16070 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16071 evaporate if their text is deleted.
16072 (goto-address-at-point): Make it work as a mouse binding as well.
16073 (goto-address-at-mouse): Obsolete it. Update users.
16074
16075 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
16076
16077 * calendar/appt.el (top-level): No longer activate on load.
16078
16079 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
16080
16081 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16082 * net/webjump.el (webjump):
16083 * progmodes/idlw-help.el (idlwave-do-context-help1)
16084 (idlwave-highlight-linked-completions):
16085 * textmodes/po.el (po-find-file-coding-system-guts):
16086 Replace `assoc-ignore-case' by `assoc-string'.
16087
16088 2005-05-06 Eli Zaretskii <eliz@gnu.org>
16089
16090 * files.el (locate-file): Doc fix.
16091
16092 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16093 Remove the redundant test for ms-dos.
16094
16095 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16096 look for the preprocessor with exec-suffixes. If not found in
16097 standard places, look in exec-path. Remove most of the tests that
16098 used system-type.
16099
16100 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16101
16102 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16103
16104 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16105 file-name clash with jka-compr.el on 8+3 filesystems.
16106
16107 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16108
16109 * term/mac-win.el: Don't define or bind scroll bar functions if
16110 x-toolkit-scroll-bars is t.
16111 (x-select-text, x-get-selection-value): Clear
16112 x-last-selected-text-clipboard if x-select-enable-clipboard is
16113 nil.
16114 (PRIMARY): Put mac-scrap-name property.
16115 (mac-select-convert-to-file-url): New function.
16116 (public.file-url): New selection target type. Add to
16117 selection-converter-alist.
16118 (x-get-selection, x-selection-value): Handle it.
16119 (x-cut-buffer-or-selection-value): New alias.
16120
16121 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16122
16123 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
16124 entry to avoid calling bibtex-find-entry with arg global
16125 being t. Remove arg key.
16126 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
16127 (bibtex-copy-summary-as-kill): Change accordingly.
16128
16129 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16130
16131 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
16132 (org-agenda-date-later): Use with-current-buffer.
16133
16134 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
16135
16136 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
16137 (define-obsolete-variable-alias): Doc Fixes.
16138
16139 2005-05-06 Kim F. Storm <storm@cua.dk>
16140
16141 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
16142 vertical-motion when selective-display is active.
16143
16144 * ido.el (ido-setup-hook): New hook.
16145 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
16146 (ido-input-stack): New var.
16147 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
16148 ido-next-work-file binding to M-O.
16149 Bind M-f to ido-wide-find-file-or-pop-dir.
16150 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
16151 (ido-read-internal): Run ido-setup-hook.
16152 Catch quit in read-file-name and read-string to cancel edit.
16153 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
16154 Automatically pop-all when completing a directory name (RET).
16155 (ido-file-internal): Add with-no-warnings around ffap and dired code.
16156 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
16157 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
16158 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
16159 New functions for M-b/M-f to move among the directory components.
16160 (ido-make-merged-file-list): Catch quit to cancel merge.
16161 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
16162 (ido-completion-help): No warnings for ido-completion-buffer-full.
16163
16164 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
16165
16166 * font-lock.el (font-lock-negation-char-face): New face and variable.
16167 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
16168 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
16169 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
16170 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
16171
16172 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
16173
16174 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
16175 Fix typo in docstring.
16176
16177 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
16178 (ebrowse-print-statistics-line)
16179 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
16180
16181 * term/w32-win.el (image-library-alist): Add additional name for
16182 Xpm library.
16183
16184 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
16185
16186 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
16187 use gcc instead of cpp.
16188
16189 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
16190 (gdb-create-define-alist): Use it.
16191 (gdb-cpp-define-alist-program): Update for MS-DOS.
16192
16193 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
16194
16195 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
16196
16197 2005-05-04 Richard M. Stallman <rms@gnu.org>
16198
16199 * help.el (describe-key): No error when UNTRANSLATED is nil.
16200
16201 * simple.el (line-move-1): Fix previous change to signal errors
16202 appropriately.
16203
16204 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
16205
16206 * calendar/icalendar.el (icalendar-version): Now at 0.12.
16207 (icalendar-duration-correction): Remove.
16208 (icalendar--get-event-properties): Split result at commas.
16209 (icalendar--decode-isoduration): New optional argument
16210 DURATION-CORRECTION.
16211 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
16212 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
16213 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
16214 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
16215 (icalendar--convert-anniversary-to-ical): New functions, extracted
16216 from icalendar-export-region, with bug fixes.
16217 (icalendar-export-region): Use the above functions.
16218 (icalendar-import-buffer): Check before saving diary file.
16219 (icalendar--convert-recurring-to-diary)
16220 (icalendar--convert-non-recurring-all-day-to-diary)
16221 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
16222 extracted from icalendar--convert-ical-to-diary, with bug fixes.
16223 (icalendar--convert-ical-to-diary): Use the above functions.
16224
16225 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
16226
16227 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
16228 Remove these recent additions.
16229 (c-mode): Restore to before 2005-04-28.
16230
16231 * progmodes/cc-vars.el (cc-define-list-program): Remove this
16232 recent addition.
16233
16234 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
16235 (gdb-define-alist): New variables.
16236 (gdb-create-define-alist): New function.
16237 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
16238 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
16239 with string-to-number.
16240 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
16241
16242 * progmodes/gud.el: Replace string-to-int with string-to-number.
16243 (gud-find-file): Handle gdb-define-alist.
16244
16245 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
16246
16247 2005-05-02 Jay Belanger <belanger@truman.edu>
16248
16249 * calc/calc-aent.el (math-read-token):
16250 * calc/calc-bin.el (calc-word-size):
16251 * calc/calc-ext.el (calc-read-number-fancy):
16252 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
16253 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
16254 * calc/calc-frac.el (calc-over-notation):
16255 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
16256 (calc-graph-num-points, calc-graph-init):
16257 * calc/calc-prog.el (calc-read-parse-table-part)
16258 (calc-edit-macro-repeats):
16259 * calc/calc-yank.el (calc-do-grab-rectangle):
16260 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
16261 Replace `string-to-int' by `string-to-number'.
16262
16263 2005-05-02 Kim F. Storm <storm@cua.dk>
16264
16265 * kmacro.el: Use executing-kbd-macro-index variable.
16266
16267 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
16268
16269 * net/rlogin.el (rlogin-parse-words): Delete func.
16270 (rlogin): Use split-string, not rlogin-parse-words.
16271 Also, if there are option-like elements in the parsed args,
16272 take the host to be the first arg immediately following them.
16273 Suggested by Michael Mauger.
16274
16275 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16276
16277 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
16278
16279 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
16280
16281 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
16282 (cc-mode-cpp-program): Rename to cc-define-list-program and
16283 move to cc-vars.el.
16284
16285 * progmodes/cc-vars.el (cc-define-list-program):
16286 Change to "gcc -E -dM -". Make customizable.
16287
16288 2005-05-02 Kim F. Storm <storm@cua.dk>
16289
16290 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
16291
16292 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
16293
16294 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
16295
16296 * international/mule-util.el (truncate-string): Remove alias and
16297 obsolete declaration.
16298
16299 * international/mule-cmds.el (update-iso-coding-systems):
16300 Remove alias and obsolete declaration.
16301
16302 * international/mule.el (coding-system-parent): Remove alias and
16303 obsolete declaration.
16304
16305 * subr.el (define-function, sref): Remove aliases and obsolete
16306 declarations.
16307 (chars-in-region): Remove obsolete declaration.
16308
16309 2005-05-01 Richard M. Stallman <rms@gnu.org>
16310
16311 * info.el (Info-mode): Set widen-automatically to nil, locally.
16312
16313 * simple.el (widen-automatically): New variable.
16314 (pop-global-mark): Obey widen-automatically.
16315
16316 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
16317
16318 * term/xterm.el (function-key-map): Call substitute-key-definition
16319 before the keymap size is increased by a lot of define-key calls.
16320
16321 2005-05-01 Richard M. Stallman <rms@gnu.org>
16322
16323 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
16324 Rename ARG to ELEMENT. Doc fix.
16325
16326 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
16327
16328 * allout.el (allout-exposure): Remove macro and obsolete declaration.
16329 Remove references to allout-exposure/change to allout-new-exposure.
16330
16331 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
16332 bytecode symbols.
16333
16334 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
16335 (compiled-function-p, focus-frame, unfocus-frame):
16336 Remove aliases and obsolete declarations.
16337 Back out inadvertent changes from previous commit.
16338
16339 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16340
16341 * files.el (require-final-newline): Make Custom tags consistent
16342 with mode-require-final-newline.
16343 (mode-require-final-newline): Doc fix.
16344
16345 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
16346
16347 * international/latexenc.el (latexenc-find-file-coding-system):
16348 Fix regular expressions.
16349
16350 2005-05-01 David Kastrup <dak@gnu.org>
16351
16352 * international/latexenc.el (latexenc-find-file-coding-system):
16353 Fix regular expressions.
16354
16355 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
16356
16357 * subr.el (string-to-int): Make obsolete.
16358
16359 2005-04-30 Richard M. Stallman <rms@gnu.org>
16360
16361 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
16362
16363 * loadup.el: load jka-comp-hook.
16364
16365 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
16366 (jka-compr-handler): Add autoload. `put' calls moved
16367 to jka-comp-hook.el.
16368 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
16369 (jka-compr-inhibit): Autoload.
16370
16371 * jka-comp-hook.el: New file.
16372 Enable the mode by default.
16373
16374 * files.el (backup-buffer-copy): Use copy-file instead
16375 of write-region, and put back the 'excl.
16376
16377 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
16378
16379 * progmodes/flymake.el (flymake-split-string)
16380 (flymake-split-string, flymake-log, flymake-pid-to-names)
16381 (flymake-reg-names, flymake-get-source-buffer-name)
16382 (flymake-unreg-names, flymake-add-line-err-info)
16383 (flymake-add-err-info): Clarify docstrings.
16384 (flymake-popup-menu, flymake-make-emacs-menu)
16385 (flymake-make-xemacs-menu): Add docstrings.
16386 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
16387 Set variables directly throughout.
16388
16389 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
16390
16391 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
16392 exists. Initialize cc-define-alist.
16393 (c-mode): Add cc-create-define-alist locally to after-save-hook.
16394 If there is no file (Macroexpansion) don't create an alist.
16395
16396 2005-04-29 Sam Steingold <sds@gnu.org>
16397
16398 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
16399 (cc-create-define-alist): Use it instead of the hard-coded string.
16400
16401 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16402
16403 * international/mule-conf.el (file-coding-system-alist): Fix regexp
16404 for latexenc.
16405
16406 2005-04-29 Lute Kamstra <lute@gnu.org>
16407
16408 * emacs-lisp/generic.el: Improve commentary section.
16409 (define-generic-mode): Improve docstring.
16410
16411 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
16412
16413 * textmodes/org.el (many places): Change to quiet the byte compiler.
16414 (org-prefix-format-compiled): New variable.
16415 (org-compile-prefix-format): New function.
16416 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
16417 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
16418 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
16419 (org-get-entries-from-diary): Use `org-get-time-of-day' for
16420 consistency with entries from `org-mode' files.
16421 (org-get-time-of-day): Fix bug with partial matches early in a line.
16422 (org-non-link-chars): New constant.
16423 (org-link-regexp): Respect `org-non-link-chars'.
16424 (org-agenda-day-view): Remove command.
16425 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
16426 (org-follow-bbdb-link, org-store-link): Search also company field.
16427 (org-highlight-overlay): New variable.
16428 (org-highlight, org-unhighlight): New functions.
16429 (org-agenda-mode): Add pre-command-hook to remove highlight.
16430 (org-evaluate-time-range): Behavior depends upon whether time stamp
16431 contains a time or not.
16432 (org-show-subtree, org-show-entry): New functions.
16433 (org-agenda-cleanup-fancy-diary): Remove empty lines.
16434
16435 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
16436
16437 * comint.el (comint-output-filter-functions): Add autoload cookie.
16438
16439 2005-04-28 Kim F. Storm <storm@cua.dk>
16440
16441 * ido.el (ido-everywhere): Fix last change.
16442
16443 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16444
16445 * international/latexenc.el: New file.
16446 * international/mule-conf.el (file-coding-system-alist): For .tex,
16447 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
16448
16449 2005-04-28 Lute Kamstra <lute@gnu.org>
16450
16451 * font-lock.el (font-lock-add-keywords)
16452 (font-lock-remove-keywords): Clarify docstring.
16453 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
16454 Don't start docstrings with a `*'.
16455 (font-lock-update-removed-keyword-alist): Give it a docstring.
16456
16457 * generic-x.el: Update commentary section.
16458 Only require font-lock when compiling.
16459 Define all modes conditionally.
16460 Place all generic modes in the generic-x-modes customization group.
16461 (generic-x-modes): New customization group.
16462 (generic-default-modes, generic-mswindows-modes)
16463 (generic-unix-modes, generic-other-modes): New constants.
16464 (generic-define-mswindows-modes, generic-define-unix-modes):
16465 Update docstrings. Make them obsolete.
16466 (generic-extras-enable-list): New default value. Update docstring.
16467 Improve :type. Change :set function.
16468 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
16469 Fix docstring.
16470
16471 * emacs-lisp/generic.el (generic-mode-internal):
16472 Simplify font-lock-defaults.
16473 (define-generic-mode): Fix docstring.
16474
16475 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16476
16477 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
16478 font-lock-face property to highlight matches.
16479
16480 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
16481
16482 * progmodes/cc-mode.el (cc-create-define-alist): New function.
16483 (cc-define-alist): New variable.
16484 (c-mode): Make it local and initialize it.
16485
16486 * progmodes/gdb-ui.el (gdb-active-process): New variable.
16487 (gdb-exited): New function.
16488 (gdb-annotation-rules): Use it.
16489 (gdb-starting): Set gdb-active-process to t.
16490 (gdb-stopping): Amend doc string.
16491 (gdb-reset): Set gdb-active-process to nil.
16492
16493 * tooltip.el (tooltip-gud-tips): Show the associated #define
16494 directives when a C program under GDB is not executing.
16495
16496 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
16497
16498 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
16499 font-lock-fontify-syntactic-keywords.
16500
16501 * font-lock.el (font-lock-default-fontify-region): Don't force
16502 parse-sexp-lookup-properties to nil.
16503
16504 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
16505
16506 * man.el (man-mode-syntax-table): Set up `:' to have
16507 word-constituent syntax.
16508
16509 2005-04-27 Lute Kamstra <lute@gnu.org>
16510
16511 * novice.el (disable-command): Don't add spurious newlines to the
16512 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
16513
16514 2005-04-26 Jay Belanger <belanger@truman.edu>
16515
16516 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
16517 than one window before deleting window.
16518
16519 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
16520
16521 * shell.el (shell-prompt-pattern): Doc fix.
16522 (shell-mode): Set paragraph-separate buffer locally to "\\'".
16523
16524 * comint.el (comint-prompt-regexp, comint-get-old-input)
16525 (comint-use-prompt-regexp)
16526 (comint-use-prompt-regexp-instead-of-fields)
16527 (comint-replace-by-expanded-history, comint-send-input)
16528 (comint-output-filter, comint-get-old-input-default)
16529 (comint-line-beginning-position, comint-bol, comint-show-output)
16530 (comint-backward-matching-input, comint-forward-matching-input)
16531 (comint-next-prompt, comint-previous-prompt):
16532 Rename `comint-use-prompt-regexp-instead-of-fields' to
16533 `comint-use-prompt-regexp'. Keep old name as alias and declare
16534 obsolete.
16535 (comint-use-prompt-regexp): Shorten first line of doc string.
16536
16537 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
16538 Set paragraph-separate buffer locally to "\\'".
16539
16540 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
16541 Adapt to above name change.
16542
16543 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
16544 (smbclient-prompt-regexp): Ditto.
16545
16546 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
16547
16548 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
16549
16550 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
16551 gdb-location-list.
16552 Break lines that are over 80 characters wide.
16553
16554 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
16555
16556 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
16557 New fun and var, to preserve compatibility.
16558
16559 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
16560
16561 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
16562
16563 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
16564 name to file-newer-than-file-p.
16565
16566 2005-04-26 Richard M. Stallman <rms@gnu.org>
16567
16568 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
16569
16570 * progmodes/python.el (python-mode):
16571 Use new name eldoc-documentation-function.
16572
16573 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
16574
16575 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16576 (eldoc-documentation-function):
16577 Rename from eldoc-print-current-symbol-info-function. Calls changed.
16578
16579 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
16580
16581 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
16582
16583 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
16584
16585 * term/xterm.el (function-key-map): Fix strings for
16586 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
16587 {C,S,A,C-S}-{f1-f12}.
16588
16589 2005-04-26 Kenichi Handa <handa@m17n.org>
16590
16591 * international/mule-cmds.el (select-safe-coding-system):
16592 Fix previous change.
16593
16594 2005-04-26 Lute Kamstra <lute@gnu.org>
16595
16596 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
16597
16598 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
16599 (font-lock-comment-delimiter-face): Ditto.
16600
16601 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
16602
16603 2005-04-25 Jay Belanger <belanger@truman.edu>
16604
16605 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
16606 to t while inserting information; use help-mode.
16607
16608 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
16609
16610 * term.el (ansi-term-color-vector): Use the xterm colors.
16611 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
16612
16613 2005-04-25 Lute Kamstra <lute@gnu.org>
16614
16615 * font-core.el (font-lock-defaults): Fix docstring.
16616
16617 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
16618
16619 2005-04-25 Kenichi Handa <handa@m17n.org>
16620
16621 * international/mule-cmds.el (select-safe-coding-system):
16622 Don't check consistency with coding: spec, etc if raw-text or
16623 no-conversion was found to be safe.
16624
16625 2005-04-24 Richard M. Stallman <rms@gnu.org>
16626
16627 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
16628 citation markers at start of each line.
16629
16630 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
16631 citation markers at start of each line.
16632
16633 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
16634
16635 * files.el (mode-require-final-newline): Fix previous change.
16636 (require-final-newline): Fix type label.
16637
16638 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16639
16640 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
16641 statement in buffer (broken by 2004-11-24 change).
16642
16643 2005-04-24 Kim F. Storm <storm@cua.dk>
16644
16645 * ido.el (ido-everywhere): Save and restore old read-buffer-function
16646 and read-file-name-function values. Don't overwrite existing
16647 non-nil values if ido-mode is enabled without ido-everywhere.
16648
16649 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
16650
16651 * files.el (mode-require-final-newline): Minor doc fix.
16652
16653 2005-04-24 Eli Zaretskii <eliz@gnu.org>
16654
16655 * subr.el (syntax-after): Doc fix.
16656 (syntax-class): If argument is nil, return nil. Mask off upper 16
16657 bits, not 8 bits.
16658
16659 * files.el (mode-require-final-newline): Doc fix.
16660 (backup-buffer-copy): Fix last change.
16661
16662 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16663
16664 * term/mac-win.el: Require select. Set selection-coding-system to
16665 mac-system-coding-system. Call menu-bar-enable-clipboard.
16666 (x-last-selected-text-clipboard, x-last-selected-text-primary)
16667 (x-select-enable-clipboard): New variables.
16668 (x-select-text, x-get-selection, x-selection-value)
16669 (x-get-selection-value, mac-select-convert-to-string)
16670 (mac-services-open-file, mac-services-open-selection)
16671 (mac-services-insert-text): New functions.
16672 (CLIPBOARD, FIND): Put mac-scrap-name property.
16673 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
16674 (public.tiff): Put mac-ostype property.
16675 (selection-converter-alist): Add entries for them.
16676 (mac-application-menu-map): New keymap.
16677 (interprogram-cut-function, interprogram-paste-function): Set to
16678 x-select-text and x-get-selection-value, respectively.
16679 (split-window-keep-point): Set to t.
16680
16681 2005-04-23 Richard M. Stallman <rms@gnu.org>
16682
16683 * files.el (read-directory-name): Always pass non-nil
16684 DEFAULT-FILENAME arg to read-file-name.
16685 (backup-buffer-copy, basic-save-buffer-2): Take care against
16686 writing thru an unexpected existing symlink.
16687 (revert-buffer): In indirect buffer, revert the base buffer.
16688 (magic-mode-alist): Doc fix.
16689 (buffer-stale-function): Doc fix.
16690 (minibuffer-with-setup-hook): Avoid warning.
16691 (mode-require-final-newline): Doc and custom fix.
16692
16693 * follow.el (follow-end-of-buffer): Use with-no-warnings.
16694
16695 * font-lock.el (font-lock-comment-face): On terminals with few colors,
16696 use the default appearance.
16697 (font-lock-comment-delimiter-face): New face, new variable.
16698
16699 * imenu.el (imenu--generic-function): The official position of a
16700 definition is the start of the line that BEG is in.
16701
16702 * midnight.el (midnight-timer): Move defvar up.
16703
16704 * mouse.el (mouse-drag-region-1): Delete some debugging code.
16705
16706 * saveplace.el (save-place-to-alist): Use with-no-warnings.
16707
16708 * startup.el (command-line): Use with-no-warnings.
16709
16710 * window.el (window-size-fixed): New defvar.
16711
16712 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
16713
16714 * mail/rmail.el (rmail-font-lock-keywords):
16715 Use font-lock-comment-delimiter-face.
16716
16717 * mail/sendmail.el (mail-font-lock-keywords):
16718 Use font-lock-comment-delimiter-face.
16719
16720 * progmodes/compile.el (next-error-highlight-timer): New defvar.
16721
16722 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
16723
16724 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16725 Specify t for LAXMATCH when matching directories.
16726 Save match data around compilation-compat-error-properties form.
16727
16728 2005-04-23 David Kastrup <dak@gnu.org>
16729
16730 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
16731 Mention that the autoloaded aliases should be kept for AUCTeX.
16732
16733 2005-04-23 Andreas Schwab <schwab@suse.de>
16734
16735 * isearch.el (isearch-forward): Doc fix.
16736
16737 2005-04-23 Eli Zaretskii <eliz@gnu.org>
16738
16739 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
16740 (jit-lock-stealth-nice): Change default value to 0.5.
16741
16742 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
16743
16744 * abbrev.el (write-abbrev-file): Write table entries in
16745 alphabetical order by table name.
16746
16747 2005-04-22 Kim F. Storm <storm@cua.dk>
16748
16749 * ido.el (ido-read-internal): Fix `list' completion.
16750
16751 2005-04-22 Kenichi Handa <handa@m17n.org>
16752
16753 * recentf.el (recentf-save-file-coding-system): New variable.
16754 (recentf-save-list): Encode the file by
16755 recentf-save-file-coding-system and add coding: tag.
16756
16757 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
16758
16759 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
16760
16761 2005-04-21 Lute Kamstra <lute@gnu.org>
16762
16763 * loadhist.el (unload-feature): Don't remove a function from hooks
16764 if it is about to be restored to an autoload . Remove functions
16765 that will become unbound from auto-mode-alist. Simplify the code.
16766
16767 * subr.el (assq-delete-all): New implementation that is linear,
16768 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
16769 (rassq-delete-all): New function.
16770
16771 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
16772 Add size-indication-mode.
16773
16774 2005-04-21 Kenichi Handa <handa@m17n.org>
16775
16776 * international/mule-cmds.el: Add autoload for widget-value in
16777 eval-when-compile.
16778
16779 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
16780
16781 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
16782 Add tooltip-mode.
16783
16784 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
16785
16786 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
16787
16788 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
16789 (inferior-lisp-filter-regexp, inferior-lisp-program)
16790 (inferior-lisp-load-command, inferior-lisp-prompt)
16791 (inferior-lisp-mode-hook, lisp-source-modes)
16792 (inferior-lisp-load-hook): defvar->defcustom.
16793 (inferior-lisp-program, inferior-lisp-prompt)
16794 (inferior-lisp-load-hook): Doc fixes.
16795 (inferior-lisp-install-letter-bindings): Small change in
16796 introductory comment.
16797
16798 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
16799
16800 * vc.el (vc-annotate-color-map): Change some colors so that text
16801 using them as foreground is readable on both white and black
16802 backgrounds.
16803
16804 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16805
16806 * international/mule-conf.el (translation-table-for-input):
16807 Remove redundant declaration.
16808
16809 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
16810
16811 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
16812
16813 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
16814 (tooltip-toggle-gud-tips): New function.
16815
16816 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16817
16818 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
16819 right angle brackets.
16820
16821 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
16822
16823 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
16824
16825 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
16826
16827 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
16828 Remove. Update callers to use expand-file-name instead.
16829
16830 * subr.el (syntax-class): New function.
16831
16832 * simple.el (blink-matching-open): Use it.
16833
16834 * paren.el (show-paren-function): Use it to recognize parens that are
16835 also used in 2-char comment markers.
16836
16837 2005-04-19 Lute Kamstra <lute@gnu.org>
16838
16839 * loadhist.el (unload-feature): Update for new format of
16840 load-history. Simplify the code.
16841
16842 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16843
16844 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
16845 (mac-add-charset-info): New function. Initialize variable
16846 mac-charset-info-alist using it.
16847 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
16848 for translation.
16849 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
16850 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
16851 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
16852 New CCL programs.
16853
16854 2005-04-19 Kim F. Storm <storm@cua.dk>
16855
16856 * simple.el (next-buffer, prev-buffer, next-error)
16857 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16858 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
16859
16860 * bindings.el (next-buffer, prev-buffer, next-error)
16861 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16862 (clone-indirect-buffer-other-window): Move bindings from simple.el.
16863 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
16864 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
16865
16866 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16867
16868 * isearch.el (isearch-edit-string): Make the search-ring available for
16869 minibuffer history commands.
16870 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
16871 the default history commands now work just as well.
16872 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
16873
16874 2005-04-18 Kim F. Storm <storm@cua.dk>
16875
16876 * emulation/cua-base.el (cua--pre-command-handler): Add more
16877 elaborate check for shift modifier on non-window systems.
16878
16879 2005-04-18 Lars Hansen <larsh@math.ku.dk>
16880
16881 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
16882
16883 2005-04-18 Kim F. Storm <storm@cua.dk>
16884
16885 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
16886 and make it optional. Don't test tooltip-gud-echo-area here.
16887 (tooltip-gud-process-output, gdb-tooltip-print):
16888 Pass tooltip-gud-echo-area to tooltip-show.
16889 (tooltip-help-tips): Remove second optional arg to tooltip-show.
16890
16891 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16892
16893 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
16894 `display-graphic-p' may not be bound yet.
16895
16896 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
16897
16898 * startup.el (command-line): No longer enable Xterm Mouse mode by
16899 default in terminals compatible with xterm.
16900
16901 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
16902
16903 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
16904
16905 * tooltip.el (tooltip-gud-echo-area): Rename from
16906 tooltip-use-echo-area.
16907 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
16908 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
16909 area independently of where help tooltips are displayed.
16910
16911 2005-04-17 David Kastrup <dak@gnu.org>
16912
16913 * cus-theme.el (custom-theme-write-variables): Quote variables
16914 where necessary.
16915
16916 2005-04-17 Richard M. Stallman <rms@gnu.org>
16917
16918 * simple.el (yank-excluded-properties): Add follow-link to value.
16919
16920 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
16921
16922 * startup.el (fancy-splash-max-time): Just 30 seconds.
16923 (fancy-splash-delay): Just 7.
16924 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
16925
16926 * loadhist.el (unload-feature): Update for new format of load-history.
16927 Simplify the code.
16928
16929 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
16930 (rmail-font-lock-keywords): Don't fontify the text of a citation.
16931
16932 * mail/sendmail.el (mail-font-lock-keywords):
16933 Don't fontify subject text.
16934 Don't fontify the text of a citation.
16935
16936 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
16937
16938 * comint.el (comint-output-filter): Run comint-output-filter-functions
16939 with point where the user had it.
16940
16941 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16942
16943 * international/ucs-tables.el (ucs-set-table-for-input):
16944 Disable when using unify-on-decoding.
16945
16946 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
16947
16948 * emulation/cua-base.el (cua-global-mark-face): Add special case
16949 for displays supporting a high number of colors.
16950
16951 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16952
16953 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
16954
16955 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
16956
16957 * filesets.el (filesets-add-buffer): If user supplies a name of a
16958 non-existing fileset, create a new fileset.
16959
16960 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
16961
16962 * textmodes/org.el (org-up-heading-all): Fix bug with
16963 `outline-up-heading-all'.
16964
16965 2005-04-16 Andreas Schwab <schwab@suse.de>
16966
16967 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
16968 /etc/permissions.d/* and /etc/aliases.d/*.
16969
16970 2005-04-16 Kenichi Handa <handa@m17n.org>
16971
16972 * international/code-pages.el (cp-make-coding-system):
16973 Set `translation-table-for-input' property value to the symbol
16974 ucs-mule-to-mule-unicode, not to that value.
16975 (pt154): Escape guillemet by `\'.
16976
16977 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
16978
16979 * loadup.el: Load tooltip if x-show-tip is fboundp.
16980
16981 * startup.el (command-line): Add comment.
16982
16983 * tooltip.el (tooltip-mode): Specify correct standard value for
16984 Custom in init-value.
16985
16986 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
16987
16988 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
16989 possible.
16990
16991 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
16992
16993 * textmodes/org.el (org-agenda-date-prompt): Rename from
16994 `org-agenda-date-today'.
16995 (org-evaluate-time-range): Insert at point instead of directly
16996 after time range.
16997 (org-first-headline-recenter, org-subtree-end-visible-p)
16998 (org-optimize-window-after-visibility-change): New functions
16999 (org-agenda-post-command-hook): Don't allow point at end of line,
17000 to make sure it always hits the text properties.
17001 (org-agenda-next-date-line, org-agenda-previous-date-line):
17002 New commands.
17003 (org-set-regexps-and-options): Category may contain white space.
17004 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17005 Improve marker positions.
17006 (org-agenda-new-marker): Argument POS made optional.
17007 (org-agenda-get-timestamps): Deadlines which are done are listed
17008 in org-done-face now.
17009 (org-agenda-get-todos, org-agenda-get-timestamps)
17010 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17011 Set `undone-face' and `done-face' properties.
17012 (org-last-todo-state-is-todo): New variable.
17013 (org-todo): Set `org-last-todo-state-is-todo'.
17014 (org-agenda-todo): Change face according to
17015 `org-last-todo-state-is-todo'. And change other lines referring to
17016 the same entry.
17017 (org-calendar-goto-agenda): New command.
17018 (org-calendar-to-agenda-key): New option.
17019 (org-startup-folded): New allowed value `content'.
17020 (org-set-regexps-and-options): Accept new value `content' for
17021 `org-startup-folded'.
17022 (org-get-current-options): Handle new value `content' for
17023 `org-startup-folded'.
17024 (org-insert-todo-heading): New command.
17025 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
17026 interactively in empty file and option
17027 `org-insert-mode-line-in-empty-file' has been set.
17028 (org-agenda-todo, org-agenda-priority): Modify to use
17029 `org-agenda-change-all-lines'.
17030 (org-warning-face): Change color on dark background
17031
17032 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17033
17034 * international/mule-cmds.el (set-locale-environment): On Mac OS,
17035 use preferences AppleLocale and AppleLanguages, and variable
17036 mac-system-locale for default locale. On Mac OS Classic, use
17037 mac-system-coding-system for default coding systems.
17038
17039 * term/mac-win.el: Don't set file-name-coding-system.
17040 Decode variables system-name, emacs-build-system, user-login-name, and
17041 user-full-name by mac-system-coding-system on Mac OS Classic.
17042 (mac-system-coding-system): New variable.
17043
17044 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
17045
17046 * startup.el (command-line): Handle `xterm-mouse-mode' before
17047 reading init file.
17048
17049 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
17050
17051 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17052
17053 * progmodes/sh-script.el (sh-here-document-word): Make it a
17054 defcustom. Doc fix.
17055 (sh-add): Bash uses $(( )) for arithmetic.
17056 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17057 (sh-maybe-here-document): Remove quotes and leading whitespace
17058 from heredoc word when closing. Indent heredoc with tabs if word
17059 starts with "-".
17060
17061 2005-04-13 Richard M. Stallman <rms@gnu.org>
17062
17063 * simple.el (undo): Fix previous change.
17064
17065 * custom.el (defface): Doc fix.
17066
17067 2005-04-13 Lute Kamstra <lute@gnu.org>
17068
17069 * Makefile.in (DONTCOMPILE): Remove list.
17070 (compile, compile-always): Don't use DONTCOMPILE.
17071 (update-authors): Load the library in which batch-update-authors
17072 is defined.
17073 * makefile.w32-in (DONTCOMPILE): Remove list.
17074 (compile, compile-always): Fix comments.
17075 (update-authors): Load the library in which batch-update-authors
17076 is defined.
17077
17078 * generic-x.el (generic-mode-ini-file-find-file-hook):
17079 Rename to ini-generic-mode-find-file-hook.
17080 Keep generic-mode-ini-file-find-file-hook as an alias.
17081 (ini-generic-mode-find-file-hook): Rename from
17082 generic-mode-ini-file-find-file-hook. Fix docstring.
17083 (ini-generic-mode): Docstring change.
17084 (bat-generic-mode-run-as-comint): Silence the byte compiler.
17085
17086 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17087 called from lisp.
17088
17089 * generic.el: Move to the emacs-lisp subdir.
17090
17091 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17092
17093 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17094 and C-S- function and cursor motion keys.
17095
17096 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
17097
17098 * startup.el (command-line): Enable Xterm Mouse mode by default.
17099 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
17100 for Custom. No longer show "Mouse" in mode line when enabled.
17101 Doc fix.
17102
17103 2005-04-12 Kim F. Storm <storm@cua.dk>
17104
17105 * emulation/cua-base.el (cua-rectangle-face)
17106 (cua-rectangle-noselect-face): Define face attributes here.
17107
17108 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17109
17110 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17111
17112 * startup.el (command-line): Turn off blinking cursor if
17113 cursorBlink in resources is off or false.
17114
17115 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17116
17117 * term/mac-win.el (dnd): Require dnd.
17118 (mac-drag-n-drop): Call dnd-handle-one-url.
17119 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17120 (kTextEncodingISOLatin2): Remove constants.
17121 (mac-script-code-coding-systems): New constant.
17122 (mac-handle-language-change): New function.
17123 (special-event-map): Bind it to `language-change' event.
17124 (mac-centraleurroman, mac-cyrillic): New coding systems.
17125 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
17126 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
17127 and mac-cyrillic-encoder to encode-mac-centraleurroman and
17128 encode-mac-cyrillic, respectively.
17129
17130 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17131
17132 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
17133 Don't set overlay-arrow-string to "=>" as this is done
17134 globally in C now.
17135
17136 2005-04-12 Lute Kamstra <lute@gnu.org>
17137
17138 * generic-x.el (rc-generic-mode, rul-generic-mode):
17139 Fix auto-mode-alist entries.
17140 (etc-fstab-generic-mode): Tweak fontification.
17141
17142 * generic.el (generic-make-keywords-list): Fix docstring.
17143 (generic-mode-internal): Simplify generic-font-lock-keywords.
17144
17145 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17146
17147 * whitespace.el (whitespace-buffer-leading)
17148 (whitespace-buffer-trailing): Revert the incorrect test inversion.
17149 However, fix the highlight area for the leading and
17150 trailing whitespaces to show space.
17151
17152 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17153
17154 * whitespace.el (whitespace-version): Bump to 3.5
17155
17156 (whitespace-buffer-leading, whitespace-buffer-trailing):
17157 Invert sense of the test to highlight the whitespace.
17158
17159 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17160
17161 * progmodes/gud.el (gud-display-line): GUD uses its own
17162 overlay arrow now so don't set overlay-arrow-string.
17163 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
17164
17165 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
17166
17167 * term.el (term-ansi-current-bold, term-ansi-current-underline)
17168 (term-ansi-current-reverse, term-ansi-current-invisible)
17169 (term-ansi-face-already-done): Change to boolean.
17170 (term-reset-terminal, term-handle-colors-array): Handle the above
17171 vars accordingly.
17172 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
17173 (term-emulate-terminal): Use the new name.
17174
17175 * faces.el (secondary-selection): Use yellow1, not yellow.
17176 (trailing-whitespace): Use red1, not red.
17177
17178 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17179
17180 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
17181 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
17182 (dired-dnd-handle-file): Call dnd-get-local-file-uri
17183
17184 * cus-edit.el (dnd): New group.
17185
17186 * term/w32-win.el (dnd): Require dnd
17187 (w32-drag-n-drop): Call dnd-handle-one-url.
17188
17189 * x-dnd.el: Require dnd.
17190 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
17191 Call dnd-handle-one-url.
17192 (x-dnd-types-alist, x-dnd-insert-utf8-text)
17193 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
17194 to dnd-insert-text.
17195 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
17196 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
17197 (x-dnd-get-local-file-name, x-dnd-open-local-file)
17198 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
17199
17200 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
17201
17202 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17203
17204 * wdired.el: Doc fixes.
17205 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
17206 (wdired-use-dired-vertical-movement): Rename from
17207 wdired-always-move-to-filename-beginning.
17208 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
17209 (wdired-change-to-wdired-mode): Change mode name.
17210 (wdired-newline): Delete.
17211
17212 2005-04-11 Richard M. Stallman <rms@gnu.org>
17213
17214 * whitespace.el (whitespace-highlight-the-space):
17215 Don't call whitespace-unhighlight-the-space here.
17216
17217 * simple.el (undo): Record t in undo-equiv-table
17218 for the redo record made by an undo-in-region.
17219
17220 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17221
17222 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
17223 (gdb-frame-inferior-io-buffer): New Functions to control
17224 display of separate IO buffer.
17225 (menu): Add them to menu-bar.
17226 (gdb-display-buffer): Check for buffer another frame.
17227 Protect GUD buffer.
17228 (gdb-setup-windows): Create IO buffer if not already there.
17229 (gdb-memory-mode): Remove purecopy noops.
17230
17231 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
17232
17233 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
17234 and pass to self-insert-command.
17235
17236 2005-04-11 Lute Kamstra <lute@gnu.org>
17237
17238 * generic.el: Commentary section cleanup.
17239 (generic): Delete.
17240 (generic-use-find-file-hook, generic-lines-to-scan)
17241 (generic-find-file-regexp, generic-ignore-files-regexp)
17242 (default-generic-mode, generic-mode-find-file-hook)
17243 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
17244 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
17245 (generic-use-find-file-hook, generic-lines-to-scan)
17246 (generic-find-file-regexp, generic-ignore-files-regexp)
17247 (default-generic-mode, generic-mode-find-file-hook)
17248 (generic-mode-ini-file-find-file-hook): Move from generic.el.
17249
17250 2005-04-10 Karl Fogel <kfogel@red-bean.com>
17251
17252 * bookmark.el (bookmark-write-file): Catch errors writing file.
17253 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
17254
17255 2005-04-10 Richard M. Stallman <rms@gnu.org>
17256
17257 * startup.el (fancy-splash-tail): Update copyright year.
17258 (command-line): Split part of -Q into -D.
17259 (emacs-basic-display): New defvar.
17260 (fancy-splash-text): Correct name of menu item.
17261
17262 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
17263
17264 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
17265 lines in one node.
17266
17267 * comint.el (comint-send-input): New arg ARTIFICIAL.
17268 Callers in this file changed.
17269
17270 * abbrev.el (define-abbrevs): Read system abbrevs properly.
17271
17272 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
17273
17274 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
17275
17276 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
17277 `ldap-search-internal'.
17278
17279 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17280
17281 * files.el (set-auto-mode-1): Use line-end-position.
17282
17283 * international/latin-1.el:
17284 * international/latin-2.el:
17285 * international/latin-3.el:
17286 * international/latin-4.el:
17287 * international/latin-5.el:
17288 * international/latin-8.el:
17289 * international/latin-9.el: Give punctuation syntax to NBSP.
17290
17291 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
17292 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
17293 Use char-classes to accept non-ascii letters, accepted in some recent
17294 bibtex implementations.
17295
17296 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
17297
17298 * custom.el (custom-set-minor-mode): Any non-nil value for the
17299 variable should enable the mode when set through Custom.
17300
17301 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17302
17303 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
17304 TAB binding so tab-always-indent is obeyed.
17305 (vhdl-minibuffer-local-map): Move initialization into declaration.
17306 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
17307 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
17308 (vhdl-hooked-abbrev): Avoid test for XEmacs.
17309 (vhdl-current-line): Use line-beginning-position.
17310 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
17311 with-output-to-temp-buffer, so the current position can be recorded.
17312
17313 2005-04-10 Masatake YAMATO <jet@gyve.org>
17314
17315 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17316 Add regexp for gcov.
17317
17318 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17319
17320 * calendar/time-date.el (time-to-seconds, seconds-to-time)
17321 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
17322 syntax which Emacs 20 doesn't support.
17323
17324 2005-04-09 Richard M. Stallman <rms@gnu.org>
17325
17326 * help.el (describe-key-briefly, describe-key):
17327 Replace strings as event types with "(any string)".
17328
17329 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17330
17331 * arc-mode.el (archive-mode-map): Move initialization into
17332 the declaration. Override *all* bindings of `undo'.
17333 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
17334
17335 2005-04-09 Jay Belanger <belanger@truman.edu>
17336
17337 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
17338
17339 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
17340
17341 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
17342 (xterm-register-default-colors): Update color values computation
17343 to match xterm-200.
17344
17345 2005-04-09 Kenichi Handa <handa@m17n.org>
17346
17347 * international/code-pages.el (iso-latin-7): Fix the map.
17348
17349 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
17350
17351 * emacs-lisp/lisp.el (defun-prompt-regexp)
17352 (parens-require-spaces, buffer-end, end-of-defun)
17353 (insert-parentheses): Doc fixes.
17354
17355 2005-04-08 Kim F. Storm <storm@cua.dk>
17356
17357 * comint.el (comint-highlight-prompt): Fix face spec.
17358 * hi-lock.el (hi-green): Likewise.
17359
17360 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17361
17362 * cus-edit.el (custom-modified-face):
17363 * comint.el (comint-highlight-input): Fix previous changes.
17364 * term.el (term-handle-ansi-escape): Add a comment.
17365
17366 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17367
17368 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
17369 in the buffer and in whitespace-highlighted-space.
17370 (whitespace-unhighlight-the-space): Simplify.
17371 (whitespace-buffer): Simplify.
17372
17373 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17374
17375 * textmodes/table.el (table-cell-face): Add special case for
17376 displays supporting a high number of colors.
17377 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17378 (vhdl-font-lock-reserved-words-face)
17379 (vhdl-speedbar-architecture-face)
17380 (vhdl-speedbar-instantiation-face)
17381 (vhdl-speedbar-architecture-selected-face)
17382 (vhdl-speedbar-instantiation-selected-face): Likewise.
17383 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
17384 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
17385 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17386 (ebrowse-root-class-face, ebrowse-member-attribute-face)
17387 (ebrowse-progress-face): Likewise.
17388 * progmodes/compile.el (compilation-info-face): Likewise.
17389 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
17390 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
17391 * calendar/calendar.el (diary-face): Likewise.
17392 * woman.el (woman-italic-face, woman-bold-face)
17393 (woman-unknown-face): Likewise.
17394 * wid-edit.el (widget-button-pressed-face): Likewise.
17395 * whitespace.el (whitespace-highlight-face): Likewise.
17396 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
17397 * pcvs-info.el (cvs-marked-face): Likewise.
17398 * info.el (info-xref): Likewise.
17399 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
17400 * hilit-chg.el (highlight-changes-face)
17401 (highlight-changes-delete-face): Likewise.
17402 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
17403 (hi-red-b): Likewise.
17404 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
17405 * font-lock.el (font-lock-keyword-face)
17406 (font-lock-function-name-face, font-lock-warning-face): Likewise.
17407 * cus-edit.el (custom-invalid-face, custom-modified-face)
17408 (custom-set-face, custom-changed-face, custom-variable-tag-face)
17409 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
17410 * comint.el (comint-highlight-prompt): Likewise.
17411
17412 2005-04-08 Lute Kamstra <lute@gnu.org>
17413
17414 * font-lock.el (font-lock-keywords): Docstring fixes.
17415
17416 2005-04-08 Kenichi Handa <handa@m17n.org>
17417
17418 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
17419 chars are more than a limit, print " and more..." at the tail.
17420
17421 2005-04-08 Kim F. Storm <storm@cua.dk>
17422
17423 * emacs-lisp/authors.el (authors-aliases): Update list.
17424 (authors-ignored-files): New list.
17425 (authors-fixed-entries): Fix typo.
17426 (authors-renamed-files-alist): Update list.
17427 (authors-add): Check authors-ignored-files.
17428
17429 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
17430
17431 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
17432 optional, to ensure backward compatibility.
17433
17434 2005-04-08 Stephen Eglen <stephen@gnu.org>
17435
17436 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
17437
17438 2005-04-08 Kim F. Storm <storm@cua.dk>
17439
17440 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
17441
17442 * mouse.el (mouse-on-link-p): Doc fix.
17443
17444 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
17445
17446 * ielm.el (ielm-prompt-read-only): Doc fix.
17447
17448 * comint.el (comint-prompt-read-only): Doc fix.
17449
17450 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
17451
17452 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
17453 ensure dired always handles wildcards passed to ffap.
17454 (find-file-at-point): Use it.
17455 (ffap-dired-wildcards): Doc fix.
17456
17457 2005-04-07 Juri Linkov <juri@jurta.org>
17458
17459 * simple.el (next-error-overlay-arrow-position): New defvar.
17460 Put "=>" on its property `overlay-arrow-string'. Add it to
17461 `overlay-arrow-variable-list'.
17462
17463 * progmodes/compile.el (compilation-setup):
17464 Set `next-error-overlay-arrow-position' to nil. Also set it to
17465 nil in the local hook `kill-buffer-hook'. Make local variable
17466 `overlay-arrow-string' and set it to "=>".
17467 (compilation-goto-locus): Set BOL position to
17468 `next-error-overlay-arrow-position' instead of
17469 `overlay-arrow-position'.
17470
17471 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
17472 locally instead of adding it to the global hook.
17473 (Info-kill-buffer): Move up.
17474
17475 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
17476
17477 * term/xterm.el (xterm-standard-colors): Update color values from
17478 xterm-200.
17479
17480 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
17481
17482 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
17483
17484 * fast-lock.el:
17485 * lazy-lock.el: Move them to the obsolete subdir.
17486
17487 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17488
17489 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
17490 (wdired-add-replace-advice): Remove.
17491 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
17492
17493 2005-04-06 Kim F. Storm <storm@cua.dk>
17494
17495 * startup.el (command-line): Add --bare-bones alias for -Q.
17496
17497 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17498
17499 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
17500 create the startup fontset if a font specification ends with
17501 `mac-roman'.
17502
17503 2005-04-06 Lute Kamstra <lute@gnu.org>
17504
17505 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
17506 change.
17507
17508 * emacs-lisp/copyright.el (copyright-update-year): Replace the
17509 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
17510
17511 2005-04-05 Lute Kamstra <lute@gnu.org>
17512
17513 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
17514 (define-generic-mode): Ditto. Fix debug declaration.
17515
17516 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17517 Put them in the generic-x group.
17518
17519 * calendar/timeclock.el (timeclock): Doc fix.
17520
17521 * generic.el (define-generic-mode): Don't use custom-current-group.
17522 Document default :group value.
17523 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
17524 (define-global-minor-mode): Don't use custom-current-group.
17525
17526 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
17527
17528 * startup.el (command-line-1): Display startup-echo-area-message
17529 when fancy splash screen is in use.
17530
17531 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
17532 (sh-escaped-newline): New face.
17533 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
17534 newline, and use sh-escaped-newline face.
17535
17536 * progmodes/tcl.el (tcl-escaped-newline): New face.
17537 (tcl-builtin-list): New variable.
17538 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
17539 newlines. Fix keywords subexpression number.
17540
17541 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
17542
17543 * textmodes/org.el (org-diary-default-entry): Fix call to
17544 `add-to-diary-entry'.
17545
17546 2005-04-05 Kim F. Storm <storm@cua.dk>
17547
17548 * ediff-init.el: Use (featurep 'xemacs).
17549
17550 2005-04-05 David Ponce <david@dponce.com>
17551
17552 * cus-edit.el (face): Derive from symbol widget. Display sample
17553 of the current face on the fly.
17554 (widget-face-sample-face-get, widget-face-notify): New functions.
17555 (widget-face-value-create): Remove.
17556
17557 * wid-edit.el (widget-field-end): Temporarily remove field
17558 narrowing before to call `get-char-property'.
17559
17560 2005-04-04 Jay Belanger <belanger@truman.edu>
17561
17562 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
17563 (math-read-subscripts): New variable.
17564 (math-read-preprocess-string): Process subscripts.
17565
17566 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
17567
17568 * comint.el (comint-prompt-read-only): Doc fix.
17569
17570 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
17571 `-1'. Doc fix.
17572
17573 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
17574
17575 * textmodes/org.el (org-insert-mode-line-in-empty-file):
17576 Change default value to nil.
17577
17578 2005-04-04 Lute Kamstra <lute@gnu.org>
17579
17580 * autorevert.el (auto-revert-mode): Specify :group.
17581 * battery.el (display-battery-mode): Specify :group.
17582 * diff-mode.el (diff-minor-mode): Specify :group.
17583 * font-core.el (font-lock-mode): Specify :group.
17584 * hl-line.el (hl-line-mode): Specify :group.
17585 * iimage.el (iimage): New customization group.
17586 (iimage-mode): Specify :group.
17587 * longlines.el (longlines-mode): Specify :group.
17588 * master.el: Don't require easy-mmode.
17589 (master): New customization group.
17590 (master-mode): Specify :group.
17591 * msb.el (msb-mode): Specify :group.
17592 * reveal.el (reveal-mode): Specify :group.
17593 * simple.el (next-error-follow-minor-mode): Specify :group.
17594 * smerge-mode.el (smerge-mode): Specify :group.
17595 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
17596 * emulation/cua-base.el (cua-mode): Specify :group.
17597 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
17598 * language/thai-util.el (thai-auto-composition-mode)
17599 (thai-word-mode): Specify :group.
17600 * mail/supercite.el (sc-minor-mode): Specify :group.
17601 * progmodes/cwarn.el (cwarn-mode): Specify :group.
17602 * progmodes/flymake.el (flymake-mode): Specify :group.
17603 * progmodes/glasses.el (glasses-mode): Specify :group.
17604 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
17605 * textmodes/enriched.el (enriched-mode): Specify :group.
17606 * textmodes/refill.el (refill-mode): Specify :group.
17607
17608 * add-log.el (change-log-font-lock-keywords): Names in
17609 parenthesized lists can contain spaces.
17610
17611 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
17612
17613 * startup.el (fancy-splash-text): Shorten default text of
17614 "Emacs Tutorial" line. Also, if the current language env
17615 indicates an available tutorial file other than TUTORIAL,
17616 extract its title and append it to the line in parentheses.
17617 (fancy-splash-insert): If arg is a thunk, funcall it.
17618
17619 2005-04-04 Jay Belanger <belanger@truman.edu>
17620
17621 * calc.el (calc-language-alist): Add tags to customization type.
17622
17623 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
17624
17625 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
17626 Doc fix.
17627
17628 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
17629
17630 * add-log.el (change-log-font-lock-keywords): The manual
17631 describing a Change Log entry, says: (...) "Aside from these
17632 header lines, every line in the change log starts with a space or
17633 a tab.". The font-lock was not highlighting lines started with
17634 spaces, added support for it.
17635
17636 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17637
17638 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
17639 (bibtex-generate-url-list): Update docstring accordingly. Put the
17640 complex example in the docstring.
17641 (bibtex-font-lock-url): Use pop.
17642
17643 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17644
17645 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
17646
17647 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
17648
17649 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
17650
17651 * filesets.el (filesets-set-default): Doc fix.
17652
17653 2005-04-03 Lute Kamstra <lute@gnu.org>
17654
17655 * generic.el (define-generic-mode): Add argument to specify
17656 keywords for defcustom.
17657 (default-generic-mode): Specify :group.
17658
17659 * generic-x.el: Specify :group for all generic modes.
17660
17661 * desktop.el (desktop-no-desktop-file-hook)
17662 (desktop-after-read-hook): Doc fix.
17663
17664 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
17665
17666 * simple.el (visible-mode): Use explicit :group keyword.
17667 This changes the group of `visible-mode-hook' from paren-blinking
17668 to editing-basics.
17669
17670 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
17671
17672 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
17673 mailbox specifications as well as URLs.
17674 (rmail-insert-inbox-text): Remove unused conditional branches.
17675
17676 2005-04-01 Jay Belanger <belanger@truman.edu>
17677
17678 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
17679 (calc-gnuplot-print-command): Move definitions to calc.el.
17680
17681 * calc/calc-embed.el (calc-embedded-announce-formula)
17682 (calc-embedded-open-formula, calc-embedded-close-formula)
17683 (calc-embedded-open-word, calc-embedded-close-word)
17684 (calc-embedded-open-plain, calc-embedded-close-plain)
17685 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
17686 (calc-embedded-open-mode, calc-embedded-close-mode):
17687 Move definitions to calc.el.
17688
17689 * calc/calc.el (calc-settings-file, calc-language-alist):
17690 Make customizable.
17691 (calc-embedded-announce-formula, calc-embedded-open-formula)
17692 (calc-embedded-close-formula, calc-embedded-open-word)
17693 (calc-embedded-close-word, calc-embedded-open-plain)
17694 (calc-embedded-close-plain, calc-embedded-open-new-formula)
17695 (calc-embedded-close-new-formula, calc-embedded-open-mode)
17696 (calc-embedded-close-mode, calc-gnuplot-name)
17697 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
17698 from other files and make customizable.
17699
17700 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17701
17702 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
17703 Use buffer-live-p.
17704 (cvs-mode-run): Don't call cvs-update-header here.
17705 (cvs-run-process): Call cvs-update-header.
17706 Use process properties for cvs-postprocess and cvs-buffer so that
17707 the sentinel can behave better if the temp buffer is killed.
17708 Use a pipe rather than a tty, to better handle unexpected prompts.
17709 (cvs-sentinel): Rewrite. Call cvs-update-header.
17710
17711 2005-04-01 Andre Spiegel <spiegel@gnu.org>
17712
17713 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
17714 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
17715
17716 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
17717
17718 * generic.el (define-generic-mode): Add indentation rule.
17719
17720 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
17721
17722 * files.el (mode-require-final-newline): Make Custom correctly
17723 report a nil value and allow to set it to nil via Custom.
17724 Doc fix.
17725
17726 2005-04-01 Kenichi Handa <handa@m17n.org>
17727
17728 * international/characters.el: Enable the correct case setting for
17729 dotless-i and dotted-I.
17730
17731 2005-04-01 Kim F. Storm <storm@cua.dk>
17732
17733 * ido.el (ido-file-internal): Fall back to non-ido command if
17734 initial directory is on slow ftp (or tramp) host.
17735
17736 2005-03-31 Richard M. Stallman <rms@gnu.org>
17737
17738 * emacs-lisp/autoload.el (make-autoload):
17739 Handle define-global-minor-mode.
17740
17741 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17742 Rename from easy-mmode-define-global-mode.
17743 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
17744
17745 * progmodes/scheme.el (scheme-mode-syntax-table):
17746 Update syntax of | and # for two-character comment syntax.
17747
17748 2005-03-31 Lute Kamstra <lute@gnu.org>
17749
17750 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
17751 (define-minor-mode): Call custom-current-group at load-time.
17752
17753 * generic.el (define-generic-mode): Add debug declaration.
17754 Add defcustom for the mode hook.
17755 (generic-mode-internal): Use run-mode-hooks.
17756
17757 2005-03-31 Kim F. Storm <storm@cua.dk>
17758
17759 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
17760 (mouse-fixup-help-message): New defun called by show_help_echo
17761 to fixup mouse-2 prefix in help messages when applicable.
17762
17763 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
17764
17765 2005-03-31 Kenichi Handa <handa@m17n.org>
17766
17767 * language/thai-word.el (thai-find-word-ends): Pay attention to
17768 the case that we reach the end of buffer.
17769
17770 * textmodes/fill.el (fill-text-properties-at): New function.
17771 (fill-newline): Use fill-text-properties-at instead of
17772 text-properties-at.
17773
17774 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
17775
17776 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
17777 not comint-quote-filename.
17778
17779 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
17780
17781 * help-fns.el (help-with-tutorial): Revert last change.
17782
17783 2005-03-31 Kim F. Storm <storm@cua.dk>
17784
17785 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
17786
17787 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
17788
17789 * calendar/cal-china.el: Update reference to "Calendrical
17790 Calculations" book; there's a new edition.
17791 * calendar/cal-coptic.el: Likewise.
17792 * calendar/cal-french.el: Likewise.
17793 * calendar/cal-hebrew.el: Likewise.
17794 * calendar/cal-islam.el: Likewise.
17795 * calendar/cal-iso.el: Likewise.
17796 * calendar/cal-julian.el: Likewise.
17797 * calendar/cal-mayan.el: Likewise.
17798 * calendar/cal-persia.el: Likewise.
17799 * calendar/calendar.el: Likewise.
17800 * calendar/holidays.el: Likewise.
17801 * calendar/lunar.el: Likewise.
17802 * calendar/solar.el: Likewise.
17803
17804 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
17805 white space from doc string.
17806
17807 2005-03-30 Jay Belanger <belanger@truman.edu>
17808
17809 * calc/calc-help.el (calc-full-help): Remove email address.
17810
17811 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
17812
17813 * help-fns.el (help-with-tutorial): Delete title line.
17814
17815 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17816
17817 * calendar/cal-x.el (calendar-one-frame-setup)
17818 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
17819 rather than `symbol' for set-window-dedicated-p.
17820
17821 * calendar/appt.el (appt-buffer-name): Make it a constant.
17822 (appt-add): Doc fix.
17823
17824 * filesets.el (filesets-menu-path, filesets-menu-before)
17825 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
17826 (filesets-menu-cache-file): Use directory ~/.emacs.d.
17827 (filesets-add-submenu): Delete and use add-submenu instead.
17828
17829 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
17830
17831 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
17832 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
17833 (org-diary-default-entry): New function.
17834 (org-get-entries-from-diary): Better parsing of diary entries.
17835 (org-agenda-check-no-diary): New function.
17836 ("diary-lib"): Advice to function `add-to-diary-list', to allow
17837 linking to diary entries.
17838 (org-agenda-execute-calendar-command): New function.
17839 (org-agenda): Improve visible section in window.
17840 Use `org-fit-agenda-window'.
17841 (org-fit-agenda-window): New option.
17842 (org-move-subtree-down): Better handling of empty lines
17843 at end of subtree.
17844 (org-cycle): Numeric prefix is interpreted now as show-subtree N
17845 levels up.
17846 (org-fontify-done-headline): New option.
17847 (org-headline-done-face): New face.
17848 (org-set-font-lock-defaults): Use `org-headline-done-face'.
17849 (org-table-copy-down): Rename from `org-table-copy-from-above'.
17850 When current field is non-empty, it is copied to next row.
17851 (org-table-copy-from-above): Fix bug which made it
17852 impossible to copy fields containing only a single non-white character.
17853
17854 2005-03-30 Kim F. Storm <storm@cua.dk>
17855
17856 * kmacro.el (kmacro-end-macro): Isearch may store this command
17857 into the macro -- so ignore it when executing keyboard macro.
17858
17859 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
17860
17861 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
17862
17863 2005-03-29 Kenichi Handa <handa@m17n.org>
17864
17865 * language/thai.el ("Thai"): Set setup-function and exit-function
17866 for Thai language environment.
17867
17868 * language/thai-util.el: Require thai-word.
17869 (thai-word-mode-map): New variable.
17870 (thai-word-mode): New minor mode.
17871 (setup-thai-language-environment-internal): New function.
17872 (exit-thai-language-environment-internal): New function.
17873
17874 * language/thai-word.el (thai-word-table): Declare it by defvar,
17875 use dolist to initialize it.
17876 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
17877 (thai-fill-find-break-point): New functions.
17878
17879 2005-03-29 Richard M. Stallman <rms@gnu.org>
17880
17881 * simple.el (idle-update-delay): Move definition up.
17882 (set-mark): Doc fix.
17883
17884 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
17885
17886 * longlines.el: New file.
17887
17888 * simple.el (buffer-substring-filters): New variable.
17889 (filter-buffer-substring): New function.
17890 (kill-region, copy-region-as-kill): Use it.
17891
17892 * register.el (copy-to-register, append-to-register)
17893 (prepend-to-register): Use filter-buffer-substring.
17894
17895 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
17896
17897 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
17898 (gud-filter-pending-text): Move in front of gdb.
17899 (gud-overlay-arrow-position): New variable.
17900 (gud-sentinel, gud-display-line): Use it in place of
17901 overlay-arrow-position.
17902
17903 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
17904
17905 * progmodes/fortran.el (fortran-if-indent): Doc fix.
17906 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
17907 (fortran-font-lock-keywords-4): New variable.
17908 (fortran-blocks-re, fortran-end-block-re)
17909 (fortran-start-block-re): New constants, for hideshow.
17910 (hs-special-modes-alist): Add a Fortran entry.
17911 (fortran-mode-map): Bind fortran-end-of-block,
17912 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
17913 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
17914 (fortran-looking-at-if-then, fortran-end-of-block)
17915 (fortran-beginning-of-block): New functions, for hideshow.
17916
17917 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17918 Doc fix. Tweak regexp.
17919 (f90-beginning-of-block): Push mark first.
17920
17921 2005-03-29 Jay Belanger <belanger@truman.edu>
17922
17923 * calc/calc.el: Update copyright date.
17924 (calc-version): Increase to 2.1.
17925 (calc-version-date): Remove.
17926
17927 * calc/calc-help.el: Update copyright date.
17928 (calc-full-help): Remove reference to calc-version-date.
17929 Update copyright date.
17930
17931 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17932
17933 * vc.el (vc-do-command): Use a pipe for async processes, so password
17934 prompts don't show up at places where the user can't reply.
17935
17936 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
17937
17938 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
17939 on the file name we pass to the inferior shell.
17940
17941 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
17942
17943 * progmodes/which-func.el (which-function): Be robust in the face of an
17944 imenu--make-index-alist failure.
17945
17946 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17947
17948 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
17949
17950 * progmodes/python.el (python-preoutput-filter): Fix last change.
17951
17952 2005-03-29 Lute Kamstra <lute@gnu.org>
17953
17954 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
17955 functions and compiled macros.
17956 (debug-convert-byte-code): Handle macros too.
17957 (debug-on-entry-1): Don't signal an error when trying to clear a
17958 function that is not set to debug on entry.
17959
17960 2005-03-29 Jay Belanger <belanger@truman.edu>
17961
17962 * calc/calc-lang.el: Add functions to math-function-table
17963 properties of tex and math.
17964
17965 2005-03-29 Kenichi Handa <handa@m17n.org>
17966
17967 * ps-mule.el (ps-mule-plot-string): Translate characters by
17968 ps-print-translation-table.
17969 (ps-mule-begin-job): Call find-charset-region/string with
17970 ps-print-translation-table.
17971 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
17972
17973 * ps-print.el (ps-print-translation-table): New variable.
17974 (ps-plot-region): Translate characters by ps-print-translation-table.
17975
17976 2005-03-29 Juri Linkov <juri@jurta.org>
17977
17978 * simple.el (next-error-highlight-timer): New variable.
17979
17980 * progmodes/compile.el (compilation-goto-locus):
17981 Use `next-error-highlight-timer' instead of `sit-for'.
17982
17983 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17984
17985 * mail/supercite.el (sc-mail-field): Use assoc-string.
17986 (sc-get-address): Simplify regexps.
17987
17988 * files.el (minibuffer-with-setup-hook): New macro.
17989 (find-file-read-args): Use it to avoid let-binding
17990 minibuffer-with-setup-hook (which breaks turning on/off
17991 file-name-shadow-mode while in the prompt).
17992
17993 * complete.el (PC-read-include-file-name-internal):
17994 Use test-completion.
17995
17996 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
17997
17998 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
17999
18000 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18001
18002 * window.el (window-buffer-height): Use count-screen-lines.
18003
18004 * progmodes/python.el (python-preoutput-leftover): New var.
18005 (python-preoutput-filter): Use it.
18006 (python-send-receive): Loop until all the result has been received.
18007
18008 2005-03-28 Juri Linkov <juri@jurta.org>
18009
18010 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
18011
18012 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
18013 "Recover Crashed Session".
18014 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
18015 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
18016 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
18017 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
18018 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
18019 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
18020 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
18021 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
18022
18023 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
18024 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
18025 Ediff Sessions", "Toggle use of separate control buffer frame",
18026 "Use separate frame for Ediff control buffer".
18027
18028 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
18029 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
18030 "Rename Bookmark", "Delete Bookmark".
18031
18032 * info.el (Info-mode-menu): Remove ellipsis from "Index".
18033 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
18034 Add `:active Info-index-alternatives' to "Next Matching Item".
18035
18036 * wdired.el (wdired-change-to-wdired-mode):
18037 Mention `wdired-abort-changes' key in the initial message.
18038
18039 * international/mule.el (auto-coding-alist): Associate non-ascii
18040 image filename extensions with `no-conversion'.
18041
18042 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18043
18044 * international/iso-acc.el:
18045 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18046
18047 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
18048
18049 * textmodes/sgml-mode.el (html-mode): Doc update.
18050
18051 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18052
18053 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
18054
18055 * term.el (term-move-columns): Fix face after extending a line.
18056 (term-insert-spaces): Likewise.
18057 (term-reset-terminal): Fix off by one error.
18058
18059 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18060
18061 * international/mule.el (auto-coding-alist): Add .xpi files.
18062
18063 * files.el (auto-mode-alist): Add .xpi files.
18064
18065 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
18066
18067 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18068
18069 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18070
18071 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18072
18073 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
18074
18075 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18076 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
18077
18078 * calendar/cal-move.el (calendar-beginning-of-year): Move the
18079 cursor to Jan 1 when needed.
18080 (calendar-end-of-year): Fix -/+ typo.
18081 Reported by Chong Yidong <cyd@stupidchicken.com>.
18082
18083 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18084
18085 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18086
18087 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18088 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
18089
18090 2005-03-25 Richard M. Stallman <rms@gnu.org>
18091
18092 * filesets.el (filesets-init): Add autoload.
18093
18094 * mail/mailalias.el (mail-directory): Doc fix.
18095
18096 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18097
18098 * mail/mailalias.el (mail-directory-process): Do nothing if
18099 mail-directory-process is an atom.
18100 (mail-get-names): Ignore mail-directory-names if it is an atom.
18101 (mail-directory-process defvar): Doc fix.
18102 (mail-names): Doc fix.
18103
18104 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
18105
18106 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18107
18108 2005-03-26 Kenichi Handa <handa@m17n.org>
18109
18110 * international/mule-util.el (detect-coding-with-priority):
18111 Call update-coding-systems-internal before detect-coding-region.
18112
18113 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
18114
18115 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18116 (gdb-frames-mode-map): Add follow-link property.
18117
18118 2005-03-25 Jay Belanger <belanger@truman.edu>
18119
18120 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
18121 for variables.
18122
18123 2005-03-25 Juri Linkov <juri@jurta.org>
18124
18125 * image-mode.el: Optimize image filename extension regexps in
18126 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
18127 in `auto-mode-alist'.
18128 (image-mode): Add `image-toggle-display-text' to local hook
18129 `change-major-mode-hook'. Display the image as an image by
18130 default. Set `cursor-type' and `truncate-lines' if the image
18131 is already displayed. Take into account the current mode (image
18132 or text) in message.
18133 (image-minor-mode): New minor mode.
18134 (image-mode-maybe, image-toggle-display-text): New functions.
18135 (image-toggle-display): Use called-interactively-p.
18136 Let-bind `inhibit-read-only' to t.
18137
18138 * image-mode.el (image-minor-mode): Set `cursor-type' and
18139 `truncate-lines' if the image is already displayed. Add turning
18140 image-minor-mode off to `change-major-mode-hook'. Add message.
18141 Call `image-toggle-display-text' after turning image-minor-mode off.
18142
18143 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18144
18145 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
18146 Terminal.app, use utf-8.
18147 (set-display-table-and-terminal-coding-system): Add coding-system arg.
18148 (set-locale-environment): Use it.
18149
18150 * term/xterm.el: Undo last change, better done in mule-cmds.el.
18151
18152 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
18153
18154 * progmodes/python.el (python-close-block-statement-p)
18155 (python-outdent-p, python-current-defun): Use symbol-end.
18156
18157 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
18158
18159 * files.el (save-some-buffers): Doc fix.
18160
18161 2005-03-25 Werner Lemberg <wl@gnu.org>
18162
18163 * complete.el, thumbs.el: Replace `legal' with `valid'.
18164 * calendar/calendar.el: Replace `legal' with `valid'.
18165 * emacs-lisp/advice.el: Replace `legal' with `valid'.
18166 * mail/supercite.el: Replace `legal' with `valid'.
18167 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
18168 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
18169 Replace `legal' with `valid'.
18170 * textmodes/reftex-vars.el, textmodes/reftex.el:
18171 Replace `legal' with `valid'.
18172
18173 2005-03-25 Werner Lemberg <wl@gnu.org>
18174
18175 * calc/calc-forms.el, calc/calc-sel.el
18176 * midnight.el, vc-cvs.el
18177 * emacs-lisp/cl-macs.el
18178 * emulation/vip.el
18179 * eshell/esh-io.el, eshell/esh-var.el
18180 * mail/supercite.el
18181 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
18182 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
18183 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
18184 * progmodes/sh-script.el, progmodes/xscheme.el
18185 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
18186 * textmodes/reftex-index.el, textmodes/reftex-parse.el
18187 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
18188 * textmodes/reftex.el, textmodes/org.el:
18189 Replace `illegal' with `invalid'.
18190
18191 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18192
18193 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
18194 (flymake-find-buildfile, flymake-find-possible-master-files)
18195 (flymake-check-include, flymake-parse-line): Replace loops over the
18196 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
18197
18198 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
18199 Substitute file-name-as-directory in the rest of the file.
18200 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
18201 (flymake-replace-region): Remove unused arg `buffer'.
18202 (flymake-check-patch-master-file-buffer): Update calls to it.
18203 (flymake-add-err-info): Remove unused var `count'.
18204 (flymake-mode): Use define-minor-mode.
18205
18206 * progmodes/flymake.el: Use with-current-buffer.
18207 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
18208 flymake-replace-regexp-in-string, flymake-line-beginning-position)
18209 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
18210 Avoid testing for `xemacs'.
18211 (flymake-nop): Move.
18212 (flymake-region-has-flymake-overlays): Return the computed value.
18213 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
18214 Remove unused var `endline'.
18215 (flymake-get-line-count): Remove unused function.
18216 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
18217
18218 * emulation/vi.el:
18219 * generic.el:
18220 * hilit-chg.el (global-highlight-changes):
18221 * hi-lock.el (hi-lock-mode):
18222 * follow.el: find-file-hooks -> find-file-hook.
18223
18224 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
18225
18226 2005-03-24 Juri Linkov <juri@jurta.org>
18227
18228 * dired.el (dired-mode-map): Add menu item "Compare directories"
18229 for dired-compare-directories.
18230
18231 * dired-aux.el (dired-compare-directories): Add autoload cookie.
18232 Doc fix. Replace `read-file-name' with `read-directory-name'.
18233
18234 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18235
18236 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
18237
18238 2005-03-24 Jay Belanger <belanger@truman.edu>
18239
18240 * calc/calc-embed.el (calc-embedded-mode-change): Save all
18241 relevant mode settings in calc-embedded-original-modes when modes
18242 are permanently changed.
18243
18244 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18245
18246 * autoinsert.el: find-file-hooks -> find-file-hook.
18247
18248 2005-03-24 Lute Kamstra <lute@gnu.org>
18249
18250 * generic.el (generic-font-lock-defaults): Make it obsolete.
18251 (generic-font-lock-keywords): New variable to replace
18252 generic-font-lock-defaults.
18253 (generic-mode-set-font-lock): Delete it.
18254 (generic-mode-internal): Don't call generic-mode-set-font-lock.
18255 (generic-bracket-support): Add docstring.
18256
18257 * generic-x.el: Rename generic-font-lock-defaults to
18258 generic-font-lock-keywords throughout.
18259 (mailagent-rules-setup-function): Delete it.
18260 (mailagent-rules-generic-mode): Use anonymous function instead.
18261 (show-tabs-generic-mode-font-lock-defaults-1)
18262 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
18263 Quote faces.
18264 (show-tabs-tab-face, show-tabs-space-face): Specify background,
18265 not foreground.
18266
18267 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
18268 Recognize define-generic-mode.
18269
18270 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
18271
18272 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
18273 if there's no completion table.
18274
18275 2005-03-23 Miles Bader <miles@gnu.org>
18276
18277 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18278 Remove tty-specific variants, as they're no longer needed.
18279
18280 2005-03-23 Lute Kamstra <lute@gnu.org>
18281
18282 * generic-x.el: Code cleanup: make args constant whenever possible.
18283 (installshield-statement-keyword-list)
18284 (installshield-system-functions-list)
18285 (installshield-system-variables-list, installshield-types-list)
18286 (installshield-funarg-constants-list): Make them constants.
18287
18288 * generic.el (generic-make-keywords-list): Add autoload cookie.
18289
18290 * calendar/time-date.el: Add comment on time value formats.
18291 Don't require parse-time.
18292 (with-decoded-time-value): New macro.
18293 (encode-time-value): New function.
18294 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18295 (days-to-time): Return a valid time value when arg is huge.
18296 (time-since): Use time-subtract.
18297 (time-to-number-of-days): Use time-to-seconds.
18298
18299 2005-03-23 David Ponce <david@dponce.com>
18300
18301 * recentf.el (recentf-keep): New option.
18302 (recentf-menu-action): Default to `find-file'.
18303 (recentf-keep-non-readable-files-flag)
18304 (recentf-keep-non-readable-files-p)
18305 (recentf-file-readable-p, recentf-find-file)
18306 (recentf-cleanup-remote): Remove.
18307 (recentf-include-p): More robust.
18308 (recentf-keep-p): New function.
18309 (recentf-remove-if-non-kept): Rename from
18310 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
18311 All callers updated.
18312 (recentf-menu-items-for-commands): Fix help string.
18313 (recentf-track-closed-file): Update. Doc fix.
18314 (recentf-cleanup): Update. Count removed files. Doc fix.
18315
18316 2005-03-23 Kim F. Storm <storm@cua.dk>
18317
18318 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18319 Don't inherit from fringe face (now happens automatically).
18320
18321 2005-03-22 Kim F. Storm <storm@cua.dk>
18322
18323 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
18324 position values.
18325
18326 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18327
18328 * menu-bar.el (showhide-date-time): Remove.
18329 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
18330 (menu-bar-make-mm-toggle): Simplify.
18331
18332 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18333
18334 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
18335 Accept qualified variable and function names.
18336
18337 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
18338
18339 * bindings.el (completion-ignored-extensions):
18340 Remove ".lis" for `vax-vms'.
18341
18342 2005-03-22 Andreas Schwab <schwab@suse.de>
18343
18344 * generic-x.el: Revert last change.
18345 * ldefs-boot.el: Update.
18346
18347 2005-03-22 Jay Belanger <belanger@truman.edu>
18348
18349 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
18350 (calc-embedded-save-original-modes)
18351 (calc-embedded-restore-original-modes): New functions.
18352 (calc-do-embedded): Save original modes when entering embedded mode
18353 and restore when leaving embedded mode.
18354 (calc-embedded-modes-change): Change the value of
18355 calc-embedded-original-modes to reflect permanent changes.
18356
18357 2005-03-22 Lute Kamstra <lute@gnu.org>
18358
18359 * generic-x.el: Require generic again.
18360
18361 2005-03-22 Miles Bader <miles@gnu.org>
18362
18363 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18364 Tweak details to look good on both ttys and bitmap displays, light
18365 or dark background, etc.
18366
18367 2005-03-21 Kim F. Storm <storm@cua.dk>
18368
18369 * tooltip.el (tooltip-show-help-function): Check car and cdr of
18370 mouse position.
18371
18372 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18373
18374 * icomplete.el: Don't forcibly turn on the mode upon load.
18375 (icomplete-mode): Use define-minor-mode.
18376 (icomplete-eoinput): Default to nil.
18377 (icomplete-minibuffer-setup): Remove autoload.
18378 (icomplete-tidy): Simplify.
18379 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
18380 in the initial state or if the user has modified the field.
18381 Fix handling of icomplete-max-delay-chars.
18382 Remove code that handles the oddball case where
18383 minibuffer-completion-table is an integer.
18384 Wrap icomplete-completions in while-no-input in case building
18385 completions takes more time than expected.
18386 (icomplete-completions): Simplify.
18387
18388 2005-03-21 Richard M. Stallman <rms@gnu.org>
18389
18390 * jka-compr.el (jka-compr-really-do-compress):
18391 Make variable buffer-local.
18392
18393 * image-mode.el: Handle .xpm files too.
18394 (image-toggle-display): Preserve modification flag.
18395
18396 * help.el (where-is): Don't mention aliases with no key bindings.
18397
18398 2005-03-21 Lute Kamstra <lute@gnu.org>
18399
18400 * generic.el: Fix commentary section. Don't require cl for
18401 compilation.
18402 (generic-mode-list): Add autoload cookie.
18403 (generic-use-find-file-hook, generic-lines-to-scan)
18404 (generic-find-file-regexp, generic-ignore-files-regexp)
18405 (generic-mode, generic-mode-find-file-hook)
18406 (generic-mode-ini-file-find-file-hook): Fix docstrings.
18407 (define-generic-mode): Make it a defmacro. Fix docstring.
18408 (generic-mode-internal): Code cleanup. Add autoload cookie.
18409 (generic-mode-set-comments): Code cleanup.
18410 * generic-x.el: Don't prevent compilation. Don't require generic.
18411 Follow coding conventions. Minor code cleanup.
18412 (etc-fstab-generic-mode): Add some keywords.
18413 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
18414 define-generic-mode like a function declaration.
18415
18416 2005-03-21 Jay Belanger <belanger@truman.edu>
18417
18418 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
18419 changing modes.
18420
18421 2005-03-21 Sam Steingold <sds@gnu.org>
18422
18423 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
18424
18425 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
18426
18427 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
18428 Add underscore to "f$ lexicals" regexp.
18429
18430 2005-03-20 Juri Linkov <juri@jurta.org>
18431
18432 * subr.el (progress-reporter-do-update): When `min-value' is equal
18433 to `max-value', set `percentage' to 0 and prevent division by zero.
18434
18435 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
18436
18437 Sync with Tramp 2.0.48.
18438
18439 * net/tramp.el (all): Change all addresses to .gnu.org.
18440 (tramp-append-tramp-buffers): New defun.
18441 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
18442 Catch `dont-send' signal.
18443 (tramp-set-auto-save-file-modes): Set always permissions, because
18444 there might be an old auto-saved file belonging to another
18445 original file. This could be a security threat. Reported by
18446 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
18447 Check for Emacs 21.3.50 removed.
18448
18449 * net/tramp-smb.el (all): Remove debug construct for
18450 `with-parsed-tramp-file-name'.
18451 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
18452 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
18453 No error message if DIRECTORY or FILENAME doesn't exist.
18454 (tramp-smb-open-connection): Check existence of
18455 `tramp-smb-program'.
18456
18457 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18458
18459 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
18460 Properly handle the case where the `m' or `s' command's argument is not
18461 yet terminated.
18462 (perl-indent-new-calculate): New function.
18463 (perl-indent-line): Use it.
18464
18465 2005-03-20 Miles Bader <miles@gnu.org>
18466
18467 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
18468 in text-mode too. Change to new face names.
18469 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
18470 Add `:weight bold' attribute.
18471 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
18472
18473 2005-03-19 Juri Linkov <juri@jurta.org>
18474
18475 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
18476
18477 * international/mule.el (auto-coding-alist): Sync with
18478 `auto-mode-alist' by adding upper case archive file extensions
18479 and adding ear/war to jar extension.
18480
18481 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
18482
18483 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
18484 running, restart it.
18485
18486 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
18487
18488 * finder.el (finder-current-item): Throw an error on an empty line.
18489
18490 * man.el (Man-follow-manual-reference): If current-word returns
18491 nil, use "".
18492
18493 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
18494
18495 * simple.el (goto-line): Doc fix.
18496
18497 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
18498
18499 * files.el (save-buffer): Doc fix.
18500
18501 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
18502
18503 * recentf.el (recentf-cleanup-remote): New variable.
18504 (recentf-cleanup): Use it to conditionally check availability of
18505 remote files.
18506
18507 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
18508
18509 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
18510 function names.
18511
18512 2005-03-19 Eli Zaretskii <eliz@gnu.org>
18513
18514 * language/thai-word.el: New file.
18515
18516 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18517
18518 * files.el (backup-buffer): If the file's directory is not
18519 writable, use copy instead of move to backup the file.
18520
18521 2005-03-19 Eli Zaretskii <eliz@gnu.org>
18522
18523 * obsolete/keyswap.el: Moved to obsolete/ from term/.
18524
18525 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18526
18527 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
18528 Use functionp instead of symbolp and fboundp. Reported by Drkm
18529 <darkman_spam@yahoo.fr>.
18530 (ps-print-version): New version 6.6.6.
18531
18532 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
18533
18534 * textmodes/table.el (table--line-column-position): New idiom.
18535 (table--row-column-insertion-point-p): New function to test
18536 validity of row and column insertion operation at a location.
18537 (table-global-menu, table-cell-menu): Use above functions for
18538 deterministic test operation.
18539 (table--editable-cell-p): Behave in deterministic fashion.
18540
18541 2005-03-18 Juri Linkov <juri@jurta.org>
18542
18543 * isearch.el (isearch-lazy-highlight-new-loop):
18544 Make arguments beg and end optional.
18545 (isearch-update): Remove optional arguments nil from
18546 isearch-lazy-highlight-new-loop.
18547 (isearch-lazy-highlight-search): Let-bind case-fold-search to
18548 isearch-lazy-highlight-case-fold-search instead of
18549 isearch-case-fold-search, and let-bind isearch-regexp to
18550 isearch-lazy-highlight-regexp.
18551 Use isearch-lazy-highlight-last-string instead of isearch-string.
18552
18553 * replace.el (perform-replace): Remove bindings of global
18554 variables isearch-string, isearch-regexp, isearch-case-fold-search.
18555 Add three new arguments to `replace-highlight'.
18556 (replace-highlight): Add arguments string, regexp, case-fold.
18557 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
18558 to allow isearch-lazy-highlight-new-loop to use these values
18559 to set corresponding isearch-lazy-highlight-* internal
18560 variables whose values lazy highlighting will use regardless of
18561 changes to global variables isearch-string, isearch-regexp,
18562 isearch-case-fold-search during lazy highlighting loop.
18563 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
18564 to `lazy-highlight-cleanup'.
18565
18566 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
18567 (ispell-highlight-face): Set default face to `isearch' when
18568 lazy highlighting is enabled.
18569 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
18570 priority to 1. Add lazy highlighting.
18571 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
18572 from `isearch-dehighlight'.
18573
18574 2005-03-18 David Ponce <david@dponce.com>
18575
18576 * files.el (hack-local-variables): Do a case-insensitive search
18577 for End.
18578
18579 2005-03-18 Juri Linkov <juri@jurta.org>
18580
18581 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
18582 `isearch-lazy-highlight-cleanup', add alias to old name and
18583 declare obsolete. Add release numbers to other obsolete vars.
18584 (isearch-done, isearch-lazy-highlight-new-loop):
18585 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
18586 (lazy-highlight-cleanup) <variable>: Doc fix.
18587 (isearch-lazy-highlight-update): Rename obsolete
18588 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
18589
18590 2005-03-18 Kenichi Handa <handa@m17n.org>
18591
18592 * language/thai-util.el: Fix categorization of Thai characters in
18593 thai-category-table.
18594 (thai-composition-pattern): Adjust it for the above change.
18595 (thai-self-insert-command, thai-compose-syllable): New functions.
18596 (thai-compose-region): Use thai-compose-syllable.
18597 (thai-compose-string): Likewise.
18598 (thai-composition-function): Likewise.
18599 (thai-auto-composition): New function.
18600 (thai-auto-composition-mode): New minor mode.
18601
18602 * language/thai.el: Fix patterns to be registered in
18603 composition-function-table.
18604
18605 * international/quail.el (quail-input-method): Locally bind
18606 inhibit-modification-hooks to t.
18607
18608 2005-03-17 Richard M. Stallman <rms@gnu.org>
18609
18610 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
18611 (perl-mode): Use run-mode-hooks.
18612
18613 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
18614 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
18615 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
18616
18617 * mail/sendmail.el (sendmail-send-it): Reenable the code
18618 to compute resend-to-address and use it.
18619
18620 * tar-mode.el (tar-mode): Turn off undo unconditionally.
18621
18622 * image-mode.el: New file.
18623
18624 * image.el (insert-sliced-image): Add autoload cookie.
18625
18626 * font-lock.el (font-lock-lines-before): New user option.
18627 (font-lock-after-change-function): Obey it.
18628
18629 * bindings.el (esc-map): Make M-g a prefix.
18630 Bind M-g g and M-g M-g to goto-line.
18631
18632 * faces.el (face-id): Doc fix.
18633
18634 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18635
18636 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
18637 (rmail-show-message): Use rmail-unknown-mail-followup-to.
18638 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
18639
18640 * mail/sendmail.el (mail-yank-ignored-headers)
18641 (mail-font-lock-keywords, mail-mode-fill-paragraph):
18642 Add Mail-Followup-To and Mail-Reply-To headers.
18643 (mail-citation-hook): Add autoload cookie.
18644 (mail-mode): Doc fix.
18645 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
18646 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
18647 (mail-mode-fill-paragraph): Handle those headers.
18648 (mail-mailing-lists): New variable.
18649 (mail-mail-reply-to, mail-mail-followup-to): New functions.
18650
18651 2005-03-17 Juri Linkov <juri@jurta.org>
18652
18653 * isearch.el (isearch-fallback): Check for `(car previous)'
18654 before calling `isearch-other-end-state'.
18655
18656 2005-03-17 Kim F. Storm <storm@cua.dk>
18657
18658 * simple.el (move-beginning-of-line): Move to beginning of buffer
18659 line, as well as beginning of screen line.
18660
18661 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
18662
18663 * calendar/diary-lib.el (mark-diary-entries): Use new optional
18664 argument REDRAW rather than calendar-redrawing variable.
18665 * calendar/calendar.el (calendar-redrawing): Delete.
18666 (redraw-calendar): Do not bind calendar-redrawing.
18667
18668 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
18669
18670 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
18671 diary-file buffer.
18672
18673 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
18674
18675 * help.el (describe-mode): Allow a :minor-mode-function property to
18676 specify a different minor mode toggle function than the variable.
18677 * simple.el (auto-fill-function):
18678 * subr.el (add-minor-mode): Use it.
18679
18680 2005-03-16 Kenichi Handa <handa@m17n.org>
18681
18682 * language/ethio-util.el (sera-being-called-by-w3): New variable.
18683 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
18684 (ethio-fidel-to-sera-buffer): Likewise.
18685
18686 2005-03-16 Juri Linkov <juri@jurta.org>
18687
18688 * emacs-lisp/find-func.el (find-function-regexp):
18689 Add defun-emitting macro `menu-bar-make-toggle'.
18690
18691 * isearch.el: Put `isearch-scroll' property to
18692 `split-window-horizontally'.
18693
18694 * info.el: Update error messages for `debug-ignored-errors'.
18695 (Info-isearch-search): Doc fix.
18696 (Info-find-node): Move up code to go into info buffer before
18697 recording the node to the history.
18698 (Info-fontify-node): Fontify titles only if the next line
18699 has two or more `*', `=', `-', `.'.
18700 Display "go to this node" for empty (match-string 3).
18701
18702 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18703
18704 * term/mac-win.el: Add mouse pointer shape constants.
18705
18706 2005-03-15 Kim F. Storm <storm@cua.dk>
18707
18708 * simple.el (move-beginning-of-line): Use vertical-motion.
18709
18710 2005-03-15 Juri Linkov <juri@jurta.org>
18711
18712 * isearch.el (isearch-error): New variable.
18713 (isearch-invalid-regexp, isearch-within-brackets): Remove.
18714 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
18715 (isearch-within-brackets-state): Remove.
18716 (isearch-case-fold-search-state, isearch-pop-fun-state):
18717 Decrease frame index.
18718 (isearch-mode, isearch-top-state, isearch-push-state)
18719 (isearch-edit-string, isearch-abort, isearch-search-and-update)
18720 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
18721 (isearch-search, isearch-lazy-highlight-new-loop):
18722 Replace `isearch-invalid-regexp' with `isearch-error'.
18723 Remove `isearch-within-brackets'.
18724 (isearch-search): Add `search-failed' handler to `condition-case'.
18725 (isearch-lazy-highlight-search): Add `condition-case' to catch
18726 errors and allow `isearch-lazy-highlight-update' to try
18727 highlighting from the beginning of the window.
18728 (isearch-repeat): Move up code to set isearch-wrapped to t
18729 before calling isearch-wrap-function.
18730
18731 * info.el (Info-isearch-initial-node): New internal variable.
18732 (Info-search): Signal an error in isearch mode when search leaves
18733 the initial node. Signal an error when `bound' is non-nil and
18734 nothing was found in the current subfile.
18735 (Info-isearch-search): Remove `condition-case'.
18736 (Info-isearch-wrap): Don't wrap when search failed during leaving
18737 the initial node. If `Info-isearch-search' is nil, wrap around
18738 the current node.
18739 (Info-isearch-start): New fun.
18740 (Info-mode): Add buffer-local hook `Info-isearch-start' to
18741 `isearch-mode-hook'.
18742
18743 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18744
18745 * simple.el (normal-erase-is-backspace): Set default to t if
18746 running on Mac.
18747
18748 * term/mac-win.el (function-key-map): Sync with x-win.el.
18749
18750 2005-03-15 Kenichi Handa <handa@m17n.org>
18751
18752 * international/mule-cmds.el (locale-language-names): Modify the
18753 format of elements and add more entries.
18754 (locale-preferred-coding-systems): Add more entries.
18755 (set-locale-environment): Adjust for the change of
18756 locale-language-names.
18757
18758 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
18759
18760 * pcvs.el (smerge-ediff): Remove bogus autoload.
18761
18762 2005-03-14 Lute Kamstra <lute@gnu.org>
18763
18764 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
18765 Ignore a `*' at the beginning of a line.
18766
18767 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
18768 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
18769 subr.el.
18770 (dont-compile, eval-when-compile, eval-and-compile): Use declare
18771 to specify indentation.
18772
18773 * generic.el (define-generic-mode): Let generic-mode-list be a
18774 list of strings; test membership with equal.
18775
18776 2005-03-14 Kim F. Storm <storm@cua.dk>
18777
18778 * simple.el (next-line, previous-line): Add optional try-vscroll
18779 arg to recognize interactive use. Pass it on to line-move.
18780 (line-move): Don't perform auto-window-vscroll when defining or
18781 executing keyboard macro to ensure consistent behavior.
18782
18783 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
18784
18785 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
18786
18787 2005-03-13 Lute Kamstra <lute@gnu.org>
18788
18789 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
18790 debugger-setup-buffer so that backtrace marks the frames set to
18791 debug-on-exit and we don't have to do it manually. Set an extra
18792 debug-on-exit for macro's.
18793 (debugger-setup-buffer): Don't mark the top frame manually.
18794
18795 2005-03-12 Lute Kamstra <lute@gnu.org>
18796
18797 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
18798 lisp-indent-function throughout.
18799 (with-no-warnings): Set lisp-indent-function property.
18800
18801 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
18802
18803 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
18804 Add entry for backslash.
18805
18806 2005-03-12 Juri Linkov <juri@jurta.org>
18807
18808 * info.el (Info-search): Four fixes for backward search.
18809
18810 2005-03-11 Jay Belanger <belanger@truman.edu>
18811
18812 * calc/calc.el (calc-language-alist): New variable.
18813 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
18814 (calc-embedded-find-modes): Use calc-language-alist instead of
18815 calc-embedded-language-alist.
18816
18817 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18818
18819 * calendar/calendar.el (calendar-redrawing): New internal
18820 variable.
18821 (redraw-calendar): Remove bogus save-excursion from previous
18822 change. Bind calendar-redrawing to t for mark-diary-entries.
18823 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
18824 calendar if that is why we were called.
18825
18826 2005-03-11 Kenichi Handa <handa@m17n.org>
18827
18828 * international/mule.el (make-coding-system): Set property
18829 coding-system-define-form to nil.
18830 (define-coding-system-alias): Likewise.
18831
18832 2005-03-11 Kenichi Handa <handa@m17n.org>
18833
18834 These changes are suggested by Dave Love <fx@gnu.org>.
18835
18836 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
18837 coding: tag.
18838 (adaptive-fill-regexp): Add more bullets.
18839 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
18840 regexps.
18841
18842 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18843
18844 * help.el (describe-mode): Properly handle non-trivial lighters.
18845 Don't ignore minor modes that are not listed in minor-mode-list.
18846
18847 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
18848 feature ON when the user requests to turn it OFF.
18849
18850 2005-03-10 Lute Kamstra <lute@gnu.org>
18851
18852 * emacs-lisp/debug.el (debug-entry-code): Delete it.
18853 (implement-debug-on-entry): New function to replace debug-entry-code.
18854 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
18855 second argument as the 2005-03-07 change makes it obsolete.
18856 (debug-on-entry, cancel-debug-on-entry): Update call to
18857 debug-on-entry-1.
18858 (debug, debugger-setup-buffer): Comment update.
18859 (debugger-frame-number): Update to work with implement-debug-on-entry.
18860
18861 2005-03-10 Jay Belanger <belanger@truman.edu>
18862
18863 * calc/calc-embed.el (math-ms-args): Declare it.
18864 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
18865 math-ms-args.
18866 (calc-embedded-subst): Use math-multi-subst-rec to substitute
18867 variables.
18868
18869 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
18870
18871 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
18872 Use message-box.
18873
18874 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
18875 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
18876 (tooltip-gud-tips): Simplify.
18877 (tooltip-gud-tips-p): Remove superfluous :set.
18878 (tooltip-gud-modes): Add fortran-mode.
18879 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
18880
18881 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
18882
18883 2005-03-09 Kim F. Storm <storm@cua.dk>
18884
18885 * play/animate.el (animate-place-char): Use forward-line instead
18886 of next-line to improve performance.
18887
18888 2005-03-09 Simon Josefsson <jas@extundo.com>
18889
18890 * net/browse-url.el (browse-url-default-browser): Doc fix.
18891
18892 2005-03-09 Miles Bader <miles@gnu.org>
18893
18894 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
18895 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
18896
18897 2005-03-09 Kenichi Handa <handa@m17n.org>
18898
18899 * international/latin-1.el: Set case and syntax for 255 only if
18900 set-case-syntax-set-multibyte is nil.
18901
18902 * textmodes/ispell.el (ispell-insert-word): New function.
18903 (ispell-word): Use ispell-insert-word to insert a new word.
18904 (ispell-process-line): Likewise.
18905 (ispell-complete-word): Likewise.
18906
18907 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
18908
18909 * calendar/calendar.el (redraw-calendar): Preserve point.
18910 Reported by Matt Hodges <MPHodges@member.fsf.org>.
18911 (calendar-week-start-day): Move after definition of
18912 redraw-calendar. Delete buffer test, since redraw-calendar has
18913 that now.
18914
18915 * calendar/diary-lib.el (mark-diary-entries): Only call
18916 redraw-calendar in the first of any recursive calls.
18917 Reported by Alan Shutko <ats@acm.org>.
18918
18919 2005-03-08 Juri Linkov <juri@jurta.org>
18920
18921 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
18922 (html-horizontal-rule, html-line, html-image, html-checkboxes)
18923 (html-radio-buttons): Add a space before the trailing `/>' where
18924 sgml-xml-mode is non-nil.
18925 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
18926 the subsequent tag of the empty XML tag.
18927 (html-href-anchor): Don't set initial input to "http:".
18928 (html-image): Ask for the image URL and set point inside alt="".
18929 (html-name-anchor): Duplicate the name in the `id' attribute when
18930 sgml-xml-mode is non-nil.
18931 (html-paragraph): Remove \n before <p>.
18932 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
18933 instead of `checked' when sgml-xml-mode is non-nil.
18934
18935 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
18936 Remove 1 space before #RRGGBB to not truncate it on terminal
18937 windows w/o fringes. Remove 1 space between bg and fg examples
18938 to get more space.
18939 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
18940 avoid byte-compile warnings.
18941
18942 * image-file.el (image-file-handler): Put `safe-magic' property to
18943 `image-file-handler'.
18944
18945 * info.el (Info-isearch-search): Emulate word search in
18946 isearching through multiple Info nodes with Info-search.
18947 (Info-isearch-wrap): Allow isearch-word.
18948
18949 2005-03-08 Lute Kamstra <lute@gnu.org>
18950
18951 * emacs-lisp/debug.el (debugger-step-through): Make sure that
18952 stepping into the debugger's code is not possible.
18953 (debugger-jumping-flag): Docstring update.
18954
18955 2005-03-08 Jay Belanger <belanger@truman.edu>
18956
18957 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
18958 embedded mode begins.
18959 (calc-embedded-language-alist): New variable.
18960 (calc-embedded-find-modes): Use calc-embedded-language-alist to
18961 set default language mode.
18962
18963 2005-03-08 Kenichi Handa <handa@m17n.org>
18964
18965 * international/ccl.el (define-ccl-program): Fix docstring about
18966 extra 256 bytes assured for the output buffer.
18967
18968 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18969 Fix BUFFER_MAGNIFICATION to 2.
18970 (ccl-encode-mule-utf-16be-with-signature): Likewise.
18971
18972 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
18973
18974 * align.el (align-rules-list): Added an alignment rule for CSS
18975 declarations (applies to css-mode and html-mode buffers).
18976
18977 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
18978
18979 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
18980
18981 2005-03-07 Kim F. Storm <storm@cua.dk>
18982
18983 * simple.el (move-beginning-of-line): New command.
18984
18985 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
18986
18987 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
18988
18989 * emulation/cua-base.el: Put CUA move property on move-end-of-line
18990 and move-beginning-of-line.
18991
18992 * apropos.el (apropos-print): Omit command from M-x ... RET.
18993
18994 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
18995
18996 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
18997 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
18998
18999 2005-03-06 Richard M. Stallman <rms@gnu.org>
19000
19001 * bindings.el (esc-map): Bind M-g to goto-line.
19002
19003 * facemenu.el (global-map): Bind M-o, not M-g.
19004
19005 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19006
19007 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
19008 "Open Directory" as for "Open File".
19009
19010 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
19011
19012 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
19013 (push-mark-command): Run activate-mark-hook.
19014
19015 2005-03-06 Richard M. Stallman <rms@gnu.org>
19016
19017 * help-mode.el (help-mode-finish): Don't alter the element
19018 in view-return-to-alist if there already is one.
19019
19020 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
19021 make sure the current buffer is the expected one.
19022
19023 * novice.el (disabled-command-function): Output in *Disabled Command*.
19024 Explicitly ignore non-keyboard events, and explicitly handle C-g.
19025
19026 * textmodes/flyspell.el (flyspell-large-region):
19027 Pass args differently for aspell.
19028
19029 * files.el (mode-require-final-newline): Doc fix.
19030
19031 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19032
19033 * progmodes/which-func.el (which-function):
19034 Specify NOERROR when calling imenu--make-index-alist.
19035
19036 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19037
19038 * simple.el (normal-erase-is-backspace): Define default value.
19039
19040 * custom.el (custom-theme-set-variables): Remove unused var
19041 `immediate'.
19042 (custom-reevaluate-setting): Simple function to handle variables
19043 that are defined before their default value can really be
19044 computed.
19045
19046 * startup.el (command-line): Use it for temporary-file-directory,
19047 small-emporary-file-directory, auto-save-file-name-transforms,
19048 blink-cursor-mode, and normal-erase-is-backspace.
19049
19050 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19051 progress, even with buggy anchored keywords.
19052
19053 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
19054
19055 * simple.el (goto-line): Remove unbalanced final parenthesis.
19056
19057 2005-03-05 Richard M. Stallman <rms@gnu.org>
19058
19059 * simple.el (goto-line): Use a number at point as the default.
19060 With C-u as arg, switch buffers.
19061
19062 2005-03-05 Juri Linkov <juri@jurta.org>
19063
19064 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19065 with `no-blinking-cursor'.
19066
19067 * startup.el (no-blinking-cursor): New defvar.
19068 (command-line): Add `--no-blinking-cursor' to longopts.
19069 Set `no-blinking-cursor' to t for command line arguments
19070 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
19071 with `no-blinking-cursor' in the condition for calling
19072 `blink-cursor-mode'.
19073
19074 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
19075
19076 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19077 (menu-bar-options-save): Add blink-cursor-mode.
19078 (menu-bar-options-menu): Add blink-cursor-mode.
19079
19080 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
19081
19082 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19083 (icalendar-export-file, icalendar-export-region)
19084 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
19085 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19086
19087 2005-03-04 Lute Kamstra <lute@gnu.org>
19088
19089 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
19090 (debug-function-list): Ditto.
19091
19092 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
19093
19094 * textmodes/texinfmt.el (texinfo-append-refill):
19095 Redefine the types of line to which @refill
19096 is not appended by replacing a search for `@refill\\|@bye' with
19097 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
19098 itemize@refill' bug and the unfilled long lines bug.
19099 (texinfmt-version): Update number and date.
19100
19101 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19102
19103 * international/code-pages.el (windows-1250, windows-125[2-8])
19104 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19105
19106 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19107
19108 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19109 bound yet.
19110
19111 2005-03-02 Romain Francoise <romain@orebokech.com>
19112
19113 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19114 buffer after removing limits.
19115 (ibuffer-pop-filter): Ditto.
19116 Update copyright.
19117
19118 2005-03-02 Miles Bader <miles@gnu.org>
19119
19120 * button.el (make-text-button): If the user doesn't specify a
19121 type, use the default. Rewrite to use `add-text-properties' and
19122 plist functions.
19123
19124 2005-03-01 Lute Kamstra <lute@gnu.org>
19125
19126 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
19127 (debugger-jumping-flag): New var.
19128 (debug-entry-code): Use it.
19129 (debugger-jump): Use debugger-jumping-flag and add
19130 debugger-reenable to post-command-hook.
19131 (debugger-reenable): Use debugger-jumping-flag and remove itself
19132 from post-command-hook.
19133 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
19134 debugger-reenable.
19135
19136 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
19137
19138 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
19139 inclusion of "itemize\\|", which may be unnecessary, is certainly
19140 inelegant, and stops refilling in itemize lists when formatting
19141 Japanese Texinfo files to Info.
19142 Update copyright to 2005.
19143
19144 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
19145
19146 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
19147 of an error if GDB can't find the source file.
19148
19149 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19150
19151 * calendar/calendar.el (redraw-calendar): Work from any buffer,
19152 not just the calendar.
19153
19154 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
19155 first.
19156 (diary-redraw-calendar): New function.
19157 (make-diary-entry): Add diary-redraw-calendar to local
19158 write-contents-functions. Turn off selective display before
19159 inserting in diary.
19160
19161 2005-03-01 Kim F. Storm <storm@cua.dk>
19162
19163 * emacs-lisp/copyright.el (copyright-fix-years): New command.
19164
19165 2005-03-01 Lute Kamstra <lute@gnu.org>
19166
19167 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
19168 that debug-entry-code can be safely removed from a function while
19169 this code is being evaluated. Revert the 2005-02-27 change as the
19170 new implementation no longer requires it. Make sure that a
19171 function body containing just a string is not mistaken for a docstring.
19172 (debug): Skip one more frame in case of debug on entry.
19173 (debugger-setup-buffer): Delete one more frame line in case of
19174 debug on entry.
19175 (debugger-frame-number): Update to use the new text introduced by
19176 the 1999-11-03 change. Skip one more frame in case of debug on entry.
19177
19178 2005-02-28 Kim F. Storm <storm@cua.dk>
19179
19180 * double.el (double-translate-key): Call force-window-update after
19181 read-event to avoid crash in redisplay.
19182
19183 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
19184
19185 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
19186 (debug): Use it. Move the inhibit-trace earlier.
19187 (debug-entry-code): New const.
19188 (debug-on-entry-1): Use it.
19189
19190 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
19191
19192 * international/utf-16.el (ccl-encode-mule-utf-16le):
19193 Fix BUFFER_MAGNIFICATION to 2.
19194 (ccl-encode-mule-utf-16be): Likewise.
19195
19196 2005-02-28 Kenichi Handa <handa@m17n.org>
19197
19198 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19199 Fix BUFFER_MAGNIFICATION to 4.
19200 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19201
19202 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
19203
19204 * speedbar.el (speedbar-update-flag): Doc fix.
19205 (speedbar-show-info-under-mouse): Give set-mouse-position the right
19206 argument.
19207
19208 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
19209
19210 * reveal.el (reveal-post-command): Don't try to reveal overlays which
19211 have a non-nil `invisible' property but are actually visible.
19212
19213 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
19214 for perldoc sections.
19215 (perl-outline-regexp, perl-outline-level): New var and function.
19216 (perl-mode): Use them.
19217
19218 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
19219
19220 * calendar/diary-lib.el (diary-remind): Discard any mark portion
19221 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
19222
19223 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
19224
19225 * cus-edit.el: Comment change.
19226 (custom-buffer-create-internal): Slightly reword text at top of
19227 Custom buffers. Mention there that saving an option edits the
19228 init file. Add link to Emacs manual node on `custom-file'.
19229 (custom-magic-alist): Rewrite individual State messages to use
19230 capitalized keywords. Doc fix.
19231
19232 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
19233
19234 * calendar/calendar.el (calendar-buffer): Move above
19235 calendar-week-start-day.
19236 (calendar-week-start-day): Doc fix. Add :set function.
19237 (calendar-minimum-window-height): New variable.
19238 (generate-calendar-window): Only resize window if selected-window
19239 is displaying the calendar buffer. Use new variable
19240 calendar-minimum-window-height.
19241 (generate-calendar): Reword error message.
19242 (calendar-mode-map): Bind DEL to scroll-other-window-down.
19243
19244 2005-02-27 Andreas Schwab <schwab@suse.de>
19245
19246 * vc.el (vc-do-command): Don't run command asynchronously when
19247 operating in a remote directory.
19248
19249 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
19250 change from sync with Tramp 2.0.47.
19251
19252 2005-02-27 Richard M. Stallman <rms@gnu.org>
19253
19254 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
19255
19256 * textmodes/flyspell.el (flyspell-mode-on):
19257 Call ispell-change-dictionary only if necessary.
19258
19259 * emacs-lisp/re-builder.el (regexp-builder): New function.
19260
19261 * register.el (describe-register-1): Explicitly handle
19262 yank-excluded-properties = t.
19263
19264 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
19265 (custom-magic-alist): Change the status descriptions again.
19266 (face widget-type): Total rewrite based on `restricted-sexp'
19267 to eliminate the confusing double hiding levels.
19268
19269 * emacs-lisp/debug.el (debug-on-entry-1):
19270 If function body is empty, add nil as body form.
19271
19272 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19273
19274 * emacs-lisp/trace.el (inhibit-trace): New var.
19275 (trace-make-advice): Use it.
19276
19277 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
19278
19279 2005-02-26 Kim F. Storm <storm@cua.dk>
19280
19281 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
19282 (mouse-on-link-p, mouse-drag-region-1): Use it.
19283
19284 2005-02-25 Lute Kamstra <lute@gnu.org>
19285
19286 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
19287
19288 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
19289
19290 * frame.el (blink-cursor-mode): Add :group keyword.
19291
19292 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
19293
19294 * calendar/icalendar.el (icalendar--decode-isodatetime):
19295 New optional argument DAY-SHIFT.
19296 (icalendar-export-region): Fix coding-system-for-write.
19297 (icalendar--convert-ical-to-diary): Shift end-day of all-day
19298 events by one.
19299
19300 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19301
19302 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
19303
19304 2005-02-24 Kim F. Storm <storm@cua.dk>
19305
19306 * international/iso-acc.el (iso-accents-compose): Fix crash
19307 during redisplay. Call force-window-update after read-event
19308 and delete-region to signal that window is not accurate.
19309
19310 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
19311
19312 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
19313 Remove unused and inexistent var `inhibit-trace'.
19314 (debugger-mode): Use run-mode-hooks.
19315 (debugger-list-functions): Add buttons; setup xref stack.
19316
19317 2005-02-23 Richard M. Stallman <rms@gnu.org>
19318
19319 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
19320 appointment says it was explicitly made.
19321 (appt-add): Set the 3rd element.
19322 (appt-make-list): Preserve explicit appointments.
19323
19324 * subr.el (find-tag-default): Catch errors in forward-sexp.
19325
19326 2005-02-23 Juri Linkov <juri@jurta.org>
19327
19328 * info.el (Info-isearch-search): New defcustom.
19329 (Info-isearch-search): Call the default isearch function
19330 when Info-isearch-search is nil.
19331 (Info-isearch-wrap): Use variable Info-isearch-search.
19332
19333 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
19334
19335 * cus-edit.el: Comment change.
19336
19337 2005-02-22 Kim F. Storm <storm@cua.dk>
19338
19339 * progmodes/hideif.el (hide-ifdef-use-define-alist):
19340 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
19341
19342 2005-02-22 Simon Josefsson <jas@extundo.com>
19343
19344 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
19345 New variable.
19346 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
19347 Oskarsson" <myrkraverk@users.sourceforget.net>.
19348
19349 2005-02-22 Kim F. Storm <storm@cua.dk>
19350
19351 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
19352 check that window of that event is the selected window.
19353 (mouse-drag-region-1): Compare mouse event window to selected
19354 window before setting point.
19355
19356 * tooltip.el (tooltip-show-help-function): Pass event to
19357 mouse-on-link-p so it can check selected window.
19358
19359 2005-02-22 Kenichi Handa <handa@m17n.org>
19360
19361 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
19362 (ps-mule-show-warning): New function.
19363 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
19364 characters are found.
19365
19366 * ps-print.el (ps-header-footer-string): Return a list of header
19367 and footer strings.
19368
19369 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19370
19371 * pcvs.el (cvs-retrieve-revision): Fix thinko.
19372
19373 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
19374
19375 * frame.el (blink-cursor-mode): Use define-minor-mode.
19376
19377 * term/mac-win.el (function-key-map): Use char-names more consistently.
19378 (file-name-coding-system): Only set it for MacOS-9. The other case is
19379 already handled in mule-cmds.el (where it also works when mac-win.el
19380 is not used).
19381
19382 2005-02-21 Kenichi Handa <handa@m17n.org>
19383
19384 * international/mule.el (ctext-pre-write-conversion): Always use
19385 " *code-converting-work*" buffer for work.
19386
19387 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
19388
19389 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
19390
19391 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
19392
19393 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
19394
19395 * ses.el (undo-more): Restore defadvice, but only the part that
19396 allows changes outside the restricted area of the buffer.
19397
19398 2005-02-20 Kim F. Storm <storm@cua.dk>
19399
19400 * simple.el (line-move): Add fourth optional arg try-vscroll which
19401 must be set to perform auto-window-vscroll.
19402 When moving backwards and doing auto-window-vscroll, automatically
19403 vscroll to the last part of lines which are taller than the window.
19404 (next-line, previous-line): Set try-vscroll arg on line-move.
19405
19406 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
19407
19408 * replace.el (query-replace, query-replace-regexp)
19409 (replace-string, replace-regexp): When operating on region, make
19410 the minibuffer prompt say so.
19411
19412 * isearch.el (isearch-forward): Document isearch-query-replace and
19413 isearch-query-replace-regexp keybindings.
19414
19415 2005-02-19 Jay Belanger <belanger@truman.edu>
19416
19417 * calc/calc-aent.el (math-read-token): Add local variable.
19418
19419 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
19420 (calc-edit-top): Move declaration to earlier in file.
19421 (calc-edit-macro-repeats): Add local variables.
19422
19423 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
19424 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
19425 calcFunc-tanh.
19426 Adjust integration rule for calcFunc-tan.
19427
19428 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19429
19430 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
19431 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
19432 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
19433 (viper-skip-separators): Bug fix.
19434 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
19435 particular major mode.
19436 (viper-del-backward-char-in-replace): Don't put deleted char on the
19437 kill ring.
19438
19439 * viper-ex.el (viper-color-display-p): New function.
19440 (viper-has-face-support-p): Use viper-color-display-p.
19441
19442 * viper-keym.el (viper-gnus-modifier-map): New keymap.
19443
19444 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
19445
19446 * viper-util.el (viper-glob-unix-files): Fix shell status check.
19447 (viper-file-remote-p): Make equivalent to file-remote-p.
19448
19449 * viper.el (viper-major-mode-modifier-list):
19450 Use viper-gnus-modifier-map.
19451
19452 2005-02-19 David Kastrup <dak@gnu.org>
19453
19454 * subr.el (subregexp-context-p): Fix garbled doc string by adding
19455 quoting.
19456
19457 2005-02-19 Jay Belanger <belanger@truman.edu>
19458
19459 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
19460 Remove extra definitions.
19461 (calc-coth): New function.
19462 (calcFunc-cot): Fix `let'.
19463
19464 2005-02-19 Eli Zaretskii <eliz@gnu.org>
19465
19466 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
19467 the reasons we use "type pc" in these faces.
19468
19469 * button.el (button): Ditto.
19470
19471 2005-02-19 Michael Mauger <mmaug@yahoo.com>
19472
19473 * replace.el (query-replace-read-from): Set the value of
19474 query-replace-from-history-variable to handle the case of an empty
19475 string entered to accept the suggested default.
19476
19477 * net/tramp.el (tramp-file-name-for-operation):
19478 Use dired-call-process instead of dired-call-process-command.
19479
19480 2005-02-19 Jay Belanger <belanger@truman.edu>
19481
19482 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
19483 (math-div-non-trig): New variables.
19484 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
19485 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
19486 (math-combine-prod, math-div-symb-fancy): Add simplifications for
19487 trig expressions.
19488
19489 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
19490
19491 * progmodes/gdb-ui.el (gdb-var-update-handler)
19492 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
19493 for watch expressions,
19494 (gdb-var-create-handler): Don't set speedbar-update-flag.
19495 (gdb-post-prompt): Simplify test for speedbar.
19496
19497 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19498
19499 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
19500 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
19501 we use the syntax table of the correct buffer.
19502 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
19503 Felix Gatzemeier.
19504
19505 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
19506 (ediff-file-remote-p): Make synonymous with file-remote-p.
19507 In all deffaces ediff-*-face-*, use min-colors.
19508
19509 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
19510 ediff-recurse-to-subdirectories.
19511 (ediff-mark-if-equal): Check that the arguments are strings, use
19512 ediff-same-contents (after to Felix Gatzemeier).
19513
19514 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
19515 nil.
19516
19517 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
19518
19519 * log-view.el (log-view-message-re): Fix up Subversion regexp.
19520
19521 2005-02-18 David Kastrup <dak@gnu.org>
19522
19523 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
19524 use `mark-active' when defined.
19525
19526 2005-02-18 Kenichi Handa <handa@m17n.org>
19527
19528 * ps-print.el (ps-font-info-database): New entry
19529 ZapfChancery-MediumItalic with correct font name. Fix font name
19530 of the entry Zapf-Chancery-MediumItalic.
19531
19532 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
19533
19534 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
19535
19536 2005-02-16 Kim F. Storm <storm@cua.dk>
19537
19538 * ido.el (ido-fallback-command): Pass user input to fallback command.
19539
19540 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
19541
19542 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
19543 (gdb-find-file-hook): Add server prefix.
19544
19545 2005-02-16 Richard M. Stallman <rms@gnu.org>
19546
19547 * replace.el (perform-replace): Pass new args to replace-highlight.
19548 (replace-highlight): Take region args,
19549 and pass them to isearch-lazy-highlight-new-loop.
19550
19551 * novice.el (disabled-command-hook): Autoload the defalias
19552 and the make-obsolete-variable call.
19553
19554 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
19555
19556 * isearch.el (isearch-lazy-highlight-start-limit)
19557 (isearch-lazy-highlight-end-limit): New variables limit
19558 the region for highlighting.
19559 (isearch-lazy-highlight-new-loop): New args BEG and END.
19560 (isearch-lazy-highlight-search): Use the new vars.
19561 (isearch-lazy-highlight-update): Likewise.
19562
19563 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
19564
19565 * cus-start.el (all): Use default-boundp.
19566
19567 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
19568
19569 * menu-bar.el (menu-bar-select-frame): Handle current frame.
19570
19571 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
19572
19573 * autorevert.el (auto-revert-stop-on-user-input)
19574 (auto-revert-verbose): Doc fixes.
19575
19576 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
19577
19578 * international/mule-cmds.el (set-locale-environment): Remove call
19579 to set-selection-coding-system on Windows.
19580
19581 2005-02-15 Jay Belanger <belanger@truman.edu>
19582
19583 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
19584 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
19585 calcFunc-coth.
19586 (math-simplify-sqrt): Add simplifications.
19587
19588 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
19589 to list.
19590
19591 * calc/calc-ext.el: Add functions to autoloads.
19592
19593 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
19594 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
19595 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
19596 (math-csc-raw, math-cot-raw): New functions.
19597
19598 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
19599
19600 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
19601 the variable name in a message.
19602
19603 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
19604 calcFunc-csc, calcFunc-cot.
19605
19606 * calc/calcalg2.el: Add derivative and integration rules for
19607 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
19608 calcFunc-csch, calcFunc-coth.
19609 (math-do-integral-methods): Add to checks for when to use
19610 substitutions.
19611
19612 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
19613
19614 2005-02-15 Lute Kamstra <lute@gnu.org>
19615
19616 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19617 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
19618 <monnier@iro.umontreal.ca>
19619 (lisp-outline-level): Improve efficiency. Suggested by David
19620 Kastrup <dak@gnu.org>.
19621
19622 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
19623
19624 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
19625 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
19626 (gdb-set-gud-minor-mode-existing-buffers): New functions.
19627 (gdb-find-file-hook): New hook. Add it to find-file-hook.
19628 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
19629
19630 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
19631
19632 * cus-start.el (all): Comment change.
19633
19634 2005-02-14 Lute Kamstra <lute@gnu.org>
19635
19636 * cus-start.el (all): Check if symbol is void.
19637
19638 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
19639
19640 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
19641 optional argument to \cite.
19642
19643 2005-02-14 Richard M. Stallman <rms@gnu.org>
19644
19645 * cus-edit.el (custom-buffer-create-internal): Update help message.
19646 (custom-magic-alist): Update help messages.
19647
19648 * cus-start.el (all): Allow a var to specify a standard value.
19649
19650 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
19651
19652 * custom.el (custom-theme-set-variables): Handle variable aliases.
19653
19654 * frame.el (blink-cursor-timer): Doc fix.
19655 (blink-cursor): Make it an alias for `blink-cursor-mode' and
19656 declare obsolete.
19657 (blink-cursor-mode): Define with defcustom and use correct
19658 standard expression in that defcustom.
19659 * startup.el (command-line): Adapt to above changes in frame.el.
19660
19661 2005-02-11 Lute Kamstra <lute@gnu.org>
19662
19663 * apropos.el (apropos-score-doc): Prevent division by zero.
19664
19665 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
19666
19667 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
19668 (icalendar--get-event-property-attributes)
19669 (icalendar--get-event-properties)
19670 (icalendar--datetime-to-diary-date): New functions.
19671 (icalendar--split-value): Doc fix.
19672 (icalendar--datetime-to-noneuropean-date)
19673 (icalendar--datetime-to-european-date): New optional argument
19674 SEPARATOR. Return result as a string instead of a list.
19675 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
19676 (icalendar--convert-string-for-export): Rename arg S to STRING.
19677 (icalendar-export-region): Doc fix. Change name of error buffer.
19678 Save output buffer.
19679 (icalendar-import-file): Add blank at end of prompt.
19680 (icalendar-import-buffer): Doc fix. Do not switch to error
19681 buffer. Indicate status in return value.
19682 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
19683 buffer. Save output buffer. Handle exception from recurrence
19684 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
19685 events. Fix problems with weekly all-day events.
19686
19687 2005-02-10 Richard M. Stallman <rms@gnu.org>
19688
19689 * simple.el (eval-expression-print-format):
19690 Avoid warning about edebug-active.
19691
19692 * help.el (help-for-help-internal): Rename from help-for-help.
19693 (help-for-help): Define with defalias.
19694
19695 * font-core.el (font-lock-default-function): Use with-no-warnings.
19696
19697 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
19698
19699 * custom.el (defface): Doc fix.
19700
19701 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
19702
19703 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
19704 width 0" to prevent word wrapping problems.
19705
19706 2005-02-09 Kim F. Storm <storm@cua.dk>
19707
19708 * ido.el (ido-file-extensions-order): New defcustom.
19709 (ido-file-extension-lessp, ido-file-extension-aux)
19710 (ido-file-extension-order): New advanced file ordering.
19711 (ido-file-lessp): New simple file ordering.
19712 (ido-sort-list): Remove.
19713 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
19714 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
19715
19716 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
19717
19718 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
19719 that some versions of grep produce.
19720 (grep-mode-font-lock-keywords): Likewise.
19721
19722 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
19723
19724 * progmodes/gdb-ui.el (gdb-location-list): New variable.
19725 (gdb-cdir): Delete.
19726 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
19727 (gdb-source-info): Treat case when source file is in another
19728 directory properly.
19729 (gdb-get-location): New function.
19730
19731 2005-02-07 Jay Belanger <belanger@truman.edu>
19732
19733 * calc/calc-prog.el (calc-write-parse-table-part)
19734 (calc-fix-token-name): Fix a check for language type.
19735
19736 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
19737
19738 2005-02-07 Andre Spiegel <spiegel@gnu.org>
19739
19740 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
19741 as directory not writable.
19742
19743 2005-02-07 Kim F. Storm <storm@cua.dk>
19744
19745 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
19746 (cua--standard-movement-commands): Remove list.
19747 Instead, set CUA property value to move for movement commands.
19748 (cua-movement-commands): Remove. Users must set CUA prop instead.
19749 (cua--pre-command-handler): Check CUA property.
19750 (cua--init-keymaps): Don't remap undo commands.
19751 (cua-mode): Don't call cua--rectangle-on-off.
19752
19753 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
19754 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
19755 (cua--rect-undo-set-point): New var.
19756 (cua--rectangle-undo-boundary): Setup undo apply entry.
19757 (cua--rect-undo-handler): New function for rectangle undo.
19758 (cua--rect-start-position, cua--rect-end-position): Add.
19759 (cua--rectangle-post-command): Call cua--rectangle-set-corners
19760 for restored rectangle. Set point if cua--rect-undo-set-point.
19761
19762 2005-02-06 Jay Belanger <belanger@truman.edu>
19763
19764 * calc/calc-lang.el (calc-tex-language): Display more information
19765 in messages.
19766
19767 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
19768 in TeX mode.
19769
19770 2005-02-06 Richard M. Stallman <rms@gnu.org>
19771
19772 * emacs-lisp/lisp.el (buffer-end): Doc fix.
19773
19774 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
19775
19776 * net/ldap.el (ldap-search-internal): Support attributes with
19777 optional descriptions separated by a semi-colon, as in
19778 "userCertificate;binary".
19779
19780 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19781
19782 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
19783 isn't a cons (i.e. the version is 0).
19784
19785 2005-02-05 Eli Zaretskii <eliz@gnu.org>
19786
19787 * help.el (help-for-help): Doc fix.
19788
19789 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
19790
19791 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
19792 GDB-Windows on the menu-bar as this works better.
19793
19794 2005-02-04 Jay Belanger <belanger@truman.edu>
19795
19796 * calc/calc-embed.el (calc-embedded-update): Don't put in
19797 unnecessary newlines. Adjust the end of formula marker.
19798
19799 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
19800 (math-latex-parse-two-args): New function.
19801
19802 2005-02-03 Lute Kamstra <lute@gnu.org>
19803
19804 * help-fns.el (help-with-tutorial): Make sure that users cannot
19805 remove the entire text of the tutorial by means of `undo'.
19806
19807 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
19808
19809 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
19810 in recent changes, where the ispell process was repeatedly
19811 killed & restarted.
19812
19813 * international/mule-cmds.el (set-locale-environment): Set file-name
19814 coding system to utf-8 on Darwin systems.
19815 (set-default-coding-systems): Don't set default-file-name-coding-system
19816 on Darwin systems.
19817
19818 2005-02-03 Richard M. Stallman <rms@gnu.org>
19819
19820 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
19821
19822 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
19823
19824 * faces.el (list-faces-display): Add optional argument.
19825
19826 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
19827
19828 * font-core.el (font-lock-default-function): Handle the rare case where
19829 only font-lock-keywords is set.
19830
19831 2005-02-02 Kenichi Handa <handa@m17n.org>
19832
19833 * international/characters.el: Cancel previous change for
19834 I-WITH-DOT-ABOVE and DOTLESS-i.
19835
19836 * international/latin-5.el: Cancel previous change.
19837
19838 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
19839
19840 * progmodes/gud.el: Correction to syntax in gud-menu-map.
19841
19842 2005-02-02 Kenichi Handa <handa@m17n.org>
19843
19844 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
19845 DOTLESS-i.
19846
19847 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
19848 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
19849
19850 * case-table.el (get-upcase-table): New function.
19851 (copy-case-table): Copy upcaes table too if non-nil.
19852 (set-case-syntax-delims): Maintain upcase table too.
19853 (set-case-syntax-pair): Likewise.
19854 (set-upcase-syntax, set-downcase-syntax): New functions.
19855 (set-case-syntax): Maintain upcase table too.
19856
19857 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
19858
19859 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
19860
19861 * progmodes/gud.el (gud-goto-info): New function.
19862 (gud-tool-bar-map): Use correct icon.
19863
19864 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
19865
19866 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
19867 When delegating, order args in the funcall correctly.
19868
19869 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
19870
19871 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
19872
19873 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
19874
19875 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
19876 buffer not visiting a file.
19877
19878 2005-01-31 Jay Belanger <belanger@truman.edu>
19879
19880 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
19881 bound on the line with the formula.
19882
19883 2005-01-31 Kim F. Storm <storm@cua.dk>
19884
19885 * ses.el (ses-create-cell-variable-range)
19886 (ses-destroy-cell-variable-range, ses-reset-header-string)
19887 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
19888 (ses-insert-row): Fix format of apply undo entries.
19889
19890 2005-01-31 Jay Belanger <belanger@truman.edu>
19891
19892 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
19893 parts.
19894
19895 * calc/calc-embed.el (calc-embedded-open-formula)
19896 (calc-embedded-close-formula): Ignore matrix environments.
19897
19898 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
19899 TeX mode.
19900
19901 * calc/calc-lang.el (math-function-table, math-oper-table)
19902 (math-variable-table): Adjust the LaTeX portions.
19903
19904 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
19905 (math-latex-ignore-words): New constant.
19906
19907 2005-01-31 Richard M. Stallman <rms@gnu.org>
19908
19909 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
19910 (ispell-local-dictionary): Doc fix.
19911 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
19912 Don't reinitialize at run time. Don't defcustom.
19913 All uses changed to append ispell-local-dictionary-alist,
19914 or check it first.
19915 (ispell-current-dictionary): New variable for dictionary in use.
19916 (ispell-dictionary): Now used only for global default.
19917 (ispell-start-process): Set ispell-current-dictionary,
19918 not ispell-dictionary.
19919 (ispell-change-dictionary): Use this only for setting
19920 user preferences.
19921 (ispell-internal-change-dictionary): New function
19922 to change the current dictionary in use.
19923 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
19924 Use ispell-current-dictionary.
19925 Handle ispell-local-dictionary-overridden.
19926 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
19927
19928 2005-01-31 Jay Belanger <belanger@truman.edu>
19929
19930 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
19931
19932 * calc/calc-ext.el: Add calc-latex-language to autoloads.
19933 (calc-mode-map): Add calc-latex-language.
19934
19935 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
19936 (math-latex-print-frac): New functions.
19937 (math-oper-table, math-function-table, math-variable-table)
19938 (math-complex-format, math-input-filter): Add latex properties.
19939 (calc-set-language): Set math-expr-special-function-mapping.
19940
19941 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
19942 (calc-write-parse-table-part): Add LaTeX support.
19943
19944 * calc/calc.el (calc-language): Adjust docstring.
19945 (calc-set-mode-line): Add LaTeX support.
19946 (math-expr-special-function-mapping): New variable.
19947 (math-tex-ignore-words): Add to list.
19948
19949 * calc/calccomp.el (math-compose-expr, math-compose-rows):
19950 Add LaTeX support.
19951 (math-compose-expr): Add support for special functions.
19952
19953 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
19954
19955 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
19956
19957 * progmodes/gdb-ui.el (gdb-memory-address)
19958 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
19959 (gdb-memory-mode-map, gdb-memory-format-keymap)
19960 (gdb-memory-format-menu, gdb-memory-unit-keymap)
19961 (gdb-memory-unit-menu): New variables for a buffer
19962 that lets the user examine program memory.
19963 (gdb-memory-set-address, gdb-memory-set-repeat-count)
19964 (gdb-memory-format-binary, gdb-memory-format-octal)
19965 (gdb-memory-format-unsigned, gdb-memory-format-signed)
19966 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
19967 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
19968 (gdb-memory-unit-word, gdb-memory-unit-halfword)
19969 (gdb-memory-unit-byte, gdb-memory-unit-menu)
19970 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
19971 (gdb-memory-mode, gdb-memory-buffer-name)
19972 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
19973 New functions for above buffer.
19974
19975 2005-01-30 Richard M. Stallman <rms@gnu.org>
19976
19977 * cus-edit.el (custom-bury-buffer): Function deleted.
19978 (custom-buffer-done-function): Option deleted.
19979 (custom-buffer-done-kill): New replacement option.
19980 (Custom-buffer-done): Call quit-window.
19981 (custom-buffer-create-internal): Update for above changes.
19982
19983 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
19984
19985 * simple.el (undo-ask-before-discard): New var.
19986 (undo-outer-limit-truncate): Implement it.
19987 (undo-extra-outer-limit): Doc update.
19988
19989 2005-01-29 Richard M. Stallman <rms@gnu.org>
19990
19991 * ses.el (undo-more): Delete defadvice.
19992 (ses-begin-change): Doc fix.
19993
19994 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
19995 instead of rebinding C-x u and C-_.
19996
19997 * files.el (normal-backup-enable-predicate): Return nil for files
19998 in /tmp, regardless of temporary-file-directory.
19999
20000 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
20001
20002 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
20003 (open-rectangle, delete-whitespace-rectangle-line)
20004 (clear-rectangle-line): If FILL, pass t instead of FILL
20005 for move-to-column's 2nd arg.
20006
20007 * simple.el (undo): Fix the test for continuing a series of undos.
20008 (undo-more): Set pending-undo-list to t when we reach end.
20009 (pending-undo-list): Move up defvar.
20010
20011 * wid-edit.el (widget-button-click):
20012 Shorten the range of the track-mouse binding.
20013
20014 * comint.el (comint-insert-input): Undo previous changes;
20015 use last-input-event in interactive spec.
20016
20017 2005-01-29 Eli Zaretskii <eliz@gnu.org>
20018
20019 * progmodes/compile.el (compilation-start): Bind buffer-read-only
20020 to nil before invoking call-process. Reset buffer's modified flag
20021 after fontifying it in the no-async branch.
20022
20023 * wid-edit.el (widget-specify-button): If mouse pointer shape
20024 cannot be changed, use mouse face instead.
20025
20026 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
20027
20028 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20029 (gdb-goto-breakpoint): Make breakpoint handling work on template
20030 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
20031 (gdb-assembler-custom): Update to recognize breakpoint information
20032 added on 2005-01-19.
20033
20034 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20035
20036 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
20037 (dsssl-mode): Use define-derived-mode.
20038 (scheme-mode-initialize): Remove.
20039 (scheme-mode): Use run-mode-hooks.
20040
20041 * cus-edit.el (customize-group-other-window)
20042 (custom-buffer-create-other-window): Don't override special-display-*.
20043 (custom-mode-map): Make it dense.
20044
20045 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20046 sets the default value.
20047
20048 2005-01-28 Eli Zaretskii <eliz@gnu.org>
20049
20050 * descr-text.el: Add more keywords.
20051
20052 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20053
20054 * speedbar.el: Avoid unnecessary use of locate-library.
20055
20056 * international/mule-cmds.el (standard-display-european-internal):
20057 Don't fiddle with latin-1 non-break space any more since it's now
20058 special cased in the C code.
20059 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20060
20061 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
20062
20063 * cus-start.el (all): Add `undo-outer-limit'.
20064
20065 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20066
20067 * textmodes/bibtex.el (bibtex-format-entry):
20068 Use `bibtex-empty-field-re' only on the text of fields, not on entire
20069 field lines.
20070 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20071 not on part of a buffer.
20072
20073 2005-01-25 Lute Kamstra <lute@gnu.org>
20074
20075 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20076 nonempty field text strings like "{letters\\macro{}more letters}".
20077 Clarify docstring.
20078 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20079 (bibtex-entry-offset, bibtex-parse-association)
20080 (bibtex-parse-field-name): Fix typos in docstrings.
20081 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
20082
20083 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
20084
20085 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
20086 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
20087 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20088 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20089
20090 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20091 isearch minor mode.
20092
20093 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
20094
20095 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20096
20097 2005-01-24 Lute Kamstra <lute@gnu.org>
20098
20099 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20100 CASECHARS and NOT-CASECHARS regular expressions of the
20101 "nederlands" and "nederlands8" dictionaries to prevent a "Range
20102 striding over charsets" error.
20103
20104 2005-01-24 Jay Belanger <belanger@truman.edu>
20105
20106 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20107 display variable name.
20108
20109 2005-01-24 Kenichi Handa <handa@m17n.org>
20110
20111 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20112 Fix setting of the element of encoded-kbd-iso2022-invocations.
20113
20114 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
20115
20116 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20117 (gdb-threads-select): Change to also accept mouse events.
20118 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20119 (gdb-threads-mouse-select): Delete.
20120
20121 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
20122
20123 * files.el (insert-directory): Take care of empty directory,
20124 listed without -a switch.
20125
20126 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
20127
20128 * textmodes/refill.el (refill-post-command-function):
20129 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
20130 to the list of functions that we should be careful not to undo.
20131 (refill-late-fill-paragraph-function): Remove.
20132 (refill-saved-state): New var.
20133 (refill-mode): Use it to save fill-paragraph-function.
20134 Save also the value of auto-fill-function.
20135
20136 * term/w32-win.el: Simplify code.
20137
20138 2005-01-23 Kim F. Storm <storm@cua.dk>
20139
20140 * simple.el (line-move): Adapt to new return value from
20141 pos-visible-in-window-p.
20142
20143 * simple.el (line-move): Fix last change. Check partial
20144 visibility at point rather than at window-start.
20145
20146 2005-01-22 Jason Rumney <jasonr@gnu.org>
20147
20148 * term/w32-win.el (xw-defined-colors): Remove debug-message.
20149
20150 2005-01-22 David Kastrup <dak@gnu.org>
20151
20152 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
20153
20154 2005-01-22 Eli Zaretskii <eliz@gnu.org>
20155
20156 * type-break.el (type-break-mode): Add a test for
20157 type-break-file-name being non-nil.
20158
20159 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
20160
20161 * net/eudc.el (top level): Call (message "") via progn, so that
20162 eudc-options-file is loaded.
20163
20164 2005-01-22 Kim F. Storm <storm@cua.dk>
20165
20166 * simple.el (line-move-1): Rename from line-move.
20167 (line-move): New function that adjusts vscroll for partially
20168 visible rows, and calls line-move-1 otherwise.
20169
20170 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
20171
20172 * pcomplete.el: Define pcomplete-read-event instead of read-event,
20173 since it's not a complete read-event implementation
20174
20175 2005-01-20 Jay Belanger <belanger@truman.edu>
20176
20177 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
20178 for called function.
20179
20180 2005-01-20 Steven Tamm <steventamm@mac.com>
20181
20182 * term/mac-win.el (process-connection-type): Remove.
20183 Controlled now by s/darwin.h:PTY_ITERATION.
20184
20185 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20186
20187 * window.el (handle-select-window): Don't switch window when we're
20188 in the minibuffer.
20189
20190 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
20191
20192 * subr.el (dotimes-with-progress-reporter): New macro.
20193
20194 * ses.el (ses-dotimes-msg): Remove macro.
20195 Use `dotimes-with-progress-reporter' instead.
20196
20197 2005-01-19 Steven Tamm <steventamm@mac.com>
20198
20199 * term/mac-win.el (process-connection-type): Use new
20200 operating-system-release variable to use ptys on Darwin 7 (OS X
20201 10.3) when using carbon build.
20202
20203 2005-01-19 Jay Belanger <belanger@truman.edu>
20204
20205 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
20206 flags if the last command was a tab or M-tab.
20207
20208 * calc/calc-prog.el (calc-user-define-edit): Put original formula
20209 in formula editing buffer.
20210
20211 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
20212
20213 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
20214 breakpoint image symbol in margin.
20215
20216 2005-01-19 Jay Belanger <belanger@truman.edu>
20217
20218 * calc/calc-prog.el (calc-execute-kbd-macro):
20219 Ignore calc-keep-arg-flag.
20220
20221 2005-01-19 Kenichi Handa <handa@m17n.org>
20222
20223 * textmodes/ispell.el (ispell-looking-at): New function.
20224 (ispell-process-line): Use ispell-looking-at to compare the ispell
20225 output and the buffer contents.
20226
20227 2005-01-18 Jay Belanger <belanger@truman.edu>
20228
20229 * calc/calc.el (calc-display-raw): Fix docstring.
20230
20231 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
20232
20233 * simple.el (blink-matching-open): Strip extra info from syntax.
20234
20235 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
20236 funny chars in the end-of-here-doc marker.
20237
20238 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
20239
20240 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
20241 that enable/disabled state of breakpoints is shown correctly in
20242 fringe and on ttys.
20243 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
20244 Add breakpoint information as text properties.
20245 (gdb-mouse-toggle-breakpoint):
20246 Rename to gdb-mouse-set-clear-breakpoint.
20247 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
20248 breakpoints in the margin.
20249 (gdb-remove-strings): Simplify.
20250
20251 2005-01-17 Jay Belanger <belanger@truman.edu>
20252
20253 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
20254 erasing buffer.
20255
20256 2005-01-17 Richard M. Stallman <rms@gnu.org>
20257
20258 * progmodes/grep.el (grep-find): Copy from `grep' the condition
20259 for calling grep-compute-defaults.
20260
20261 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
20262 if buffer is empty.
20263
20264 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
20265
20266 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
20267
20268 * hilit-chg.el (highlight-changes-mode): Don't autoload.
20269
20270 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
20271 non-preloaded variables.
20272
20273 2005-01-17 Steven Tamm <steventamm@mac.com>
20274
20275 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
20276 tex-shell cause to force interactivity when using pipes.
20277
20278 2005-01-17 Kim F. Storm <storm@cua.dk>
20279
20280 * simple.el (just-one-space): Make arg optional.
20281
20282 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
20283
20284 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
20285 posn-at-x-y to t to access left-margin.
20286
20287 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
20288
20289 Sync with Tramp 2.0.47.
20290
20291 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
20292 catching keep-date problems in cp/scp operations.
20293 (tramp-handle-copy-file): Don't call `set-file-modes'
20294 unconditionally. Specialized functions should know better what is
20295 necessary. This improves performance a little bit, and the
20296 functions could catch errors with `cp -p' and `scp -p'.
20297 (tramp-do-copy-or-rename-file-via-buffer)
20298 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
20299 when appropriate.
20300 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
20301 Call `set-file-modes' when appropriate.
20302 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
20303 Johnsson <isak@hypergene.com>
20304 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
20305 of both Tramp buffer and debug buffer. Reported by Joakim Verona
20306 <joakim@verona.se>
20307 (tramp-file-name-for-operation): Mark `shell-command' as magic for
20308 Emacs only.
20309
20310 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
20311 `find-file-hooks' and `dired-mode-hook'.
20312 (tramp-minor-mode-map): Respective map. Add remapping for
20313 `compile' and `recompile'.
20314 (tramp-remap-command, tramp-recompile): New defuns.
20315 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
20316 in buffer "*Compilation*". Call the commands asynchronously.
20317
20318 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
20319 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
20320 `shell-command', because it isn't magic in XEmacs. Reported by
20321 Adrian Aichner <adrian@xemacs.org>.
20322
20323 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
20324 `substitute-in-file-name.
20325 (tramp-smb-handle-substitute-in-file-name): New defun.
20326 (tramp-smb-advice-PC-do-completion): Delete advice.
20327
20328 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
20329
20330 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
20331 Fix error in deleting region.
20332
20333 2005-01-15 Richard M. Stallman <rms@gnu.org>
20334
20335 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
20336 In non-temp buffer, switch syntax table temporarily.
20337
20338 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
20339
20340 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
20341
20342 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
20343
20344 * imenu.el (imenu--split-menu): Copy menulist before sorting.
20345 (imenu--generic-function): Use START, not BEG, as pos of definition.
20346
20347 * simple.el (just-one-space): Argument specifies number of spaces.
20348
20349 * simple.el (eval-expression-print-format): Avoid warning
20350 about edebug-active.
20351
20352 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
20353
20354 * progmodes/sh-script.el: Code copied from make-mode.el
20355 with small changes,
20356 (sh-mode-map): Bind C-c C-\.
20357 (sh-backslash-column, sh-backslash-align): New variables.
20358 (sh-backslash-region, sh-append-backslash): New functions.
20359
20360 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
20361
20362 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
20363 (rmail-pop-password, rmail-pop-password-required): Move to
20364 rmail-obsolete group.
20365 (rmail-set-pop-password): Rename to rmail-set-remote-password.
20366 All callers updated.
20367 (rmail-get-pop-password): Rename to rmail-get-remote-password.
20368 Take an argument specifying whether it is POP or IMAP mailbox we
20369 are using. All callers updated.
20370 (rmail-pop-password-error): Rename to
20371 rmail-remote-password-error. Added mailutils-specific error message.
20372 (rmail-movemail-search-path)
20373 (rmail-movemail-variant-in-use): New variables.
20374 (rmail-remote-password, rmail-remote-password-required):
20375 New customization variables.
20376 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
20377 (rmail-parse-url): New function.
20378 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
20379 with GNU mailutils movemail.
20380
20381 2005-01-15 Kevin Ryde <user42@zip.com.au>
20382
20383 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
20384 suffix to space, $ or '$, to correctly position point when going
20385 to @table style constants like DBL_MAX.
20386
20387 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
20388
20389 * type-break.el (type-break-mode, type-break-file-time)
20390 (type-break-file-keystroke-count, type-break-choose-file):
20391 Don't store data in or load data from the file if type-break-file-name
20392 is nil.
20393 (type-break-file-name): Doc update as per the above.
20394
20395 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
20396
20397 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
20398 lookup-key might return nil; handle that.
20399
20400 2005-01-15 Alan Mackenzie <acm@muc.de>
20401
20402 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
20403 rather than the element found, thus enabling the tree to be setcar'd.
20404
20405 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
20406
20407 * textmodes/org.el (org-show-following-heading): New option.
20408 (org-show-hierarchy-above): Use `org-show-following-heading'.
20409 (org-cycle): Documentation fix.
20410
20411 * textmodes/org.el (orgtbl-optimized): New option
20412 (orgtbl-mode): New command, a minor mode.
20413 (orgtbl-mode-map): New variable.
20414 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
20415 (orgtbl-error, orgtbl-self-insert-command)
20416 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
20417
20418 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
20419 a local variable in each org-mode buffer.
20420
20421 * textmodes/org.el (org-set-regexps-and-options): Rename from
20422 `org-set-regexps'. Added checking for STARTUP keyword.
20423 (org-get-current-options): Add STARTUP options.
20424 (org-table-insert-row): Make mode intelligent about when
20425 realignment is needed.
20426 (org-self-insert-command, org-delete-backward-char, org-delete-char):
20427 New commands.
20428 (org-enable-table-editor): New default value `optimized'.
20429 (org-table-blank-field): Support blanking regions if active.
20430
20431 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
20432
20433 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
20434 if the year is not given.
20435
20436 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
20437 Add new escapes %m and %M, fixed bug with %F by adding
20438 save-match-data.
20439 (reftex-reference): Remove ?. from list of spaces.
20440 (reftex-label-info): Add automatic label prefix recognition.
20441
20442 * textmodes/reftex-index.el (reftex-index-next-phrase):
20443 Add slave parameter to call of `reftex-index-this-phrase'.
20444 (reftex-index-this-phrase): New optional argument.
20445 (reftex-index-region-phrases): Add slave parameter to call of
20446 `reftex-index-this-phrase'.
20447 (reftex-display-index): New argument redo.
20448 (reftex-index-rescan): Add `redo' to arguments of
20449 `reftex-display-index'.
20450 (reftex-index-Rescan, reftex-index-revert)
20451 (reftex-index-switch-index-tag): Add `redo' to arguments of
20452 `reftex-display-index'.
20453 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
20454 indexing. Fix bug with matching is there is a quote before or
20455 after the word.
20456
20457 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
20458 Fix bug when collecting citation keys in lines with comments.
20459 (reftex-citation): Prefix argument no longer rescans the document,
20460 but forces prompting for optional arguments of cite macros.
20461 (reftex-do-citation): Prompting for optional arguments implemented.
20462
20463 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20464 Add optional arguments to most cite commands.
20465 (reftex-cite-cleanup-optional-args): New option
20466 (reftex-cite-prompt-optional-args): New option.
20467 (reftex-trust-label-prefix): New option.
20468
20469 * textmodes/reftex-toc.el (reftex-toc-find-section):
20470 Add push-mark before changing the position in the buffer.
20471
20472 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
20473 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
20474
20475 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
20476
20477 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
20478 more carefully.
20479
20480 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
20481
20482 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
20483 (sgml-mode): Use it.
20484 (sgml-get-context): Better keep track of implicitly closed tags.
20485
20486 2005-01-13 Kenichi Handa <handa@m17n.org>
20487
20488 * textmodes/ispell.el: These changes are to fix misalignment error
20489 caused by equivalent characters of different Emacs charsets.
20490 (ispell-unified-chars-table): New variable.
20491 (ispell-get-decoded-string): New function.
20492 (ispell-get-casechars, ispell-get-not-casechars)
20493 (ispell-get-otherchars): Call ispell-get-decoded-string.
20494
20495 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
20496
20497 * custom.el (custom-declare-variable): Just put symbol instead
20498 of (defvar . symbol) in `current-load-list'.
20499
20500 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
20501
20502 * emacs-lisp/elint.el: Fixed typo in Commentary section.
20503
20504 2005-01-12 Jay Belanger <belanger@truman.edu>
20505
20506 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
20507 to create a Calc summary.
20508
20509 2005-01-12 Kim F. Storm <storm@cua.dk>
20510
20511 * mouse.el (mouse-on-link-p): Change functionality and doc
20512 string to comply with latest description in lisp ref.
20513
20514 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
20515
20516 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
20517 Enable mouse clicks on mode-line, header-line and margin.
20518 (event-type): Give mouse event symbols an `event-kind' property
20519 with value `mouse-click'.
20520
20521 2005-01-12 Juri Linkov <juri@jurta.org>
20522
20523 * facemenu.el (list-colors-display): Add new arg buffer-name.
20524 Use it. Fix docstring. Replace code for identifying duplicate
20525 colors by the name with call to `list-colors-duplicates' which
20526 identifies duplicate colors by the value unless the color
20527 is one of special Windows colors. Set truncate-lines to t.
20528 Print sorted duplicate color names on each line. Indent to 22
20529 \(the longest color name in rgb.txt) instead of 20. Optimize.
20530 (list-colors-duplicates): New function.
20531 (facemenu-color-name-equal): Delete function.
20532
20533 * facemenu.el (list-colors-print): New function created from code
20534 in list-colors-display. Print #RRGGBB at the window right edge.
20535 (list-colors-display): When temp-buffer-show-function is not
20536 defined, call list-colors-print from temp-buffer-show-hook
20537 to get the right value of window-width in list-colors-print
20538 after the buffer is displayed.
20539
20540 * simple.el (pop-mark): Move deactivate-mark out of conditional
20541 part to deactivate the active mark regardless of the state of the
20542 mark ring.
20543
20544 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
20545 variables line in desktop files.
20546
20547 2005-01-12 Juri Linkov <juri@jurta.org>
20548
20549 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
20550 Bring together isearch highlight related options.
20551 (lazy-highlight): Replace group `replace' by `matching'.
20552 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20553 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
20554 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
20555 and declare them obsolete.
20556 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
20557 (isearch-faces): Remove defgroup.
20558 (isearch-overlay, isearch-highlight, isearch-dehighlight):
20559 Move isearch highlighting code closer to lazy highlighting code.
20560
20561 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
20562 (query-replace-highlight, query-replace-lazy-highlight)
20563 (query-replace): Move definitions to the beginning of the file.
20564
20565 2005-01-11 Juri Linkov <juri@jurta.org>
20566
20567 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
20568 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
20569 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
20570
20571 * info.el (Info-history-forward): New variable.
20572 (Info-select-node): Reset Info-history-forward to nil.
20573 (Info-last): Turn into defalias.
20574 (Info-history-back): Rename from Info-last.
20575 Add current node to Info-history-forward.
20576 (Info-history-forward): New fun.
20577 (Info-mode-map): Replace Info-last by Info-history-back.
20578 Bind Info-history-forward to "r".
20579 (Info-mode-menu): Replace Info-last by Info-history-back.
20580 Fix menu item text. Add menu item for Info-history-forward.
20581 (info-tool-bar-map): Replace Info-last by Info-history-back.
20582 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
20583 for Info-history-forward.
20584 (Info-mode): Replace Info-last by Info-history-back in docstring.
20585 Add local variable Info-history-forward.
20586 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
20587
20588 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
20589
20590 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
20591 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
20592 Ignore select-window events rather than fiddle with
20593 mouse-autoselect-window.
20594
20595 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
20596
20597 * type-break.el (type-break-mode): Fix previous change.
20598
20599 2005-01-10 Jay Belanger <belanger@truman.edu>
20600
20601 * calc/calc-ext.el (calc-reset): Reset when inside embedded
20602 calculator; only reset when point is inside a calculator.
20603 Don't adjust the window height if the window takes up the whole height
20604 of the frame.
20605
20606 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
20607
20608 * ebuff-menu.el (Electric-buffer-menu-mode):
20609 Preserve value of buffer-local var header-line-format.
20610
20611 2005-01-09 Jay Belanger <belanger@truman.edu>
20612
20613 * calc/calc.el (calc-mode-var-list-restore-saved-values):
20614 Make sure settings file exists before accessing it.
20615
20616 * calc/calc-embed.el (calc-embedded-subst):
20617 Replace math-multi-subst-rec, which is only supposed to be called
20618 by math-multi-subst, by math-multi-subst.
20619
20620 2005-01-09 Andre Spiegel <spiegel@gnu.org>
20621
20622 * vc.el (vc-allow-async-revert): New user option.
20623 (vc-disable-async-diff): New internal variable.
20624 (vc-revert-buffer): Use them to disable asynchronous diff.
20625
20626 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
20627 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
20628 asynchronously if vc-disable-async-diff is t.
20629
20630 2005-01-09 Jay Belanger <belanger@truman.edu>
20631
20632 * calc/calc.el (defcalcmodevar): New macro.
20633 (calc-mode-var-list-restore-default-values)
20634 (calc-mode-var-list-restore-saved-values): New functions.
20635 (calc-mode-var-list): Use defcalcmodevar to define it.
20636 (calc-always-load-extensions, calc-line-numbering)
20637 (calc-line-breaking, calc-display-just, calc-display-origin)
20638 (calc-number-radix, calc-leading-zeros, calc-group-digits)
20639 (calc-group-char, calc-point-char, calc-frac-format)
20640 (calc-prefer-frac, calc-hms-format, calc-date-format)
20641 (calc-float-format, calc-full-float-format, calc-complex-format)
20642 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
20643 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
20644 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
20645 (calc-matrix-brackets, calc-language, calc-language-option)
20646 (calc-left-label, calc-right-label, calc-word-size)
20647 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
20648 (calc-display-raw, calc-internal-prec, calc-angle-mode)
20649 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
20650 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
20651 (calc-window-height, calc-display-trail, calc-show-selections)
20652 (calc-use-selections, calc-assoc-selections)
20653 (calc-display-working-message, calc-auto-why, calc-timing)
20654 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
20655 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
20656 (calc-gnuplot-default-device, calc-gnuplot-default-output)
20657 (calc-gnuplot-print-device, calc-gnuplot-print-output)
20658 (calc-gnuplot-geometry, calc-graph-default-resolution)
20659 (calc-graph-default-resolution-3d, calc-invocation-macro)
20660 (calc-show-banner): Use defcalcmodevar to declare them and set
20661 their default values.
20662
20663 * calc/calc-ext.el (calc-reset): Restore saved values of variables
20664 instead of default values (but restore default values if there is
20665 an argument of 0).
20666
20667 2005-01-09 David Kastrup <dak@gnu.org>
20668
20669 * desktop.el (desktop-restore-eager): Fix typo in type.
20670
20671 2005-01-08 Richard M. Stallman <rms@gnu.org>
20672
20673 * cus-edit.el (customize): Delete :link.
20674
20675 2005-01-08 Jay Belanger <belanger@truman.edu>
20676
20677 * calc/calc.el (calc-mode): Remove the extension from the
20678 `calc-settings-file' file name when loading it.
20679
20680 2005-01-08 Kim F. Storm <storm@cua.dk>
20681
20682 * info.el (Info-mode-map, Info-next-link-keymap)
20683 (Info-prev-link-keymap, Info-up-link-keymap):
20684 Map follow-link to mouse-face.
20685 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
20686
20687 2005-01-08 Jay Belanger <belanger@truman.edu>
20688
20689 * calc/calc.el (calc-settings-file): Change default value.
20690 Suggested by cgw in a comment in calc-mode.el.
20691
20692 * calc/calc-mode.el (calc-settings-file-name):
20693 Compare calc-settings-file to user-init-file instead of ~/.emacs.
20694 Replace ~/.emacs in a prompt by calc-settings-file.
20695
20696 2005-01-07 Lars Hansen <larsh@math.ku.dk>
20697
20698 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
20699 (desktop-lazy-idle-delay): New customizable variables.
20700 (desktop-buffer-args-list): New variable.
20701 (desktop-append-buffer-args): New function.
20702 (desktop-save): Call desktop-append-buffer-args for some buffers.
20703 (desktop-lazy-create-buffer): New function.
20704 (desktop-idle-create-buffers): New function.
20705 (desktop-read): Add message about buffers to restore lazily.
20706 (desktop-lazy-abort): New command.
20707 (desktop-clear): Call desktop-lazy-abort.
20708 (desktop-lazy-complete): New command.
20709
20710 2005-01-06 Richard M. Stallman <rms@gnu.org>
20711
20712 * emacs-lisp/find-func.el (find-face-definition):
20713 Rename from find-face.
20714
20715 2005-01-06 Kim F. Storm <storm@cua.dk>
20716
20717 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
20718
20719 * man.el (Man-xref-man-page, Man-xref-header-file)
20720 (Man-xref-normal-file): Add follow-link property.
20721
20722 2005-01-06 Jay Belanger <belanger@truman.edu>
20723
20724 * calc/calc-units.el: Make sure the proper macro definitions are
20725 available when compiling.
20726
20727 2005-01-06 Juri Linkov <juri@jurta.org>
20728
20729 * isearch.el (isearch-lazy-highlight-update):
20730 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
20731
20732 2005-01-06 Miles Bader <miles@gnu.org>
20733
20734 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
20735 (isearch-lazy-highlight-face): Use new name.
20736
20737 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
20738
20739 * uniquify.el (uniquify-rationalize-file-buffer-names):
20740 Re-add an interactive spec.
20741 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
20742 to the same name.
20743
20744 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
20745 (isearch-update, isearch-done): Adjust calls accordingly.
20746
20747 2005-01-05 Richard M. Stallman <rms@gnu.org>
20748
20749 * custom.el (custom-set-variables, custom-theme-set-variables):
20750 Clarify documentation.
20751
20752 * emacs-lisp/find-func.el (find-variable)
20753 (find-variable-other-window, find-variable-other-frame):
20754 Fix the TYPE args to find-function-read and find-function-do-it.
20755 (find-function): Doc fix.
20756 (find-function-at-point): Replace function-at-point alias.
20757
20758 2005-01-04 Richard M. Stallman <rms@gnu.org>
20759
20760 * cus-face.el (custom-declare-face):
20761 Record defface in current-load-list.
20762
20763 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
20764
20765 * emacs-lisp/find-func.el: Doc fixes.
20766 (find-face-regexp): New variable.
20767 (find-function-regexp-alist): New variable.
20768 (find-function-C-source): Third arg is now TYPE.
20769 (find-function-search-for-symbol): Handle general TYPE.
20770 (find-function-read, find-function-do-it): Handle general TYPE.
20771 (find-definition-noselect, find-face): New functions.
20772 (function-at-point): Alias deleted.
20773
20774 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
20775
20776 * battery.el (display-battery-mode): Rename from display-battery.
20777 Handle the case where it gets turned off.
20778
20779 2005-01-04 Richard M. Stallman <rms@gnu.org>
20780
20781 * cus-edit.el (customize): Make :link point to user doc.
20782
20783 * man.el (Man-fontify-manpage): Turn off undo generation.
20784
20785 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
20786
20787 2005-01-04 Andreas Schwab <schwab@suse.de>
20788
20789 * files.el (insert-directory): Only look for error lines in
20790 inserted text. Don't move too far after processing --dired markers.
20791
20792 2005-01-04 Richard M. Stallman <rms@gnu.org>
20793
20794 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
20795 Don't expand if the character is @, period, dash, etc.
20796 (define-mail-abbrev): Quote names that contain problem characters.
20797
20798 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
20799
20800 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
20801
20802 2005-01-03 Richard M. Stallman <rms@gnu.org>
20803
20804 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
20805 (query-replace-highlight, query-replace-lazy-highlight)
20806 (query-replace): Definitions moved up. Doc fix.
20807
20808 2005-01-03 Richard M. Stallman <rms@gnu.org>
20809
20810 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
20811 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20812 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
20813 (lazy-highlight-face): Rename from isearch-lazy-...
20814 Change all references to them.
20815
20816 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
20817
20818 * cus-edit.el (custom-file): Doc fix for defcustom.
20819 (custom-file): The function no longer sets the variable
20820 `custom-file' to its return value.
20821
20822 * startup.el (command-line): No longer load `custom-file'.
20823
20824 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
20825
20826 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
20827
20828 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
20829 Don't confuse module-prefixed identifiers for labels.
20830 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
20831
20832 2005-01-02 Richard M. Stallman <rms@gnu.org>
20833
20834 * files.el (basic-save-buffer-1): Fix previous change.
20835
20836 * loadhist.el (file-loadhist-lookup): New function.
20837 (file-provides, file-requires): Use it.
20838
20839 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
20840 instead of calculating the right size.
20841
20842 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20843
20844 * vc-svn.el (vc-svn-diff): Stay local if possible.
20845
20846 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
20847
20848 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
20849
20850 * files.el (hack-local-variables): Fix last change.
20851
20852 2005-01-02 Jay Belanger <belanger@truman.edu>
20853
20854 * calc/calc-yank.el (calc-edit-top): New variable.
20855 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
20856 object. Change header properties.
20857 (calc-edit-finish, calc-edit-finish-stack-object)
20858 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
20859 edited object.
20860 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
20861 for the beginning of the edited object.
20862 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
20863 for the beginning of the edited object.
20864 * calc/calc-prog.el (calc-edit-macro-finish-edit)
20865 (calc-finish-formula-edit, calc-macro-repeats)
20866 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
20867 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
20868 beginning of the edited object.
20869 (calc-user-define-edit): Change the header for editing macros.
20870 Remove unnecessary variable.
20871
20872 2005-01-01 Jay Belanger <belanger@truman.edu>
20873
20874 * calc/calc-yank.el (calc-edit-mode): Change default header.
20875 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
20876 * calc/calc-store.el (calc-edit-variable): Change title to match new
20877 header.
20878 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
20879 mode to match new header.
20880 (calc-user-define-edit): Change titles to include names of commands.
20881 (calc-finish-formula-edit): Adjust to handle new header.
20882 (calc-finish-macro-edit): Remove.
20883 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
20884 (calc-edit-macro-command, calc-edit-macro-command-type)
20885 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
20886 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
20887 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
20888 (calc-edit-macro-finish-edit): New functions.
20889 (calc-user-define-edit): Use new functions to edit named calc macros.
20890
20891 2005-01-01 Stefan <monnier@iro.umontreal.ca>
20892
20893 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
20894
20895 * ses.el (copy-region-as-kill): Deactivate mark.
20896
20897 2005-01-01 Richard M. Stallman <rms@gnu.org>
20898
20899 * replace.el (occur-1): If the output buffer is also an input,
20900 don't kill it, rename it.
20901
20902 * faces.el (set-face-background, set-face-foreground): Doc fix.
20903
20904 * cus-face.el (custom-face-attributes): Fix :help-echo strings
20905 for :foreground and :background.
20906
20907 * dired.el (dired-view-command-alist): Variable deleted.
20908 (dired-view-file, dired-mouse-find-file-other-window):
20909 Delete the code to use it.
20910
20911 2005-01-01 Kim F. Storm <storm@cua.dk>
20912
20913 * image.el (insert-sliced-image): Use t for line-height property.
20914
20915 See ChangeLog.11 for earlier changes.
20916
20917 ;; Local Variables:
20918 ;; coding: iso-2022-7bit
20919 ;; End:
20920
20921 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
20922 Copying and distribution of this file, with or without modification,
20923 are permitted provided the copyright notice and this notice are preserved.
20924
20925 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1