*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
49af2995
KS
12006-02-20 Kim F. Storm <storm@cua.dk>
2
3 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5
6 * loadup.el: Load "fringe" on window systems.
7
82006-02-20 Nick Roberts <nickrob@snap.net.nz>
17007b97
NR
9
10 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
11 out of scope components.
12
13 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14 default.
15
ec9f0a62
CY
162006-02-20 Chong Yidong <cyd@stupidchicken.com>
17
18 * custom.el (customize-mark-to-save, customize-mark-as-set): Load
19 the symbol first.
20
5376d5f6
JB
212006-02-20 Juanma Barranquero <lekktu@gmail.com>
22
23 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
24 strech spec so it doesn't display as "^J" on the header line
25 when `Buffer-menu-use-header-line' is t.
26
8e6694f5
NR
272006-02-20 Nick Roberts <nickrob@snap.net.nz>
28
29 * speedbar.el (speedbar-make-button): Keep text properties
30 of string arguments if desired.
31
32 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
33 expessions.
34
35 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
36 of speedbar.
37
07556e35
JPW
382006-02-19 Ryan Yeske <rcyeske@gmail.com>
39
40 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
41 to value of `read-file-name-completion-ignore-case'.
42
2d656942
CY
432006-02-19 Chong Yidong <cyd@stupidchicken.com>
44
fccf2784 45 * custom.el (customize-mark-as-set): Push to `user' theme.
4a9ceb4e 46
2d656942 47 * cus-edit.el (custom-save-variables): Allow unthemed values.
fccf2784 48 (customize-set-variable): Push setting to `user' theme.
2d656942 49
4d9fa6b8
NR
502006-02-19 Nick Roberts <nickrob@snap.net.nz>
51
52 * progmodes/gud.el: Don't require font-lock as it's now
53 automatically loaded.
54 (gud-speedbar-buttons): Replace gdb-var-changed with
55 gdb-force-update.
56
57 * progmodes/gdb-ui.el (gdb-force-update): Rename from
58 gdb-var-changed.
59 (gdb-post-prompt): Use it.
60 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
61 (gdb-var-update-handler, gdb-var-delete)
62 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
63 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
64 gdb-force-update in gdb-post-prompt.
65 (gdb-reset): Clear watch expressions from speedbar when quitting.
66
b6178721 672006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5376d5f6
JB
68
69 * viper-cmd.el (viper-insert-state-post-command-sentinel)
70 (viper-change-state-to-vi, viper-change-state-to-emacs):
71 Make aware of cursor coloring in the Emacs state.
72 (viper-special-read-and-insert-char): Use read-char-exclusive.
73 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
74
75 * viper-init.el (viper-emacs-state-cursor-color): New variable.
76
77 * viper-util.el (viper-save-cursor-color)
78 (viper-get-saved-cursor-color-in-replace-mode)
79 (viper-get-saved-cursor-color-in-insert-mode)
80 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
b6178721 81 state.
5376d5f6
JB
82 (viper-get-saved-cursor-color-in-emacs-mode): New function.
83
84 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
85 (ediff-ignore-case-option3, ediff-actual-diff-options)
86 (ediff-actual-diff3-options): New variables to control case sensitivity.
87 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
88 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
89 (ediff-toggle-ignore-case): New function.
90 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
91
92 * ediff-help.el (ediff-long-help-message-narrow2)
93 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
94 (ediff-long-help-message-word-mode): Add ignore-case command.
95 (ediff-help-for-quick-help): Add ignore-case command.
96
97 * ediff-merg.el: Move provide to the end.
98
99 * ediff-ptch.el: Move provide to the end.
100
101 * ediff-wind.el: Move provide to the end.
102
103 * ediff-mult.el: Move provide to the end.
104 (ediff-set-meta-overlay): Enable follow-link.
105
106 * ediff.el: Move provide to the end.
b6178721 107 Break recursive load cycle in eval-when-compile.
5376d5f6
JB
108 (ediff-patch-buffer): Better heuristics.
109
110 * ediff-util.el: Move provide to the end.
b6178721 111 Break recursive load cycle in eval-when-compile.
5376d5f6 112 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
b6178721 113 defuns.
5376d5f6 114 (ediff-submit-report): Pass the values of ediff-diff3-program,
b6178721 115 ediff-diff3-options.
5376d5f6 116
dee503e5
JB
1172006-02-19 Juanma Barranquero <lekktu@gmail.com>
118
119 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
120 the opening bracket of the following bracketing pairs: {}, [], (), <>,
121 `' (for example, in the docstring of `windmove-default-keybindings').
122
e06b715f
NR
1232006-02-19 Nick Roberts <nickrob@snap.net.nz>
124
125 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
126 shadow face. Don't provide binding to edit variable when it is
127 out of scope.
128
129 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
130 (gdb-var-update-handler): Detect out of scope variables with pre
131 GDB 6.4 too.
132 (gdb-post-prompt): Revert changet 2006-02-17 (force update).
dee503e5 133 Reset status of variable objects to nil in update handlers.
e06b715f
NR
134 (gdb-var-update-handler-1): Detect when a variable object comes
135 in scope. setcar on var changes gdb-var-list directly.
136
d73c9bcb
JL
1372006-02-17 Juri Linkov <juri@jurta.org>
138
139 * ffap.el (ffap) <defface>: Add explicit face declaration.
140 (ffap-highlight): Use face `ffap' directly instead of checking
141 for its existence.
142
143 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
144 `visible-ok' of `other-buffer' to find the right original buffer.
145
146 * info.el (Info-search): Skip `Local Variables' node.
147
bec275ed
JL
1482006-02-17 Juri Linkov <juri@jurta.org>
149
150 * info.el (Info-find-file): Check for symbols `apropos', `history',
151 `toc' in the input filename, and return these symbols as is.
152 (Info-find-node-2): Set Info-current-file to symbols `apropos',
153 `history', `toc' instead of strings.
154 (Info-set-mode-line): For non-string Info-current-file use the
155 symbol's name inside **.
156 (Info-isearch-push-state): Add quote before Info-current-file and
157 Info-current-node.
158 (Info-isearch-pop-state): Use `equal' instead of `string='.
159 (Info-extract-pointer, Info-following-node-name): Use
160 `match-string-no-properties' instead of `match-string'.
161 (Info-up): Check `old-file' for `stringp'.
162 (Info-history): Use `equal' instead of `string-equal'.
163 Check `file' for `stringp'.
164 (Info-history): Use symbol `history' instead of string as first arg
165 of `Info-find-node'.
166 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
167 `toc' instead of string.
168 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
169 instead of `buffer-substring', and `match-string-no-properties'
170 instead of `match-string'.
171 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
172 instead of strings.
173 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
174 Use symbol `apropos' instead of string.
175 (Info-copy-current-node-name): Check `Info-current-file' for
176 `stringp' and construct a command with `Info-find-node' from it.
177 (Info-fontify-node): Use `match-string-no-properties' instead of
178 `match-string' and check file names for `stringp'.
179 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
180 `history', `toc' instead of strings.
181
b9e1451a
CY
1822006-02-17 Chong Yidong <cyd@stupidchicken.com>
183
184 * files.el: Rearrange functions and variables in the file local
185 variables section.
186
8086a70c
RS
1872006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
188
189 * files.el: Add truncate-lines, ispell-check-comments and
190 ispell-local-dictionary as safe local variables.
191
11de097a
NR
1922006-02-18 Nick Roberts <nickrob@snap.net.nz>
193
194 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
195 out of scope variables.
196 (gud-speedbar-buttons): Use unless.
197
198 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
199 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
200 (gdb-show-changed-values): Also use for out of scope variables.
201 (gdb-var-update-handler-1): Note if variable goes out of scope.
202
783eebb9
EZ
2032006-02-17 Ryan Yeske <rcyeske@gmail.com>
204
205 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
206 default to global variable values for unsupplied args.
207 (rcirc-get-buffer-create): Fix bug with setting the target.
208 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
209 test for rcirc-always-use-server-buffer-flag here.
210 (rcirc-response-formats): Add %N, which is a facified nick. %n
211 uses the default face. Change the ACTION format string. If the
212 "nick" is the server, don't print anything for that field.
213 Comment fixes.
214 (rcirc-target-buffer): Don't test
215 rcirc-always-use-server-buffer-flag here.
216 (rcirc-print): Squeeze extra spaces out of the text before message.
217 (rcirc-put-nick-channel): Strip potential "@" char from nick
218 before adding them to nick table.
219 (rcirc-url-regexp): Improve to match address like "foo.com".
220
773e7e48
EZ
2212006-02-17 Eli Zaretskii <eliz@gnu.org>
222
11de097a 223 * allout.el (allout-hidden-p): Move this defsubst before
773e7e48
EZ
224 allout-overlay-interior-modification-handler, where it is first
225 used.
226
96b83743
EZ
2272006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
228
229 * allout.el: Use allout invisible-text overlays instead of
230 selective display for concealed text. Also, lots of general
231 cleanup, and improved compatibility code.
232
233 (allout-version) Incremented, corrected, revised, and refined
234 module commentary.
235
236 (provide 'allout): Moved to the bottom, added a require of overlay.
237
238 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
239 `except-current'.
240 (allout-write-file-hook-handler): Minimize delay.
241 (count-trailing-whitespace-region): New function so
242 auto-encryption of current topic can resituate cursor exactly.
243 PGP/GPG encryption trims trailing whitespace from lines, which
244 must be accounted for across encryption then decryption.
245
246 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
247 just plain "\C-c", to avoid intruding on user's keybinding space.
248
249 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
250 parameter, so user request to provide a new password is done.
251
252 (allout-outside-normal-auto-fill-function, allout-auto-fill):
253 Refined mechanism for auto-filling behavior while in allout mode.
254
255 (allout-mode): Explicitly specify the mode map in the docstring.
256 Clarify provision for various write-file hook var names.
257 Adjusted for invisible-text overlays instead of selective-display.
258
259 (allout-depth): Really return 0 if not within any topic. This
260 rectifies `allout-beginning-of-level' and sequence numbering
261 errors that occur when cutting and pasting numbered topics.
262 Changed from a in-line subst to a regular function, as well.
263
264 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
265
266 (allout-end-of-subtree, allout-end-of-subtree)
267 (allout-end-of-entry, allout-end-of-current-heading)
268 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
269 (allout-show-children, allout-show-to-offshoot)
270 (allout-hide-current-entry, allout-show-current-entry): Rectified
271 handling of trailing blank lines between items.
272
273 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
274 (allout-current-depth, allout-unprotected, allout-hidden-p)
275 (allout-on-current-heading-p, allout-listify-exposed)
276 (allout-chart-subtree, allout-goto-prefix)
277 (allout-back-to-current-heading, allout-get-body-text)
278 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
279 (allout-hide-region-body, allout-toggle-subtree-encryption)
280 (allout-encrypt-string, allout-encrypted-key-info)
281 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
282 (allout-file-vars-section-data): Adjusted for use with
283 invisible-text overlays instead of selective-display.
284
285 (allout-kill-line, allout-kill-topic, allout-yank-processing):
286 Reworked for use with invisible text overlays.
287
288 (allout-current-topic-collapsed-p): New function.
289
290 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
291 to know when to close the containing topic.
292
293 (allout-pre-command-business, allout-post-command-business):
294 Simplify undo-batching and dynamic isearch exposure.
295
296 (allout-set-overlay-category): New for invisible-text overlays.
297 Sets properties of allout-overlay-category, used by
298 allout-flag-region to set invisible-text overlay properties.
299 (allout-get-invisibility-overlay): Get the first qualifying
300 invisibility overlay, so we can find the extent of it.
301 (allout-back-to-visible-text): Get to just before the beginnining
302 of the current invisibility overlay, if any.
303
304 (allout-overlay-insert-in-front-handler)
305 (allout-overlay-interior-modification-handler)
306 (allout-before-change-handler, allout-isearch-end-handler): New
307 functions to handle extraordinary actions affecting concealed
308 text.
309
310 (allout-flag-region): Use overlays instead of selective-display
311 for invisible text - by inheritence from the properties of
dee503e5
JB
312 allout-overlay-category in mainline Emacs, and applied
313 property-by-property in XEmacs, some recent versions of which
96b83743
EZ
314 don't inherit the properties from the category. Provisions to
315 respond to concealed-text edits simplified drastically.
316
317 (allout-isearch-rectification, allout-isearch-was-font-lock)
318 (allout-isearch-expose, allout-enwrap-isearch)
319 (allout-isearch-abort, allout-pre-was-isearching)
320 (allout-isearch-prior-pos, allout-isearch-did-quit)
321 (allout-isearch-dynamic-expose)
322 (allout-hide-current-entry-completely): Functions deleted.
323
324 (allout-undo-aggregation): Explicit undo aggregation no longer
325 necessary due to transition away from selective-display.
326
327 (set-allout-regexp, allout-up-current-level)
328 (allout-next-visible-heading, allout-forward-current-level)
329 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
330 (allout-kill-line, allout-yank-processing, allout-show-children)
331 (allout-expose-topic, allout-old-expose-topic)
332 (allout-listify-exposed, allout-insert-latex-header)
333 (allout-toggle-subtree-encryption, allout-encrypt-string)
334 (remove-from-invisibility-spec, allout-hide-current-subtree):
335 Ditched unused variables.
336
a2a385a7
EZ
3372006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
338
72e4724b 339 * textmodes/ispell.el (ispell-change-dictionary): Call
a2a385a7
EZ
340 ispell-buffer-local-dict instead of
341 ispell-accept-buffer-local-defs.
72e4724b 342 (ispell-local-dictionary-alist): Accept as valid any coding-system
dee503e5 343 supported by Emacs.
72e4724b
EZ
344 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
345 changed to iso-8859-3.
a2a385a7 346
c3229403
NR
3472006-02-17 Nick Roberts <nickrob@snap.net.nz>
348
60b8fb50
NR
349 * speedbar.el (speedbar-frame-width): Make an inline function
350 instead of a macro. Use frame-width.
dee503e5 351 (speedbar-try-completion, speedbar-update-contents)
60b8fb50
NR
352 (speedbar-timer-fn): Use consp.
353 (speedbar-update-localized-contents): Try to preserve point.
354
355 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
c3229403 356 (menu): Re-order menu items.
60b8fb50
NR
357 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
358 field.
359 (gdb-var-update-handler-1): Use it for GDB 6.4+.
360 (gdb-post-prompt): Speed things by not forcing update.
c3229403 361
bc7b6e08
CY
3622006-02-16 Chong Yidong <cyd@stupidchicken.com>
363
364 * wid-edit.el (widget-button-click): For mouse-1, cancel button
365 press and perform default action if we get a mouse movement event.
366
b5189759
JB
3672006-02-16 Juanma Barranquero <lekktu@gmail.com>
368
369 * calendar/icalendar.el (icalendar--get-event-property)
370 (icalendar--get-event-property-attributes): Fix typos in
371 docstrings.
372
373 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
374 docstring.
375
988deaf9
JB
3762006-02-15 Juanma Barranquero <lekktu@gmail.com>
377
378 * bs.el (bs-mode): Use `buffer-disable-undo'.
379 (bs--get-file-name): Simplify.
380 (bs-show-in-buffer): Mark the buffer as not modified.
381
42078bb2
CY
3822006-02-14 Chong Yidong <cyd@stupidchicken.com>
383
bb55f90e
CY
384 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
385 widget-button-click.
386
387 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
9ca66103 388 (custom-mode): Update docstring.
bb55f90e 389
50be33f5
CY
390 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
391 binding.
392
42078bb2 393 * files.el (hack-local-variables-confirm): Allow scrolling if the
0a158521 394 file variable list is too long. Kill temp buffer after use.
42078bb2 395
a4b354b7
NR
3962006-02-15 Nick Roberts <nickrob@snap.net.nz>
397
398 * progmodes/gud.el (gdb): Improve doc string.
399 (gdb-script-font-lock-keywords): Expand allowed character set.
400
401 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
402 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
403 (gdb-separate-io-interrupt, gdb-separate-io-quit)
404 (gdb-separate-io-stop, gdb-separate-io-eof):
405 Rename from gdb-inferior-* to gdb-separate-*.
406 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
407
d7505da3
JB
4082006-02-14 Jay Belanger <belanger@truman.edu>
409
410 * calc/calc-arith.el (math-check-known-scalarp): Make sure
411 expression is a symbol before checking that it is bound.
412
413 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
414 test to see if equation can be solved.
415
d450f2a2
CY
4162006-02-14 Chong Yidong <cyd@stupidchicken.com>
417
e1ec62a5
CY
418 * wid-edit.el (widget-button-click): Use :pressed-face property
419 for overlay face, if it exists.
420
421 * cus-edit.el (custom-manual, custom-add-see-also)
422 (custom-add-parent-links, custom-group-link): Add :pressed-face
423 property to links.
424
d450f2a2
CY
425 * files.el (hack-local-variables): Remove ignored variables before
426 checking if any variables need setting.
427
0dd95b49
JD
4282006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
429
ef4cbfc0 430 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
0dd95b49 431
a5f43550
JB
4322006-02-14 Juanma Barranquero <lekktu@gmail.com>
433
434 * help.el (where-is): Fix message for remapped commands.
435
ef4cbfc0
JB
436 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
437 Fix typos in docstrings.
438
5a6c1d87
CY
4392006-02-13 Chong Yidong <cyd@stupidchicken.com>
440
441 * files.el (safe-local-variable-values): New option.
442 (hack-local-variables-prop-line): Return a list of variable-value
443 pairs if MODE-ONLY is non-nil.
444 (hack-local-variables): Construct list of variable-value pairs,
445 and apply or reject them in one go. Ask for confirmation if
446 variables are not known safe.
447 (hack-local-variables-confirm): Complete rewrite. Support
448 `safe-local-variable-values'.
449 (enable-local-variables): Update docstring to reflect new
450 behavior.
451 (ignored-local-variables): Ignore ignored-local-variables and
452 safe-local-variable-values.
453 (safe-local-variable-p): New function.
454 (risky-local-variable-p): `safe-local-variable' property check
455 moved to safe-local-variable-p.
456 (hack-one-local-variable): Checks moved to hack-local-variables.
457
a5f43550
JB
458 (byte-compile-dynamic, c-basic-offset, c-file-style)
459 (c-indent-level, comment-column, fill-column, fill-prefix)
460 (indent-tabs-mode, kept-new-versions, no-byte-compile)
461 (no-update-autoloads, outline-regexp, page-delimiter)
462 (paragraph-start, paragraph-separate, sentence-end)
463 (sentence-end-double-space tab-width, version-control):
464 Add `safe-local-variable' property.
5a6c1d87
CY
465
466 * find-lisp.el: Delete nonexistent `autocompile' file variable.
467
468 * icomplete.el, play/landmark.el: Change nonexistent
469 `outline-layout' file variable to `allout-layout'.
470
ee517841
NR
4712006-02-14 Nick Roberts <nickrob@snap.net.nz>
472
473 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
474 (gdb-get-changed-registers): Test value of gud-minor-mode relative
475 to gud-comint-buffer.
476 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
477 gdb-ui.el for gdb-mi.el.
478 (gdb-post-prompt, gdb-get-changed-registers): Move test for
479 registers buffer to gdb-get-changed-registers.
480 (gdb-breakpoint-regexp): New regexp. Allow toggling and
481 deletion of catchpoints (throw and catch).
482 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
483 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
484 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
485 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
486 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
487
c3a1b861
JB
4882006-02-13 Jay Belanger <belanger@truman.edu>
489
a5f43550 490 * calc/calc-arith.el (math-check-known-matrixp): Make sure
c3a1b861
JB
491 expression is a symbol before checking that it is bound.
492
2c8ed538
RS
4932006-02-13 Richard M. Stallman <rms@gnu.org>
494
f8d775e1
RS
495 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
496 for the minibuffer too, but not if resize-mini-windows will interfere.
497
2c8ed538
RS
498 * help.el (describe-key-briefly, describe-key): Do all arg-reading
499 inside `interactive' spec.
500 (describe-key-briefly-internal, describe-key-internal):
501 Functions merged back into their callers.
a5f43550 502
fd5b25da
JL
5032006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
504
505 * info.el (info-xref-visited): Inherit from info-xref too.
506 (Info-set-mode-line): Replace occurrences of `%' by `%%'
507 when propertizing Info-current-file and Info-current-node.
508
ace665ea
JL
5092006-02-13 Juri Linkov <juri@jurta.org>
510
511 * tumme.el (tumme-thumbnail-storage): Fix docstring.
512 (tumme-thumb-name): Fix per-directory format.
513
50d16788
JB
5142006-02-13 Juanma Barranquero <lekktu@gmail.com>
515
516 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
517
3715419e
MB
5182006-02-12 Miles Bader <miles@gnu.org>
519
520 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
521
98da60f7
MD
5222006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
523
50d16788 524 * tumme.el: Remove history section. If someone needs the it, it
98da60f7
MD
525 can always be found in CVS.
526
fb453473
MD
5272006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
528
50d16788
JB
529 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
530 about the Thumbnail Managing Standard option.
fb453473 531
0283e339
RS
5322006-02-12 Richard M. Stallman <rms@gnu.org>
533
534 * subr.el (substitute-key-definition): Doc fix.
535
536 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
537
538 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
539
540 * info.el (Info-mode): Doc fix.
541
542 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
543
7dbde7dd
MA
5442006-02-12 Michael Albinus <michael.albinus@gmx.de>
545
546 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
547 because on Solaris a POSIX compatible "id" is needed. Reported by
548 Magnus Henoch <mange@freemail.hu>.
549
ea948bd6
JL
5502006-02-12 Juri Linkov <juri@jurta.org>
551
552 * tumme.el: Remove todo item about Thumbnail Managing Standard.
553 (tumme) <defgroup>: Change :group to `multimedia'.
554 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
555 Managing Standard.
556 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
557 Fix dostring.
558 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
559 and %y. Fix docstring.
560 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
561 (tumme-cmd-create-standard-thumbnail-command): New user options.
562 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
563 is `standard'. Fix docstring.
564 (tumme-thumb-width, tumme-thumb-height): New user options.
565 (tumme-external-viewer): Try to find various viewers.
566 (tumme-get-thumbnail-image): Use `create-image' instead of
567 constructing the `image' structure.
568 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
569 `standard'.
570 (tumme-thumb-name): Add file name generation for standard storage.
571 Simplify code for other storages.
572 (tumme-thumb-name): Use width %w and height %h instead of size %s.
573 Add modification time %m and thumbnail-nq8 %q.
574 Use `tumme-cmd-create-standard-thumbnail-command' if
575 tumme-thumbnail-storage is `standard'.
576 (tumme-dired-insert-marked-thumbs): New autoload command.
577 (tumme-dired-after-readin-hook): New function.
578 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
579 `tumme-thumb-size'.
580 (tumme-display-image): Replace size-x %x and size-y %y with
581 width %w and height %h.
582
583 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
584 `tumme-dired-insert-marked-thumbs'.
585
c39343ca
MD
5862006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
587
f828c6fc
JB
588 * tumme.el (tumme-write-tag): Fix small bug (file name did not
589 include path).
590 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
591 matching tag.
c39343ca 592
324e4da7
MB
5932006-02-12 Miles Bader <miles@gnu.org>
594
595 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
596 New variables.
597 (rcirc-abbrev-nick): New function.
598 (rcirc-format-response-string): Rewrite to use the formats in
599 `rcirc-response-formats' and expand escape sequences therein.
600 A text-property `rcirc-text' is added over the actual response
601 text to make easy to find inside the returned string.
602 (rcirc-print): When filling, just look for the `rcirc-text'
603 text-property to find the appropriate fill prefix, instead of
604 using hardwired patterns.
605
e6b84d1f
MD
6062006-02-11 Mathias Dahl <brakjoller@hotmail.com>
607
f828c6fc
JB
608 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
609 Managing Standard.
e6b84d1f 610
ed096543
KS
6112006-02-11 Kim F. Storm <storm@cua.dk>
612
613 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
614 Don't use insert-buffer; do insert-buffer-substring directly.
50d16788 615 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
ed096543 616
518dc5be
EZ
6172006-02-11 Martin Rudalics <rudalics@gmx.at>
618
619 * files.el (revert-buffer, recover-file): Replace buffer-read-only
0a9cef67 620 with inhibit-read-only. Suggested by Stefan Monnier.
518dc5be
EZ
621 (revert-buffer): Let insert-file-contents discard
622 buffer-undo-list. Simplify code.
623 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
624
c54fb9ef
EZ
6252006-02-11 Eli Zaretskii <eliz@gnu.org>
626
5fb64ecc
EZ
627 * menu-bar.el (menu-bar-select-yank): Add a doc string.
628
c54fb9ef
EZ
629 * help.el (describe-key-briefly): Now a wrapper for
630 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
8ee320fc 631 to t. Populate yank-menu if empty.
c54fb9ef
EZ
632 (describe-key-briefly-internal): Renamed from describe-key-briefly.
633 (describe-key): Now a wrapper for describe-key-internal. Bind
8ee320fc 634 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
c54fb9ef
EZ
635 (describe-key-internal): Renamed from describe-key.
636
08108577
EZ
6372006-02-11 Milan Zamazal <pdm@zamazal.org>
638
639 * progmodes/glasses.el (glasses-separator): Doc fix.
640 (glasses-original-separator): New defcustom.
641 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
642
a348f5ba
EZ
6432006-02-11 Martin Rudalics <rudalics@gmx.at>
644
645 * mwheel.el (mouse-wheel-up-event): Doc fix.
646
6295b3b1
MD
6472006-02-11 Mathias Dahl <brakjoller@hotmail.com>
648
f828c6fc
JB
649 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
650 (tumme-dir): New function. Copied from thumbs.el.
6295b3b1 651
be617bbf
JB
6522006-02-10 Juanma Barranquero <lekktu@gmail.com>
653
654 * desktop.el (desktop-outvar): Fix typo.
655 (desktop-save-buffer-p): Doc fix.
656
4f1a3949
JB
657 * subr.el (substitute-key-definition): Fix typo.
658
cbd488c4
YM
6592006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
660
661 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
662 when window-system is mac.
663
664 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
665
d342156c
KS
6662006-02-10 Kim F. Storm <storm@cua.dk>
667
668 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
669 indirect-function instead of using condition-case.
670
13664bec
MD
6712006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
672
f828c6fc
JB
673 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
674 less `colloquial'...
13664bec 675
d03b98ad
MD
6762006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
677
f828c6fc 678 * tumme.el: Add a couple of todo items.
d03b98ad 679
02501160 6802006-02-09 Lars Hansen <larsh@soem.dk>
9e722067 681
4f1a3949 682 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
9e722067
LH
683 (highlight-changes-mode): Don't change desktop-locals-to-save.
684
fcfc4732
CY
6852006-02-09 Chong Yidong <cyd@stupidchicken.com>
686
687 * image-mode.el (image-toggle-display): Clear image cache if using
688 filename.
689
02501160 6902006-02-09 Masatake YAMATO <jet@gyve.org>
d9674f33 691
d2ea84be
MY
692 * dired-x.el (dired-guess-shell-alist-default): Add .man as
693 a `dired-man' target.
1bf6d4b5
RF
694
695 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
d9674f33
MY
696 boundary of symbols.
697
bf54d814
SM
6982006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
699
700 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
701
ddd1e91e
JB
7022006-02-09 Juanma Barranquero <lekktu@gmail.com>
703
704 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
705 `mapcar'; return nil.
706
745cfc57
CY
7072006-02-08 Chong Yidong <cyd@stupidchicken.com>
708
709 * mouse.el (mouse-drag-track): Don't change window if we rebind to
710 some other event.
711
db58efbf
EZ
7122006-02-08 Ryan Yeske <rcyeske@gmail.com>
713
bf54d814
SM
714 * net/rcirc.el (rcirc-startup-channels-alist):
715 Add irc.freenode.net and #emacs as defaults.
db58efbf
EZ
716 (rcirc-ignore-all-activity-flag): Remove variable.
717 (rcirc-authinfo): New variable.
718 (rcirc-authinfo-filename): Remove variable.
719 (rcirc-always-use-server-buffer-flag): New flag.
720 (rcirc): M-x rcirc will automatically connect without prompting.
721 C-u M-x rcirc will prompt. Use rcirc-connect to create a
722 connection in lisp.
723 (rcirc-process-server-response-1): Remove everything but the nick
724 portion of the sender so it doesn't need to be done everywhere
725 else. Update related code.
726 (global-map): Remove global keybindings.
727 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
728 (rcirc-send-input): Split into several functions.
729 (rcirc-process-input-line, rcirc-process-message)
730 (rcirc-process-command): New functions.
731 (rcirc-target-buffer): New function to determine where to route
732 messages.
733 (rcirc-user-nick): Save match data.
734 (rcirc-toggle-ignore-buffer-activity)
bf54d814
SM
735 (rcirc-update-activity-string): Remove global ignore functionality,
736 which can be done now by toggling rcirc-track-minor-mode.
db58efbf
EZ
737 (rcirc-track-minor-mode-map): New keymap.
738 (rcirc-track-minor-mode): New minor-mode.
739 (ignore): Make the ignore output nicer. Always print it when
740 adding or removing nicks.
741 (rcirc-url-regexp): Improve.
742 (rcirc-mangle-text): Remove properties before using text in the
743 modeline.
744 (rcirc-authenticate): Authentication data comes from
745 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
746 (rcirc-server-prefix): Inherit from rcirc-server.
747
063cd226
EZ
7482006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
749
750 * Makefile.in (compile): Append "|| true" to the end of the `find'
751 command, like compile-always does.
752
df2a9b12
SS
7532006-02-08 Sam Steingold <sds@gnu.org>
754
755 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
756 output from a dead connection.
757
6102da26
MD
7582006-02-07 Mathias Dahl <brakjoller@hotmail.com>
759
cb192119 760 * dired.el (dired-mode-map): Add more bindings for tumme.
6102da26 761
cb192119 7622006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
d4f2cc77
SM
763
764 * wdired.el (wdired-mode-map): Use remap.
765 (wdired-get-filename): Massage.
766 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
767 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
768 `keymap' property rather than `local-map'.
769
87ec3117
MD
7702006-02-07 Mathias Dahl <brakjoller@hotmail.com>
771
bd91608b
KS
772 * tumme.el (tumme-get-thumbnail-image): New utility function.
773 Suggested by from Chong Yidong.
774 (tumme-dired-with-window-configuration): Rename from
775 `tumme-dired'. Add code to save window configuration.
87ec3117 776 (tumme-restore-window-configuration): New command to restore the
bd91608b 777 window configuration that `tumme-dired-with-window-configuration'
cb192119 778 saves before it changes the window configuration.
bd91608b
KS
779 (tumme-show-all-from-dir): New command to display thumbnails for
780 all files in a directory entered by the user, like M-x thumbs.
781 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
782 have been created.
783 (tumme-display-thumbnail-original-image): Call `display-buffer'.
87ec3117 784 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
bd91608b 785 Remove obsolete test function.
87ec3117 786
9146d683
JB
7872006-02-07 Juanma Barranquero <lekktu@gmail.com>
788
464540ed
JB
789 * vc.el (small-temporary-file-directory): Remove defvar; there's
790 a defcustom for it in files.el.
791
9146d683
JB
792 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
793 Fix typo in message.
794 (tumme-gallery-generate): Fix typo in `error' message.
795 (tumme-display-window-height-correction)
796 (tumme-display-window-width-correction, tumme-line-up-dynamic)
797 (tumme-line-up-interactive): Dox fixes.
798 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
799 (tumme-restore-window-configuration, tumme-format-properties-string)
800 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
801 Fix typos in docstrings.
802
1b505363
TTN
8032006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
804
805 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
806
25ef2475
NR
8072006-02-07 Nick Roberts <nickrob@snap.net.nz>
808
809 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
810 User should use hook if desired.
811
812 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
813 buffer if necessary.
814 (gdb-delete-frame-or-window): New function.
815 (gdb-breakpoints-mode-map): Bind "q" to it.
816
b06ee3d2
SM
8172006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
818
ea37fbb8
SM
819 * textmodes/nroff-mode.el: Clean up name space.
820 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
821 (nroff-mode): Obey the global setting of nroff-electric-mode.
822 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
823
b06ee3d2
SM
824 * calendar/calendar.el (calendar-increment-month): Typo in last change.
825
cbbd2cd3
TTN
8262006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
827
828 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
829
8302006-02-06 Lars Hansen <larsh@soem.dk>
3e54ab6c
LH
831
832 * generic-x.el (etc-fstab-generic-mode): Add file system types
b06ee3d2 833 cifs and usbdevfs. Allow special chars in file names.
3e54ab6c 834
4c003d2f
JB
8352006-02-05 Jay Belanger <belanger@truman.edu>
836
837 Update copyright notices of the files in lisp/calc.
838
1004fadc
RF
8392006-02-05 Romain Francoise <romain@orebokech.com>
840
841 Update copyright notices of all files in the lisp/play directory.
842
632966a7
LT
8432006-02-04 Luc Teirlinck <teirllm@auburn.edu>
844
bec51011
LT
845 * ldefs-boot.el: Regenerate.
846
847 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
632966a7 848
53391989
KS
8492006-02-05 Kim F. Storm <storm@cua.dk>
850
851 * files.el (magic-mode-regexp-match-limit): New defvar.
852 (set-auto-mode): Use it to limit magic-mode-alist matching.
853
62ffcd76
EZ
8542006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
855
aca2d9bb
EZ
856 * simple.el (display-message-or-buffer): Compare the number of
857 characters to the frame width when determining whether a 1-line
858 message string will fit in the echo area. Count screen lines
859 instead of buffer lines when determining whether a multi-line
860 message will fit in the echo area/minibuffer window.
62ffcd76 861
c1a055ca
EZ
8622006-02-04 Eli Zaretskii <eliz@gnu.org>
863
4a99f153
EZ
864 * info.el (Info-index, Info-mode): Improve the description of the
865 `i' command.
866
c1a055ca
EZ
867 * ldefs-boot.el: Regenerate.
868
cb8ec72a
WL
8692006-02-03 Werner Lemberg <wl@gnu.org>
870
871 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
872 greedy to find the closing bracket in \*[...] and similar
873 expressions. This is a first rough fix -- many additional
b06ee3d2 874 refinements are necessary to make nroff mode really usable with groff.
cb8ec72a 875
6bba8c70
KH
8762006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
877
b06ee3d2
SM
878 * international/mule-cmds.el (set-locale-environment):
879 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6bba8c70
KH
880 libX11.
881
24d5d3e2
EZ
8822006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
883
884 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
885 archive are created in archive-tmpdir.
886
070b3f44
JPW
8872006-02-02 John Paul Wallington <jpw@pobox.com>
888
889 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
890 (ibuffer-fontification-alist): Use it.
891 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
892 to "* z" and the Ibuffer Mark menu.
893
894 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
895
7b8e06aa
SM
8962006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * textmodes/table.el (*table--cell-describe-mode)
899 (*table--cell-describe-bindings): Undo last change since
900 print-help-return-message is not obsoleted by anything at all.
901
f079f5bc
LT
9022006-02-02 Luc Teirlinck <teirllm@auburn.edu>
903
904 * emulation/cua-base.el (cua-mode): Doc fix.
905
8b730780
JB
9062006-02-02 Juanma Barranquero <lekktu@gmail.com>
907
0ddb3356
JB
908 * dframe.el (dframe-handle-make-frame-visible)
909 (dframe-handle-iconify-frame, dframe-get-focus)
910 (dframe-select-attached-frame, dframe-power-click)
911 (dframe-frame-mode): Fix typos in docstrings.
912
913 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
914 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
915 Fix typos in docstrings.
916
8b730780
JB
917 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
918 (hi-lock-face-buffer, hi-lock-font-lock-hook)
919 (hi-lock-archaic-interface-message-used)
920 (hi-lock-file-patterns-range): Fix typos in docstrings.
921
0ddb3356 922 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7b8e06aa 923 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
0ddb3356
JB
924
925 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
926 Fix typo in docstring.
927
475ffea4
JB
928 * net/newsticker.el (newsticker--decode-iso8601-date)
929 (newsticker--set-customvar, newsticker--buffer-insert-item)
930 (newsticker--do-run-auto-mark-filter)
931 (newsticker--parse-generic-feed): Doc fixes.
932 (newsticker--retrieval-timer-list, newsticker-url-list)
933 (newsticker-hide-immortal-items-in-echo-area)
934 (newsticker-hide-obsolete-items-in-echo-area)
935 (newsticker-new-item-face, newsticker--enclosure)
936 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
937 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
938 (newsticker--parse-generic-feed, newsticker--cache-contains)
939 (newsticker--stat-num-items, newsticker-download-enclosures):
940 Fix typos in docstrings.
941
942 * net/rcirc.el (rcirc-debug): Doc fix.
0ddb3356
JB
943 (rcirc-fill-column, rcirc-receive-message-hooks)
944 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
945 (rcirc-mode, rcirc-generate-new-buffer-name)
946 (rcirc-startup-channels, rcirc-ignore-update-automatic)
947 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
948 Fix typos in docstrings.
949 (rcirc-print): "?\ " -> "?\s".
f161b079 950 (rcirc-cmd-join): Improve argument/docstring consistency.
0ddb3356 951
e36cfca2
MH
9522006-02-01 Mark A. Hershberger <mah@everybody.org>
953
954 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
955 before narrow-to-region.
956
39eadb4a
RS
9572006-02-01 Richard M. Stallman <rms@gnu.org>
958
959 * simple.el (move-beginning-of-line): Scan properly for invis change.
960
961 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
962
ca637b2a
MA
9632006-02-01 Michael Albinus <michael.albinus@gmx.de>
964
965 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
966 change bit only when id-format is 'integer. Reported by Matt
967 Hodges <M.P.Hodges@rl.ac.uk>.
968
ea56cdf1
JB
9692006-02-01 Juanma Barranquero <lekktu@gmail.com>
970
971 * hilit-chg.el (highlight-changes-initial-state)
972 (highlight-changes-global-initial-state): Doc fixes.
973 (highlight-changes-global-modes, global-highlight-changes):
974 Fix typos in docstrings.
975
bb92c642
KS
9762006-02-01 Kim F. Storm <storm@cua.dk>
977
978 * emulation/cua-base.el (cua-mode): Mention that CUA enables
979 transient-mark-mode in doc string.
980
b2acecc1
RS
9812006-01-31 Richard M. Stallman <rms@gnu.org>
982
983 * replace.el (multi-occur): Doc fix.
7b8e06aa 984 (multi-occur-in-matching-buffers): Rename from
b2acecc1
RS
985 multi-occur-by-filename-regexp. Prefix arg says match
986 buffer names instead of file names.
987
4d84a8d0
JB
9882006-01-31 Juanma Barranquero <lekktu@gmail.com>
989
990 * bs.el: Allow non-default values of `bs-header-lines-length'.
991 (bs--running-in-xemacs): Remove (not needed anymore).
992 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
993 instead of `shrink-window', thus avoiding having to compute the
994 height of the window.
995 (bs--up): Wrap around even when there's no header.
996 (bs--down): Use `forward-line' instead of `next-line'.
997
2bd53dc0
CY
9982006-01-30 Chong Yidong <cyd@stupidchicken.com>
999
1000 * image-mode.el (image-toggle-display): Use file name if possible,
1001 instead of unnecessarily allocating a (possibly huge) lisp string.
1002
c45c309f
JPW
10032006-01-30 John Paul Wallington <jpw@pobox.com>
1004
1005 * subr.el (toplevel): Define `cl-assertion-failed' condition here
1006 because the `assert' macro signals it at runtime.
1007
1008 * emacs-lisp/cl.el (toplevel): Remove definition of
1009 `cl-assertion-failed' condition.
1010
75e49434
NR
10112006-01-30 Nick Roberts <nickrob@snap.net.nz>
1012
1013 * thumbs.el (thumbs-marked-list): Make buffer-local and
1014 permanent-local.
1015 (thumbs-insert-thumb): Make help-echo non-sticky.
1016 (thumbs-file-alist): Use eolp as check for (non)-image.
1017
520c451b
JB
10182006-01-30 Juanma Barranquero <lekktu@gmail.com>
1019
a3bc032f
JB
1020 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
1021 (ediff-before-session-group-setup-hooks)
1022 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
1023 Fix typos in docstrings.
1024
9872af18
JB
1025 * window.el (bw-dir, bw-eqdir, balance-windows)
1026 (split-window-keep-point): Fix typos in docstrings.
1027
b0a10108
JB
1028 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
1029 (org-quote-string, org-calendar-to-agenda-key)
1030 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
1031 (org-show-following-heading, org-tags-column)
1032 (org-use-tag-inheritance, org, org-allow-space-in-links)
1033 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
1034 (org-enable-table-editor, org-calc-default-modes)
1035 (org-table-allow-automatic-line-recalculation)
1036 (org-export-html-style, org-export-with-fixed-width)
1037 (org-export-with-sub-superscripts, org-special-keyword)
1038 (org-formula, org-time-grid, org-table-may-need-update)
1039 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1040 (org-goto-quit, org-get-indentation, org-end-of-item)
1041 (org-move-item-down, org-move-item-up)
1042 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1043 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1044 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1045 (org-agenda-log-mode, org-agenda-toggle-diary)
1046 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1047 (org-agenda-file-to-end, org-agenda-no-heading-message)
1048 (org-agenda-get-closed, org-format-agenda-item)
1049 (org-cmp-priority, org-cmp-category, org-cmp-time)
1050 (org-agenda-change-all-lines, org-agenda-diary-entry)
1051 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1052 (org-link-search, org-camel-to-words, org-open-file)
1053 (org-remember-handler, org-table-convert-region)
1054 (org-table-move-row-down, org-table-move-row-up)
1055 (org-table-copy-region, org-table-wrap-region)
1056 (org-table-toggle-vline-visibility)
1057 (org-table-get-vertical-vector, org-table-modify-formulas)
1058 (org-table-get-specials, org-recalc-commands)
1059 (org-table-rotate-recalc-marks, org-table-eval-formula)
1060 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1061 (org-level-color-stars-only, org-insert-heading):
1062 Fix typos in docstrings.
1063 (last-arg): Add defvar.
1064
520c451b
JB
1065 * makefile.w32-in (WINS): Add erc.
1066 (MH_E_SRC): Update (copied from lisp/Makefile.in).
1067
68b88a6d
BW
10682006-01-29 Bill Wohler <wohler@newt.com>
1069
1070 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1071 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
520c451b 1072 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
68b88a6d
BW
1073 (mh-autoloads): Don't use comments on otherwise empty lines.
1074
98c414c7
MB
10752006-01-29 Edward O'Connor <ted@oconnor.cx>
1076
1077 * emulation/viper.el (viper-major-mode-modifier-list): Add
1078 insert-state and vi-state entries for erc-mode.
1079 (viper-go-away, viper-set-hooks): Add and remove
1080 viper-comint-mode-hook from erc-mode-hook as appropriate.
1081
1082 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1083
635ed242
JB
10842006-01-29 Juanma Barranquero <lekktu@gmail.com>
1085
1086 * bs.el (bs--format-aux): Implement `middle' alignment as
1087 described in the docstring for `bs-attributes-list'.
1088 (bs--get-name): Simplify. Don't pad the buffer name.
1089
dc86c16d
EZ
10902006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
1091
1092 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1093 English aspell dictionary is installed, use the first entry of
1094 ispell-dictionary-alist-1.
1095
f9fe3e26
EZ
10962006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
1097
1098 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1099 Doc fix.
1100
209bb3be
MA
11012006-01-27 Michael Albinus <michael.albinus@gmx.de>
1102
1103 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1104 for `process-file', in order to let it work for older Emacsen too.
1105
c80977a1
EZ
11062006-01-27 Eli Zaretskii <eliz@gnu.org>
1107
1108 * international/latexenc.el: Add a suitable `coding:' tag.
a849f77d 1109 (latexenc-find-file-coding-system): Undo last change.
c80977a1 1110
df2a9b12 11112006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
c80977a1
EZ
1112
1113 * international/latexenc.el (latexenc-find-file-coding-system):
1114 Make sure latexenc-main-file is a regular file and is readable.
1115
c5b46a65
AS
11162006-01-27 Andre Spiegel <spiegel@gnu.org>
1117
1118 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
1119 Pass FILE to vc-user-login-name.
1120
1121 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
1122
6045b8ef
NR
11232006-01-27 Nick Roberts <nickrob@snap.net.nz>
1124
1125 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
1126 there are no more images to display.
1127 (thumbs-mark, thumbs-unmark): Revert change so that they move to
1128 the next image.
1129
57436ee7
RS
11302006-01-26 Richard M. Stallman <rms@gnu.org>
1131
1132 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
1133
1134 * wid-edit.el (advertised-widget-backward): New alias.
1135 (widget-keymap): Use advertised-widget-backward for S-TAB.
1136
1137 * tumme.el: Correct the keywords.
635ed242 1138 (tumme-dir-max-size): Use defvar.
57436ee7
RS
1139 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
1140
1141 * simple.el (move-beginning-of-line): Take account of fields.
1142 (clone-indirect-buffer-other-window): Take args like
1143 clone-indirect-buffer, and work like it.
1144
1145 * help-fns.el (describe-function): Don't pass `nil' as default.
1146
1147 * files.el (risky-local-variable-p): Follow var aliases.
1148
1149 * subr.el (lazy-completion-table): Doc fix.
1150
1151 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
1152 global binding of `line'.
1153
817f348a
AS
11542006-01-25 Andre Spiegel <spiegel@gnu.org>
1155
1156 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
1157 Tramp.
1158
1159 * vc.el (vc-default-dired-state-info): Pass FILE to
1160 vc-user-login-name.
1161 (vc-default-update-changelog): Don't use vc-user-login-name, we
1162 don't need it here.
1163
1164 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
1165 no longer necessary.
209bb3be 1166
d1efee22
KH
11672006-01-25 Kenichi Handa <handa@m17n.org>
1168
1169 * international/mule.el (decode-char): Avoid the overhead of
1170 calling utf-lookup-subst-table-for-decode if
1171 utf-translate-cjk-mode is nil.
1172 (encode-char): Avoid the overhead of calling
1173 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
1174 nil.
1175
11762006-01-22 Kenichi Handa <handa@m17n.org>
1177
1178 * international/mule.el (make-subsidiary-coding-system): Reset
1179 `coding-system-define-form' property of subsidiaries to nil.
1180 Avoid duplicated entry in coding-system-alist.
1181 (make-coding-system): Avoid duplicated entry in
1182 coding-system-alist.
1183 (define-coding-system-alias): Likewise.
1184
54c30f8d
LT
11852006-01-24 Luc Teirlinck <teirllm@auburn.edu>
1186
1187 * completion.el: Minor fixes in introductory comment.
1188 (completion-def-wrapper): Fix alist.
1189
3beca8d5
NR
11902006-01-25 Nick Roberts <nickrob@snap.net.nz>
1191
1192 * thumbs.el (thumbs-new-image-size): New function.
1193 (thumbs-increment-image-size-element)
1194 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
1195 (thumbs-decrement-image-size): Delete.
1196 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
1197 temp files and use to resize.
1198 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
1199 Use increment argument to enlarge/shrink. Preserve point.
1200 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
1201 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
1202 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
1203 (thumbs-mark, thumbs-unmark): Preserve point.
1204 (thumbs-modify-image): Keep old temp files and use to modify.
1205 Cleanup old temp files at load time. Preserve point.
1206 (thumbs-view-image-mode-map): Use new command names.
1207
5d1c8151
SM
12082006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1209
243afed7
SM
1210 * log-view.el (log-view-minor-wrap): First rev is the one at point.
1211
b8823bf4
SM
1212 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
1213 the nastiest part of the cyclic dependency.
243afed7 1214 (cal-menu-update): Use dotimes and calendar-increment-month.
b8823bf4 1215
5d1c8151
SM
1216 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
1217 (calendar-week-start-day): Add an :initializer.
1218 (calendar-mode-map): Use suppress-keymap, and command remapping.
1219 (describe-calendar-mode): Setup xref-stack info for the back button.
1220 (calendar-star-date): Insert before delete.
1221 (calendar-set-mode-line): Add file-modified info if applicable.
1222 (calendar-increment-month): New function.
1223
317921ec
TTN
12242006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1225
1226 * font-lock.el (lisp-font-lock-keywords-2):
1227 Recognize "& keywords" only at word boundaries.
1228
3d9d607a
NR
12292006-01-24 Nick Roberts <nickrob@snap.net.nz>
1230
1231 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
1232 and permanent-local.
635ed242
JB
1233 (thumbs-max-image-number): New variable.
1234 (thumbs-do-thumbs-insertion): Use them.
3d9d607a
NR
1235 (thumbs-per-line): Change default to 4.
1236 (thumbs-marked-list): Rename from thumbs-markedL.
1237 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
1238 (thumbs-rename-images): Use -list instead of L for internal variables.
1239 (thumbs-call-convert): Use call-process instead of shell-command.
1240 (thumbs-insert-thumb): Add filename as help-echo to each image.
1241 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
1242 Give dir to thumbs-show-thumbs-list.
1243 (thumbs-show-thumbs-list): Set default-directory to that of images.
1244 (thumbs-dired-show): Rename from thumbs-dired-show-all.
1245 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
1246 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
1247 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
1248
1e3b6bec
SM
12492006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 * ses.el (ses-read-cell): Provide a default value.
1252
9dd28cae
JB
12532006-01-23 Juanma Barranquero <lekktu@gmail.com>
1254
1255 * term/w32-win.el (image-library-alist): Add additional names for
1256 GIF library.
1257
e450a16a
RS
12582006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1259
1260 * international/latexenc.el (latexenc-find-file-coding-system):
1261 Add file-regular-p check.
1262
0a487199
SM
12632006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1264
af71d4c0
JB
1265 * simple.el (clone-buffer): Don't show the new buffer in the same
1266 window.
0a487199 1267
f9cd9582
JL
12682006-01-23 Juri Linkov <juri@jurta.org>
1269
1270 * faces.el (link, link-visited): New faces based on default values
1271 of `info-xref' and `info-xref-visited'.
1272
1273 * info.el (info-xref): Inherit from `link'.
1274 (info-xref-visited): Inherit from `link-visited'.
1275
1276 * cus-edit.el (custom-buffer-create-internal): Use widget type
1277 `custom-manual' instead of `info-link' and don't set properties
1278 `button-face' and `mouse-face' explicitly.
1279 (custom-browse-group-tag, custom-browse-variable-tag)
1280 (custom-browse-face-tag): Inherit from widget class
1281 `custom-group-link' instead of `push-button'.
1282 (custom-button-unraised): Inherit from `underline' face.
1283 (custom-link): Inherit from `link' face. Fix doc and group.
1284 (custom-add-parent-links, custom-group-value-create): Don't set
1285 properties `button-face' and `mouse-face' explicitly for
1286 `custom-group-link' widget.
1287 (custom-group-link): Add properties `button-face' and `mouse-face'
1288 to widget definition.
1289 (custom-field-keymap): New variable. Put `custom-field-keymap' to
1290 editable-field's :keymap property.
1291 (custom-mode): Fix docstring: substitute keybindings for
1292 `widget-forward' and `widget-backward' from `widget-keymap',
1293 `widget-complete' from `custom-field-keymap', replace old
1294 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
1295
1296 * desktop.el (desktop-load-file): Check for `fboundp' before
1297 calling `symbol-function'.
1298
1299 * simple.el (clone-buffer, clone-indirect-buffer)
1300 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
1301 `read-string'. Fix prompts.
1302
1303 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
1304
f1e73d84
NR
13052006-01-23 Nick Roberts <nickrob@snap.net.nz>
1306
1307 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
1308
0aa08453
LT
13092006-01-22 Luc Teirlinck <teirllm@auburn.edu>
1310
1311 * startup.el (inhibit-splash-screen, initial-scratch-message):
1312 Doc fixes.
1313
a69c01a0
MA
13142006-01-22 Michael Albinus <michael.albinus@gmx.de>
1315
1316 Sync with Tramp 2.0.52.
1317
1318 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
1319 net/tramp-vc.el: Add code for unloading Tramp. See comment before
1320 `tramp-unload-tramp' for checklist.
1321
1322 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
1323 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
1324 (tramp-unload-file-name-handler-alist)
1325 (tramp-unload-tramp): New defuns.
1326 (tramp-advice-PC-expand-many-files): New defadvice.
1327 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
1328 removed.
1329 (tramp-handle-expand-file-name): Remove double slash.
1330 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
1331 It doesn't matter, because it will be converted later on.
1332 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
1333 implementation was just heuristic.
1334 (tramp-post-connection): Set uid and gid properties.
1335 (tramp-convert-file-attributes): Set file's gid change bit.
1336 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
1337 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
1338 in case of su(do)? methods. The home directory of the local user
1339 will be taken else.
1340 (tramp-open-connection-telnet)
1341 (tramp-open-connection-rsh, tramp-open-connection-su)
1342 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
1343 local shell prompt could hurt. Reported by Romain Francoise
1344 <romain@orebokech.com>.
1345 (tramp-let-maybe): Add `edebug-form-spec' property.
1346 (tramp-handle-expand-file-name): Bind `default-directory' locally
1347 to "/" in order to avoid problems with UNC shares or Cygwin
1348 mounts.
1349 (tramp-md5-function): Fix typo in error message.
1350
1351 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
1352
1353 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
1354 for byte-compiler pacification.
1355
6e36b4ff
AS
13562006-01-22 Andre Spiegel <spiegel@gnu.org>
1357
1358 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
1359 ID-FORMAT `string'. This allows us to get rid of
1360 `vc-user-login-name UID'.
1361
1362 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
1363
a4c6ebf9
JPW
13642006-01-22 John Paul Wallington <jpw@pobox.com>
1365
1366 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
1367
3bdedbcb
EZ
13682006-01-21 Martin Rudalics <rudalics@gmx.at>
1369
1370 * emacs-lisp/find-func.el (find-definition-noselect)
1371 (find-variable-noselect): Search variables in C source code too.
1372 (find-function-C-source, find-function-noselect, find-function)
1373 (find-function-other-frame, find-variable-noselect, find-variable)
1374 (find-variable-other-frame, find-variable-at-point):
1375 Fix docstrings.
1376
44eca3f4
EZ
13772006-01-21 Francesco Potorti` <pot@gnu.org>
1378
1379 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
1380
f60117ac
EZ
13812006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
1382
1383 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
1384 Default to disabling the "Save affix" question.
1385
942d56b8
EZ
13862006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
1387
1388 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
1389 the first arg to run-python.
1390
6ff901c7
EZ
13912006-01-21 Eli Zaretskii <eliz@gnu.org>
1392
1393 * startup.el (command-line-1): Handle --no-desktop if desktop.el
1394 is not loaded.
1395
a6c72dc3
JB
13962006-01-20 Jay Belanger <belanger@truman.edu>
1397
1398 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
1399 limit is 0.
1400
6a056c5d
JB
1401 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
1402 the correct variable.
1403
d86e2d95
CD
14042006-01-20 Carsten Dominik <dominik@science.uva.nl>
1405
af71d4c0 1406 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
d86e2d95
CD
1407 link. Fixed buggy argument sequence in call to `org-view-tags'.
1408 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1409 (org-prefix-has-tag): New variable.
1410 (org-format-agenda-item): Remove tags from headline if
1411 appropriate.
1412 (org-agenda-remove-tags-when-in-prefix): New option.
1413 (org-get-tags-at): New function.
1414
11f78f04
NR
14152006-01-20 Nick Roberts <nickrob@snap.net.nz>
1416
1417 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
1418 (thumbs-find-image): Move image name and number from buffer name
af71d4c0 1419 to mode name. Set thumbs-buffer. Preserve point so that large
11f78f04
NR
1420 images remain visible.
1421 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
1422 order.
1423 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
1424 mode name.
1425 (thumbs-next-image, thumbs-previous-image): Make them work.
1426
dc38351b
LT
14272006-01-19 Luc Teirlinck <teirllm@auburn.edu>
1428
4151840f
LT
1429 * cus-edit.el (custom-buffer-create-internal): State in the text above
1430 the whole buffer buttons that they do not operate on hidden items.
1431 (custom-face-menu): Use `custom-face-save' instead of
1432 `custom-face-save-command'.
1433 (custom-face-save-command): Make it an alias for `custom-face-save'
1434 and declare it obsolete.
1435 (custom-face-save): Doc fix.
1436
dc38351b
LT
1437 * dired.el (dired-no-confirm): Add quote.
1438 (dired-subdir-alist-pre-R): Add quote in
1439 `make-variable-buffer-local' form and remove unbalanced parenthesis.
1440
d2eed686
SM
14412006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * textmodes/table.el (table-mode-indicator): Typo in last change.
1444
c94c4d0a
RS
14452006-01-19 Richard M. Stallman <rms@gnu.org>
1446
1447 * outline.el (hide-leaves): Don't call outline-end-of-heading.
1448 Fixes bug reported in Nov 2005.
1449
1450 * isearch.el (isearch-forward): Doc fix.
1451
1452 * dired.el (dired-move-to-filename-regexp): Define as alias.
1453 (dired-no-confirm): Use defcustom.
1454 (dired-subdir-alist-pre-R): Put defvar at top level.
1455
1456 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
1457
1458 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1459 Mark as risky.
1460
1461 * simple.el (set-mark-command): Doc fix.
1462 (clone-indirect-buffer-other-window):
1463 Read arg like clone-indirect-buffer.
1464 (move-beginning-of-line): Skip invisible newlines.
1465
9a8ee448
MY
14662006-01-19 Masatake YAMATO <jet@gyve.org>
1467
d2eed686 1468 * progmodes/cpp.el (cpp-edit-load): Make the order of
9a8ee448
MY
1469 listed conditions in a base C code buffer and its associate
1470 CPP Edit buffer the same.
d2eed686 1471
194939e3
KH
14722006-01-19 Kenichi Handa <handa@m17n.org>
1473
d9bf0f5a
KH
1474 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
1475 (rmail-mime-feature): Likewise.
1476 (rmail-require-mime-maybe): Use display-warning to show a warning
1477 message.
1478
d2eed686 1479 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
194939e3
KH
1480 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
1481
d2eed686
SM
14822006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * array.el: Move defvars out of eval-when-compile.
1485 (array-make-template): Replace undeclared global var with a local one.
1486 (array-mode): Inline initialization functions.
1487 (array-init-local-variables, array-init-max-row)
1488 (array-init-max-column, array-init-columns-per-line)
1489 (array-init-field-width, array-init-rows-numbered)
1490 (array-init-line-length, array-init-lines-per-row): Remove.
1491
1492 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
1493 (doc-mode-map): Define explicitly.
1494 (doctor-txtype): Use mapc.
1495
1496 * textmodes/table.el: Move defvars out of eval-when-compile.
1497 Remove harmful code meant to avoid byte-compiler warnings.
1498 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
1499 specification that checks table-fixed-width-mode directly.
1500 (table-recognize-region, table-recognize-cell):
1501 Use restore-buffer-modified-p.
1502 (table-fixed-width-mode): Remove code that refreshes
1503 table-fixed-mode-indicator.
1504 (*table--cell-describe-bindings, *table--cell-describe-mode):
1505 Avoid obsolete name print-help-return-message.
1506 (table--test-cell-list): Don't use replace-regexp from elisp.
1507 (table--point-entered-cell-function, table--point-left-cell-function):
1508 Don't set table-fixed-mode-indicator, use force-mode-line-update.
1509
1510 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
1511 that was after the end of file. Use buffer-file-name variable.
1512 (org-timestamp-change): Use with-current-buffer.
1513 (org-todo-list): Don't unnecessarily define a new buffer-local var.
1514 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
1515 `file'.
1516
1517 * progmodes/fortran.el: Move defvars out of eval-when-compile.
1518 (fortran-break-line): Remove unused var `opoint'.
1519 (fortran-abbrev-start): Obey help-event-list.
1520
b0aea09e
JH
15212006-01-18 Jesper Harder <harder@phys.au.dk>
1522
1523 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
1524
3968c89f
MY
15252006-01-18 Masatake YAMATO <jet@gyve.org>
1526
1527 * progmodes/make-mode.el (makefile-imake-mode): New mode
dc38351b 1528 derived from makefile-mode.
3968c89f
MY
1529 (makefile-imake-mode-syntax-table): New syntax table
1530 derived from makefile-mode-syntax-table.
d2eed686 1531 (makefile-mode): Write about makefile-imake-mode in doc string.
3968c89f
MY
1532 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
1533 (makefile-imake-font-lock-keywords): New font lock keywords.
1534
d2eed686 1535 * files.el (auto-mode-alist): Add Imakefile.
3968c89f 1536
11b07c37 15372006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
8e2e2956
SM
1538
1539 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
1540 loading the file rather than when turning on flyspell-mode.
1541
2e040f4e
LT
15422006-01-16 Luc Teirlinck <teirllm@auburn.edu>
1543
1544 * cus-edit.el (customize-rogue): Minor doc fix.
1545
83033a3a
JL
15462006-01-17 Juri Linkov <juri@jurta.org>
1547
84bf6ad8
JL
1548 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
1549 instead of the file at the mark as default if the file at the mark
1550 is the same as the file at point or if dired-dwim-target-directory
1551 is not the same as the current directory and the mark is not active.
1552
202e166d
JL
1553 * log-view.el (log-view-minor-wrap): Use the same logic to get
1554 revisions as `log-view-diff'.
1555
d247d0fe
JL
1556 * info.el (Info-revert-find-node): Check for Info-current-file
1557 before preserving new-history.
1558
202e166d
JL
1559 * man.el (Man-heading-regexp): Add `/'.
1560
1561 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
1562 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
1563
15642006-01-16 Juri Linkov <juri@jurta.org>
1565
83033a3a
JL
1566 * faces.el (mode-line-faces): New defgroup.
1567 (mode-line-highlight): Move definition after new defgroup.
1568 (mode-line, mode-line-inactive, mode-line-highlight):
1569 Replace :group `modeline' with `mode-line-faces'.
1570 (mode-line-buffer-id): New face.
1571 (modeline-buffer-id): New face alias.
1572 (vertical-border): Remove :group `modeline'.
1573
1574 * bindings.el (propertized-buffer-identification): Use face
1575 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
1576 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
1577 (mode-line-buffer-identification-keymap): For mouse-1 replace
1578 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
1579 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
1580 mouse-3.
1581
d247d0fe
JL
1582 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
1583 Buffer-menu-buffer. Doc fix.
1584 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6bca59a3
JL
1585 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
1586 `Buffer-menu-buffer'.
d247d0fe 1587
83033a3a
JL
1588 * info.el (Info-mode-line-node-keymap): New defvar.
1589 (Info-set-mode-line): Use `stringp' to check Info-current-file.
1590 Propertize Info-current-node with `mode-line-buffer-id' and
1591 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
1592
1593 * time.el (display-time-mail-face): Replace :group `faces' with
1594 `mode-line-faces'.
1595
0814ca04
KH
15962006-01-16 Kenichi Handa <handa@m17n.org>
1597
8e2e2956 1598 * international/code-pages.el: Add autoload cookies for cp125[0345678].
0814ca04
KH
1599
1600 * language/european.el (cp1252): New alias for windows-1252.
1601
1602 * international/mule.el (autoload-coding-system): Prepare for EOL
1603 variants.
1604
14397ea7
DN
16052006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1606
1607 * term.el (term-raw-map): Add mapping for insert.
1608 (term-send-insert): New.
1609 (term-mode): Make variables local here instead of doing it in
1610 `term-emulate-terminal'.
1611 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
af71d4c0
JB
1612 Scroll reverse needs to take into account the scroll region.
1613 Saving and restoring the cursor should save the color attributes too.
14397ea7
DN
1614 (term-reset-terminal): Reset the scroll region.
1615 (term-handle-ansi-escape): Cursor up and down should take into
1616 account the scroll region.
8e2e2956
SM
1617 (term-set-scroll-region): Rename from `term-scroll-region'.
1618 Move to 0,0 after setting the region.
14397ea7
DN
1619 (term-handle-scroll): Handle scroll up.
1620 (term-down): Fix off by one error.
1621 (term-delete-lines): Do not delete outside the scroll region.
1622 (term-insert-lines): Take into account the scroll region.
1623
2834b9b3
SM
16242006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1625
d83d8efe
SM
1626 * textmodes/ispell.el (ispell-internal-change-dictionary)
1627 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
1628 (start, end): Move declaration outside of eval-when-compile.
1629
ef0f5f7e
SM
1630 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
1631 (flyspell-mode-on): Use it.
1632
2834b9b3
SM
1633 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
1634 ispell-kill-ispell-hook.
1635
b41e2e73
LT
16362006-01-14 Luc Teirlinck <teirllm@auburn.edu>
1637
1638 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1639 (Custom-reset-saved): Do not ask for confirmation in single option
1640 buffers.
1641
c94c4d0a
RS
16422006-01-13 Richard M. Stallman <rms@gnu.org>
1643
1644 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
1645
97f4e87c
RF
16462006-01-13 Romain Francoise <romain@orebokech.com>
1647
1648 * add-log.el (add-change-log-entry, change-log-merge):
1649 Conditionally use `hard-newline'.
1650
83dc149d
EZ
16512006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
1652
e47f89f0
EZ
1653 * wid-edit.el (widget-field-end): If the overlay is no longer
1654 associated with a buffer, behave as if the overlay didn't exist.
1655
2834b9b3
SM
1656 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
1657 Make sure the links use the `custom-link' face.
83dc149d 1658
4c344753
SM
16592006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1660
1661 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
1662 (ld-script-mode): Don't set indent-line-function since we don't
1663 have one.
1664
203ac7f3
CD
16652006-01-13 Carsten Dominik <dominik@science.uva.nl>
1666
2e040f4e 1667 * textmodes/org.el (org-open-file): Use mailcap for selecting an
203ac7f3
CD
1668 application.
1669 (org-file-apps-defaults-gnu): Use mailcap as the default for
1670 selecting an application on a UNIX system.
1671 (org-agenda-show-tags): New command.
4c344753 1672 (org-table-insert-hline): Keep cursor in current table line.
203ac7f3
CD
1673 (org-table-convert): Offset effect of modifying
1674 `org-table-insert-hline'.
1675 (org-format-agenda-item): New optional argument TAG.
1676 (org-compile-prefix-format): Handle %T format for the tag.
1677 (org-expand-wide-chars): New function.
4c344753
SM
1678 (org-table-insert-row, org-table-insert-hline):
1679 Use `org-expand-wide-chars'.
1680 (org-open-file): Fix bug in program launch.
1681 (org-get-time-of-day): Fix bug with times before 1am.
af71d4c0 1682 (org-agenda-menu): Add tags commands.
203ac7f3 1683
fc8a237d
EZ
16842006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
1685
1686 * textmodes/ispell.el (ispell-init-process): Include the used
1687 dictionary in ispell process start message.
1688 (ispell-internal-change-dictionary): When flyspell-mode is active
1689 and dictionary is changed, make sure ispell process is restarted
1690 and flyspell word cache cleared out for the current buffer.
1691 (ispell-change-dictionary): Make sure flyspell word cache is
1692 cleared out in all buffers with active flyspell mode when
4c344753
SM
1693 dictionary is globally changed.
1694 Call ispell-internal-change-dictionary after dictionary change.
fc8a237d 1695
53fad1e4
EZ
16962006-01-13 Eli Zaretskii <eliz@gnu.org>
1697
defe3b41
EZ
1698 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1699
53fad1e4
EZ
1700 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
1701 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
1702 years. Fix small differences wrt Makefile.in.
1703 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
1704 Makefile.in does.
1705
d5ffcd96
BW
17062006-01-12 Bill Wohler <wohler@newt.com>
1707
1708 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
1709 mh-search.el.
1710
bf56fd4d 17112006-01-12 Masatake YAMATO <jet@gyve.org>
5f3996dc
MY
1712
1713 * progmodes/ld-script.el: Update copyright year.
1714
4c92479f
CY
17152006-01-12 Chong Yidong <cyd@stupidchicken.com>
1716
1717 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
1718 Don't add widget if setting undefined.
1719
e75b11f8
JPW
17202006-01-12 John Paul Wallington <jpw@pobox.com>
1721
1722 * help-fns.el (describe-variable): Remove newlines from void
1723 variable output.
1724
d33a7384
NR
17252006-01-13 Nick Roberts <nickrob@snap.net.nz>
1726
1727 * wdired.el (wdired-mode-map): Add help echo for
1728 wdired-abort-changes.
1729
1730 * man.el (Man-file-name-regexp): Adjust for a list of files.
1731
4ec7bdfd
MY
17322006-01-12 Masatake YAMATO <jet@gyve.org>
1733
1734 * progmodes/ld-script.el (auto-mode-alist): Support
1735 suffix conventions used in netbsd and eCos.
1736
52bcabfe
LT
17372006-01-11 Luc Teirlinck <teirllm@auburn.edu>
1738
1739 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
1740 (custom-variable-menu, custom-face-menu, custom-group-menu)
1741 (Custom-mode-menu): Change names of menu items. (As discussed on
1742 emacs-devel.)
1743 (custom-face-menu): Add "Undo Edits" item.
1744
1745 * startup.el (init-file-user): defcustom -> defvar.
1746
1747 * tooltip.el (tooltip-mode): Doc fix.
1748
23e0c1a3
SM
17492006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1750
1751 * reveal.el (reveal-post-command): window-buffer signals an error on
1752 dead windows rather than returning nil.
1753 (reveal-open-new-overlays): An overlay might die while we open others.
1754
9c2cf222
BW
17552006-01-11 Bill Wohler <wohler@newt.com>
1756
6cc803de
BW
1757 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
1758 phrasing in docstring.
1759
9c2cf222 1760 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
23e0c1a3 1761 can give some systems gas. Add new file mh-buffers.el.
9c2cf222 1762
4076cbf6
MY
17632006-01-06 Masatake YAMATO <jet@gyve.org>
1764
1765 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
1766 C preprocessor forward ported from GNU Emacs 21.2.
1767
23e0c1a3
SM
1768 * progmodes/asm-mode.el (asm-font-lock-keywords):
1769 Use `cpp-font-lock-keywords'.
4076cbf6
MY
1770
1771 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
1772
1773 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
23e0c1a3 1774 of $ for "\\.ld[s]?".
4076cbf6 1775
587d108e
SM
17762006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1777
05794f14
SM
1778 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
1779 (tcl-indent-line): Return `noindent' if inside a string.
1780
587d108e
SM
1781 * progmodes/flymake.el (flymake-split-string): Remove more than one
1782 empty string at beg/end of the result.
1783 (flymake-find-buildfile, flymake-find-possible-master-files):
1784 Use expand-file-name.
1785 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
1786 since expand-file-name does it for us. Use directory-file-name.
1787 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
1788 (flymake-ler-get-type, flymake-ler-get-text)
1789 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
1790 (flymake-current-line-no): Remove spurious interactive spec.
1791 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
1792 (flymake-check-include): Remove arg inc-path merged into inc-name.
1793 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
1794 Arg regexp-list replaced by a simple regexp.
1795 (flymake-master-make-header-init, flymake-master-tex-init):
1796 Correspondingly replace regexp-list with a regexp. Fix regexp.
1797
0c91399a
SJ
17982006-01-10 Simon Josefsson <jas@extundo.com>
1799
1800 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
1801 describing AUTH PLAIN fix.
1802
9888f112
TTN
18032006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
1804
1805 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
1806 (report-emacs-bug): Don't record initial prompt text.
1807 Instead, add text properties to prompting text.
1808 (report-emacs-bug-hook): Delete prompting text.
1809
5f73367d
SM
18102006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
1813 `dirs'. Adjust callers.
1814
ee5137b3
JPW
18152006-01-09 John Paul Wallington <jpw@gnu.org>
1816
1817 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
1818
62c5f375
SM
18192006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1820
ffb5fc37
SM
1821 * reveal.el (reveal-open-new-overlays): New extracted fun.
1822 (reveal-close-old-overlays): Idem. Check overlays's liveness before
1823 using them. Simplify the code.
1824 (reveal-post-command): Use them. Fix up obsolete windows in
1825 reveal-open-spots.
1826
6fee12e6
SM
1827 * progmodes/flymake.el: Use `require' rather than autoload for
1828 XEmacs's overlays.
1829 (flymake-get-common-file-prefix, flymake-build-relative-filename):
1830 Delete. Use file-relative-name instead.
1831 (flymake-get-syntax-check-program-args, flymake-perl-init):
1832 Simplify the resulting code.
1833
62c5f375
SM
1834 * log-view.el (log-view-file-re, log-view-message-re): Add support
1835 for DaRCS output.
1836
e1b3b7a2
AS
18372006-01-09 Alex Schroeder <alex@gnu.org>
1838
1839 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
1840 identifiers sometimes added in square brackets at the beginning of
1841 subject lines.
1842
67177975
RS
18432006-01-07 Richard M. Stallman <rms@gnu.org>
1844
1845 * cus-edit.el (Custom-set, Custom-save): Doc fix.
1846 (Custom-reset-current, Custom-reset-saved): Change question text.
1847 (Custom-reset-standard): Likewise.
1848 (custom-variable-reset-saved): Doc fix.
1849
d3a81eee
EZ
18502006-01-07 Eli Zaretskii <eliz@gnu.org>
1851
1852 * startup.el (init-file-user): Doc fix.
1853
53f831f3
AS
18542006-01-07 Alex Schroeder <alex@gnu.org>
1855
80068231
AS
1856 * mail/rmail.el (rmail-current-subject): New function.
1857 (rmail-current-subject-regexp): New function.
1858 (rmail-next-same-subject): Use it.
1859
62c5f375
SM
1860 * mail/rmailsum.el (rmail-summary-by-topic):
1861 Use rmail-current-subject and rmail-current-subject-regexp.
80068231
AS
1862 (rmail-summary-next-same-subject): Ditto.
1863
53f831f3
AS
1864 * net/rcirc.el (rcirc-send-input): No longer check whether the
1865 process is open, since not all commands need an open process.
1866 (rcirc-send-string): Check whether the process is open before
1867 sending anything.
2c8abe90
AS
1868 (rcirc-ignore-list): New option.
1869 (rcirc-ignore-list-automatic): New variable.
1870 (rcirc-print): Take rcirc-ignore-list into account.
1871 (rcirc-cmd-ignore): New command.
1872 (rcirc-ignore-update-automatic): New function.
1873 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
1874 list if ignored nicks.
1875 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
53f831f3 1876
53dab082
EZ
18772006-01-06 David Reitter <david.reitter@gmail.com>
1878
1879 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
1880 reflect the address to which the report will be sent.
1881
01b959a3
EZ
18822006-01-06 Eli Zaretskii <eliz@gnu.org>
1883
1884 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
1885 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
1886
8c722a81
EZ
18872006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
1888
1889 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
1890
1891 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
1892 the doc string: "functoin" => "function".
af71d4c0 1893 * ldefs-boot.el: Likewise.
8c722a81
EZ
1894
1895 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
1896 message text: "Duplicat" => "Duplicate".
1897
0133dab9
EZ
18982006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
1899
1900 * files.el (basic-save-buffer-2): If backing-up failed, reset
1901 buffer-backed-up to nil.
1902
753c278e
NR
19032006-01-06 Nick Roberts <nickrob@snap.net.nz>
1904
1905 * progmodes/gud.el (gdb-script-skip-to-head)
1906 (gdb-script-calculate-indentation): Indent for breakpoint command
1907 lists also.
1908
77a0dbd2
BW
19092006-01-05 Bill Wohler <wohler@newt.com>
1910
1911 * Makefile.in (compile-always): Add mh-autoloads dependency.
1912 (bootstrap): Remove mh-autoloads dependency, as compile dependency
1913 provides it.
600bc46c
BW
1914 (updates): Remove mh-autoloads dependency, since it probably has
1915 already run recently (via recompile).
77a0dbd2 1916
c07fa030
SM
19172006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1918
bef9f82c
SM
1919 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
1920 argument `force' to disable the flyspell-last-buffer optimization.
1921 (flyspell-mode-on): Use it.
1922
c07fa030
SM
1923 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
1924 flymake-simple-cleanup.
1925 (flymake-allowed-file-name-masks): Use this new default.
1926 All the functions are now called in the right buffer rather than
1927 passing the buffer as argument.
1928 (flymake-process-sentinel): Switch to buffer before calling cleanup.
1929 (flymake-parse-err-lines): Remove redundant buffer arg.
1930 (flymake-get-program-dir): Comment out unused function.
1931 (flymake-start-syntax-check, flymake-start-syntax-check-process):
1932 Remove redundant buffer argument.
1933 (flymake-get-real-file-name, flymake-simple-java-cleanup)
1934 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
1935
f00239cf
RS
19362006-01-05 Richard M. Stallman <rms@gnu.org>
1937
a203a18c
RS
1938 * info.el (Info-find-node): Don't record previous node if have none.
1939 (info): Go to directory only if history is empty.
1940
f00239cf
RS
1941 * simple.el (mark): Doc fix.
1942
07f9b01c
YM
19432006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1944
1945 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
1946 already of desired type.
1947 (mac-ae-list): Coerce parameter to "list" type.
1948 (mac-dispatch-apple-event): Replace cadr part of event with a
1949 dummy position so that event-start returns it.
1950
8abe9d4f
CD
19512006-01-05 Carsten Dominik <dominik@science.uva.nl>
1952
2e040f4e 1953 * textmodes/org.el (org-end-of-subtree): New function.
c07fa030
SM
1954 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
1955 Use `org-end-of-subtree'.
8abe9d4f
CD
1956 (org-agenda, org-agenda-convert-date): Protect calls to
1957 `fit-window-to-buffer'.
1958 (org-tags-view): Force matching of sublevels when doing a
1959 todo-only search. Define the correct redo command, including the
1960 arguments.
1961 (org-agenda-redo): Display message.
1962 (org-check-for-org-mode): New function.
1963 (org-agenda-type): New variable.
c07fa030
SM
1964 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1965 Set `org-agenda-type'.
8abe9d4f
CD
1966 (org-agenda-check-type): New function.
1967 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1968 (org-agenda-week-view, org-agenda-day-view)
1969 (org-agenda-next-date-line, org-agenda-previous-date-line)
1970 (org-agenda-log-mode, org-agenda-toggle-diary)
1971 (org-agenda-toggle-time-grid, org-agenda-date-later)
1972 (org-agenda-date-prompt, org-agenda-diary-entry)
1973 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
c07fa030
SM
1974 (org-agenda-convert-date, org-agenda-menu):
1975 Use `org-agenda-check-type'.
8abe9d4f 1976 (org-make-overlay, org-delete-overlay)
c07fa030
SM
1977 (org-detatch-overlay, org-move-overlay, org-overlay-put):
1978 New compatibility functions.
8abe9d4f
CD
1979 (org-calendar-select-mouse): New command.
1980
73e60f53
CY
19812006-01-04 Chong Yidong <cyd@stupidchicken.com>
1982
eaa99205 1983 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
0c731046
CY
1984 (Custom-reset-standard): Fix y-or-n-p messages.
1985 (custom-link): New face for links.
73e60f53 1986 (custom-buffer-create-internal, custom-manual): Use it.
b76747af 1987 (custom-face-save): Push to theme-face before setting face spec.
73e60f53
CY
1988
1989 * wid-edit.el (widget-default-mouse-face-get): New function.
1990 (widget-specify-button): Handle mouse-face like button-face.
1991
1992 * custom.el (load-theme): Clear old theme settings if reloading.
1993
bdf743fe
LT
19942006-01-03 Luc Teirlinck <teirllm@auburn.edu>
1995
d5837ed3 1996 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
bdf743fe
LT
1997 "Erase Customization" button back to same position it occupies in
1998 the individual State menus.
1999
8a5db8ae
KS
20002006-01-04 Kim F. Storm <storm@cua.dk>
2001
2002 * wid-edit.el (key-sequence): Rework widget to read key binding
2003 using `kbd' syntax. Use C-q to insert literal key, event, or code.
2004 (widget-key-sequence-default-value): Default value for empty sequence.
2005 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
2006 (widget-key-sequence-read-event): New command for C-q.
2007 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
2008 (widget-key-sequence-value-to-external): New functions.
2009
1c360af3
SM
20102006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2011
6df19241
SM
2012 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
2013 Use expand-file-name.
2014 (flymake-delete-temp-directory): Use expand-file-name,
2015 file-name-directory, and directory-file-name.
2016 (flymake-strrchr): Delete.
2017 (flymake-start-syntax-check): Don't pass the redundant buffer argument
2018 to the init-f function.
2019 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
2020 (flymake-init-find-buildfile-dir)
2021 (flymake-init-create-temp-source-and-master-buffer-copy)
2022 (flymake-simple-make-init-impl, flymake-simple-make-init)
2023 (flymake-master-make-init, flymake-master-make-header-init)
2024 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
2025 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
2026 (flymake-xml-init): Remove corresponding redundant buffer argument.
2027 (flymake-allowed-file-name-masks): Remove last elems that are equal to
2028 the default anyway. Clean up regexps.
2029
5bcef417
SM
2030 * progmodes/flymake.el (flymake-temp-source-file-name)
2031 (flymake-master-file-name, flymake-temp-master-file-name)
2032 (flymake-base-dir): New buffer-local vars.
2033 (flymake-buffer-data, flymake-get-buffer-value)
2034 (flymake-set-buffer-value): Replace those hash-tables by the new
2035 buffer-local vars. Update callers.
2036
43ed65ac
SM
2037 * progmodes/flymake.el (flymake-check-start-time)
2038 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2039 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2040 Move definition, so we can remove redundant earlier declaration.
2041 (flymake-replace-regexp-in-string, flymake-split-string)
2042 (flymake-get-temp-dir): Use defalias.
2043 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
2044 (flymake-xemacs-window-edges): Remove unused function.
2045 (flymake-get-point-pixel-pos): Move.
2046 (flymake-pid-to-names, flymake-reg-names)
2047 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2048 Replace by a simple list flymake-processes and by process-buffer.
2049 Update callers. Other than simplify the code, it uses buffers rather
2050 than buffer-names so it doesn't get confused by uniquify.
2051 (flymake-buffer-data): The global value should just be nil.
2052
b7a5a208
SM
2053 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2054 Optimize the body of a defalias like any other code.
2055
1c360af3
SM
2056 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2057 Make sure we've setup font-lock's vars. It may influence which
2058 function we then call.
2059 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2060 here since it's too late anyway.
2061
1ca41b97
RF
20622006-01-03 Romain Francoise <romain@orebokech.com>
2063
2064 * startup.el (fancy-splash-tail, normal-splash-screen):
2065 Update copyright year.
2066
fdbfa78e
S
20672006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
2068
b7a5a208 2069 * mouse.el (mouse-drag-track): Rename, from
fdbfa78e 2070 `mouse-drag-region-1'. Includes optional argument required to
b7a5a208
SM
2071 enable post-drag event processing (e.g. delete region keys).
2072 Can be used without this argument to track a mouse region and operate
fdbfa78e
S
2073 on it as soon as the drag completes.
2074 (mouse-drag-region): Use `mouse-drag-track'.
2075
d0f1e2f8
CY
20762006-01-02 Chong Yidong <cyd@stupidchicken.com>
2077
3ee07367
CY
2078 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2079 Move to `custom-buffer' group.
2080
d0f1e2f8
CY
2081 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2082 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2083 (custom-theme-insert-face-marker, custom-theme-variable-menu)
2084 (custom-theme-face-menu): New variables.
2085 (custom-theme-add-variable, custom-theme-variable-action)
2086 (custom-variable-reset-theme, custom-theme-delete-variable)
2087 (custom-face-reset-theme, custom-theme-face-action)
2088 (custom-theme-delete-face, custom-theme-merge-theme)
2089 (custom-theme-add-face, custom-theme-visit-theme): New functions.
2090
d358aa10
CY
20912006-01-01 Chong Yidong <cyd@stupidchicken.com>
2092
2093 * custom.el: Move Custom Themes commentary to start of theme code.
2094 (custom-known-themes): Rename `standard' theme to `changed'.
2095 (custom-push-theme): Caller no longer specifies what theme to use
2096 when doing `reset'---the setting is simply removed from the theme.
2097 Delete MODE from `theme-value' and `theme-settings' properties.
2098 (custom-declare-theme): Ignore &rest args since we don't use them.
2099
2100 (custom-loaded-themes): Delete variable.
2101 (custom-theme-load-themes, custom-theme-loaded-p)
2102 (custom-theme-value): Delete functions.
2103
2104 (custom-declare-theme): Signal error on invalid theme names.
2105 (provide-theme): custom-loaded-themes was deleted.
2106 (load-theme): Load the file unconditionally.
2107 (enable-theme): Call `load-theme' if theme is undefined.
2108 (custom-enabled-themes): Only update value for successful loads.
2109 (disable-theme): Complete from enabled themes when interactive.
2110 (custom-variable-theme-value): Calculate theme value directly.
2111
2112 (custom-theme-reset-variables, custom-reset-variables): Mark as
2113 XEmacs compatibility functions. We don't actually use these.
2114
1c360af3
SM
2115 * cus-edit.el (custom-variable-state-set):
2116 Use custom-variable-theme-value instead of custom-theme-value.
d358aa10
CY
2117 (custom-face-state-set): Rename `standard' theme to `changed'.
2118 (custom-save-variables, custom-save-faces): Delete unneeded
2119 references to custom-reset-variables.
2120 (custom-save-resets): Delete function.
2121 (custom-save-variables, custom-save-faces): MODE argument deleted.
2122 (custom-save-variables, custom-save-faces): Ignore theme values.
2123
2124 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
2125 compatibility function.
2126
cbf090c4
RS
21272006-01-01 Richard M. Stallman <rms@gnu.org>
2128
107736a2
RS
2129 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
2130 (Custom-reset-current, Custom-reset-saved): Likewise.
b8919739 2131 (Custom-reset-standard): Show message if aborted.
107736a2
RS
2132 (custom-mode): Doc fix, describing those commands.
2133
cbf090c4
RS
2134 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
2135 put on event-kind property.
2136
85a5eb0e
CY
21372005-12-31 Chong Yidong <cyd@stupidchicken.com>
2138
b2a41d12
CY
2139 * custom.el (provide-theme): Ban `user' theme name.
2140 (custom-enabling-themes): New variable.
2141 (enable-theme): Don't enable user if custom-enabling-themes is t.
2142 (custom-enabled-themes): Make it a defcustom.
2143 (custom-theme-recalc-face): No-op if face is undefined.
2144
85a5eb0e
CY
2145 * cus-edit.el (custom-button-mouse): New variable.
2146 (custom-button-mouse): New face.
2147 (custom-raised-buttons, custom-mode): Use it.
2148
2149 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
2150
b5871831
EZ
21512005-12-31 Eli Zaretskii <eliz@gnu.org>
2152
2153 * progmodes/gud.el (gud-display-line): Support hl-line in the
2154 source buffer.
2155
5915523a
EZ
21562005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2157
2158 * mouse.el (mouse-drag-window-above): Verify that the found window
2159 overlaps with the given window in the horizontal dimension.
2160
a9d25c79
EZ
21612005-12-31 Eli Zaretskii <eliz@gnu.org>
2162
2163 * Makefile.in (cvs-update): New target.
2164
2165 * makefile.w32-in (cvs-update): Ditto.
2166
8314bdb8
CY
21672005-12-30 Chong Yidong <cyd@stupidchicken.com>
2168
2169 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
bdeaa675 2170 (custom-new-theme-mode-map): New variable.
8314bdb8 2171
16ecd4c5
RS
21722005-12-30 Richard M. Stallman <rms@gnu.org>
2173
8913f945
RS
2174 * custom.el (custom-load-themes): Function deleted.
2175
a8d6ee3c 2176 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16ecd4c5
RS
2177 (custom-save-variables): Don't delete or add custom-load-themes call.
2178
4dd68f44
SM
21792005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2180
98e071b5
SM
2181 * cus-start.el: Add `visible-cursor'.
2182
4dd68f44
SM
2183 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
2184 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
2185 (flymake-process-filter): Switch to buffer before calling it instead.
2186 (flymake-post-syntax-check, flymake-highlight-err-lines)
2187 (flymake-delete-own-overlays, flymake-parse-err-lines)
2188 (flymake-start-syntax-check, flymake-start-syntax-check-process)
2189 (flymake-count-lines, flymake-parse-residual):
2190 Remove constant buffer argument.
2191 (flymake-start-syntax-check-for-current-buffer): Remove.
2192 Update callers to use flymake-start-syntax-check instead.
2193 (flymake-display-err-menu-for-current-line):
2194 Remove unused var `mouse-pos'.
2195 (flymake-restore-formatting): Comment out unused function.
2196 (flymake-report-status, flymake-report-fatal-status): Remove buffer
2197 argument, use current-buffer instead. Update callers.
2198
07467c09
RW
21992005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2200
2201 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
2202 buffer-local because choose-completion-delete-max-match requires
2203 that we set completion-ignore-case (i.e., binding via let is not
2204 sufficient).
2205 (bibtex-complete): Always set completion-ignore-case and
af71d4c0 2206 choose-completion-string-functions. The latter is needed because
07467c09
RW
2207 choose-completion-string-functions keeps its value if we quit the
2208 *Completions* buffer without requesting a completion.
2209
fe791b0c
AS
22102005-12-30 Andreas Schwab <schwab@suse.de>
2211
4dd68f44 2212 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
fe791b0c 2213
ef3f69f9
EZ
22142005-12-30 Eli Zaretskii <eliz@gnu.org>
2215
2216 * jit-lock.el (jit-lock-chunk-size): Doc fix.
2217
67d766e8
JL
22182005-12-30 Juri Linkov <juri@jurta.org>
2219
2220 * locate.el (locate-fcodes-file, locate-header-face)
2221 * progmodes/delphi.el (delphi-other-face)
2222 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
2223
2224 * paren.el (show-paren-match, show-paren-mismatch): Use existing
2225 group `paren-showing-faces'.
2226
2227 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
2228 (goto-address): Fix docstring.
2229
2230 * net/webjump.el (webjump-sample-sites): Update URLs.
2231
2232 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
2233
2234 * subr.el (cancel-change-group): Add listp around pending-undo-list.
2235
af3d4246
SM
22362005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
2237
2238 * font-lock.el (font-lock-compile-keywords): Signal an error when
2239 font-lock-set-defaults hasn't been called.
2240
9f126fd0
LT
22412005-12-29 Luc Teirlinck <teirllm@auburn.edu>
2242
2243 * subr.el (noreturn, 1value): Doc fixes.
2244
694ed36d
RW
22452005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2246
2247 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
2248 that assoc-string returns nil.
2249
ffc1e1db
RW
22502005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2251
2252 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
2253 (bibtex-entry-type-str, bibtex-empty-field-re)
2254 (bibtex-search-backward-string, bibtex-preamble-prefix)
af3d4246 2255 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
ffc1e1db
RW
2256 (bibtex-any-valid-entry-type): New variable.
2257 (bibtex-parse-field-name): Simplify.
af3d4246 2258 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
ffc1e1db 2259 (bibtex-preamble-prefix): Include left delimiter.
af3d4246
SM
2260 (bibtex-search-forward-field, bibtex-search-backward-field):
2261 Allow unbounded search past entry boundaries (required by bibtex-pop).
ffc1e1db
RW
2262 (bibtex-text-in-field-bounds): Use push.
2263 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
2264 (bibtex-parse-preamble, bibtex-valid-entry)
2265 (bibtex-beginning-first-field): New functions.
2266 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
2267 (bibtex-map-entries): Fix docstring.
af71d4c0 2268 (bibtex-flash-head): New arg prompt. Simplify.
ffc1e1db
RW
2269 (bibtex-enclosing-field): Include code of bibtex-inside-field.
2270 (bibtex-insert-kill): Simplify. Always insert text past the
2271 current field or entry.
2272 (bibtex-format-entry): Use bibtex-parse-field.
2273 (bibtex-pop): Use bibtex-beginning-of-entry and
2274 bibtex-end-of-entry to initiate the search. Insert empty field if
2275 we found ourselves.
af3d4246
SM
2276 (bibtex-print-help-message): New args field and comma.
2277 Handle entry keys.
ffc1e1db
RW
2278 (bibtex-make-field): Use bibtex-beginning-of-entry.
2279 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
2280 invalid entry.
2281 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
2282 Handle preambles. Simplify code for thorough test.
2283 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
2284 New arg comma. Handle entry heads.
2285 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
2286 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
2287 New arg comma.
2288 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
2289 (bibtex-fill-field): Simplify.
2290 (bibtex-fill-entry): Use bibtex-beginning-first-field and
2291 bibtex-parse-field.
af3d4246 2292 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
ffc1e1db
RW
2293 (bibtex-complete): Use bibtex-parse-preamble.
2294
bc2051e4
NR
22952005-12-29 Nick Roberts <nickrob@snap.net.nz>
2296
2297 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
2298 Display name of expression instead of convenience variable.
2299 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
2300
2301 * progmodes/gud.el (gud-tooltip-dereference): Rename from
2302 toggle-gud-tooltip-dereference.
2303 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
af71d4c0 2304 (gud-tooltip-tips): ...here when dereferencing.
bc2051e4 2305
0d887b77
BW
23062005-12-28 Bill Wohler <wohler@newt.com>
2307
af3d4246 2308 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
0d887b77 2309
07a95b81
SM
23102005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
2311
97461c84
SM
2312 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
2313 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
2314 (vc-annotate-display-autoscale): Adjust call.
2315 (vc-annotate-display-default): Adjust call. Make arg compulsory.
2316 Fix interactive spec.
2317 (vc-annotate-time-span): Remove.
2318 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
2319 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
2320 (vc-annotate-display-select): Use new name.
2321
07a95b81
SM
2322 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
2323 (vc-annotate-mode-menu): Remove left-over redundant declaration.
2324 Correct the construction of span entries. Simplify.
2325 (vc-annotate-display-select): Fix the nil case.
2326 (vc-annotate): Remove obsolete (and now broken) code.
2327 (vc-annotate-extract-revision-at-line): Remove obsolete code.
2328 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
2329
ba455131
LT
23302005-12-28 Luc Teirlinck <teirllm@auburn.edu>
2331
2332 * subr.el (lazy-completion-table): Correct typo in docstring.
2333
2334 * startup.el (command-line): Use `custom-reevaluate-setting' for
2335 `send-mail-function'.
2336
2337 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
2338
c3f69831
SJ
23392005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
2340
07a95b81
SM
2341 * mail/smtpmail.el (smtpmail-try-auth-methods):
2342 Send credentials together with "AUTH PLAIN" command.
c3f69831 2343
6281e1e8
RS
23442005-12-27 Richard M. Stallman <rms@gnu.org>
2345
2346 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
2347 mouse-2, go back to previously selected window, so it's selected
2348 when mouse-2 command runs.
2349
23502005-12-27 Juri Linkov <juri@jurta.org>
84116a13
JL
2351
2352 * descr-text.el (describe-text-sexp): Use square brackets for
2353 button [Show] to distinguish it from the property value `show'.
2354 (describe-property-list): Use `insert-text-button' with
2355 `help-face' type instead of putting face in quotes, because button
2356 is not created automatically for a list of faces.
2357 (describe-text-properties-1): Put button-type value in quotes to
2358 distinguish from plain text "button".
2359 (describe-char): Display code point values in hex. Don't use
2360 `symbol-name' for `current-input-method' because it is a string.
2361 Use `insert-text-button' with `help-face' type instead of putting
2362 hardcoded face in quotes, because button is not created automatically.
2363
51978cac
RS
23642005-12-27 Richard M. Stallman <rms@gnu.org>
2365
2926b5fb
RS
2366 * progmodes/glasses.el (glasses-face): More specific custom type.
2367
1af57101
RS
2368 * files.el (set-visited-file-name): Doc fix.
2369
51978cac
RS
2370 * textmodes/flyspell.el (flyspell-external-point-words):
2371 Use local var buffer-scan-pos to advance scan for next misspelling.
2372 Advance it only after we find the misspelling.
2373
23742005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
2375
2376 * textmodes/flyspell.el (flyspell-external-point-words):
2377 New criteria for finding the misspelling in the buffer.
2378
6281e1e8 23792005-12-27 Nick Roberts <nickrob@snap.net.nz>
84116a13
JL
2380
2381 * help-mode.el (help-insert-string): Set help-xref-stack-item
2382 rather than call help-setup-xref.
2383
2384 * descr-text.el (describe-char): Revert previous changes for
2385 optional buffer argument.
2386
6281e1e8 23872005-12-27 Juri Linkov <juri@jurta.org>
6280f20d
NR
2388
2389 * help-mode.el (help-insert-string): New function. Save buffer
07a95b81 2390 contents in cases where it is impossible to recompute the old contents.
6280f20d
NR
2391
2392 * descr-text.el (describe-char): Set help-xref-stack-item
84116a13 2393 explicitly after buffer has been generated.
6280f20d 2394
edd4b3ab
JD
23952005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2396
2397 * cus-start.el (all): Add x-gtk-show-hidden-files.
2398
d7504d5c
RS
23992005-12-26 Richard M. Stallman <rms@gnu.org>
2400
c0b45763
RS
2401 * replace.el (perform-replace): Calculate match-again
2402 before skipping read-only matches.
2403
d6f0f3e0
RS
2404 * paren.el (paren-showing-faces): New group.
2405 (show-paren-match, show-paren-mismatch): Move to that group.
2406
2407 * button.el (button): Put into group `basic-faces'.
2408
2409 * progmodes/make-mode.el: Remove faces from group `faces'.
2410
d7504d5c
RS
2411 * apropos.el (apropos, apropos-value): Doc fix.
2412 (apropos-documentation): Doc fix.
2413
1d5e15d0
SM
24142005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * subr.el (lazy-completion-table): Remove argument `args'.
2417
2418 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2419 Don't use the `args' argument of lazy-completion-table.
2420
6281e1e8 24212005-12-26 Nick Roberts <nickrob@snap.net.nz>
0932395f
NR
2422
2423 * descr-text.el (describe-char): Add optional argument for buffer.
2424 Set buffer appropriately. Call help-setup-xref.
2425 Suggested by Stefan Monnier.
2426
6281e1e8 24272005-12-26 Juri Linkov <juri@jurta.org>
0932395f 2428
84116a13
JL
2429 * descr-text.el: Require `help-fns' at runtime. Don't require
2430 `button' for byte compilation.
2431 (describe-text-widget): Add `help-echo' for first button.
119f6f17
RS
2432 Use `help-info' for second.
2433 (describe-property-list): Use `help-argument-name' instead of `italic'.
84116a13
JL
2434 (describe-text-category): Add prompt to interactive spec.
2435 Call `help-setup-xref'.
2436 (describe-char): Use `help-character-set'. Add `help-echo' for
2437 code point. Use `help-input-method'. Remove superfluous insert.
0932395f 2438
6728475c
RS
24392005-12-25 Richard M. Stallman <rms@gnu.org>
2440
cad1051b
RS
2441 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
2442 at point, in case of narrowing.
2443
6f9de17a
RS
2444 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
2445
2446 * locate.el (locate-header-face): Allow nil in type.
2447
6728475c
RS
2448 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
2449
180a4473
RF
24502005-12-25 Romain Francoise <romain@orebokech.com>
2451
2452 * battery.el (battery-linux-proc-acpi): Also try
2453 `/proc/acpi/thermal_zone/THM0/temperature'.
2454
c5d290fb
CY
24552005-12-24 Chong Yidong <cyd@stupidchicken.com>
2456
2457 * custom.el (custom-push-theme): Fix docstring.
2458
1d5e15d0
SM
2459 * cus-edit.el (custom-variable-set, custom-variable-save)
2460 (custom-variable-save): Custom-quote widget values.
c5d290fb
CY
2461 (customize-save-variable): Fix custom-push-theme call.
2462
7c417300
EZ
24632005-12-24 Eli Zaretskii <eliz@gnu.org>
2464
2465 * w32-fns.el (w32-batch-update-autoloads): New function.
2466
1d5e15d0
SM
2467 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
2468 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7c417300
EZ
2469 from the command line.
2470
d820f1fb
CY
24712005-12-23 Chong Yidong <cyd@stupidchicken.com>
2472
2473 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
2474 reset means to remove setting from theme entirely. Don't keep
2475 expanding theme-settings list; delete old entries if necessary.
2476
2477 * cus-edit.el (custom-buffer-create-internal): Move "Erase
2478 customization" button one line up.
2479 (custom-themed): New face.
2480 (custom-magic-alist): New value, THEMED, for theme settings.
1d5e15d0
SM
2481 (custom-variable-state-set, custom-face-state-set):
2482 Check theme-value instead of saved-value.
d820f1fb 2483 (custom-variable-reset-standard, custom-face-reset-standard):
9ff7a71a 2484 Remove theme setting entirely. Recalculate new values.
25c6d447
CY
2485 (custom-variable-set, custom-variable-set)
2486 (custom-variable-reset-saved, custom-variable-reset-backup)
2487 (custom-face-set, custom-face-reset-saved): Update `user' theme.
2488 (custom-variable-save): Fix typos.
1d5e15d0 2489
eb533587
JL
24902005-12-23 Juri Linkov <juri@jurta.org>
2491
2492 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
2493 Add autoload cookies.
2494 (edebug-outside-d-c-i-n-s-w): New variable.
2495 (edebug-display, edebug-outside-excursion): Use it to save the
2496 original value of default-cursor-in-non-selected-windows.
2497 Set default-cursor-in-non-selected-windows to t while Edebug
2498 is active.
2499 (edebug-mode, edebug-eval-mode): Doc fix.
2500
2501 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
2502 with `buffer-substring-no-properties' to remove common substring
2503 highlighting.
2504
2505 * info.el (info-other-window, info): Rename function argument
2506 `file' to `file-or-node'.
2507 (Info-complete-menu-item): Use local variable `complete-nodes' to
2508 keep the global value of `Info-complete-nodes' unchanged for
2509 subsequent completions.
2510 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
2511
2512 * simple.el (get-next-valid-buffer, last-buffer)
2513 (next-error-buffer-p, next-error-find-buffer)
2514 (minibuffer-history-sexp-flag): Doc fix.
2515
2516 * savehist.el (savehist-mode-hook): Add `:group'.
2517
2518 * log-view.el: Call autoload for vc-find-version.
2519 (log-view-current-file): Adjust subgroup numbers.
2520 (log-view-current-tag): Add `length'.
2521
2b6abe1e
RS
25222005-12-23 Richard M. Stallman <rms@gnu.org>
2523
2524 * vc.el (vc-annotate-car-last-cons): Defn moved up.
2525
1fafa158
JL
25262005-12-23 Juri Linkov <juri@jurta.org>
2527
2528 * hi-lock.el (hi-lock-archaic-interface-message-used)
2529 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
2530 (hi-lock-mode): Display "Hi" in the mode line only when
2531 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
2532 (hi-lock-write-interactive-patterns):
2533 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
2534 (hi-lock-set-pattern, hi-lock-set-file-patterns)
2535 (hi-lock-font-lock-hook): Set 3rd arg `how' of
2536 font-lock-add-keywords to t.
2537
81dc5714
JL
25382005-12-23 David Koppelman <koppel@ece.lsu.edu>
2539
2540 * hi-lock.el (hi-lock-highlight-range): New variable.
2541 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
2542 only if font-lock-fontified is non-nil. Remove overlays.
2543 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
2544 font-lock-fontified is non-nil, otherwise use overlays (instead of
2545 text properties).
2546 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
2547 New variables.
2548 (hi-lock-string-serialize) New function.
2549
7b5836c7
JD
25502005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2551
2552 * menu-bar.el (menu-find-file-existing): New function.
2553 (menu-bar-file-menu): Use menu-find-file-existing for Open.
2554
af71d4c0 2555 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7b5836c7 2556
04864eb0
SM
25572005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2558
2559 * vc.el: Remove unnecessary leading * in docstrings.
2560 (vc-annotate-mode-map): Move initialization into declaration.
2561 (vc-static-header-alist): Nitpick on the regexp.
2562 (vc-default-init-version): New fun.
2563 (vc-register): Use it.
2564 (vc-insert-headers): Use dolist.
2565 (vc-annotate-get-backend): Remove unused function.
2566 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
2567 (vc-annotate-mode): Remove corresponding call.
2568 (vc-annotate-car-last-cons): Simplify.
2569 (vc-annotate-buffers): Remove var.
2570 (vc-annotate-backend): Make it buffer-local.
2571 (vc-annotate): Move the interaction to the interactive spec.
2572 Add a `buf' argument.
2573 (vc-annotate-warp-version): Use this new `buf' argument to avoid
2574 killing&creating a vc-annotate buffer, which is very disruptive when
2575 the buffers are shown in dedicated frames.
2576
d59e3c42
NR
25772005-12-23 Nick Roberts <nickrob@snap.net.nz>
2578
2579 * descr-text.el: Add FSF as maintainer.
2580 (describe-text-mode, describe-text-mode-map)
2581 (describe-text-mode-hook, describe-text-done): Delete. Use normal
2582 help-mode.
2583 (describe-text-widget, describe-text-sexp)
2584 (describe-property-list, describe-text-category)
2585 (describe-text-properties, describe-text-properties-1)
2586 (describe-char): Use help buttons instead of widgets.
2587 (describe-char-unicodedata-file): Make URL link in doc string.
2588
b758ae9a 25892005-12-22 Richard M. Stallman <rms@gnu.org>
04864eb0 2590
b758ae9a
RS
2591 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
2592 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
2593 Don't include buttons that write a file when there's no file.
2594 (custom-variable-menu, custom-face-menu, custom-group-menu):
2595 Don't include commands that write a file when there's no file.
bba50f8a
RS
2596 (customize-browse): Reword the top-of-buffer help intro.
2597 (custom-buffer-create-internal): Fix previous change.
2598 (customize-changed-options-previous-release): Prev release is 21.1.
2599 (customize-changed-options): Doc fix.
2600 (customize-changed): New alias.
50137744
RS
2601 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
2602 Say "standard values".
2603 (Custom-reset-standard): Doc fix.
2604 (custom-face-reset-standard): Doc fix.
b758ae9a 2605
e0be77f6
SM
26062005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2607
2608 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
2609 even if font-lock-mode is non-nil since it may be t without having
2610 turned on font-lock-mode-internal.
2611 (font-lock-choose-keywords): Minor optimization.
2612 (font-lock-add-keywords, font-lock-remove-keywords)
2613 (font-lock-set-defaults): Don't call make-local-variable on a variable
2614 that we know to already be local.
2615
5e688290
RF
26162005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
2617
2618 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
2619 messages if in the minibuffer.
2620
c1b5a260
SM
26212005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2622
9c841316
SM
2623 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
2624 (tex-mode-flyspell-verify, flyspell-get-word)
2625 (flyspell-external-point-words): Don't use point-min/max uselessly.
2626
c1b5a260
SM
2627 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
2628 by Kevin Rodgers. Instead, just hide the completions buffer if we
2629 don't need to show it.
2630
135db51a
LT
26312005-12-21 Luc Teirlinck <teirllm@auburn.edu>
2632
2633 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
2634
398de718
SM
26352005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2636
2637 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
2638 delete-windows-on with an inexistent buffer.
2639
39b5238d
NR
26402005-12-22 Nick Roberts <nickrob@snap.net.nz>
2641
398de718 2642 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
39b5238d
NR
2643 Delete defcustom variable :tag names.
2644
aa230d94
SM
26452005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
2646
2647 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
2648 (log-view-font-lock-keywords): Ajust subgroup numbers.
2649 (log-view-current-tag): Don't hard code the number of subgroups.
2650
3bdba51d
JL
26512005-12-20 Juri Linkov <juri@jurta.org>
2652
2653 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
2654 (tooltip-x-offset, tooltip-y-offset): Doc fix.
2655
2656 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2657 (menu-bar-non-minibuffer-window-p): Instead of checking
2658 display-multi-frame-p, use selected-frame when menu-updating-frame
2659 is nil.
2660
fdd5516e
TTN
26612005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
2662
2663 * align.el (align-rules-list): Use [ \t] instead of \s-
2664 for column separators in text mode.
2665
84a00de9
NR
26662005-12-20 Nick Roberts <nickrob@snap.net.nz>
2667
fdd5516e 2668 * help-mode.el (help-customize-variable, help-customize-face):
84a00de9
NR
2669 Don't pop help-xref-stack as help-follow no longer pushes
2670 anything on to it.
2671
d924f2e5
CD
26722005-12-20 Carsten Dominik <dominik@science.uva.nl>
2673
2e040f4e 2674 * textmodes/org.el (org-agenda-custom-commands): New option.
d924f2e5
CD
2675 (org-agenda): Offer custom commands on splash screen.
2676 (org-make-tags-matcher): Parser for Boolean logic added.
2677 (org-agenda-set-tags): New command.
2678 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
2679 (org-set-tags): Efficiency improvements.
2680 (org-auto-align-tags): New option.
2681 (org-todo, org-demote, org-promote): Realign tags.
aa230d94 2682 (org-tags-completion-function): Use also "&" and "|" as separators.
d924f2e5
CD
2683 (org-org-menu): Agenda commands simplified.
2684
c8fee345
LT
26852005-12-19 Luc Teirlinck <teirllm@auburn.edu>
2686
2687 * cus-edit.el (customize-apropos, customize-apropos-options):
2688 Docstring changes.
2689
2690 * font-lock.el (font-lock): Add tags to the links in the defgroup.
2691
eb0d2864
CY
26922005-12-19 Chong Yidong <cyd@stupidchicken.com>
2693
2694 * longlines.el (longlines-mode): Wrap while widened.
2695 (longlines-decode-region, longlines-encode-region): Compute max
2696 just once.
2697
d6a90a49
YM
26982005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2699
2700 * cus-edit.el (mac): New group.
2701
2702 * cus-start.el (all): Add user options in macterm.c. Add test for
2703 Mac-related built-ins. Fix test for GTK-related built-ins.
2704
2705 * term/mac-win.el (mac-handle-language-change)
2706 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
2707 (mac-services-open-selection, mac-services-mail-selection)
2708 (mac-services-mail-to, mac-services-insert-text)
2709 (mac-dispatch-apple-event): Add docstrings.
2710 (x-get-selection, mac-select-convert-to-string): Select coding
2711 system from `utf-16be' and `utf-16le' using `byteorder'.
2712
8e77fbb4
SM
27132005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 * subr.el (lazy-completion-table): Don't be fooled if the var holds
2716 a "list" (lambda ...) rather than a real completion list.
2717
2718 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
2719 lexical-let when encountering ((lambda (...) ...) ...).
2720
1aa545c1
CY
27212005-12-17 Chong Yidong <cyd@stupidchicken.com>
2722
8e77fbb4 2723 * progmodes/sh-script.el (sh-mode):
1aa545c1
CY
2724 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
2725 * textmodes/picture.el (picture-mode): Update docstrings.
2726
abeb5855
EZ
27272005-12-17 Eli Zaretskii <eliz@gnu.org>
2728
2729 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
2730 commands enclosed in $(ARGQUOTE)s should not be split between two
2731 lines, as that will break with GNU Make >3.80, when sh.exe is used
2732 and arg quoting is with '..'.
2733 (autoloads): Don't break the quoted --eval expression between
2734 several lines.
2735
14e7cb94
CY
27362005-12-17 Chong Yidong <cyd@stupidchicken.com>
2737
8e77fbb4
SM
2738 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
2739 Capture error from printing circular structures.
14e7cb94 2740
6872b31c
EZ
27412005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
2742
2743 * wid-edit.el (widget-checkbox-action): Clear undo info.
2744
6eee5abf
BW
27452005-12-16 Bill Wohler <wohler@newt.com>
2746
2747 * menu-bar.el (kill-this-buffer): Set a good example by using menu
2748 bar, not menubar in comment.
2749
f3725983
SM
27502005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2751
2752 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
2753 After-change-functions should not clobber the match data.
2754
2a502a32
JL
27552005-12-16 Juri Linkov <juri@jurta.org>
2756
2757 * simple.el (choose-completion): Use `buffer-substring-no-properties'
2758 instead of `buffer-substring'.
2759 (completion-common-substring): Doc fix.
2760 (completion-setup-function): Use minibuffer-completion-contents
2761 instead of minibuffer-contents. Don't set common-string-length
2762 initially. Remove special handling of partial-completion-mode.
f3725983
SM
2763 Move computation of completion-base-size into one cond.
2764 Call completion-base-size-function in mainbuf. In computation of
2a502a32
JL
2765 completion-base-size for file name completion don't move point to
2766 the end of the minibuffer. Move computation of common-string-length
2767 into one cond. Start putting faces only when common-string-length>=0.
f3725983
SM
2768 Add condition to put completions-common-part when
2769 common-string-length>0.
2a502a32
JL
2770
2771 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
2772 place point at the first different character in the minibuffer
2773 even if this position is at the beginning of the minibuffer.
2774
2775 * info.el (Info-read-node-name-1): In completion-base-size-function's
2776 lambda return 1 if common-substring or minibuffer-completion-contents
2777 starts with (, and 0 otherwise.
2778
2779 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
2780 Use `crm-current-element' for second arg of `display-completion-list'.
2781
ec6328a2
EZ
27822005-12-16 Klaus Zeitler <kzeitler@lucent.com>
2783
2784 * files.el (set-auto-mode): Look for an interpreter specified on
2785 the first line also if search for mode specification succeeded,
2786 but the mode is not known.
2787
f63bdfca
CD
27882005-12-16 Carsten Dominik <dominik@science.uva.nl>
2789
2e040f4e 2790 * textmodes/org.el (org-tags-match-list-sublevels): New option.
f3725983 2791 (org-open-at-point): Implement tag searches as links.
f63bdfca 2792 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
f3725983 2793 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
f63bdfca
CD
2794 (org-tags-sparse-tree, org-tags-view, org-set-tags)
2795 (org-agenda-dispatch): New commands.
2796 (org-use-tag-inheritance, org-tags-column): New options.
2797 (org-tab-follows-link, org-return-follows-link): New options.
2798 (org-tags): New customize group.
2799 (org-start-icalendar-file): Get local time zone.
2800 (org-tags-completion-function): New function.
f3725983 2801 (org-set-font-lock-defaults): Make sure links will also be
cfbc5709 2802 highlighted inside headlines.
f63bdfca 2803
e4fd12dd
EZ
28042005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
2805
f3725983
SM
2806 * term.el (term-emulate-terminal):
2807 Let term-handle-ansi-terminal-messages override what Bash says about
e4fd12dd
EZ
2808 its current directory.
2809
a74f9094
KL
28102005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2811
2812 * bindings.el (last-buffer): Move to simple.el.
2813 * simple.el (last-buffer): Move here.
2814 (get-next-valid-buffer): New function.
2815 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
af71d4c0 2816 (prev-buffer): Ditto. Rename to `previous-buffer'.
a74f9094 2817
f3725983 2818 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
a74f9094
KL
2819 * bindings.el (global-map): Ditto.
2820
6769aefa
LT
28212005-12-15 Luc Teirlinck <teirllm@auburn.edu>
2822
2823 * cus-edit.el: Introductory comment change.
2824 (custom-magic-alist): Change message string for the `rogue' state.
2825
62e5dd08
RS
28262005-12-15 Richard M. Stallman <rms@gnu.org>
2827
2828 * tooltip.el: Delete defcustom variable :tag names.
2829
2830 * complete.el (partial-completion-mode): Doc fix.
2831
2832 * textmodes/flyspell.el (flyspell-external-point-words):
2833 Use save-excursion to ensure we don't move backward in the
2834 search loop, not even one character.
2835 (flyspell-delete-all-overlays): Use remove-overlays directly.
2836
2837 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
2838 (ispell-start-process): Set that variable.
2839 Clear ispell-buffer-local-name.
2840 (ispell-internal-change-dictionary):
2841 Set ispell-current-dictionary after killing process.
2842 (ispell-buffer-local-dict):
2843 Don't set spell-personal-dictionary after killing process.
2844 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
af71d4c0
JB
2845 (ispell-tex-skip-alists, ispell-html-skip-alists)
2846 (ispell-skip-region-alist): Mark as risky.
62e5dd08
RS
2847
2848 * net/newsticker.el (newsticker--retrieval-timer-list)
2849 (newsticker--display-timer, newsticker-running-p)
2850 (newsticker-ticker-running-p): Definitions moved up.
2851
5df0c23b
NR
28522005-12-16 Nick Roberts <nickrob@snap.net.nz>
2853
f3725983 2854 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5df0c23b 2855
d0ccae3e
DP
28562005-12-15 David Ponce <david@dponce.com>
2857
f3725983 2858 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
d0ccae3e
DP
2859 (recentf-edit-list, recentf-open-files): Signal an error when
2860 there is no recent file.
2861
9cfeca9e
RF
28622005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
2863
2864 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
2865 read-only except for texinfo-format-region evaluation.
6d298e78 2866
c94dca60
RS
28672005-12-14 Richard M. Stallman <rms@gnu.org>
2868
2869 * vc.el (vc-default-previous-version, vc-default-next-version)
2870 (vc-do-command): Doc fixes.
2871
cdc61d35
SM
28722005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2873
2874 * textmodes/bibtex.el (bibtex-expand-strings)
2875 (bibtex-autokey-expand-string, bibtex-name-part)
2876 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
2877 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
2878 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
2879 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
2880 (bibtex-entry-postfix, bibtex-known-entry-type-re)
2881 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
2882 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
2883 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
2884 (bibtex-beginning-of-last-entry): Remove.
2885 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
2886 message if comma is missing but buffer is read-only.
2887 (bibtex-parse-field-text): Handle whitespaces at the end of field
2888 text. Return 3-element list with beginning and end of field text
2889 and end of field.
2890 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
2891 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
2892 (bibtex-search-forward-field, bibtex-search-backward-field):
2893 Search always delimited by limits of entry. Use more efficient
2894 search algorithms.
2895 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
2896 bibtex-end-of-name-in-field.
2897 (bibtex-text-in-field-bounds): Handle BibTeX strings when
2898 extracting the content of a field.
2899 (bibtex-text-in-field): Use search limits.
2900 (bibtex-parse-string-prefix): Handle empty string keys based on
2901 bibtex-string-empty-key.
2902 (bibtex-parse-string): Fix docstring.
2903 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
2904 (bibtex-preamble-prefix, bibtex-strings): New functions.
2905 (bibtex-skip-to-valid-entry): Include preceding whitespace in
2906 BibTeX entries (consistent with other BibTeX functions).
2907 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
2908 (bibtex-search-entry): Fix docstring. Simplify.
2909 (bibtex-flash-head, bibtex-complete-string-cleanup)
2910 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
2911 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
2912 (bibtex-parse-entry): New optional arg content.
2913 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
2914 Use bibtex-text-in-field-bounds.
2915 (bibtex-print-help-message): Handle BibTeX strings and preambles.
2916 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
2917 bibtex-parse-string-postfix.
2918 (bibtex-find-text-internal): New function.
2919 (bibtex-remove-delimiters): Use it.
2920 (bibtex-find-text): Use it. New optional arg help.
2921 (bibtex-complete): Handle BibTeX string and preamble entries.
2922 (bibtex-Preamble): Fix order of closing delimiters.
2923
29242005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
2925
2926 * vc.el (vc-default-revert): New fun.
2927
2928 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
2929
28aa8148
RF
29302005-12-14 Romain Francoise <romain@orebokech.com>
2931
2932 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
2933 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
2934 (font-lock-remove-keywords): Likewise.
2935
fa81f010
JL
29362005-12-14 Juri Linkov <juri@jurta.org>
2937
e8171d36
JL
2938 * log-view.el (log-view-diff): Doc fix.
2939
fa81f010
JL
2940 * isearch.el (isearch-query-replace): Use (mark) instead of
2941 isearch-opoint if mark is active in transient-mark-mode.
2942
e7e4ea21
JL
29432005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2944
2945 * isearch.el (isearch-query-replace): Check for isearch-other-end.
2946
cf717a0d
JL
29472005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
2948
2949 * progmodes/cpp.el (cpp-face): New widget.
2950 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
2951
ad25ebbb
JL
29522005-12-14 Juri Linkov <juri@jurta.org>
2953
2954 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
2955 around `erase-buffer' and `insert'.
2956
2957 * descr-text.el (describe-text-properties): Replace buffer name
2958 "*Help-2*" with "*Help*<2>".
2959 (describe-char): Add functions print-help-return-message,
2960 toggle-read-only. Use help-setup-xref with nil to not store
2961 describe-char in help-xref-stack. Use help-make-xrefs to
2962 make [back] button.
2963
2964 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
2965
2966 * wdired.el (wdired-old-point): New internal variable.
2967 (wdired-change-to-wdired-mode): Set it buffer-locally.
2968 (wdired-abort-changes): Restore point after aborting changes.
2969
df4da7f4
SM
29702005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * vc.el (vc-do-command): Add a new value t for okstatus.
2973
2974 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
2975 frame in case of errors.
2976
4c0252a5
JD
29772005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2978
df4da7f4 2979 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4c0252a5
JD
2980 so it comes after "On the Left" in the menu.
2981
2ac1d4ef
LT
29822005-12-12 Luc Teirlinck <teirllm@auburn.edu>
2983
2984 * cus-edit.el (customize-apropos, customize-apropos-options)
2985 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
2986
63fc53c9
BW
29872005-12-12 Bill Wohler <wohler@newt.com>
2988
2989 * vc-svn.el (vc-svn-registered): Fix problem of visiting
2990 non-writable Subversion-controlled files by saving window
df4da7f4 2991 configuration before calling vc-do-command. vc-do-command calls
63fc53c9
BW
2992 pop-to-buffer on error which is unexpected during registration.
2993
2da61afc
JB
29942005-12-12 Jay Belanger <belanger@truman.edu>
2995
2996 * calc/README: Update the summary of changes.
2997
25a3c9d1
SM
29982005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 * descr-text.el (describe-char): Rework last fix to solve the problem
3001 is the same way it's solved for everything else in that function
3002 (i.e. by extracting the info before setting up the *Help* buffer).
3003
0900f982
KS
30042005-12-12 Kim F. Storm <storm@cua.dk>
3005
3006 * subr.el (version-regexp-alist): Allow space as separator before
3007 non-numeric part, e.g. "1.0 alpha".
3008 (version-to-list): Interpret .X.Y version as 0.X.Y version.
3009
7d29e55d
CD
30102005-12-12 Carsten Dominik <dominik@science.uva.nl>
3011
2e040f4e 3012 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7d29e55d
CD
3013 Implement Logging and the keep-modes setting.
3014 (org-get-category): Make sure a string is returned.
3015 (org-log-done): New function.
3016 (org-log-done, org-closed-string): New options.
3017
5621b83a
JD
30182005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3019
df4da7f4 3020 * tooltip.el (tooltip-y-offset): Change default to 20.
5621b83a 3021
eab52f48
RS
30222005-12-12 Richard M. Stallman <rms@gnu.org>
3023
3024 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
3025
3026 * frame.el (display-hourglass): Doc fix.
3027
3028 * help.el (help-for-help-internal): Simplify entry for `a'.
3029
3030 * info.el (Info-on-current-buffer): Doc fix.
3031 (info-insert-file-contents): Don't test (featurep 'jka-compr).
3032
3033 * startup.el (inhibit-splash-screen): Make this the real name.
3034 (inhibit-startup-message): Make this the alias.
3035 (command-line): Find only simple.el, and use its directory
3036 to fill in other preloaded files' names.
3037 (command-line): Deactivate the mark if deactivate-mark is set.
3038
3039 * international/mule.el (load-with-code-conversion):
3040 Bind deactivate-mark.
3041
3042 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3043
39f617e5
LT
30442005-12-11 Luc Teirlinck <teirllm@auburn.edu>
3045
3046 * cus-edit.el (customize-apropos): Avoid listing an option more
3047 than once under different aliases. No longer list user options
3048 that are not defined with defcustom (unless a prefix arg is given).
3049 Doc fix.
3050 (customize-apropos-options): Doc fix.
3051
d4c6530f
JL
30522005-12-11 Juri Linkov <juri@jurta.org>
3053
3054 * frame.el (set-background-color, set-foreground-color)
3055 (set-cursor-color, set-mouse-color, set-border-color):
3056 Add explicit prompts to read colors by `facemenu-read-color'.
3057 (show-trailing-whitespace, blink-cursor-delay)
3058 (blink-cursor-interval, display-hourglass, hourglass-delay):
3059 Remove tags.
3060 (display-hourglass, hourglass-delay): Doc fix.
3061 (cursor-in-non-selected-windows): Capitalize words in tag.
3062
3063 * faces.el (frame-background-mode): Replace `choice-item' keywords
3064 with `const' to not make [default] button. Change default value tag
3065 from `default' to `automatic'. Doc fix.
3066 (trailing-whitespace) <defface>: Change group `whitespace' to
3067 `whitespace-faces'.
3068
4b1c16c2
RS
30692005-12-11 Richard M. Stallman <rms@gnu.org>
3070
3071 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3072
ac8fcf0f
YM
30732005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3074
3075 * term/mac-win.el: Create keymap for mac-apple-event-map.
3076
35cd2d87
NR
30772005-12-11 Nick Roberts <nickrob@snap.net.nz>
3078
3079 * tooltip.el (tooltip-mode): Move to start of file so that it
3080 appears at top of customize buffer.
3081
3082 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3083 Add the gud groupname.
3084 (gud-tooltip-mode): Add the tooltip groupname.
af71d4c0 3085 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
35cd2d87
NR
3086 avoid conflict with tooltip-use-echo-area.
3087
d50d22f1
RF
30882005-12-10 Romain Francoise <romain@orebokech.com>
3089
3090 * help.el (help-for-help-internal): Add `r' in doc string.
3091
5fdf9b7c
EZ
30922005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3093
f3725983
SM
3094 * align.el (align-regexp, align-highlight-rule):
3095 Use region-beginning and region-end instead of point and mark, so that
5fdf9b7c
EZ
3096 repetition (with `repeat-complex-command') recomputes the region
3097 bounds.
3098
d50d22f1 30992005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
614b38a9
EZ
3100
3101 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3102 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3103 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3104 (balance-windows): Rewrite using the above new functions.
3105
71060bdd
EZ
31062005-12-10 David Koppelman <koppel@ece.lsu.edu>
3107
af71d4c0 3108 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
71060bdd
EZ
3109 react if global-hi-lock-mode seems intended.
3110 (global-hi-lock-mode) Renamed from hi-lock-mode.
3111 (hi-lock-archaic-interface-message-used)
d50d22f1 3112 (hi-lock-archaic-interface-deduce): New variables.
71060bdd
EZ
3113 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3114 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
f3725983
SM
3115 (hi-lock-find-patterns, hi-lock-font-lock-hook):
3116 Replace hi-lock-buffer-mode with hi-lock-mode.
71060bdd 3117
57436ee7 31182005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
6d93e4aa
EZ
3119
3120 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
3121 completion list, even after a partial completion has been
3122 inserted in the current buffer. If there are more than 1
3123 completion, redisplay the *Completions* buffer; if the
3124 completion is unique, delete the *Completions* window.
3125
7c86d70e
EZ
31262005-12-10 Eli Zaretskii <eliz@gnu.org>
3127
3128 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
3129 strings and long subject lines that were broken into multiple
eba9bb5f
EZ
3130 lines at arbitrary places. Handle subjects that have "Re: " in
3131 the middle.
7c86d70e 3132
d9f9aa72
EZ
31332005-12-10 John W. Eaton <jwe@octave.org>
3134
3135 * emacs/octave-mod.el (octave-electric-space): Don't indent
3136 comments or strings if octave-auto-indent is nil.
3137
4b3eb407
YM
31382005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3139
f3725983
SM
3140 * term/mac-win.el: Require url when compiling.
3141 Call mac-process-deferred-apple-events after loading init files.
4b3eb407
YM
3142 (mac-apple-event-map): New defvar. Define event handlers in it.
3143 (core-event, internet-event): New Apple event class symbols.
3144 (open-application, reopen-application, open-documents)
3145 (print-documents, open-contents, quit-application)
f3725983
SM
3146 (application-died, show-preferences, autosave-now, get-url):
3147 New Apple event ID symbols.
4b3eb407
YM
3148 (about): New HICommand ID symbol.
3149 (mac-event-spec, mac-event-ae): New macros.
3150 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
3151 (mac-ae-selection-range, mac-ae-text-for-search)
3152 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
3153 (mac-application-menu-map): Remove keymap. Handlers for HICommand
3154 and Services menu events are now defined in mac-apple-event-map.
3155 (mac-drag-n-drop): Remove selection range handling.
3156
332ee544
KH
31572005-12-10 Kenichi Handa <handa@m17n.org>
3158
f3725983 3159 * simple.el (zap-to-char):
332ee544
KH
3160 * isearch.el (isearch-process-search-char): Translate CHAR by
3161 translation-table-for-input.
3162
b0562527
CY
31632005-12-09 Chong Yidong <cyd@stupidchicken.com>
3164
3165 * foldout.el (foldout-exit-fold): Properly hide subtree.
3166
e8f4db18
RS
31672005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
3168
3169 * files.el (save-buffer):
d50d22f1 3170 * international/ucs-tables.el (ucs-set-table-for-input):
e8f4db18
RS
3171 * mail/mail-extr.el (mail-extract-address-components):
3172 * mail/sendmail.el (mail-mode): Reformat doc string.
3173
37fec9be
JL
31742005-12-09 Juri Linkov <juri@jurta.org>
3175
3176 * isearch.el (isearch-highlight): Change main overlay priority
3177 from 1 to 1001. Simplify.
3178 (isearch-lazy-highlight-update): Change lazy overlay priority
3179 from 0 to 1000.
3180
3181 * replace.el (replace-highlight): Change overlay priority from
3182 1 to 1001.
3183
3184 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3185 Change overlay priority from 1 to 1001. Reuse existing overlay.
3186
3187 * compare-w.el (compare-windows-highlight): Change overlay
3188 priority from 1 to 1000.
3189
3190 * menu-bar.el (menu-bar-edit-menu): Add listp around
3191 pending-undo-list to disable menu item "undo" when pending
3192 undo list is empty.
3193
3194 * locate.el (locate): Disable undo in *Locate* buffer.
3195
84fdb82c
KS
31962005-12-09 Kim F. Storm <storm@cua.dk>
3197
3198 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
3199
5a8781ad
DP
32002005-12-09 David Ponce <david@dponce.com>
3201
84fdb82c 3202 * recentf.el: Improvement of the menu code.
5a8781ad
DP
3203 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
3204 instead of menu hook.
3205 (recentf-show-menu, recentf-hide-menu): New functions.
3206 (recentf-menu-customization-changed, recentf-mode): Use them.
3207 (recentf-menu-action, recentf-max-menu-items)
3208 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
3209 (recentf-arrange-by-rule-others)
3210 (recentf-arrange-by-rules-min-items)
3211 (recentf-arrange-by-rule-subfilter) : Don't use
3212 `recentf-menu-customization-changed'.
3213 (recentf-arrange-rules): Likewise. Accept functions to compute
3214 sub-menu titles.
3215 (recentf-menu-filter): Likewise. Doc fix.
3216 (recentf-menu-value-shortcut): Doc fix.
3217 (recentf-dump-variable): Quote atom value.
3218 (recentf-make-menu-items): Update to use it as a menu filter.
3219 (recentf-match-rule): New function.
3220 (recentf-arrange-by-rule): Use it.
3221 (recentf-indirect-mode-rule): New function.
3222 (recentf-build-mode-rules): Use it.
3223 (recentf-dir-rule): New function.
3224 (recentf-arrange-by-dir): Use it.
3225 (recentf-filter-changer-current): Rename from
3226 `recentf-filter-changer-state'. All references updated.
3227 (recentf-filter-changer-alist): Update filter names.
3228 (recentf-filter-changer-select): New function.
3229 (recentf-filter-changer): Use it. Make a sub-menu from filters
3230 available in `recentf-filter-changer-alist'.
5a8781ad
DP
3231 (recentf-data-cache, recentf-clear-data)
3232 (recentf-update-menu): Remove. All references updated.
3233 (recentf-match-rule-p, recentf-build-dir-rules)
3234 (recentf-filter-changer-goto-next)
3235 (recentf-filter-changer-get-current)
3236 (recentf-filter-changer-get-next): Remove.
3237
30c02925
LT
32382005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3239
3240 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
3241 buffer "Reset" button to "Reset to Current" for consistency with
3242 the State buttons.
3243
1c258d8c
JPW
32442005-12-08 John Paul Wallington <jpw@pobox.com>
3245
3246 * ibuf-ext.el (define-ibuffer-filter filename):
3247 If `dired-directory' is a list then really use its car.
3248
84574cf2
KS
32492005-12-08 Kim F. Storm <storm@cua.dk>
3250
af71d4c0
JB
3251 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3252 Fix indention of text on right side of replaced rectangle.
84574cf2 3253
c48971b2
NR
32542005-12-09 Nick Roberts <nickrob@snap.net.nz>
3255
3d596891 3256 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
c48971b2
NR
3257 No need to check gud-comint-buffer is bound.
3258 (gdb): Prevent multiple debugging when first session uses gdba.
3259
9e04cba1
AM
32602005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3261
3262 CC Mode update to 5.31.
3263
3264 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
3265 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
3266 might do this function properly in the future).
3267
3268 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
3269 macros c-sentence-end and c-default-value-sentence end, to cope
3270 with Emacs 22's new function `sentence-end'.
3271
32722005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3273
3274 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
3275 compat issue using `c-put-overlay' and `c-delete-overlay'.
3276
3277 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
3278 compat macros to handle overlays/extents.
3279
32802005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3281
3282 * progmodes/cc-fix.el: Add definitions of the macros push and pop
3283 (for GNU Emacs 20.4)
3284
3285 * progmodes/cc-defs.el:
3286 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
3287
af71d4c0 3288 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9e04cba1
AM
3289 highlighting mechanism so it will work in XEmacs too.
3290
3291 * progmodes/cc-defs.el: Insert c-int-to-char.
3292
3293 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
3294 call to the new macro c-int-to-char. This solves XEmacs's
3295 regarding characters as different from integers.
3296
32972005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3298
3299 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
3300 helper.
3301
3302 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
3303 construct to make the indirect face lookup work in XEmacs.
3304
3305 (c-cpp-matchers): Append the negation char face to the existing
3306 fontification, so that the cpp face doesn't disappear. Use
3307 `c-make-syntactic-matcher' to avoid negation chars in comments and
3308 strings.
3309
3310 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
3311 to map to `font-lock-negation-char-face' in emacsen where it
3312 exists.
3313
33142005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3315
3316 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
3317
af71d4c0
JB
3318 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
3319 Rename "c-subword-move-mode" as "c-subword-mode".
9e04cba1
AM
3320
3321 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
3322 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
3323
33242005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3325
3326 * progmodes/cc-mode.el: Added autoload directive for
3327 `c-subword-move-mode' for use in older emacsen.
3328
33292005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3330
3331 * progmodes/cc-mode.el:
3332 (i) Insert a binding for C-c C-backspace into
3333 c-bind-special-erase-keys which works in TTYs.
3334 (ii) Make sure that when file styles are used, any explicitly
3335 given style variables take priority over those in the style. Do
3336 this by calling `hack-local-variables' a second time.
3337
3338 * progmodes/cc-vars.el: Add language specific customization
3339 widgets for AWK to c-doc-comment-style, c-require-final-newline
3340 and c-default-style. Add a defcustom for awk-mode-hook. Give
3341 c-syntactic-element and c-syntactic-context doc-strings by
3342 directly setting their `variable-documentation' propery. This
3343 allows Emacs 22.1 to read these with C-h v.
3344
3345 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
3346 Monnier).
3347
33482005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3349
3350 * progmodes/cc-fonts.el, cc-vars.el
af71d4c0
JB
3351 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
3352 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9e04cba1
AM
3353 Masatake YAMATO.
3354
3355 (c-doc-comment-style): Made GtkDoc default in C mode.
3356
3357 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
3358 and C-c C-<delete>.
3359
3360 (c-bind-special-erase-keys): New function for use on
3361 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
3362
3363 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
3364 <delete> key behavior in XEmacs according to `delete-forward-p'.
3365 C.f. `c-electric-delete'.
3366
33672005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3368
3369 * progmodes/cc-mode.el: Give c-hungry-backspace and
d50d22f1 3370 c-hungry-delete-forward permanent key bindings.
9e04cba1
AM
3371
3372 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
3373 c-syntactic-context for calls to "criteria functions", for
3374 consistency with other calls to user functions.
3375
af71d4c0 3376 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9e04cba1
AM
3377 `current-prefix-arg', since this might be the prefix arg to a
3378 command which calls c-indent-command as a function. Change the
3379 interactive spec from "p" to "P".
3380
3381 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
3382 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
3383 was difficult to understand.
3384
33852005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3386
3387 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
3388 first char of an identifier.
3389
3390 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
3391 +" syntax in C++.
3392
33932005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3394
af71d4c0 3395 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9e04cba1
AM
3396 auto-fill doesn't split a c-comment's last word from a hanging
3397 "*/" when a space is typed between them after fill-column.
3398
3399 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
3400
af71d4c0
JB
3401 * progmodes/cc-styles.el (c-set-style)
3402 (c-setup-paragraph-variables): Abort the command if we're not in a
9e04cba1
AM
3403 CC Mode buffer.
3404
3405 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
3406 with blank comment-prefix, and a blank line as the comment's
3407 second line.
3408
34092005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3410
3411 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
3412 Incorporated the patterns added in the Emacs development branch
3413 for the new Emacs 22 face `font-lock-negation-char-face'.
3414
3415 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
3416 of "red" since it stands out better in xterms and DOS terminals.
3417
3418 * progmodes/cc-engine.el (c-literal-faces): Added
3419 `font-lock-comment-delimiter-face' which is new in Emacs 22.
3420
34212005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3422
3423 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
3424 forcibly enable c-electric-flag.
3425
3426 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
3427 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
3428 just after the comment-prefix of a C-style comment will close that
3429 comment.
3430
34312005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3432
af71d4c0
JB
3433 * progmodes/cc-fonts.el (c-basic-matchers-before)
3434 (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
9e04cba1
AM
3435 in Pike.
3436
3437 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
3438 digraphs.
3439
3440 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
af71d4c0
JB
3441 (c-cpp-message-directives, c-cpp-include-directives)
3442 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
3443 (c-cpp-expr-directives): Introduced new language constants to
9e04cba1
AM
3444 control cpp syntax in a cleaner way.
3445
3446 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
3447
3448 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
3449
af71d4c0
JB
3450 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
3451 (c-multiline-string-start-char): New language constants and
9e04cba1
AM
3452 variables to specify how newlines in string literals work.
3453
3454 (c-font-lock-invalid-string): Use them.
3455
3456 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
3457 unbalanced close brace is entered. Optimization by avoiding going
3458 back over arbitrarily large blocks. Removed hints that this
3459 function only would be relevant/useful in AWK.
3460
3461 (c-electric-brace): Indent syntactically after the cleanups since
3462 lineup functions might do it differently then.
3463
3464 * progmodes/cc-engine.el, cc-langs.el
3465 (c-opt-op-identifier-prefix): New language constant and variable.
3466
af71d4c0
JB
3467 (c-just-after-func-arglist-p, c-after-special-operator-id)
3468 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9e04cba1
AM
3469
3470 * progmodes/cc-align.el, cc-engine.el
3471 (c-after-special-operator-id): New helper to handle C++ operator
3472 identifiers.
3473
af71d4c0
JB
3474 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
3475 (c-guess-basic-syntax): Handle C++ operator identifiers in
9e04cba1
AM
3476 declarations.
3477
3478 * progmodes/cc-langs.el (c-assignment-operators): Added the
3479 trigraph version of ^= too.
3480
3481 * progmodes/cc-langs.el (c-assignment-operators): Added the
3482 trigraph version of |= in C++.
3483
3484 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
3485 `c-decl-hangon-kwds' after the identifier name.
3486
3487 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
3488 whether an arglist is "nonempty", ignore a comment after the open
3489 paren if it isn't followed by a non-comment token on the same
3490 line.
3491
3492 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
3493 heuristics below the point to cope with classes inside special
3494 brace lists in Pike.
3495
34962005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3497
3498 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
3499
35002005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3501
3502 * progmodes/cc-guess.el (cc-guess-install): New function to
3503 install an already guessed style in another buffer.
3504
3505 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
3506 sets `inhibit-read-only' - `c-save-buffer-state' should be used
3507 anyway if the change always is undone.
3508
35092005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3510
3511 Implement togglable electricity:
3512
3513 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
3514 saying when it should be used.
3515
3516 * progmodes/cc-engine.el: Add the new buffer-local variable,
3517 c-electric-flag.
3518
3519 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
3520 c-toggle-auto-newline.
3521
3522 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
3523 c-toggle-auto-newline. Remove the binding for
3524 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
3525 c-toggle-electric-state.
3526
3527 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
3528
3529 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
3530 c-\(forward\|backward\)-subword.
3531 (c-update-modeline): Add the new modeline flag `l' for
3532 `c-electric-flag'. Make the auto-newline flag `a' dependent on
3533 `l'.
3534 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
3535 the old name an alias of the new name.
3536 (c-toggle-electric-state): New function.
3537 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
3538 Adapt these functions to do electric things only when
3539 c-electric-flag is non-nil.
3540 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
3541 new functions from c-electric-brace.
3542 (c-point-syntax): Add a check for "virtual semicolons" in AWK
3543 mode, so that the tentative extra newline doesn't change the
3544 syntax of the following brace.
af71d4c0 3545 (c-electric-brace): Restructure by extracting the above functions.
9e04cba1
AM
3546 Tidy up the coding somewhat.
3547 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
3548 restructure a bit.
3549
35502005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3551
3552 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
3553 anchor position(s) using faces. Thanks to Masatake YAMATO for the
3554 idea.
3555
3556 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
3557 (c-submode-indicators): Changed name from `c-auto-hungry-string'
3558 since it's now used to track another submode.
3559
3560 (c-update-modeline): Converted to function and extended to check
3561 `c-subword-move-mode'.
3562
3563 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3564 Converted to compat aliases for `c-forward-subword' and
3565 `c-backward-subword'.
3566
3567 * progmodes/cc-subword.el: New functions and minor mode to handle
3568 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
3569
af71d4c0
JB
3570 (c-forward-subword, c-backward-subword, c-mark-subword)
3571 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
3572 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9e04cba1
AM
3573 Functions corresponding to the standard word handling functions.
3574
3575 (c-subword-move-mode): Minor mode that replaces all the standard
3576 word handling functions with their subword equivalences.
3577
35782005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3579
3580 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
3581 entry for one-liner-defun.
3582
3583 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
3584 name in its def-edebug-spec.
3585
3586 * progmodes/cc-cmds.el (c-electric-brace): Make the
3587 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
3588 compacts space before a comment, if this will make things fit on
3589 one line.
3590
3591 Introduce an "awk" style, mainly for auto-newline and clean-ups.
3592
af71d4c0 3593 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9e04cba1
AM
3594
3595 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
3596 clean-up one-liner-defun.
3d596891 3597
9e04cba1
AM
3598 * progmodes/cc-styles.el: Add the new "awk" style.
3599
3600 * progmodes/cc-vars.el: Add description of one-liner-defun to
3601 c-cleanup-list's doc-string. New user options,
3602 c-max-one-liner-length. In c-default-style, set the default style
3603 for AWK to "awk".
3604
36052005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3606
3607 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
3608 macros inside labels.
3609
3610 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
3611 `c-at-statement-start-p' and `c-at-expression-start-p'.
3612
3613 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
3614 error if the mark isn't set.
3615
af71d4c0
JB
3616 * progmodes/cc-engine.el (c-guess-continued-construct)
3617 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9e04cba1
AM
3618 accurately detect functions inside functions.
3619
3620 * progmodes/cc-engine.el (c-at-expression-start-p): New function
3621 like `c-at-statement-start-p' that additionally recognizes commas
3622 and expression parentheses as delimiters.
3623
3624 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
3625 to avoid heuristics that doesn't work for unclosed blocks.
3626
3627 (c-at-statement-start-p): New function.
3628
3629 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
3630 Objective-C directives, e.g. directives spanning lines should work
3631 reasonably well now.
3632
3633 (c-put-c-type-property, c-clear-c-type-property): New helpers.
3634
3635 (c-forward-objc-directive): New function to move over any ObjC
3636 directive.
3637
af71d4c0
JB
3638 (c-just-after-func-arglist-p, c-guess-basic-syntax)
3639 (c-basic-matchers-before): Use it.
9e04cba1
AM
3640
3641 (c-font-lock-objc-iip-decl): Removed.
3642
3643 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
3644 in the template arglist recognition.
3645
3646 * progmodes/cc-styles.el (c-style-alist): Fixed several
3647 inconsistencies in the Whitesmith style.
3648
af71d4c0
JB
3649 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
3650 New lineup function to get lines after Whitesmith style blocks
9e04cba1
AM
3651 correctly indented.
3652
3653 (c-lineup-whitesmith-in-block): Backed out the compensation for
3654 opening parens since it's done using `add' lists in the style
3655 definition instead. Don't use the anchor position since it varies
3656 too much between the syntactic symbols. :P
3657
3658 * progmodes/cc-vars.el (c-valid-offset): Updated.
3659
3660 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
3661 lists where the offsets are combined according to several
3662 different methods: `first', `min', `max', and `add'. Report
3663 offset evaluation errors with `c-benign-error' so that some kind
3664 of reindentation still is done.
3665
3666 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
3667 `arglist-intro' the same way as `arglist-cont-nonempty' and
3668 `arglist-close'.
3669
3670 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
3671 situations for `arglist-cont-nonempty' and `arglist-close'.
3672
3673 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
3674 constant.
3675
3676 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
3677 cc-bytecomp-boundp' in a number of places.
3678
3679 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
3680 macro related issue.
3681
36822005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3683
3684 * progmodes/cc-awk.el: Change the terminology of regexps: A char
af71d4c0
JB
3685 list is now [asdf], a char class [:alpha:]. Include code for char
3686 classes. Set c-awk-NL-prop on lines ending in open strings. (Bug
3687 fix.) Add character classes (e.g. "[:alpha:]") into AWK Mode's
3688 regexps.
9e04cba1
AM
3689
3690 Remove (nearly all of) the cruft associated with AWK Mode's former
3691 concept of "virtual semicolons":
3692
3693 Adapt c-beginning-of-statement, c-end-of-statement (together with
3694 subfunctions) to use the new notion of "virtual semicolon" in
3695 place of the old awkward special handling for AWK. There remains
3696 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
3697 * progmodes/cc-cmds.el:
3698 (c-ascertain-adjacent-literal): In the backwards direction, now
3699 recognises AWK regexp delimiters as string delimiters.
3700 (c-after-statement-terminator-p): Adapt for virtual semicolons;
3701 check more rigorously for "end of macro".
3702 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
3703 virtual semicolons;
3704 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
3705 out the code for forward movement into ...
3706 (c-end-of-statement): Now contains the code for forward movement,
3707 adapted for virtual semicolons.
3708
3709 * progmodes/cc-engine.el:
af71d4c0 3710 (c-ws*-string-limit-regexp): New regexp.
9e04cba1
AM
3711 (c-forward-single-comment, c-backward-single-comment): Comment out
3712 the (now redundant) "special" AWK stuff.
3713
3714 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
3715 c-string-par-start, c-string-par-separate to be more like Text
3716 Mode than Fundamental Mode.
3717
37182005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3719
3720 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
3721 to the fontified region so that fontification doesn't occur
af71d4c0
JB
3722 outside it (could happen e.g. when fontifying a line with an
3723 unfinished declaration).
9e04cba1
AM
3724
37252005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3726
3727 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
3728 moved to near the start of the file. ^L now separate sections of
3729 the file. New defconsts: c-awk-non-eol-esc-pair-re,
3730 c-awk-blank-or-comment-line-re,
3731 c-awk-one-line-possibly-open-string-re,
3732 c-awk-regexp-one-line-possibly-open-char-class-re,
3733 c-awk-one-line-possibly-open-regexp-re,
3734 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
3735 c-awk-vsemi-status-unknown-p.
3736
3737 Amend the concept of "virtual semicolons" (in the indentation
3738 engine) for languages like AWK, such that they are now
3739 conceptually attached to end of the last token of a statement, not
3740 the end of the line. (In AWK Mode, however, the pertinent text
3741 property is still physically set on the EOL.) Remove the specific
3742 tests for awk-mode, thus facilitating the introduction of other
3743 language modes where EOLs can end statements. (Note: The
3744 funtionality in cc-cmds.el, specifically
3745 c-beginning/end-of-statement has yet to be amended.)
3746
3747 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
3748 c-vsemi-status-unknown-p.
3749
3750 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
3751 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
3752 c-vsemi-status-unknown-p-fn (in a new page).
3753
3754 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
3755 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
3756 numerous awkward forms like
3757 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
3758 with
3759 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
3760 variable before-ws-ip, the place just after char-before-ip
3761 appears.
3762
3763 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
3764 a comment.
3765
37662005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3767
3768 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
3769 `c-tentative-buffer-changes'.
3770
3771 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
3772 converted to macro to choose between Emacs and XEmacs at compile
3773 time.
3774
3775 (c-set-region-active): New set counterpart to
3776 `c-region-is-active-p'.
3777
3778 (c-tentative-buffer-changes): New macro to handle temporary buffer
3779 changes in a convenient way.
3780
3781 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
3782 for `c-tentative-buffer-changes'.
3783
3784 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
3785 the checks for paren sexps between the point and the keyword, to
3786 avoid some false alarms.
3787
3788 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
3789 Fixed a situation where an error could be thrown for unbalanced
3790 parens. Changed to make use of c-keyword-member' to avoid some
3791 repeated regexp matches.
3792
3793 (c-opt-lambda-key, c-opt-inexpr-block-key,
3794 c-opt-inexpr-class-key): These language variable are no longer
3795 necessary.
3796
3797 (c-block-stmt-kwds): New language constant used by
3798 c-looking-at-inexpr-block'.
3799
3800 (c-guess-basic-syntax): Removed an optional check that looked at
3801 the existence of the now removed language variables.
3802
3803 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
3804 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
3805 object instantiation expressions as declarations in some contexts.
3806 This bug only affected languages where the declarator can't be
3807 enclosed in parentheses.
3808
3809 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
3810 insert newlines before and after substatement braces.
3811
3812 * progmodes/cc-engine.el: Improved the heuristics for recognizing
3813 function declaration headers and the handling of C++ style member
3814 init lists.
3815
3816 (c-just-after-func-arglist-p): Rewritten to use
3817 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
3818
3819 (c-beginning-of-member-init-list): Removed since it isn't used
3820 anymore.
3821
3822 (c-guess-basic-syntax): Case 5B adapted for the new
3823 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
3824 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
3825 covers all cases now).
3826
119f6f17 3827 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
9e04cba1
AM
3828
38292005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3830
3831 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
3832 c-string-par-start/separate c-sentence-end-with-esc-eol,
3833 initialised in c-setup-paragraph-variables, used in string
3834 scanning subroutines of c-beginning-of-statement.
3835
af71d4c0 3836 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9e04cba1
AM
3837 which precedes the newly inserted `{'.
3838
38392005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3840
3841 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
3842 function for declaration level blocks. It should now cope with
3843 templates better and also be a lot more comprehensible.
3844
3845 (c-looking-at-decl-block): The new function.
3846
3847 (c-search-uplist-for-classkey): The old one. It's now a wrapper
3848 for compatibility.
3849
3850 (c-add-class-syntax, c-guess-continued-construct,
3851 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
3852
3853 (c-decl-block-key): Changed to tell apart ambiguous and
3854 unambiguous keywords. Pike specials are now handled directly in
3855 the code instead.
3856
3857 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
3858 language constants and variables to make the backward skip in
3859 `c-looking-at-decl-block' as tight as possible.
3860
3861 (c-nonsymbol-token-char-list): New language constant.
3862
3863 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
3864 find balanced template arglists backwards.
3865
3866 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
3867 making char classes for `c-syntactic-skip-backward'.
3868
3869 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
3870 16D - can't be a class-close at that point.
3871
af71d4c0
JB
3872 * progmodes/cc-engine.el (c-guess-basic-syntax)
3873 (c-add-class-syntax): Don't narrow out the enclosing declaration
9e04cba1
AM
3874 level. This makes everything a lot easier, and it was actually
3875 only four small places that needed it to work. Some places that
3876 previously did `widen' are removed now, which has the effect that
3877 `c-guess-basic-syntax' never will look at things outside the
3878 current narrowment now. The anchor position for `topmost-intro'
3879 is affected by this, but it was so bogus it was basically useless
3880 before, and now it's equally bogus but in a slightly different
3881 way.
3882
3883 (c-narrow-out-enclosing-class): Gone.
3884
3885 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
3886 the narrowed region.
3887
3888 (c-least-enclosing-brace): Removed silly optional argument.
3889
3890 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
3891 the point could be left directly after an open paren when finding
3892 the beginning of the first decl in the block.
3893
3894 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
3895 Specify which submatch to use.
3896
119f6f17 3897 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9e04cba1 3898
af71d4c0 3899 (c-decl-start-re): No longer any need for special treatment of
9e04cba1
AM
3900 ObjC due to the above.
3901
3902 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
3903 presumably follows C in that regard.
3904
3905 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
3906 New language constants to specify operator tokens inside
3907 identifiers in a more high level way.
3908
3909 (c-opt-identifier-prefix-key): New internal language constant.
3910
af71d4c0
JB
3911 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
3912 (c-identifier-start, c-identifier-key): Now completely calculated
9e04cba1
AM
3913 from other constants.
3914
3915 (c-identifier-last-sym-match): Decommissioned since it's no longer
3916 used.
3917
3918 (c-operators): Use `c-identifier-ops'. Documented
3919 `postfix-if-paren'.
3920
3921 * progmodes/cc-engine.el (c-forward-name): Removed the
3922 optimization when c-identifier-key is equal to c-symbol-key since
3923 it doesn't work in byte compiled files. Don't record empty
3924 regions as identifiers.
3925
3926 * progmodes/cc-langs.el (c-filter-ops): New helper function to
3927 simplify access to `c-operators' and its likes.
3928
af71d4c0
JB
3929 (c-operator-list, c-all-op-syntax-tokens)
3930 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
3931 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
3932 (c-primary-expr-regexp, c-cast-parens): Use it.
9e04cba1
AM
3933
3934 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
3935 an explicit language in functions.
3936
3937 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
3938 variant of adornment.
3939
3940 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
3941 variable.
3942
3943 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
3944 the Pike value.
3945
af71d4c0
JB
3946 * progmodes/cc-engine.el (c-on-identifier)
3947 (c-simple-skip-symbol-backward): Small fix for handling "-"
9e04cba1
AM
3948 correctly in `skip-chars-backward'. Affected the operator lfun
3949 syntax in Pike.
3950
3951 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
3952 diagnostic message about precompiled language vars not being used.
3953
3954 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
3955 "__attribute__" is followed by a parenthesis.
3956
af71d4c0
JB
3957 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
3958 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9e04cba1
AM
3959 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
3960
3961 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
3962 cleanups to properly detect the declared identifiers in various
3963 declarations.
3964
3965 (c-decl-start-kwds): New language constant to recognize
3966 declarations that can start anywhere. Used for class declarations
3967 in Pike.
3968
af71d4c0
JB
3969 (c-specifier-key, c-not-decl-init-keywords)
3970 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
3971 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9e04cba1 3972
af71d4c0
JB
3973 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
3974 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
9e04cba1
AM
3975 handling of the compiler specific extension keywords into a new
3976 language constant `c-decl-hangon-kwds' that defines keyword
3977 clauses to be ignored in declarations.
3978
3979 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
3980 past unrecognized tokens when handling `c-colon-type-list-kwds'.
3981 Necessary to stop at the declared identifier in e.g. IDL valuetype
3982 declarations.
3983
af71d4c0
JB
3984 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
3985 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
3986 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
3987 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9e04cba1
AM
3988 class and enum declarations as such and not as part of the type.
3989
3990 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
3991 interpretation of PRECEDING-TOKEN-END when there's no preceding
3992 token.
3993
3994 (c-forward-decl-or-cast-1): Don't disregard sure signs of
3995 declarations when there's some syntax error later on.
3996
3997 (c-complex-decl-matchers): Did away with a reference to
3998 `c-specifier-key'.
3999
4000 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
4001 value - this variable is always dynamically bound.
4002
af71d4c0
JB
4003 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
4004 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
4005 * cc-cmds.el, cc-defs.el: Changed the policy for marking up
9e04cba1
AM
4006 functions that might do hidden buffer changes: All such internal
4007 functions are now marked instead of those that don't.
4008
af71d4c0
JB
4009 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
4010 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
4011 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
4012 (c-literal-type): Allow these functions to make hidden buffer changes,
9e04cba1
AM
4013 so that they are free to use text property caching later on.
4014
af71d4c0
JB
4015 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
4016 (c-electric-brace, c-electric-slash, c-electric-star)
4017 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
4018 (c-electric-paren, c-electric-continued-statement, c-indent-command)
4019 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
4020 (c-context-line-break): Added `c-save-buffer-state' calls to comply
9e04cba1
AM
4021 with the changed semantics of the functions above.
4022
4023 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
4024 when macros occur in obscure places. Optimized the sexp movement
4025 a bit.
4026
40272005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4028
4029 Enhancements for c-beginning-of-statement to work in AWK Mode:
4030
4031 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
4032 (completed statement) with `}' (statement completed by closing
4033 brace or semicolon) and `$' (statement completed by EOL).
4034
af71d4c0
JB
4035 (c-awk-virtual-semicolon-ends-prev-line-p)
4036 (c-awk-virtual-semicolon-ends-line-p)
4037 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4038 (c-awk-at-statement-end-p): New functions.
9e04cba1
AM
4039
4040 * progmodes/cc-cmds.el: Simplify the structure of functions
4041 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
4042 two functions and c-beginning-of-statement to handle AWK Mode.
4043
4044 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4045 c-backward-single-comment for AWK mode. Attempt to clarify their
4046 doc-strings.
4047
4048 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4049
40502005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4051
4052 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4053 label handling. Labels are now recognized in a uniform and more
4054 robust way, regardless of context. Text properties are put on all
4055 labels to recognize the following declarations better. Multiword
4056 labels are handled both in indentation and fontification for the
4057 benefit of language extensions like Qt. For consistency, keywords
4058 in labels are now fontified with the label face instead. That
4059 also applies to "case" and "default".
4060
4061 (c-beginning-of-statement-1): Fixed some bugs in the label
4062 handling. Disregard `c-nonlabel-token-key' in labels that begin
4063 with `c-label-kwds'.
4064
4065 (c-find-decl-spots): Support that the callback adds more
4066 `c-decl-end' spots to find.
4067
4068 (c-forward-decl-or-cast-1): Don't treat a list of plain
4069 identifiers followed by a colon as a declaration.
4070
4071 (c-forward-label): New function to recognize labels.
4072
4073 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4074 `c-forward-label'. Moved the label recognition cases (14 and 15)
4075 earlier since they aren't so context sensitive now. Handle labels
4076 on the top level gracefully. Moved access label recognition to
4077 the generic label case (CASE 15) - removed CASE 5E.
4078
4079 (c-font-lock-declarations): Added recognition of labels in the
4080 same round since we need to handle labels in parallell with other
4081 declarations to recognize both accurately. It should also improve
4082 speed.
4083
4084 (c-simple-decl-matchers, c-basic-matchers-after): Moved
4085 `c-font-lock-labels' so that it only is used on decoration level 2
4086 since `c-font-lock-declarations' handles it otherwise.
4087
4088 (c-complex-decl-matchers): Removed the simplistic recognition of
4089 access labels.
4090
4091 (c-decl-prefix-re): Removed the kludges that was necessary to cope
4092 with labels earlier.
4093
4094 (c-decl-start-re): New language variable to make
4095 `c-font-lock-declarations' stop for the special protection labels
119f6f17 4096 in Objective-C that start with `@'.
9e04cba1
AM
4097
4098 (c-label-key): Removed since it's no longer used.
4099
4100 (c-recognize-colon-labels, c-label-prefix-re): New language
4101 constants to support recognition of generic colon-terminated
4102 labels.
4103
4104 (c-type-decl-end-used): `c-decl-end' is now used whenever there
4105 are colon terminated labels.
4106
4107 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4108 first argument starts with a special brace list.
4109
af71d4c0
JB
4110 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4111 (c-font-lock-declarations): Broke out the declaration and cast
9e04cba1
AM
4112 recognition from `c-font-lock-declarations' to a new function, so
4113 that it can be used in the indentation engine.
4114
4115 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
4116 up to the start of the literal. Fixed bug with the point on the
4117 wrong side of the search limit that could happen when the start
4118 position is inside a literal.
4119
af71d4c0
JB
4120 * progmodes/cc-engine.el (c-parse-state)
4121 (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
9e04cba1
AM
4122 so that it's kept a little bit back to increase the hit rate.
4123
4124 (c-parse-state): Changed the macro handling and fixed some
4125 glitches. Macro context is checked more often than necessary now,
4126 but otoh less garbage conses are generated.
4127
af71d4c0
JB
4128 * progmodes/cc-engine.el (c-parse-state)
4129 (c-invalidate-state-cache): Cache the last position where
9e04cba1
AM
4130 `c-state-cache' applies. This can speed up refontification quite
4131 a bit in blocks where there are many non-brace parens before the
4132 point.
4133
4134 (c-state-cache-end): New variable for this.
4135
4136 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
4137 cache variable.
4138
4139 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
4140 get close initial continue positions when the start position is
4141 inside a literal or macro. Do not call the callback for spots
4142 before the start position (which can happen e.g. for `c-decl-end'
4143 spots inside comments). Optimize better in special cases when the
4144 region is a single line inside a literal or macro (typically when
4145 the current line is refontified).
4146
4147 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
4148 to `c-add-stmt-syntax' - there's no need to explicitly whack off
4149 entries from the paren state.
4150
4151 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
4152 special case for "else if" clauses.
4153
af71d4c0
JB
4154 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4155 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9e04cba1
AM
4156
4157 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
4158 language variable to recognize the gcc extension with statement
4159 blocks inside expressions.
4160
4161 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
4162 it somewhat more comprehensible. The argument AT-BLOCK-START is
4163 no longer used and hence removed.
4164
4165 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
4166 to `c-add-stmt-syntax'.
4167
4168 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
4169 `c-beginning-of-statement-1' instead of duplicating parts of it.
4170 This fixes bogus label recognition.
4171
af71d4c0
JB
4172 * progmodes/cc-engine.el (c-add-type, c-check-type)
4173 (c-forward-name, c-forward-type): Improved storage of template
9e04cba1
AM
4174 types in `c-found-types' so that they can be recognized better.
4175
4176 (c-syntactic-content): Added option to skip past nested parens.
4177
4178 * progmodes/cc-engine.el (c-forward-name): Set
4179 `c-last-identifier-range' all the time. It's less work that way.
4180 Handle that there might not be an identifier to store in
4181 `c-last-identifier-range'.
4182
4183 (c-forward-type): Handle that `c-last-identifier-range' might be
4184 nil from `c-forward-name'.
4185
af71d4c0
JB
4186 * progmodes/cc-defs.el (c-safe-scan-lists)
4187 (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
9e04cba1
AM
4188
4189 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
4190 to work even if the form fails.
4191
4192 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
4193 down in a large file in one go.
4194
4195 (c-get-fallback-start-pos): New helper function for
4196 `c-parse-state'.
4197
4198 * progmodes/cc-align.el (c-lineup-assignments): New lineup
4199 function which is like `c-lineup-math' but returns nil instead of
4200 `c-basic-offset' when it doesn't match.
4201
4202 (c-lineup-math): Changed to use `c-lineup-assignments'.
4203
42042005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4205
4206 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
4207 c-beginning-of-statement. New subfunctions
4208 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
4209
42102005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4211
4212 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
4213 hardcoded char classes whereever possible. Changed a couple of
4214 places to use skip by syntax instead of skip by char class.
4215
4216 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
4217 Fixed a bug in the regexp that caused extreme backtracking.
4218
af71d4c0
JB
4219 * progmodes/cc-langs.el (c-block-comment-starter)
4220 (c-block-comment-ender): New language constants to specify in a
9e04cba1
AM
4221 single place how block comments look.
4222
af71d4c0
JB
4223 (c-comment-start-regexp, c-block-comment-start-regexp)
4224 (comment-start, comment-end, comment-start-skip)
4225 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
4226 (c-syntactic-ws, c-nonempty-syntactic-ws)
4227 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9e04cba1
AM
4228 `c-line-comment-starter', `c-block-comment-starter' and
4229 `c-block-comment-ender'.
4230
af71d4c0
JB
4231 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
4232 New language constants to break up things a bit.
9e04cba1
AM
4233
4234 (c-simple-ws): New language constant for simple whitespace.
4235
4236 * progmodes/cc-defs.el (c-concat-separated): New convenience
4237 function.
4238
4239 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
4240 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
4241 newlines. Allow and ignore nil elements in the list.
4242
42432005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4244
4245 * progmodes/cc-cmds.el: Comment out a (n almost certainly
4246 superfluous) check, (eq here (point-max)) in
4247 c-beginning-of-statement.
4248
4249 * progmodes/cc-cmds.el: Tidy up the comments in
4250 c-beginning-of-statement and subfunctions.
4251
4252 * progmodes/cc-awk.el: Replace calls to put-text-property to the
4253 more flexible c-put-char-property and c-clear-char-properties.
4254 Add the author's email address.
4255
4256 * progmodes/cc-langs.el: New variable,
4257 c-block-comment-start-regexp.
4258
4259 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
4260 closing "*/" of a block comment.
4261
4262 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
4263 subfunctions) so that it works at BOB and EOB.
4264
4265 * progmodes/cc-cmds.el, cc-vars.el: More updating of
4266 c-beginning-of-statement, including new variable
4267 c-block-comment-start-regexp.
4268
42692005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4270
4271 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
4272 symbols from `*-font-lock-extra-types' so that there's no need to
4273 use `regexp-opt' on those lists.
4274
4275 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
4276 `c-type-modifier-kwds' is empty.
4277
4278 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
4279 there are several strings on the same line.
4280
4281 * progmodes/cc-engine.el (c-literal-limits): Removed the
4282 compatibility function for older emacsen. `c-literal-limits-fast'
4283 has now taken the place of this function.
4284
4285 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
119f6f17 4286 with older emacsen: We now require `pps-extended-state'.
9e04cba1
AM
4287
42882005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4289
4290 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
4291 which obviates the need to hack sentence-end. This now handles
4292 escaped newlines in strings correctly. Correct minor bugs in
4293 c-move-over-sentence and in c-beginning-of-statement.
4294
4295 * progmodes/cc-cmds.el (c-beginning-of-statement (and
4296 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
4297 that movement over macros and code are rigorously separated from
4298 eachother. Correct a few incidental bugs.
4299
4300 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
4301 Improve its doc-string. Improve the handling of certain specific
4302 cases.
4303
43042005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4305
4306 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
4307 (c-guess-basic-syntax): Changed the way class-level labels are
4308 recognized; they can now contain essentially any symbols.
4309
4310 (c-opt-extra-label-key): New language variable to cope with the
4311 special protection label syntax in Objective-C.
4312
4313 (c-opt-access-key): Removed; this is now handled better by
4314 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
4315
4316 (c-complex-decl-matchers): Update to handle that
4317 `c-opt-access-key' no longer exists.
4318
4319 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
4320 improved label recognition in `c-beginning-of-statement-1'.
4321
4322 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4323 Recognize bitfields better.
4324
4325 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
4326 Removed some cruft and fixed a bug that could cause it to go to a
4327 position further down.
4328
4329 * progmodes/cc-langs.el, cc-engine.el
4330 (c-beginning-of-statement-1): Improved detection of labels in
4331 declaration contexts.
4332
4333 (c-beginning-of-decl-1): Use it.
4334
4335 (c-nonlabel-token-key): New language constant and variable needed
4336 by `c-beginning-of-statement-1'.
4337
4338 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
4339 manifested itself due to the correction in `c-forward-sexp'.
4340
4341 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
4342 these behave as documented when used at the buffer limits.
4343
4344 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
4345 (c-type-decl-end-used): Made this a language variable.
4346
4347 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
4348 correctly when `combine-after-change-calls' is used together with
4349 temporary narrowings.
4350
4351 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
4352 labels correctly when the start point is immediately after the
4353 colon.
4354
4355 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
4356 since it isn't used anymore.
4357
4358 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
4359 bracket arglists such as template parens in C++.
4360
4361 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
4362 in the last check-in. Some optimization.
4363
4364 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
4365 where it could stop at the same level in a preceding sexp when
4366 PAREN-LEVEL is set.
4367
4368 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
4369 text property lookup only when it's needed.
4370
4371 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
4372 Changed the policy for paren marked angle brackets to be more
4373 persistent; once marked they remain marked even when they're found
4374 to be unbalanced in the searched region. This should keep the
4375 paren syntax around even when individual lines are refontified in
4376 multiline template arglists.
4377
4378 (c-parse-and-markup-<>-arglists): New dynamically bound variable
4379 to control markup so that incorrect angle bracket arglists aren't
4380 marked in contexts where the correct value for
4381 `c-disallow-comma-in-<>-arglists' isn't known.
4382
4383 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
4384 argument has become `c-parse-and-markup-<>-arglists'.
4385
4386 (c-remove-<>-arglist-properties): Removed - no longer used.
4387
4388 (c-after-change-check-<>-operators): New function used on
4389 `after-change-functions' to avoid that "<" and ">" characters that
4390 are part of longer operators have paren syntax.
4391
4392 (c-<>-multichar-token-regexp): New language variable used by
4393 `c-after-change-check-<>-operators'.
4394
4395 (c-after-change): Call `c-after-change-check-<>-operators'.
4396
4397 (c-font-lock-<>-arglists): Use the context properties set by
4398 `c-font-lock-declarations' to set
4399 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
4400 markup.
4401
4402 (c-font-lock-declarations): Removed code that undoes the invalid
4403 markup done by `c-font-lock-<>-arglists'.
4404
4405 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
4406 after `c-font-lock-declarations'.
4407
4408 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
4409 paren-level feature.
4410
4411 (c-guess-basic-syntax): Improved the anchor position for
4412 `template-args-cont' in nested template arglists. There's still
4413 much to be desired in this area, though.
4414
44152005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4416
4417 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
4418 Make the "Text Filling and Line Breaking" commands work for AWK
4419 buffers.
4420
44212005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4422
4423 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
af71d4c0 4424 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9e04cba1
AM
4425
4426 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
4427 it doesn't work no longer are supported.
4428
af71d4c0
JB
4429 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
4430 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9e04cba1
AM
4431 requires support for the syntax-table' text property, which rules
4432 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
4433 cruft associated with those versions.
4434
4435 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
4436 for the `syntax-table' text property, which rules out Emacs 19 and
4437 XEmacs < 21.4. Removed various compatibility cruft associated
4438 with those versions.
4439
4440 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
4441 support for the `syntax-table' text property.
4442
4443 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
4444 variable and use an extra quoted face name instead. All the
4445 emacsen flavors handle that correctly.
4446
af71d4c0
JB
4447 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
4448 (c-font-lock-declarators, c-font-lock-declarations)
4449 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9e04cba1
AM
4450 property to mark the items in in declarator lists to handle
4451 refontification inside multiline declarations better.
4452
4453 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
4454 construct like "a * b = c;" as a declaration.
4455
3dd63dc3
KS
44562005-12-08 Kim F. Storm <storm@cua.dk>
4457
3d596891
KS
4458 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
4459 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
4460 select either meta, hyper, or super modifier for rectangle commands.
4461 (cua--rectangle-modifier-key): New defvar.
119f6f17 4462 (cua--M/H-key): Use it. Remove special case for `space'.
3d596891
KS
4463 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
4464 on X, to meta otherwise. Always bind C-return to toggle
119f6f17 4465 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
3d596891
KS
4466
4467 * emulation/cua-rect.el (cua-help-for-rectangle): Use
4468 cua--rectangle-modifier-key. Handle super modifier too.
4469 (cua--init-rectangles): Always bind C-return to toggle rectangle.
119f6f17 4470 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
3d596891 4471
ad668f10
KS
4472 * ido.el: Move Acknowledgements and History after Commentary.
4473 Minor changes to Commentary.
4474
3dd63dc3 4475 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
119f6f17 4476 keymap if cua--prefix-override-timer is `shift'.
3dd63dc3
KS
4477 (cua--shift-control-prefix): New function; emulate "type prefix
4478 key twice" functionality to handle shifted prefix key override.
4479 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
4480 commands.
4481 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
4482
9992b124
CD
44832005-12-08 Carsten Dominik <dominik@science.uva.nl>
4484
30c02925 4485 * textmodes/org.el (org-insert-heading): Try to do items before
9992b124
CD
4486 headings.
4487 (org-agenda-mode): Quote `org-agenda-mode-hook'.
4488 (org-insert-item): New function.
4489 (org-renumber-ordered-list): Don't skip to higher level lists.
4490
3f30c272
JL
44912005-12-08 Juri Linkov <juri@jurta.org>
4492
4493 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
4494
4495 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
4496
4497 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
4498
4499 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
4500 the constructed function name fun-1.
4501
4502 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
4503 because such links don't lead to parent documentation.
4504
086c5b2b
KH
45052005-12-08 Kenichi Handa <handa@m17n.org>
4506
4507 * descr-text.el (describe-char): Use *Help-2* buffer if the
4508 current buffer is *Help*. Call describe-text-properties while
4509 setting the original buffer.
4510
4af6c011
BW
45112005-12-07 Bill Wohler <wohler@newt.com>
4512
af71d4c0 4513 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
4af6c011
BW
4514 and causes problems with non-MH users (such as Gnus users).
4515
a25e15ea
NR
45162005-12-08 Nick Roberts <nickrob@snap.net.nz>
4517
4518 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
4519 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
4520 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
4521 command "info sources". Move calls to GDB command "list".
4522 (gdb-find-file-hook): Just use gdb-source-file-list.
4523 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
4524 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
4525 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
4526 (gdb-data-list-register-values-handler): Use correct trigger name.
4527
b89a8e1a
KS
45282005-12-07 Kim F. Storm <storm@cua.dk>
4529
af71d4c0 4530 * ido.el (ido-completion-map): Rename from ido-mode-map.
b89a8e1a
KS
4531 (ido-common-completion-map, ido-file-completion-map)
4532 (ido-file-dir-completion-map, ido-buffer-completion-map):
af71d4c0
JB
4533 Rename from ido-mode-....-map.
4534 (ido-init-completion-maps): Rename from ido-init-mode-maps.
4535 (ido-setup-completion-map): Rename from ido-define-mode-map.
b89a8e1a
KS
4536 (ido-read-internal): Bind minibuffer-local-filename-completion-map
4537 to ido-completion-map.
4538
735b7c87
KH
45392005-12-07 Kenichi Handa <handa@m17n.org>
4540
4541 * international/mule-cmds.el
4542 (set-display-table-and-terminal-coding-system): If the coding
4543 system specified in `unibyte-display' property is different from
4544 the arg coding-system, don't setup standard-display-table.
4545
6a6e859a
SM
45462005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4547
4548 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
4549 that comments end at \n, regardless of selective-display.
4550
7a96cae6
NR
45512005-12-07 Nick Roberts <nickrob@snap.net.nz>
4552
4553 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
4554 (gdb-version): New variables.
4555 (gdb-source-file-list, gdb-register-names)
4556 (gdb-changed-registers): New variables for use with GDB 6.4+.
4557 (gdb-ann3): Replace with...
4558 (gdb-init-1, gdb-init-2): ...two new functions.
4559 (gdba, gdb-prompt): Call gdb-init-1.
4560 (gdb-get-version): New function. Call gdb-init-2 from here.
4561 (gud-watch): Make it work with mouse events too.
4562 (gdb-post-prompt): Don't add to queue until GDB version is known.
4563 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
4564 (gdb-locals-mode): Use gdb-version.
4565 (gdb-memory-format-map, gdb-memory-unit-map)
4566 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
4567 (gdb-locals-font-lock-keywords-1)
4568 (gdb-locals-font-lock-keywords-2): New variables.
c48971b2 4569 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
7a96cae6
NR
4570 (gdb-set-gud-minor-mode-existing-buffers-1)
4571 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
4572 (gdb-var-update-1, gdb-var-update-handler-1)
4573 (gdb-data-list-register-values-handler)
4574 (gdb-data-list-register-values-custom)
4575 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6a6e859a
SM
4576 (gdb-stack-list-locals-handler, gdb-get-register-names):
4577 New functions for use with GDB 6.4+.
7a96cae6
NR
4578 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
4579 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
4580 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
4581 (gdb-stack-list-locals-regexp)
4582 (gdb-data-list-register-names-regexp): New regexps for use with
4583 GDB 6.4+.
4584
6277435b
SM
45852005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4586
4587 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
4588
af71d4c0 45892005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
98b537f7
SJ
4590
4591 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
4592 prompts work for AUTH PLAIN. Also reported by Steve Allan
4593 <seallan@verizon.net>.
4594
0dac35b8
KL
45952005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4596
4597 * frame.el (set-frame-parameter): Add doc string.
4598
634d5d19
CD
45992005-12-06 Carsten Dominik <dominik@science.uva.nl>
4600
30c02925 4601 * textmodes/org.el (org-occur-highlights): New variable.
6277435b 4602 (org-highlight-new-match, org-remove-occur-highlights): New functions.
634d5d19
CD
4603 (org-highlight-sparse-tree-matches): New option.
4604 (org-do-occur): New function.
4605 (org-get-heading): Make it work also at beginning of line.
4606 (org-category-table): New variable.
4607 (org-get-category-table, org-get-category)
4608 (org-camel-to-words, org-link-search): New functions.
4609 (org-select-this-todo-keyword): New variable.
4610 (org-todo-list): New command.
4611 (org-shiftright, org-shiftleft): New commands.
6277435b 4612 (org-agenda-todo): Add prefix argument.
634d5d19
CD
4613 (org-show-hierarchy-above): New option.
4614 (org-show-todo-tree): Numerical prefix creates tree for specific
4615 TODO keyword.
4616 (org-outline-level): New function, to assign a level to plain
4617 lists items.
4618 (org-cycle-include-plain-lists): New option.
4619 (org-mode): Use `org-outline-level' as value of `outline-level'.
4620 (org-cycle): Temporarily switch `outline-regexp' if
4621 `org-cycle-include-plain-lists' is non-nil.
6277435b 4622 (org-start-icalendar-file): Fix format bug.
634d5d19
CD
4623 (org-agenda-get-day-entries): Create category table.
4624 (org-agenda-get-todos, org-agenda-get-timestamps)
4625 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4626 (org-agenda-get-blocks): Use `org-get-category'.
6277435b 4627 (org-context-in-file-links): Rename from
af71d4c0 4628 `org-line-numbers-in-file-links'.
634d5d19 4629
239f263d
RF
46302005-12-06 Romain Francoise <romain@orebokech.com>
4631
69fc2f2b
RF
4632 * window.el (balance-windows): Delete extraneous third arg in call
4633 to `enlarge-window'.
239f263d 4634
522d8129
KH
46352005-12-06 Kenichi Handa <handa@m17n.org>
4636
4637 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
4638
5701678a
NR
46392005-12-06 Nick Roberts <nickrob@snap.net.nz>
4640
4641 * progmodes/gdb-ui.el (gdb-var-create-handler)
4642 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
4643 (gdb-var-list-children-handler, gdb-var-update-handler):
4644 Current buffer is already gdb-partial-output-buffer, don't
4645 make it current again.
4646
a9692abf
LT
46472005-12-05 Luc Teirlinck <teirllm@auburn.edu>
4648
4649 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
4650 (list-buffers-noselect): Use it.
4651
95fe848e
SM
46522005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4653
4654 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
4655 (mail-yank-ignored-headers): Use regexp-opt.
4656 (mail-mode-map): Move initialization into declaration.
4657 (mail-sent-via): Remove unused shadowed var `to-line'.
4658 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
4659 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
4660 (mail-do-fcc): Use dolist and push.
4661 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
bb61f0fd 4662 (mail-yank-ignored-headers): Don't autoload.
95fe848e 4663
eec5c8f9
KH
46642005-12-05 Kenichi Handa <handa@m17n.org>
4665
95fe848e 4666 * international/mule-cmds.el (set-language-info-internal): New fun.
eec5c8f9
KH
4667 (set-language-info): Call set-language-info-internal to update
4668 language-info-alist. If LANG-ENV is the current one, call
4669 set-language-environment to make INFO effective now.
4670 (set-language-info-alist): Likewise.
4671 (locale-language-names): With locale "en", use English
4672 lang. env. but set the default codings to iso-8859-1.
4673
d85af294
NR
46742005-12-04 Nick Roberts <nickrob@snap.net.nz>
4675
4676 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
4677 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
4678 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
4679 for plain strings.
4680 (gdb-frames-mode): Remove redundant call to font-lock-mode.
95fe848e
SM
4681 (gdb-all-registers): Rename from toggle-gdb-all-registers.
4682 Create registers buffer if necessary. Echo new state in minibuffer.
4683 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
d85af294 4684
d8fbba22
CY
46852005-12-03 Chong Yidong <cyd@stupidchicken.com>
4686
4687 * info.el (Info-fontify-node): Match external links using
4688 non-directory part of filename.
4689
19437ce5
JL
46902005-12-04 Juri Linkov <juri@jurta.org>
4691
4692 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
4693 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
3f30c272
JL
4694 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
4695 because there is no customization option for it.
19437ce5
JL
4696
4697 * font-lock.el (lisp-font-lock-keywords-1):
4698 Add define-global-minor-mode.
4699
4700 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
4701
4702 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
4703 properties on the constructed variable names.
4704
4705 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4706 Put `definition-name' properties on the constructed function names
4707 next-sym and prev-sym.
4708
4709 * emacs-lisp/find-func.el (find-function-regexp):
4710 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
4711 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
4712 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
4713 and easy-menu-define.
4714
4715 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
4716 easy-mmode-define-global-mode and define-global-minor-mode.
4717 (lisp-imenu-generic-expression): Add define-global-minor-mode.
4718
4719 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
4720 instead of easy-mmode-define-global-mode.
4721
4722 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4723 Use define-minor-mode instead of easy-mmode-define-minor-mode.
4724
4725 * cus-edit.el (customize-group, customize-group-other-window):
4726 Filter out autoloaded options from the group completion list by
4727 using heuristics that autoloaded groups don't have `custom-autoload'
4728 property on their symbols (they have only `custom-loads').
4729
4730 * simple.el (completion-setup-function): Put completions-common-part
3f30c272
JL
4731 face on complete completion string too (i.e. completion string
4732 without completions-first-difference face).
19437ce5
JL
4733
4734 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
4735
a8e7142c
EZ
47362005-12-03 Eli Zaretskii <eliz@gnu.org>
4737
2f33468c
EZ
4738 * view.el (view-mode): Doc fix.
4739
79019cc9
EZ
4740 * disp-table.el (standard-display-european): Add to the warning
4741 message a reference to the doc string.
4742
7a5ea63f
EZ
4743 * play/yow.el (apropos-zippy): Call print-help-return-message,
4744 similar to other Help and Apropos commands.
4745
a8e7142c
EZ
4746 * help.el (print-help-return-message): If pop-up-frames is
4747 non-nil, set up help-return-method to delete the help window and,
7a5ea63f
EZ
4748 possibly, its frame as well, and don't display message about
4749 scrolling the help window. Doc fix.
a8e7142c
EZ
4750 (help-return-method): Doc fix.
4751
d20a1ebb
EZ
47522005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
4753
4754 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
4755 whereby names of length one or names starting with a
4756 symbol-constituent character would not be returned.
4757
6273dc68
JPW
47582005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4759
4760 * subr.el (atomic-change-group): Add edebug and indentation spec.
4761
21b15ee8
SM
47622005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4763
4764 * completion.el (save-completions-file-name): Fix typo in last change.
4765
ed0e3879
JD
47662005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4767
4768 * info.el: Move back/forward history to the beginning of the tool bar.
4769
0a79da1b
EZ
47702005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
4771
af71d4c0 4772 * allout.el (eval-when-compile): Remove unnecessary load of cl.
0a79da1b
EZ
4773 Add fset of allout-real-isearch-abort during compile to fix
4774 byte-compilation warnings.
4775 (allout-mode-p): Move definition of this macro above all uses, or
4776 byte compilation in barren emacs (eg, during emacs build) will
4777 lack the definition.
4778 (allout-mode): Move this variable above any uses, or byte
4779 compilation will fail.
21b15ee8 4780 (allout-resolve-xref): Remove use of personal file-reference function.
0a79da1b 4781 (allout-toggle-current-subtree-encryption): Do the current (ie,
21b15ee8 4782 visible containing) topic, rather than nearest around point. Doc fix.
0a79da1b
EZ
4783 (allout-toggle-subtree-encryption): New function, workhorse that
4784 works on nearest topic containing point.
4785 (allout-encrypt-string): Signal requirement for newer version of pgg.
4786 (allout-resumptions): Doc fix.
4787
eac5c1f6
EZ
47882005-12-02 Eli Zaretskii <eliz@gnu.org>
4789
4790 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
4791
27e0edcd
EZ
47922005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
4793
21b15ee8
SM
4794 * textmodes/flyspell.el (flyspell-external-point-words):
4795 Consider a misspelling as found in the string search if: (a) misspelling
27e0edcd
EZ
4796 and found string lengths match, or (b) misspelling is found as
4797 element in a boundary-chars separated longer string, or (c)
4798 ispell-program-name is really ispell and misspelling is found as
4799 part of a TeX string. After successful match move beginning of
4800 search region to end of match. Warn about not found misspellings
4801 once the process is done.
21b15ee8 4802 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
27e0edcd 4803
dcf4db16
NR
48042005-12-02 Nick Roberts <nickrob@snap.net.nz>
4805
4806 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
21b15ee8 4807 tool bar (removed inadvertently).
dcf4db16 4808
e7d42ea7
NR
48092005-12-02 Juri Linkov <juri@jurta.org>
4810
4811 * log-view.el (log-view-diff): Clarify doc string.
4812
3166ee65
BW
48132005-12-01 Bill Wohler <wohler@newt.com>
4814
4815 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
4816 triggers lm-verify errors.
4817
94261ba3
LT
48182005-12-01 Luc Teirlinck <teirllm@auburn.edu>
4819
4820 * simple.el (transient-mark-mode, line-number-mode)
21b15ee8 4821 (column-number-mode, size-indication-mode): Remove `:require nil'.
94261ba3 4822
68b38146
NR
48232005-12-01 Nick Roberts <nickrob@snap.net.nz>
4824
4825 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
4826 in the margin also.
4827 (gdb-breakpoints-mode-map): Use D instead of d for
4828 gdb-delete-breakpoint.
4829 (gdb-get-frame-number): Require a number to match on.
4830 (gdb-threads-mode-map): Add follow-link binding.
4831
896bd166
JR
48322005-11-30 Jason Rumney <jasonr@gnu.org>
4833
4834 * isearch.el (isearch-mode-map): Avoid exiting search on
4835 language-change event.
4836
8a2c27b9
RF
48372005-11-30 Romain Francoise <romain@orebokech.com>
4838
64db3923
RF
4839 * speedbar.el (speedbar-default-position): New defcustom.
4840 (speedbar-frame-reposition-smartly): Use it.
4841
8a2c27b9 4842 * dframe.el (dframe-reposition-frame-emacs): Fix position
b330c3e9 4843 computation for `left' location.
8a2c27b9
RF
4844 Update copyright year.
4845
33d434cd
SM
48462005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4847
604aa5f0
SM
4848 * help.el (help-map): Move initialization into declaration.
4849
1bddeeed
SM
4850 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
4851
33d434cd
SM
4852 * help-fns.el (help-argument-name): Don't autoload.
4853 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
4854 to be re-loaded when customizing the `help' group.
4855
24374f5a
JPW
48562005-11-30 John Paul Wallington <jpw@gnu.org>
4857
4858 * help-fns.el (describe-function-1): Fill arglist output.
4859
80cda39a
KS
48602005-11-30 Kim F. Storm <storm@cua.dk>
4861
4269a2fd
KS
4862 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
4863 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
4864 after revert-buffer (or anything else which kills all local variables).
4865
80cda39a
KS
4866 * apropos.el (apropos-parse-pattern): Doc fix.
4867 Set apropos-regexp directly, rather than expecting callers to do so.
4868 (apropos-command, apropos, apropos-value, apropos-documentation):
4869 Simplify calls to apropos-parse-pattern.
4870
597767da
CY
48712005-11-29 Chong Yidong <cyd@stupidchicken.com>
4872
4873 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4874 (hi-lock-face-phrase-buffer): Use hi-yellow face.
4875 (hi-lock-write-interactive-patterns): Use comment-region.
4876
15575807
CY
4877 * longlines.el (longlines-mode): Add mail-setup-hook.
4878
4879 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
4880
4881 * simple.el (sendmail-user-agent-compose, next-line):
4882 Conditionally use hard-newline.
4883
06e2cc3d
RS
48842005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4885
33d434cd
SM
4886 * international/latexenc.el (latex-inputenc-coding-alist):
4887 Reword doc string.
06e2cc3d 4888
2c30b450
CY
48892005-11-29 Chong Yidong <cyd@stupidchicken.com>
4890
4891 * help.el (describe-key-briefly, describe-key): Recognize default
4892 bindings.
4893
1c0484e2
RF
48942005-11-29 Romain Francoise <romain@orebokech.com>
4895
4896 * view.el (view-inhibit-help-message): New defcustom.
4897 (view-mode-enter): Use it.
4898
59f1b058 48992005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
1c0484e2 4900
59f1b058 4901 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
33d434cd 4902 Preserve user position.
1c0484e2 4903
daa7197c
LT
49042005-11-28 Luc Teirlinck <teirllm@auburn.edu>
4905
846e22f8
LT
4906 * font-lock.el: Throw error if facemenu is not loaded to prevent
4907 accidental change of loading order in loadup.el. (Suggested by RMS.)
4908
daa7197c
LT
4909 * loadup.el: Add comment explaining why facemenu must be loaded
4910 before font-lock.
4911
867e8d9a
JB
49122005-11-28 Jay Belanger <belanger@truman.edu>
4913
4914 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
4915 (calc-dispatch-map): Add more keys for `calc-same-interface'.
4916
4917 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
4918
4919 * calc/calc-embed.el (calc-do-embedded): Update help message.
4920
4921 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
4922
cedbd3f0
SM
49232005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4924
21227135
SM
4925 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
4926
d9532403
SM
4927 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
4928 called-interactively-p.
4929 (elp-profilable-p): Rename from elp-not-profilable-p.
4930 Invert result and take into account macros and autoloaded functions.
4931 (elp-instrument-function): Update call.
4932 (elp-instrument-package): Update call. Add completion.
4933 (elp-pack-number): Use match-string.
4934 (elp-results-jump-to-definition-by-mouse): Merge into
4935 elp-results-jump-to-definition and then remove.
4936 (elp-output-insert-symname): Make help echo text single-line.
4937
cedbd3f0
SM
4938 * replace.el (query-replace-map): Move initialization into declaration.
4939 (occur-engine): Use with-current-buffer.
4940 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
4941 (occur-mode-mouse-goto): Replace with an alias.
4942
1f57934c
JL
49432005-11-28 Juri Linkov <juri@jurta.org>
4944
4945 * simple.el (quoted-insert): Let-bind input-method-function to nil.
4946
756bfad5
JL
4947 * term/w32-win.el: Bind [S-tab] to [backtab].
4948
4949 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
4950 `Info-find-file' to t.
4951
1f57934c
JL
4952 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
4953 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
4954 and same-window-regexps.
4955 (occur-next-error): Don't move point for arg 0.
4956
7e1d31d4
CY
49572005-11-28 Chong Yidong <cyd@stupidchicken.com>
4958
4959 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
4960
6a99c272
SM
49612005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4962
f7eeab0d
SM
4963 * log-edit.el (log-edit-changelog-use-first): New var.
4964 (log-edit-changelog-ours-p): Use it.
4965 (log-edit-insert-changelog): Set it with new arg `use-first'.
4966 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
4967 (log-edit-hook): Add them to the list of suggested options.
4968
6a99c272
SM
4969 * textmodes/flyspell.el (flyspell-last-buffer): New var.
4970 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
4971 redundant work.
4972 (flyspell-mode-on): Use add-hook for after-change-functions.
4973 (flyspell-mode-off): Use remove-hook for after-change-functions.
4974 (flyspell-changes): Make it buffer-local.
4975 (flyspell-after-change-function): Make it non-interactive. Use push.
4976 (flyspell-post-command-hook): Check input-pending-p while processing
4977 the potentially long list of buffer changes.
4978
e99c9ada
KL
49792005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4980
4981 * buff-menu.el (list-buffers-noselect): Display the selected
4982 frame's buffer list, not the global one.
4983
17550579
NR
49842005-11-28 Nick Roberts <nickrob@snap.net.nz>
4985
4986 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
4987 that (list last-input-event) works as in interactive spec.
4988
db9c3f6b
LT
49892005-11-27 Luc Teirlinck <teirllm@auburn.edu>
4990
4991 * loadup.el ("facemenu"): Load facemenu before font-lock, because
4992 `facemenu-keymap' needs to be defined when font-lock is loaded.
4993 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
4994
36cc948e
SM
49952005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4996
4997 * completion.el: Remove useless leading * in defcustom docstrings.
4998 (save-completions-file-name): Use ~/.emacs.d if available.
4999 (completion-standard-syntax-table): Rename from
5000 cmpl-standard-syntax-table and fold initialization into declaration,
5001 thus removing cmpl-make-standard-completion-syntax-table.
5002 (completion-lisp-syntax-table, completion-c-syntax-table)
5003 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
5004 (cmpl-saved-syntax, cmpl-saved-point): Remove.
5005 (symbol-under-point, symbol-before-point)
5006 (symbol-under-or-before-point, symbol-before-point-for-complete)
5007 (add-completions-from-c-buffer): Use with-syntax-table.
5008 (make-completion): Don't return a list of completion entries.
5009 Update callers.
5010 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
5011 (completion-initialize): Rename from initialize-completions.
5012 (completion-find-file-hook): Rename from cmpl-find-file-hook.
5013 (kill-emacs-save-completions): Collect stats here.
5014 (save-completions-to-file, load-completions-from-file):
5015 Use with-current-buffer.
5016 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
5017 into a function. Move all calls to toplevel.
5018 (completion-lisp-mode-hook): New fun.
5019 (completion-c-mode-hook, completion-setup-fortran-mode):
5020 Set the syntax-table here. Use local-set-key.
5021 (completion-saved-bindings): New var.
5022 (dynamic-completion-mode): Make it into a proper minor mode.
5023 (load-completions-from-file): Remove unused var `num-uses'.
5024
5025 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
5026 constructor if it is explicitly overridden.
5027
5028 * complete.el (PC-completion-as-file-name-predicate):
5029 Use minibuffer-completing-file-name.
5030 (partial-completion-mode): Use find-file-not-found-functions.
5031 (PC-lisp-complete-symbol): Use with-syntax-table.
5032 (PC-look-for-include-file): Remove dead setq.
5033 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
5034 (PC-complete): Use with-current-buffer.
5035
5036 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5037 escape single quotes.
5038
0ee83bc6
LT
50392005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5040
5041 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5042 of `if' whose condition always returned nil. Doc fix.
5043
5044 * buff-menu.el (Buffer-menu-revert-function): Make the selected
5045 window's buffer the current buffer around the call to
5046 `list-buffers-noselect'. This is necessary to mark that buffer
5047 with a `.' in the Buffer Menu when called from Lisp, for instance
5048 by Auto Revert Mode.
5049
3f6d4fb5
NR
50502005-11-28 Nick Roberts <nickrob@snap.net.nz>
5051
17550579
NR
5052 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5053 attaching to it.
3f6d4fb5 5054 (gdb-pre-prompt): Make sure gdb-error is reset.
0ee83bc6 5055
3f6d4fb5 5056 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17550579 5057 with a child process, detect it.
3f6d4fb5
NR
5058 (gud-speedbar-buttons): Match regexp more carefully.
5059
161ef3be
RS
50602005-11-27 Richard M. Stallman <rms@gnu.org>
5061
5062 * mouse.el (mouse-drag-move-window-bottom):
5063 Use adjust-window-trailing-edge.
5064
cb0a2595
LT
50652005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5066
5067 * simple.el (blink-matching-open): Ignore
5068 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
181fcf00 5069 (blink-matching-paren-on-screen): Update docstring.
cb0a2595
LT
5070
5071 * paren.el (show-paren-mode): No longer change
5072 `blink-matching-paren-on-screen'.
5073
d05877b4
NR
50742005-11-27 John Paul Wallington <jpw@pobox.com>
5075
5076 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
940ed7e4
JPW
5077 (gdb-threads-select, gdb-edit-register-value):
5078 Use `posn-set-point' instead of `mouse-set-point' because the
5079 latter is not fbound when configured without X.
d05877b4 5080
b14935df
KS
50812005-11-27 Kim F. Storm <storm@cua.dk>
5082
5083 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5084 existing face when partially highlighting a TAB in a rectangle.
5085
46801e4c
KS
50862005-11-26 Kim F. Storm <storm@cua.dk>
5087
5088 * ido.el (ido-mode-map): Doc fix.
5089 (ido-mode-common-map, ido-mode-file-map)
5090 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5091 (ido-define-mode-map): Rewrite. Select one of the new maps as
5092 parent for ido-mode-map instead of building from scratch.
5093 (ido-init-mode-maps): New defun to initialize new maps.
5094 (ido-mode): Call it.
5095 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5096 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5097
440e20fc
JPW
50982005-11-26 John Paul Wallington <jpw@pobox.com>
5099
46801e4c 5100 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
440e20fc
JPW
5101 `mouse-set-point' because the latter is not fbound when configured
5102 without X.
5103
1be0210d
TTN
51042005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
5105
5106 * files.el (file-relative-name): Doc fix.
5107
02b1a164
EZ
51082005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5109
5110 * progmodes/octave-inf.el (inferior-octave-startup): Force a
5111 non-empty string for secondary prompt PS2.
5112
49d11c49
CY
51132005-11-25 Chong Yidong <cyd@stupidchicken.com>
5114
02b1a164 5115 * progmodes/compile.el (compilation-setup): Fix last change.
49d11c49 5116
1c5a7258
NR
51172005-11-26 Nick Roberts <nickrob@snap.net.nz>
5118
5119 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5120 (gdb-mouse-toggle-breakpoint-margin)
46801e4c 5121 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
1c5a7258
NR
5122 Add gdb-server-prefix to keep out of command history.
5123 (gdb-edit-register-value): New function.
5124 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
5125 (gdb-info-registers-custom): Use above map.
5126
d590dbd2
CY
51272005-11-25 Chong Yidong <cyd@stupidchicken.com>
5128
e335f09e
CY
5129 * custom.el (enable-theme): Signal error if argument is not a
5130 theme. Don't recalculate a face if it's not loaded yet.
5131
5132 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
5133 the `user' theme is in effect.
5134
d590dbd2
CY
5135 * info.el (Info-on-current-buffer): Record actual filename in
5136 Info-current-file, instead of t, or a fake filename if a non-file
5137 buffer. Make autoload.
5138 (Info-find-node, Info-revert-find-node): No need to check for
5139 Info-current-file nil.
5140 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
5141 Info-current-file is now never `t'.
5142 (Info-fontify-node): Many simplifications due to Info-current-file
5143 always being valid. Use Info-find-file to find node filename.
5144
e5ad37ee
DK
51452005-11-25 David Kastrup <dak@gnu.org>
5146
5147 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
5148 new character, then delete" in order to preserve markers.
5149
f81b92f2
DP
51502005-11-25 David Ponce <david@dponce.com>
5151
5152 * recentf.el (recentf-arrange-by-rule): Handle a special
5153 `auto-mode-alist'-like "strip suffix" rule.
5154 (recentf-build-mode-rules): Handle second level auto-mode entries.
5155
0680ea10 51562005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
93a06865 5157
9b01475d 5158 * viper-keym.el (viper-ESC-key): Use different values in terminal and
0680ea10 5159 window modes.
93a06865 5160
9b01475d 5161 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
0680ea10 5162 jde-javadoc-checker-report-mode.
93a06865 5163
9b01475d 5164 * ediff-wind (ediff-make-wide-display): Slight simplification.
93a06865
KS
5165
5166 * ediff.el (ediff-date): Change the date of last update.
5167
963b2040
CY
51682005-11-24 Chong Yidong <cyd@stupidchicken.com>
5169
5170 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
93a06865 5171 Use define-minor-mode, and make it a local mode. Turn on font-lock.
963b2040
CY
5172 (hi-lock-mode): New global minor mode.
5173 (turn-on-hi-lock-if-enabled): New function.
93a06865
KS
5174 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
5175 Change arguments to regexp and face instead of a font-lock pattern.
5176 Directly set face property, instead of refontifying.
963b2040
CY
5177 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
5178 (hi-lock-find-patterns): Use line-number-at-pos.
5179
5180 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
5181 arguments for hi-lock-set-pattern.
af71d4c0
JB
5182 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
5183 Call font-lock-fontify-buffer.
963b2040 5184 (hi-lock-find-file-hook, hi-lock-current-line)
93a06865 5185 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
e4d59066
CY
5186
5187 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
5188 turned off.
963b2040
CY
5189
5190 * progmodes/compile.el (compilation-setup): Don't fiddle with
5191 font-lock-defaults.
5192
e5a690f1
NR
51932005-11-25 Nick Roberts <nickrob@snap.net.nz>
5194
5195 * progmodes/gdb-ui.el (gdb-var-create-handler)
5196 (gdb-var-list-children-handler): Find values for all variable
5197 objects. gud-speedbar-buttons decides whether to display them.
5198
357e6045
RF
51992005-11-24 Romain Francoise <romain@orebokech.com>
5200
5201 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
5202 buffer name with a space.
5203
9981213c
CD
52042005-11-24 Carsten Dominik <dominik@science.uva.nl>
5205
30c02925 5206 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
93a06865
KS
5207 `org-export-local-list-max-depth'. Change default value to 3.
5208 (org-auto-renumber-ordered-lists)
5209 (org-plain-list-ordered-item-terminator): New options.
5210 (org-at-item-p, org-beginning-of-item, org-end-of-item)
5211 (org-get-indentation, org-get-string-indentation)
af71d4c0
JB
5212 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
5213 New functions.
9981213c
CD
5214 (org-move-item-down, org-move-item-up): New commands.
5215 (org-export-as-html): New classes for CSS support. Bug fix in
5216 regular expression detecting fixed-width regions. Respect
5217 `org-local-list-ordered-item-terminator'.
5218 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
5219 also a list item.
5220 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
93a06865 5221 New item moving functions.
9981213c 5222
ece75c05
JL
52232005-11-24 Juri Linkov <juri@jurta.org>
5224
93a06865
KS
5225 * isearch.el (isearch-repeat): With empty search ring set
5226 `isearch-error' to the error string instead of signaling error
5227 with the function `error'.
ece75c05 5228
b9c7cbf9
YM
52292005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5230
93a06865 5231 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
b9c7cbf9 5232
55b2dea3
NR
52332005-11-24 Nick Roberts <nickrob@snap.net.nz>
5234
5235 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
5236 and variable.
5237 (gdb-var-create-handler, gdb-var-list-children-handler):
5238 Don't match on "char **...".
5239 (gdb-var-update-handler): Find values for all variable objects.
5240 (gdb-info-frames-custom): Identify frames by leading "#".
5241
5242 * progmodes/gud.el (gud-speedbar-menu-items): Add
5243 gdb-speedbar-auto-raise as radio button.
5244 (gud-speedbar-buttons): Raise speedbar if requested.
5245 Don't match on "char **...".
5246 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
5247 Make it editable.
5248
98b37eab
CY
52492005-11-23 Chong Yidong <cyd@stupidchicken.com>
5250
5251 * info.el (Info-fontify-node): Handle the case where
5252 Info-current-file is t.
5253
9c03d478
SM
52542005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5255
5256 * simple.el (blink-matching-open): Fix off-by-one in last change.
5257
2c012c41
YM
52582005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5259
5260 * term/mac-win.el: Don't change default directory.
5261
2036ac73
LT
52622005-11-22 Luc Teirlinck <teirllm@auburn.edu>
5263
5264 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
5265 buffers correctly. (It used to throw an error in such buffers.)
5266 Make it ask for confirmation in group buffers and other Custom
5267 buffers containing more than one customization item.
5268
43fb082d
JPW
52692005-11-22 John Paul Wallington <jpw@gnu.org>
5270
5271 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
5272 property on mail and url overlays.
5273 (goto-address-at-point): Use `posn-set-point' instead of
5274 `mouse-set-point' because the latter is not fbound when configured
5275 without X.
5276
5c4ce34d
RF
52772005-11-22 Lars Hansen <larsh@soem.dk>
5278
5eba3394
LH
5279 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
5280 (ls-lisp-classify, ls-lisp-format): Delete call to
5281 ls-lisp-parse-symlink.
5282 (ls-lisp-handle-switches): Handle symlinks to directories as
5283 directories when ls-lisp-dirs-first in non-nil.
5284
84ad29ae
LT
52852005-11-21 Luc Teirlinck <teirllm@auburn.edu>
5286
5287 * startup.el (command-line): Make sure that loaddefs.el is handled
5288 correctly in load-history.
5289
b581a727
NR
52902005-11-22 Nick Roberts <nickrob@snap.net.nz>
5291
5292 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
5293 (gdb-struct-string, gdb-array-string): New constants.
5294 (gdb-info-locals-handler): Use them.
5295 (gdb-reset): Reset gdb-var-list to nil.
5296
bd24684b
SM
52972005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
5300 in patterns.
5301
17c1971a
JL
53022005-11-21 Juri Linkov <juri@jurta.org>
5303
5304 * custom.el (defcustom): Update link types in docstring.
5305
74b99d45
SM
53062005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
5307
5308 * custom.el (defgroup): Add doc-string-elt info.
5309
5310 * widget.el (define-widget): Don't use declare for the doc-string-elt.
5311
3cc4b076
SM
53122005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5313
1cb40089
SM
5314 * newcomment.el (comment-enter-backward): Fix last fix.
5315
3cc4b076
SM
5316 * simple.el (blink-matching-open):
5317 * paren.el (show-paren-function): Allow new paren-class info.
5318
a7b0a0e3
CY
53192005-11-20 Chong Yidong <cyd@stupidchicken.com>
5320
5321 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
5322 handled automagically.
5323
13ea43e9
AS
53242005-11-20 Andreas Schwab <schwab@suse.de>
5325
5326 * descr-text.el (describe-char): When copying overlays put them
5327 over the full char description instead of just the first character
5328 of it.
5329
695effcc
JL
53302005-11-20 Juri Linkov <juri@jurta.org>
5331
5332 * simple.el (what-cursor-position):
5333 * descr-text.el (describe-char): Use Lisp-readable syntax
5334 for octal and hex. Reorder decimal, octal and hex values.
5335 Remove excess whitespace in the output. Use `=' in `column='
5336 like in `point=' and `Hscroll='.
5337
5338 * international/mule-cmds.el (encoded-string-description):
5339 Use Lisp-readable syntax for hex.
5340
602ad1ad
SM
53412005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5342
5343 * newcomment.el (comment-enter-backward): Handle the case where the
5344 comment is closed by EOB.
5345
b39aa4fd
CY
53462005-11-19 Chong Yidong <cyd@stupidchicken.com>
5347
5348 * longlines.el (longlines-before-revert-hook)
5349 (longlines-after-revert-hook): New functions.
5350 (longlines-mode): Turn off longlines temporarily when reverting.
2c127d45
CY
5351 Add a message-setup-hook.
5352 (longlines-decode-buffer): New function.
cee723fb 5353 (longlines-wrap-line): Preserve marker positions.
b39aa4fd 5354
da49096f
AS
53552005-11-19 Andreas Schwab <schwab@suse.de>
5356
5357 * emacs-lisp/shadow.el: Handle compressed files.
5358
f0f98146
RF
53592005-11-19 Romain Francoise <romain@orebokech.com>
5360
5361 * net/browse-url.el (browse-url-default-browser): Signal an error
5362 if no usable browser can be found, rather than try to load w3.
5363
ad8121fe
EZ
53642005-11-16 Ryan Yeske <rcyeske@gmail.com>
5365
5366 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
5367 replacing existing properties.
5368 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5369 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
5370 tty specs.
5371 (rcirc-server-prefix, rcirc-server): New faces.
5372 (rcirc-url-regexp): Generate with rx macro.
5373 (rcirc-last-server-message-time): New variable.
5374 (rcirc-filter): Record time of last message.
5375 (rcirc-keepalive): Kill processes that did not send a message
5376 since the last ping.
5377 (rcirc-mode): Give rcirc-topic a local binding here.
5378
a4b1de6e
EZ
53792005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
5380
5381 * subr.el (read-passwd): Fontify the prompt as we do with other
5382 prompts.
5383
e27de09e
EZ
53842005-11-19 Ryan Yeske <rcyeske@gmail.com>
5385
5386 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
5387 binding buffer-read-only to nil.
5388
71726072
EZ
53892005-11-19 Eli Zaretskii <eliz@gnu.org>
5390
602ad1ad
SM
5391 * complete.el (partial-completion-mode):
5392 Mention completion-auto-help in the doc string.
10156852 5393
71726072
EZ
5394 * man.el (Man-highlight-references): Doc fix. Reformat code in a
5395 more Lisp-ish way.
5396
af71d4c0 53972005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
e0d47340
EZ
5398
5399 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
5400 digits, not 8, to avoid misalignment for files larger than 100MB.
5401
eeb935fd
EZ
54022005-11-19 Eli Zaretskii <eliz@gnu.org>
5403
602ad1ad
SM
5404 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
5405 Mention "keyboard shortcuts" in the help text.
eeb935fd 5406
125ce9ec
YM
54072005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5408
5409 * startup.el (fancy-splash-default-action): Discard only
5410 mouse-down and succeeding mouse-up events in the splash screen
5411 window so that drag-n-drop event can be processed.
5412
0f157ad5
CY
54132005-11-18 Chong Yidong <cyd@stupidchicken.com>
5414
5415 * longlines.el (longlines-mode): Add hacks for mail-mode and
5416 message-mode.
5417
35af3490
CD
54182005-11-18 Carsten Dominik <dominik@science.uva.nl>
5419
30c02925 5420 * textmodes/org.el (org-table-sort-lines): New command.
35af3490
CD
5421 (org-tbl-menu): Add entry for `org-table-sort-lines'.
5422 (org-add-file): Command removed, use `org-agenda-file-to-front'
5423 instead.
5424 (org-export-icalendar): Use `org-icalendar-combined-name'.
5425 (org-cycle-agenda-files, org-agenda-file-to-end)
5426 (org-agenda-file-to-front): New commands.
af71d4c0
JB
5427 (org-table-tab-jumps-over-hlines, org-export-html-style):
5428 New options.
35af3490 5429 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
af71d4c0 5430 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
35af3490
CD
5431 New functions.
5432 (org-fill-paragraph): Call `org-table-align' in tables.
5433 (org-mode): Call `org-set-autofill-regexps'.
5434 (org-export-as-html): Support for local handformatted lists.
af71d4c0 5435 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
35af3490
CD
5436 (org-export-local-list-max-depth): New option.
5437 (org-html-expand): Use `org-html-protect'.
5438
3d18d677
NR
54392005-11-18 Nick Roberts <nickrob@snap.net.nz>
5440
5441 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
5442 to "p".
5443 (gdb): Move definition of gud-pp to...
5444
5445 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
5446 speedbar.
5447 (gdb-find-watch-expression): New function.
f0f98146 5448
fbe8d007
CY
54492005-11-17 Chong Yidong <cyd@stupidchicken.com>
5450
5451 * faces.el (face-attribute, set-face-attribute): Mention existence
5452 of `:ignore-defface' setting in docstring.
5453
39c7cde2
SM
54542005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5455
5456 * simple.el (completion-setup-function): Fix last change.
5457
f5723ff5
JPW
54582005-11-17 John Paul Wallington <jpw@pobox.com>
5459
5460 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
5461 Use `posn-set-point' instead of `mouse-set-point' because the
5462 latter is not fbound when configured without X.
5463
5464 * comint.el (comint-insert-input): Likewise.
5465
4ea0018b
CY
54662005-11-17 Chong Yidong <cyd@stupidchicken.com>
5467
5468 * simple.el (hard-newline): New variable.
2fbbeaf1 5469 (sendmail-user-agent-compose, next-line): Use it.
4ea0018b
CY
5470
5471 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
5472 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
5473 (mail-mail-reply-to, mail-mail-followup-to)
5474 (mail-position-on-field, mail-signature, mail-yank-original)
bcd8c291 5475 (mail-attach-file): Likewise.
4ea0018b 5476
225dad8e
RF
5477 * mail/mailheader.el (mail-header-format)
5478 (mail-header-format-function): Likewise.
4ea0018b
CY
5479
5480 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
5481
9f5f5ff2
JL
54822005-11-17 Juri Linkov <juri@jurta.org>
5483
5484 * font-lock.el (font-lock-faces): Rename this defgroup from
5485 `font-lock-highlighting-faces'.
5486 (font-lock-comment-face, font-lock-comment-delimiter-face)
5487 (font-lock-string-face, font-lock-doc-face)
5488 (font-lock-keyword-face, font-lock-builtin-face)
5489 (font-lock-function-name-face, font-lock-variable-name-face)
5490 (font-lock-type-face, font-lock-constant-face)
5491 (font-lock-warning-face, font-lock-negation-char-face)
5492 (font-lock-preprocessor-face)
5493 (font-lock-regexp-grouping-backslash)
5494 (font-lock-regexp-grouping-construct): Rename :group from
5495 `font-lock-highlighting-faces' to `font-lock-faces'.
5496
5497 * cus-edit.el (lisp, c, tex):
5498 * progmodes/ada-mode.el (ada):
5499 * progmodes/asm-mode.el (asm):
5500 * progmodes/cperl-mode.el (cperl-faces):
5501 * progmodes/cpp.el (cpp):
5502 * progmodes/dcl-mode.el (dcl):
5503 * progmodes/f90.el (f90):
5504 * progmodes/fortran.el (fortran):
5505 * progmodes/icon.el (icon):
5506 * progmodes/idlwave.el (idlwave-misc):
5507 * progmodes/m4-mode.el (m4):
5508 * progmodes/make-mode.el (makefile):
5509 * progmodes/meta-mode.el (meta-font):
5510 * progmodes/modula2.el (modula2):
5511 * progmodes/octave-mod.el (octave):
5512 * progmodes/pascal.el (pascal):
5513 * progmodes/perl-mode.el (perl):
5514 * progmodes/prolog.el (prolog):
5515 * progmodes/ps-mode.el (PostScript-edit):
5516 * progmodes/scheme.el (scheme):
5517 * progmodes/sh-script.el (sh-script):
5518 * progmodes/simula.el (simula):
5519 * progmodes/tcl.el (tcl):
5520 * textmodes/nroff-mode.el (nroff):
5521 * textmodes/reftex-vars.el (reftex-fontification-configurations):
5522 * textmodes/sgml-mode.el (sgml):
5523 * textmodes/texinfo.el (texinfo):
5524 Add :link (custom-group-link font-lock-faces) to defgroup.
5525
5526 * hi-lock.el (hi-lock): Rename this defgroup from
5527 `hi-lock-interactive-text-highlighting'. Change parent group from
5528 `faces' to `font-lock'. Add link to the manual.
5529 (hi-lock-mode, hi-lock-file-patterns-range)
5530 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
5531 `hi-lock-interactive-text-highlighting' to `hi-lock'.
5532 (hi-lock-faces): Add :group `faces'.
5533
5534 * cus-edit.el (custom-variable-prompt): Clarify the code.
5535
5536 * faces.el (face-read-string): Set the default value arg of
5537 completing-read.
5538
4bbd5b69
LT
55392005-11-16 Luc Teirlinck <teirllm@auburn.edu>
5540
5541 * rfn-eshadow.el (file-name-shadow-properties)
39c7cde2
SM
5542 (file-name-shadow-tty-properties, file-name-shadow-mode):
5543 Remove autoloads, because the file is now preloaded.
4bbd5b69 5544
bead134f
SM
55452005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5546
5547 * printing.el (easy-menu-intern): Don't define.
5548 (pr-get-symbol): Use easy-menu-intern only if defined.
5549
5550 * simple.el (blink-matching-open): Simplify a bit.
5551 (completion-setup-function): Fix the case of partial-completion-mode
5552 when the minibuffer's contents start with "-".
5553 Obey completion-base-size-function even when
5554 minibuffer-completing-file-name is non-nil.
5555
afabbb4d
RS
55562005-11-16 Richard M. Stallman <rms@gnu.org>
5557
5558 * net/eudcb-ph.el (eudc-ph-open-session):
5559 Use set-process-query-on-exit-flag.
5560
5561 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
5562
5563 * international/ucs-tables.el (ucs-set-table-for-input):
5564 Use make-local-variable, not make-variable-buffer-local.
5565
5566 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5567 Improve warning message text.
5568
5569 * savehist.el (savehist-save-hook): Add :group.
5570
5571 * menu-bar.el (menu-bar-help-menu):
5572 Rename Find Extra Packages to External Packages.
5573
5574 * cus-edit.el (Custom-reset-standard): Verify that
5575 :custom-standard-value prop exists before calling it.
5576
5577 * apropos.el (apropos-calc-scores): Use apropos-pattern.
5578
55792005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
5580
5581 * wid-edit.el (color): Enclose %t in %{...%}.
5582
5583 * cus-edit.el (face): Enclose %t in %{...%}.
5584
c01f0ed3
SM
55852005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
5586
5587 * savehist.el (savehist-mode-hook): Re-add the var.
5588 (savehist-mode): Use it.
5589
66a85723
SM
55902005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5591
042c6fb7
SM
5592 * textmodes/flyspell.el: Fix commenting convention.
5593 Remove unnecessary leading * in custom docstrings.
5594 (flyspell-emacs): Remove unused var.
5595 (flyspell-delete-region-overlays): Use remove-overlays.
5596 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
5597 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
5598 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
5599 (flyspell-debug-signal-word-checked): Use with-current-buffer.
5600 (make-flyspell-overlay): Don't locally reuse a global name.
5601 (flyspell-highlight-incorrect-region)
5602 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
5603 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
5604 (flyspell-notify-misspell): Remove unused args `start' and `end'.
5605 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
5606 Wrap calls to accept-process-output inside with-local-quit since it's
5607 often called from a post-command-hook.
5608 (flyspell-correct-word, flyspell-auto-correct-word):
5609 Use ispell-send-string.
5610 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
5cb35db5 5611
66a85723
SM
5612 * calendar/diary-lib.el (diary-list-entries): Also hide the
5613 terminating newline.
5614
c194b021
CD
56152005-11-16 Carsten Dominik <dominik@science.uva.nl>
5616
66a85723
SM
5617 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
5618 window-system, to allow fonts on tty.
c194b021 5619
20eff2b2
NR
56202005-11-17 Nick Roberts <nickrob@snap.net.nz>
5621
5622 * progmodes/gud.el (gud-speedbar-item-info): New function.
3d18d677
NR
5623 (gud-install-speedbar-variables): Use it to display data type
5624 of watch expression as a tooltip in speedbar.
20eff2b2 5625
8ab84823
LT
56262005-11-15 Luc Teirlinck <teirllm@auburn.edu>
5627
e7295594 5628 * font-core.el (global-font-lock-mode): Add :version keyword,
33bf8118 5629 because default was changed.
e7295594
LT
5630
5631 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
5632
8ab84823
LT
5633 * startup.el (command-line): Use `custom-reevaluate-setting' for
5634 `file-name-shadow-mode'.
5635
5636 * loadup.el: Preload rfn-eshadow.
5637
5638 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
1cc9e877 5639 Add :version keyword.
9fc0053d
LT
5640 (file-name-shadow-properties, file-name-shadow-tty-properties)
5641 (file-name-shadow): Add :version keyword.
8ab84823
LT
5642
5643 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
5644 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
5645 in the custom-group property of the symbol frames and the fringe
5646 group got no link to its parent group frames.
5647 Doc fix.
5648
3671718b
NR
56492005-11-16 Nick Roberts <nickrob@snap.net.nz>
5650
5651 * progmodes/gud.el (gud-stop-subjob): New function.
5652 (gud-menu-map, gud-tool-bar-map): Use it.
5653
7ecef1e9
KS
56542005-11-16 Kim F. Storm <storm@cua.dk>
5655
5656 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
5657 than kill it.
5658 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
5659 to a more useful/logical place.
5660
18468a1e
NR
56612005-11-16 Nick Roberts <nickrob@snap.net.nz>
5662
5663 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
5664 go buttons complementary.
5665
2fe3d6ec
SM
56662005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
5669 (rfn-eshadow-sifn-equal): New function.
5670 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
5671
54b171c7 56722005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7ecef1e9
KS
5673
5674 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
54b171c7 5675 string.
7ecef1e9 5676
54b171c7
MK
5677 * viper.el (viper-emacs-state-mode-list): Ensure that
5678 rcirc-mode buffers come up in Emacs state.
7ecef1e9
KS
5679
5680 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
5681 operation.
54b171c7 5682
59c560f7
DN
56832005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5684
5685 * term.el (term-termcap-format): Fix typos.
5686 (term-down): Fix the negative argument case.
5687
a354cf39
NR
56882005-11-16 Nick Roberts <nickrob@snap.net.nz>
5689
5690 * progmodes/gdb-ui.el: Remove face-alias left over from change on
5691 2005-08-15.
5692 (gdb-ann3): New command gud-go.
5693 (menu): Accomodate gdb-mi.el.
5694 (gdb-assembler-custom): Make buffer of selected window current
5695 so that set-window-point works.
5696
5697 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
5698 buttons and include new ones.
5699
57002005-11-16 Kim F. Storm <storm@cua.dk>
5701
2fe3d6ec 5702 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
a354cf39
NR
5703 (gud-menu-map): Use it.
5704
7cb1a551
LT
57052005-11-14 Luc Teirlinck <teirllm@auburn.edu>
5706
70acba5d
LT
5707 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
5708 that works correctly for Custom and that does not override a user
5709 who disables it.
5710
7cb1a551
LT
5711 * help-mode.el (help-make-xrefs, help-xref-on-pp)
5712 (help-xref-interned, help-follow): Make hyperlinks for variables
5713 that are unbound, but have a non-nil variable-documentation property.
5714
5715 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
5716 mode hook. (It conflicted with defcustoms for some mode hooks.)
5717 Use the `variable-documentation' property to give the mode hook a
5718 docstring and expand that docstring.
5719
2d10b62b
SM
57202005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
5721
8ab84823
LT
5722 * savehist.el (savehist-mode): Don't bother with
5723 `custom-set-minor-mode'.
2d10b62b
SM
5724 (savehist-coding-system): Check XEmacs version.
5725 (history-length): Declare also at run time.
5726 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
5727 Don't set the customize state.
5728 (savehist-minibuffer-hook): Special case for when
5729 minibuffer-history-variable is equal to t.
5730
2f0e4846
SM
57312005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5732
8e5c7b90
SM
5733 * files.el (write-file): Refresh VC status.
5734
2f0e4846
SM
5735 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
5736 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
5737 than fundamental-mode to see if the mode was set.
5738
670d3fce
RF
57392005-11-14 Romain Francoise <romain@orebokech.com>
5740
5741 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
5742 dummy function in `eval-when-compile' to avoid compiler warning.
5743 Require `man' at compile time.
5744
d0158f73
JB
57452005-11-14 Jay Belanger <belanger@truman.edu>
5746
5747 * calc-alg.el (calcFunc-write-out-power): Rename it to
5748 calcFunc-powerexpand.
5749 (math-write-out-power): Rename it to math-powerexpand; have it
5750 handle negative exponents.
5751 (calc-writeoutpower): Rename it to calc-powerexpand.
5752
5753 * calc-ext.el: Change calcFunc-writeoutpower and
5754 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
5755 autoloads.
5756 Add calcFunc-ldiv to autoloads.
5757
5758 * calc-arith.el (calcFunc-ldiv): New function.
5759
5760 * calc.el (calc-left-divide): New function.
5761
882108c7
JL
57622005-11-14 Juri Linkov <juri@jurta.org>
5763
5764 * cus-edit.el (custom-variable-prompt): Set the default value arg
5765 of completing-read.
5766
5767 * cus-dep.el (custom-make-dependencies): Reverse the list of
5768 found dependencies.
5769
cadb1c90
DN
57702005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5771
5772 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
5773 Highlighting" entry, it is on by default now.
dea24608 5774 (menu-bar-options-save): Do not save global-font-lock-mode.
cadb1c90 5775
b8b7c66e
RS
57762005-11-13 Richard M. Stallman <rms@gnu.org>
5777
5778 * textmodes/flyspell.el (flyspell-large-region):
5779 Call flyspell-accept-buffer-local-defs.
5780
57812005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
5782
5783 * textmodes/flyspell.el (flyspell-notify-misspell):
5784 Fix misspelling of "Misspelling".
5785 (flyspell-process-localwords): New function.
5786 (flyspell-large-region): Call flyspell-process-localwords and
5787 flyspell-delete-region-overlays.
5788 (flyspell-delete-region-overlays): New function.
5789 (flyspell-delete-all-overlays): Call that.
5790
7e1b6c2c
RS
57912005-11-13 Richard M. Stallman <rms@gnu.org>
5792
5793 * help.el (help-for-help-internal): Improve doc of C-h a.
afabbb4d 5794 (describe-key): Improve prompt; doc fix.
225dad8e 5795
1c32c9d6
SM
57962005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5797
1508b91a
SM
5798 * vc-svn.el (vc-svn-registered): Catch all errors.
5799
1c32c9d6
SM
5800 * cus-dep.el (custom-make-dependencies): Typo.
5801
75b19c39
MA
58022005-11-13 Michael Albinus <michael.albinus@gmx.de>
5803
5804 * net/tramp-util.el (top): Fix compilation warning.
5805
8965e9c1
KS
58062005-11-13 Kim F. Storm <storm@cua.dk>
5807
5808 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
5809
9ecc27d0
NR
58102005-11-13 Nick Roberts <nickrob@snap.net.nz>
5811
225dad8e 5812 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9ecc27d0
NR
5813 (gud-speedbar-buttons): Match on "const char *" too.
5814
5815 * progmodes/gdb-ui.el (gdb-var-create-handler)
5816 (gdb-var-list-children-handler): Match on "const char *" too.
5817 (gdb-var-evaluate-expression-handler): Match on empty string.
5818 (gdb-var-update-handler): Only call
5819 gdb-var-evaluate-expression-handler when required.
5820
e79b7435
NR
58212005-11-13 Nick Roberts <nickrob@snap.net.nz>
5822
5823 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
5824 selected window. This still doesn't work for speedbar.
9ecc27d0 5825 (gud-speedbar-buttons): Handle string expressions properly.
e79b7435 5826
47b3cf39
NR
5827 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5828 (gdb-var-create-handler): Handle string expressions properly.
e79b7435 5829 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
1c32c9d6 5830 Handle string expressions properly. Move "type" field into regexp.
e79b7435 5831
9a9f1fdd 58322005-11-12 Karl Fogel <kfogel@red-bean.com>
8965e9c1 5833
9a9f1fdd 5834 * bookmark.el (bookmark-maybe-message): New function to reduce
8965e9c1 5835 code duplication: invokes `message' iff baud-rate is high enough.
9a9f1fdd
KF
5836 (bookmark-write-file): Use above instead of an inline conditional.
5837 (bookmark-load): Same.
8965e9c1 5838
a506054a
KF
58392005-11-12 Karl Fogel <kfogel@red-bean.com>
5840
5841 * bookmark.el (bookmark-write-file): Don't visit the destination
5842 file, just write the data to it using write-region. This is
5843 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
5844 change to avoid visiting the file in the first place.
5845
71dd9295
CY
58462005-11-12 Chong Yidong <cyd@stupidchicken.com>
5847
5848 * hi-lock.el (hi-lock-mode): Set the default value of
5849 font-lock-defaults.
5850
81d7d0d6
LT
58512005-11-11 Luc Teirlinck <teirllm@auburn.edu>
5852
ee8fdb13 5853 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
81d7d0d6
LT
5854 arg to `file-attributes'.
5855 (find-lisp-format): The UID and GID can now be strings.
5856
42aad0f6
KS
58572005-11-12 Kim F. Storm <storm@cua.dk>
5858
9f49f577
KS
5859 * help.el (help-map): Bind C-h d to apropos-documentation.
5860
0820b753
KS
5861 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
5862 when point is at end-of-buffer.
5863
42aad0f6
KS
5864 * apropos.el (apropos-match-face): Doc fix.
5865 (apropos-sort-by-scores): Add new choice `verbose'.
5866 (apropos-documentation-sort-by-scores): New defcustom.
5867 (apropos-pattern): Now contains the pattern entered by the user.
5868 (apropos-pattern-quoted): New defvar.
5869 (apropos-regexp): New defvar, containing the regexp corresponding
5870 to apropos-pattern.
1c32c9d6 5871 (apropos-all-words-regexp): Rename from apropos-all-regexp.
42aad0f6
KS
5872 (apropos-read-pattern): New defun. Use it to read pattern arg in
5873 interactive calls; returns list of words for a word list, and
5874 string for a regexp.
1c32c9d6 5875 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
42aad0f6
KS
5876 parses a list of words or regexp as returned by apropos-read-pattern.
5877 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
5878 (apropos-score-doc): Return a very high score if the string
5879 entered by the user matches literally.
5880 (apropos-variable): Doc fix. Use apropos-read-pattern.
5881 (apropos-command): Doc fix. Use apropos-read-pattern and
5882 apropos-parse-pattern. Call apropos-print with nosubst=t.
af71d4c0 5883 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
42aad0f6 5884 apropos-parse-pattern.
af71d4c0 5885 (apropos-documentation): Doc fix. Use apropos-read-pattern and
42aad0f6
KS
5886 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
5887 apropos-documentation-sort-by-scores. Call apropos-print with
5888 nosubst=t.
5889 (apropos-documentation-internal): Pass doc string through
5890 substitute-key-definition before adding text properties.
5891 Highlight substring matching literal user input if possible.
5892 (apropos-documentation-check-doc-file): Remove locals beg and end.
5893 Fix calculation of score (as added twice). Pass doc string through
5894 substitute-key-definition before adding text properties.
5895 (apropos-documentation-check-elc-file): Pass doc string through
5896 substitute-key-definition before adding text properties.
5897 Highlight substring matching literal user input if possible.
5898 (apropos-print): Add new arg NOSUBST; if set, command and variable
5899 doc strings have already been passed through substitute-key-definition.
5900 Add code to handle apropos-accumulator items without score element
5901 for backwards compatibility (e.g. with woman package).
5902 Only show scores if apropos-sort-by-scores is `verbose'.
5903
be93a2c4
SM
59042005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
5907 Add jka-compr-load-suffixes to load-suffixes.
5908
119f6f17 5909 * jka-compr.el: Require jka-cmpr-hook.
be93a2c4
SM
5910 (jka-compr-info-compress-message, jka-compr-info-compress-program)
5911 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
5912 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
5913 (jka-compr-info-can-append, jka-compr-info-strip-extension)
5914 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
5915 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
5916 (jka-compr-uninstall): Remove entries from
5917 jka-compr-added-to-file-coding-system-alist after they are used.
5918 (jka-compr-error): Remove unused var `curbuf'.
5919 (jka-compr-file-local-copy): Remove unused var `notfound'.
5920
7127d508
RF
59212005-11-10 Romain Francoise <romain@orebokech.com>
5922
5923 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
5924
46faf25e
NR
59252005-11-11 Nick Roberts <nickrob@snap.net.nz>
5926
5927 * progmodes/gud.el (gud-menu-map): Move parentheses.
5928 (gdb): New command gud-pv.
5929
be93a2c4
SM
59302005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * tar-mode.el: Remove spurious or unnecessary leading stars
5933 in docstrings.
5934 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
5935 (tar-parse-octal-integer-safe): Use mapc.
5936 (tar-header-block-summarize): Remove unused var `ck'.
5937 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
5938 cleared before. Obey default-enable-multibyte-characters.
5939 Use mapconcat. Simplify setting of tar-header-offset.
5940 (tar-mode-map): Move initialization inside delcaration.
5941 (tar-flag-deleted): Use `abs'.
5942 (tar-expunge-internal): Remove unused var `line'.
5943 (tar-expunge-internal): Don't hardcode point-min==1.
5944 (tar-expunge): Widen while doing set-buffer-multibyte.
5945 (tar-rename-entry): Use file-name-coding-system.
5946 (tar-alter-one-field): Don't hardcode point-min==1.
5947 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
5948 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
5949
94b073f3
MY
59502005-11-10 Masatake YAMATO <jet@gyve.org>
5951
af94256b 5952 * add-log.el (add-log-current-defun): Handle class::method
af71d4c0 5953 notation of c++. Fix incorrect comment.
94b073f3 5954
f192689e
AM
59552005-11-10 Alan Mackenzie <acm@muc.de>
5956
5957 * help-fns.el (describe-variable): Make C-h v work when a variable
5958 has variable documentation yet is unbound.
5959
af8308ec
MY
59602005-11-10 Masatake YAMATO <jet@gyve.org>
5961
5962 * man.el (Man-highlight-references): Set an empty
5963 string to `Man-arguments' if it is nil.
d730a9fc 5964 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
af8308ec 5965
be93a2c4
SM
59662005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
5969 commenting conventions.
5970
5971 * cus-dep.el (custom-make-dependencies): Simplify.
5972 Better follow the commenting conventions.
5973
fe8bc3fa
RS
59742005-11-09 Richard M. Stallman <rms@gnu.org>
5975
be93a2c4
SM
5976 * apropos.el (apropos-pattern): Rename from apropos-regexp.
5977 (apropos-orig-pattern): Rename from apropos-orig-regexp.
fe8bc3fa
RS
5978 All uses changed.
5979 (apropos-rewrite-regexp): Doc fix.
af94256b 5980 (apropos-variable, apropos-command, apropos, apropos-value):
fe8bc3fa
RS
5981 Change prompt; carry through the argument renaming.
5982
6e128e32
LT
59832005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5984
5985 * find-lisp.el: Require dired.
5986 (find-lisp-find-dired-internal): Do not call
5987 `abbreviate-file-name' on DIR.
5988
78e5988d
NR
59892005-11-10 Nick Roberts <nickrob@snap.net.nz>
5990
5991 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
5992
31fa5025
NR
59932005-11-09 Nick Roberts <nickrob@snap.net.nz>
5994
5995 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
5996 when using the speedbar.
5997 (gdb): New command gud-pp.
5998 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
5999
58b6f884
JL
60002005-11-09 Juri Linkov <juri@jurta.org>
6001
6002 * replace.el (occur-excluded-properties): New defcustom.
6003 (occur-1, occur-engine, occur-accumulate-lines): Use it.
6004
65b62d0a
JB
60052005-11-08 Jay Belanger <belanger@truman.edu>
6006
217d155e 6007 * calc/calc-units.el (math-convert-units): Replace any composite
65b62d0a
JB
6008 unit by its definition.
6009
77f996e5 60102005-11-08 Lars Hansen <larsh@soem.dk>
217d155e
RF
6011
6012 * emacs-lisp/autoload.el (update-directory-autoloads):
6013 Add obsolete function alias.
6014
4acbd507
SM
60152005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6016
5a3859e6
SM
6017 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6018 comment-indent-function.
6019 (lisp-comment-indent): Replace by an alias for comment-indent-default.
6020
4acbd507
SM
6021 * reveal.el (reveal-post-command): Rework the handling of
6022 reveal-open-spots, so as to be more reliable. There were several
6023 tricky corner cases where an open spot might be lost, or where
6024 a closed spot might end up on the list of open spots.
6025 Only reveal text that's ellipsised.
6026
b58b00ca
CD
60272005-11-07 Carsten Dominik <dominik@science.uva.nl>
6028
4acbd507 6029 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
b58b00ca 6030
f5723ff5
JPW
60312005-11-07 John Paul Wallington <jpw@gnu.org>
6032
6033 * ibuffer.el (ibuffer): Search iconified frames too when
6034 getting Ibuffer buffer's window.
6035
fda12b27
RS
60362005-11-06 Richard M. Stallman <rms@gnu.org>
6037
6038 * progmodes/compile.el (compilation-internal-error-properties):
6039 save-excursion around the computation of MARKER.
6040
60412005-11-06 Piet van Oostrum <piet@cs.uu.nl>
6042
6043 * textmodes/flyspell.el (flyspell-external-point-words):
6044 flyspell-get-word returns a list, not just a string.
6045
9514fb7f
JPW
60462005-11-06 John Paul Wallington <jpw@pobox.com>
6047
6048 * ibuffer.el (ibuffer): Search all visible frames when getting
6049 Ibuffer buffer's window.
6050
30abc4f4
MY
60512005-11-07 Masatake YAMATO <jet@gyve.org>
6052
d730a9fc 6053 * man.el (Man-reference-regexp): Accept spaces between
30abc4f4
MY
6054 `Man-name-regexp' and `Man-section-regexp'.
6055 (Man-apropos-regexp): New variable.
6056 (Man-abstract-xref-man-page): Use value for `Man-target-string'
6057 if available.
4acbd507
SM
6058 (Man-highlight-references, Man-highlight-references0):
6059 Handle the case when `Man-arguments' includes "-k".
6060 (Man-highlight-references0): Rename the argument `TARGET-POS' to
30abc4f4
MY
6061 `TARGET'. `TARGET' can be a number, function or nil.
6062
2dd3b43b
NR
60632005-11-06 Nick Roberts <nickrob@snap.net.nz>
6064
6065 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
c660a322
KS
6066 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6067 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
2dd3b43b
NR
6068 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6069 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
c660a322 6070 (gdb-send-item): Use buffer-local-value and simplify.
2dd3b43b 6071
1b0ee2ce
LT
60722005-11-05 Luc Teirlinck <teirllm@auburn.edu>
6073
6074 * startup.el (command-line): Use `custom-reevaluate-setting' for
6075 `global-font-lock-mode'.
6076
c660a322
KS
6077 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6078 by default, except in batch mode or when the -D option is given.
1b0ee2ce
LT
6079
6080 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6081 specified keyword args on to `define-minor-mode'. Update docstring.
6082
61f570e2
RF
60832005-11-05 Romain Francoise <romain@orebokech.com>
6084
6085 * replace.el (occur-engine): Add marker at end of line, too.
6086
af71d4c0 60872005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
dd7c6f21
RS
6088
6089 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6090 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6091 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 6092 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
dd7c6f21
RS
6093 argument to all these routines, so the passphrase can be managed
6094 externally and passed in to the system.
6095 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6096 pgg-add-passphrase-to-cache function.
6097
6098 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6099 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6100 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
119f6f17 6101 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
dd7c6f21
RS
6102 argument to all these routines, so the passphrase can be managed
6103 externally and passed in to the system.
6104 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6105 function.
6106
d60b49ac
DN
61072005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6108
6109 * font-lock.el: Don't deal with font-lock-face-attributes here,
6110 move the code ...
6111
af71d4c0 6112 * startup.el (command-line): ... here. Use face-spec-set instead
d60b49ac
DN
6113 of custom-declare-face.
6114
6115 * faces.el (face-spec-set): Reset the face if spec is not nil.
6116
45f6a663
SM
61172005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6118
6119 * newcomment.el (comment-region-internal): Box more tightly in the
6120 common case where there's no TAB in the boxed text.
6121
db2cf961
JD
61222005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6123
6124 * info.el (info-tool-bar-map): Use images prev-node, next-node and
6125 up-node.
6126
dc9cfe1e
EZ
61272005-11-04 Ulf Jasper <ulf.jasper@web.de>
6128
af71d4c0 6129 * newsticker.el: Commentary updated. Code formatting changed.
45f6a663 6130 (newsticker-version): Change to "1.9".
dc9cfe1e 6131 (newsticker, newsticker-feed): Doc fix.
45f6a663
SM
6132 (newsticker-url-list): Doc fix. Add option "Weekly".
6133 (newsticker-retrieval-interval): Add option "Weekly".
dc9cfe1e 6134 (newsticker-headline-processing): Doc fix.
45f6a663 6135 (newsticker-auto-mark-filter): Remove.
dc9cfe1e
EZ
6136 (newsticker-auto-mark-filter-list): New.
6137 (newsticker-layout, newsticker-sort-method): Doc fix.
6138 (newsticker-hide-old-items-in-newsticker-buffer)
6139 (newsticker-heading-format, newsticker-item-format)
6140 (newsticker-desc-format): Doc fix.
45f6a663 6141 (newsticker-show-all-rss-elements): Remove.
dc9cfe1e
EZ
6142 (newsticker-show-all-news-elements): New.
6143 (newsticker-faces, newsticker-ticker): Doc fix.
6144 (remove-from-invisibility-spec): Code formatting.
6145 (newsticker--process-ids): New.
6146 (newsticker-mode): Doc fix.
45f6a663
SM
6147 (newsticker-mode): Change mode-line-format.
6148 (newsticker-start): Remove debug output.
af71d4c0 6149 (newsticker-start-ticker): Doc fix. Add autoload cookie.
dc9cfe1e
EZ
6150 (newsticker-w3m-show-inline-images): Code formatting.
6151 (newsticker-next-item): Call `force-mode-line-update'.
6152 (newsticker-previous-item): Call `force-mode-line-update'.
6153 (newsticker-next-feed): Call `force-mode-line-update'.
6154 (newsticker-previous-feed): Call `force-mode-line-update'.
6155 (newsticker-mark-all-items-at-point-as-read): Code formatting.
6156 (newsticker-show-old-items): Do not show descs.
45f6a663 6157 (newsticker-hide-entry): Hide too much.
dc9cfe1e
EZ
6158 (newsticker-hide-entry, newsticker-show-entry)
6159 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
6160 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
6161 (newsticker-toggle-auto-narrow-to-item): Code formatting.
6162 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
6163 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
45f6a663
SM
6164 (newsticker-get-news): Call `force-mode-line-update'.
6165 Collect process ids.
6166 (newsticker--sentinel): Change coding system handling.
6167 Move image retrieval to new functions newsticker--get-logo-url-*.
6168 Move feed parsing to new functions newsticker--parse-*.
6169 Update list of process ids.
dc9cfe1e
EZ
6170 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
6171 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
6172 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
6173 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
6174 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6175 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6176 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
45f6a663
SM
6177 (newsticker--decode-coding-string): Remove.
6178 (newsticker--decode-numeric-entities): Check input. Format code.
dc9cfe1e
EZ
6179 (newsticker--remove-whitespace): Check input.
6180 (newsticker--do-forget-preformatted): Doc fix.
6181 (newsticker--decode-rfc822-date): Allow for missing time.
6182 (newsticker--update-process-ids): New.
45f6a663
SM
6183 (newsticker--image-sentinel): Change comment.
6184 (newsticker--image-read): Change error message.
dc9cfe1e
EZ
6185 (newsticker--imenu-goto): Doc fix. Show headline title.
6186 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
6187 (newsticker--buffer-do-insert-text): Clean whitespace in
45f6a663
SM
6188 html-rendered headline title. Code formatting.
6189 Call `newsticker--buffer-print-extra-elements'.
6190 (newsticker--buffer-print-extra-element): Remove.
dc9cfe1e
EZ
6191 (newsticker--buffer-print-extra-elements): New.
6192 (newsticker--buffer-do-print-extra-element): New.
6193 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
6194 large sizes.
6195 (newsticker--run-auto-mark-filter)
45f6a663
SM
6196 (newsticker--do-run-auto-mark-filter):
6197 Use `newsticker-auto-mark-filter-list'.
dc9cfe1e 6198
c97f3d3c
EZ
61992005-11-04 Ryan Yeske <rcyeske@gmail.com>
6200
6201 * net/rcirc.el: Use split-string OMIT-NULLS argument.
6202 (rcirc-print): Force redisplay before running hooks. Do long
6203 buffer truncation after making new text read-only. Deal with nil
6204 text when decoding strings. If TARGET is nil, use either the
6205 currently selected buffer, if it is an rcirc buffer and of the
6206 same process or the process buffer.
6207 (rcirc-mode): Remove header-line. Recompute short buffer names.
45f6a663 6208 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
c97f3d3c 6209 (rcirc-short-buffer-name): Add variable.
45f6a663
SM
6210 (rcirc-kill-buffer-hook): Recompute short buffer names.
6211 Remove nick from private channel.
6212 (rcirc-send-input): Send command text to current-buffer.
6213 Don't clear overlay arrow here.
c97f3d3c
EZ
6214 (rcirc-short-buffer-name): Return a short buffer name.
6215 (rcirc-update-short-buffer-names, rcirc-abbreviate)
6216 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
6217 buffer-name abbreviations.
45f6a663
SM
6218 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
6219 Do not touch nick-table when killing a parted channel.
c660a322
KS
6220 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
6221 Clear arrow from current buffer if it is now hidden.
c97f3d3c
EZ
6222 (rcirc-current-buffer): Add variable.
6223 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6224 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
6225 Remove -face from names.
6226 (rcirc-update-activity-string): Print "DND" when globally ignoring
6227 activity.
6228 (rcirc-ignore-buffer-activity-flag): Rename from
6229 rcirc-ignore-channel-activity.
6230 (rcirc-ignore-all-activity-flag): Doc fix.
6231 (rcirc-channels): Remove variable.
6232 (rcirc-kill-buffer-hook):
6233 (rcirc-get-buffer-create): Add nick to private channel.
6234 (rcirc-multiline-edit-submit): Remove tabs.
6235 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
6236 folded.
6237 (rcirc-remove-nick-channel): Bug fix.
6238 (rcirc-toggle-ignore-buffer-activity): Rename from
6239 rcirc-toggle-ignore-channel-activity.
6240 (rcirc-record-activity): Add buffers to the front of the list.
6241 (rcirc-update-activity): Remove killed buffers from list.
6242 (rcirc-process-server-response-1): Remove last argument if it is
6243 null before calling handler.
6244 (rcirc): Add "rcirc" defcustom prefix.
45f6a663
SM
6245 (rcirc-prompt): Simplify default prompt.
6246 Use custom-initialize-default.
c97f3d3c
EZ
6247 (rcirc-private-chats): Remove variable.
6248 (rcirc-prompt): Change initialization.
6249 (rcirc-version): Remove function.
6250 (rcirc-id-string): Add constant.
6251 (rcirc-last-buffer): Remove variable.
6252 (rcirc-buffer-alist): Add variable.
6253 (rcirc-connect): Update variable setup.
6254 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
6255 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
6256 default.
6257 (rcirc-handler-generic): Trigger activity.
6258 (rcirc-send-message): Create the buffor of the target.
45f6a663
SM
6259 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
6260 (rcirc-get-buffer): Just return nil if there is no matching buffer.
c97f3d3c
EZ
6261 (rcirc-multiline-edit-cancel): Remove function.
6262 (rcirc-set-last-buffer): Remove function.
6263 (rcirc-get-any-buffer): Add function.
6264 (rcirc-join-channels): Don't print /join text.
6265 (rcirc-toggle-ignore-channel-activity): Add and update echo area
6266 messages.
6267 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
6268 (rcirc-handler-NOTICE): Recognize CTCP responses.
6269 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
6270 constructing TOPIC string for buffers we are not JOINed.
6271 (rcirc-handler-CTCP-response): Add handler.
6272 (rcirc-multiline-edit-submit): Restore the window-configuration
6273 before adjusting point.
6274 (rcirc): Add customization group.
6275 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
6276 (rcirc-user-full-name, rcirc-startup-channels-alist)
6277 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
6278 (rcirc-ignore-all-activity-flag, rcirc-time-format)
6279 (rcirc-input-ring-size, rcirc-read-only-flag)
6280 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
6281 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
6282 Change defvar to defcustom.
6283 (rcirc-update-prompt): Add optional ALL arg, which will update
6284 prompts in all rcirc buffers. Regexp quote replacement text.
119f6f17 6285 (rcirc-fill-column): Accept frame-width as a value.
c97f3d3c
EZ
6286 (rcirc-set-changed): Add function.
6287 (rcirc-next-active-buffer): Write more meaningful messages.
6288 (rcirc-faces): Add customization group.
6289 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
6290 (rcirc-nick-in-message-face, rcirc-prompt-face)
6291 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
6292 (with-rcirc-process-buffer): Move before first usage.
6293 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
6294 (rcirc-debug-flag): Rename from `rcirc-log-p'.
6295 (rcirc-debug): Rename from `rcirc-log'.
119f6f17 6296 (rcirc-format-response-string): Do not print `-' chars for a
c97f3d3c 6297 NOTICE with no sender. Simplify output of server responses.
45f6a663 6298
c97f3d3c
EZ
62992005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6300
6301 (rcirc-browse-url-map, rcirc-browse-url-at-point)
af71d4c0
JB
6302 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
6303 Make urls mouse and RET clickable.
c97f3d3c 6304
ffce4757
EZ
63052005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6306
6307 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
6308
77f996e5 63092005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9e673321
EZ
6310
6311 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6312 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6313 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 6314 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9e673321
EZ
6315 argument to all these routines, so the passphrase can be managed
6316 externally and passed in to the system.
6317 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6318 pgg-add-passphrase-to-cache function.
6319
6320 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6321 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6322 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
119f6f17 6323 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9e673321
EZ
6324 argument to all these routines, so the passphrase can be managed
6325 externally and passed in to the system.
6326 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6327 function.
6328
98945794
EZ
63292005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
6330
6331 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
6332 from goto-address-url-regexp.
6333
94539089
CD
63342005-11-04 Carsten Dominik <dominik@science.uva.nl>
6335
c660a322 6336 * textmodes/org.el (org-read-date, org-goto-calendar)
45f6a663 6337 (org-recenter-calendar, org-agenda-goto-calendar):
119f6f17 6338 Temporarily clear `calendar-move-hook'.
94539089 6339
39bcfe5f 63402005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
45f6a663
SM
6341
6342 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
39bcfe5f 6343 merging.
45f6a663
SM
6344
6345 * ediff-util.el (ediff-previous-difference): Don't skip regions that
39bcfe5f 6346 have merge clashes.
45f6a663 6347
97a7dbee
YM
63482005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6349
45f6a663
SM
6350 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6351 Undo previous change.
97a7dbee
YM
6352
6353 * startup.el (command-line): Use `custom-reevaluate-setting' for
51f47f64
YM
6354 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
6355 tty-register-default-colors on Mac.
97a7dbee 6356
c72ff615
NR
63572005-11-04 Nick Roberts <nickrob@snap.net.nz>
6358
45f6a663 6359 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
c72ff615
NR
6360 (gdb-buffer-type): Make it automatically buffer local...
6361 (gdb-get-create-buffer): ...and set it accordingly.
6362 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
6363 actually work.
6364
11ec76b7
DN
63652005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
6366
6367 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
6368 not red.
6369
2b02eddf
NR
63702005-11-04 Nick Roberts <nickrob@snap.net.nz>
6371
6372 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
6373 case GUD buffer is not visible.
6374 (gdb-goto-breakpoint): Try to force display in source buffer.
6375 (gdb-frame-gdb-buffer): Copy other similar functions.
6376 (gdb-restore-windows): Don't display source if not asked for.
6377 (gdb-assembler-buffer-name): Don't capitalise.
6378
e082564e
RS
63792005-11-03 Richard M. Stallman <rms@gnu.org>
6380
6381 * wid-edit.el (key-sequence): New widget type.
6382
6383 * simple.el (set-mark-command-repeat-pop): New variable.
6384 (set-mark-command): Only interpret plan C-@ after a pop as a pop
6385 if set-mark-command-repeat-pop is true.
6386
6387 * info.el (Info-fontify-node): Don't display extra "see" if there
6388 already is one here.
6389
6390 * mouse.el: Fix special handling of DEL after dragging a region:
6391 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
171aaa8a 6392 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
e082564e
RS
6393
6394 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
6395
6396 * textmodes/ispell.el (ispell-command-loop): Change `i' description
6397 not to assume it pertains to an affix.
6398
6399 * textmodes/flyspell.el (flyspell-post-command-hook):
6400 Bind deactivate-mark to prevent deactivation.
6401
438fc253 64022005-11-03 Lars Hansen <larsh@soem.dk>
2b02eddf 6403
438fc253
LH
6404 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
6405 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
6406 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
6407
ebce92c7
RF
64082005-11-03 Romain Francoise <romain@orebokech.com>
6409
6410 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
6411 Update copyright years.
6412
c7280fb5
SS
64132005-11-03 Sam Steingold <sds@gnu.org>
6414
13d65a03
SM
6415 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6416 Use system-type instead of window-system because window-system is not
c7280fb5
SS
6417 correctly defined during loadup.
6418
aaaa8abb
MH
64192005-11-02 Mark A. Hershberger <mah@everybody.org>
6420
6421 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
6422 (xml-parse-tag): Join strings separated by a comment properly.
6423
c80eca71
AS
64242005-11-02 Andreas Schwab <schwab@suse.de>
6425
13d65a03
SM
6426 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
6427
64282005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6429
6430 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
6431 (byte-optimize-pure-func): Quote the eval'd value.
6432
6433 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6434 Rename from perl-font-lock-syntactic-face-function.
6435 Change the calling convention so it can be used as a font-lock MATCHER.
6436 Do the parse-partial-sexp loop outselves.
6437 (perl-font-lock-syntactic-keywords): Use it.
6438 (perl-mode): Don't set font-lock-syntactic-face-function any more.
c80eca71 6439
c2205a03
NR
64402005-11-02 Nick Roberts <nickrob@snap.net.nz>
6441
2b02eddf
NR
6442 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
6443 disassembly buffer too.
c2205a03
NR
6444 (gdb-exited): Remove overlay arrows when execution has finished.
6445 (gdb-info-frames-custom, gdb-info-threads-custom)
6446 (gdb-info-registers-custom): Don't add inappropriate text
6447 properties if inferior is not active.
6448
c046af95
GM
64492005-11-02 Glenn Morris <rgm@gnu.org>
6450
13d65a03
SM
6451 * progmodes/fortran.el (fortran-blink-match):
6452 Use `blink-matching-delay'.
c046af95 6453
af71d4c0 64542005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
3631f993
GM
6455
6456 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
6457
e89cd3e6 64582005-11-02 Lars Hansen <larsh@soem.dk>
ebce92c7 6459
e89cd3e6
LH
6460 * net/tramp.el (tramp-action-out-of-band): Handle scp message
6461 "Permission denied".
6462
b5714852
RS
64632005-11-01 Richard M. Stallman <rms@gnu.org>
6464
6465 * textmodes/flyspell.el (flyspell-external-point-words):
6466 Pass nil to flyspell-get-word.
6467
8f15921b
KS
64682005-11-02 Kim F. Storm <storm@cua.dk>
6469
6470 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
6471 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
6472
e5f64be2
SM
64732005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6474
6475 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
6476 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6477 (calendar-mouse-print-dates): Add optional `event' argument.
6478 Update interactive-spec.
6479 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
6480 Use `calendar-event-to-date' instead of `event'.
6481
6f9a47ab
MY
64822005-11-02 Masatake YAMATO <jet@gyve.org>
6483
e5f64be2
SM
6484 * progmodes/ld-script.el (ld-script-builtins):
6485 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
6486 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
6f9a47ab
MY
6487 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
6488
7bba5cae
RF
64892005-11-01 Romain Francoise <romain@orebokech.com>
6490
6491 * vc-sccs.el: Update copyright year.
6492 * ezimage.el: Likewise.
6493
af71d4c0 64942005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
4dacf0ff
JL
6495
6496 * info.el (Info-fontify-node): Use `string-width' for fontifying
6497 underlined titles.
6498
99315976
JL
64992005-11-01 Juri Linkov <juri@jurta.org>
6500
6501 * info.el (Info-fontify-node): Downcase node header keywords Node,
6502 Prev, Next, Up before comparison.
6503 (Info-history): Insert absolute directory name, and put invisible
6504 property on it.
6505
94b10022
JL
65062005-11-01 Juri Linkov <juri@jurta.org>
6507
6508 * info.el (Info-file-supports-index-cookies): New variable.
6509 (Info-find-node-2): Check makeinfo version for index cookie support.
6510 (Info-index-nodes): Search for nodes with index cookies only when
6511 Info-file-supports-index-cookies is t. Otherwise, search nodes
6512 with "Index" in the node name.
6513 (Info-index-node): Search index cookie in the current node only when
6514 Info-file-supports-index-cookies is t. Otherwise, check the word
6515 "Index" in the node name.
6516 (Info-find-emacs-command-nodes): Remove code that searches nodes
6517 with "Index" node name in the top menu.
6518
c7deede0
SM
65192005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6520
6521 * progmodes/scheme.el (scheme-mode-variables): Use the default
6522 comment-indent-function.
6523
6524 * faces.el (face-attribute): Handle the case where a face inherits from
6525 a non-existent face.
6526
6527 * simple.el (eval-expression-print-format): Use lisp-readable syntax
6528 for octal and hexa output, and merge the char into the paren.
6529 (kill-new): Use push.
6530 (copy-to-buffer): Use with-current-buffer.
6531 (completion-setup-function): Move code in loop to remove redundancy.
6532 (minibuffer-local-must-match-map): Don't add bindings that duplicate
6533 those inherited from minibuffer-local-completion-map.
6534
6535 * savehist.el (savehist-mode) <defcustom>:
6536 Use custom-set-minor-mode if available.
6537 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
6538 and emit a message if applicable.
6539
65402005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
6541
6542 * savehist.el: Sync up to version 19.
6543 (savehist-mode): New minor mode.
6544 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
6545 (savehist-length): Remove (use history-length instead).
6546 (savehist-file-modes): Rename from savehist-modes.
6547 (savehist-save-hook, savehist-loaded): New vars.
6548 (savehist-load): Use savehist-mode. Try to smooth up transition from
6549 old format to new format.
6550 (savehist-install): Allow savehist-autosave-interval to be nil.
6551 (savehist-save): Run the new hook. Be more careful to only trim the
6552 history variables.
6553 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
6554 (savehist-printable): Print into a buffer rather than char-by-char.
6555
769b5f0a
JW
65562005-11-01 John Wiegley <johnw@newartisans.com>
6557
c7deede0 6558 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
bff4d65f
JW
6559 toggle-ignore keybinding (C-a). The author said it had been
6560 disabled much earlier due to a possible incompatibility, but after
6561 many months of usage I have encountered no problems (and it is a
6562 rather useful option, especially for switching to " *temp*").
6563
c7deede0 6564 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
73f99a66
JW
6565 support for OS/X's AddressBook, by calling out to the open source
6566 program "contacts" (installable through Fink).
6567
6568 * net/eudc.el (eudc-expand-inline): If the
6569 `eudc-multiple-match-handling-method' is set to `all', delete the
6570 query string before inserting the query result.
6571
c7deede0 6572 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
769b5f0a
JW
6573 flag, to prevent Eshell from using the system ls when
6574 `eshell-ls-insert-directory' is in used.
6575 (eshell-ls-insert-directory): Disable font-lock in directory
6576 buffer so that Eshell's own fontification is seen. This broke
6577 recently due to changes in font-lock, so this goes back to version
6578 21 behavior.
6579
e5beba32
NR
65802005-11-01 Nick Roberts <nickrob@snap.net.nz>
6581
6582 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
6583 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
6584 (gdb-many-windows): Doc fix.
6585
ac8c0cce
RF
65862005-10-31 Romain Francoise <romain@orebokech.com>
6587
6588 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
6589
c94f08ff
DN
65902005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
6591
6592 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
6593 that global-font-lock-mode can be enabled by default.
6594
6595 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
6596 (font-lock-add-keywords, font-lock-remove-keywords)
6597 (font-lock-fontify-buffer): Remove autoload cookies.
6598
6599 * jit-lock.el (jit-lock-register): Likewise.
6600
6601 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
6602
c8010cbb
NR
66032005-10-31 Nick Roberts <nickrob@snap.net.nz>
6604
6605 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
6606 intact if there is no gud-comint-buffer.
6607
66082005-10-31 Luc Teirlinck <teirllm@auburn.edu>
6609
6610 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
6611 old prompt comint-prompt-read-only is t and GDB commands are
6612 issued from tool bar etc.
6613
9a36031f
MY
66142005-10-31 Masatake YAMATO <jet@gyve.org>
6615
6616 * vc.el (vc-directory-exclusion-list): Add "{arch}".
6617
6c060884
CY
66182005-10-30 Chong Yidong <cyd@stupidchicken.com>
6619
6620 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
6621 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
6622
55880756
MA
66232005-10-30 Michael Albinus <michael.albinus@gmx.de>
6624
6625 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
6626 starting at beginning of line. Fontification is messed up when
c7deede0
SM
6627 `open-paren-in-column-0-is-defun-start' set to t.
6628 Reported by John Paul Wallington <jpw@pobox.com>.
55880756 6629
8c633bb4
LT
66302005-10-30 Luc Teirlinck <teirllm@auburn.edu>
6631
6632 * comint.el (comint-send-input): Call `comint-update-fence' when
6633 `comint-process-echoes' and `comint-prompt-read-only' are both
6634 non-nil, to avoid leftover read-only newline.
6635
b9c5959e
RS
66362005-10-30 Richard M. Stallman <rms@gnu.org>
6637
6638 * textmodes/flyspell.el (flyspell-external-point-words):
6639 Detect when WORD can't be checked properly because
6640 flyspell-get-word finds just part of it, and move on.
6641
6642 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
6643 boundarychar for Polish.
6644 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
6645 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
6646
f3be774b
NR
66472005-10-31 Nick Roberts <nickrob@snap.net.nz>
6648
6649 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
6650 (gdb-registers-font-lock-keywords): Delete.
6651 (gdb-registers-mode): Don't fontify.
6652 (gdb-info-registers-custom): Use text properties instead as, in
6653 future, changed register values will use font-lock-warning-face.
6654 (gdb-local-font-lock-keywords): Rename to...
6655 (gdb-locals-font-lock-keywords): ...for consistency.
6656
5e7ae3bd
AS
66572005-10-30 Andre Spiegel <spiegel@gnu.org>
6658
6659 * vc.el (vc-switch-backend): Better error message if the buffer is
6660 not visiting a file under version control.
6661
6aecefa8 6662 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8c633bb4 6663
c3ab3701
CY
66642005-10-29 Chong Yidong <cyd@stupidchicken.com>
6665
6666 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
6667 ~/.emacs.d/.emacs.
6668
685abb98
RS
66692005-10-29 Richard M. Stallman <rms@gnu.org>
6670
6671 * replace.el (occur-mode-mouse-goto): Always go to other window.
6672 (occur-mode-goto-occurrence): Always switch in same window.
6673
6674 * simple.el (undo): Display message at end, not at start.
6675
6676 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
6677 New arg REUSE-CELL.
6678 (cancel-timer-internal): New function.
6679 (timer-event-handler): Use cancel-timer-internal,
6680 and pass the cell it returns to timer-activate...
6681
6682 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
6683 (jit-lock-deferred-fontify, jit-lock-context-fontify)
6684 (jit-lock-after-change): Test memory-full.
6685
dd7c6f21
RS
66862005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
6687
6688 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6689 part of the decoded armor to find the key-identifier.
6690 (pgg-gpg-lookup-key-owner): New function to return the
6691 human-readable identifier of a key owner.
6692 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6693 key itself.
6694 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6695 the key value) if we have a key and can match it against a secret
6696 key. Also, added a note pointing out fact that the prompt only
6697 indicates the first matching key.
6698
119f6f17 6699 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
dd7c6f21
RS
6700 pgg-decrypt-region.
6701 (pgg-pending-timers): A new hash for tracking the passphrase cache
6702 timers, so that new ones supercede old ones.
6703 (pgg-add-passphrase-to-cache): Rename from
6704 `pgg-add-passphrase-cache' to reduce confusion (all callers
6705 changed). Modified to cancel old timers when new ones are added.
6706 (pgg-remove-passphrase-from-cache): Rename from
6707 `pgg-remove-passphrase-cache' to reduce confusion (all callers
6708 changed). Modified to cancel old timers when their keys are
6709 removed from the cache.
6710 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6711 XEmacs, an indirection to delete-itimer.
6712 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6713 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6714 users can only check cache without risk of prompting. Correct bug in
6715 notruncate behavior.
6716 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
6717 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6718 Add informative docstrings.
6719 (pgg-decrypt): Convey provided passphrase in subordinate call to
6720 pgg-decrypt-region.
6721
6722 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6723 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6724 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
af71d4c0 6725 `passphrase' argument, so the passphrase can be managed externally
dd7c6f21
RS
6726 and then passed in to the system.
6727
6728 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
119f6f17 6729 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
dd7c6f21
RS
6730 so the passphrase cache can be used reliably with identifiers
6731 besides a pgp packet's key id.
6732
6733 * pgg-gpg.el (pgg-pgp-encrypt-region)
6734 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6735 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 6736 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
dd7c6f21
RS
6737 argument to all these routines, so the passphrase can be managed
6738 externally and passed in to the system.
6739
6740 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
af71d4c0 6741 `notruncate' argument, so the passphrase cache can be used
dd7c6f21
RS
6742 reliably with identifiers besides a pgp packet's key id.
6743
67442005-10-29 Sascha Wilde <swilde@sha-bang.de>
6745
6746 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6747 symmetric encryption.
6748 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6749 encrypted session key.
6750 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6751 message ask for the passphrase in a proper way.
6752
6753 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6754 New user commands for symmetric encryption.
6755
c390e28c
SM
67562005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
6757
6758 * textmodes/conf-mode.el (conf-assignment-sign)
6759 (conf-assignment-regexp): Fix docstrings.
6760 (conf-mode-initialize): New function.
6761 (conf-mode): Remove optional args. Use delay-mode-hooks to
6762 recognize recursive calls.
6763 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
6764 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
6765 (conf-xdefaults-mode): Use define-derived-mode and
6766 conf-mode-initialize.
6767
1cf586a4
RF
67682005-10-29 Romain Francoise <romain@orebokech.com>
6769
6770 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
6771
feb2f364
EZ
67722005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
6773
c390e28c
SM
6774 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6775 part of the decoded armor to find the key-identifier.
feb2f364
EZ
6776 (pgg-gpg-lookup-key-owner): New function to return the
6777 human-readable identifier of a key owner.
6778 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6779 key itself.
6780 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6781 the key value) if we have a key and can match it against a secret
6782 key. Also, added a note pointing out fact that the prompt only
6783 indicates the first matching key.
6784
119f6f17 6785 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
feb2f364
EZ
6786 pgg-decrypt-region.
6787 (pgg-pending-timers): A new hash for tracking the passphrase cache
6788 timers, so that new ones supercede old ones.
c390e28c 6789 (pgg-add-passphrase-to-cache): Rename from
feb2f364
EZ
6790 `pgg-add-passphrase-cache' to reduce confusion (all callers
6791 changed). Modified to cancel old timers when new ones are added.
c390e28c 6792 (pgg-remove-passphrase-from-cache): Rename from
feb2f364
EZ
6793 `pgg-remove-passphrase-cache' to reduce confusion (all callers
6794 changed). Modified to cancel old timers when their keys are
6795 removed from the cache.
6796 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6797 XEmacs, an indirection to delete-itimer.
c390e28c
SM
6798 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6799 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6800 users can only check cache without risk of prompting. Correct bug in
feb2f364
EZ
6801 notruncate behavior.
6802 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
c390e28c
SM
6803 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6804 Add informative docstrings.
feb2f364
EZ
6805 (pgg-decrypt): Convey provided passphrase in subordinate call to
6806 pgg-decrypt-region.
6807
af71d4c0 68082005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
feb2f364
EZ
6809
6810 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6811 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6812 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
af71d4c0 6813 `passphrase' argument, so the passphrase can be managed externally
feb2f364
EZ
6814 and then passed in to the system.
6815
6816 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
119f6f17 6817 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
feb2f364
EZ
6818 so the passphrase cache can be used reliably with identifiers
6819 besides a pgp packet's key id.
6820
6821 * pgg-gpg.el (pgg-pgp-encrypt-region)
6822 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6823 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 6824 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
feb2f364
EZ
6825 argument to all these routines, so the passphrase can be managed
6826 externally and passed in to the system.
6827
6828 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
af71d4c0 6829 `notruncate' argument, so the passphrase cache can be used
feb2f364
EZ
6830 reliably with identifiers besides a pgp packet's key id.
6831
68322005-10-29 Sascha Wilde <swilde@sha-bang.de>
6833
6834 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6835 symmetric encryption.
6836 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6837 encrypted session key.
6838 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6839 message ask for the passphrase in a proper way.
6840
6841 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6842 New user commands for symmetric encryption.
6843
5c825567
BW
68442005-10-28 Bill Wohler <wohler@newt.com>
6845
af71d4c0 6846 * help-mode.el (help-url): New button type. Calls browse-url.
5c825567
BW
6847 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
6848 Similar to Info nodes: URL `url'.
6849 (help-make-xrefs): Create help-url buttons for
6850 help-xref-url-regexp matches.
6851
147ebaca
NR
68522005-10-29 Nick Roberts <nickrob@snap.net.nz>
6853
6854 * tool-bar.el (tool-bar-add-item-from-menu)
6855 (tool-bar-local-item-from-menu): Fix doc strings.
6856
059a552c
RF
68572005-10-28 Romain Francoise <romain@orebokech.com>
6858
6a9e60bc
RF
6859 * ldefs-boot.el: Update.
6860
059a552c
RF
6861 * subr.el (locate-library): Move from help-fns.el.
6862 * help-fns.el (locate-library): Move to subr.el.
6863
8cee983d
RS
68642005-10-28 Richard M. Stallman <rms@gnu.org>
6865
6866 * net/tramp.el (tramp-completion-mode): defvar moved up.
6867
6868 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
6869
6870 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
6871
6872 * files.el (find-file-noselect): Use %d to format large file size.
6873
107fb6c9 6874 * bindings.el (mode-line-format): Add %e.
8cee983d
RS
6875
6876 * loadup.el ("facemenu"): Load unconditionally.
6877 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
6878 ("x-dnd"): Load, when appropriate.
6879
6880 * startup.el (command-line): Call before-init-hook earlier.
6881 Warn about some bad characters in -u user name.
6882
6883 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
6884 (flyspell-external-point-words): Error if misspelled word is not found.
6885 Set flyspell-large-region-beg at end of word.
059a552c 6886
a312f214
AS
68872005-10-28 Andreas Schwab <schwab@suse.de>
6888
c390e28c
SM
6889 * view.el (View-revert-buffer-scroll-page-forward):
6890 Use view-page-size-default.
a312f214 6891
895725e1
JL
68922005-10-28 Juri Linkov <juri@jurta.org>
6893
6894 * international/quail.el (quail-get-current-str): Translate last
6895 raw character for deterministic input methods.
6896
887ec6f1
JB
68972005-10-27 Jay Belanger <belanger@truman.edu>
6898
6899 * calc/calc-ext.el: Add functions to autoloads.
6900 (math-identity-matrix-p, math-ident-row-p): New functions.
6901
6902 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
6903 multiplication by an identity matrix; don't turn multiplication by
6904 an inverse matrix into division.
af71d4c0 6905 (math-div-symbol-fancy): Replace division by matrices with
887ec6f1
JB
6906 multiplication by inverse.
6907
6908 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
6909
6910 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
6911 (calc-writeoutpower): New functions.
6912
2d29381c
RF
69132005-10-27 Romain Francoise <romain@orebokech.com>
6914
1e0ab2f0
RF
6915 * replace.el (occur-engine): Include colon in mouse-face highlight.
6916
2d29381c
RF
6917 * dired-x.el: Change Maintainer field.
6918
a145b41c
CY
69192005-10-26 Chong Yidong <cyd@stupidchicken.com>
6920
6921 * longlines.el (longlines-mode): Bind after-change-functions to
6922 nil during initial decoding and final encoding.
6923
51d96f88
DN
69242005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6925
6926 * term.el (term-emulate-terminal, term-handle-colors-array)
6927 (term-handle-ansi-escape): Specify the terminfo capabilities
6928 implemented.
6929
d75baf12
RS
69302005-10-26 Richard M. Stallman <rms@gnu.org>
6931
6932 * info.el (Info-fontify-node): Fix detection of sentence-break
6933 before *Note.
6934
9700a45f
RF
69352005-10-26 Romain Francoise <romain@orebokech.com>
6936
d75baf12 6937 * smerge-mode.el: Add `tools' to file keywords.
9700a45f 6938
14924bb1
NR
69392005-10-26 Nick Roberts <nickrob@snap.net.nz>
6940
6941 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
6942 when the fringe is not available.
6943
6944 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
6945 (def-gdb-auto-update-trigger): Simplify construction.
6946 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
6947 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
6948 defined explicitly.
6949 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
6950 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
6951 defined explicitly.
6952 (gdb-info-locals-custom): Remove as it's a no-op.
6953
e7b382ed
CY
69542005-10-25 Chong Yidong <cyd@stupidchicken.com>
6955
6956 * longlines.el (longlines-mode): Remove narrowing before
6957 performing the initial decoding or final encoding.
6958
53aaf457
RF
69592005-10-25 Romain Francoise <romain@orebokech.com>
6960
6961 * emacs-lisp/find-func.el (find-library-name): Also strip
6962 extension if library name ends in .el, to take advantage of
6963 `find-library-suffixes'.
6964
8e7af2c6
RS
69652005-10-25 Richard M. Stallman <rms@gnu.org>
6966
6967 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
6968
f344e9d2
JL
69692005-10-25 Juri Linkov <juri@jurta.org>
6970
6971 * textmodes/texinfo.el (texinfo-mode): Change charset of one
6972 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
6973
47b5f6d6
SM
69742005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
6977 (blackbox-redefine-key): Add argument `map'.
6978
6979 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
6980 regions when moving the jit-lock-context-unfontify-pos boundary.
6981
2e167dc4
RS
69822005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6983
c390e28c 6984 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
2e167dc4 6985
fc50a3be
MY
69862005-10-25 Masatake YAMATO <jet@gyve.org>
6987
6988 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
6989
35b1f2e9
EZ
69902005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
6991
6992 * play/blackbox.el (blackbox-redefine-key): New function.
6993 (blackbox-mode-map): Use it to remap existing bindings for cursor
6994 motion instead of binding literal keys.
6995
3e99f6ee
GM
69962005-10-25 Glenn Morris <rgm@gnu.org>
6997
6998 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
6999 diary does not end in a newline. Do not assume a blank line at
7000 the start of the diary file.
7001
1f1ce6ab
KH
70022005-10-25 Kenichi Handa <handa@m17n.org>
7003
7004 * international/quail.el (quail-translate-key): If the input
7005 method is deterministic and failed to handle the last key, restart
7006 the key handling loop from an appropriate key.
7007
ead91593
MA
70082005-10-25 Michael Albinus <michael.albinus@gmx.de>
7009
7010 * vc.el (vc-dired-mode): Extend comment for binding of
7011 `directory-listing-before-filename-regexp'.
7012
bc6785f3
SM
70132005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7014
7015 * textmodes/texinfo.el (texinfo-mode):
7016 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
7017 not to unnecessarily expose emacs-mule's internal char codes.
7018
56da68fc
NR
70192005-10-25 Nick Roberts <nickrob@snap.net.nz>
7020
e29a4981
NR
7021 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
7022 Display hand pointer and help-echo on disabled icon too.
7023 (gdb-mouse-until): New function.
7024 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
56da68fc 7025
24bdbffe
CY
70262005-10-24 Chong Yidong <cyd@stupidchicken.com>
7027
7028 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
7029 with 2005-10-23 change to doctor.el.
7030
7031 * finder.el (finder-mode-map): Add follow-link binding.
7032
47ab3ac3
KS
70332005-10-25 Kim F. Storm <storm@cua.dk>
7034
7035 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
7036 to gdb-mouse-toggle-breakpoint-fringe.
7037 (gdb-mouse-toggle-breakpoint-margin): Rename from
af71d4c0 7038 gdb-mouse-toggle-breakpoint. Fix doc.
47ab3ac3
KS
7039 (gdb-mouse-toggle-breakpoint-fringe): New defun.
7040 (gdb-put-string): Add optional SPROPS arg. Add props to string.
7041 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7042 string properties also for fringe breakpoint bitmaps.
7043
6bcf30dc
CD
70442005-10-24 Carsten Dominik <dominik@science.uva.nl>
7045
bc6785f3 7046 * textmodes/org.el (org-start-icalendar-file): Fix format form.
6bcf30dc 7047
dc447cc5
MY
70482005-10-25 Masatake YAMATO <jet@gyve.org>
7049
567ecdfb
SM
7050 * simple.el (completion-common-substring):
7051 Use `completion-common-substring' prior to `completion-base-size'.
7052
70532005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
7054
7055 * savehist.el: Require CL while compiling.
7056 (savehist-history-variables): Remove.
7057 (savehist-save-minibuffer-history, savehist-additional-variables)
7058 (savehist-minibuffer-history-variables): New vars.
7059 (savehist-save): Use them.
7060 (savehist-uninstall, savehist-minibuffer-hook): New funs.
7061 (savehist-install): New fun, extracted from savehist-load.
7062 (savehist-load): Use them.
7063
70642005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7065
7066 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7067 a dummy doc-string-elt property.
7068 (defalias, defvaralias, define-category): Add a docstring property.
7069
7070 * image.el (defimage):
7071 * widget.el (define-widget):
7072 * custom.el (defface, defcustom): Add `doc-string' declaration.
7073
7074 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7075 (defadvice): Add `doc-string' declaration.
7076
7077 * emacs-lisp/byte-run.el (macro-declaration-function):
7078 Handle `doc-string' declarations.
7079 (define-obsolete-function-alias, define-obsolete-variable-alias):
7080 Add `doc-string' declaration.
dc447cc5 7081
1cbe1e4b
KH
70822005-10-24 Kenichi Handa <handa@m17n.org>
7083
31a8d39f
KH
7084 * international/utf-7.el (utf-7): Add autoload cookie.
7085
1cbe1e4b
KH
7086 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7087
28e48287
EZ
70882005-10-24 Eli Zaretskii <eliz@gnu.org>
7089
81293113
EZ
7090 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7091 list of directories passed to batch-update-autoloads. Add "." to
7092 the list of the echoed directories.
7093
28e48287
EZ
7094 * pgg-def.el:
7095 * pgg-gpg.el:
7096 * pgg-parse.el:
7097 * pgg-pgp.el:
7098 * pgg-pgp5.el:
7099 * pgg.el: Moved here from the gnus subdirectory.
7100
11422095
NR
71012005-10-24 Nick Roberts <nickrob@snap.net.nz>
7102
7103 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7104 in case comint-prompt-read-only is set to t.
7105
7106 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7107 in case comint-prompt-read-only is set to t.
7108
ad1eff1b
GM
71092005-10-24 Ulf Jasper <ulf.jasper@web.de>
7110
567ecdfb
SM
7111 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7112 Now a string.
7113 (icalendar-import-format): Handle CLASS, STATUS, URL.
7114 Rename `subject' to `summary'.
ad1eff1b
GM
7115 (icalendar-import-format-summary): Rename from
7116 `icalendar-import-format-subject'.
7117 (icalendar-import-format-url, icalendar-import-format-status)
7118 (icalendar-import-format-class): New variables.
7119 (icalendar--rris): Take variable argument list.
7120 (icalendar--datestring-to-isodate): Remove unnecessary
567ecdfb 7121 calendar-style check when converting dates with explicit month names.
ad1eff1b
GM
7122 (icalendar-export-region): Change return type of conversion
7123 subroutines. Bury current buffer unless error occurred.
7124 (icalendar--convert-to-ical)
7125 (icalendar--parse-summary-and-rest): New functions.
7126 (icalendar--convert-ordinary-to-ical)
7127 (icalendar--convert-weekly-to-ical)
7128 (icalendar--convert-yearly-to-ical)
7129 (icalendar--convert-block-to-ical)
7130 (icalendar--convert-cyclic-to-ical)
7131 (icalendar--convert-anniversary-to-ical): Change return type.
7132 Strip trailing blanks from subject.
7133 (icalendar--convert-sexp-to-ical): Change return type.
7134 Strip trailing blanks from subject. Handle simple sexp
7135 entries as generated by icalendar.el.
7136 (icalendar--convert-float-to-ical)
567ecdfb 7137 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
ad1eff1b
GM
7138 (icalendar-import-file): Doc fix.
7139 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
7140 Correct call to icalendar--rris.
7141 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
7142 `summary'.
7143 (icalendar--add-diary-entry): Rename `subject' to `summary'.
7144
c7cad90c
RF
71452005-10-24 Romain Francoise <romain@orebokech.com>
7146
cbfc02e4
RF
7147 * server.el (server-sentinel): Set query-on-exit flag to nil on
7148 new client processes (it isn't inherited from the server process).
7149
c7cad90c
RF
7150 * replace.el (occur-engine): Rearrange text properties.
7151
7c5ba0d2
SM
71522005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7153
7154 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
7155 case-fold-search is nil.
7156 (debug-help-follow): Use help-xref-interned directly.
7157
3a20e510
CY
71582005-10-23 Chong Yidong <cyd@stupidchicken.com>
7159
7160 * thumbs.el (thumbs-image-type): Add .pbm.
7161
24c324f9
RS
71622005-10-23 Richard M. Stallman <rms@gnu.org>
7163
1df64254
RS
7164 * faces.el (inhibit-face-set-after-frame-default): New variable.
7165 (set-face-attribute): Bind it.
7166 (face-set-after-frame-default): Test it.
7167
6a897887
RS
7168 * help-fns.el (describe-simplify-lib-file-name): New function.
7169 (describe-function-1, describe-variable): Use it.
7170
7171 * faces.el (describe-face): Use describe-simplify-lib-file-name.
7172
24c324f9
RS
7173 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
7174 Eliminate nil as possible value.
7175 (tooltip-hide-delay): Reduce internal-border-width.
7176
7177 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
7178 (menu-bar-file-menu) <new-file>: Likewise.
7179
7180 * simple.el (line-move-finish): Ignore fields computing LINE-END.
7181
96664fc0 7182 * international/mule.el (load-with-code-conversion):
24c324f9
RS
7183 Pass full file name to `eval-buffer' unless preloading.
7184
7185 * textmodes/flyspell.el (flyspell-large-region):
7186 Call ispell-check-version.
7187
96664fc0 7188 * textmodes/ispell.el (ispell-local-dictionary-overridden):
24c324f9
RS
7189 Fix the make-variable-buffer-local call that was supposed
7190 to be for this variable.
7191 (ispell-aspell-supports-utf8): Doc fix.
7192 (ispell-find-aspell-dictionaries): Preserve elements of
7193 ispell-dictionary-alist for dictionaries that aspell doesn't report.
7194 (ispell-aspell-find-dictionary): Return nil on error.
7195
7196 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
7197 (doctor-symptoms): Likewise.
7198
7199 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
7200
87911bdb
CY
72012005-10-23 Chong Yidong <cyd@stupidchicken.com>
7202
7203 * cus-edit.el (custom-button, custom-button-pressed): New vars.
7204 (custom-raised-buttons): Add :set spec.
567ecdfb
SM
7205 (custom-button-unraised, custom-button-pressed-unraised):
7206 New faces, so that custom-raised-buttons actually does something.
87911bdb
CY
7207 (custom-mode): Use custom-button and custom-button-pressed.
7208
7209 * wid-edit.el (widget-specify-button): Don't ignore
7210 widget-mouse-face on graphic terminals.
7211 (widget-move-and-invoke): Cleanup.
7212
04f0adee
TTN
72132005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
7214
7215 * whitespace.el (whitespace-cleanup): Doc fix.
7216
90066cb5
RF
72172005-10-23 Romain Francoise <romain@orebokech.com>
7218
7219 * emulation/viper.el (viper-set-hooks): Quote forms passed to
7220 `eval-after-load' to avoid evaluating their result.
7221
9bc260cf
MA
72222005-10-23 Michael Albinus <michael.albinus@gmx.de>
7223
567ecdfb
SM
7224 * files.el (directory-listing-before-filename-regexp):
7225 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9bc260cf 7226
567ecdfb
SM
7227 * dired.el (dired-move-to-filename-regexp): Remove.
7228 All occurences replaced by `directory-listing-before-filename-regexp'.
9bc260cf 7229
567ecdfb
SM
7230 * dired-x.el, locate.el, vc.el:
7231 Replace `dired-move-to-filename-regexp' by
9bc260cf
MA
7232 `directory-listing-before-filename-regexp'. In vc.el it is
7233 overwritten locally; maybe this can be handled in files.el too.
7234
567ecdfb 7235 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9bc260cf
MA
7236 replaced by `directory-listing-before-filename-regexp'.
7237
9f40e1d5
AS
72382005-10-23 Andreas Schwab <schwab@suse.de>
7239
7240 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
7241 and eval-next-after-load.
7242
4bdce438
RF
72432005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7244
7245 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
7246 exist, create it.
7247
0949617b
EZ
72482005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
7249
96664fc0 7250 * allout.el: Remove autoloads for mailcrypt and crypt++.
0949617b
EZ
7251 Require pgg, pgg-gpg during compilation.
7252 (allout-version): Increment version number to 2.1, and use a literal
96664fc0
KS
7253 rather than RCS Id.
7254 (allout-default-encryption-scheme): Remove.
7255 (allout-passphrase-verifier-handling)
7256 (allout-passphrase-verifier-string)
7257 (allout-file-passphrase-verifier-string)
7258 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
7259 (allout-passphrase-hint-handling): Rename and simplify.
0949617b
EZ
7260 (allout-init): Use `find-file-hook' if available, otherwise
7261 `find-file-hooks'.
7262 (allout-mode): Use `write-file-functions' if available, otherwise
7263 `local-write-file-hooks' and, instead of making auto-save-hook
7264 buffer local, make the write-file-hook activity contingent to
7265 allout-mode.
96664fc0 7266 (allout-mode): Use key-binding substitution in the docstring.
0949617b
EZ
7267 (allout-kill-line): Spell-out kill ring data structure mutation
7268 instead of using byte-compiler-complaint-provoking `pop'.
7269 (allout-insert-listified): Use `insert' rather than `insert-string'
96664fc0
KS
7270 (allout-toggle-current-subtree-encryption): Update docstring, adjust
7271 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
0949617b
EZ
7272 (allout-encrypt-string): Totally revamped vis new underlying
7273 encryption facilities.
96664fc0 7274 (allout-mc-activate-passwd): Remove.
0949617b
EZ
7275 (allout-obtain-passphrase): New, more or less replaces
7276 allout-mc-activate-passwd.
7277 (allout-encrypted-key-info): More or less replaces
7278 allout-encrypted-text-type.
7279 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
96664fc0 7280 (my-mark-marker): Use `(featurep 'xemacs)'.
0949617b 7281
af71d4c0 72822005-10-23 Lars Hansen <larsh@soem.dk>
0949617b 7283
96664fc0 7284 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4ec5239c
LH
7285 (byte-compile-file-form-defmumble, byte-compile-defun)
7286 (byte-compile-defmacro): Use it.
7287 (byte-compile-form): Don't call byte-compile-set-symbol-position
7288 when a byte-compile handler is called.
7289
e8fbc5e0
RF
72902005-10-22 Romain Francoise <romain@orebokech.com>
7291
02c583a4
RF
7292 * savehist.el (savehist-history-variables): Add `grep-find-history'.
7293
e8fbc5e0
RF
7294 * subr.el (eval-after-load): Convert library name to an absolute
7295 file name using locate-library, since load-history no longer has
7296 library names in it.
7297
41e7ed3a
RS
72982005-10-22 Richard M. Stallman <rms@gnu.org>
7299
567ecdfb
SM
7300 * files.el (make-temp-file): Move from subr.el.
7301 * subr.el (make-temp-file): Move to files.el.
e8fbc5e0 7302
567ecdfb
SM
7303 * window.el (get-buffer-window-list): Move from subr.el.
7304 * subr.el (get-buffer-window-list): Move to window.el.
db5fe0a6 7305
41e7ed3a
RS
7306 * image.el (image-load-path): Use eval-at-startup to initialize.
7307
7308 * subr.el (eval-at-startup): New macro.
7309
7310 * subr.el: Much rearrangement of functions and division
7311 into pages. No code changes.
7312
c286104c
KH
73132005-10-22 Kenichi Handa <handa@m17n.org>
7314
7315 * tar-mode.el (tar-extract): Be sure to call
7316 find-operation-coding-system if set-auto-coding doesn't find a
7317 coding system.
7318
76b581f2
KS
73192005-10-22 Kim F. Storm <storm@cua.dk>
7320
7321 * image.el (image-type-header-regexps): Rename from image-type-regexps.
7322 Change users.
7323 (image-type-file-name-regexps): New defconst.
7324 (image-type-from-data): Simplify loop.
7325 (image-type-from-buffer): New defun.
7326 (image-type-from-file-header): Use it instead of image-type-from-data.
7327 Use image-search-load-path instead of only looking in data-directory.
7328 (image-type-from-file-name): New defun.
567ecdfb
SM
7329 (image-search-load-path): Change `pathname' to `filename'.
7330 Make PATH arg optional, default to image-load-path.
76b581f2 7331
bb66398d
RS
73322005-10-21 Richard M. Stallman <rms@gnu.org>
7333
7334 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
7335
7336 * textmodes/paragraphs.el (sentence-end-base): New variable.
7337 (sentence-end): Use sentence-end-base.
7338
5ae158bf
SM
73392005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7340
7341 * font-lock.el (font-lock-default-fontify-region): Check the multiline
7342 property independently from the font-lock-multiline variable.
7343
45158e77
RS
73442005-10-21 Richard M. Stallman <rms@gnu.org>
7345
7346 * emacs-lisp/find-func.el (find-library-name): Doc fix.
7347
7348 * startup.el (command-line): Convert library names
7349 in `load-history' to absolute file names.
7350
7351 * subr.el (symbol-file): Doc fix.
7352
7353 * loadhist.el (file-loadhist-lookup): Call locate-library
7354 instead of find-library-name. Don't try converting
7355 abs file names to library names, since load-history no longer
7356 has library names in it.
7357 (file-dependents, file-provides, file-requires): Doc fixes.
7358
2ac050ce
JL
73592005-10-21 Juri Linkov <juri@jurta.org>
7360
7361 * progmodes/etags.el (tags-table-mode): New function.
7362 (tags-verify-table): Replace initialize-new-tags-table with
7363 tags-table-mode.
7364
7365 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
7366 default value.
7367 (desktop-modes-not-to-save): Add tags-table-mode to the
7368 default value.
7369
7370 * info.el (Info-index-next): Add total number of index
7371 alternatives to the message.
7372
7373 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
7374 backward only space (instead of space and period) before looking
7375 at sentence end.
7376
7377 * simple.el (set-variable): Use user-variable-p instead of symbolp.
7378 Add the old variable value as 4th default-value arg of read-string.
7379
bb9404d6
YM
73802005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7381
7382 * cus-face.el (custom-declare-face): Make face from X resources
7383 also on Mac.
7384
7385 * disp-table.el (standard-display-g1, standard-display-graphic):
7386 Refuse to use string glyphs also on Mac.
7387 (standard-display-european): Don't set terminal coding system also
7388 on Mac.
7389
7390 * frame.el (display-screens): Use x-display-screens also on Mac.
7391
b71cef5c
RF
73922005-10-21 Romain Francoise <romain@orebokech.com>
7393
7394 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
7395
1712cca5
SM
73962005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7397
7398 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
7399 and $? into sexps.
7400
7401 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
7402 warning face on open-paren-in-column-0.
7403
7404 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
7405 boundary case. Fix typo.
7406 Suggested by Martin Rudalics <rudalics@gmx.at>.
7407
50031d0d
CD
74082005-10-21 Carsten Dominik <dominik@science.uva.nl>
7409
30c02925 7410 * textmodes/org.el (org-combined-agenda-icalendar-file)
1712cca5 7411 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
50031d0d
CD
7412 (org-export-icalendar-this-file)
7413 (org-export-icalendar-all-agenda-files)
7414 (org-export-icalendar-combine-agenda-files): New commands.
7415 (org-export-icalendar, org-print-icalendar-entries)
7416 (org-start-icalendar-file, org-finish-icalendar-file)
7417 (org-ical-ts-to-string): New functions.
7418 (org-read-date, org-goto-calendar)
7419 (org-agenda-goto-calendar): Inhibit displaying diary entries by
7420 call to `calendar'.
1712cca5 7421 (orgtbl-setup): Remove the :keys arguments from the menu description.
50031d0d
CD
7422 (org-after-save-iCalendar-file-hook): New variable.
7423
dfa1cd4d
KH
74242005-10-21 Kenichi Handa <handa@m17n.org>
7425
7426 * language/vietnamese.el (tcvn-5712): Make it an alias of
7427 vietnamese-tcvn coding-system.
7428
6e967b19
MA
74292005-10-20 Michael Albinus <michael.albinus@gmx.de>
7430
7431 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
7432 group id is given.
7433
1712cca5
SM
74342005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7435
7436 * progmodes/sh-script.el (sh-escaped-line-re): New var.
7437 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
7438 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
7439 whose line is either continued or ends with a comment.
7440
4bfa31ba
RF
74412005-10-20 Romain Francoise <romain@orebokech.com>
7442
7443 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
7444
7445 * replace.el (occur-engine): Add follow-link property.
7446
7447 * font-core.el (font-lock-mode): Doc fix.
7448
10625c3c
RS
74492005-10-20 Richard M. Stallman <rms@gnu.org>
7450
7451 * net/rcirc.el: New file.
7452
a12ba300
EZ
74532005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
7454
7455 * term.el (term-term-name): Initialize to "eterm-color".
7456
ce13796f
EZ
74572005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
7458
ce13796f
EZ
7459 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
7460 for encryption functionality.
47888c87 7461 Move allout customization subgroup from `editing' to `outlines' group.
119f6f17 7462 Fix commentary keywords to legitimate ones.
47888c87 7463 Update author info (using my current email address, obscurified).
ce13796f
EZ
7464 (allout-encrypt-string, allout-encryption-produce-work-buffer)
7465 (allout-encrypted-topic-p, allout-encrypted-text-type)
7466 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
7467 (allout-situate-encryption-key-verifier)
7468 (allout-get-encryption-key-verifier, allout-verify-key)
7469 (allout-next-topic-pending-encryption)
47888c87 7470 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
ce13796f
EZ
7471 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
7472 (outline-key-verifier-handling, outline-key-hint-handling)
7473 (outline-encrypt-unencrypted-on-saves): New defcustoms.
7474 (allout-file-key-verifier-string, allout-encryption-scheme)
7475 (allout-key-verifier-string, allout-key-hint-string)
7476 (allout-after-save-decrypt): New variables.
7477 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
7478 (allout-after-saves-handler): New hook functions.
7479 (allout-post-command-business): Do allout-after-save-decrypt.
7480 (allout-enable-file-variable-adjustment): Custom var to enable
7481 mechanism for adding and adjusting settings of Emacs file variables.
47888c87
KS
7482 (allout-adjust-file-variable, allout-file-vars-section-data):
7483 New functions, implement the mechanism.
ce13796f
EZ
7484 (outlineify-sticky): Use the file vars mechanism.
7485 (allout-inhibit-protection, allout-during-write-cue)
47888c87
KS
7486 (allout-override-protect, allout-before-change-protect): Remove.
7487 (allout-flag-region, allout-open-topic): Adjust read-only text.
7488 (allout-open-line-not-read-only): Add to facilitate read-only
ce13796f 7489 text based protection.
47888c87 7490 (allout-kill-line): Revise to adjust read-only text, clue the
ce13796f 7491 user about the inhibition.
47888c87 7492 (allout-unprotected): Use unwind-protect.
ce13796f
EZ
7493 (allout-shift-in, allout-shift-out): Disallow manually shifting a
7494 topic deeper than the offspring depth of the previous topic -
7495 avoiding confusing "containment discontinuities".
47888c87 7496 (allout-reindent-bodies): Fix retention of body relative hanging
ce13796f 7497 indent during promotion of collapsed bodies.
47888c87 7498 (allout-open-topic): Make it easy to open new topic with same
ce13796f
EZ
7499 bullet as current topic - topic creation functions provided with
7500 any universal argument provokes now prompt for bullet, defaulting
7501 to the bullet of the previous topic.
7502 (allout-plain-bullets-string, allout-distinctive-bullets-string):
119f6f17 7503 Plain bullet alternates `.' period and `,' comma only. All other
ce13796f 7504 bullets are relegated to special status (but customizable).
119f6f17 7505 (allout-end-of-entry): Rename from allout-end-of-current-entry
ce13796f
EZ
7506 since it actually operates w.r.t. most immediately containing
7507 entry, visible or not.
7508 (allout-hide-current-entry, allout-show-current-entry): Use the
7509 revised version.
7510 (allout-old-expose-topic): Solidify deprecation.
47888c87 7511 (allout-end-of-subtree): Add so we can span concealed as well
ce13796f
EZ
7512 as visible topics.
7513 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
47888c87
KS
7514 (allout-end-of-current-heading): Tweak to just respect the first line.
7515 (allout-get-body-text): Add.
ce13796f
EZ
7516 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
7517 when invoked interactively.
7518 (allout-up-current-level): Use `interactive-p'.
7519 (allout-mode, allout-init): Miscellaneous docstring and
7520 operational refinements, as well as hookups of new encryption stuff.
7521 (allout-beginning-of-current-entry): Now works as advertised.
47888c87
KS
7522 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
7523 (allout-isearch-rectification): Refine condition for isearching.
7524 (allout-isearch-abort, allout-enwrap-isearch)
7525 (allout-flag-region, my-region-active-p): Relocate some macros.
119f6f17
RS
7526 (allout-title): Fallback title is (buffer-name), not
7527 non-existing (current-buffer-name).
ce13796f 7528 (subst-char-in-string): Define if absent (for some XEmacs versions).
ce13796f 7529
214d5640
EZ
75302005-10-20 Jari Aalto <jari.aalto@cante.net>
7531
7532 * mail/sendmail.el (mail-setup-hook, mail-aliases)
7533 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
7534 (mail-citation-prefix-regexp, mail-signature-file)
7535 (mail-default-headers, mail-bury-selects-summary)
7536 (mail-send-nonascii): Add autoload cookies.
7537
ad9c16d3
EZ
75382005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7539
7540 * frame.el (blink-cursor-mode): Add `mac' to the list of
7541 window-system's that support blinking cursor.
7542
8198ba6e
RS
75432005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
7544
1712cca5 7545 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8198ba6e 7546
a5f271ab
EZ
75472005-10-20 Eli Zaretskii <eliz@gnu.org>
7548
1712cca5
SM
7549 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
7550 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
a5f271ab
EZ
7551 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
7552
e50165ec
KS
75532005-10-20 Kim F. Storm <storm@cua.dk>
7554
7555 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
7556 (ido-set-current-directory): Don't add / after final @.
7557 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
7558 Explicitly handle ange-ftp completion oddities.
7559 (ido-make-file-list): Don't rotate list at tramp root to avoid
7560 triggering tramp file handler for expand-file-name via get-file-buffer.
7561
1712cca5
SM
75622005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7563
1712cca5
SM
7564 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
7565
cf39c182
JB
75662005-10-19 Jay Belanger <belanger@truman.edu>
7567
7568 * calc/calc-units.el (math-standard-units): Add units, adjust
7569 symbols and update values.
af71d4c0 7570 (math-unit-prefixes): Add more prefixes.
cf39c182 7571
37789292
RF
75722005-10-19 Romain Francoise <romain@orebokech.com>
7573
7574 * bookmark.el (bookmark-menu-heading): New face.
7575 (bookmark-bmenu-list): Use it.
7576 Don't fiddle with `baud-rate' at top-level.
7577
8646a62e
CY
75782005-10-18 Chong Yidong <cyd@stupidchicken.com>
7579
7580 * image.el (create-image, find-image): Mention max-image-size in
7581 docstring.
7582
d902d95e
SM
75832005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7584
1712cca5
SM
7585 * savehist.el (savehist-load): Revert to checking XEmacs.
7586
d902d95e
SM
7587 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
7588 Various docstring and line-width fixups.
7589 (conf-mode): Use cond.
7590 Set font-lock-defaults. Don't set comment-use-syntax.
7591
93883b09
DP
75922005-10-18 David Ponce <david@dponce.com>
7593
7594 * tree-widget.el (tree-widget-button-click): New function.
7595 (tree-widget-button-keymap): Use it.
7596
57eb2e24
RF
75972005-10-18 Romain Francoise <romain@orebokech.com>
7598
ee9791af
RF
7599 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7600 (bookmark-bmenu-hide-filenames): Add follow-link property.
8b1b6461 7601 Improve help-echo text.
ee9791af 7602
57eb2e24
RF
7603 * ffap.el (find-file-at-point): Doc fix.
7604
bcbdafce
YM
76052005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7606
7607 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
7608
283780dc
MY
76092005-10-18 Masatake YAMATO <jet@gyve.org>
7610
ab945c47 7611 Install to the CVS repository what I forgot to install in my
283780dc
MY
7612 2005-10-16 changes.
7613
7614 * progmodes/python.el (python-complete-symbol): Pass the common
7615 prefix substring of completion to `display-completion-list'.
7616
7617 * textmodes/org.el (org-complete): Ditto.
7618
50071f01
MY
76192005-10-18 Masatake YAMATO <jet@gyve.org>
7620
7621 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
ab945c47 7622
50071f01
MY
7623 * woman.el (WoMan-xref-man-page): New button type derived
7624 from `Man-abstract-xref-man-page'.
ab945c47 7625 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
cafc272c 7626
50071f01
MY
7627 * man.el (Man-abstract-xref-man-page): New button type.
7628 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
ab945c47 7629 (Man-highlight-references): Add new optional argument `xref-man-type'.
50071f01
MY
7630
76312005-10-18 Nick Roberts <nickrob@snap.net.nz>
ab945c47 7632
cafc272c
NR
7633 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
7634
e6038ca3
CY
76352005-10-17 Chong Yidong <cyd@stupidchicken.com>
7636
d902d95e 7637 * cus-edit.el (Custom-move-and-invoke): Delete.
e6038ca3
CY
7638 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
7639
7640 * wid-edit.el (widget-move-and-invoke): New function, from
7641 Custom-move-and-invoke.
7642
ffda926c
BW
76432005-10-17 Bill Wohler <wohler@newt.com>
7644
d902d95e
SM
7645 Move all remaining images from lisp/toolbar to etc/images, move
7646 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
7647 the low resolution images in their own directory (low-color).
ffda926c 7648
af71d4c0
JB
7649 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
7650 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
7651 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
7652 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
7653 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
7654 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
d902d95e
SM
7655 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
7656
7657 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
7658 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
7659 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
7660 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
7661 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
7662 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
7663 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
7664 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
7665 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
7666 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
7667 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
7668 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
7669 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
7670 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
7671 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
7672
7673 To conform with convention, replace the underscore (_) in the
7674 following image names with dash (-) or (/) as appropriate.
7675
7676 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
7677 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
7678 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
7679 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
7680 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
7681 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
7682 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
7683 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
7684 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
7685 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
7686 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
7687 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
7688 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
7689 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
7690 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
7691
7692 * info.el (info-tool-bar-map): Replace underscores in image names
ffda926c
BW
7693 with dashes.
7694
d902d95e 7695 * makefile.w32-in (WINS): Remove toolbar.
ffda926c 7696
d902d95e 7697 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
ffda926c 7698
d902d95e
SM
7699 * tool-bar.el: Move to lisp from toolbar. Now that
7700 toolbar is empty, it should be deleted when folks run "cvs up -P".
ffda926c 7701
3c4f0698
JB
77022005-10-18 Jay Belanger <belanger@truman.edu>
7703
cf39c182 7704 * calc/calc-store.el (calc-store-into): Get the proper variable name
3c4f0698
JB
7705 to display in message.
7706
425fbda6
NR
77072005-10-18 Nick Roberts <nickrob@snap.net.nz>
7708
7709 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
7710 expressions display in speedbar for all buffers when debugging.
1712cca5 7711 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
425fbda6
NR
7712
7713 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
ab945c47 7714 (speedbar-insert-button, speedbar-make-button):
425fbda6
NR
7715 Use add-text-properties.
7716 (speedbar-update-localized-contents)
7717 (speedbar-update-directory-contents)
7718 (speedbar-update-special-contents): Use dolist.
7719 (speedbar-buffer-easymenu-definition): Add a menu separator.
7720
595f93ac
JR
77212005-10-17 Jason Rumney <jasonr@gnu.org>
7722
4fc267d0
JR
7723 * makefile.w32-in: Use $(lisp) consistently.
7724 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
7725 for shell specific generation of mh-autoloads.
595f93ac 7726
f8252852
RS
77272005-10-17 Richard M. Stallman <rms@gnu.org>
7728
7729 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
7730
c4ac63d0
SM
77312005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7732
7733 * jit-lock.el (jit-lock-fontify-now):
7734 Move jit-lock-context-unfontify-pos to avoid wasted work.
7735
c1253aad
MA
77362005-10-17 Michael Albinus <michael.albinus@gmx.de>
7737
7738 * net/tramp.el (tramp-completion-mode): New defvar. Used in
7739 `tramp-completion-mode' for checking if we are in completion mode.
7740 (tramp-completion-handle-file-name-all-completions): Reorder code
7741 in order to complete for file names only in case there are no
7742 method/user/host completions. This is necessary for cooperation
ab945c47 7743 with ido. Reported by Kim F. Storm <storm@cua.dk>.
c1253aad 7744
625fca9a
CY
77452005-10-16 Chong Yidong <cyd@stupidchicken.com>
7746
7747 * longlines.el (longlines-search-forward)
7748 (longlines-search-backward): Match any number of spaces.
7749
72147c53
TTN
77502005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
7751
7752 * diff-mode.el (diff-mode): Doc fix.
7753
af71d4c0 77542005-10-16 David Reitter <david.reitter@gmail.com>
255d8b22
RS
7755
7756 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
7757 as default on darwin and windows systems.
7758
74725d46
RS
77592005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
7760
7761 * arc-mode.el (archive-zip-extract): Doc fix.
7762
97b1270c
RF
77632005-10-16 Romain Francoise <romain@orebokech.com>
7764
7765 * mouse.el (mouse-1-click-follows-link): Doc fix.
7766
71790d57
SM
77672005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7768
7769 * savehist.el: Don't require CL at runtime.
7770 (savehist-xemacs): Remove.
c4ac63d0 7771 (savehist-coding-system): Use utf-8 if present, regardless of religion.
71790d57
SM
7772 (savehist-no-conversion): Use (featurep 'xemacs).
7773 (savehist-load): Check existence of start-itimer rather than XEmacs.
7774 Use an idle timer.
7775 (savehist-process-for-saving): Replace use of CL funs `subseq' and
7776 `delete-if-not'.
7777
77782005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
7779
7780 * savehist.el: Newer version.
7781 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
7782 (savehist-last-checksum, savehist-no-conversion): New vars.
7783 (savehist-autosave, savehist-process-for-saving, savehist-printable):
7784 New functions.
7785 (savehist-load, savehist-save): Use them.
7786 (savehist-delimit): Remove.
7787
e5456e73
SM
77882005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7789
7790 * progmodes/compile.el (compilation-goto-locus): Display the
7791 compilation buffer first and the source buffer second, in case they're
7792 in overlapping frames. Don't raise the compilation frame if it was the
7793 selected window upon entry. Pass the `other-window' arg to
7794 pop-to-buffer.
7795
7796 * info.el (Info-fontify-node): Use dolist.
7797 Change add-text-properties to put-text-property.
7798
77992005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7800
7801 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
7802 bound of search.
7803
f5fab556
MY
78042005-10-16 Masatake YAMATO <jet@gyve.org>
7805
7806 * dabbrev.el (dabbrev-completion): Pass the common
7807 prefix substring of completion to `display-completion-list'.
7808
7809 * filecache.el (file-cache-minibuffer-complete)
7810 (file-cache-complete): Ditto.
7811
7812 * tempo.el (tempo-display-completions): Ditto.
7813
7814 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
7815
7816 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
7817
7818 * eshell/em-hist.el (eshell-list-history): Ditto.
7819
7820 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
7821
7822 * mail/mailalias.el (mail-complete): Ditto.
7823
7824 * progmodes/etags.el (complete-tag): Ditto.
7825
7826 * progmodes/make-mode.el (makefile-complete): Ditto.
7827
7828 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
7829
7830 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
7831
7832 * progmodes/pascal.el (pascal-complete-word)
7833 (pascal-show-completions): Ditto.
7834
f5fab556
MY
7835 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
7836
f5fab556
MY
7837 * simple.el (completion-common-substring): New variable.
7838 (completion-setup-function): Use `completion-common-substring'
7839 to put faces.
7840
2ef1363e
YM
78412005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7842
7843 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
7844 (x-get-selection, mac-select-convert-to-string): Convert from/to
7845 UTF-16 clipboard data as in native byte order, no BOM.
7846
eae86e67
NR
78472005-10-16 Nick Roberts <nickrob@snap.net.nz>
7848
7849 * progmodes/gud.el (gud-tool-bar-map): Rename the images
7850 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
7851 (gud-sentinel): Use speedbar-frame to check for speedbar.
7852
a19a0003
RS
78532005-10-15 Richard M. Stallman <rms@gnu.org>
7854
089a682e 7855 * savehist.el: New file.
a19a0003
RS
7856
78572005-10-14 Karl Chen <quarl@cs.berkeley.edu>
7858
71790d57
SM
7859 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
7860 Fix bug in \bf fontification.
a19a0003 7861
bad3da7a
SM
78622005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7863
7864 * pcvs.el (cvs-edit-log-files): New var.
7865 (cvs-mode-edit-log): New arg `file'.
7866 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
7867 Instead force the use of the original file and nothing else.
7868 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
7869 the cvs-minor-wrap-function is set.
7870 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
7871
c7ddd701
BW
78722005-10-14 Bill Wohler <wohler@newt.com>
7873
7874 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
7875 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
7876 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
7877 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
7878 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
7879 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
7880 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
7881 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
7882 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
7883 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
7884 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
7885 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
7886 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
7887 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
7888 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
7889
c4ac63d0 7890 * progmodes/gud.el (gud-tool-bar-map): Rename the images
c7ddd701
BW
7891 appropriately (for example, gud-break to gud/break).
7892
f28e9cbd
CY
78932005-10-14 Chong Yidong <cyd@stupidchicken.com>
7894
930aae96 7895 * longlines.el (longlinges-search-function)
c4ac63d0 7896 (longlines-search-forward, longlines-search-backward): New functions.
930aae96
CY
7897 (longlines-mode): Set isearch-search-fun-function to
7898 longlinges-search-function.
7899
f28e9cbd
CY
7900 * mouse.el (mouse-drag-region-1): Handle the case where a
7901 double-click event is bound to an arbitrary function.
7902
b6b5618c
DP
79032005-10-14 David Ponce <david@dponce.com>
7904
7905 * recentf.el (recentf-track-opened-file)
7906 (recentf-track-closed-file, recentf-update-menu)
7907 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
7908 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
7909 mouse-1-click-follows-link.
7910
e1f1d047
JD
79112005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7912
7913 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8511877a 7914 Gnome file-manager.png. Suggested by
e1f1d047
JD
7915 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
7916
7917 * toolbar/README: Add diropen.xpm.
7918
e9b28650
BW
79192005-10-13 Bill Wohler <wohler@newt.com>
7920
8511877a
SM
7921 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
7922 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
7923
79242005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7925
7926 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7927 Don't waste the byte-compiler's time on constant data.
e9b28650 7928
f086544b
KH
79292005-10-13 Kenichi Handa <handa@m17n.org>
7930
179f2d7b
KH
7931 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
7932 byte with `escape-glyph' face.
7933
8511877a
SM
7934 * international/fontset.el (ccl-encode-unicode-font):
7935 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
7936 Handle the case that ucs-mule-to-mule-unicode translates a character to
f086544b
KH
7937 ASCII (usually for IPA characters).
7938
e5456e73
SM
79392005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
7942 Don't hide the underline of titles if font-lock-mode is disabled.
7943
ba2b2673
BW
79442005-10-12 Bill Wohler <wohler@newt.com>
7945
af71d4c0
JB
7946 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
7947 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
ba2b2673
BW
7948 files in MH-E-SRC have been updated.
7949 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
7950
0471d426
SM
79512005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7952
7953 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
7954 (mixal-mode-syntax-table): Add \n as end-comment.
7955 (mixal-operation-codes-alist): Immediately initialize to full value.
7956 (mixal-add-operation-code): Remove.
7957 (mixal-describe-operation-code): Make the arg non-optional.
7958 Use the interactive spec instead.
7959 Use mixal-operation-codes-alist rather than mixal-operation-codes.
7960 (mixal-font-lock-keywords): Don't highlight comments here any more.
7961 (mixal-font-lock-syntactic-keywords): New var.
7962 (mixal-mode): Use it. Fix comment-start-skip.
7963
c755acf3
JD
79642005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7965
7966 * startup.el (command-line-x-option-alist): -nb => -nbi
7967
78f3b91f
KS
79682005-10-12 Kim F. Storm <storm@cua.dk>
7969
7970 * startup.el (fancy-splash-default-action): Discard mouse click in
125ce9ec 7971 the splash screen window, as it has no sensible meaning in the
78f3b91f
KS
7972 next window to be selected. Fixes error reported by Jan D.
7973
136b3a73 79742005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
97b3a214
LH
7975
7976 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
97b3a214 7977
0471d426
SM
79782005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7979
7980 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
7981 Try to fix up minor layout issues like indentation, line break, etc...
7982 (mixal-mode-syntax-table): Don't try to specify comment syntax,
7983 because it doesn't work.
7984 (mixal-operation-codes): Add some more codes.
7985 (mixal-font-lock-keywords): Process comments here.
7986 (mixal-mode): mixasm no longer needs -g option.
7987
79a57082 79882005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
decb2a9e
RS
7989
7990 * progmodes/sh-script.el (sh-tmp-file):
7991 Use mktemp -t. Finish support for es and rc shells.
7992
125df7f5
JB
79932005-10-11 Jay Belanger <belanger@truman.edu>
7994
7995 * calc/calcalg2.el (calc-integral): With an argument, compute the
7996 definite integral.
7997
351b3bee
CY
79982005-10-11 Chong Yidong <cyd@stupidchicken.com>
7999
8000 * mouse.el (mouse-drag-region-1): Don't try to catch a
8001 double-click when doing follow-link (it's overridden anyway).
8002
4e0c0d75
JB
80032005-10-11 Juanma Barranquero <lekktu@gmail.com>
8004
8005 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
8006 (autoload-print-form-outbuf): Add docstring.
8007
25f7a98c
JL
80082005-10-11 Juri Linkov <juri@jurta.org>
8009
8010 * info.el (Info-mode-menu): Delete menu item "Edit".
8011 (Info-mode): Delete description of Info-edit from docstring,
8012 and rearrange descriptions of Info commands in the order
8013 they are documented in the Info manual.
8014
a120694f
SM
80152005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8016
8017 * calendar/appt.el (appt-check): Use diary-selective-display var.
8018
dba0acf6
RS
80192005-10-10 Richard M. Stallman <rms@gnu.org>
8020
8021 * net/newsticker.el (newsticker-start, newsticker-show-news):
8022 Add autoload cookies.
8023
17a3b6da
RS
80242005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
8025
8026 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
8027
9c40111a
RS
80282005-10-10 Karl Chen <quarl@cs.berkeley.edu>
8029
8030 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
8031
bbcaa3e3
JB
80322005-10-10 Jay Belanger <belanger@truman.edu>
8033
8034 * calc/calc-arith.el (math-check-known-scalarp)
8035 (math-check-known-matrixp): Check the values of arguments that are
8036 variables.
8037 (math-check-known-square-matrixp): New function.
8038 (math-known-square-matrixp): Use math-check-known-square-matrixp.
8039 (math-super-types): Add sqmatrix type.
8040
8041 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
119f6f17 8042 mode name `square' to `sqmatrix'.
bbcaa3e3
JB
8043
8044 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
119f6f17 8045 mode name `square' to `sqmatrix'.
bbcaa3e3 8046
720a5d03
SM
80472005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8048
8049 * progmodes/etags.el (select-tags-table-mode): Don't use
8050 selective-display.
8051 (tags-select-tags-table): Pass `button' to the action function.
8052 (select-tags-table): Place the side-info on button properties rather
8053 than in hidden text. Abbreviate file names.
8054 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8055 (select-tags-table-select): Add `button' argument.
8056 Get side-info from the button property rather than from hidden text.
8057
4e5f12ee
NR
80582005-10-11 Nick Roberts <nickrob@snap.net.nz>
8059
720a5d03 8060 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
4e5f12ee
NR
8061 (gud-speedbar-buttons): Preserve point if possible.
8062 (gud-sentinel): Restore previous speedbar display type.
8063
8064 * progmodes/gdb-ui.el (gdba): Improve diagram.
8065 (def-gdb-auto-update-handler, gdb-info-locals-handler)
720a5d03
SM
8066 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8067 Call get-buffer-window once.
8068
80692005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8070
8071 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8072 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8073 (pascal-indent-command): Remove unused var `ind'.
8074 (pascal-indent-case): Remove unused var `oldpos'.
8075 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8076 since it's now used as a proper minor mode map.
8077 (pascal-outline): Rename to pascal-outline-mode.
8078 (pascal-outline-mode): Use define-minor-mode.
8079 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8080 selective-display.
4e5f12ee 8081
fde7576e
AS
80822005-10-10 Andreas Schwab <schwab@suse.de>
8083
9bf211ad
AS
8084 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8085 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
8086
fde7576e
AS
8087 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8088 outside source directory.
8089
86bebbbc
CD
80902005-10-10 Carsten Dominik <dominik@science.uva.nl>
8091
30c02925 8092 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
86bebbbc
CD
8093 C-x' as a prefix.
8094 (orgtbl-mode-map): Full keymap instead of sparse, because all
e61d3a56 8095 `self-insert-command' keys are redefined in this map.
86bebbbc
CD
8096 (org-export-as-html): Specify charset for HTML file, by taking it
8097 from the coding system.
8098
1fb7ce77
RS
80992005-10-10 Kenichi Handa <handa@m17n.org>
8100
8101 * textmodes/flyspell.el (flyspell-check-word-p):
8102 If unread-command-events is non-empty, don't call sit-for.
8103
cc8556d9
RS
81042005-10-09 Richard M. Stallman <rms@gnu.org>
8105
9bab4985
RS
8106 * font-lock.el (font-lock-syntactic-keywords)
8107 (font-lock-keywords): Doc fixes.
8108
720a5d03
SM
8109 * textmodes/flyspell.el (flyspell-external-point-words):
8110 Simplify logic, and don't try to check for consecutive appearances
8111 of one incorrect word.
cc8556d9 8112
1919ed22
NR
81132005-10-10 Nick Roberts <nickrob@snap.net.nz>
8114
8115 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
8116 separator.
8117
8118 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
78d67e10 8119 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
1919ed22
NR
8120 (gud-expansion-speedbar-buttons): New function.
8121 (gud-speedbar-buttons): Check for gud-comint-buffer.
8122
9af14567
BW
81232005-10-09 Bill Wohler <wohler@newt.com>
8124
78d67e10 8125 * Makefile.in (updates): Add mh-loaddefs dependency.
9af14567 8126
74ab0905
CY
81272005-10-09 Chong Yidong <cyd@stupidchicken.com>
8128
8129 * speedbar.el (speedbar-file-key-map): Fix typo.
8130
e61d3a56 81312005-10-09 Daniel Brockman <daniel@brockman.se>
4b9f0de2
RS
8132
8133 * cus-start.el (line-spacing): Add custom spec.
8134
865729da
RF
81352005-10-09 Romain Francoise <romain@orebokech.com>
8136
8137 * textmodes/ispell.el (ispell-check-version): Fix last change.
8138
1c1db08a
JD
81392005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8140
4e0c0d75 8141 * term/x-win.el: Remove -i, --icon-type from comment.
2323b3ab 8142
720a5d03 8143 * startup.el (command-line-x-option-alist): Remove options -i,
1c1db08a
JD
8144 -itype, --icon-type, added -nb, --no-bitmap-icon
8145
7d808714
NR
81462005-10-09 Nick Roberts <nickrob@snap.net.nz>
8147
8148 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
8149 instead of :active.
8150
6ecca7d1 81512005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
344066e6
RS
8152
8153 * textmodes/ispell.el (ispell-check-version):
8154 Ignore hyphen, and all that follows, in aspell's version text.
8155
81562005-10-08 Jay Belanger <belanger@truman.edu>
d7791136
JB
8157
8158 * calc/calc-arith.el (math-known-square-matrixp): New function.
8159 (math-pow-fancy): Check for matrices before distributing exponent
8160 across products.
8161
8162 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
7cf7e30f 8163 fullscreen keypad. Suggested by Luc Teirlinck.
d7791136
JB
8164 (calc-keypad-show-input): Add space for formatting.
8165
8166 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
8167 Add square matrix option.
8168
8169 * calc/calc-poly.el (math-expand-term): Check for matrices instead
8170 of checking calc-matrix-mode when deciding how to expand.
8171
8172 * calc/calc.el (calc-set-mode-line): Add square matrix option.
8173
8cb0a559 81742005-10-08 Lars Hansen <larsh@soem.dk>
78d67e10 8175
720a5d03
SM
8176 * net/tramp.el (tramp-perl-directory-files-and-attributes):
8177 Add error handling.
7cf7e30f 8178 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8cb0a559 8179
11948172
MA
81802005-10-08 Michael Albinus <michael.albinus@gmx.de>
8181
8182 Sync with Tramp 2.0.51.
8183
8184 * net/tramp.el (tramp-handle-set-visited-file-modtime)
7cf7e30f
KS
8185 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8186 Insert special handling for `last-coding-system-used', again
8187 it still seems to be necessary (unlike stated before).
8188 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
11948172
MA
8189 (tramp-password-prompt-regexp): There might be other words before
8190 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
8191 (tramp-chunksize): Improve docstring.
8192 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
8193 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
8194 Christian Joergensen <bugs@razor.dk>.
8195
6f137189
GM
81962005-10-07 Glenn Morris <rgm@gnu.org>
8197
8198 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
8199 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
8200 precision'.
8201
4fe3f297
RF
82022005-10-07 Romain Francoise <romain@orebokech.com>
8203
8204 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
8205 (ibuffer-do-shell-command-pipe-replace)
8206 (ibuffer-do-shell-command-file, ibuffer-do-eval)
8207 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
8208 (ibuffer-do-revert, ibuffer-do-replace-regexp)
8209 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
8210 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8211 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
8212 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
8213 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
8214 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
8215 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
8216 Autoload file sans suffix.
8217
8218 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
8219
4e8cb311
DP
82202005-10-07 David Ponce <david@dponce.com>
8221
8222 * recentf.el (recentf-menu-open-all-flag): New option.
8223 (recentf-digit-shortcut-command-name): New function.
8224 (recentf--shortcuts-keymap): New variable.
8225 (recentf-menu-shortcuts): New variable.
8226 (recentf-make-menu-items): Initialize it. Replace the "More..."
8227 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
8228 (recentf-menu-value-shortcut): New function.
8229 (recentf-make-menu-item): Use it. No more in-lined.
8230 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
8231 (recentf-open-most-recent-file): Rename from
8232 `recentf-open-file-with-key'. Don't depend on key binding.
8233 (recentf-mode-map): New variable.
8234 (recentf-mode): Use it.
8235
1eee3de4
BW
82362005-10-06 Bill Wohler <wohler@newt.com>
8237
4e0c0d75 8238 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
1eee3de4 8239
720a5d03
SM
8240 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
8241 (MH-E-SRC): New. Used by mh-autoloads.
8242 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
1eee3de4
BW
8243 files in MH-E-SRC have been updated.
8244 (compile, recompile, bootstrap): Depend on mh-autoloads.
8245
bd5497c2 82462005-10-07 Nick Roberts <nickrob@snap.net.nz>
4fe3f297 8247
bd5497c2
NR
8248 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
8249 gud-break and gud-remove icons when the fringe is not available.
8250
8251 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
8252 Typo.
8253
4e0c0d75 82542005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
03c609c1
TTN
8255
8256 * play/zone.el (zone): Wrap body with save-window-excursion.
03c609c1 8257
a04b6191
SM
82582005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
8259
8260 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8261 Use the new `list-only' arg to diary-list-entries.
8262
8263 * calendar/diary-lib.el: Use overlays rather than selective-display.
8264 (diary-selective-display): New var.
8265 (diary-header-line-format): Use it.
8266 (diary-list-entries): Add argument `list-only'.
8267 Put the buffer in diary-mode. Don't add \^M at beg and end.
8268 Replace \^M by invisible overlays.
8269 (diary-unhide-everything): Replace \^M by invisible overlays.
8270 (print-diary-entries): Look for overlays rather than \^M.
8271 Add a space to the temp buffer name.
8272 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
8273 Put the buffer in diary-mode.
8274 (list-sexp-diary-entries): Replace \^M by invisible overlays.
8275 (diary-anniversary): Make the year arg optional.
8276 (diary-time-regexp): New const.
8277 (diary-font-lock-keywords): Use it to accept a few more time formats.
8278
8279 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
8280
de4ce191
TTN
82812005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
8282
8283 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
8284 Fix bug introduced 2005-07-03: Use (car (last ...))
8285 to faithfully reproduce replaced artist-last.
8286 (artist-set-arrow-points-for-poly): Likewise.
8287 Suggested by Johan Bockg\e,Ae\e(Brd.
8288
a5e6116d
JB
82892005-10-06 Juanma Barranquero <lekktu@gmail.com>
8290
8291 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
8292 * wid-edit.el (widget):
8dc8d895 8293 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
a5e6116d
JB
8294 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
8295
a41b50ca
KH
82962005-10-06 Kenichi Handa <handa@m17n.org>
8297
a04b6191
SM
8298 * international/mule-cmds.el (set-language-environment):
8299 Fix setting up of case-table for unibyte mode.
c8d21d09 8300
a41b50ca
KH
8301 * simple.el (what-cursor-position): If the character is displayed
8302 by some `display' text property, show that. Don't use
8303 single-key-description for eight-bit characters in multibyte mode.
8304
cf85afc9
NR
83052005-10-06 Nick Roberts <nickrob@snap.net.nz>
8306
8307 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
8308 (gdb-ann3): Set it.
a04b6191 8309 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
7f778452
NR
8310 (gdb-info-frames-custom): Use inverse-video for first five
8311 characters of selected frame only.
8312 (gdb-get-frame-number): Select frame even when point is on frame
8313 number.
cf85afc9 8314
20ef8673
MY
83152005-10-06 Masatake YAMATO <jet@gyve.org>
8316
a5e6116d
JB
8317 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8318 Put `font-lock-function-name-face'.
20ef8673
MY
8319 (gdb-info-frames-custom): Put `font-lock-function-name-face'
8320 and `font-lock-variable-name-face'
8321 (gdb-registers-font-lock-keywords): New font lock keywords definition.
8322 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
8323 (gdb-memory-font-lock-keywords): New font lock keywords definition.
8324 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
8325 (gdb-local-font-lock-keywords): New font lock keywords definition.
8326 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
8327 (gdb-threads-font-lock-keywords): New font lock keywords definition.
8328 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
a5e6116d 8329
e2de3a29 83302005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
a5e6116d
JB
8331
8332 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
8333 (ediff-merge-region-is-non-clash-to-skip): Previously called
e2de3a29 8334 ediff-merge-region-is-non-clash.
a5e6116d
JB
8335
8336 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
8337 Use insert-buffer-substring.
8338
8339 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
8340 selecting files to patch. Also bug fixes.
8341
8342 * ediff-util.el (ediff-setup): Bug fix.
8343 (ediff-next-difference): Never skip clashes that differ in white
8344 space only.
8345
8346 * ediff-wind.el (ediff-setup-control-frame)
8347 (ediff-destroy-control-frame): Check the menubar feature.
8348
8349 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
8350 (viper-refresh-mode-line): Use make-local-variable to localize
8351 some vars instead of make-variable-buffer-local. Suggested by
e2de3a29 8352 Stefan Monnier.
a5e6116d
JB
8353
8354 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
8355 (viper-restore-cursor-type, viper-set-insert-cursor-type):
8356 Use make-local-variable instead of make-variable-buffer-local.
8357 Suggested by Stefan Monnier.
8358
8359 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
8360 (viper-comint-mode-hook): Use make-local-variable on
e2de3a29 8361 require-final-newline.
a5e6116d 8362 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20ef8673 8363
21c3ef84
SM
83642005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8365
8366 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
8367 also the second char of a comment-start sequence.
8368 (scheme-sexp-comment-syntax-table): New var.
8369 (lambda, define): Set their scheme-doc-string-elt property.
8370 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
8371 Use lisp-font-lock-syntactic-face-function now that it properly
8372 handles |...| symbols.
8373 (scheme-mode-variables): Set lisp-doc-string-elt-property,
8374 parse-sexp-lookup-properties and font-lock-extra-managed-props.
8375
8376 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
8377 bit from # to |.
8378 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
8379
8380 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
8381 (lisp-doc-string-elt-property): New var.
8382 (lisp-font-lock-syntactic-face-function): Use it.
8383 Rewrite to recognize docstrings even for forms not at toplevel.
8384
8385 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
8386 annotation on the | part of #| rather than on the # part.
8387 (scheme-font-lock-syntactic-face-function): New function, to
8388 distinguish strings from |...| symbols.
8389 (scheme-mode-variables): Use it. Also fix up the font-lock-time
8390 syntax-table so that #|...|# is properly highlighted.
8391
8392 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
8393 Don't mark as docstring the 3rd elem of an unknown toplevel form.
8394
0cb7f2c0
SM
83952005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8396
f88febbb
SM
8397 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
8398 and C-e.
8399
8400 * emacs-lisp/eldoc.el: Move comments into docstrings.
8401 (eldoc-message-commands): Initialize in its declaration.
8402 Add move-beginning-of-line and move-end-of-line.
8403 (eldoc-add-command, eldoc-add-command-completions)
8404 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
8405
8406 * outline.el (outline-mark-subtree): Activate the mark.
8407
0cb7f2c0
SM
8408 * calendar/appt.el (appt-time-regexp): New var.
8409 (appt-add, appt-make-list): Use it.
8410 (appt-convert-time): Clean up.
8411
8412 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8413 Don't set any syntax-table property here.
8414 (tex-font-lock-verb): New function. Do it here.
8415 (tex-font-lock-syntactic-keywords): Use it.
8416
d315fc0f
RS
84172005-10-04 Richard M. Stallman <rms@gnu.org>
8418
8419 * wid-edit.el (widget-file-complete): Get the widget start point
8420 the right way. Default directory to `/' if file has none.
8421
8422 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
8423
8424 * textmodes/flyspell.el (flyspell-mode-on):
8425 Call ispell-maybe-find-aspell-dictionaries.
8426
8427 * textmodes/ispell.el (ispell-word, ispell-region):
8428 Call ispell-maybe-find-aspell-dictionaries.
8429 (ispell-accept-buffer-local-defs):
8430 Don't call ispell-maybe-find-aspell-dictionaries
0cb7f2c0 8431
d315fc0f
RS
84322005-10-04 Richard M. Stallman <rms@gnu.org>
8433
8434 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
8435
84362005-10-04 Emilio C. Lopes <eclig@gmx.net>
8437
8438 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
8439 instead of `fboundp' in order to allow for anonymous functions.
8440
222a6c9b
CY
84412005-10-04 Chong Yidong <cyd@stupidchicken.com>
8442
8443 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
8444 case the user clicks on the link while another window is selected.
8445 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
8446
8447 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
8448 functionality.
8449 (dframe-help-echo): Save point in case mouse tracking is off.
8450
c7bef55f
TTN
84512005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
8452
8453 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
8454
6d1f4dc4
SM
84552005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
8458 not change the global value of those vars.
8459
8460 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
8461 make-local-variable which we do not need any more.
8462
7752250e
CY
84632005-10-03 Chong Yidong <cyd@stupidchicken.com>
8464
8465 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
8466 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
8467 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
8468 (speedbar-path-line): Define obsolete aliases.
8469 (speedbar-line-directory): Doc fix.
8470
8471 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
8472 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
8473 instead of speedbar-line-path.
8474
03714c7f
JD
84752005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8476
8477 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
8478 to nil if dropping on a window. Handle dropping on a minibuffer window
8479 like dropping on a non-window part of Emacs.
8480
1430e7f9
SM
84812005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8482
6d1f4dc4
SM
8483 * net/ange-ftp.el: Use with-current-buffer.
8484 (ange-ftp-insert-directory): Do not follow symlinks any more.
8485
1430e7f9
SM
8486 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8487 Remove interactive spec.
8488
f4f5169f
KS
84892005-10-03 Kim F. Storm <storm@cua.dk>
8490
8491 * ido.el (ido-mode): Use custom-initialize-set.
8492
cde3239f
RS
84932005-10-02 Richard M. Stallman <rms@gnu.org>
8494
8495 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
8496 Use insert-buffer-substring.
8497
8498 * net/tramp.el: Pacify byte compiler warnings in pacification code.
8499 (tramp-handle-file-local-copy): Use insert-buffer-substring.
8500
402893bb
SM
85012005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
8504 in last change.
edb18c43
SM
8505 (ange-ftp-insert-directory): Fix up the search for the case where
8506 `file' is absolute.
402893bb 8507
942c40e3
RF
85082005-10-02 Romain Francoise <romain@orebokech.com>
8509
8510 * progmodes/compile.el (compile-goto-error): Delete extra paren.
8511
aae3725f
AS
85122005-10-02 Andreas Schwab <schwab@suse.de>
8513
8514 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
8515 directory component in the session info.
8516
b059f7d0
RS
85172005-10-01 Richard M. Stallman <rms@gnu.org>
8518
8519 * comint.el (comint-redirect-subvert-readonly): Doc fix.
8520
8521 * simple.el (next-error-internal): New function.
8522
8523 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
8524 (compilation-start): Pass new arg to compilation-buffer-name.
8525 (compile-goto-error): Use next-error-internal.
8526
24bbdbef
CY
85272005-10-01 Chong Yidong <cyd@stupidchicken.com>
8528
8529 * speedbar.el: Remove RCS tag.
8530 (speedbar-check-read-only): Handle non-existent files.
8531
8532 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
8533
8534 * info.el (Info-speedbar-hierarchy-buttons)
8535 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
8536
1fdecd0c
RF
85372005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8538
8539 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
8540 Do not match newline.
8541 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
8542 (bibtex-summary): Remove unnecessary save-excursion.
8543 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
8544
ddcb7665
YM
85452005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8546
1430e7f9
SM
8547 * term/mac-win.el: Add charset info for "iso10646-1".
8548 Modify default fontset to use ATSUI-compatible fonts for some charsets
8549 if available.
ddcb7665 8550
35d884a9
CY
85512005-10-01 Chong Yidong <cyd@stupidchicken.com>
8552
8553 * speedbar.el: Re-apply arch tag.
ff48d32d 8554 (speedbar-version): Rename to version 1.0. Suggested by Eric
35d884a9
CY
8555 M. Ludlam.
8556 Reapply two changes from Emacs CVS' version of speedbar lost
8557 during the merge:
ff48d32d 8558 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
35d884a9
CY
8559 (speedbar-frame-parameters): Improve customize type.
8560
ff48d32d
SM
85612005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8562
8563 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
8564 (ange-ftp-file-directory-p): Fix the symlink case.
8565 (ange-ftp-insert-directory): When listing a single file, get a list of
8566 the parent buffer and extract the relevant line. Inspired from a patch
8567 by Katsumi Yamaoka <yamaoka@jpl.org>.
8568 (ange-ftp-file-name-sans-versions): Simplify.
8569
c727526b
BW
85702005-09-30 Bill Wohler <wohler@newt.com>
8571
ff48d32d 8572 Move MH-E image files from toolbar and mail directories into
c727526b
BW
8573 etc/images.
8574
ff48d32d 8575 * mail/reply2.*: Move to etc/images/mail/reply*.
c727526b
BW
8576
8577 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
ff48d32d 8578 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
c727526b 8579 etc/images.
dc42e019 8580
c727526b 8581 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
ff48d32d 8582 * toolbar/reply*: Move to etc/images/mail.
c727526b 8583
ff48d32d 8584 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
c727526b 8585
af71d4c0 85862005-09-30 Eric M. Ludlam <zappo@gnu.org>
58bd8bf9
CY
8587
8588 * speedbar.el: New version 1.0pre3.
8589
56e2a181
CY
8590 Frame management code (including timer, and mouse click specifics)
8591 moved to dframe.el:
8592 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
8593 (speedbar-timer): Removed. Use dframe-timer.
8594 (speedbar-close-frame): Removed. Use dframe-close-frame.
8595 (speedbar-activity-change-focus-flag): Removed. Use
8596 dframe-activity-change-focus-flag.
8597 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
8598 dframe-update-speed.
c7bef55f 8599
56e2a181
CY
8600 (speedbar-current-frame): New macro. Use this instead of the
8601 variable speedbar-frame.
8602
8603 (speedbar-use-images, speedbar-expand-image-button-alist)
8604 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
8605
8606 (speedbar-find-image-on-load-path): Removed. Replaced by
8607 defezimage in ezimage.el.
8608 (speedbar-expand-image-button-alist): Removed. Replaced by
8609 ezimage-expand-image-button-alist in ezimage.el.
c7bef55f 8610
56e2a181
CY
8611 (speedbar-ignored-directory-regexp)
8612 (speedbar-add-ignored-directory-regexp)
8613 (speedbar-ignored-directory-expressions)
8614 (speedbar-line-directory, speedbar-buffers-line-directory)
8615 (speedbar-directory-line, speedbar-buffers-line-directory):
8616 Renamed, replacing `path' with `directory'.
8617
8618 (speedbar-create-directory, speedbar-expand-line-descendants)
8619 (speedbar-toggle-line-expansion)
8620 (speedbar-contract-line-descendants): New commands.
8621
8622 (speedbar-query-confirmation-method, speedbar-select-frame-method)
8623 (speedbar-use-tool-tips-flag): New options.
8624
8625 (speedbar-check-read-only, speedbar-require-version)
8626 (speedbar-insert-separator, speedbar-buffers-tail-notes)
8627 (speedbar-handle-delete-frame, speedbar-try-completion)
8628 (speedbar-update-localized-contents): New functions.
8629
8630 (speedbar-incompatible-version, speedbar-ro-to-do-point)
8631 (speedbar-object-read-only-indicator): New variables.
8632
8633 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
8634 New hooks.
8635
8636 (speedbar-separator-face): New face.
8637
8638 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
8639 (speedbar-ignored-modes): Add fundamental-mode.
8640 (speedbar-directory-unshown-regexp): Add . directories.
8641
8642 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
8643 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
8644 `]' for full expand/close.
8645 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
8646
8647 (speedbar-check-vc): Support hidden files.
8648 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
8649 (speedbar-this-file-in-vc): Use vc-state if available. If VC
8650 state is nil, it is not checked out.
8651
8652 (speedbar-line-text, speedbar-line-token): Support expand buttons
8653 with no text.
8654 (speedbar-refresh): Universal argument acts as power-click.
8655 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
8656 that buffer to get variable values.
8657
8658 And many other bugfixes.
8659
7cfc18c4 8660 * dframe.el, ezimage.el, sb-image.el: New files.
58bd8bf9 8661
ff48d32d 8662 * sb-*.xpm: Remove files. New image files installed into
58bd8bf9
CY
8663 etc/images/ezimage.
8664
070860c3
KH
86652005-09-30 Kenichi Handa <handa@m17n.org>
8666
8667 * ps-mule.el (ps-mule-show-warning): If a character is in
8668 ps-print-translation-table, don't treat it as non-printable.
8669
6aabfecf
DP
86702005-09-30 David Ponce <david@dponce.com>
8671
50a9d14a
DP
8672 * tree-widget.el (tree-widget-themes-load-path): New variable.
8673 (tree-widget-themes-directory): Doc fix.
8674 (tree-widget-image-formats) [Emacs]: Doc fix.
8675 (tree-widget--locate-sub-directory): New function.
8676 (tree-widget-themes-directory): Use it.
8677
6aabfecf
DP
8678 * recentf.el (recentf-filename-handlers): Rename from
8679 `recentf-filename-handler'. Allow a list of functions.
8680 (recentf-menu-items-for-commands): Fix :help strings.
8681 (recentf-apply-filename-handlers): New function.
8682 (recentf-expand-file-name): Use it.
8683 (recentf-cleanup): Remove duplicates too.
8684
477ca0e8
JL
86852005-09-29 Juri Linkov <juri@jurta.org>
8686
8687 * faces.el: Rearrange face definitions to be in the same order as
8688 their face descriptions in "(emacs)Standard Faces".
8689
8690 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
8691
8692 * tooltip.el (tooltip): Add group `basic-faces'.
8693
8694 * buff-menu.el (Buffer-menu-buffer): Remove group
8695 `font-lock-highlighting-faces'.
8696
8697 * progmodes/compile.el (compilation-error, compilation-warning)
8698 (compilation-info, compilation-line-number, compilation-column-number):
8699 Change group from `font-lock-highlighting-faces' to `compilation'.
8700
8701 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
8702 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
8703 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
8704 (vhdl-font-lock-reserved-words-face)
8705 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
8706 `font-lock-highlighting-faces'.
8707
8708 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
8709
1add9010
KS
87102005-09-28 Kim F. Storm <storm@cua.dk>
8711
8712 * emulation/cua-base.el: Set CUA move property on additional commands:
8713 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1a765705 8714 forward-sexp, backward-sexp, forward-list, backward-list.
1add9010 8715
07f1355e
RF
87162005-09-28 Romain Francoise <romain@orebokech.com>
8717
8718 * comint.el (comint-show-output): Really set point at the
8719 beginning of the output when not using `comint-use-prompt-regexp'.
8720
d1b76779
JB
87212005-09-27 Jay Belanger <belanger@truman.edu>
8722
8723 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
8724 in TeX mode.
8725
cd0899ab
JB
87262005-09-26 Juanma Barranquero <lekktu@gmail.com>
8727
8728 * textmodes/org.el (org-table-sum): Fix format string.
8729
8730 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
8731 Quote face names.
8732
1b1fb2ef
RF
87332005-09-26 Romain Francoise <romain@orebokech.com>
8734
8735 * isearch.el (isearch-forward-regexp): Close doc string.
8736
f0685ed1
RS
87372005-09-25 Richard M. Stallman <rms@gnu.org>
8738
c769dcac
RS
8739 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
8740
8741 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
8742
f0685ed1
RS
8743 * progmodes/compile.el (compilation-error-properties):
8744 When getting the file from the previous error message,
8745 correctly decode the new data format.
8746
8747 * progmodes/cc-cmds.el (c-electric-paren):
8748 Call old-blink-paren only for close-paren.
8749
0d1460c3
DN
87502005-09-24 Andreas Schwab <schwab@suse.de>
8751
8752 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
16f72af0
RF
8753 condition.
8754
ce5a3ac0
RF
87552005-09-25 Romain Francoise <romain@orebokech.com>
8756
8757 * dired-aux.el (dired-copy-file-recursive):
8758 * dired.el (dired-delete-file):
8759 * ediff-mult.el (ediff-dir-diff-copy-file):
8760 * ediff-util.el (ediff-test-save-region):
8761 * forms.el (forms-mode):
8762 * ido.el (ido-file-internal, ido-delete-file-at-head):
8763 * log-edit.el (log-edit-done):
8764 * ses.el (ses-yank-resize):
8765 * play/gomoku.el (gomoku-human-plays, gomoku)
8766 (gomoku-human-resigns, gomoku-prompt-for-other-game)
8767 (gomoku-offer-a-draw):
8768 * play/landmark.el (lm-human-resigns, lm):
8769 * net/eudcb-ldap.el (eudc-ldap-check-base):
8770 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
8771 * progmodes/ebrowse.el (ebrowse-find-pattern):
8772 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
cd0899ab 8773 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
ff48d32d 8774 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
ce5a3ac0
RF
8775
8776 * vc.el (vc-delete-file):
8777 * play/gomoku.el (gomoku-terminate-game, gomoku)
8778 (gomoku-prompt-for-move, gomoku-human-takes-back):
8779 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
ff48d32d 8780 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
ce5a3ac0 8781
08c583db
DN
87822005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
8783
8784 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
ce5a3ac0 8785 color rxvt terminals by using the code xterm.el used to use before
08c583db
DN
8786 2005-04-09 in order to match the colors used by rxvt.
8787
af71d4c0 87882005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
836c8f06
DN
8789
8790 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
8791 colors rxvt-unicode terminals by using the same code as xterm.el.
8792
621f893a
SM
87932005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8794
8795 * textmodes/tex-mode.el (tex-font-lock-append-prop)
8796 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
8797 new symbol used for the tex-verbatim face.
8798
5b76833f
RF
87992005-09-24 Emilio C. Lopes <eclig@gmx.net>
8800
8801 * woman.el (woman-file-name):
8802 * wid-edit.el (widget-file-prompt-value)
8803 (widget-coding-system-prompt-value):
8804 * w32-fns.el (set-w32-system-coding-system):
8805 * vc.el (vc-version-diff, vc-annotate):
8806 * textmodes/reftex-auc.el (reftex-arg-cite)
8807 (reftex-arg-index-tag):
8808 * textmodes/refer.el (refer-get-bib-files):
8809 * textmodes/artist.el (artist-figlet-choose-font):
8810 * terminal.el (terminal-emulator):
8811 * replace.el (occur-read-primary-args):
8812 * rect.el (string-rectangle, string-insert-rectangle):
8813 * ps-print.el (ps-print-preprint):
8814 * progmodes/pascal.el (pascal-goto-defun):
8815 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
8816 * progmodes/compile.el (compilation-find-file):
8817 * printing.el (pr-interactive-n-up):
8818 * play/animate.el (animate-birthday-present):
8819 * net/rcompile.el (remote-compile):
8820 * man.el (man, Man-goto-section, Man-follow-manual-reference):
8821 * mail/rmailsum.el (rmail-summary-search-backward)
8822 (rmail-summary-search):
8823 * mail/rmailout.el (rmail-output-read-rmail-file-name)
8824 (rmail-output-read-file-name):
8825 * mail/rmail.el (rmail-search, rmail-search-backwards):
8826 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
8827 * locate.el (locate):
8828 * international/quail.el (quail-show-keyboard-layout):
8829 * international/mule.el (set-buffer-file-coding-system)
8830 (revert-buffer-with-coding-system, set-file-name-coding-system)
8831 (set-terminal-coding-system, set-keyboard-coding-system)
8832 (set-next-selection-coding-system):
8833 * international/mule-diag.el (describe-coding-system)
8834 (describe-font, describe-fontset):
8835 * international/mule-cmds.el (universal-coding-system-argument)
8836 (search-unencodable-char, describe-input-method)
8837 (set-language-environment, describe-language-environment):
8838 * international/codepage.el (codepage-setup):
8839 * international/code-pages.el (codepage-setup):
8840 * info.el (Info-search, Info-follow-reference)
8841 (Info-search-backward):
8842 * emacs-lisp/advice.el (ad-read-advised-function)
8843 (ad-read-advice-class, ad-clear-cache, ad-activate)
8844 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
8845 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
8846 (ad-read-regexp):
8847 * ediff-util.el (ediff-toggle-regexp-match):
8848 * ediff-ptch.el (ediff-prompt-for-patch-file):
8849 * dired-aux.el (dired-diff):
8850 * diff.el (diff):
8851 * cus-edit.el (custom-variable-prompt):
8852 * calendar/timeclock.el (timeclock-ask-for-project):
8853 * calc/calcalg3.el (calc-get-fit-variables):
8854 * calc/calc-store.el (calc-edit-variable)
8855 (calc-permanent-variable):
8856 * vc-mcvs.el (vc-mcvs-register):
8857 * shadowfile.el (shadow-define-literal-group):
8858 * woman.el (woman-file-name):
8859 * vc.el (vc-version-diff, vc-merge):
8860 * textmodes/reftex-index.el (reftex-index-complete-tag):
8861 * format.el (format-decode-buffer, format-decode-region):
8862 * emulation/viper-cmd.el (viper-read-string-with-history):
8863 * emacs-lisp/debug.el (cancel-debug-on-entry):
8864 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8865 * ediff.el (ediff-merge-revisions)
8866 (ediff-merge-revisions-with-ancestor, ediff-revision):
8867 * completion.el (interactive-completion-string-reader):
8868 * calc/calc-prog.el (calc-user-define-formula):
8869 Follow convention for reading with the minibuffer.
8870
f7938fdd 88712005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
917551f2
EZ
8872
8873 * progmodes/python.el (python-describe-symbol): Add globals() and
8874 locals() to the arguments of emacs.ehelp.
8875
999f7d65
EZ
88762005-09-24 Magnus Henoch <mange@freemail.hu>
8877
621f893a
SM
8878 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
8879 New function, code extracted from ispell-valid-dictionary-list.
999f7d65
EZ
8880 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
8881 Call it.
8882
d74a5c91
EZ
88832005-09-24 Eli Zaretskii <eliz@gnu.org>
8884
8885 * subr.el (version-regexp-alist): Extend valid syntax for version
8886 strings: allow any of the characters -,_,+ to separate the
8887 alpha/beta/rc part from the version part. Doc fix.
621f893a 8888 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
d74a5c91 8889
8dbf19c7
RS
88902005-09-23 David Reitter <david.reitter@gmail.com>
8891
8892 * mail/mailclient.el: New file.
8893
91346f54
RS
88942005-09-23 Richard M. Stallman <rms@gnu.org>
8895
8896 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
8897 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
8898 Doc fixes.
8899
621f893a
SM
8900 * progmodes/cc-mode.el (c-font-lock-init):
8901 Specify font-lock-lines-before.
91346f54 8902
91773964
SM
89032005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
8906 whole conflict.
8907
de07af38
CD
89082005-09-23 Carsten Dominik <dominik@science.uva.nl>
8909
91773964
SM
8910 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
8911 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
de07af38
CD
8912 of `remap' feature when available. Additional key bindings for
8913 better tty support.
8914 (org-mode-restart, org-force-self-insert): New commands.
8915 (org-time-stamp-inactive): New command.
8916 (org-remap): New function.
91773964
SM
8917 (org-table-auto-blank-field, org-level-color-stars-only): New options.
8918 (org-enable-fixed-width-editor): Move to `org-structure'
de07af38 8919 customization group.
91773964 8920 (org-self-insert-command, orgtbl-self-insert-command): Modify to
de07af38
CD
8921 blank field after field motion commands.
8922
8fb7dc77
KH
89232005-09-23 Kenichi Handa <handa@m17n.org>
8924
91773964
SM
8925 * international/mule-cmds.el (set-language-environment):
8926 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
8fb7dc77
KH
8927 have to call utf-translate-cjk-load-tables.
8928
39739f21
SM
89292005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8930
8931 * mouse.el (mouse-move-drag-overlay): Fix last change.
8932
e5534f18
DP
89332005-09-22 David Ponce <david@dponce.com>
8934
8935 * tree-widget.el (tree-widget-value-create): Fix previous change.
8936
0278364c
DN
89372005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8938
39739f21 8939 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
0278364c 8940
aaf15b8b
SM
89412005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8942
8943 * mouse.el (mouse-move-drag-overlay): New function.
8944 (mouse-drag-region-1): Use it.
8945 Try to simplify a bit the state handling. Handle clicks on links
8946 inside intangible areas.
8947 (mouse-save-then-kill): Minor simplification.
8948 (mouse-secondary-overlay): Make it always non-nil instead of
8949 recreating it each time.
8950 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
8951 (mouse-kill-secondary, mouse-secondary-save-then-kill):
8952 Simplify accordingly.
8953
b778ed18
DN
89542005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8955
8956 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
8957
15c77b9e 89582005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
2f2db7cc 8959
76de4b0d
KS
8960 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
8961 (ediff-file-name-sans-prefix): Treat nil as an empty string.
aaf15b8b
SM
8962 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
8963 to patch.
2f2db7cc 8964
76de4b0d 8965 * ediff-util.el: Use insert-buffer-substring.
2f2db7cc 8966
cb9214f2 8967 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
2f2db7cc 8968
aaf15b8b
SM
8969 * emulation/viper-cmd.el (viper-change-state): Don't move over the
8970 field boundaries in the minibuffer.
cb9214f2
JB
8971 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
8972 (viper-minibuffer-post-command-hook): New hook.
8973 (viper-line): Don't move cursor at bolp.
2f2db7cc 8974
aaf15b8b 8975 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
2f2db7cc 8976
76de4b0d 8977 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
aaf15b8b 8978 avoid compiler warnings.
2f2db7cc 8979
aaf15b8b 8980 * emulation/viper-macs.el (ex-map): Better messages.
2f2db7cc 8981
aaf15b8b 8982 * emulation/viper-utils.el (viper-beginning-of-field): New function.
2f2db7cc 8983
76de4b0d 8984 * emulation/viper.el: Replace make-variable-buffer-local with
15c77b9e 8985 viper-make-variable-buffer-local everywhere, to avoid warnings.
2f2db7cc 8986
f002506f
SM
89872005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8988
8989 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
8990 Delete unused var `old-selected-window'.
cb9214f2 8991 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
f002506f
SM
8992 (mouse-drag-secondary): Delete unused var `start-frame'.
8993
cb9214f2 89942005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
fac3f386
SM
8995
8996 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
8997
f09cfd28
SM
89982005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
9001 Re-indent within 80 columns. Use inhibit-read-only.
9002
12b8cf53
RF
90032005-09-19 Romain Francoise <romain@orebokech.com>
9004
9005 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
9006
5d4247d3
SM
90072005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9008
8d18935d 9009 * font-lock.el (font-lock-default-fontify-region): Don't add a line
a762b7b8 9010 unconditionally, since the after-change-function already did it.
5d4247d3 9011
e3fba586
MB
90122005-09-19 Miles Bader <miles@gnu.org>
9013
9014 * net/newsticker.el: Get rid of CVS keyword.
9015
b7201644
RF
90162005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
9017
9018 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
9019 The prompt is formatted later.
9020
4ff094a8
DP
90212005-09-19 David Ponce <david@dponce.com>
9022
9023 * tree-widget.el (tree-widget-value-create): Save the converted
9024 tree :node widget.
9025
900d1698
JB
90262005-09-19 Juanma Barranquero <lekktu@gmail.com>
9027
9028 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
9029 variable `message'.
9030
bc103d00
MA
90312005-09-18 Michael Albinus <michael.albinus@gmx.de>
9032
9033 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
9034 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
9035 <slawomir.nowaczyk.847@student.lu.se>.
9036
93a75651
CY
90372005-09-18 Chong Yidong <cyd@stupidchicken.com>
9038
9039 * image.el (image-load-path): Use symbol `data-directory' instead
9040 of its value, for backward compatibility with packages that bind
9041 it during `find-image'. Suggested by Katsumi Yamaoka.
9042 (image-search-load-path): Handle symbols whose values are strings.
9043
71773400
RF
90442005-09-18 Romain Francoise <romain@orebokech.com>
9045
9046 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9047 with-current-buffer form in save-excursion.
9048
8a26c165
DG
90492005-09-18 D Goel <deego@gnufans.org>
9050
39739f21
SM
9051 * apropos.el (apropos-command): Fix `message' call: first arg
9052 should be a format spec. In this and all other cases that appear
9053 below and elsewhere in the source code, I made a change only when
9054 two conditions were satisfied: [1] I can think of a possibility
9055 that the arguments would cause an error, for example, the code in
9056 question relies on external variables such as filenames. [2] I
9057 was sure that the arg to `message' could not have been nil in the code.
9058
9059 * textmodes/tildify.el (tildify-region): Ditto.
9060
8a26c165 9061 * textmodes/reftex-index.el (reftex-index-change-entry)
a762b7b8
KS
9062 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9063 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
8a26c165 9064 * textmodes/org.el (org-complete, org-deadline, org-schedule)
a762b7b8
KS
9065 (org-priority, org-table-sum):
9066 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9067 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9068 (flyspell-word, flyspell-display-next-corrections):
9069 * textmodes/bibtex.el (bibtex-print-help-message):
9070 * textmodes/artist.el (artist-key-set-point-poly):
9071 * term/mac-win.el (mac-services-insert-text):
8a26c165
DG
9072 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9073 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9074 (vhdl-port-paste-testbench, vhdl-compose-new-component)
a762b7b8 9075 (vhdl-compose-configuration):
8a26c165 9076 * progmodes/sh-script.el (sh-blink, sh-show-indent)
a762b7b8
KS
9077 (sh-set-indent, sh-learn-line-indent):
9078 * progmodes/ps-mode.el (ps-mode-target-column):
8a26c165 9079 * progmodes/idlwave.el (idlwave-make-tags)
a762b7b8
KS
9080 (idlwave-scan-library-catalogs):
9081 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9082 * progmodes/gud.el (gud-jdb-analyze-source):
9083 * progmodes/flymake.el (flymake-log):
9084 * progmodes/ebnf2ps.el (ebnf-generate-region):
9085 * progmodes/cmacexp.el (c-macro-expansion):
9086 * progmodes/ada-xref.el (ada-treat-cmd-string):
8a26c165 9087 * progmodes/ada-mode.el (ada-create-case-exception-substring)
a762b7b8
KS
9088 (ada-justified-indent-current, ada-batch-reformat):
9089 * play/zone.el (zone):
9090 * play/landmark.el (lm-move):
9091 * play/decipher.el (decipher-show-alphabet):
8a26c165 9092 * net/newsticker.el (newsticker--display-jump)
a762b7b8 9093 (newsticker--display-scroll):
8a26c165 9094 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
a762b7b8
KS
9095 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9096 * mail/feedmail.el (feedmail-dump-message-to-queue):
9097 * eshell/esh-proc.el (eshell-remove-process-entry):
9098 * emulation/ws-mode.el (ws-last-error):
8a26c165 9099 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
a762b7b8
KS
9100 (viper-record-kbd-macro):
9101 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9102 * emacs-lisp/lisp-mnt.el (lm-report-bug):
9103 * emacs-lisp/find-func.el (find-function-noselect):
8a26c165 9104 * calendar/timeclock.el (timeclock-status-string)
a762b7b8
KS
9105 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9106 (timeclock-when-to-leave-string):
9107 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9108 * calc/calc-units.el (calc-enter-units-table):
9109 * calc/calc-mode.el (calc-mode-record-mode):
9110 * woman.el (woman-mini-help):
9111 * wdired.el (wdired-change-to-wdired-mode):
9112 * vc.el (vc-retrieve-snapshot):
9113 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9114 * startup.el (display-startup-echo-area-message):
9115 * simple.el (set-goal-column):
9116 * ses.el (ses-command-hook, ses-recalculate-cell):
9117 * server.el (server-process-filter):
8a26c165 9118 * printing.el (pr-interface-txt-print, pr-interface-printify)
a762b7b8
KS
9119 (pr-interface-ps):
9120 * pcvs.el (cvs-help):
9121 * log-edit.el (log-edit, log-edit-mode-help):
9122 * iswitchb.el (iswitchb-possible-new-buffer):
9123 * isearch.el (isearch-edit-string):
9124 * image-mode.el (image-mode, image-minor-mode):
9125 * ibuf-macs.el (define-ibuffer-filter):
9126 * hi-lock.el (hi-lock-find-patterns):
9127 * files.el (toggle-read-only):
8a26c165 9128 * ediff-util.el (ediff-copy-diff)
a762b7b8
KS
9129 (ediff-write-merge-buffer-and-maybe-kill):
9130 * echistory.el (Electric-history-undefined):
9131 * dnd.el (dnd-insert-text):
9132 * dired-aux.el (dired-query):
9133 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
9134 * bookmark.el (bookmark-bmenu-locate):
9135 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
9136 Fix `message' calls to ensure first arg is a format string.
9137 The change was made only when these two conditions were satisfied:
9138 [1] when there is a possibility that the arguments would cause an error
9139 for example, if the code in question relies on external variables
9140 such as filenames, and
9141 [2] if the arg to `message' could not have been nil in the code.
8a26c165 9142
900d1698
JB
9143 * pcomplete.el (pcomplete--help): Fix `message' format spec.
9144 Not having a %s would be weird, though not technically wrong.
8a26c165 9145
be9bb408
YM
91462005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9147
9148 * term/mac-win.el (mac-add-charset-info): Doc fix.
9149
77689ea3
RF
91502005-09-17 Romain Francoise <romain@orebokech.com>
9151
9152 * shell.el (shell-resync-dirs): Handle echoing processes more
9153 reliably. Don't insert resync command if `comint-process-echoes'
9154 is non-nil.
9155
4ac3afdb
EZ
91562005-09-17 Magnus Henoch <mange@freemail.hu>
9157
9158 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
9159 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
9160 aspell versions >= 0.60.
9161 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
9162 only if ispell-aspell-supports-utf8 is non-nil.
9163
4f46dc87
EZ
91642005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9165
9166 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
9167 buffer-local value to lisp-indent-function.
9168
debe6451
EZ
91692005-09-17 Milan Zamazal <pdm@zamazal.org>
9170
9171 * progmodes/glasses.el (glasses-make-readable): If
9172 glasses-separator differs from underscore, put appropriate
9173 overlays over underscore characters.
9174 (glasses-convert-to-unreadable): If glasses-separator differs from
9175 underscore, try to convert glasses-separator characters to
9176 underscores.
9177
f52e8e86
SM
91782005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9179
9180 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
9181 Use with-syntax-table and dolist.
9182
7b07114a
CD
91832005-09-16 Carsten Dominik <dominik@science.uva.nl>
9184
23006f3e
KS
9185 * textmodes/reftex-auc.el:
9186 * textmodes/reftex-cite.el:
9187 * textmodes/reftex-dcr.el:
9188 * textmodes/reftex-global.el:
9189 * textmodes/reftex-parse.el:
9190 * textmodes/reftex-ref.el:
9191 * textmodes/reftex-sel.el:
9192 * textmodes/reftex-toc.el:
9193 * textmodes/reftex-vars.el:
9194 * textmodes/reftex.el: Small changes to remove compiler warnings.
7b07114a 9195
23006f3e 9196 * textmodes/reftex-index.el: Likewise.
7b07114a
CD
9197 (reftex-query-index-phrase): More efficient use of markers.
9198
5fc5ac38
CY
91992005-09-15 Chong Yidong <cyd@stupidchicken.com>
9200
9201 * image.el (image-load-path): New variable.
9202 (image-search-load-path): New function.
9203 (find-image): Search for images in `image-load-path'.
9204
8ccd3630
RS
92052005-09-15 Richard M. Stallman <rms@gnu.org>
9206
9207 * follow.el: Change Maintainer field.
9208
9be6a039
DP
92092005-09-15 David Ponce <david@dponce.com>
9210
9211 * recentf.el (recentf-save-file-modes): New option.
9212 (recentf-save-list): Use it.
9213
94e55b87
NR
92142005-09-15 Nick Roberts <nickrob@snap.net.nz>
9215
9216 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
9217 (mode-line-mule-info, mode-line-modified): Move bindings from
9218 mouse-3 to mouse-1.
9219
a9267c2c
CY
92202005-09-15 Chong Yidong <cyd@stupidchicken.com>
9221
9222 * simple.el (sendmail-user-agent-compose): Revert last change.
9223
c6ea7612
SM
92242005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9225
503ac8a4
SM
9226 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
9227 Use with-current-buffer.
9228 (ange-ftp-gwp-start): Remove unused var `gw-user'.
9229 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
9230 (ange-ftp-insert-directory): Remove unused var `short'.
9231 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
9232
c6ea7612
SM
9233 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
9234 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
9235
9236 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
9237 (check-calendar-holidays, diary-list-entries): Autoload.
9238 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
9239 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
9240
9241 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
9242 which mistakenly removed a call to display-buffer.
9243
ef19e610
JB
92442005-09-14 Juanma Barranquero <lekktu@gmail.com>
9245
9246 * obsolete/iso-insert.el: Move to obsolete/ from international/.
9247
a5b101dc
TTN
92482005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
9249
9250 * progmodes/hideshow.el
9251 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
9252 (hs-allow-nesting): New user var.
9253 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
9254 (hs-hide-block-at-point): When nesting allowed,
9255 if there is already an overlay in place, delete it.
9256 (hs-safety-is-job-n): Delete func; remove call sites.
9257 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
9258 (hs-overlay-at): New func.
9259 (hs-already-hidden-p, hs-show-block): Use it.
9260 (hs-hide-all): Don't pre-clean if nesting allowed.
9261 (hs-show-all): Temporarily disallow
9262 nesting around call to `hs-discard-overlays'.
9263
40cfe0d8
CY
92642005-09-14 Chong Yidong <cyd@stupidchicken.com>
9265
9266 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
9267 Delete unused local var.
9268
9dc08dc9
JB
92692005-09-13 Juanma Barranquero <lekktu@gmail.com>
9270
7a650da0
JB
9271 * help-fns.el (describe-categories): "?\ " -> "?\s".
9272 (help-do-arg-highlight): Recognize also ARG-n, as in
9273 `move-to-left-margin' (ARG+n is already recognized). Simplify.
9274
9dc08dc9
JB
9275 * international/codepage.el (dos-unsupported-char-glyph):
9276 * net/newsticker.el (tool-bar-map, w3-mode-map)
9277 (w3m-minor-mode-map):
9278 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
9279 (ent-alist):
9280 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
9281
1db2d450
CY
92822005-09-13 Chong Yidong <cyd@stupidchicken.com>
9283
d5c16b05
CY
9284 * custom.el (custom-push-theme): Handle the case where a symbol is
9285 bound but face properties have not yet been assigned.
9286
09c9e6bb
CY
9287 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
9288 Fix behavior if noerase is `t' and there is no mail buffer.
9dc08dc9 9289
09c9e6bb
CY
9290 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
9291 if `continue' is nil, rather than signal an error.
1db2d450 9292
5629e04f
RS
92932005-09-12 Richard M. Stallman <rms@gnu.org>
9294
595f66af
RS
9295 * font-lock.el (font-lock-keywords): Add autoload.
9296
9297 * help-fns.el (describe-variable): Rearrange to put source link
9298 in a predictable place.
9299
5629e04f
RS
9300 * net/newsticker.el: New file.
9301
344f1111
SM
93022005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9303
34cb0115
SM
9304 * calendar/calendar.el (calendar-for-loop): Add edebug info.
9305 (calendar-basic-setup): Use the new nil arg.
9306 (number-of-diary-entries): Move to diary-lib.el.
9307
9308 * calendar/diary-lib.el: Use with-current-buffer, match-string.
9309 (diary-list-entries): Use with-syntax-table and dolist.
9310 Rename from list-diary-entries.
9311 Use number-of-diary-entries if `number' is nil.
9312 (diary, diary-view-entries): Use this new name and new nil arg value.
9313 (number-of-diary-entries): Move from calendar.el.
9314 (diary-unhide-everything): New function.
9315 (include-other-diary-files, fancy-diary-display)
9316 (diary-show-all-entries, make-diary-entry): Use it.
9317 (diary-mail-entries): Use buffer-string.
9318 (mark-diary-entries): Fix long standing paren typo.
9319 (diary-sexp-entry): Use count-lines.
9320 (make-diary-entry): Avoid `previous-line'.
9321 (diary-mode-map): New var.
9322 (diary-mode): Redraw cal after saving. Setup header-line.
9323 (fancy-diary-display-mode): Use local-set-key.
9324
9325 * startup.el (command-line): Try calling various terminal-init-foo-bar
9326 functions by stripping hyphenated suffixes from $TERM.
9327
344f1111
SM
9328 * files.el (normal-mode): Check boundness of font-lock-keywords.
9329
7957baea
RS
93302005-09-12 Richard M. Stallman <rms@gnu.org>
9331
9332 * progmodes/compile.el: Don't decide a file's directory
9333 until the user actually tries to go there.
9334 (compilation-next-error-function):
9335 Pass compilation-find-file the directory from the file-struct.
9336 (compilation-internal-error-properties): Separate local FILE-STRUCT
9337 from FILE. Doc the args better. Rename arg FMT to FMTS.
9338 (compilation-find-file): Arg DIR renamed to DIRECTORY.
9339 Expand it, and if nil, use default-directory.
9340 (compilation-get-file-structure): Don't mix specified directory
9341 with default directory. Put specified directory into
9342 file-struct. Don't make the file name absolute.
9343
9344 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9345 (compile-command): Add autoload.
9346 (compilation-disable-input): Add autoload.
9347
7318a7a3
SG
93482005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
9349
9350 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
9351 strings of the variables it can override.
344f1111 9352 (time-stamp): New (as yet undocumented) time-stamp-format escapes
7318a7a3
SG
9353 %Q and %q, for fully-qualified domain name and unqualified host name.
9354
f172343a
KS
93552005-09-11 Kim F. Storm <storm@cua.dk>
9356
9357 * emacs-lisp/authors.el (authors-aliases): Update list.
9358 (authors-fixed-entries): Update mldrag.el entry.
9359
0e435430
EZ
93602005-09-10 Alan Mackenzie <acm@muc.de>
9361
9362 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
9363 from the region narrowed to.
9364
c10b0abc
EZ
93652005-09-10 Magnus Henoch <mange@freemail.hu>
9366
9367 * textmodes/ispell.el (ispell-check-version): Signal an error if
9368 aspell version is less than 0.60.
9369
4ca7c468
EZ
93702005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
9371
344f1111
SM
9372 * progmodes/octave-inf.el (inferior-octave-startup):
9373 Resync current dir at the end.
4ca7c468 9374
72f0712b 93752005-09-10 Emilio C. Lopes <eclig@gmx.net>
99580cde 9376
344f1111
SM
9377 * woman.el (woman-topic-at-point-default):
9378 Rename to woman-use-topic-at-point-default.
9379 (woman-topic-at-point): Rename to woman-use-topic-at-point.
72f0712b
EZ
9380 (woman-file-name): Reflect renames above. Automatically use the
9381 word at point as topic if woman-use-topic-at-point is non-nil.
9382 Otherwise offer it as default but don't insert it in the
9383 minibuffer. Also use `test-completion' instead of `assoc' as
9384 suggested by Stefan Monnier.
9385
de21740d
AS
93862005-09-10 Andre Spiegel <spiegel@gnu.org>
9387
9388 * vc.el (vc-directory, vc-update-change-log): Throw an error on
9389 the attempt to do it over Tramp. This is not yet supported.
9390
6ee37599
EZ
93912005-09-10 Eli Zaretskii <eliz@gnu.org>
9392
9393 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9394 (menu-bar-non-minibuffer-window-p): New functions.
9395 ("Split Window", "Save As..."): Use them.
9396 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
344f1111
SM
9397 ("Print Buffer", "Truncate Long Lines in this Buffer"):
9398 Use menu-bar-menu-frame-live-and-visible-p.
6ee37599 9399 ("Save Buffer", "Insert File", "Open Directory...")
344f1111
SM
9400 ("Open File...", "Visit New File..."):
9401 Use menu-bar-non-minibuffer-window-p.
9402 (kill-this-buffer-enabled-p, dired <menu-enable>):
9403 Use menu-bar-non-minibuffer-window-p.
6ee37599 9404
50a6ff15
EZ
94052005-09-09 Eli Zaretskii <eliz@gnu.org>
9406
6eb33acb
EZ
9407 * cus-start.el (all): Don't complain about fringe-related
9408 built-ins if fringes are not supported. Ditto about
344f1111 9409 selection-related built-ins. Fix the test for GTK-related built-ins.
6eb33acb 9410
50a6ff15
EZ
9411 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
9412 ("Postscript Print Buffer", "Print Region", "Save As...")
9413 ("Save", "Insert File...", "Open Directory...")
9414 ("Open File...", "Visit New File..."")
9415 ("Truncate Long Lines in this Buffer"): Don't look at
344f1111 9416 menu-updating-frame if this display does not support multiple frames.
50a6ff15 9417
012a2196
EZ
94182005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9419
9420 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
9421
9198ee0e
EZ
94222005-09-09 Emilio Lopes <eclig@gmx.net>
9423
9424 * woman.el: Format- and whitespace-related changes.
9425
f64b6c63
EZ
94262005-09-09 Eli Zaretskii <eliz@gnu.org>
9427
9428 * woman.el: Fix my email address.
9429
47b8bc5d
RS
94302005-09-08 Richard M. Stallman <rms@gnu.org>
9431
9432 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
9433 (sh-mode): Locally set skeleton-pair-default-alist.
9434
9435 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
9436
9437 * progmodes/flymake.el: Require `compile' unconditionally.
9438
9439 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
9440
9441 * woman.el (woman-file-name): Provide a default, not initial input.
9442
9443 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
9444
9445 * font-lock.el (font-lock-support-mode): Doc fix.
9446
9447 * descr-text.el (describe-property-list): Handle non-symbol prop names.
9448
2a56faf1 94492005-09-08 Richard M. Stallman <rms@gnu.org>
47b8bc5d
RS
9450
9451 * simple.el (blink-matching-open): Get rid of text props from
9452 the string shown in echo area. Don't permanently set point.
9453 Some rearrangements.
9454
6fbb1eb0
RS
94552005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9456
9815ca3d
RS
9457 * recentf.el (recentf-filename-handler): Add custom choice
9458 `abbreviate-file-name'.
9459
8e2c8d3e
RS
9460 * msb.el (msb--very-many-menus): Fix typo.
9461
6fbb1eb0
RS
9462 * disp-table.el (standard-display-european): Don't set
9463 enable-multibyte-characters to nil.
9464
844c6ee7
DP
94652005-09-08 David Ponce <david@dponce.com>
9466
9467 * recentf.el (recentf-show-file-shortcuts-flag): New option.
9468 (recentf-expand-file-name): Doc fix.
9469 (recentf-dialog-mode-map): Define digit shortcuts.
9470 (recentf--files-with-key): New variable.
9471 (recentf-show-digit-shortcut-filter): New function.
9472 (recentf-open-files-items): New function.
9473 (recentf-open-files): Use it.
9474 (recentf-open-file-with-key): New command.
9475
344f1111
SM
94762005-09-08 Chong Yidong <cyd@stupidchicken.com>
9477
9478 * buff-menu.el (Buffer-menu-sort-by-column): New function.
9479 Suggested by Kim F. Storm.
9480 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
9481 (Buffer-menu-make-sort-button): Use global keymap.
9482
553f03bc
MA
94832005-09-07 Michael Albinus <michael.albinus@gmx.de>
9484
29499b82 9485 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
553f03bc
MA
9486 (Man-getpage-in-background-advice): Remove defadvice; it isn't
9487 necessary any longer with the remapped command.
9488 (Man-bgproc-sentinel-advice): Remove defadvice which counts
9489 formatting time only.
9490
9491 * net/tramp.el (tramp-action-password)
9492 (tramp-multi-action-password): Compile the password prompt from
9493 `method', `user' and `host'. Sometimes it isn't obvious which
9494 password to enter, for example with remote files offered by
9495 recentf.el, or with multiple steps. Suggested by Robert Marshall
9496 <robert@chezmarshall.freeserve.co.uk>.
9497
dcc6da3a
SM
94982005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9499
9500 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9501 Fix regexp for when "s///" is at the beginning of line.
9502
2ccc02f2
JB
95032005-09-07 Jay Belanger <belanger@truman.edu>
9504
9505 * calc/calc-poly.el (math-expand-term): Multiply out any powers
9506 when in matrix mode.
9507
3076c726
SM
95082005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9509
9510 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
9511 non-anonymous functions.
9512
efe4e5af
CY
95132005-09-06 Chong Yidong <cyd@stupidchicken.com>
9514
3076c726
SM
9515 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
9516 when using a header line. Otherwise, use mouse-1-click-follows-link.
efe4e5af
CY
9517
9518 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
9519 can't be moved; don't signal an error.
f4885d81 9520
79a0aa11
CY
95212005-09-05 Chong Yidong <cyd@stupidchicken.com>
9522
9523 * cus-theme.el (custom-theme-write-faces): Save the current face
9524 spec, not the defface spec.
9525
9526 * custom.el (custom-known-themes): Clarify meaning of "standard".
9527 (custom-push-theme): Save old values in the standard theme.
9528 (disable-theme): Correct typo.
9529 (custom-face-theme-value) Deleted unused function.
3076c726 9530 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
79a0aa11 9531
1550ae60
SM
95322005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9533
9534 * progmodes/compile.el (compilation-goto-locus): Take into account
9535 iconified frames when determining whether the buffer is
9536 already visible.
9537 Don't reset window height if the window already existed.
9538
87d737ae
CY
95392005-09-04 Chong Yidong <cyd@stupidchicken.com>
9540
1550ae60 9541 * custom.el (load-theme): Rename from require-theme.
87d737ae 9542 Add interactive spec.
1550ae60 9543 (enable-theme): Rename from custom-enable-theme.
87d737ae 9544 Add interactive spec.
1550ae60 9545 (disable-theme): Rename from custom-disable-theme.
87d737ae
CY
9546 Add interactive spec.
9547 (custom-make-theme-feature): Doc fix.
9548 (custom-theme-directory): Doc fix.
9549 (provide-theme): Call enable-theme.
9550
928f12c9
SM
95512005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 * obsolete/lazy-lock.el (lazy-lock-mode):
9554 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
9555 font-lock-mode if it's off. Print a warning instead.
9556
9557 * progmodes/compile.el (compilation-start): Ignore errors if the
9558 process died before we get to send-eof.
9559
9560 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
9561 Undo last change. Enclosing the result in quotes broke things on Unix
9562 since tex-send-command passes it through shell-quote-argument.
9563 (tex-send-command): Pass `file' through convert-standard-filename
9564 when possible.
9565 (tex-uptodate-p): Handle the case where TeX hasn't put additional
9566 info in a transcript.
9567
f47877ee
DN
95682005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
9569
9570 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
af71d4c0 9571 fix compilation warning. Reorder the key definitions to group
f47877ee
DN
9572 together keys emitted by the current version of xterm.
9573
9574 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
9575 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
9576 Reorder predicates to correct min-color usage.
9577
6fd388f3
CY
95782005-09-01 Chong Yidong <cyd@stupidchicken.com>
9579
9580 * longlines.el (longlines-mode): Inhibit read-only when encoding.
9581 Kill local variables when longlines-mode is turned off.
9582
bdb4d6d8
SM
95832005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9584
928f12c9
SM
9585 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
9586
bdb4d6d8
SM
9587 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
9588
9589 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
9590
9591 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
9592 (font-lock-lines-before): Change default to being inactive.
9593 (font-lock-default-fontify-region): Obey font-lock-lines-before.
9594 (font-lock-after-change-function): Don't handle f-l-lines-before here.
9595
00cec167
MA
95962005-08-31 Michael Albinus <michael.albinus@gmx.de>
9597
bdb4d6d8
SM
9598 * net/tramp.el (tramp-handle-make-auto-save-file-name):
9599 Deactivate temporarily advice if active (not needed for Emacs 22,
9600 but for backwards compatibility).
00cec167
MA
9601 (tramp-exists-file-name-handler): Rewrite. First implementation
9602 was too simple.
bdb4d6d8
SM
9603 (tramp-advice-make-auto-save-file-name):
9604 Call `tramp-handle-make-auto-save-file-name' (again, just for
9605 backwards compatibility).
00cec167 9606
0a2e512a
RF
96072005-08-31 Reto Zimmermann <reto@gnu.org>
9608
9609 * progmodes/vhdl-mode.el
bdb4d6d8 9610 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
0a2e512a 9611 (vhdl-end-p): Fix indentation bug "else" after "-- when".
bdb4d6d8 9612 (vhdl-set-default-project): New function (easier setting of default).
0a2e512a 9613 (vhdl-port-copy): Handle extended identifiers for generics.
bdb4d6d8 9614 (vhdl-compiler-alist): Better description for error message regexp.
0a2e512a 9615 (vhdl-make): Query for target, use previous as default.
bdb4d6d8 9616 (vhdl-port-copy): Fix port copy for port names starting with "signal".
0a2e512a
RF
9617 (vhdl-font-lock-keywords-2): Fix fontification for record
9618 el. assign.
9619 (vhdl-speedbar-make-subpack-line): Add package body link.
9620 (vhdl-generate-makefile-1): Not include itself as dependency.
9621 (vhdl-font-lock-init): Highlight c-preprocessor directives.
9622 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
9623 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
9624 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
9625 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
bdb4d6d8 9626 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
0a2e512a 9627 (vhdl-import-project): Add string argument for `error'.
bdb4d6d8
SM
9628 (vhdl-compose-configuration)
9629 (vhdl-compose-configuration-architecture): Add configuration
0a2e512a
RF
9630 declaration generation.
9631 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
9632 (vhdl-trailer-re): Add "record" keyword (better indentation).
9633 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
9634 "[^ \t-\"]+".
119f6f17 9635 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
bdb4d6d8
SM
9636 (vhdl-testbench-entity-file-name)
9637 (vhdl-testbench-architecture-file-name): Allow separate
0a2e512a 9638 customization of testbench file names.
bdb4d6d8
SM
9639 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
9640 (vhdl-get-visible-signals): Allow newline within alias declaration.
9641 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
9642 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
0a2e512a 9643 (member-ignore-case): Alias for missing function in XEmacs.
bdb4d6d8 9644 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
0a2e512a
RF
9645 (vhdl-update-sensitivity-list): Ignore case on read signals.
9646 (vhdl-replace-string): Adjust case only for file names.
9647 (vhdl-update-sensitivity-list): Fix search for read signals.
9648 (vhdl-update-sensitivity-list): Exclude formal parameters.
9649 (vhdl-get-visible-signals): Include aliases of signals.
9650 (vhdl-get-visible-signals): Fix signal name searching.
9651 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
9652 (vhdl-fixup-whitespace-region): Fix for character
af71d4c0 9653 literals (e.g. `:').
0a2e512a 9654
d8aa9ea9
JB
96552005-08-31 Juanma Barranquero <lekktu@gmail.com>
9656
41e11121
JB
9657 * ansi-color.el (comint-last-output-start):
9658 * bs.el (font-lock-verbose):
9659 * diff-mode.el (add-log-buffer-file-name-function):
9660 * dired-x.el (vm-folder-directory):
9661 * faces.el (help-xref-stack-item):
9662 * files.el (font-lock-keywords):
9663 * find-lisp.el (dired-buffers, dired-subdir-alist):
9664 * ido.el (cua-inhibit-cua-keys):
9665 * log-view.el (cvs-minor-wrap-function):
9666 * outline.el (font-lock-warning-face):
9667 * simple.el (compilation-current-error):
9668 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
9669 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
9670 * tooltip.el (comint-prompt-regexp):
9671 * w32-fns.el (explicit-shell-file-name):
9672 * term/mac-win.el (mac-charset-info-alist)
9673 (mac-services-selection, mac-system-script-code):
9674 * term/tty-colors.el (msdos-color-values):
9675 * term/w32-win.el (xlfd-regexp-registry-subnum):
9676 * term/x-win.el (x-keysym-table, x-selection-timeout)
9677 (x-session-id, x-session-previous-id):
9678 * textmodes/ispell.el (mail-yank-prefix):
9679 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
9680 * textmodes/org.el (calc-embedded-close-formula)
9681 (calc-embedded-open-formula)
9682 (font-lock-unfontify-region-function):
9683 * textmodes/reftex-global.el (isearch-next-buffer-function)
9684 (TeX-master):
9685 * textmodes/reftex.el (font-lock-keywords):
9686 * textmodes/tex-mode.el (font-lock-comment-face)
9687 (font-lock-doc-face):
9688 * textmodes/texinfo.el (outline-heading-alist):
9689 Add defvars.
9690
9691 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
9692 (artist-spray-chars, artist-mode-init, artist-replace-string)
9693 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
9694 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
9695 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
9696
9697 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
9698 (conf-align-assignments): "?\ " -> "?\s".
9699
9700 * textmodes/reftex-index.el (TeX-master): Add defvar.
9701 (reftex-index-phrases-marker): Move up defvar.
9702
9703 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
9704 (reftex-toc-include-labels-indicator)
9705 (reftex-toc-include-index-indicator)
9706 (reftex-toc-max-level-indicator): Move up declarations.
9707
d8aa9ea9 9708 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
bdb4d6d8 9709 of args to `tramp-run-real-handler', even if it's empty in this case.
d8aa9ea9 9710
07c5948c
YM
97112005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9712
9713 * dired.el (dired-move-to-filename-regexp): Add date format for
9714 Mac OS X 10.3 in East Asian locales.
9715
c1105d05
MA
97162005-08-31 Michael Albinus <michael.albinus@gmx.de>
9717
9718 * files.el (make-auto-save-file-name): Add file name handler call
9719 if applicable.
9720
9721 * net/tramp.el (tramp-file-name-handler-alist)
9722 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
d8aa9ea9 9723 (tramp-handle-make-auto-save-file-name): Rename from
c1105d05
MA
9724 `tramp-make-auto-save-file-name'.
9725 (tramp-exists-file-name-handler): New defun.
9726 (tramp-advice-make-auto-save-file-name): Make defadvice only when
9727 `make-auto-save-file-name' is not a magic file name operation.
9728
47b8bc5d
RS
97292005-08-30 Richard M. Stallman <rms@gnu.org>
9730
9731 * files.el (risky-local-variable-p):
9732 Match `-predicates' and `-commands.
9733
9734 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
9735 (custom-save-all): Visit the file if necessary;
9736 kill the buffer if we created it.
9737 (custom-save-delete): Don't visit file or kill buffer here.
9738
25afa2cf
CD
97392005-08-30 Carsten Dominik <dominik@science.uva.nl>
9740
9741 * textmodes/org.el (org-special-keyword): New face.
9742 (org-table-copy-down, org-table-eval-formula)
bdb4d6d8
SM
9743 (org-table-recalculate, org-init-section-numbers):
9744 Use `string-to-number' instead of `string-to-int'.
25afa2cf
CD
9745 (org-get-location): Use `insert-buffer-substring' instead of
9746 `insert-buffer'.
9747 (org-modify-diary-entry-string): New function.
bdb4d6d8 9748 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
d8aa9ea9 9749 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25afa2cf
CD
9750 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
9751 active region.
9752 (org-export-as-html): Handle QUOTE keyword.
9753 (org-quote-string): New option.
9754 (org-bookmark-jump-unhide): New function, used for
9755 `bookmark-after-jump-hook'.
9756 (org-diary-default-entry): Apply only when not called through
9757 `org-agenda'.
9758
f720b30e
JB
97592005-08-30 Juanma Barranquero <lekktu@gmail.com>
9760
9761 * net/eudc.el (mode-popup-menu):
9762 * play/handwrite.el (ps-printer-name, ps-lpr-command):
9763 * progmodes/ada-mode.el (compile-auto-highlight)
9764 (skeleton-further-elements):
9765 * progmodes/autoconf.el (font-lock-syntactic-keywords):
9766 * progmodes/cmacexp.el (msdos-shells):
9767 * progmodes/compile.el (font-lock-extra-managed-props)
9768 (font-lock-keywords, font-lock-maximum-size)
9769 (font-lock-support-mode):
9770 * progmodes/grep.el (font-lock-lines-before):
9771 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
9772 * progmodes/mixal-mode.el (compile-command):
9773 * progmodes/perl-mode.el (font-lock-comment-face)
9774 (font-lock-doc-face, font-lock-string-face):
9775 * progmodes/prolog.el (comint-prompt-regexp):
9776 * progmodes/sh-script.el (font-lock-comment-face)
9777 (font-lock-set-defaults, font-lock-string-face):
9778 * progmodes/sql.el (font-lock-keyword-face)
9779 (font-lock-set-defaults, font-lock-string-face):
9780 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
9781 (itimer-version, lazy-lock-defer-contextually)
9782 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
9783 Add defvars.
9784
9785 * progmodes/cperl-mode.el (cperl-electric-lbrace)
9786 (cperl-electric-keyword, cperl-electric-pod)
9787 (cperl-electric-backspace, cperl-forward-re)
9788 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
9789 (vc-rcs-header, vc-sccs-header): Add defvars.
9790
9791 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
9792 (font-lock-syntactic-keywords, gud-find-expr-function):
9793 Add defvars.
9794
9795 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
9796 (gdb-frame-parameters): Declare before use.
9797
9798 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
9799 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
9800 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
9801 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
9802
9803 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
9804 (idlwave-help-with-source): Use `insert-buffer-substring', not
9805 `insert-buffer'.
9806
0f0b350b
JL
98072005-08-29 Juri Linkov <juri@jurta.org>
9808
9809 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
9810 Put outline-back-to-heading function call inside save-excursion.
9811
e0f58980
JB
98122005-08-29 Juanma Barranquero <lekktu@gmail.com>
9813
9814 * man.el (Man-init-defvars, Man-translate-references)
9815 (Man-support-local-filenames, Man-highlight-references):
9816 * progmodes/sql.el (sql-interactive-mode):
bdb4d6d8 9817 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
e0f58980
JB
9818
9819 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
9820 (compilation-mode-font-lock-keywords): Add defvars.
9821 (checkdoc-interactive-loop): "?\ " -> "?\s".
9822
9823 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
9824 (font-lock-doc-face, font-lock-string-face)
9825 (font-lock-keywords-case-fold-search): Add defvars.
9826 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
9827
9828 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
9829 Don't pass X and Y (they are ignored anyway).
9830 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
9831 (mouse-delete-window): Make arguments optional.
9832
bdb4d6d8 9833 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
e0f58980
JB
9834 (caesar-translate-table, minor-modes, news-buffer-save)
9835 (news-group-name, news-minor-modes): Add defvars.
9836
9837 * emacs-lisp/lselect.el (mouse-highlight-priority)
9838 (x-lost-selection-functions, zmacs-regions):
9839 * emacs-lisp/pp.el (font-lock-verbose):
9840 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
9841 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
9842 (ses-mode-map):
9843 * emacs-lisp/tcover-unsafep.el (safe-functions):
3675c8b1
JB
9844 * international/mule-cmds.el (mac-system-coding-system)
9845 (mac-system-locale):
9846 * language/ethio-util.el (rmail-current-message)
9847 (rmail-message-vector):
9848 * language/thai-util.el (thai-auto-composition-mode):
9849 * mail/metamail.el (rmail-current-message, rmail-message-vector):
9850 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
9851 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
9852 (vm-primary-inbox, vm-spool-files):
9853 * mail/rmail.el (deleted-head, font-lock-fontified)
9854 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
9855 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
9856 (total-messages):
9857 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
9858 (rmail-summary-mode-map):
9859 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
9860 (rmail-last-label, rmail-last-multi-labels)
9861 (rmail-summary-vector, rmail-total-messages):
9862 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
9863 * mail/rmailsum.el (msgnum):
9864 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
9865 (rmail-current-message):
e0f58980
JB
9866 * obsolete/fast-lock.el (font-lock-face-list):
9867 * obsolete/rnewspost.el (mail-reply-buffer):
9868 * obsolete/scribe.el (compile-command):
9869 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
9870
11b227ac 98712005-08-28 John Paul Wallington <jpw@gnu.org>
f215a1b4 9872
bdb4d6d8
SM
9873 * ibuf-ext.el (ibuffer-auto-update-changed):
9874 Use `frame-or-buffer-changed-p' to check whether we need to update.
f215a1b4
JPW
9875 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
9876 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
9877 as a `frame-or-buffer-changed-p' state vector instead.
9878
a24c45d2
RF
98792005-08-27 Romain Francoise <romain@orebokech.com>
9880
bdb4d6d8
SM
9881 * textmodes/makeinfo.el (makeinfo-compile):
9882 Use `compilation-start'. Set `next-error-function' according to
713fbb79
RF
9883 `disable-errors'.
9884 (makeinfo-next-error): New function.
9885 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
9886 (makeinfo-buffer): Likewise.
9887
a24c45d2
RF
9888 * progmodes/compile.el (compilation-start): Add autoload cookie.
9889
9890 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
9891 * textmodes/sgml-mode.el: Likewise.
9892 * progmodes/python.el: Likewise.
9893
b0c9a334
EZ
98942005-08-27 Eli Zaretskii <eliz@gnu.org>
9895
0fb57cc0
EZ
9896 * simple.el (blink-matching-paren-distance): Document the meaning
9897 of nil value, and allow to customize to nil.
9898
b0c9a334
EZ
9899 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
9900 command.com, not command.exe.
9901
35595517
JW
99022005-08-26 John Wiegley <johnw@newartisans.com>
9903
bdb4d6d8 9904 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
3bab4a46
JW
9905 code around a bit so that an extraneous nil argument is not added
9906 to a command when no args are given.
9907
35595517
JW
9908 * eshell/esh-arg.el (eshell-parse-double-quote): If a
9909 double-quoted argument resolves to nil, return it as an empty
9910 string rather than as nil. This made it impossible to pass "" to
9911 a shell script as a null string argument.
9912
797d92ed
SM
99132005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9914
9915 * outline.el (outline-invent-heading): New fun.
9916 (outline-promote, outline-demote): Use it.
9917 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
9918 (outline-end-of-subtree): Remove unused var `opoint'.
9919
8248b7ca
EZ
99202005-08-26 David Reitter <david.reitter@gmail.com>
9921
9922 * menu-bar.el (truncate-lines, write-file, print-buffer)
797d92ed
SM
9923 (ps-print-buffer-faces, ps-print-buffer, split-window):
9924 Disable menu items when the frame they refer to is invisible, or when
9925 they refer to a buffer and the minibuffer is selected.
8248b7ca 9926
1f33471d
EZ
99272005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
9928
797d92ed
SM
9929 * progmodes/flymake.el (flymake-highlight-err-lines):
9930 Use save-excursion around flymake-highlight-line to preserve point.
1f33471d 9931
d0943d40
EZ
99322005-08-26 Eli Zaretskii <eliz@gnu.org>
9933
9934 * progmodes/octave-mod.el: Change Author and Maintainer address.
9935 (octave-maintainer-address): Change Kurt's email address.
9936 * progmodes/octave-inf.el: Change Author and Maintainer address.
9937 * progmodes/octave-hlp.el: Change Author and Maintainer address.
9938
7cb53373
KS
99392005-08-26 Kim F. Storm <storm@cua.dk>
9940
6fe57d11 9941 * subr.el (version-list-<, version-list-<=, version-list-=):
aa230d94 9942 Rename from integer-list-*.
7cb53373
KS
9943 (version-list-not-zero): Likewise. Fix while loop.
9944 (version=): Use version-list-= instead of string-equal.
9945
db47a36e
RS
99462005-08-26 Richard M. Stallman <rms@gnu.org>
9947
9948 * outline.el (outline-promote): Try shortening the heading.
9949 As last resort, read the heading to use.
9950 (outline-demote): As last resort, read the heading to use.
9951
27024d2f
RF
99522005-08-26 Romain Francoise <romain@orebokech.com>
9953
5b317d74
RF
9954 * progmodes/compile.el (compilation-start): Doc fix.
9955
b0f9d85b
RF
9956 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
9957 (antlr-font-lock-additional-keywords): Fix reference to
9958 `antlr-font-lock-literal-regexp' erroneously changed during the
9959 mass face rename.
9960 (antlr-run-tool): Use `compilation-start'.
9961
27024d2f
RF
9962 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
9963 instead of the obsolete `compile-internal'.
9964
a6022f15
JB
99652005-08-26 Juanma Barranquero <lekktu@gmail.com>
9966
04ec3414
JB
9967 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
9968 (number, original-date):
9969 * calendar/cal-china.el (date):
9970 * calendar/cal-coptic.el (date):
9971 * calendar/cal-french.el (date):
9972 * calendar/cal-hebrew.el (date, entry, number, original-date):
9973 * calendar/cal-islam.el (date, number, original-date):
9974 * calendar/cal-iso.el (date):
9975 * calendar/cal-julian.el (date):
9976 * calendar/cal-mayan.el (date):
9977 * calendar/cal-menu.el (date, event):
9978 * calendar/cal-persia.el (date):
9979 * calendar/lunar.el (date):
9980 * calendar/solar.el (date): Add defvars.
9981
623f1465
JB
9982 * emerge.el:
9983 * ibuffer.el:
9984 * info-xref.el:
9985 * obsolete/bg-mouse.el:
9986 * obsolete/sun-curs.el:
9987 * obsolete/swedish.el: Move the `defvar's to the top level.
9988
a6022f15
JB
9989 * smerge-mode.el (smerge-refined-change): Add :group.
9990
41796d09
SM
99912005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
9994 (smerge-keep-n): Remove props.
9995 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9996 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
9997 now that it's done in smerge-keep-n.
9998 (smerge-refined-change): New face.
9999 (smerge-refine-chopup-region, smerge-refine-highlight-change)
10000 (smerge-refine): New funs.
10001 (smerge-basic-map): Bind smerge-refine.
10002
537fd670
JL
100032005-08-25 Juri Linkov <juri@jurta.org>
10004
10005 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
10006 compilation-process-setup-function and compilation-disable-input
10007 in grep-mode instead of let-bindings in grep.
10008
10009 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
10010 Delete "Automatic File De/compression" (auto-compression-mode).
10011
654078da
JB
100122005-08-25 Juanma Barranquero <lekktu@gmail.com>
10013
10014 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
10015 Silence warning about non-existent variable.
10016
c6a816df
RS
100172005-08-25 Richard M. Stallman <rms@gnu.org>
10018
10019 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
10020 Rename "Describe Key" to "Describe Key or Mouse Operation".
10021
10022 * mail/mailalias.el (build-mail-aliases): Delete comments
10023 from the contents before processing them.
10024
10025 * isearch.el (isearch-edit-string): Erase the Search prompt
10026 if user enters an empty string and there is no default.
10027
10028 * comint.el (comint-file-name-prefix): Add autoload.
10029
100302005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
10031
10032 * subr.el (play-sound): Rearrange to avoid warning.
10033
822fcf5b
CD
100342005-08-25 Carsten Dominik <dominik@science.uva.nl>
10035
10036 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10037 New hook.
10038 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10039
1550ae60
SM
100402005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10041
10042 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10043
10044 * custom.el (custom-theme-set-variables): Sort minor modes last.
10045
e9454757
VJL
100462005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10047
10048 * subr.el (version-separator, version-regexp-alist): New vars used by
10049 version comparison funs.
10050 (integer-list-<, integer-list-=, integer-list-<=)
10051 (integer-list-not-zero): New funs for integer list comparison.
10052 (version-to-list, version=, version<, version<=): New funs for version
10053 comparison.
10054
bbf40036
JB
100552005-08-24 Juanma Barranquero <lekktu@gmail.com>
10056
4add8580
JB
10057 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10058 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10059 time to silence the byte-compiler.
10060
bbf40036
JB
10061 * ibuffer.el (ibuffer-compile-make-eliding-form)
10062 (ibuffer-check-formats): Use `with-no-warnings' to hide references
10063 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10064 so it's silly to get warnings for it).
10065 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10066 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10067 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10068 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10069 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10070 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10071 Defvar at compile time.
10072 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10073 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10074 Declare them before use.
10075
4add8580
JB
10076 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10077 (info-xref-good, info-xref-bad): Defvar at compile time.
10078
10079 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10080 Use `let*' instead of `let'.
10081
10082 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10083 (*mouse-y*, menu, char): Defvar at compile time.
10084 (sc::menu): Declare it before use.
10085 (sc::pack-one-line): Use `let', not `let*'.
10086
10087 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10088 (mail-send-hook): Defvar at compile time.
10089
10090 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10091 Defvar at compile time.
10092
10093 * term/sun-mouse.el (current-global-mousemap)
10094 (current-local-mousemap): Declare them before use.
bbf40036 10095
6cd70a8c
CD
100962005-08-24 Carsten Dominik <dominik@science.uva.nl>
10097
10098 * bookmark.el (bookmark-after-jump-hook): New hook.
10099 (bookmark-jump): Run `bookmark-after-jump-hook'.
10100
9ed779e8
JL
101012005-08-23 Juri Linkov <juri@jurta.org>
10102
10103 * faces.el (minibuffer-prompt): Doc fix.
10104
f28d4b0f
JB
101052005-08-23 Juanma Barranquero <lekktu@gmail.com>
10106
10107 * progmodes/xscheme.el: Trivial changes to silence warnings.
10108 (xscheme-previous-mode, xscheme-previous-process-state):
10109 Add defvars.
10110 (xscheme-last-input-end, xscheme-process-command-line)
10111 (xscheme-process-name, xscheme-buffer-name)
10112 (xscheme-expressions-ring-max, xscheme-expressions-ring)
10113 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10114 (xscheme-control-g-synchronization-p)
10115 (xscheme-control-g-disabled-p, xscheme-string-receiver)
10116 (default-xscheme-runlight, xscheme-runlight)
10117 (xscheme-runlight-string, xscheme-process-filter-state)
10118 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
10119 Move to beginning of file.
10120 (scheme-interaction-mode-commands-alist)
1550ae60
SM
10121 (scheme-interaction-mode-map, scheme-debugger-mode-map):
10122 Declare them before use. Note: the initialization code for the variables
10123 has not been moved because it uses functions that reference the variables.
f28d4b0f
JB
10124 (xscheme-control-g-message-string, xscheme-process-filter-alist)
10125 (xscheme-prompt-for-expression-map): Declare them before use.
10126 (scheme-debugger-mode-commands): "?\ " -> "?\s".
10127
101282005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12d96c20 10129
1550ae60 10130 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12d96c20 10131
bac3a1c9
JL
101322005-08-22 Juri Linkov <juri@jurta.org>
10133
10134 * faces.el (set-face-underline): Delete this duplicate function
10135 and make an obsolete alias to set-face-underline-p.
10136 (set-face-underline-p): Use docstring of set-face-underline.
10137 (describe-face): Create hyperlink to parent face.
10138
10139 * info.el (Info-insert-dir): Use save-excursion around
10140 insert-buffer-substring.
10141 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
10142 (Info-escape-percent): Delete function.
10143 (Info-fontify-node): Replace Info-escape-percent by
10144 replace-regexp-in-string with REP arg set to lambda that
10145 duplicates `%' and preserves text properties.
10146
10147 * progmodes/compile.el (compilation-disable-input): Doc fix.
10148 (define-compilation-mode): Doc fix and refill.
10149 (kill-compilation): Use `mode-name' in the error message.
10150 (compilation-find-file): Use `compilation-error' in the
10151 read-file-name's prompt.
10152
48d59eda
SM
101532005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
10156 (smerge-auto-leave): Make undo re-enable the mode.
10157 (debug-ignored-errors): Add the user-error of impossible resolution.
10158 (smerge-resolve): Move things around a bit, in preparation for later.
10159 (smerge-diff): Don't fail if the buffer has no associated file.
10160 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
10161 (smerge-conflict-overlay): New function.
10162 (smerge-match-conflict): Don't add text properties here.
10163 (smerge-find-conflict): Instead, add an overlay here.
10164 Also check for the case where we're inside a conflict already, so as to
10165 obviate the need for font-lock-multiline, which is unbearably slow with
10166 large conflicts and ciomplex font-lock patterns.
10167 (smerge-remove-props): Remove overlay rather than text-properties.
10168 (smerge-mode): Don't set font-lock-multiline.
10169 Remove overlays when turned off.
10170
0f467468
KS
101712005-08-21 Kim F. Storm <storm@cua.dk>
10172
10173 * ido.el (ido-ignore-item-p): Use save-match-data.
10174 Bind case-fold-search to ido-case-fold locally.
10175
6e86be0b
RS
101762005-08-20 Richard M. Stallman <rms@gnu.org>
10177
10178 * files.el (normal-mode): If font lock is on, turn it off and on.
10179
10180 * subr.el (replace-regexp-in-string): Doc fix.
10181
10182 * startup.el (command-line-1): Don't suppress startup screen
10183 due to existing processes.
10184
10185 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
10186
10187 * progmodes/compile.el (compilation-disable-input): Default to nil.
10188
217b694f
EZ
101892005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10190
10191 * progmodes/compile.el (compilation-disable-input): New defcustom.
10192 (compilation-start): If compilation-disable-input is non-nil, send
10193 EOF to the compilation process.
10194
966e4990
EZ
101952005-08-20 Eli Zaretskii <eliz@gnu.org>
10196
10197 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
10198 Run the argument of tex-shell-cd-command through
10199 convert-standard-filename, to get the correct style of slashes on
10200 Windows, and enclose the result in quotes, in case the file name
10201 includes whitespace or other special characters.
10202
6a7df22f
AS
102032005-08-19 Andreas Schwab <schwab@suse.de>
10204
10205 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
10206 process.
10207
eaa12728
LT
102082005-08-18 Luc Teirlinck <teirllm@auburn.edu>
10209
10210 * cus-start.el (minibuffer-prompt-properties): Correct typo.
10211
8573477e
KS
102122005-08-18 Kim F. Storm <storm@cua.dk>
10213
10214 * scroll-lock.el: Fix errors due to incorrect line wrapping.
10215
94396ace
RS
102162005-08-18 Richard M. Stallman <rms@gnu.org>
10217
10218 * scroll-lock.el: New file.
10219
dd52fff6
TTN
102202005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
10221
10222 * dired.el (dired-move-to-end-of-filename):
10223 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
10224
60955068
KS
102252005-08-18 Kim F. Storm <storm@cua.dk>
10226
10227 * ido.el (ido-everywhere): Fix defcustom :set function to disable
10228 rather than toggle mode when custom value is nil.
10229 (ido-everywhere): Fix defun doc string.
10230
255a2507
RS
102312005-08-17 Richard M. Stallman <rms@gnu.org>
10232
10233 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
10234 as tag instead of "Inviolable".
10235
99cb6791
KS
102362005-08-17 Kim F. Storm <storm@cua.dk>
10237
0eefa6fb
KS
10238 * windmove.el (windmove-coordinates-of-position): Remove.
10239 (windmove-coordinates-of-window-position): Remove.
10240 (windmove-reference-loc): Use posn-at-point instead.
10241
4ec9e784
KS
10242 * subr.el (insert-for-yank-1): Doc fix.
10243
99cb6791 10244 * ido.el (ido-enter-matching-directory): Rename from
119f6f17
RS
10245 ido-enter-single-matching-directory. Change `slash' choice to
10246 `only'. Add `first' choice.
99cb6791
KS
10247 (ido-exhibit): Adapt to above changes.
10248
1ee1d0ee
LT
102492005-08-16 Luc Teirlinck <teirllm@auburn.edu>
10250
10251 * Makefile.in: Expand comment about building loaddefs.el.
10252
58d75444
NR
102532005-08-16 Nick Roberts <nickrob@snap.net.nz>
10254
1ee1d0ee 10255 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
58d75444
NR
10256 Comment use of defadvice.
10257
10258 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
10259
ed8e0f0a
DN
102602005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
10261
58d75444
NR
10262 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
10263 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
10264 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
10265 * progmodes/idlw-shell.el, progmodes/ld-script.el,
10266 * progmodes/which-func.el, ruler-mode.el, strokes.el,
10267 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
10268 for backward compatibility for faces that did not appear in the
10269 previous Emacs release.
e95e5f81 10270
8573477e 10271 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
ed8e0f0a 10272
4ccda9c3
KS
102732005-08-15 Kim F. Storm <storm@cua.dk>
10274
10275 * emulation/cua-base.el (cua-delete-region): Return t if
10276 deleted region was non-empty.
10277 (cua-replace-region): Inhibit overwrite-mode for
10278 self-insert-command if replaced region was non-empty.
10279 (cua--explicit-region-start, cua--status-string): Make them
10280 buffer-local at top-level...
10281 (cua-mode): ...rather than when mode is enabled.
10282
9e5538bc
TTN
102832005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
10284
10285 * progmodes/vhdl-mode.el (vhdl-emacs-21):
10286 Set t for Emacs 21, 22, and so on.
10287
86ae23f8
DP
102882005-08-15 David Ponce <david@dponce.com>
10289
99580cde 10290 * tree-widget.el: Update Commentary header.
86ae23f8
DP
10291 (tree-widget-theme): Doc fix.
10292 (tree-widget-space-width): New option.
10293 (tree-widget-image-properties): Look up in the default theme too.
10294 (tree-widget--cursors): Only for images with arrow pointer shape.
10295 (tree-widget-lookup-image): Pointer shape is hand by default.
48d59eda 10296 (tree-widget-icon): Rename generic icon widget from
86ae23f8
DP
10297 `tree-widget-control'.
10298 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
10299 derive from `tree-widget-icon'.
10300 (tree-widget-handle): Improve default look and feel of the text
10301 representation.
10302 (tree-widget): Rename :*-control properties to :*-icon properties.
10303 Add :action and :help-echo properties.
10304 (tree-widget-after-toggle-functions): Move.
10305 (tree-widget-close-node, tree-widget-open-node): Remove.
10306 (tree-widget-before-create-icon-functions): New hook.
10307 (tree-widget-value-create): Update to allow customization of icons
10308 and nodes at run-time via that new hook.
10309 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
10310 (tree-widget-icon-action, tree-widget-icon-help-echo)
10311 (tree-widget-action, tree-widget-help-echo): New functions.
10312
0781c303
KS
103132005-08-15 Kim F. Storm <storm@cua.dk>
10314
10315 * ido.el (ido-buffer-internal): Use with-no-warnings.
10316 (ido-make-merged-file-list): Use while-no-input.
10317
255a2507
RS
103182005-08-15 Richard M. Stallman <rms@gnu.org>
10319
48d59eda
SM
10320 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
10321 (flyspell-large-region): Fix doc and custom type.
255a2507 10322
eda12ca3
RS
103232005-08-14 Richard M. Stallman <rms@gnu.org>
10324
0bf14bfd
RS
10325 * files.el (interpreter-mode-alist): Doc fix.
10326
10327 * mail/rmail.el (rmail-nonignored-headers): New variable.
10328 (rmail-clear-headers): Use it.
10329 (rmail-reply): Better handling of mail-followup-to header.
10330
48d59eda
SM
10331 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10332 Rename variable from sh-font-lock-keywords. In the `shell' entry,
10333 don't try to refer to executable-font-lock-keywords.
10334 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
10335 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8573477e 10336 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
ca19f3f1
AS
10337 (sh-mode): Set comment-start-skip, local-abbrev-table,
10338 imenu-case-fold-search.
0bf14bfd
RS
10339 (sh-set-shell): Don't set them here.
10340 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
ca19f3f1
AS
10341 Don't cache the results in the original alist; don't ever modify
10342 that alist.
0bf14bfd
RS
10343
10344 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
10345
ca19f3f1
AS
10346 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
10347 empty.
eda12ca3 10348
9e7357b0
AS
103492005-08-15 Andreas Schwab <schwab@suse.de>
10350
48d59eda 10351 * desktop.el: Put autoload cookie at risky-local-variable declarations.
498eb267 10352
9e7357b0
AS
10353 * dired.el, info.el, mail/rmail.el: Revert last change.
10354
91859276
TTN
103552005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
10356
10357 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
10358 modification in `eval-after-load' form.
7806e573 10359 * info.el: Likewise.
8fbee87c 10360 * mail/rmail.el: Likewise.
91859276 10361
ec08e2f4
JL
103622005-08-14 Juri Linkov <juri@jurta.org>
10363
10364 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10365 Remove highlighting of "Compilation started". Highlight only
10366 the word "finished" in "Compilation finished". Add highlighting
10367 of "interrupt", "killed", "terminated" and the exit code.
10368 (compilation-start): Add newline after header. Use exactly the
10369 same time stamp format as the finishing message.
10370 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
10371
10372 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
10373 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
10374 Add highlighting of "interrupt", "killed", "terminated".
10375
10376 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
10377 enabled and the current command is self-insert-command, call it
10378 explicitly with overwrite-mode bound to nil, to not allow it
10379 to delete the character after the selected region.
10380
c9ed8176
EZ
103812005-08-12 Matt Hodges <MPHodges@member.fsf.org>
10382
10383 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
10384 move-end-of-line, end-of-line, and beginning-of-line to the list
10385 of commands after which the echo area is updated.
10386
5cabd50e
EZ
103872005-08-12 Eli Zaretskii <eliz@gnu.org>
10388
48d59eda
SM
10389 * cus-edit.el (custom-save-all, custom-save-delete):
10390 Bind recentf-exclude to exclude custom-file.
5cabd50e 10391
a67e5425
EZ
103922005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
10393
234d828a
EZ
10394 * mail/rmailsum.el (rmail-summary-end-of-message): New command
10395 to go to the bottom of the mail message. Added to
10396 `rmail-summary-mode-map' with key "/".
10397 (rmail-summary-show-message): New (internal) function for use by
10398 both `rmail-summary-beginning/end-of-message'.
48d59eda 10399 (rmail-summary-beginning-of-message): Change to use
234d828a
EZ
10400 rmail-summary-show-message.
10401
10402 * mail/rmail.el (rmail-end-of-message): New command to go to the
10403 end of the current message. Added to `rmail-mode-map' with key "/".
48d59eda 10404 (rmail-beginning-of-message): Fix to work as documented.
234d828a
EZ
10405 (rmail-mode): Change documentation.
10406
a67e5425
EZ
10407 * progmodes/compile.el (compilation-start): Add the line
10408 "Compilation started" with compilation start time.
48d59eda 10409 (compilation-mode-font-lock-keywords): Add `started' to keywords.
a67e5425 10410
e40b86bb
LT
104112005-08-11 Luc Teirlinck <teirllm@auburn.edu>
10412
10413 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
10414 of menu items.
10415
bda2c1ff
LK
104162005-08-11 Richard M. Stallman <rms@gnu.org>
10417
6e2d14c8
RS
10418 * simple.el (pop-global-mark): Reverse test of widen-automatically.
10419
bda2c1ff
LK
10420 * battery.el (battery-status-function): Don't use ignore-errors.
10421
104222005-08-11 Lute Kamstra <lute@gnu.org>
10423
10424 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
10425 define-obsolete-variable-alias.
10426
aa6f7b96
SM
104272005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10428
10429 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
10430 (ange-ftp-send-cmd): Revert last change, and expand
10431 the comment explaining the problem.
10432
928aa821
LT
104332005-08-10 Luc Teirlinck <teirllm@auburn.edu>
10434
10435 * ldefs-boot.el: Update.
10436
10437 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
10438 item to "Time, Load and Mail". Change help echo text.
10439
10440 * time.el (display-time-use-mail-icon, display-time-format)
10441 (display-time-string-forms): Shorten first line of docstrings.
10442
e6de37c5 104432005-08-10 Lars Hansen <larsh@soem.dk>
aa6f7b96
SM
10444
10445 * desktop.el (desktop-buffer-mode-handlers):
af71d4c0 10446 Make non-customizable. Add autoload cookie. Change initial value to
48d59eda 10447 nil; add elements in respective modules instead. Fix doc string.
e6de37c5
LH
10448 (desktop-load-file): New function.
10449 (desktop-minor-mode-handlers): New autoloaded variable.
aa6f7b96
SM
10450 (desktop-create-buffer): Call minor mode handlers.
10451 Use desktop-load-file to load major and minor mode modules prior to
e6de37c5
LH
10452 checking for a handler.
10453 (desktop-save): Don't add nil to desktop-minor-modes for minor
48d59eda 10454 modes with nil function in desktop-minor-mode-table. Don't delete
e6de37c5 10455 desktop file before rewriting it.
48d59eda 10456 (desktop-locals-to-save): Add autoload cookie. Don't make
e6de37c5
LH
10457 automatically buffer-local. Add variables column-number-mode,
10458 size-indication-mode, indent-tabs-mode,
10459 indicate-buffer-boundaries, indicate-empty-lines and
10460 show-trailing-whitespace.
10461 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
af71d4c0 10462 regexps. Don't use desktop-clear-preserve-buffers-regexp.
e6de37c5 10463 (desktop-clear-preserve-buffers-regexp): Delete.
aa6f7b96 10464 (desktop-clear-preserve-buffers): Update initial value and docstring.
e6de37c5
LH
10465 (desktop-save-buffer): Fix doc string.
10466
10467 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
10468 (hilit-chg-desktop-restore): New function.
10469 (highlight-changes-mode): Add highlight-changes-mode to
10470 desktop-locals-to-save.
10471
10472 * dired.el: Add handler to desktop-buffer-mode-handlers.
10473 (dired-restore-desktop-buffer): Remove autoload cookie.
10474 (dired-mode): Add autoload cookie.
10475
10476 * info.el: Add handler to desktop-buffer-mode-handlers.
10477 (Info-restore-desktop-buffer): Remove autoload cookie.
10478 (Info-mode): Add autoload cookie.
10479
10480 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
10481 (mh-restore-desktop-buffer): Remove autoload cookie.
10482 (mh-folder-mode): Add autoload cookie.
10483
10484 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
10485 (rmail-restore-desktop-buffer): Remove autoload cookie.
1ea286a7 10486
2d77d354
MY
104872005-08-11 Masatake YAMATO <jet@gyve.org>
10488
1ea286a7
LT
10489 * hexl.el (hexl-address-region):
10490 (hexl-ascii-region, hexl-font-lock-keywords):
2d77d354
MY
10491 (hexl-highlight-line-range): Use the term "region"
10492 instead of "area" for consistency with the other symbols
10493 defined in hexl.el.
10494
682591cf
LT
104952005-08-09 Luc Teirlinck <teirllm@auburn.edu>
10496
10497 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
10498 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
10499 out by Juri Linkov). Add `display-battery-mode'.
10500
5ebbfd96
JL
105012005-08-09 Juri Linkov <juri@jurta.org>
10502
10503 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10504 Remove `-text' from face variable names.
10505 (compilation-error-file-name, compilation-warning-file-name)
10506 (compilation-info-file-name): Delete faces.
10507 (compilation-line-number, compilation-column-number):
10508 Remove face underlining.
10509 (compilation-message-face): Set to `underline' value by default.
10510 (compilation-error-face, compilation-warning-face)
10511 (compilation-info-face): Remove `-file-name' from face names.
10512 (compilation-error-text-face, compilation-warning-text-face)
10513 (compilation-info-text-face): Delete face variables.
10514 (compilation-text-face): Delete function.
10515
48d59eda 10516 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5ebbfd96
JL
10517 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
10518 (grep-error-face): Set to `compilation-error' instead of
10519 `compilation-error-face' (which is redefined to `grep-hit-face' in
10520 grep buffers).
ca19f3f1 10521 (grep-mode-font-lock-keywords): Remove `-text' from face variable
48d59eda 10522 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5ebbfd96
JL
10523
10524 * dired-aux.el (dired-do-query-replace-regexp):
10525 Use `query-replace-read-args'.
10526
10527 * replace.el (query-replace-read-from, query-replace-read-to)
10528 (query-replace-read-args): Rename arg `string' to `prompt'.
10529
10530 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
10531
8012c835
MA
105322005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
10533
10534 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
10535 uploading files.
10536 (ange-ftp-canonize-filename): Handle file names beginning with ~
10537 correctly.
10538
8ad8316c
JB
105392005-08-09 Juanma Barranquero <lekktu@gmail.com>
10540
10541 * textmodes/fill.el (canonically-space-region)
10542 (fill-context-prefix, fill-french-nobreak-p)
10543 (fill-delete-newlines, fill-comment-paragraph)
10544 (justify-current-line): "?\ " -> "?\s".
10545
105462005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
10547
10548 * textmodes/fill.el (fill-nonuniform-paragraphs):
10549 Improve argument/docstring consistency.
10550
e8f30180
RS
105512005-08-09 Richard M. Stallman <rms@gnu.org>
10552
e7cdb3e0
RS
10553 * textmodes/ispell.el (ispell-word): More fboundp checks.
10554
e8f30180
RS
10555 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
10556 (find-file-noselect-1): Call it here, only if RAWFILE.
10557 (normal-mode): Always set some major mode.
10558 (save-some-buffers-action-alist): Change some explanation strings.
10559 (file-name-non-special): In the `quote' method, use unwind-protect.
10560
105612005-08-09 Magnus Henoch <mange@freemail.hu>
10562
e7cdb3e0 10563 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8012c835 10564 (ispell-have-aspell-dictionaries): New variable.
e7cdb3e0
RS
10565 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
10566 (ispell-get-aspell-config-value): New function.
10567 (ispell-aspell-find-dictionary): New function.
10568 (ispell-aspell-add-aliases): New function.
10569 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
10570 appropriate. Don't look for ispell dictionaries if we use aspell.
10571 (ispell-menu-map): Don't build a submenu of dictionaries.
8012c835 10572
61298e17
RS
105732005-08-09 Richard M. Stallman <rms@gnu.org>
10574
10575 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
10576 (sql-read-passwd): Use read-passwd.
10577
10578 * progmodes/idlw-toolbar.el (idlwave-toolbar)
10579 (idlwave-toolbar-is-possible): Add defvars.
10580
10581 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
10582 Avoid warnings.
10583
10584 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
10585 (idlwave-system-class-info, idlwave-executive-commands-alist):
10586 Use defvar.
10587
10588 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
10589
10590 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
10591 Avoid warnings.
10592
10593 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
10594 and content-type: headers.
10595
10596 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
10597
10598 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
10599 and rename some of them to be more self-explanatory.
10600
10601 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
10602
10603 * startup.el (command-line-1): Implement -scriptload.
10604
10605 * replace.el (occur-engine): Initial *Occur* output not undoable.
10606
10607 * menu-bar.el (menu-bar-file-menu): Rename some menu items
10608 and improve help strings.
10609
10610 * isearch.el (isearch-repeat): When changing direction,
10611 mark search successful.
10612
10613 * ediff-init.el: Use (featurep 'xemacs).
10614
10615 * comint.el (send-invisible): Identify buffer, if not selected.
10616
10617 * align.el: Delete autoload for c-guess-basic-syntax.
10618
a165d05e
JB
106192005-08-09 Juanma Barranquero <lekktu@gmail.com>
10620
10621 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
10622 Improve argument/docstring consistency. Doc fixes.
10623 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
10624 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
10625 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
10626 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
10627 (r2bv-organization, r2bv-pages, r2bv-primary-author)
10628 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
10629 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
10630 Defvar at compile time.
10631
196a121b
JL
106322005-08-09 Juri Linkov <juri@jurta.org>
10633
ec08e2f4 10634 * info.el: Replace `info' with upper-case `Info' where appropriate.
196a121b
JL
10635 (info-title-1, info-title-2, info-title-3, info-title-4)
10636 (info-menu-header): Move up face definitions.
10637 (info-menu-star): Rename from `info-menu-5'.
10638 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
10639 (Info-fontify-visited-nodes): Fix docstring.
10640 (Info-hide-note-references): Fix docstring.
10641 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
10642 menu items in the same way as on cross-references.
10643 (info-apropos): Fix sorting order and formatting to be like in the
10644 stand-alone Info browser. Display error messages for 1 sec.
10645 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
10646 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
10647 from the menu bar.
10648 (Info-insert-dir): Restore point after calling
10649 `insert-buffer-substring'.
10650
48b194fd
RS
106512005-08-08 Richard M. Stallman <rms@gnu.org>
10652
10653 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
10654 (recompute-lucid-menubar): Add defvars.
10655
10656 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
10657
10658 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
10659
aa6f7b96 10660 * net/net-utils.el (run-dig): Rename from `dig'.
48b194fd
RS
10661
10662 * play/gametree.el (gametree-mode): Use make-local-variable,
10663 not make-variable-buffer-local.
10664
10665 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
10666
10667 * ansi-color.el (ansi-color-make-extent)
10668 (ansi-color-set-extent-face): Use fboundp, not functionp.
10669
10670 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
10671 not make-variable-buffer-local.
10672
10673 * bookmark.el (Info-current-file): Add defvar.
10674 (bookmark-jump-noselect): Use with-no-warnings.
10675
10676 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
10677
10678 * ebuff-menu.el (Helper-return-blurb): Add defvar.
10679
10680 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
10681
10682 * find-file.el (ada-procedure-start-regexp)
10683 (ada-package-start-regexp): Add defvars.
10684
10685 * info.el (Info-insert-dir): Use insert-buffer-substring.
10686
10687 * xml.el (xml-att-def-re): Add defvar.
10688
10689 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
10690 calling convention.
10691
10692 * subr.el (while-no-input): Return t if there is input.
10693
98605c6f
LT
106942005-08-08 Luc Teirlinck <teirllm@auburn.edu>
10695
10696 * cus-start.el (all): Add `overflow-newline-into-fringe'.
10697
0c737c20
JB
106982005-08-08 Juanma Barranquero <lekktu@gmail.com>
10699
10700 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
10701 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
10702
107032005-08-08 Emilio C. Lopes <eclig@gmx.net>
10704
10705 * cmuscheme.el (scheme-start-file): Replace reference to
10706 `user-emacs-directory' by "~/.emacs.d/".
10707
b499789c
TTN
107082005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
10709
10710 * info.el (Info-dir-remove-duplicates): Avoid case folding
10711 in loop; instead, keep downcased strings for comparison.
10712 Suggested by Helmut Eller.
10713
d2a2c17f
MA
107142005-08-07 Michael Albinus <michael.albinus@gmx.de>
10715
10716 Sync with Tramp 2.0.50.
10717
11948172 10718 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
d2a2c17f
MA
10719 XEmacs case; not necessary anymore.
10720 (tramp-user-regexp): Allow "@" as part of user name.
10721 (tramp-handle-set-visited-file-modtime)
10722 (tramp-handle-insert-file-contents)
10723 (tramp-handle-write-region): No special handling for
10724 `last-coding-system-used, because this is done in
10725 `tramp-accept-process-output' now.
10726 (tramp-accept-process-output): New defun.
10727 (tramp-process-one-action, tramp-process-one-multi-action)
10728 (tramp-wait-for-regexp, tramp-wait-for-output)
10729 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
10730 Howells <dhowells@redhat.com>.
10731 (clear-visited-file-modtime): Defadvice removed. The check for
10732 unset buffer's modtime does not need to be based on
10733 `tramp-buffer-file-attributes'. Suggested by RMS.
10734 (tramp-message): Insert "\n" if not being at beginning of line.
10735 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
10736 sequence with same logic.
10737 (tramp-completion-handle-expand-file-name): Discard call of
10738 `tramp-drop-volume-letter'. It is not necessary, and there have
10739 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
aa6f7b96 10740 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
d2a2c17f
MA
10741 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
10742 should always be visible.
10743 (tramp-handle-insert-directory, tramp-setup-complete)
10744 (tramp-set-process-query-on-exit-flag)
10745 (tramp-append-tramp-buffers): Pacify byte-compiler.
aa6f7b96
SM
10746 (tramp-bug): Delete non-existing variables from list.
10747 Apply `tramp-load-report-modules' as pre-hook.
10748 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
10749 `shell-prompt-pattern' because of non-7bit characters.
10750 Reported by Sebastian Luque <sluque@mun.ca>.
10751 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
d2a2c17f 10752 (tramp-match-string-list): Remove function.
aa6f7b96
SM
10753 (tramp-wait-for-regexp): Remove call of that function.
10754 Suggested by Kim F. Storm <storm@cua.dk>.
d2a2c17f
MA
10755 (tramp-set-auto-save-file-modes): Use octal integer code #o600
10756 instead of octal character code ?\600. The latter resulted in a
10757 syntax error with XEmacs.
10758
11948172 10759 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
d2a2c17f
MA
10760 XEmacs case; not necessary anymore.
10761 (tramp-smb-handle-write-region): No special handling for
10762 `last-coding-system-used, because this is done in
10763 `tramp-accept-process-output' now.
10764 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
10765
07a15941
LT
107662005-08-06 Luc Teirlinck <teirllm@auburn.edu>
10767
48d59eda
SM
10768 * wid-edit.el (widget-choice-value-create):
10769 Unconditionally respect user choice. Set :explicit-choice back to nil
10770 when no longer needed.
ff2b1744
LT
10771 (widget-choice-action): Unconditionally respect user choice.
10772 Eliminate :explicit-choice-value.
10773
07a15941
LT
10774 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
10775
10776 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
10777 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
10778 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
10779 running new function `toggle-indicate-empty-lines'.
10780 Rename "Customize" item to "Customize fringe".
10781 Rename "Indicators" item to "Buffer boundaries" and change help echo.
10782 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
10783 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
10784 Delete "Empty lines only" item.
10785 (menu-bar-showhide-fringe-ind-customize): New function.
10786 (menu-bar-showhide-fringe-ind-mixed)
10787 (menu-bar-showhide-fringe-ind-box)
10788 (menu-bar-showhide-fringe-ind-right)
10789 (menu-bar-showhide-fringe-ind-left)
10790 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
10791 instead of `fringe-indicators'.
10792
44766d63 107932005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
cb5ccc08
JB
10794
10795 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
44766d63 10796 Change the date of last update.
cb5ccc08 10797
38685583 107982005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
cb5ccc08
JB
10799
10800 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
10801 (viper-exec-yank, viper-put-back): Don't display modification msg
10802 if in the minibuffer.
10803
10804 * viper-init.el (viper-replace-overlay-cursor-color)
10805 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
10806 Make variables frame local.
10807
10808 * viper-util.el (viper-append-filter-alist): Use append instead of
38685583 10809 nconc.
cb5ccc08
JB
10810
10811 * viper.el (viper-vi-state-mode-list)
10812 (viper-emacs-state-mode-list): Move help-mode and
10813 completion-list-mode from the first list to the second.
10814 (viper-mode): Docstring.
10815 (viper-go-away, viper-non-hook-settings): Don't localize
10816 minor-mode-alist in newer Emacsen. Add advice to
10817 set-cursor-color. Don't bind "\C-c\\".
10818
cb8fc40a
EZ
108192005-08-06 Emilio C. Lopes <eclig@gmx.net>
10820
10821 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
10822 (scheme-macro-expand-command): New user options.
10823 (scheme-trace-procedure, scheme-expand-current-form): New commands.
10824 (scheme-form-at-point, scheme-start-file)
10825 (scheme-interactively-start-process): New functions.
10826 (scheme-get-process): New function, extracted from `scheme-proc'.
10827 (run-scheme): Call `scheme-start-file' to get start file, and pass
10828 it to `make-comint'.
aa6f7b96
SM
10829 (switch-to-scheme, scheme-proc):
10830 Call `scheme-interactively-start-process' if no Scheme buffer/process
cb8fc40a
EZ
10831 is available.
10832
ba65be24
JL
108332005-08-06 Juri Linkov <juri@jurta.org>
10834
10835 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10836 Use `compilation-text-face', `compilation-info-text-face' and
10837 `compilation-error-text-face' instead of `font-lock-keyword-face'.
10838 (compilation-error): New face.
10839 (compilation-error-file-name): Inherit from
10840 `compilation-error' instead of `font-lock-warning-face'.
10841 (compilation-warning-file-name): Inherit from
10842 `compilation-warning' instead of `font-lock-warning-face'.
10843 (compilation-info, compilation-error-file-name)
10844 (compilation-warning-file-name, compilation-info-file-name)
10845 (compilation-line-number, compilation-column-number): Doc fix.
10846 (compilation-error-text-face, compilation-warning-text-face)
10847 (compilation-info-text-face): New face variables.
10848 (compilation-line-face, compilation-column-face)
10849 (compilation-enter-directory-face)
10850 (compilation-leave-directory-face): Doc fix.
10851 (compilation-text-face): New function.
10852
ca19f3f1
AS
10853 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
10854 instead of 1 to display binary file names as info file links.
ba65be24
JL
10855 (grep-error-face): Use `compilation-error-face' instead of
10856 `font-lock-keyword-face'.
10857 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
ca19f3f1
AS
10858 and `compilation-warning-text-face' instead of
10859 `font-lock-keyword-face'. Use `compilation-error-text-face'
10860 instead of `grep-error-face'.
ba65be24 10861
4f27bfc3
KH
108622005-08-05 Kenichi Handa <handa@m17n.org>
10863
10864 * international/code-pages.el: Add autoload cookies for all coding
10865 systems.
10866
eaf99616
LT
108672005-08-04 Luc Teirlinck <teirllm@auburn.edu>
10868
10869 * cus-start.el (all): Put undo.c where it alphabetically belongs.
10870
35952129
JL
108712005-08-04 Juri Linkov <juri@jurta.org>
10872
94c713b2
JL
10873 * progmodes/compile.el (compilation-mode-map):
10874 * progmodes/grep.el (grep-mode-map):
10875 Bind TAB to `compilation-next-error' and [backtab] to
10876 `compilation-previous-error'.
10877
35952129
JL
10878 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
10879 matching line numbers, column numbers and their ranges with regexp
10880 matching only line numbers.
10881 (grep-context-face): New face variable.
10882 (grep-mode-font-lock-keywords): Use it.
10883
10884 * faces.el (read-face-name): Delete duplicate faces.
10885
6f08431c
JB
108862005-08-02 Juanma Barranquero <lekktu@gmail.com>
10887
6ced5724
JB
10888 * thumbs.el (thumbs-find-image): Don't make variables
10889 automatically buffer local.
10890 (thumbs-current-tmp-filename, thumbs-current-image-filename)
10891 (thumbs-image-num): Make automatically buffer local.
10892 (thumbs-show-thumbs-list): Use `make-local-variable', not
10893 `make-variable-buffer-local'.
aa6f7b96 10894 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
6ced5724 10895
6f08431c
JB
10896 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
10897 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
10898 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
10899 (bother, bye, canyou, chatlst, continue, deathlst, describe)
10900 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
10901 (feelings-about, foullst, found, hello, history, howareyoulst)
10902 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
10903 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
10904 (neglst, obj, object, owner, please, problems, qlist)
10905 (random-adjective, relation, remlst, repetitive-shortness)
10906 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
10907 (shortlst, something, sportslst, stallmanlst, states, subj)
10908 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
10909 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
10910 Defvar at compile time.
10911
6ced5724
JB
10912 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
10913 not `make-variable-buffer-local'.
10914
f8a9926b
KS
109152005-08-02 Kim F. Storm <storm@cua.dk>
10916
10917 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
10918 rectangle overlay in selected window.
10919
121e80cf
LT
109202005-08-01 Luc Teirlinck <teirllm@auburn.edu>
10921
10922 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
10923 instead of display group. Make `indicate-buffer-boundaries'
10924 customizable through Custom.
10925
1e5b5dc0
JB
109262005-08-01 Juanma Barranquero <lekktu@gmail.com>
10927
10928 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
10929 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
10930 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
10931 (gdb-put-string): Fix typos in docstrings.
10932
e37a0f2d
NR
109332005-08-01 Nick Roberts <nickrob@snap.net.nz>
10934
201dc594 10935 Update copyright notices of files in progmodes directory for
aa6f7b96 10936 release of Emacs 22.1.
201dc594 10937
e37a0f2d
NR
10938 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
10939
aa6f7b96
SM
10940 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
10941 Don't barf if the GUD buffer has been killed.
e37a0f2d 10942
b68eddb4
KS
109432005-08-01 Kim F. Storm <storm@cua.dk>
10944
10945 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
10946
01e4a4fa
SM
109472005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
10948
48d59eda
SM
10949 * simple.el (next-error-follow-minor-mode):
10950 make-variable-buffer-local -> make-local-variable.
10951
10952 * emacs-lisp/cl-extra.el: Require CL also when compiling.
10953
01e4a4fa
SM
10954 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
10955 (byte-compile-form-make-variable-buffer-local): New functions to warn
10956 about misuses of make-variable-buffer-local where make-local-variable
10957 was meant.
10958
b89c5a72
JB
109592005-07-29 Juanma Barranquero <lekktu@gmail.com>
10960
f2e48473
JB
10961 * bs.el (bs-attributes-list): Doc fix.
10962 (bs): Update url-link.
10963
b89c5a72
JB
10964 * desktop.el (desktop-save-buffer): Fix typos in docstring.
10965 (desktop-load-default): Simplify.
10966
972b8f82
JB
10967 * ibuffer.el (ibuffer-columnize-and-insert-list)
10968 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
10969 (ibuffer-unmark-all, ibuffer-toggle-marks)
10970 (ibuffer-unmark-forward, ibuffer-unmark-backward)
10971 (ibuffer-compile-make-format-form, ibuffer-format-column)
10972 (ibuffer-current-buffers-with-marks)
10973 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
10974 (ibuffer): Doc fix.
10975 (ibuffer-mode): Fix typo in docstring.
10976 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
10977 with `define-obsolete-variable-alias'.
10978 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
10979
dfc434d0
KH
109802005-07-29 Kenichi Handa <handa@m17n.org>
10981
01e4a4fa
SM
10982 * international/mule-cmds.el (select-message-coding-system):
10983 Be sure to use LF for end-of-line. If no coding system is decided,
dfc434d0
KH
10984 return iso-8859-1-unix.
10985
92482d77
SM
109862005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
10987
10988 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
10989 (ange-ftp-pending-error-line): New vars.
10990 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
10991 to handle the non-fatal no-route-to-host messages.
10992 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
10993
6480c508
JB
109942005-07-28 Juanma Barranquero <lekktu@gmail.com>
10995
10996 * isearch.el (isearch-mode-map, isearch-other-meta-char)
10997 (isearch-quote-char, isearch-printing-char)
10998 (isearch-text-char-description): "?\ " -> "?\s".
10999 (isearch-lazy-highlight-cleanup)
11000 (isearch-lazy-highlight-initial-delay)
11001 (isearch-lazy-highlight-interval)
11002 (isearch-lazy-highlight-max-at-a-time)
11003 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
11004 Declare with define-obsolete-*-alias macros.
11005 (isearch-forward): Fix typo in docstring.
11006 (search-invisible, search-ring-yank-pointer)
11007 (regexp-search-ring-yank-pointer): Doc fixes.
11008
11009 * recentf.el (recentf-menu-append-commands-p): Declare with
11010 `define-obsolete-variable-alias'.
11011 (recentf-max-saved-items, recentf-menu-filter)
11012 (recentf-arrange-by-rule-subfilter): Doc fixes.
11013 (recentf-menu-append-commands-flag)
11014 (recentf-initialize-file-name-history, recentf-expand-file-name)
11015 (recentf-clear-data): Fix typos in docstrings.
11016
8aa9ad9f
NR
110172005-07-28 Nick Roberts <nickrob@snap.net.nz>
11018
11019 * progmodes/gdb-ui.el: Smarten comments.
11020 (gdb-info-breakpoints-custom): Use nowarn when finding file.
11021
4f0c9ba7
DN
110222005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11023
11024 * term/apollo.el (terminal-init-apollo): New function containing
11025 all former top level forms in the file.
11026 * term/bobcat.el (terminal-init-bobcat):
11027 * term/cygwin.el (terminal-init-cygwin):
11028 * term/iris-ansi.el (terminal-init-iris-ansi):
11029 * term/linux.el (terminal-init-linux):
11030 * term/news.el (terminal-init-news):
11031 * term/rxvt.el (terminal-init-rxvt):
11032 * term/sun.el (terminal-init-sun):
11033 * term/tvi970.el (terminal-init-tvi970):
11034 * term/vt100.el (terminal-init-vt100):
11035 * term/vt102.el (terminal-init-vt102):
11036 * term/vt125.el (terminal-init-vt125):
11037 * term/vt200.el (terminal-init-vt200):
11038 * term/vt201.el (terminal-init-vt201):
11039 * term/vt220.el (terminal-init-vt220):
11040 * term/vt240.el (terminal-init-vt240):
11041 * term/vt300.el (terminal-init-vt300):
11042 * term/vt320.el (terminal-init-vt320):
11043 * term/vt400.el (terminal-init-vt400):
11044 * term/vt420.el (terminal-init-vt420):
11045 * term/wyse50.el (terminal-init-wyse50):
11046 * term/xterm.el (terminal-init-xterm): Likewise.
11047
11048 * term/README: Describe the terminal-init-* functionality.
11049
01e4a4fa
SM
11050 * startup.el (command-line): After loading the terminal initialization
11051 file call the corresponding terminal initialization function.
4f0c9ba7 11052
3509543c
KH
110532005-07-27 Kenichi Handa <handa@m17n.org>
11054
11055 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11056 negative.
11057
01e4a4fa 11058 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
2f3a9d50
KH
11059 (ps-mule-composition-prologue): Fix for the case that
11060 RelativeCompose is false.
3509543c 11061
cbfde7a0
SM
110622005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11063
a34ed813
SM
11064 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11065
cbfde7a0
SM
11066 * descr-text.el (describe-char): Handle the case where the list of
11067 chars is displayed in a separate frame.
11068 Be a bit more discriminating when looking for the char.
11069
d32ff76a
JB
110702005-07-26 Juanma Barranquero <lekktu@gmail.com>
11071
11072 * bookmark.el (bookmark-automatically-show-annotations)
11073 (bookmark-read-annotation-text-func): Doc fixes.
11074 (bookmark-save): Improve argument/docstring consistency.
11075 (bookmark-get-bookmark, bookmark-get-bookmark-record)
11076 (bookmark-alist-from-buffer)
11077 (bookmark-upgrade-file-format-from-0)
11078 (bookmark-grok-file-format-version)
11079 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11080 (bookmark-read-annotation-mode)
11081 (bookmark-insert-current-bookmark, bookmark-jump)
11082 (bookmark-exit-hook): Fix typos in docstrings.
11083 (bookmark-exit-hooks): Define as obsolete alias.
11084 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11085 not `bookmark-exit-hooks'. Fix docstring.
11086 (bookmark-bmenu-select): "?\ " -> "?\s".
11087
af71d4c0 110882005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5e4c9744
LT
11089
11090 * startup.el (command-line): Fix typo.
11091
5eca5ecd
RS
110922005-07-24 Richard M. Stallman <rms@gnu.org>
11093
11094 * tooltip.el (tooltip-mode): Test emacs-basic-display,
11095 not emacs-quick-startup.
11096
ac0385c8
JB
110972005-07-24 Juanma Barranquero <lekktu@gmail.com>
11098
48ce962e
JB
11099 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11100 (reb-next-match, reb-show-subexp): Use `with-selected-window'
11101 instead of `reb-with-current-window'.
11102 (reb-prev-match): Likewise. Also, don't move left if the search
11103 was unsuccessful.
11104 (reb-initialize-buffer): New function.
11105 (re-builder, reb-change-syntax): Use it.
11106
ac0385c8
JB
11107 * man.el (Man-goto-page): Make second argument NOERROR optional.
11108
55fb4ff7
RS
111092005-07-23 Richard M. Stallman <rms@gnu.org>
11110
11111 * man.el (Man-bgproc-sentinel): Check here for failure to find
11112 any man page in the output, and report the error here.
11113 (Man-arguments): Make it permanent local.
11114 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
11115 (Man-mode): Pass t for NOERROR.
11116
ac0385c8
JB
11117 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
11118 (grep-mode-font-lock-keywords):
55fb4ff7
RS
11119 Don't use compilation-...-face for messages that are not file names.
11120
11121 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11122 Don't use compilation-...-face for messages that are not file names.
11123
1050234a
JL
111242005-07-22 Juri Linkov <juri@jurta.org>
11125
1050234a
JL
11126 * startup.el (normal-splash-screen): Update menu name.
11127
11128 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
11129
19292318
DN
111302005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11131
6a55dae2
DN
11132 * term/xterm.el: Load term/rxvt if the terminal is actually an
11133 rxvt terminal.
11134 (xterm-rxvt-set-background-mode): Remove, not used anymore.
11135
19292318 11136 * term/rxvt.el (function-key-map): Use substitute-key-definition
af71d4c0 11137 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
19292318
DN
11138
11139 * term/cygwin.el: New file.
11140
80362dd2
KS
111412005-07-22 Kim F. Storm <storm@cua.dk>
11142
a34ed813
SM
11143 * image-file.el (insert-image-file, image-file-yank-handler):
11144 Fix last change to maintain a (unique) yank-handler on yanked images.
80362dd2 11145
4be27839
EZ
111462005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
11147
11148 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
11149 of the file size (as in "177B" for 177 bytes). This happens with
11150 "ls -lh" on FreeBSD.
11151
3dd89635
JB
111522005-07-22 Juanma Barranquero <lekktu@gmail.com>
11153
11154 * hilit-chg.el (highlight-changes-global-initial-state)
11155 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11156 (hilit-chg-fixup, highlight-changes-mode):
11157 Fix typos in docstrings.
11158 (highlight-changes-global-modes, highlight-changes-rotate-faces):
11159 Doc fixes.
11160
8a469c77
LT
111612005-07-21 Luc Teirlinck <teirllm@auburn.edu>
11162
11163 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
11164 mode function using `eval-after-load'.
11165
5543c8b7
KS
111662005-07-21 Kim F. Storm <storm@cua.dk>
11167
11168 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
11169 included when reporting an emacs crash, and tell about the DEBUG file.
11170
11171 * image-file.el (insert-image-file): Add yank-handler.
11172 (image-file-yank-handler): Yank handler to make unique copies of
11173 images when they are yanked into a buffer next to each other.
11174
69c3280d
JB
111752005-07-21 Juanma Barranquero <lekktu@gmail.com>
11176
d6ff789c
JB
11177 * comint.el (comint-use-prompt-regexp, comint-send-input)
11178 (comint-source-default, comint-extract-string)
11179 (comint-get-source, comint-word, comint-completion)
11180 (comint-source, comint-prompt-read-only, comint-update-fence):
11181 Fix typos in docstrings.
11182 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
11183 Declare with define-obsolete-*-alias macros.
11184 (comint-previous-matching-input-from-input)
11185 (comint-next-matching-input-from-input)
11186 (comint-previous-matching-input, comint-next-matching-input)
11187 (comint-forward-matching-input):
11188 Improve argument/docstring consistency.
11189
4880a274
JB
11190 * desktop.el (desktop-clear-preserve-buffers-regexp):
11191 Also preserve the *server* buffer.
11192
69c3280d
JB
11193 * simple.el (clone-indirect-buffer): Doc fix.
11194 (fixup-whitespace, just-one-space)
11195 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
11196 (next-error, next-error-highlight)
11197 (next-error-highlight-no-select, next-error-last-buffer)
11198 (next-error-buffer-p, next-error-find-buffer, next-error)
11199 (previous-error, next-error-no-select, previous-error-no-select)
11200 (open-line, split-line, minibuffer-prompt-width, kill-new)
11201 (binary-overwrite-mode): Fix typos in docstrings.
11202 (set-fill-column): Fix typo in message.
11203
11204 * skeleton.el (skeleton-proxy-new): Doc fix.
11205
11206 * strokes.el (strokes-load-hook): Doc fix.
11207 (strokes-grid-resolution, strokes-get-grid-position)
11208 (strokes-renormalize-to-grid, strokes-read-stroke)
11209 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
11210 (strokes-global-map): Fix typos in docstrings.
11211 (strokes-help): Doc fix. Fix help message and pass it through
11212 `substitute-command-keys'.
11213
4880a274
JB
11214 * tempo.el (tempo-insert-prompt, tempo-interactive)
11215 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
11216 (tempo-insert-string-functions, tempo-local-tags)
11217 (tempo-define-template, tempo-insert-template)
11218 (tempo-insert-prompt-compat, tempo-is-user-element)
11219 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
11220 Fix typos in docstrings.
11221
11222 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
11223 (vcursor-key-bindings, vcursor-use-vcursor-map)
11224 (vcursor-find-window, vcursor-scroll-down)
11225 (vcursor-disable, vcursor-beginning-of-buffer)
11226 (vcursor-end-of-buffer): Fix typos in docstrings.
11227 (vcursor-relative-move, vcursor-get-char-count):
11228 Improve argument/docstring consistency.
11229
11230 * version.el: "?\ " -> "?\s".
11231
11232 * wid-edit.el (widget-default-create, widget-after-change)
11233 (widget-default-format-handler, widget-checklist-add-item)
11234 (widget-radio-add-item, widget-choose, widget-specify-secret)
11235 (widget-field-value-create, widget-field-value-get)
11236 (widget-editable-list-format-handler)
11237 (widget-editable-list-entry-create, widget-group-value-create)
11238 (widget-documentation-link-add)
11239 (widget-documentation-string-value-create): "?\ " -> "?\s".
11240 (widget-convert-text): Doc fix.
11241 (widget-narrow-to-field, widget-field-find)
11242 (widget-url-link-action, widget-emacs-library-link-action)
11243 (widget-color-notify): Fix typos in docstrings.
11244
11245 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
11246 (x-select-text, set-w32-system-coding-system)
11247 (w32-add-charset-info): Fix typos in docstrings.
11248
11249 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
11250 (cua-enable-cua-keys, cua-use-hyper-key)
11251 (cua-virtual-rectangle-edges): Fix typos in docstrings.
11252 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
11253
11254 * net/tramp.el (tramp-handle-load): Fix typo in error message.
11255
11256 * emacs-lisp/re-builder.el (regexp-builder): Declare with
11257 `defalias' instead of faking it.
11258
11259 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
11260 (eshell-ls-missing, eshell-ls-dired-initial-args)
11261 (eshell-ls-use-in-dired): Fix typos in docstrings.
11262
200576f6
KS
112632005-07-20 Kim F. Storm <storm@cua.dk>
11264
11265 * emulation/cua-base.el (cua-mode): Improve doc string.
11266
3f32d6a3
JB
112672005-07-20 Juanma Barranquero <lekktu@gmail.com>
11268
a5b5bf44
JB
11269 * abbrev.el (expand-region-abbrevs): Doc fix.
11270 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
11271 Improve argument/docstring consistency.
11272
11273 * arc-mode.el (archive-get-descr, archive-alternate-display):
11274 Doc fixes.
11275 (archive-l-e): Improve argument/docstring consistency.
11276 (archive-tmpdir, archive-unixdate, archive-unixtime)
11277 (archive-chmod-entry): Fix typos in docstrings.
11278 (archive-unflag, archive-unflag-backwards)
11279 (archive-unmark-all-files): "?\ " -> "?\s".
11280
11281 * buff-menu.el (Buffer-menu-unmark): Doc fix.
11282 (Buffer-menu-not-modified, Buffer-menu-execute)
11283 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
11284 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
11285
11286 * composite.el (compose-string, encode-composition-rule)
11287 (compose-last-chars): Fix typos in docstrings.
11288
3f32d6a3
JB
11289 * desktop.el (desktop-enable, desktop-basefilename):
11290 Declare with `define-obsolete-variable-alias'.
11291 (desktop-internal-v2s): Don't quote keywords.
11292 (desktop-clear): "?\ " -> "?\s".
11293
a5b5bf44
JB
11294 * dired.el (dired-align-file, dired-flag-backup-files)
11295 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
11296 (dired-listing-switches, dired-ls-F-marks-symlinks)
11297 (dired-dwim-target, dired-load-hook, dired-mode-hook)
11298 (dired-directory, dired-faces, dired, dired-revert)
11299 (dired-mode, dired-summary, dired-view-file)
11300 (dired-copy-filename-as-kill, dired-delete-file)
11301 (dired-no-confirm, dired-unmark-all-marks)
11302 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
11303 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
11304 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
11305 Fix typos in message strings.
11306
11307 * dired-x.el (virtual-dired): Declare with `defalias'.
11308 (dired-mark-unmarked-files, dired-local-variables-file)
11309 (dired-omit-here-always): Doc fix.
11310 (dired-omit-mode, dired-find-subdir)
11311 (dired-enable-local-variables, dired-clean-up-buffers-too)
11312 (dired-extra-startup, dired-mark-extension, dired-jump)
11313 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
11314 (dired-smart-shell-command, dired-guess-shell-alist-user)
11315 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
11316 (dired-x-bind-find-file, dired-x-submit-report):
11317 Fix typos in docstrings.
11318 (dired-mark-unmarked-files): "?\ " -> "?\s".
11319
11320 * dirtrack.el (dirtrack-list): Fix typos in docstring.
11321
11322 * faces.el (describe-face): "?\ " -> "?\s".
11323 (read-all-face-attributes, read-face-font, modify-face)
11324 (face-attr-construct, italic): Fix typos in docstrings.
11325 (frame-update-face-colors): Declare with
11326 `define-obsolete-function-alias'.
11327
26b9ecbc
JB
11328 * files.el (find-file-noselect, recode-file-name): Doc fixes.
11329 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
11330 (magic-mode-alist, buffer-file-numbers-unique)
11331 (write-file-functions, get-free-disk-space):
11332 Fix typos in docstrings.
11333 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
11334 (write-contents-hooks, write-file-hooks):
11335 Declare with `define-obsolete-variable-alias'.
11336
f33321ad
JB
11337 * forms-d2.el (arch-rj): Fix typo in docstrings.
11338 (arch-tocol): Likewise. "?\ " -> "?\s".
11339
11340 * frame.el (set-frame-font, cursor-in-non-selected-windows):
11341 Fix typo in docstring.
11342 (set-screen-width, set-screen-height): Delete redundant info in
11343 doctrings.
11344 (new-frame, screen-height, screen-width): Declare with
11345 `define-obsolete-function-alias'.
11346 (delete-frame-hook, blink-cursor): Declare with
11347 `define-obsolete-variable-alias'.
11348
11349 * paths.el (prune-directory-list): Fix typos in docstring.
11350
11351 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
11352 (cvs-prefix-get): Fix typos in docstrings.
11353
11354 * ps-print.el (ps-extend-face-list, ps-extend-face)
11355 (ps-print-background-image): Fix typos in docstrings.
11356 (ps-default-fg, ps-default-bg): Doc fixes.
11357
11358 * s-region.el (s-region-bind): Doc fix.
11359 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
11360
3f32d6a3
JB
11361 * textmodes/org.el (org-table-formula-substitute-names)
11362 (org-table-get-vertical-vector): Doc fixes.
11363 (org-table-recalculate): Remove unused argument to `message'.
11364
376b811b
CD
113652005-07-19 Carsten Dominik <dominik@science.uva.nl>
11366
3f32d6a3
JB
11367 * textmodes/org.el (org-table-column-names)
11368 (org-table-column-name-regexp)
a34ed813
SM
11369 (org-table-named-field-locations): New variables.
11370 (org-archive-subtree): Protect `this-command' when calling
376b811b
CD
11371 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
11372 the kill buffer.
a34ed813
SM
11373 (org-complete): Remove fixed-formula completion.
11374 (org-edit-formulas-map): New variable.
11375 (org-table-edit-formulas): New command.
11376 (org-finish-edit-formulas, org-abort-edit-formulas)
3f32d6a3 11377 (org-show-variable, org-table-get-vertical-vector): New functions.
a34ed813
SM
11378 (org-table-maybe-eval-formula): Handle `:=' fields.
11379 (org-table-get-stored-formulas, org-table-store-formulas)
11380 (org-table-get-formula, org-table-modify-formulas)
11381 (org-table-replace-in-formulas): Handle named field formulas.
11382 (org-table-get-specials): Store locations of named fields.
376b811b 11383
09ca8329
JL
113842005-07-19 Juri Linkov <juri@jurta.org>
11385
11386 * progmodes/grep.el (grep-regexp-alist)
11387 (grep-mode-font-lock-keywords, grep-process-setup):
11388 Use default GNU grep match color "01;31m" instead of "01;41m".
11389 (grep-regexp-alist, grep-mode-font-lock-keywords):
11390 Use `\\[[0-9]*m' instead of `\\[00m'.
11391 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
11392 sgr_start where its handling is more important. Use the real
11393 length of sgr_start instead of constant 8.
11394 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
11395 specially. Delete all remaining escape sequences.
11396 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
11397 (grep-regexp-alist): Make hyperlink only for binary file name
11398 instead of the whole line.
11399 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
11400 (grep-mode): Add autoload.
11401
11402 * emacs-lisp/find-func.el (find-function-regexp):
11403 Add `define-compilation-mode'.
11404
09cab23d
JL
114052005-07-19 Juri Linkov <juri@jurta.org>
11406
11407 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
11408 (compare-windows-sync-string-size, compare-windows-recenter)
11409 (compare-windows-highlight, compare-windows): Add version 22.1.
11410 (compare-windows) <defface>: Inherit from lazy-highlight instead
11411 of duplicating its default value.
11412
11413 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
11414 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
11415
11416 * descr-text.el (describe-char): Create link buttons for `charset'
11417 and `code point'. Add the current input method name with a link
11418 button to `to input' field. Print face names of display table
11419 characters in `The display table entry is displayed by' section
11420 instead of printing face-id in the `display' field.
11421 Guess hardcoded faces and create a link button for them.
11422 Skip empty fields when calculating max-width.
11423 Treat `widget-create' specially while inserting strings from the
11424 collected field list.
11425 (describe-char-after): Made obsolete in version 22.1, not 21.5.
11426
11427 * diff-mode.el (diff-file-header): Change foreground color from
11428 yellow to green on light backgrounds.
11429 (diff-context): Inherit from `shadow' only for color/grayscale
11430 with more than 88 colors.
11431 (diff-indicator-removed, diff-indicator-added)
11432 (diff-indicator-changed): New faces.
11433 (diff-font-lock-keywords): Use new faces. Regroup rules.
11434 Add "^---$" for `normal' diff format. Fontify `#' lines with
11435 font-lock-comment-delimiter-face and font-lock-comment-face.
11436 Add `#' to ^[^...] in the rule for `diff-context-face'.
11437
11438 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
11439 a button-like box. Inherit from `highlight' on low colors.
11440 (shadow): Use shades of gray only for color/grayscale with
11441 more than 88 colors. Use green for light backgrounds with
11442 8 colors, and yellow for dark backgrounds with 8 colors.
11443
a34ed813
SM
11444 * font-lock.el (font-lock-regexp-grouping-backslash):
11445 Don't inherit from escape-glyph (use bold for all cases).
09cab23d
JL
11446
11447 * info.el (info-xref-visited): Use light foreground color `violet'
11448 for dark backgrounds instead of dark color `magenta3'.
11449 (info-title-1): Use `yellow' color for dark backgrounds.
11450
11451 * isearch.el (isearch): Use not-too-dark magenta3 instead of
11452 too-light magenta2.
11453
11454 * replace.el (match): Use slightly more light RoyalBlue3 instead
11455 of dark RoyalBlue4.
11456
11457 * wid-edit.el (widget-inactive): Inherit from `shadow'.
11458
cc8b76bf
JB
114592005-07-19 Juanma Barranquero <lekktu@gmail.com>
11460
6d9c9ad9
JB
11461 * novice.el (disabled-command-hook): Declare it with
11462 `define-obsolete-variable-alias'.
11463
cc8b76bf
JB
11464 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
11465 (desktop-buffer-misc-functions, desktop-buffer-handlers)
11466 (desktop-load-default): Add release to obsolescence info.
11467 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
11468 (desktop-append-buffer-args, desktop-read):
11469 Fix typos in docstrings.
11470 (desktop-kill): Fix typo in message.
11471 (desktop-save): Doc fix.
11472
acfb6f24 114732005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
cc8b76bf
JB
11474
11475 * viper-cmd.el (viper-escape-to-state): Bug fix.
11476 (viper-envelop-ESC-key): Change the definition of fast
11477 keysequence so it'll work with keyboard macros.
11478
11479 * ediff.el (ediff-patch-buffer): Change the docstring.
11480
e9b01d1f
KH
114812005-07-19 Kenichi Handa <handa@m17n.org>
11482
11483 * international/mule-cmds.el (select-safe-coding-system): Try to
11484 use an auto-coding (if any) before anything else. If the found
11485 auto-coding is invalid, show a warning message.
11486
11487 * international/mule.el (find-auto-coding): New function created
11488 by modifying the body of set-auto-coding.
11489 (set-auto-coding): Use find-auto-coding to find a coding.
11490
b4fb325f
RS
114912005-07-18 Richard M. Stallman <rms@gnu.org>
11492
11493 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
11494 not isearch-mode-end-hook-error.
11495 (allout-before-change-protect): Fix error message.
11496
1bef8597
JL
114972005-07-18 Juri Linkov <juri@jurta.org>
11498
11499 * allout.el (allout-mode):
11500 * calculator.el (calculator-copy):
11501 * custom.el (custom-known-themes):
11502 * dired.el (dired-desktop-buffer-misc-data)
11503 (dired-restore-desktop-buffer):
11504 * dired-x.el (dired-omit-marker-char):
11505 * files.el (basic-save-buffer):
11506 * font-core.el (font-lock-mode):
11507 * calendar/calendar.el (calendar-goto-hebrew-date)
11508 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
11509 (calendar-goto-persian-date):
11510 * language/ethio-util.el (ethio-sera-to-fidel-region):
11511 * textmodes/picture.el (picture-mode):
11512 Delete duplicate duplicate words.
11513
57cfde4d
JL
115142005-07-18 Juri Linkov <juri@jurta.org>
11515
11516 * isearch.el (isearch-mode-map): Remove key bindings for regexp
11517 chars * ? } |.
11518 (isearch-fallback): Don't call `isearch-process-search-char'.
11519 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
11520 (isearch-process-search-char): Call `isearch-fallback' for regexp
11521 chars * ? } |.
11522 (isearch-return-char): Make obsolete with `make-obsolete' instead
11523 of simply documenting it as obsolete in the docstring.
11524 (isearch-fallback): Refill docstring.
11525
11526 * international/isearch-x.el
ca19f3f1
AS
11527 (isearch-process-search-multibyte-characters): Remove unneeded
11528 `concat'. Add intermediate values to `junk-hist' instead of
11529 `minibuffer-history'. Test the length of `str'.
57cfde4d 11530
d34f0136
JB
115312005-07-18 Juanma Barranquero <lekktu@gmail.com>
11532
11533 * allout.el (allout-resolve-xref): Fix typos in error strings.
11534 (allout-before-change-protect): Remove unneeded `concat'.
11535
11536 * array.el (array-mode, array-reconfigure-rows)
11537 (untabify-backward): Fix typos in docstrings.
11538 (array-reconfigure-rows): Use `insert-buffer-substring', not
11539 `insert-buffer'.
11540
11541 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
a34ed813
SM
11542 * progmodes/ada-mode.el (ada-make-body):
11543 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
d34f0136
JB
11544
11545 * dired.el (dired-log):
11546 * tar-mode.el (tar-subfile-save-buffer):
11547 * play/zone.el (zone-pgm-stress-destress):
11548 Use `insert-buffer-substring', not `insert-buffer'.
11549
e81c51f0
SJ
115502005-07-17 Simon Josefsson <jas@extundo.com>
11551
c5fb0bd6 11552 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
e81c51f0 11553
4effb112
SJ
115542005-07-16 Jose E. Marchesi <jemarch@gnu.org>
11555
c5fb0bd6
KS
11556 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
11557 Add plain auth method.
11558 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4effb112 11559
4f8efafc
KS
115602005-07-17 Kim F. Storm <storm@cua.dk>
11561
f64d5328 11562 * ido.el (dired-other-window): Add ido property.
4f8efafc 11563
e41acc77
JB
115642005-07-16 Juanma Barranquero <lekktu@gmail.com>
11565
11566 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11567 Fix typo in docstring.
11568 (byte-compile-interactive-only-functions): Add `insert-buffer' and
11569 `insert-file-literally'.
11570
11571 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
11572 info and delete redundant message. Doc fix.
11573 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
11574 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
11575
ad50a502
RS
115762005-07-16 Richard M. Stallman <rms@gnu.org>
11577
11578 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
11579 (byte-compile-and): Use byte-compile-and-recursion.
11580 (byte-compile-or-recursion): New function.
11581 (byte-compile-or): Use that.
11582 (byte-compile-if): Guard the else-clause too.
11583 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4185451d
RS
11584
11585 * isearch.el (isearch-mode-end-hook-quit): New variable.
11586 (isearch-done): Bind it.
11587 (isearch-mode-end-hook): Doc fix.
11588
11589 * allout.el (allout-isearch-did-quit): Variable deleted.
11590 (allout-real-isearch-abort): Function name no longer used.
11591 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
11592 (allout-isearch-rectification): isearch-mode always exists.
11593 Don't set allout-isearch-did-quit.
11594 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
11595 allout-isearch-did-quit.
11596 (allout-enwrap-isearch): Just add the hook.
11597 (allout-isearch-abort): Function deleted.
11598 (allout-pre-command-business): Avoid warning.
ad50a502
RS
11599
11600 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
11601 Correctly avoid warnings.
11602 (pascal-outline): Likewise.
11603
11604 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
11605
11606 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
11607
11608 * play/tetris.el (tetris-mode): Avoid warning.
11609
11610 * play/snake.el (snake-mode): Avoid warning.
11611
11612 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
11613 (gamegrid-set-display-table): Avoid warning.
11614 (gamegrid-set-timer): Likewise.
11615 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
11616 (gamegrid-add-score-with-update-game-score-1): Take FILE
11617 as argument.
11618 (gamegrid-add-score-with-update-game-score): Pass that argument.
11619 Rename have-shared-game-dir to gamegrid-shared-game-dir.
11620
11621 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
11622
11623 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
11624 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
11625
11626 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
11627 and insert-file.
e41acc77 11628
ad50a502
RS
11629 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
11630 (sc-ask): Avoid warnings.
11631
11632 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
11633 (eshell-hist-initialize): Use that var the natural way.
11634
11635 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
11636
a34ed813
SM
11637 * emacs-lisp/re-builder.el (reb-cook-regexp):
11638 Avoid warning calling lre-compile-string.
ad50a502
RS
11639 (reb-color-display-p): Avoid warning.
11640
11641 * calculator.el (calculator-last-input): Guard uses
11642 of event-key and key-press-event-p.
11643 (event-key, key-press-event-p): Delete definitions.
11644
11645 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
dc9c856d
RS
11646 (find-gc-source-directory, find-gc-subrs-callers)
11647 (find-gc-noreturn-list, find-gc-source-files)
11648 (find-gc-subrs-called): Vars renamed and defvar'd.
ad50a502
RS
11649
11650 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
11651 (checkdoc-overlay-put, checkdoc-delete-overlay)
11652 (checkdoc-overlay-start, checkdoc-overlay-end)
e41acc77 11653 (checkdoc-mode-line-update, checkdoc-char=):
ad50a502 11654 Define such that compiler knows they are defined.
a34ed813
SM
11655 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
11656 (checkdoc-read-event): Delete. Use read-event directly.
ad50a502
RS
11657
11658 * whitespace.el (whitespace-make-overlay)
11659 (whitespace-overlay-put, whitespace-delete-overlay)
11660 (whitespace-overlay-start, whitespace-overlay-end):
11661 Define such that compiler knows they are defined.
11662 (whitespace): Move conditional inside.
11663
11664 * tempo.el (tempo-insert-template): Suppress warning.
11665
11666 * ediff-diff.el (longlines-mode): Add defvar.
11667
9ebc3953
EZ
116682005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
11669
11670 * server.el: Bind "C-x #" in a way that works even if C-x is
11671 redefined to a command key, not a prefix key.
11672
2e9c1c6d
EZ
116732005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
11674
11675 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
11676 cl-make-type-test till execution time.
11677
6bdeff3e
EZ
116782005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
11679
11680 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
11681 arg ARG and use it.
11682
578f8106
EZ
116832005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
11684
11685 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
11686
9f8a6f72
LT
116872005-07-15 Luc Teirlinck <teirllm@auburn.edu>
11688
11689 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
11690 a defcustom with two :set or :type keywords.
11691
e4b477a1
RS
116922005-07-15 Richard M. Stallman <rms@gnu.org>
11693
11694 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11695 Don't give ^M comment-end syntax.
11696
bb7e5329
NR
116972005-07-16 Nick Roberts <nickrob@snap.net.nz>
11698
9ab281f0 11699 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
bb7e5329
NR
11700 Don't consider gdbmi (gdb-mi.el has its own update functions).
11701 (gdb-var-delete): Make it work for gdbmi as well.
11702 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
11703
11704 * progmodes/gud.el (etags, sdb): Only require etags when needed.
11705 (gud-speedbar-menu-items): Correct logic for enabling items.
11706
075e33b3
KS
117072005-07-15 Kim F. Storm <storm@cua.dk>
11708
2994c5cf 11709 * ido.el: Fix commentary.
9ab281f0 11710 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
075e33b3 11711 Use with-no-warnings around ffap-guesser.
2994c5cf
KS
11712 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
11713 Let bind minibuffer-completing-file-name to t.
075e33b3 11714
fea34e9f
JB
117152005-07-15 Juanma Barranquero <lekktu@gmail.com>
11716
9ab281f0
JB
11717 * startup.el (site-run-file, keyboard-type): Doc fixes.
11718 (command-line): Check for "--basic-display" argument; also for
11719 "--quick", not "--bare-bones" (which was renamed).
11720 (fancy-splash-text): Add missing item "Getting New Versions".
11721 (normal-splash-screen): Fix typos and improve consistency with
11722 `fancy-splash-text'. Update copyright year.
11723
1930e8f0
JB
11724 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
11725 valid binding for `help-char'.
11726
3c8dd9b9 11727 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
fea34e9f 11728
9ea818ab
DN
117292005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
11730
11731 * term.el (term-mode): Disable cua-mode for term buffers.
11732
edc8ec9f
JB
117332005-07-14 Juanma Barranquero <lekktu@gmail.com>
11734
1930e8f0
JB
11735 * add-log.el (add-log-mailing-address, change-log-merge):
11736 Doc fixes.
edc8ec9f
JB
11737 (change-log-get-method-definition): Fix typo in docstring.
11738
44016d9d
KS
117392005-07-14 Kim F. Storm <storm@cua.dk>
11740
11741 * emulation/cua-base.el:
11742 (cua--pre-command-handler-1, cua--pre-command-handler)
11743 (cua--post-command-handler-1, cua--post-command-handler):
11744 Split in two. Check (buffer local) value of cua-mode.
11745 (cua-selection-mode): New command.
11746
fd90b80c
LT
117472005-07-13 Luc Teirlinck <teirllm@auburn.edu>
11748
11749 * custom.el (custom-initialize-safe-set)
11750 (custom-initialize-safe-default): Doc fixes.
11751
11752 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11753 and simplify :init-value again.
11754
11755 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11756 and simplify :init-value again. Delete autoload.
11757
11758 * startup.el (command-line): Use `custom-reevaluate-setting' again
11759 for tooltip-mode.
11760
9f8a6f72
LT
11761 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
11762 a defcustom with two :initialize keywords.
fd90b80c 11763
a937cb39
JB
117642005-07-13 Juanma Barranquero <lekktu@gmail.com>
11765
11766 * allout.el (my-mark-marker, allout-isearch-prior-pos)
11767 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
11768 (allout-post-command-business, allout-flag-region)
11769 (isearch-reenable-font-lock, allout-yank)
11770 (allout-insert-latex-header, allout-insert-latex-trailer)
11771 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
11772 (allout-latex-verb-quote): Fix typos in docstrings.
1930e8f0 11773 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
a937cb39
JB
11774 (allout-unprotected, allout-prefix-data):
11775 Improve argument/docstring consistency.
11776 (allout-chart-subtree): Fix argument spec.
11777 (allout-open-topic): Rename `use_sib_bullet' argument to
11778 `use-sib-bullet'. Doc fix.
11779
11780 * whitespace.el (whitespace-check-buffer-leading)
11781 (whitespace-check-buffer-trailing)
11782 (whitespace-check-buffer-indent)
11783 (whitespace-check-buffer-spacetab)
11784 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
11785 (whitespace-check-leading-whitespace)
11786 (whitespace-check-trailing-whitespace)
11787 (whitespace-check-spacetab-whitespace)
11788 (whitespace-check-indent-whitespace)
11789 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
11790 (whitespace-modes): Fix typos in docstrings.
1930e8f0 11791 (defgroup, defcustom): Doc fixes.
a937cb39
JB
11792
11793 * winner.el (winner-mode, winner-boring-buffers)
11794 (winner-pending-undo-ring): Doc fixes.
11795 (winner-ring): Remove unneeded `progn'.
11796 (winner-equal): `defsubst' it.
11797 (winner-redo): Fix message.
11798
010b9a45
KS
117992005-07-13 Kim F. Storm <storm@cua.dk>
11800
11801 * simple.el (line-move-1): Always use vertical-motion to
11802 do the last (or only) line move to ensure some movement.
11803 Undo 2005-06-23 change--don't check for overlays.
11804
c229fb15
YM
118052005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11806
11807 * term/mac-win.el (ccl-encode-mac-roman-font)
11808 (ccl-encode-mac-centraleurroman-font)
11809 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
2af9d879
SM
11810 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
11811 Change charset-id boundary of dimension to ?\xef.
c229fb15
YM
11812 (mac-char-fontspec-list): New constant.
11813 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
11814 argument. Nil uses itself as family in font-spec. Previous
11815 behavior for nil is now provided by non-nil non-string argument.
11816 All callers changed. Add font-specs for Mac fonts to
11817 "fontset-default" unless iso8859-1 fonts are installed.
11818
69d05d83
SM
118192005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11820
11821 * progmodes/sh-script.el (sh-get-indent-info): Only indent
11822 a continuation line if the \ is preceded by SPC or TAB.
11823 (sh-get-indent-info): Simplify.
11824 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
11825 Use with-current-buffer.
11826
11827 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
11828 when the matched text is empty.
11829
d8a9fbf0
LT
118302005-07-12 Luc Teirlinck <teirllm@auburn.edu>
11831
11832 * startup.el (command-line): Revert to previous handling of
11833 tooltip-mode. Explain in comment why the complexity is needed.
11834
11835 * tooltip.el (tooltip-mode): Revert to previous implementation of
11836 its defcustom.
11837
11838 * frame.el (blink-cursor-mode): Revert to previous implementation
f3eb269f 11839 of its defcustom. Update comment.
d8a9fbf0 11840
70f35cb1
LH
118412005-07-12 Lars Hansen <larsh@soem.dk>
11842
11843 * desktop.el: Update e-mail address.
11844
c37efb7a
YM
118452005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11846
11847 * term/mac-win.el (mac-services-mail-selection)
11848 (mac-services-mail-to): New functions.
11849 (mac-application-menu-map): Bind them.
11850
af71d4c0 118512005-07-12 wulei <milton@wulei.net> (tiny change)
7ea9de71
NR
11852
11853 * progmodes/gdb-ui.el: Add note about buffering with Windows.
11854
350ecc49
LT
118552005-07-11 Luc Teirlinck <teirllm@auburn.edu>
11856
11857 * custom.el (custom-reevaluate-setting): Doc fix.
11858
ea6bc45d
JB
118592005-07-11 Jay Belanger <belanger@truman.edu>
11860
11861 * calc/calc.el (calc-embedded-announce-formula-alist)
11862 (calc-embedded-open-close-plain-alist)
69d05d83 11863 (calc-embedded-open-close-mode-alist): Add checks for additional
a937cb39 11864 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
ea6bc45d 11865
ba2c4279
JB
118662005-07-11 Juanma Barranquero <lekktu@gmail.com>
11867
11868 * custom.el (custom-enable-theme): Don't add theme to
11869 `custom-enabled-themes' with `push' because there is no
11870 setf-method for `delq'.
11871
3cc9e6d8
RS
118722005-07-11 Richard M. Stallman <rms@gnu.org>
11873
8989771d
RS
11874 * custom.el (custom-declare-variable): Doc fix.
11875
5176af43
RS
11876 * dired-aux.el (dired-compare-directories): Remove "." and ".."
11877 from the alists.
11878
3cc9e6d8
RS
11879 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
11880 Do nothing if edebug-active.
11881
11882 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
11883 (edebug-display): Do it here instead.
11884
118852005-07-10 Richard M. Stallman <rms@gnu.org>
11886
11887 * cus-face.el (custom-theme-set-faces): Make it work.
11888 (custom-reset-faces): Doc fix.
11889 (custom-theme-reset-internal-face, custom-theme-face-value):
11890 Functions deleted.
11891
11892 * custom.el (custom-push-theme): Maintain list of the settings
11893 of a given theme in its theme-settings property.
11894 Maintain position of old settings in the theme-value
11895 or theme-face property.
11896 (custom-enabled-themes): New variable.
11897 (custom-theme-enabled-p): New function.
11898 (provide-theme): Update custom-enabled-themes.
11899 Disable and reenable the `user' theme.
11900 (require-theme): Doc fix.
11901 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
11902 (custom-theme-value, custom-theme-variable-value): Likewise.
11903 (custom-theme-reset-internal): Likewise.
11904 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
11905 (custom-enable-theme, custom-disable-theme): New functions.
11906 (custom-variable-theme-value, custom-face-theme-value): Likewise.
11907 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
11908 (custom-theme-reset-variables): Simplify.
11909 (deftheme, custom-declare-theme, custom-make-theme-feature):
11910 Definitions moved.
11911
1a3b7cd5
RS
119122005-07-10 Chong Yidong <cyd@stupidchicken.com>
11913
11914 * longlines.el (longlines-show-region)
11915 (longlines-unshow-hard-newlines): Recognize hard newlines by
11916 non-nil hard property, instead of t.
11917
8ea74b0e 119182005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4ff7373a
KS
11919
11920 * viper-cmd.el (viper--key-maps): New variable.
11921 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
8ea74b0e 11922 emulation-mode-map-alists.
4ff7373a
KS
11923 (viper-envelop-ESC-key): Use viper-subseq.
11924 (viper-search-forward/backward/next): Disable debug-on-error.
11925
11926 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11927 (viper-ESC-key): New defcustoms.
11928
11929 * viper-macs.el (ex-map-read-args): Use viper-subseq.
11930
11931 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
11932 (viper-subseq): Copy of subseq from cl.el.
11933
11934 * viper.el (viper-go-away, viper-set-hooks): Use
8ea74b0e 11935 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4ff7373a
KS
11936
11937 * viper-mous.el (viper-current-frame-saved): Use defvar.
11938
11939 * viper-init.el: Get rid of -face in face names.
11940
11941 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
8ea74b0e 11942 Make it work with longlines mode
4ff7373a
KS
11943
11944 * ediff-mult.el (ediff-meta-mode-hook): New variable.
11945
11946 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
11947
99580cde 11948 * ediff-init.el: Get rid of -face in face names.
4ff7373a 11949
e2dacaac
RS
119502005-07-10 Richard M. Stallman <rms@gnu.org>
11951
11952 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
11953 and with-timeout-unsuspend.
11954
11955 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
11956 and with-timeout-unsuspend.
11957
11958 * emacs-lisp/timer.el (with-timeout-timers): New variable.
11959 (with-timeout): Bind that variable to record timers.
11960 (with-timeout-suspend, with-timeout-unsuspend): New functions.
11961
11962 * emacs-lisp/debug.el (debug-help-follow): New function.
11963 (debugger-mode-map): Use that instead of help-follow.
11964 (debugger-setup-buffer): Use eval-buffer-list
11965 to handle eval-buffer frames.
11966
119672005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
11968
69d05d83 11969 * timezone.el (timezone-parse-date): Change first regexp
e2dacaac
RS
11970 so it will not mistakenly match dates with no time zone.
11971
119722005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
11973
11974 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
11975
72df78c9
LT
119762005-07-10 Luc Teirlinck <teirllm@auburn.edu>
11977
0a2eeb92
LT
11978 * custom.el (custom-initialize-safe-set)
11979 (custom-initialize-safe-default): New functions.
11980
11981 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11982 and simplify :init-value.
11983
11984 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11985 and simplify :init-value. Delete obsolete comment.
11986
11987 * startup.el (command-line): Use `custom-reevaluate-setting' to
11988 handle `tooltip-mode'. Delete obsolete comment.
11989
72df78c9
LT
11990 * files.el (set-visited-file-name): Avoid calling
11991 `file-name-nondirectory' with a nil argument.
11992
e2dacaac
RS
119932005-07-09 Richard M. Stallman <rms@gnu.org>
11994
11995 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
11996 was called with nil for the buffer, handle the read position right.
11997 Handle read position for eval-region, too.
11998
4a65d2b3
JL
119992005-07-09 Juri Linkov <juri@jurta.org>
12000
12001 * fringe.el (fringe-mode): Add period in docstring.
12002 (fringe-query-style): Build prompt depending on `all-frames' arg.
12003
12004 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
12005 to not create links to unrelated functions in the Help buffer.
12006
12007 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
12008 Doc fix.
12009
12010 * simple.el (next-error-hook): New variable.
12011 (next-error): Use it. Doc fix.
12012
12013 * textmodes/ispell.el (ispell-command-loop): Add current
12014 dictionary name and program name to mode-line-format.
12015 (ispell-region, ispell-process-line): Add current dictionary name
12016 and program name to messages.
12017
31f3c79b
JB
120182005-07-08 Jay Belanger <belanger@truman.edu>
12019
12020 * calc/calc.el (calc-embedded-announce-formula-alist)
12021 (calc-embedded-open-close-formula-alist)
12022 (calc-embedded-open-close-word-alist)
12023 (calc-embedded-open-close-plain-alist)
12024 (calc-embedded-open-close-new-formula-alist)
12025 (calc-embedded-open-close-mode-alist)
12026 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
12027 (calc-embedded-mode-hook): New variables.
12028
12029 * calc/calc-embed.el (calc-embedded-firsttime)
12030 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
12031 New variables.
12032 (calc-do-embedded): Use calc-embedded-firsttime,
12033 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
12034 determine whether or not to run hooks.
12035 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
12036 calc-embedded-firsttime-formula appropriately.
12037 Set calc-embedded delimiter variables according to mode.
12038
917e0c95
RS
120392005-07-08 Richard M. Stallman <rms@gnu.org>
12040
12041 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12042 Check for "emacs", etc., as entire symbol, not just as word.
12043 (checkdoc-file-comments-engine): Use regexp-quote on FN.
12044
12045 * files.el (set-visited-file-name): Report the error
12046 for "empty filename" earlier.
12047 (kill-some-buffers): Ignore buffers already dead.
12048
12049 * fringe.el (fringe-mode): Doc fix.
12050
12051 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12052 Check for (featurep 'xemacs) and turn off warnings in what it guards.
12053 Use unwind-protect to ensure byte-compile-unresolved-functions
12054 is updated.
12055
12056 * whitespace.el (whitespace-buffer-leading-cleanup):
12057 Simplify w/ skip-chars-forward.
12058 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12059
12060 * mail/rmail.el (rmail-only-expunge): Fix paren error.
12061 Unconditionally try to leave point at the same old place.
12062
8774406b
EZ
120632005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
12064
12065 * comint.el (comint-postoutput-scroll-to-bottom)
69d05d83 12066 (comint-show-maximum-output): Take scroll-margin into consideration.
8774406b 12067
c380c937
KS
120682005-07-08 Kim F. Storm <storm@cua.dk>
12069
3aaa5e26
KS
12070 * ido.el (ido-use-filename-at-point): New choice `guess'.
12071 (ido-file-internal): Try ffap-guesser if selected.
12072
c380c937
KS
12073 * ido.el (ido-before-fallback-functions): New hook.
12074 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12075 (ido-read-file-name): Run it.
12076
2af9d879
SM
120772005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12078
12079 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12080 strings rather than a list of symbols to the completion function.
12081
f3414bd4
JB
120822005-07-07 Jay Belanger <belanger@truman.edu>
12083
9ab281f0 12084 * calc/calc-units.el (math-apply-units): Change the places in
f3414bd4
JB
12085 which units are simplified.
12086
a1306094
LT
120872005-07-07 Luc Teirlinck <teirllm@auburn.edu>
12088
12089 * cus-edit.el (customize-option, customize-option-other-window):
12090 Make them handle aliases.
12091
12092 * custom.el (custom-variable-p): Make it recursively follow
12093 aliases. Mention that in the docstring.
12094
bc4c8456
RS
120952005-07-07 Richard M. Stallman <rms@gnu.org>
12096
12097 * cus-start.el (exec-path): Use `directory' instead of `file'.
b713c813 12098 Fix tag for nil.
bc4c8456 12099
a653724b
JB
121002005-07-07 Juanma Barranquero <lekktu@gmail.com>
12101
12102 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12103 when called non-interactively. Doc fix.
12104
9d42fe6f
LK
121052005-07-07 Lute Kamstra <lute@gnu.org>
12106
12107 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12108 new address as well.
12109
43b557d5
KH
121102005-07-07 Kenichi Handa <handa@m17n.org>
12111
69d05d83
SM
12112 * international/mule.el (make-coding-system):
12113 Describe `ascii-incompatible' property in the docstring.
43b557d5
KH
12114 (set-file-name-coding-system): Signal an error if coding-system is
12115 ascii-incompatible.
12116 (set-keyboard-coding-system): Likewise.
12117
a653724b
JB
12118 * international/mule-cmds.el (set-default-coding-systems):
12119 Don't set default-file-name-coding-system and
69d05d83 12120 default-keyboard-coding-system if coding-system is ASCII-incompatible.
43b557d5
KH
12121
12122 * international/utf-16.el: Declare that all UTF-16-based coding
a653724b 12123 systems are ASCII-incompatible.
43b557d5 12124
811ade5c
NR
121252005-07-07 Nick Roberts <nickrob@snap.net.nz>
12126
12127 * progmodes/gud.el: Require font-lock for displaying errors.
12128 Used by gdb-ui.el.
12129
ed6773fa
JB
121302005-07-07 Juanma Barranquero <lekktu@gmail.com>
12131
12132 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
12133 values for the pattern lists which are `read'able but not
12134 `append'able (like symbols).
12135
7ea8834e
RS
121362005-07-06 Richard M. Stallman <rms@gnu.org>
12137
12138 * progmodes/flymake.el (flymake-float-time): Instead of
12139 with-no-warnings, test for xemacs.
12140 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12141 to avoid warning.
12142
d25dfeed
JB
121432005-07-06 Juanma Barranquero <lekktu@gmail.com>
12144
12145 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
12146
68003d6b 121472005-07-05 Lute Kamstra <lute@gnu.org>
71d21198
LK
12148
12149 * battery.el: Add support for Darwin (with much debugging help
12150 from Samuel Lauber <sam124@operamail.com>).
12151 (battery-status-function, battery-echo-area-format)
12152 (battery-mode-line-format): Add support for pmset on Darwin.
12153 (battery-load-low, battery-load-critical): New user options.
12154 (battery-pmset): New function.
12155
68003d6b
LK
121562005-07-05 Lute Kamstra <lute@gnu.org>
12157
12158 Update FSF's address in GPL notices.
12159
12160 * textmodes/page-ext.el: Update FSF's address.
12161
c13ce396
SM
121622005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12163
12164 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
12165 filling from using prefix when filling a single-line docstring.
12166
12167 * progmodes/flymake.el: Remove useless eval-when-compile.
12168
12169 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
12170
4af33176
RS
121712005-07-04 Richard M. Stallman <rms@gnu.org>
12172
12173 * textmodes/org.el (org-file-apps-defaults-gnu):
c13ce396 12174 Rename from org-file-apps-defaults-linux.
4af33176
RS
12175 (org-default-apps): Don't test system-type for `linux'.
12176 (org-file-apps): Doc fix.
12177
6ea54413
DP
121782005-07-04 David Ponce <david@dponce.com>
12179
12180 * tree-widget.el: Improve header Commentary section.
12181 (tree-widget) [defgroup]
12182 (tree-widget-image-enable, tree-widget-themes-directory)
12183 (tree-widget-theme, tree-widget-image-properties-emacs)
12184 (tree-widget-image-properties-xemacs, tree-widget-create-image)
12185 (tree-widget-image-formats, tree-widget-control)
12186 (tree-widget-empty-control, tree-widget-leaf-control
12187 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
12188 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
12189 (tree-widget-keep, tree-widget-after-toggle-functions)
12190 (tree-widget-open-node, tree-widget-close-node): Doc fix.
12191 (tree-widget-open-control, tree-widget-close-control): Fix doc and
12192 :help-echo message.
12193 (tree-widget-set-theme): Doc fix. Use `string-equal'.
12194 (tree-widget-image-properties): Doc fix. Clearer implementation.
12195 (tree-widget--cursors): New constant.
12196 (tree-widget-lookup-image): New function split from
12197 `tree-widget-find-image'. Clearer implementation.
12198 (tree-widget-find-image): Use it.
12199 (tree-widget-button-keymap): Use `set-keymap-parent'.
12200 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
12201 Define the sub-widgets here.
12202 (tree-widget-node): Check that :node is not a tree-widget.
12203 (tree-widget-get-super, tree-widget-open-control)
12204 (tree-widget-close-control, tree-widget-empty-control)
12205 (tree-widget-leaf-control, tree-widget-guide)
12206 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
12207 (tree-widget-no-handle, tree-widget-value-delete)
12208 (tree-widget-map): Remove.
12209 (tree-widget-children-value-save): Doc fix. Simplified.
12210 (tree-widget-value-create): Update according to previous changes.
12211
576ae47a
CD
122122005-07-04 Carsten Dominik <dominik@science.uva.nl>
12213
12214 * textmodes/org.el: Leading space replaced by TABS.
12215 (org-recalc-marks, org-table-rotate-recalc-marks)
12216 (org-table-get-specials): Treat "^" and "_" marks.
12217 (org-table-justify-field-maybe): Optional argument NEW.
c13ce396
SM
12218 (org-table-eval-formula): Parsing of the format simplified.
12219 New modes C,I. Honor the %= parameter in the current table.
12220 Avoid unnecessary re-align by using the NEW argument to
576ae47a 12221 `org-table-justify-field-maybe'.
c13ce396
SM
12222 (org-calc-default-modes): Default for date-format mimicks org-mode.
12223 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
576ae47a 12224
29a05cd1
LT
122252005-07-03 Luc Teirlinck <teirllm@auburn.edu>
12226
12227 * cus-face.el (custom-theme-set-faces): Make it handle face
12228 aliases whose alias declarations are pre- or autoloaded.
12229
45cbf2fe
JL
122302005-07-04 Juri Linkov <juri@jurta.org>
12231
12232 * faces.el (read-face-name): Put the code for getting a face name
12233 from the buffer before adding the faces from the `face' property.
12234 Use `completing-read-multiple' instead of `completing-read'.
12235 Require `crm'. Add default value and post-process the returned
12236 list of faces.
12237
12238 * emacs-lisp/crm.el (crm-find-current-element)
12239 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
12240
12241 * emacs-lisp/lisp-mode.el (eval-defun-1):
12242 * emacs-lisp/edebug.el (edebug-eval-defun):
12243 Remove unnecessary quotes.
12244
ec0421f3
JB
122452005-07-04 Juanma Barranquero <lekktu@gmail.com>
12246
c6c5714e
JB
12247 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
12248 (prolog-indent-level): Fix typo in docstring.
12249
12250 * info.el (Info-history, Info-history-forward)
12251 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
12252
6db8cbf5
JB
12253 * add-log.el (add-change-log-entry):
12254 * comint.el (comint-dynamic-list-input-ring)
12255 (comint-dynamic-list-completions):
12256 * dabbrev.el (dabbrev-expand):
12257 * delim-col.el (delimit-columns-rectangle-line):
12258 * diff-mode.el (diff-context->unified, diff-reverse-direction)
12259 (diff-unified->context):
12260 * ediff-init.el (ediff-abbrev-jobname):
12261 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
12262 (ediff-replace-session-activity-marker-in-meta-buffer):
12263 * info.el (Info-summary):
12264 * lpr.el (printify-region):
12265 * printing.el (pr-create-interface):
12266 * ps-print.el (ps-print-quote):
12267 * ses.el (ses-column-widths, ses-print-cell)
12268 (ses-adjust-print-width, ses-center):
12269 * shell.el (shell-file-name-quote-list):
12270 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
12271 (strokes-fill-current-buffer-with-whitespace)
12272 (strokes-xpm-for-stroke, strokes-list-strokes)
12273 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
12274 * term.el (term-dynamic-list-input-ring)
12275 (term-dynamic-list-completions):
12276 * calc/calc.el (math-format-stack-value):
12277 * emacs-lisp/edebug.el (edebug-display-freq-count):
12278 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
12279 (delphi-new-comment-line):
12280 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
12281 * progmodes/executable.el (executable-set-magic):
12282 * progmodes/python.el (inferior-python-mode):
12283 * progmodes/scheme.el (scheme-mode-syntax-table):
12284 * progmodes/sh-script.el (sh-maybe-here-document):
12285 * progmodes/sql.el (sql-copy-column):
12286 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
12287 * textmodes/bibtex.el (bibtex-mode):
12288 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
12289 (sgml-auto-attributes):
12290 * textmodes/table.el (table-insert, table-shorten-cell)
12291 (table--generate-source-scan-lines, table-delete-row)
12292 (*table--cell-delete-char, table--spacify-frame)
12293 (table--horizontally-shift-above-and-below)
12294 (table--cell-insert-char, table--cell-blank-str)
12295 (table--fill-region-strictly):
12296 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
12297 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
12298
12299 * add-log.el (change-log):
12300 * apropos.el (apropos):
12301 * comint.el (comint-completion, comint-source):
12302 * dabbrev.el (dabbrev):
12303 * delim-col.el (columns):
12304 * diff-mode.el (diff-mode):
12305 * ediff.el (ediff):
12306 * ediff-diff.el (ediff-diff):
12307 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
12308 * ediff-mult.el (ediff-mult):
12309 * ediff-ptch.el (ediff-ptch):
12310 * ediff-wind.el (ediff-window):
12311 * facemenu.el (facemenu):
12312 * indent.el (indent):
12313 * info.el (info):
12314 * jka-cmpr-hook.el (compression, jka-compr):
12315 * lpr.el (lpr):
12316 * outline.el (outlines):
12317 * pcmpl-cvs.el (pcmpl-cvs):
12318 * pcmpl-rpm.el (pcmpl-rpm):
12319 * printing.el (printing):
12320 * ps-print.el (postscript, ps-print, ps-print-horizontal)
12321 (ps-print-vertical, ps-print-headers, ps-print-font)
12322 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
12323 (ps-print-background, ps-print-printer, ps-print-page)
12324 (ps-print-miscellany):
12325 * ses.el (ses):
12326 * shell.el (shell, shell-directories, shell-faces):
12327 * startup.el (initialization):
12328 * strokes.el (strokes):
12329 * term.el (term):
12330 * uniquify.el (uniquify):
12331 * w32-vars.el (w32):
12332 * calc/calc.el (calc):
12333 * emacs-lisp/bytecomp.el (bytecomp):
12334 * emacs-lisp/cl-indent.el (lisp-indent):
12335 * emacs-lisp/edebug.el (edebug):
12336 * emacs-lisp/elp.el (elp):
12337 * emacs-lisp/testcover.el (testcover):
12338 * emacs-lisp/trace.el (trace):
12339 * emulation/viper-ex.el (viper-ex):
12340 * emulation/viper-mous.el (viper-mouse):
12341 * mail/mailalias.el (mailalias):
12342 * mail/supercite.el (supercite, supercite-frames)
12343 (supercite-attr, supercite-cite, supercite-hooks):
12344 * net/rcompile.el (remote-compile):
12345 * net/rlogin.el (rlogin):
12346 * obsolete/ooutline.el (outlines):
12347 * progmodes/delphi.el (delphi):
12348 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
12349 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
12350 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
12351 (ebnf-optimization):
12352 * progmodes/etags.el (etags):
12353 * progmodes/executable.el (executable):
12354 * progmodes/idlwave.el (idlwave):
12355 * progmodes/pascal.el (pascal):
12356 * progmodes/prolog.el (prolog):
12357 * progmodes/python.el (python):
12358 * progmodes/scheme.el (scheme):
12359 * progmodes/sh-script.el (sh, sh-script):
12360 * progmodes/sql.el (SQL):
12361 * progmodes/tcl.el (tcl):
12362 * textmodes/bibtex.el (bibtex, bibtex-autokey):
12363 * textmodes/enriched.el (enriched):
12364 * textmodes/makeinfo.el (makeinfo):
12365 * textmodes/sgml-mode.el (sgml):
12366 * textmodes/table.el (table-hooks):
12367 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
12368 * textmodes/texinfo.el (texinfo):
12369 * textmodes/two-column.el (two-column):
12370 Finish `defgroup' description with period.
59fda2fa 12371
ec0421f3 12372 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6db8cbf5 12373 * eshell/esh-var.el (eshell-var):
bc25429a 12374 * progmodes/vhdl-mode.el (vhdl-testbench):
6db8cbf5
JB
12375 * textmodes/org.el (org): Fix typos in docstrings.
12376
12377 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
12378 consistency.
ec0421f3
JB
12379
12380 * progmodes/flymake.el (flymake-find-file): Remove.
12381 (flymake-float-time): Use `with-no-warnings'.
12382 (flymake-check-start-time, flymake-check-was-interrupted)
12383 (flymake-err-info, flymake-is-running, flymake-last-change-time)
12384 (flymake-new-err-info): `defvar' at compile time.
12385
123862005-07-03 Juanma Barranquero <lekktu@gmail.com>
12387
12388 * replace.el (occur-hook): Doc fix.
12389 (occur-1): Don't call `occur-hook' if there are no matches.
12390
3d393029
RS
123912005-07-03 Richard M. Stallman <rms@gnu.org>
12392
f24cd32e
RS
12393 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
12394 global-map, save the same map.
12395 (global-map): Don't alter it at top level.
12396 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
12397 Then alter it here instead.
12398 (tpu-edt-off): Set global-map to the saved one.
12399
12400 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
12401 All references simplified.
c13ce396 12402 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
7fe48b75
RS
12403 (zmacs-regions): Add defvar.
12404 (repeat-complex-command-map): Everything about that deleted.
f24cd32e 12405
3d393029
RS
12406 * textmodes/artist.el (artist-key-is-drawing)
12407 (artist-key-endpoint1, artist-key-poly-point-list)
12408 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
12409 (artist-key-compl-table, artist-rb-save-data)
12410 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
12411 Don't put them in eval-when-compile.
12412 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
12413
12414 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
12415 Use with-no-warnings.
12416
12417 * net/browse-url.el (dos-windows-version): Add defvar.
12418
12419 * mail/supercite.el (filladapt-prefix-table): Add defvar.
12420
12421 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
12422 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
c13ce396 12423 (rmail-new-summary-line-count): Rename from new-summary-line-count.
3d393029
RS
12424 Add defvar.
12425 (rmail-summary-beginning-of-message): Use with-no-warnings.
12426 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
12427
12428 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
12429 Use with-no-warnings.
12430
12431 * emulation/vi.el (vi-mark-region): Use c-mark-function.
12432 (c-mark-function): Add point-moving-unit property.
12433 (vi-goto-line): Use with-no-warnings.
12434
12435 * emulation/edt.el (edt-last-copied-word): Add defvar.
12436 (zmacs-region-stays): Likewise.
12437 (edt-mark-section-wisely): Use c-mark-function for C.
12438 Use makr-defun for Fortran.
12439 (time-string): defvar deleted.
12440 (edt-display-the-time): Don't set time-string.
12441
12442 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
12443
12444 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12445 Don't warn when name is not constant
12446 or for defining the group `emacs'.
12447
12448 * tooltip.el (gud-tooltip-mode): Add defvar.
12449
12450 * startup.el (default-frame-background-mode): Add defvar.
12451
12452 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
12453
12454 * info.el (tool-bar-map): Add defvar.
12455
12456 * dired.el (dnd-protocol-alist): Add defvar.
12457
12458 * dired-aux.el (dired-query): Display question with answer, when
12459 the user answers.
12460
12461 * custom.el (custom-add-option): Doc fix.
12462
12463 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
12464
112abe24
EZ
124652005-07-03 Eli Zaretskii <eliz@gnu.org>
12466
12467 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
12468 bogus name from the last change.
12469
e1db6c78
LT
124702005-07-02 Luc Teirlinck <teirllm@auburn.edu>
12471
12472 * custom.el (custom-declare-variable): Fix typos in comment.
12473 (custom-known-themes): Doc fix.
12474 (custom-theme-directory): New defcustom.
12475 (require-theme): Make it check `custom-theme-directory'.
12476
12477 * cus-theme.el (custom-new-theme-mode): New function.
12478 (custom-theme-name, custom-theme-variables, custom-theme-faces)
12479 (custom-theme-description): Add compiler defvars.
12480 (customize-create-theme): Add doc to the "*New Custom Theme*"
12481 buffer. Use `custom-new-theme-mode'.
12482 (custom-theme-write): Put the created buffer in emacs-lisp-mode
12483 and save it to the `custom-theme-directory'. Make this the
12484 default directory of the buffer.
12485
ec0421f3 124862005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
bd6a83d5 12487
ec0421f3
JB
12488 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
12489 Fix unbalanced parentheses.
bd6a83d5 12490
1953295b
SM
124912005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12492
12493 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
12494 into flymake-mode and delegate to flymake-mode.
12495
12496 * find-file.el (ff-which-function-are-we-in): Clean up.
12497
1324d580
JB
124982005-07-02 Juanma Barranquero <lekktu@gmail.com>
12499
b1f71b43
JB
12500 * replace.el (occur-rename-buffer): Fix docstring.
12501
1324d580
JB
12502 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
12503 (edt-last-copied-word, edt-learn-macro-count)
12504 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
12505 (edt-rect-start-point, edt-user-global-map, rect-start-point)
12506 (time-string, zmacs-region-stays):
12507 * emulation/edt-mapper.el (edt-save-function-key-map)
12508 (EDT-key-name): `defvar' to silence the byte-compiler.
12509
d6951bb4
EZ
125102005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
12511
12512 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
12513 font-lock-regexp-backslash. Doc fix.
12514 (font-lock-regexp-backslash-grouping-construct): Rename from
12515 font-lock-regexp-backslash-construct. Doc fix.
588c0770 12516 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
d6951bb4
EZ
12517 grouping constructs.
12518
014b37b6
EZ
125192005-07-02 Eli Zaretskii <eliz@gnu.org>
12520
12521 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
12522 updating all the prerequisites.
12523
64f72ae1
JB
125242005-07-01 Juanma Barranquero <lekktu@gmail.com>
12525
12526 * textmodes/org.el (org-agenda-start-on-weekday)
12527 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
12528 (org-agenda-use-time-grid, org-archive-location)
12529 (org-allow-space-in-links, org-usenet-links-prefer-google)
12530 (org-enable-table-editor, org-export-default-language)
12531 (org-export-html-show-new-buffer, org-fill-paragraph)
12532 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
12533 (org-goto-quit, org-occur, org-eval-in-calendar)
12534 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
12535 (org-agenda-diary-entry, org-remember-help)
12536 (org-table-convert-region, org-at-table-p)
12537 (org-table-move-row-down, org-table-move-row-up)
12538 (org-table-copy-region, org-table-toggle-vline-visibility)
12539 (org-table-get-stored-formulas, org-table-get-specials)
12540 (org-recalc-commands, org-table-eval-formula)
12541 (org-table-formula-substitute-names, orgtbl-make-binding)
12542 (org-format-org-table-html, org-format-table-table-html)
12543 (org-format-table-table-html-using-table-generate-source)
12544 (org-customize): Fix typos in docstrings.
12545 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
12546 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
12547 (org-back-to-heading): Doc fixes.
12548 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
12549 (org-agenda-change-all-lines, org-get-header):
12550 Improve argument/docstring consistency.
12551 (orgtbl-error): Fix error message.
12552
12553 * progmodes/flymake.el (flymake-find-possible-master-files)
12554 (flymake-master-file-compare, flymake-get-line-err-count)
12555 (flymake-highlight-line, flymake-gui-warnings-enabled):
12556 Fix typos in docstrings.
12557 (flymake-parse-line, flymake-get-project-include-dirs-function)
12558 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
12559 Doc fixes.
12560 (flymake-get-project-include-dirs-function)
12561 (flymake-make-err-menu-data):
12562 Improve argument/docstring consistency.
12563
b97c98ad
LK
125642005-07-01 Lute Kamstra <lute@gnu.org>
12565
12d6b124
LK
12566 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
12567 Catch errors with ignore-errors. Use temporary buffer.
12568 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
12569
b97c98ad
LK
12570 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
12571 background color faces.
1953295b
SM
12572 (facemenu-set-foreground, facemenu-set-background):
12573 Use facemenu-set-face-from-menu.
b97c98ad
LK
12574 (facemenu-set-face-from-menu): Treat face names that start with
12575 "fg:" or "bg:" as special.
12576 (facemenu-add-new-color): Don't create faces. Simplify.
12577
11bc6e51
RS
125782005-06-30 Richard M. Stallman <rms@gnu.org>
12579
12580 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
12581 (crm-find-current-element): Likewise.
12582
125832005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12584
1953295b 12585 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
11bc6e51 12586
01bf52cb
SM
125872005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12588
12589 * arc-mode.el (archive-extract): Make it work as a mouse binding.
12590 (archive-mouse-extract): Make it an obsolete alias.
12591 (archive-mode-map): Don't use archive-mouse-extract any more.
12592 (archive-mode, archive-extract): write-contents-hooks ->
12593 write-contents-functions.
12594 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
12595 first arg.
12596 (archive-rename-entry): Update the call.
12597 (archive-zip-summarize): Remove unused var `method'.
12598 (archive-lzh-summarize): Remove unused var `creator'.
12599
1953295b
SM
12600 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
12601 dedicated frame upon exit.
01bf52cb
SM
12602
12603 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
12604 (archive-zip-extract, archive-zip-expunge)
12605 (archive-zip-update, archive-zip-update-case): Use executable-find.
12606 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
12607 Use restore-buffer-modified-p.
12608 (archive-extract, archive-add-new-member, archive-write-file-member):
12609 Use with-current-buffer.
12610 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
12611
0a0157ba
AS
126122005-06-30 Andreas Schwab <schwab@suse.de>
12613
12614 * progmodes/gud.el (gud-filter): Remove unneeded progn.
12615
5026b8ee
GM
126162005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12617
12618 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
12619
63f7ffb3
JL
126202005-06-30 Juri Linkov <juri@jurta.org>
12621
12622 * faces.el (vertical-border): Inherit from mode-line-inactive
12623 only on tty.
12624
c665bf4b
JB
126252005-06-30 Juanma Barranquero <lekktu@gmail.com>
12626
27bbbadb
JB
12627 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
12628 example, -NLINES in the `occur' docstring).
12629
426674a8
JB
12630 * replace.el (occur-1): When no matches are found, do not set the
12631 `buffer-read-only' and modified flags for the occur buffer,
12632 because it is deleted.
12633
c665bf4b
JB
12634 * emulation/cua-base.el (cua-check-pending-input)
12635 (cua-repeat-replace-region, cua-mode, cua-debug)
12636 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
12637 Fix typos in docstrings.
12638
12639 * emulation/cua-gmrk.el (cua-toggle-global-mark)
12640 (cua-cut-region-to-global-mark)
12641 (cua--cut-rectangle-to-global-mark):
12642 Remove period from end of messages.
12643
12644 * emulation/cua-rect.el (cua-do-rectangle-padding):
12645 Remove period from end of messages.
12646 (cua--rectangle-seq-format): Fix typo in docstring.
12647 (cua-sequence-rectangle, cua-fill-char-rectangle):
12648 Improve argument/docstring consistency.
12649
9b07ab0a
JL
126502005-06-29 Juri Linkov <juri@jurta.org>
12651
12652 * faces.el (default-frame-background-mode): New internal variable.
12653 (frame-set-background-mode): Use it.
12654
12655 * startup.el (normal-top-level): Set default-frame-background-mode
12656 instead of frame-background-mode. Before setting it, test for its
12657 nil value. Remove tests for frame-background-mode and frame
12658 parameter `reverse'. Add test for "unspecified-fg".
12659
12660 * term/xterm.el (xterm-rxvt-set-background-mode):
12661 * term/rxvt.el (rxvt-set-background-mode):
12662 Set default-frame-background-mode instead of frame-background-mode.
12663
16f43910
JB
126642005-06-29 Juanma Barranquero <lekktu@gmail.com>
12665
0684376b
JB
12666 * simple.el (set-variable): Warn about obsolete user variables.
12667
16f43910
JB
12668 * imenu.el (imenu--completion-buffer):
12669 * mouse.el (mouse-buffer-menu-alist):
12670 * msb.el (msb-invisible-buffer-p):
12671 * calendar/diary-lib.el (diary-header-line-format):
12672 * emacs-lisp/pp.el (pp-buffer):
12673 * progmodes/cperl-mode.el (cperl-do-auto-fill):
12674 * textmodes/picture.el (picture-replace-match):
12675 Change space constants followed by a sexp to "?\s ".
12676
12677 * play/decipher.el (decipher-loop-with-breaks):
12678 * textmodes/texinfo.el (texinfo-insert-@item): Change space
12679 constants "protected" from end of line by a comment to "?\s".
12680
4b2f6649
SM
126812005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12682
9a1505e9
SM
12683 * font-lock.el (save-buffer-state): Use `declare'.
12684
4b2f6649
SM
12685 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
12686 reset the syntax-table to cperl-mode-syntax-table.
12687 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
12688 "foo_print_bar" is not matched as a reserved keyword.
12689
01d37825
CD
126902005-06-29 Carsten Dominik <dominik@science.uva.nl>
12691
16f43910 12692 * textmodes/org.el (orgtbl-setup): New function, for delayed
01d37825
CD
12693 setup for the orgtbl commands.
12694 (org-calc-default-modes): New option.
12695 (orgtbl-make-binding): Use `defun' to get better help display.
12696 (org-diary): Call `org-compile-prefix-format'.
12697 (org-table-formula-substitute-names): New function.
12698 (org-agenda-day-view, org-agenda-week-view): New commands.
12699 (org-agenda-toggle-week-view): Command removed.
12700 (org-tbl-menu): Split off from org-org-menu.
4b2f6649 12701 (org-mode): Move removal of outline-mode menus to here.
01d37825
CD
12702 (org-table-formula-debug): New option.
12703 (org-table-insert-row): Keep first field if just "#" or "*".
12704 (org-mode): Paragraph regexps fixed.
12705 (org-table-recalculate-regexp): New constant.
12706 (org-table-justify-field-maybe): Avoid replace if not necessary.
12707 (org-copy-special, org-cut-special): Use `call-interactively'.
12708 (org-table-copy-region): Take region from `interactive' call.
12709 (org-trim): Return string even if no match.
12710 (org-formula): New face.
4b2f6649
SM
12711 (org-set-font-lock-defaults): No longer highlight "FIXME".
12712 But highlight formula-related fields in table.
01d37825
CD
12713 (org-table-p): Use regexp, not fontification.
12714 (org-table-align): Handle white space at end of line.
12715 (org-table-formula-evaluate-inline): New option.
12716 (org-mode): Auto-wrapping in comment lines turned off.
12717 (org-table-copy-down): Evaluate only in copied field, not in
12718 destination.
12719 (org-table-current-formula): Variable removed.
12720 (org-table-store-formulas, org-table-get-stored-formulas)
12721 (org-table-modify-formulas, org-table-replace-in-formulas)
12722 (org-table-maybe-eval-formula): New functions.
4b2f6649 12723 (org-table-get-formula): Modify to use stored formulas.
01d37825
CD
12724 (org-table-insert-column, org-table-delete-column)
12725 (org-table-move-column): Call `org-table-modify-formulas'.
12726 (org-complete): Add completion for keyword formulas.
12727 (orgtbl-mode): Pull orgtbl-mode-map to start of
12728 minor-mode-map-alist.
12729
8c39e595
SM
127302005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12731
4b2f6649
SM
12732 * progmodes/python.el (python-check): Require `compile' before
12733 modifying its variables.
12734
8c39e595
SM
12735 * newcomment.el (comment-indent-default): Don't get fooled by an early
12736 end of buffer.
12737
27484eb0
VJL
127382005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12739
8c39e595 12740 * ps-print.el (ps-print-version): Fix version number.
27484eb0 12741
34e60863
LT
127422005-06-28 Luc Teirlinck <teirllm@auburn.edu>
12743
9569175e 12744 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
34e60863 12745
025691ed
RS
127462005-06-28 Richard M. Stallman <rms@gnu.org>
12747
12748 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
12749 (flyspell-local-mouse-map): Declaration deleted.
12750 (flyspell-mouse-map): Bind only mouse-2.
12751 (flyspell-mode-map): Don't test flyspell-use-local-map.
12752 (flyspell-overlay-keymap-property-name): Var deleted.
12753 (flyspell-mode-on): Don't make local bindings for
12754 flyspell-mouse-map and flyspell-mode-map.
12755 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
12756
12757 * textmodes/ispell.el (ispell-word): Do not ignore short words.
12758
12759 * progmodes/compile.el (compilation-next-error-function):
12760 Don't switch buffers; operate on the current buffer.
12761
a1522a36
JL
12762 * progmodes/compile.el (compilation-error-file-name)
12763 (compilation-warning-file-name, compilation-info-file-name)
12764 (compilation-line-number, compilation-column-number): New faces.
12765 (compilation-error-face, compilation-warning-face)
12766 (compilation-info-face, compilation-line-face)
12767 (compilation-column-face): Use them.
12768
025691ed
RS
12769 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
12770
12771 * comint.el (comint-password-prompt-regexp): Accept ", try again".
12772
12773 * bindings.el (global-map): Bind insertchar and its variants.
12774
127752005-06-27 Richard M. Stallman <rms@gnu.org>
12776
12777 * textmodes/artist.el (artist-text-overwrite)
12778 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
12779
9dae638c
VJL
127802005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12781
12782 * ps-print.el: It was not working the page selection for printing.
12783 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
12784 (ps-print-version): New version 6.6.7.
12785 (ps-end-sheet): New fun.
12786 (ps-header-sheet, ps-end-job): Call it.
12787
efd6ebec
LT
127882005-06-27 Luc Teirlinck <teirllm@auburn.edu>
12789
b61bfa4d 12790 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
efd6ebec 12791
019b1899
LK
127922005-06-27 Lute Kamstra <lute@gnu.org>
12793
12794 * facemenu.el (facemenu-unlisted-faces): Add foreground and
12795 background color faces.
12796 (facemenu-get-face): Delete function.
12797 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
8c39e595 12798 (facemenu-add-new-color): Make second argument mandatory.
588c0770 12799 Create the appropriate face and return it. Simplify.
019b1899
LK
12800 (facemenu-set-foreground, facemenu-set-background): Don't check if
12801 color is defined. Use return value of facemenu-add-new-color.
12802
32da5de9
NR
128032005-06-26 Nick Roberts <nickrob@snap.net.nz>
12804
12805 * progmodes/gud.el (gud-filter): Add missing argument to
12806 with-selected-window.
12807
62350cdd
SM
128082005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12809
12810 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
12811 a :require to the defcustom.
12812
12813 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
12814 defcustoms corresponding to minor modes.
12815
ec9ac2be
DP
128162005-06-26 David Ponce <david@dponce.com>
12817
025691ed 12818 * recentf.el: Require tree-widget instead of wid-edit.
ec9ac2be
DP
12819 (recentf-filename-handler): Fix widget :type.
12820 (recentf-cancel-dialog, recentf-open-more-files)
12821 (recentf-open-files-action): Doc fix.
12822 (recentf-dialog-goto-first): New function.
12823 (recentf-dialog-mode-map): Set parent keymap first.
62350cdd
SM
12824 (recentf-dialog-mode): Define with define-derived-mode.
12825 Don't display continuation lines in dialogs.
ec9ac2be
DP
12826 (recentf-edit-list): Rename from recentf-edit-selected-items.
12827 (recentf-edit-list-select): Rename from recentf-edit-list-action.
12828 Simplify.
12829 (recentf-edit-list-validate): New function.
12830 (recentf-edit-list): Update accordingly.
12831 (recentf-open-files-item-shift): Remove.
12832 (recentf-open-files-item): Convert menu elements into tree and
12833 link widgets. Don't create the widgets.
12834 (recentf-open-files): Update accordingly.
12835 (recentf-save-list): Untabify.
12836
33b79ce4
LT
128372005-06-25 Luc Teirlinck <teirllm@auburn.edu>
12838
dd716cec
LT
12839 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
12840 (keep-lines): Add INTERACTIVE arg. Never delete lines only
12841 partially contained in the active region. Do not take active
12842 region into account when called from Lisp, unless INTERACTIVE arg
12843 is non-nil. Use `forward-line' instead of `beginning-of-line' to
12844 avoid trouble with fields. Make marker point nowhere when no
12845 longer used. Always return nil. Doc fix.
12846 (flush-lines): Add INTERACTIVE arg. Do not take active region
12847 into account when called from Lisp, unless INTERACTIVE arg is
12848 non-nil. Use `forward-line' instead of `beginning-of-line' to
12849 avoid trouble with fields. Make marker point nowhere when no
12850 longer used. Always return nil. Doc fix.
12851 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
12852 interchangeable. Do not take active region into account when
12853 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
12854 message in echo area when called from Lisp, unless INTERACTIVE arg
12855 is non-nil. Avoid saying "1 occurrences". Do not use markers.
12856 Return the number of matches. Doc fix.
12857 (occur): Doc fix.
12858 (perform-replace): Make comment follow double space convention for
12859 the sake of `outline-minor-mode'.
12860
33b79ce4
LT
12861 * faces.el (facep): Doc fix.
12862
df13531d
RS
128632005-06-25 Richard M. Stallman <rms@gnu.org>
12864
a68d870b
RS
12865 * facemenu.el (facemenu-enable-faces-p): New function.
12866 (facemenu-background-menu, facemenu-foreground-menu)
12867 (facemenu-face-menu): Add menu-enable property.
12868
df13531d
RS
12869 * jka-compr.el (jka-compr-insert-file-contents):
12870 Special handling if cannot find the uncompression program.
12871
12872 * cus-face.el (custom-face-attributes): Add autoload.
12873
12874 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12875 Bind comment-indent-function locally.
12876
12877 * window.el (save-selected-window): Use save-current-buffer.
12878
12879 * subr.el (with-selected-window): Use save-current-buffer.
12880
12881 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
12882 and with-current-buffer.
12883
19cfc561
RS
128842005-06-24 Richard M. Stallman <rms@gnu.org>
12885
12886 * simple.el (line-move-1): Fix previous change.
12887
8346425e
JB
128882005-06-24 Juanma Barranquero <lekktu@gmail.com>
12889
12890 * replace.el (occur-1): Set `buffer-read-only' and the
12891 buffer-modified flag before running `occur-hook' to protect
12892 against unintentional buffer switches that can lead to data loss.
12893
1c955542
NR
128942005-06-24 Nick Roberts <nickrob@snap.net.nz>
12895
12896 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
12897 (gud-gdb-marker-filter): Use font-lock-warning-face for any
12898 initial error.
8346425e 12899
1c955542
NR
12900 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
12901 after fresh input.
12902 (gdb-var-create-handler): Put name of expression in quotes.
8346425e 12903
6fb276bd
LT
129042005-06-23 Luc Teirlinck <teirllm@auburn.edu>
12905
12906 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
12907 elements of RING in order, and without bogus nil elements.
12908
528b6abc
RS
129092005-06-23 Richard M. Stallman <rms@gnu.org>
12910
12911 * simple.el (set-variable): Args renamed; doc fix.
12912 (line-move-1): When there are overlays around, use vertical-motion.
12913
12914 * faces.el (escape-glyph): Use brown against light background.
62350cdd 12915 (nobreak-space): Rename from no-break-space.
528b6abc
RS
12916 Fix previous change.
12917
12918 * dired-aux.el (dired-do-copy): Fix arg prompt.
12919
12920 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
12921
aed4a603
GM
129222005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
12923
12924 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
12925 rather than "Distributor".
12926
9180519b
LK
129272005-06-23 Lute Kamstra <lute@gnu.org>
12928
12929 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
12930 (debug-on-entry): Use it. New interactive declaration that uses
12931 function-called-at-point.
12932
9d12e52b
KS
129332005-06-23 Kim F. Storm <storm@cua.dk>
12934
12935 * subr.el (save-match-data): Add comment about using evaporate arg
12936 to set-match-data.
12937
6d44324c
GM
129382005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
12939
12940 * cus-edit.el (customize-face)
12941 (customize-face-other-window): Handle face aliases.
12942
12943 * faces.el (face-documentation, set-face-attribute)
12944 (face-spec-set): Handle face aliases.
12945
a1ef2eab
JB
129462005-06-22 Juanma Barranquero <lekktu@gmail.com>
12947
12948 * help-mode.el (help-make-xrefs): If a symbol representing a face
12949 name is not followed by the word "face", it could still be a
12950 function or variable name, so don't bypass other checks.
12951
8906db27
JL
129522005-06-22 Juri Linkov <juri@jurta.org>
12953
12954 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
12955 Replace aliased functions with calls where second arg `inherit' is t.
12956
8431b136
NR
129572005-06-22 Nick Roberts <nickrob@snap.net.nz>
12958
12959 * progmodes/gdb-ui.el (gdb-error): New variable.
12960 (gdb-error): New function.
12961 (gdb-annotation-rules): Act on error-begin and error annotations.
12962 (gdb-concat-output): Use font-lock-warning-face for errors.
12963
53abc3bf
MB
129642005-06-22 Miles Bader <miles@gnu.org>
12965
5715f853
MB
12966 * bindings.el (propertized-buffer-identification): Use renamed
12967 `Buffer-menu-buffer' face.
12968
62350cdd 12969 * faces.el (vertical-border): Rename from `vertical-divider'.
73106994 12970 (escape-glyph): Change dark-background color back to `cyan'.
53abc3bf 12971
36a3b076
JL
129722005-06-21 Juri Linkov <juri@jurta.org>
12973
12974 * faces.el (face-user-default-spec): Try getting `customized-face'
12975 prior to `saved-face'.
12976 (frame-background-mode): Refill docstring.
12977
12978 * emacs-lisp/lisp-mode.el (eval-defun-1):
12979 * emacs-lisp/edebug.el (edebug-eval-defun):
12980 Set `saved-face' temporarily to nil before calling form.
12981 Set `customized-face' to the new spec after that.
12982
23873c96
JB
129832005-06-21 Juanma Barranquero <lekktu@gmail.com>
12984
12985 * subr.el (1value, lambda, key-substitution-in-progress):
12986 Doc fixes.
12987
12988 * autoinsert.el (auto-insert-alist):
12989 * ses.el (ses-call-printer):
12990 * subr.el (noreturn):
12991 * emacs-lisp/lisp.el (check-parens):
12992 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
12993 * net/browse-url.el (browse-url-mosaic):
12994 * progmodes/cc-defs.el (c-safe-scan-lists):
12995 * progmodes/ebnf-abn.el (ebnf-abn-lex):
12996 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
12997 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
12998 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
12999 * progmodes/ebnf-iso.el (ebnf-iso-lex):
13000 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
13001
c224c19a
RS
130022005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13003
13004 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
13005
006b1390
GM
130062005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
13007
13008 * calendar/appt.el (appt-make-list): Activate the package, if
13009 not already active (for backwards compatibility).
13010
b7d1f38f
KS
130112005-06-20 Kim F. Storm <storm@cua.dk>
13012
13013 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
13014
b4e49aee
MB
130152005-06-20 Miles Bader <miles@gnu.org>
13016
13017 * faces.el (vertical-divider): New face.
13018
01ba9662
JB
130192005-06-20 Juanma Barranquero <lekktu@gmail.com>
13020
13021 * simple.el (kill-whole-line): Doc fix.
13022 (next-error-buffer-p, next-error-find-buffer)
13023 (clone-indirect-buffer): Fix typos in docstrings.
cc4cb0f5
JB
13024 (comment-line-break-function): Doc fix: don't say variable
13025 is automatically buffer-local (it isn't).
01ba9662 13026
ebd06e28
MA
130272005-06-19 Michael Albinus <michael.albinus@gmx.de>
13028
13029 * net/tramp-ftp.el (top):
13030 * net/tramp-smb.el (top):
13031 * net/tramp-util.el (top):
13032 * net/tramp-uu.el (top):
13033 * net/tramp-vc.el (top):
13034 * net/tramp.el (top): Revert copyright years back to original
13035 ones. Tramp has a life outside GNU Emacs.
13036
5dafe00b
NR
130372005-06-19 Nick Roberts <nickrob@snap.net.nz>
13038
01ba9662 13039 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5dafe00b 13040
f04a8969
JL
130412005-06-18 Juri Linkov <juri@jurta.org>
13042
13043 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13044 end of first regexp to limit the match to the position between
13045 line number and source line with same separator character as used
13046 between file name and line number. In the second regexp limit
13047 mouse-face area to file name and line number by adding new group
13048 for them and referring it in HYPERLINK arg.
13049 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13050 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13051 previous line where grep markers may be already removed.
13052
e7c2398a
EZ
130532005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
13054
62350cdd 13055 * progmodes/ps-mode.el: Update version and maintainer's email address.
e7c2398a 13056
7ceb6e54 130572005-06-18 Steve Youngs <steve@xemacs.org>
49866ff8
EZ
13058
13059 * net/browse-url.el (browse-url-browser-function)
13060 (browse-url-default-browser): Add firefox.
13061 (browse-url-firefox-program, browse-url-firefox-arguments)
13062 (browse-url-firefox-startup-arguments)
13063 (browse-url-firefox-new-window-is-tab): New defcustoms.
13064 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13065
f19b57e3
RS
130662005-06-17 Richard M. Stallman <rms@gnu.org>
13067
0ad6717d
RS
13068 * startup.el (command-line): Warn if specified user name has
13069 no home directory.
13070
f19b57e3
RS
13071 * term.el (term-get-old-input, term-input-filter, term-input-sender)
13072 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13073
ebd06e28 13074 * longlines.el (longlines-mode, longlines-show-hard-newlines):
f19b57e3
RS
13075 Doc fixes.
13076
13077 * faces.el (underline): Try bold if terminal doesn't support underline.
13078
13079 * mail/sendmail.el (mail-setup-with-from): New variable.
13080 (mail-insert-from-field): New function.
13081 (sendmail-send-it): Call it.
13082 (mail-setup): Optionally call it here.
13083
13084 * term/linux.el: Call tty-no-underline.
13085
043f95ab
LT
130862005-06-17 Luc Teirlinck <teirllm@auburn.edu>
13087
13088 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13089
579322ca
MB
130902005-06-17 Miles Bader <miles@gnu.org>
13091
fa735daa
MB
13092 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13093 (ediff-current-diff-C, ediff-current-diff-Ancestor)
13094 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13095 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13096 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13097 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13098 Remove "-face" suffix from face names.
13099 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13100 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13101 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13102 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13103 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13104 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13105 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13106 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13107 New backward-compatibility aliases for renamed faces.
13108 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13109 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13110 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13111 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13112 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13113 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13114 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13115 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13116 Use renamed ediff faces.
13117
958e6876
MB
13118 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
13119 Remove "-face" suffix from face names.
53099cfc 13120 (eshell-test-ok-face, eshell-test-failed-face):
958e6876
MB
13121 New backward-compatibility aliases for renamed faces.
13122 (eshell-run-test): Use renamed eshell-test faces.
13123
ca19f3f1
AS
13124 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
13125 face name.
13126 (eshell-prompt-face): New backward-compatibility alias for renamed
13127 face.
958e6876
MB
13128 (eshell-emit-prompt): Use renamed eshell-prompt face.
13129
13130 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
13131 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
13132 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
13133 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
13134 Remove "-face" suffix from face names.
13135 (eshell-ls-directory-face, eshell-ls-symlink-face)
13136 (eshell-ls-executable-face, eshell-ls-readonly-face)
13137 (eshell-ls-unreadable-face, eshell-ls-special-face)
13138 (eshell-ls-missing-face, eshell-ls-archive-face)
13139 (eshell-ls-backup-face, eshell-ls-product-face)
53099cfc 13140 (eshell-ls-clutter-face):
958e6876
MB
13141 New backward-compatibility aliases for renamed faces.
13142 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
13143
62350cdd
SM
13144 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
13145 Remove "-face" suffix from face name.
579322ca
MB
13146 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
13147 instead of literal face.
13148
289824a3
JB
131492005-06-17 Juanma Barranquero <lekktu@gmail.com>
13150
53099cfc
JB
13151 * emacs-lisp/warnings.el (display-warning, lwarn)
13152 (warning-minimum-log-level): Doc fixes.
13153 (warning-minimum-level, warning-minimum-log-level):
13154 Add :debug to :type choices.
13155
289824a3
JB
13156 * progmodes/ada-mode.el (ada-format-paramlist)
13157 (ada-get-indent-case, ada-check-matching-start)
13158 (ada-check-defun-name, ada-goto-matching-decl-start)
13159 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
13160 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
13161 (ada-make-subprogram-body): Follow error conventions.
13162 (ada-case-exception-file, ada-indent-comment-as-code)
13163 (ada-indent-handle-comment-special, ada-indent-renames)
13164 (ada-indent-return, ada-search-directories-internal)
13165 (ada-tab-policy, ada-case-exception-substring)
13166 (ada-other-file-alist, ada-matching-start-re)
13167 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
13168 (ada-imenu-generic-expression, ada-compile-goto-error)
13169 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
13170 (ada-popup-menu, ada-add-extensions, ada-mode)
13171 (ada-region-selected, ada-create-case-exception)
13172 (ada-create-case-exception-substring, ada-after-keyword-p)
13173 (ada-activate-keys-for-case, ada-adjust-case-region)
13174 (ada-adjust-case-buffer, ada-format-paramlist)
13175 (ada-scan-paramlist, ada-insert-paramlist)
13176 (ada-indent-newline-indent)
13177 (ada-indent-newline-indent-conditional)
13178 (ada-justified-indent-current, ada-goto-previous-word)
13179 (ada-indent-current, ada-get-indent-open-paren)
13180 (ada-get-indent-paramlist, ada-get-indent-end)
13181 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
13182 (ada-get-indent-block-start, ada-get-indent-subprog)
13183 (ada-get-indent-noindent, ada-get-indent-label)
13184 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
13185 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
13186 (ada-goto-stmt-end, ada-goto-next-word)
13187 (ada-check-matching-start, ada-check-defun-name)
13188 (ada-goto-matching-decl-start, ada-goto-matching-start)
13189 (ada-goto-matching-end, ada-search-ignore-string-comment)
13190 (ada-in-decl-p, ada-looking-at-semi-or)
13191 (ada-looking-at-semi-private, ada-in-paramlist-p)
13192 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
13193 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
13194 (ada-next-procedure, ada-previous-procedure, ada-next-package)
13195 (ada-previous-package, ada-create-menu)
13196 (ada-fill-comment-paragraph-justify)
13197 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
13198 (ada-other-file-name, ada-last-which-function-line)
13199 (ada-last-which-function-subprog, ada-which-function)
13200 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
13201 (ada-gen-treat-proc, ada-check-emacs-version)
13202 (ada-continuation-indent, ada-align-region-separate):
13203 Fix typos in docstrings.
13204 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
13205
52167727
LK
132062005-06-16 Lute Kamstra <lute@gnu.org>
13207
13208 * simple.el (fundamental-mode): Run after-change-major-mode-hook
13209 conditionally.
13210
04cedb11
JB
132112005-06-16 Juanma Barranquero <lekktu@gmail.com>
13212
246d1dba
JB
13213 * comint.el (comint-replace-by-expanded-filename)
13214 (comint-prompt-regexp, comint-delimiter-argument-list)
13215 (comint-preinput-scroll-to-bottom):
13216 * info.el (Info-hide-cookies-node):
13217 * ls-lisp.el (ls-lisp-classify):
13218 * find-file.el (ff-search-directories, ff-special-constructs)
13219 (ff-find-other-file):
13220 * font-lock.el (font-lock-keywords):
13221 * shell.el (shell-prompt-pattern)
13222 (shell-dynamic-complete-functions, shell-mode)
13223 (shell-delimiter-argument-list):
13224 * term.el (term-replace-by-expanded-filename)
13225 (term-prompt-regexp, term-delimiter-argument-list):
13226 * woman.el (woman-ignore, woman0-if):
13227 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
13228 * emacs-lisp/elint.el (elint-init-env):
13229 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
13230 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
13231 * language/ethio-util.el (ethio-tilde-escape)
13232 (ethio-use-three-dot-question):
13233 * net/zone-mode.el (zone-mode-load-time-setup):
13234 * progmodes/cc-align.el (c-lineup-argcont):
13235 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
13236 * progmodes/cperl-mode.el (cperl-set-style-back):
13237 * progmodes/inf-lisp.el (inferior-lisp-prompt):
13238 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
13239 Fix spellings in docstrings.
13240
13241 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
13242 * progmodes/modula2.el (m2-for): Fix spellings.
13243
13244 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
13245
13246 * simple.el (undo-more): Don't use `format' on `error' arguments.
13247 Improve argument/docstring consistency.
13248 (pending-undo-list): Doc fix.
13249
13250 * smerge-mode.el (smerge-ensure-match):
13251 * emulation/vip.el (vip-ex):
13252 * net/zone-mode.el (zone-mode-update-serial):
13253 * progmodes/idlwave.el (idlwave-complete):
13254 * progmodes/vhdl-mode.el (vhdl-visit-file)
13255 (vhdl-compose-wire-components):
13256 Don't use `format' on `error' arguments.
13257
04cedb11
JB
13258 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
13259 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
13260 (tooltip-help-tips): Fix typos in docstrings.
13261
c25ae380
DP
132622005-06-16 David Ponce <david@dponce.com>
13263
13264 * tree-widget.el (tree-widget-value-create): Simplify last change.
13265
e6838581
KS
132662005-06-15 Matt Hodges <MPHodges@member.fsf.org>
13267
13268 * ido.el (ido-incomplete-regexp): New variable.
13269 (ido-set-matches-1): Handle invalid-regexp error and set
13270 ido-incomplete-regexp.
13271 (ido-incomplete-regexp): New face.
13272 (ido-completions): Use it.
62350cdd
SM
13273 (ido-complete, ido-exit-minibuffer, ido-completions):
13274 Handle incomplete regexps.
e6838581
KS
13275 (ido-completions): Add check for complete match when entering a regexp.
13276
10f401d2
SM
132772005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13278
13279 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
13280
c202dc91
SM
132812005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13282
13283 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
13284 by field delimiters.
13285
763e7cf6
DP
132862005-06-15 David Ponce <david@dponce.com>
13287
3b2f3d1a
DP
13288 * tree-widget.el: eval-and-compile inlined functions so they will
13289 be available at run-time too.
13290 (tree-widget-super-format-handler)
763e7cf6
DP
13291 (tree-widget-format-handler): Remove.
13292 (tree-widget-value-create): Handle the :indent property.
13293
e6572f79
MB
132942005-06-15 Miles Bader <miles@gnu.org>
13295
ef88a999
MB
13296 * progmodes/which-func.el (which-func): Only inherit
13297 `font-lock-function-name-face' when that makes sense against the
13298 default mode-line face, otherwise set the face color explicitly.
13299
e6572f79
MB
13300 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
13301 faces instead of (non-existent) variables.
13302
f1b6d70f
SM
133032005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13304
13305 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
13306 (iswitchb-get-matched-buffers): Likewise. Simplify.
13307
b6116bd2
MB
133082005-06-14 Miles Bader <miles@gnu.org>
13309
a5d37031
MB
13310 * progmodes/ld-script.el (ld-script-location-counter):
13311 Remove "-face" suffix from face name.
e6838581 13312 (ld-script-location-counter-face):
a5d37031
MB
13313 New backward-compatibility alias for renamed face.
13314 (ld-script-location-counter-face): Use renamed face.
13315
e4c067b5
MB
13316 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
13317 (cperl-hash): Remove "-face" suffix from face names.
13318 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
a5d37031 13319 New backward-compatibility aliases for renamed faces.
e4c067b5
MB
13320 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
13321 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
13322
9ce2eb5e
MB
13323 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
13324 name.
13325 (which-func-face): New backward-compatibility alias for renamed face.
13326 (which-func-format): Use renamed which-func face.
13327
63a5fd63
MB
13328 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
13329 (vhdl-function, vhdl-directive, vhdl-reserved-word)
13330 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
13331 names.
13332 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
13333 (vhdl-speedbar-configuration, vhdl-speedbar-package)
13334 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
13335 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
13336 (vhdl-speedbar-architecture-selected)
13337 (vhdl-speedbar-configuration-selected)
13338 (vhdl-speedbar-package-selected)
13339 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
13340 names.
13341 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
13342 Use renamed faces.
13343 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
13344 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
13345 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
13346 Use renamed faces.
13347 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
13348 names.
13349 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
13350 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
13351 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
13352 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
13353 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
13354 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
13355
33595ec6
MB
13356 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
13357 face name.
13358 (sh-heredoc-face): New backward-compatibility alias for renamed face.
13359 (sh-heredoc-face): Use renamed sh-heredoc face.
13360
57267a95
MB
13361 * progmodes/idlw-help.el (idlwave-help-link):
13362 Remove "-face" suffix from face name.
13363 (idlwave-help-link-face):
13364 New backward-compatibility alias for renamed face.
13365 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
13366
13367 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
13368 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
13369 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
13370 New backward-compatibility aliases for renamed faces.
13371 (idlwave-shell-disabled-breakpoint-face)
13372 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
13373
10f401d2 13374 * progmodes/flymake.el (flymake-errline, flymake-warnline):
ded09abd
MB
13375 Remove "-face" suffix from face names.
13376 (flymake-errline-face, flymake-warnline-face):
13377 New backward-compatibility aliases for renamed faces.
13378 (flymake-highlight-line): Use renamed flymake faces.
13379
4f2d55da
MB
13380 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13381 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
13382 (ebrowse-member-class, ebrowse-progress):
13383 Remove "-face" suffix from face names.
13384 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13385 (ebrowse-file-name-face, ebrowse-default-face)
13386 (ebrowse-member-attribute-face, ebrowse-member-class-face)
e6838581 13387 (ebrowse-progress-face):
4f2d55da
MB
13388 New backward-compatibility aliases for renamed faces.
13389 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
13390 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
13391 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
13392 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
13393
ca19f3f1
AS
13394 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
13395 antlr-syntax)
7a3dfaee 13396 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
ca19f3f1
AS
13397 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
13398 names.
7a3dfaee
MB
13399 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
13400 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
13401 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
ca19f3f1
AS
13402 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
13403 backward-compatibility aliases for renamed faces.
7a3dfaee
MB
13404 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
13405 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
ca19f3f1
AS
13406 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
13407 remove "font-lock-". Use renamed antlr-mode faces.
13408 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
13409 literal face-names with face variable references.
7a3dfaee 13410
b6116bd2
MB
13411 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
13412 face name.
13413 (Buffer-menu-buffer-face): New backward-compatibility alias for
13414 renamed face.
13415 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
13416
14901265
DP
134172005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
13418
13419 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
13420 Eliminate "-face" suffix.
10f401d2 13421 (makefile-targets): Inherit from font-lock-function-name-face and
14901265
DP
13422 eliminate "-face" suffix.
13423 (makefile-shell): Remove attributes and eliminate "-face" suffix.
13424 (makefile-*-font-lock-keywords): Append makefile-targets in rule
13425 actions, instead of prepending, to make it less visible.
10f401d2
SM
13426 (makefile-previous-dependency, makefile-match-dependency):
13427 Don't match a target on a continuation line.
14901265
DP
13428
13429 * files.el (auto-mode-alist): Put Makefile in gmake mode.
13430
3da629bd
NR
134312005-06-15 Nick Roberts <nickrob@snap.net.nz>
13432
1c955542
NR
13433 * progmodes/gdb-ui.el (menu): Re-order menu items.
13434 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8346425e 13435
3da629bd
NR
13436 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
13437 Define in tooltip.el.
13438 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
13439 (gud-tooltip-tips): Respect tooltip-use-echo-area and
13440 gud-tooltip-echo-area.
13441
13442 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
13443 backward compatibility and make obsolete.
13444 (tooltip-help-tips): Use tooltip-use-echo-area.
13445 (tooltip-show-help-function): Rename to...
13446 (tooltip-show-help): ...this, because it is a function.
13447 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
13448
197a7aaa
LT
134492005-06-14 Luc Teirlinck <teirllm@auburn.edu>
13450
13451 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
13452 (edebug-print-length, edebug-print-level, edebug-print-circle)
13453 (edebug-modify-breakpoint, edebug-eval-last-sexp)
13454 (edebug-eval-print-last-sexp): Doc fixes.
13455
6de5b135
KS
134562005-06-14 Kim F. Storm <storm@cua.dk>
13457
13458 * ido.el (ido-mode): Make a new keymap every time we enable ido,
13459 as the coverage buffer/file/both may change.
13460
b59f605b
LK
134612005-06-14 Lute Kamstra <lute@gnu.org>
13462
13463 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
13464 and run-mode-hooks. Simplify.
13465
13466 * mail/rmailedit.el (rmail-edit-mode):
13467 * progmodes/octave-inf.el (inferior-octave-mode):
13468 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
13469
13470 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
13471 and run-mode-hooks.
13472 (recentf-edit-list, recentf-open-files): Don't call
13473 kill-all-local-variables directly.
13474
13475 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
13476
ca0a6900
JB
134772005-06-14 Juanma Barranquero <lekktu@gmail.com>
13478
0b46b379
JB
13479 * emacs-lisp/byte-run.el (make-obsolete)
13480 (define-obsolete-function-alias): Rename arguments FUNCTION and
13481 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10f401d2
SM
13482 (make-obsolete-variable, define-obsolete-variable-alias):
13483 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
0b46b379
JB
13484 respectively.
13485
13486 * isearchb.el (isearchb-activate):
13487 * pcvs.el (cvs-mode):
13488 * ses.el (ses-load):
13489 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
13490 * net/tramp.el (tramp-find-file-exists-command)
13491 (tramp-find-shell):
13492 * progmodes/ada-mode.el (ada-create-case-exception)
13493 (ada-create-case-exception-substring, ada-make-subprogram-body):
13494 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13495 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
13496 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
13497 * textmodes/org.el (org-promote, org-evaluate-time-range)
13498 (org-agenda-next-date-line, org-agenda-previous-date-line)
13499 (org-agenda-error, org-open-at-point, org-table-move-row)
13500 (org-format-table-table-html-using-table-generate-source)
13501 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
13502 * textmodes/reftex.el (reftex-access-scan-info):
13503 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
13504 (reftex-toc-promote-prepare): Follow error conventions.
13505
13506 * diff-mode.el (diff-mode): Fix typo in docstring.
13507
ca0a6900
JB
13508 * forms.el (forms--intuit-from-file): Fix reference to
13509 `forms-number-of-fields' in error message.
13510 (forms-print): Fix quoting in error message.
13511
13512 * forms.el (forms-mode):
13513 * emulation/vi.el (vi-goto-insert-state):
13514 * progmodes/flymake.el (flymake-new-err-info)
13515 (flymake-start-syntax-check-for-current-buffer)
13516 (flymake-simple-cleanup):
13517 * eshell/esh-var.el (eshell/export):
13518 * progmodes/gud.el (xdb):
13519 * textmodes/flyspell.el (flyspell-incorrect-hook)
13520 (flyspell-maybe-correct-transposition)
13521 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
13522
7efb41ae
LT
135232005-06-13 Luc Teirlinck <teirllm@auburn.edu>
13524
13525 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
13526 minibuffer prompt.
13527
929129ff
KS
135282005-06-13 Kim F. Storm <storm@cua.dk>
13529
13530 * subr.el (add-to-ordered-list): New defun.
13531
13532 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
13533 add cua--keymap-alist to emulation-mode-map-alists.
13534
5aa6db57
SM
135352005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13536
13537 * subr.el (complete-in-turn): New macro.
13538 (dynamic-completion-table, lazy-completion-table): Add debug info.
13539
13540 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
13541 in preference to face aliases.
13542
13543 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
13544 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
13545 Remove unused vars `start' and `firstline'.
13546 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
13547 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
13548
2702394e
EZ
135492005-06-13 Eli Zaretskii <eliz@gnu.org>
13550
13551 * cus-start.el (all): Don't complain about missing GTK-related
13552 variables, unless either `gtk' is boundp or this isn't a
13553 `windows-nt' build.
13554
dd72a03a
LK
135552005-06-13 Lute Kamstra <lute@gnu.org>
13556
4da76c6a
LK
13557 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
13558 run-mode-hooks.
13559
13560 * ediff-mult.el (ediff-meta-mode):
13561 * ediff-util.el (ediff-mode): Use run-mode-hooks.
13562
13563 * ledit.el (ledit-mode): Use delay-mode-hooks.
13564
63e9aa8e
LK
13565 * woman.el (woman-mode-line-format): Delete constant.
13566 (woman-mode-map): Initialize it properly.
5aa6db57
SM
13567 (woman-mode): Set mode-class property to special.
13568 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
13569 Set major-mode and mode-name. Don't set mode-line-format directly.
13570 (Man-getpage-in-background): Don't reference woman-mode-line-format.
63e9aa8e 13571
dd72a03a
LK
13572 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
13573 string argument obsolete.
13574
30313b90
CD
135752005-06-13 Carsten Dominik <dominik@science.uva.nl>
13576
0b46b379 13577 * textmodes/org.el (org-CUA-compatible): New option.
30313b90
CD
13578 (org-disputed-keys): New variable.
13579 (org-key): New function.
13580 (orgtbl-make-binding): Add docstring to the created function.
13581 (org-mode): Set paragraph start/separate regexps.
13582 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
13583 (org-archive-location, org-archive-mark-done)
13584 (org-archive-stamp-time): New options.
13585 (org-archive-subtree): New command.
13586 (org-fill-paragraph): New function.
13587 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
13588 (org-fake-empty-table-line): Function removed.
13589 (org-format-org-table-html): Do not create empty table lines at
13590 separator lines. Improved table header treatment.
13591 (org-link-format): New option.
13592 (org-make-link): New function.
13593 (org-insert-link, org-store-link): Use org-make-link.
13594 (org-open-file): Quote file name for shell command, to allow
13595 spaces in file names.
5aa6db57
SM
13596 (org-link-regexp): Fix bug with mailto link.
13597 (org-link-maybe-angles-regexp, org-protected-link-regexp):
13598 New constants.
30313b90
CD
13599 (org-export-as-html): Deal with the optional angles around a link.
13600 Better treatment of file: links.
13601 (org-open-at-point): Replace @{ and @} with < and >.
13602 (org-run-mode-hooks): Function removed.
13603 (org-agenda-mode): No longer use `org-run-mode-hooks'.
13604
3fd355d4
NR
136052005-06-13 Nick Roberts <nickrob@snap.net.nz>
13606
13607 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
13608 MI command -data-list-register-values.
13609 (gdb-post-prompt): Indent properly.
13610
b1412131
JB
136112005-06-13 Juanma Barranquero <lekktu@gmail.com>
13612
13613 * hilit-chg.el (highlight-changes-colors): Rename from
13614 `highlight-changes-colours'.
13615 (highlight-changes-colours): Keep as obsolete alias.
13616 (highlight-changes-face-list): Doc fix.
13617 (hilit-chg-make-list): Use `highlight-changes-colors'.
13618
defa8e19
MH
136192005-06-12 Mark A. Hershberger <mah@everybody.org>
13620
13621 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
13622 defun-prompt-regexp.
13623
a1e8cad6
EZ
136242005-06-12 Eli Zaretskii <eliz@gnu.org>
13625
0e659f57
EZ
13626 * loadup.el: Don't say we are dumping under 2 names on windows-nt
13627 and cygwin.
13628
5aa6db57
SM
13629 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
13630 Don't use an old loaddefs.el, as in Makefile.in.
a1e8cad6 13631
ca0113b8
LK
136322005-06-12 Lute Kamstra <lute@gnu.org>
13633
f586d18e
LK
13634 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
13635
3a1524ed
LK
13636 * man.el (Man-mode-map): Initialize it properly.
13637 (Man-mode): Set mode-class property to special.
13638
ca0113b8
LK
13639 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
13640
32cc0b00
LT
136412005-06-11 Luc Teirlinck <teirllm@auburn.edu>
13642
13643 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
13644 A newline is needed in the docstring there.
13645
13646 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
13647 Doc fixes.
13648
ac9abffe
VJL
136492005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13650
13651 * printing.el: Doc fix. The menubar is no more changed when printing
13652 is loaded, it only changes when pr-menu-bind or pr-update-menus is
b2c9cbd3 13653 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
ac9abffe
VJL
13654 (pr-version): New version number (6.8.4).
13655 (pr-menu-bind): New command.
13656 (pr-update-menus): Docstring and code fix.
13657 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
13658 Docstring fix.
13659 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
13660 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
13661
d4ddf783
TTN
136622005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
13663
13664 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
13665 "Returns" to "return", document useful return values, etc.
13666
98d1a1cf
EZ
136672005-06-11 Alan Mackenzie <acm@muc.de>
13668
13669 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
13670 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
13671 (adaptive-file-function): Minor amendment to doc-string.
13672
e0dcaa3f
EZ
136732005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13674
67ed6461 13675 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5aa6db57
SM
13676 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
13677 Fix :type--it is `integer', not `string'.
67ed6461 13678
e0dcaa3f
EZ
13679 * faces.el (modeline-highlight): Rename from (the erroneous)
13680 `modeline-higilight'.
13681
e5d79aa5
LK
136822005-06-11 Lute Kamstra <lute@gnu.org>
13683
13684 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
13685 lisp-interaction-mode-map but make it the parent.
13686 (edebug-eval-mode): Use define-derived-mode.
13687
480c8cd3
AS
136882005-06-11 Andreas Schwab <schwab@suse.de>
13689
13690 * bindings.el: Add binding of `ESC functionkey' for every
13691 `M-functionkey'.
13692 * hexl.el (hexl-mode-map): Likewise.
13693
d11f8e1a
JR
136942005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
13695
13696 * progmodes/compile.el (compilation-error-regexp-alist-alist)
13697 [msft]: update regexp for newer msft compilers.
13698
23d519e4
MH
136992005-06-10 Mark A. Hershberger <mah@everybody.org>
13700
13701 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
13702 ATTLIST portions of included DTDs.
13703 (xml-parse-dtd): Eliminate use of inefficient match-data.
13704
62d39a42
MB
137052005-06-10 Miles Bader <miles@gnu.org>
13706
530b0472
MB
13707 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13708 (mpuz-text): Remove "-face" suffix from face names.
13709 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
13710 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
13711 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
13712
62d39a42
MB
13713 * play/gomoku.el (gomoku-O, gomoku-X):
13714 Remove "-face" suffix from face names.
13715 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
13716 New backward-compatibility aliases for renamed faces.
13717 (gomoku-font-lock-keywords): Use renamed gomoku faces.
13718
83acf231
JB
137192005-06-10 Juanma Barranquero <lekktu@gmail.com>
13720
578c1340
JB
13721 * thumbs.el: Fixes for changes of 2005-06-09.
13722 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
13723 as a directory.
13724 (thumbs-thumbname): Remove directory separator from format string;
13725 `thumbs-thumbsdir' now returns a valid directory name.
13726 (thumbs-temp-dir): New defsubst.
13727 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
13728 Use it.
13729
466c78c0
JB
13730 * cus-edit.el (minibuffer):
13731 * files.el (make-backup-file-name-function):
13732 * filesets.el (filesets-external-viewers):
13733 * hilit-chg.el (highlight-changes-colours)
13734 (highlight-changes-face-list, highlight-changes-rotate-faces):
13735 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
13736 * kmacro.el (kmacro-call-macro):
13737 * log-edit.el (log-edit-changelog-full-paragraphs):
13738 * mouse.el (mouse-1-click-follows-link):
13739 * skeleton.el (skeleton-autowrap):
13740 * subr.el (insert-for-yank-1):
13741 * tempo.el (tempo-insert-region):
13742 * terminal.el (terminal-emulator):
13743 * time.el (display-time-mail-face):
13744 * vc.el (vc-annotate):
13745 * vcursor.el (vcursor-copy-line):
13746 * woman.el (woman-bold-headings, woman-ignore)
13747 (woman-default-faces, woman-monochrome-faces):
13748 * calendar/todo-mode.el (todo-insert-threshold):
13749 * emulation/pc-select.el (pc-select-selection-keys-only)
13750 (pc-selection-mode):
13751 * emulation/vip.el (vip-find-char-forward):
13752 * emulation/viper-cmd.el (viper-find-char-forward):
ca19f3f1
AS
13753 * international/mule-cmds.el
13754 (select-safe-coding-system-accept-default-p)
466c78c0
JB
13755 (input-method-exit-on-invalid-key):
13756 * international/mule-diag.el (describe-coding-system):
13757 * international/ucs-tables.el (unify-8859-on-encoding-mode):
13758 * net/browse-url.el (browse-url-xterm-program):
13759 * obsolete/lazy-lock.el (lazy-lock-mode):
13760 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
13761 (cperl-mode):
13762 * progmodes/cpp.el (cpp-face-light-name-list)
13763 (cpp-face-dark-name-list):
13764 * progmodes/delphi.el (delphi-newline-always-indents):
13765 Fix spellings in docstrings.
13766
83acf231
JB
13767 * ido.el (ido-mode, ido-file-extensions-order)
13768 (ido-default-file-method, ido-default-buffer-method)
13769 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
13770 (ido-decorations, ido-read-file-name-as-directory-commands)
13771 (ido-read-file-name-non-ido, ido-work-directory-list)
13772 (ido-ignore-item-temp-list, ido-current-directory)
13773 (ido-magic-forward-char, ido-enter-find-file)
13774 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
13775 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
13776
257914aa
LK
137772005-06-10 Lute Kamstra <lute@gnu.org>
13778
13779 * play/dunnet.el (dun-mode): Use define-derived-mode.
13780 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
13781 obsolete alias.
13782
2aa8e74a
LK
13783 * play/doctor.el (doctor-mode-map): Remove defvar.
13784 (doctor-mode): Use define-derived-mode.
13785
7bdd8beb
LK
13786 * mail/mspools.el (mspools-mode):
13787 * net/eudc-hotlist.el (eudc-hotlist-mode):
2aa8e74a
LK
13788 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
13789
0efefc52
MB
137902005-06-10 Miles Bader <miles@gnu.org>
13791
c43aed5a
MB
13792 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13793 Remove "-face" suffix from face names.
13794 (flyspell-incorrect-face, flyspell-duplicate-face):
13795 New backward-compatibility aliases for renamed faces.
13796 (flyspell-mode-on, make-flyspell-overlay)
13797 (flyspell-highlight-incorrect-region)
13798 (flyspell-highlight-duplicate-region)
13799 (flyspell-display-next-corrections)
13800 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
13801
e639491a
MB
13802 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
13803 from face name.
13804 (texinfo-heading-face): New backward-compatibility alias for
13805 renamed face.
13806 (texinfo-heading-face): Use renamed texinfo-heading face.
13807
ad49d9d6
MB
13808 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
13809 suffix from face names.
83acf231 13810 (tex-math-face, tex-verbatim-face):
ad49d9d6
MB
13811 New backward-compatibility aliases for renamed faces.
13812 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
13813 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
13814 literal face name.
13815
b4c925d8
MB
13816 * textmodes/table.el (table-cell): Remove "-face" suffix from face
13817 name.
13818 (table-cell-face): New backward-compatibility alias for renamed face.
13819 (table--put-cell-face-property, table--update-cell-face):
13820 Use renamed table-cell face.
13821
b390eb09
MB
13822 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
13823 from face name.
13824 (sgml-namespace-face): New backward-compatibility alias for
13825 renamed face.
13826 (sgml-namespace-face): Use renamed sgml-namespace face.
13827
8e49668e
MB
13828 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
13829 (org-level-4, org-level-5, org-level-6, org-level-7)
13830 (org-level-8, org-warning, org-headline-done)
13831 (org-deadline-announce, org-scheduled-today)
13832 (org-scheduled-previously, org-link, org-done, org-table)
13833 (org-time-grid): Remove "-face" suffix from face names.
13834 (org-level-1-face, org-level-2-face, org-level-3-face)
13835 (org-level-4-face, org-level-5-face, org-level-6-face)
13836 (org-level-7-face, org-level-8-face, org-warning-face)
13837 (org-headline-done-face, org-deadline-announce-face)
13838 (org-scheduled-today-face, org-scheduled-previously-face)
13839 (org-link-face, org-done-face, org-table-face)
13840 (org-time-grid-face):
13841 New backward-compatibility aliases for renamed faces.
13842 (org-level-faces, org-set-font-lock-defaults, org-timeline)
13843 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
13844 (org-agenda-get-timestamps, org-agenda-get-scheduled)
13845 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
13846
25c06649
MB
13847 * emulation/viper-init.el (viper-search, viper-replace-overlay)
13848 (viper-minibuffer-emacs, viper-minibuffer-insert)
13849 (viper-minibuffer-vi): Remove "-face" suffix from face names.
13850 (viper-search-face, viper-replace-overlay-face)
13851 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13852 (viper-minibuffer-vi-face):
13853 New backward-compatibility aliases for renamed faces.
13854 (viper-search-face, viper-replace-overlay-face)
13855 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13856 (viper-minibuffer-vi-face): Use renamed viper faces.
13857
4719d184
MB
13858 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
13859 Remove "-face" suffix from face names.
13860 (testcover-nohits-face, testcover-1value-face):
13861 New backward-compatibility aliases for renamed faces.
13862 (testcover-mark): Use renamed testcover faces.
13863
ccacbcec
MB
13864 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
13865 face name.
13866 (diary-button-face): New backward-compatibility alias for renamed face.
13867 (diary-entry): Use renamed diary-button face.
13868
75eb05f6
MB
13869 * calendar/calendar.el (diary, calendar-today, holiday)
13870 (mark-visible-calendar-date): Remove "-face" suffix from face names.
13871 (diary-face, calendar-today-face, holiday-face):
13872 New backward-compatibility aliases for renamed faces.
13873 (eval-after-load "facemenu", diary-entry-marker)
13874 (calendar-today-marker, calendar-holiday-marker, diary-face):
13875 Use renamed calendar faces.
13876
37af2dd3
MB
13877 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
13878 (compare-windows-face): New backward-compatibility alias for
13879 renamed face.
13880 (compare-windows-highlight): Use renamed compare-windows face.
13881
10853fc3
MB
13882 * strokes.el (strokes-char): Remove "-face" suffix from face name.
13883 (strokes-char-face): New backward-compatibility alias for renamed face.
13884 (strokes-encode-buffer): Use renamed strokes-char face.
13885
2058218e
MB
13886 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
13887 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
13888 Remove "-face" suffix from face names.
13889 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13890 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13891 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
83acf231 13892 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2058218e 13893 Use renamed pcvs faces.
4a9ad3c6
MB
13894 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
13895 * pcvs-defs.el (cvs-mode-map): Likewise.
13896 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2058218e 13897
a335c06e
MB
13898 * info.el (info-title-1, info-title-2, info-title-3)
13899 (info-title-4): Remove "-face" suffix from and downcase face names.
13900 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13901 (Info-title-4-face):
13902 New backward-compatibility aliases for renamed faces.
13903 (Info-fontify-node): Use renamed info faces.
13904
a01853d7
MB
13905 * hilit-chg.el (highlight-changes, highlight-changes-delete):
13906 Remove "-face" suffix from face names.
13907 (highlight-changes-face, highlight-changes-delete-face):
13908 New backward-compatibility aliases for renamed faces.
13909 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
13910 (hilit-chg-make-list): Use renamed highlight-changes faces.
13911
f0b3dcbf
MB
13912 * generic-x.el (show-tabs-tab, show-tabs-space):
13913 Remove "-face" suffix from face names.
13914 (show-tabs-tab-face, show-tabs-space-face):
13915 New backward-compatibility aliases for renamed faces.
13916 (show-tabs-generic-mode-font-lock-defaults-1)
13917 (show-tabs-generic-mode-font-lock-defaults-2):
13918 Use renamed show-tabs faces.
13919
e8bfdf82
MB
13920 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
13921 (smerge-markers): Remove "-face" suffix from face names.
13922 (smerge-mine-face, smerge-other-face, smerge-base-face)
83acf231 13923 (smerge-markers-face):
e8bfdf82
MB
13924 New backward-compatibility aliases for renamed faces.
13925 (smerge-mine-face, smerge-other-face, smerge-base-face)
13926 (smerge-markers-face): Use renamed smerge faces.
13927
ca19f3f1
AS
13928 * log-view.el (log-view-file, log-view-message): Remove "-face"
13929 suffix from face names.
8511877a
SM
13930 (log-view-file-face, log-view-message-face):
13931 New backward-compatibility aliases for renamed faces.
ca19f3f1
AS
13932 (log-view-file-face, log-view-message-face): Use renamed log-view
13933 faces.
d842de85 13934
83acf231 13935 * paren.el (show-paren-match, show-paren-mismatch):
2ec46551 13936 Remove "-face" suffix from face names.
83acf231 13937 (show-paren-match-face, show-paren-mismatch-face):
2ec46551
MB
13938 New backward-compatibility aliases for renamed faces.
13939 (show-paren-function): Use renamed show-paren faces.
13940
42e64878
MB
13941 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
13942 (ruler-mode-margins, ruler-mode-fringes)
13943 (ruler-mode-column-number, ruler-mode-fill-column)
13944 (ruler-mode-comment-column, ruler-mode-goal-column)
ca19f3f1
AS
13945 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
13946 suffix from face names.
42e64878
MB
13947 (ruler-mode-default-face, ruler-mode-pad-face)
13948 (ruler-mode-margins-face, ruler-mode-fringes-face)
13949 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
13950 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8511877a
SM
13951 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
13952 New backward-compatibility aliases for renamed faces.
42e64878
MB
13953 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
13954 (ruler-mode-column-number, ruler-mode-fill-column)
13955 (ruler-mode-comment-column, ruler-mode-goal-column)
13956 (ruler-mode-tab-stop, ruler-mode-current-column)
ca19f3f1
AS
13957 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
13958 faces.
42e64878 13959
ee01ad0e
MB
13960 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
13961 face name.
13962 (whitespace-highlight-the-space): Use renamed face.
10853fc3
MB
13963 (whitespace-highlight-face): New backward-compatibility alias for
13964 renamed face.
ee01ad0e 13965
b66e8575
MB
13966 * woman.el (woman-italic, woman-bold, woman-unknown)
13967 (woman-addition, woman-symbol-face):
13968 Remove "-face" suffix from face names.
13969 (woman-italic-face, woman-bold-face, woman-unknown-face)
13970 (woman-addition-face):
13971 New backward-compatibility aliases for renamed faces.
13972 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
13973 (woman-decode-region, woman-replace-match)
13974 (woman-display-extended-fonts, woman-special-characters)
13975 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
13976 Use renamed woman faces.
13977
041a6e47
MB
13978 * longlines.el (longlines-visible-face): Face removed.
13979
221711eb
MB
13980 * diff-mode.el (diff-header, diff-file-header, diff-index)
13981 (diff-hunk-header, diff-removed, diff-added, diff-changed)
041a6e47 13982 (diff-function, diff-context, diff-nonexistent): Remove "-face"
221711eb
MB
13983 suffix from face names.
13984 (diff-header-face, diff-file-header-face, diff-index-face)
13985 (diff-hunk-header-face, diff-removed-face, diff-added-face)
13986 (diff-changed-face, diff-function-face, diff-context-face)
041a6e47 13987 (diff-nonexistent-face): New backward-compatibility aliases for
221711eb
MB
13988 renamed faces.
13989 (diff-header-face, diff-file-header-face)
13990 (diff-index, diff-index-face, diff-hunk-header)
13991 (diff-hunk-header-face, diff-removed, diff-removed-face)
13992 (diff-added, diff-added-face, diff-changed-face, diff-function)
13993 (diff-function-face, diff-context-face, diff-nonexistent)
13994 (diff-nonexistent-face): Use renamed diff-mode faces.
13995
541a6d0d
MB
13996 * progmodes/compile.el (compilation-warning-face)
13997 (compilation-info-face): Remove "-face" suffix from face names.
83acf231 13998 (compilation-warning-face, compilation-info-face):
541a6d0d
MB
13999 New backward-compatibility aliases for renamed faces.
14000 (compilation-warning-face, compilation-info-face):
14001 Use renamed compilation faces.
14002
fe735a8d
MB
14003 * add-log.el (change-log-date, change-log-name)
14004 (change-log-email, change-log-file, change-log-list)
14005 (change-log-conditionals, change-log-function)
14006 (change-log-acknowledgement): Remove "-face" suffix from face names.
14007 (change-log-date-face, change-log-name-face)
14008 (change-log-email-face, change-log-file-face)
14009 (change-log-list-face, change-log-conditionals-face)
83acf231 14010 (change-log-function-face, change-log-acknowledgement-face):
fe735a8d
MB
14011 New backward-compatibility aliases for renamed faces.
14012 (change-log-font-lock-keywords): Use renamed change-log faces.
14013
d478e69d
MB
14014 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
14015 (custom-set, custom-changed, custom-saved, custom-button)
14016 (custom-button-pressed, custom-documentation, custom-state)
14017 (custom-comment, custom-comment-tag, custom-variable-tag)
14018 (custom-variable-button, custom-face-tag, custom-group-tag-1)
14019 (custom-group-tag): Remove "-face" suffix from face names.
14020 (custom-magic-alist, custom-magic-value-create)
14021 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
14022 (custom-invalid-face, custom-rogue-face, custom-modified-face)
14023 (custom-set-face, custom-changed-face, custom-saved-face)
14024 (custom-button-face, custom-button-pressed-face)
14025 (custom-documentation-face, custom-state-face)
14026 (custom-comment-face, custom-comment-tag-face)
14027 (custom-variable-tag-face, custom-variable-button-face)
14028 (custom-face-tag-face, custom-group-tag-face-1)
83acf231 14029 (custom-group-tag-face):
d478e69d
MB
14030 New backward-compatibility aliases for renamed faces.
14031
0efefc52
MB
14032 * wid-edit.el (widget-documentation, widget-button)
14033 (widget-field, widget-single-line-field, widget-inactive)
14034 (widget-button-pressed): "-face" suffix removed from face names.
14035 (widget-documentation-face, widget-button-face)
14036 (widget-field-face, widget-single-line-field-face)
14037 (widget-inactive-face, widget-button-pressed-face):
14038 New backward-compatibility aliases for renamed faces.
14039 (widget-documentation-face, widget-button-face)
14040 (widget-button-pressed-face, widget-specify-field)
14041 (widget-specify-inactive): Use renamed widget faces.
14042
d8338794
KH
140432005-06-10 Kenichi Handa <handa@m17n.org>
14044
14045 * term/x-win.el (x-clipboard-yank): Remove condition-case
14046 wrapping.
14047
140482005-06-11 Kenichi Handa <handa@m17n.org>
14049
14050 * add-log.el (change-log-font-lock-keywords): Make the regexp for
14051 date lines stricter.
14052
63e88db3
KH
140532005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
14054
14055 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14056 of x-get-selection.
14057
63baed99
JB
140582005-06-10 Juanma Barranquero <lekktu@gmail.com>
14059
14060 * comint.el (comint-mode, comint-snapshot-last-prompt):
14061 * frame.el (frame-current-scroll-bars):
14062 * term.el (term-mode, term-check-proc, term-input-sender)
14063 (term-simple-send, term-extract-string, term-word)
14064 (term-match-partial-filename):
14065 * window.el (window-current-scroll-bars):
14066 * emulation/cua-base.el (cua-normal-cursor-color)
14067 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14068 (cua-global-mark-cursor-color):
14069 * mail/undigest.el (rmail-forward-separator-regex):
14070 Fix typos in docstrings.
14071
14072 * comint.el (comint-check-proc, make-comint-in-buffer)
14073 (comint-source-default): Doc fixes.
14074
8511877a 14075 * term.el (term-send-string): Improve argument/docstring consistency.
63baed99 14076
3c28ffec
LT
140772005-06-09 Luc Teirlinck <teirllm@auburn.edu>
14078
14079 * comint.el (comint-send-input): Bind `inhibit-read-only' around
14080 call to `delete-region'.
14081 (comint-mode-hook): Do not enable Font Lock by default.
14082
420adcc6
LK
140832005-06-09 Lute Kamstra <lute@gnu.org>
14084
14085 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14086 could be void.
14087
6c06bd88
SM
140882005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
14089
14090 * emacs-lisp/debug.el (debugger-will-be-back): New var.
14091 (debug): Use it.
14092 (debugger-step-through, debugger-continue, debugger-jump)
14093 (debugger-return-value): Set it when needed.
14094 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14095 Use inhibit-read-only.
14096
f271d3c7
JB
140972005-06-09 Juanma Barranquero <lekktu@gmail.com>
14098
fd8529d0
JB
14099 * window.el (shrink-window-if-larger-than-buffer)
14100 (window-size-fixed): Fix typo in docstring.
9fa87e0d 14101
f271d3c7
JB
14102 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
14103 thumbnails directory on loading.
14104 (thumbs-conversion-program): Use `eq' to check the system type,
14105 not `equal'.
14106 (thumbs-temp-dir): Initialize to `temporary-file-directory',
14107 not "/tmp". Fix docstring.
14108 (thumbs-thumbsdir): New function to return the thumbnails
14109 directory, creating it if needed.
14110 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14111 (thumbs-temp-file): Delete variable and make it into a function.
14112 (thumbs-resize-image, thumbs-modify-image): Use it.
14113 (thumbs-kill-buffer): Simplify.
14114 (thumbs-gensym): Defalias or duplicate CL `gensym'.
14115 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
14116 docstrings.
14117
b7aae902
KS
141182005-06-09 Kim F. Storm <storm@cua.dk>
14119
14120 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
14121 set-match-data to free markers in match-data.
14122
14123 * replace.el (replace-match-data): Pass RESEAT arg `t' to
14124 match-data to unchain markers in match-data.
14125
72f23b85
SM
141262005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
14127
14128 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
14129 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
14130 unnecessary now.
14131
99598737
RS
141322005-06-08 Richard M. Stallman <rms@gnu.org>
14133
14134 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
14135 give the variable a doc string that doesn't say don't set it directly.
14136
14137 * textmodes/ispell.el (ispell-check-version):
14138 Use match-string-no-properties.
af71d4c0 14139 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
99598737
RS
14140 (ispell-buffer-local-words): Likewise.
14141
14142 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
14143 except on terminals with enough colors to really display it.
14144 (makefile-dependency-regex): Delete spurious `bb'.
14145
14146 * faces.el (escape-glyph): Use blue once again in last case.
72f23b85 14147 (no-break-space): Redefine so that it isn't invisible on a tty.
99598737 14148
4a29de23
KS
141492005-06-08 Kim F. Storm <storm@cua.dk>
14150
14151 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
14152 also when reading directory name.
14153
b978659c
LK
141542005-06-08 Lute Kamstra <lute@gnu.org>
14155
14156 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
f8820a55
LK
14157 (flyspell-mode-line-string): Remove autoload cookie.
14158 (flyspell-mode): Remove defvar.
b978659c 14159
6d64c191
LK
141602005-06-07 Lute Kamstra <lute@gnu.org>
14161
14162 * textmodes/org.el (org-run-mode-hooks): New function.
14163 (org-agenda-mode): Use it.
14164
590bc48b
JB
141652005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
14166
99598737 14167 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
590bc48b 14168
3d031334
SM
141692005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14170
14171 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
14172
a54aae9e
LT
141732005-06-06 Luc Teirlinck <teirllm@auburn.edu>
14174
14175 * font-lock.el (font-lock-add-keywords): Doc fix.
14176
ed975fa6
SM
141772005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14178
29a47b89
SM
14179 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
14180 (tex-compile-default): In the absence of any history, use the order in
14181 tex-compile-alist to choose the preferred command.
14182 (tex-compile-commands): Reorder a bit.
14183
7ad04640
SM
14184 * textmodes/flyspell.el (flyspell-auto-correct-binding)
14185 (flyspell-incorrect-face, flyspell-duplicate-face):
14186 Use (X)Emacs-agnostic code.
14187 (flyspell-mode-map): Don't overwrite at each load. Remove code
14188 redundant with the subsequent add-minor-mode. Merge Emacs and
14189 XEmacs code.
14190 (flyspell-word): Minor simplification.
14191 (flyspell-math-tex-command-p): Quieten the byte-compiler.
8511877a
SM
14192 (flyspell-external-point-words): Remove unused vars `size' and `start'.
14193 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
14194 Merge the corresponding Emacs code.
14195 (flyspell-correct-word, flyspell-xemacs-popup):
14196 Use flyspell-do-correct.
7ad04640 14197
532c188a
SM
14198 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
14199 a dedicated window.
14200
ed975fa6
SM
14201 * international/latexenc.el (latexenc-find-file-coding-system):
14202 Undo part of last patch, to turn off a compiler warning.
14203
e43cbeae
JL
142042005-06-06 Juri Linkov <juri@jurta.org>
14205
14206 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
14207 Rename `tmm-inactive-face' to `tmm-inactive'.
14208
4bad17c2
KS
142092005-06-06 Matt Hodges <MPHodges@member.fsf.org>
14210
14211 * iswitchb.el: Rename faces.
14212
c7b96d76
KS
142132005-06-06 Kim F. Storm <storm@cua.dk>
14214
14215 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
14216 (cua-global-mark): Remove -face suffix from face names.
14217
ed975fa6
SM
14218 * emulation/cua-gmrk.el (cua--init-global-mark):
14219 Remove cua-global-mark face setup.
c7b96d76 14220
ce6e10af
RS
142212005-06-06 Richard M. Stallman <rms@gnu.org>
14222
14223 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
14224 just like other allowed characters.
14225 (makefile-match-dependency): Exclude leading and training whitespace
14226 from the range of regexp subexp 1.
14227 (makefile-macroassign-regex): Don't try to match the body,
14228 just the name of the macro being defined.
14229
14230 * info.el (Info-read-node-name-2): New function.
14231 (Info-read-node-name-1): Use that.
14232 Add a completion-base-size-function property.
14233
14234 * simple.el (completion-setup-function): Look for
8511877a 14235 completion-base-size-function property of minibuffer-completion-table.
ce6e10af
RS
14236
14237 * files.el (locate-file-completion): Doc fix.
14238
14239 * printing.el: Don't call pr-update-menus; user must do that.
14240
14241 * emacs-lisp/debug.el (debugger-window): New variable.
14242 (debug): Use debugger-window if it is set and still alive.
14243 Record debugger-window for next entry.
c7b96d76 14244
ce6e10af
RS
14245 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
14246
c7b96d76 142472005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
ce6e10af
RS
14248
14249 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
14250 (hack-one-local-variable, hack-local-variables)
14251 (hack-local-variables-prop-line): Pass that arg.
14252
9c7f6bb3
KS
142532005-06-06 Kim F. Storm <storm@cua.dk>
14254
14255 * ido.el (ido-first-match, ido-only-match, ido-subdir)
14256 (ido-indicator): Remove -face suffix from face names.
14257
c476bcb0
JL
142582005-06-06 Juri Linkov <juri@jurta.org>
14259
14260 * font-lock.el (font-lock-regexp-backslash)
14261 (font-lock-regexp-backslash-construct): New faces.
14262 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
14263 after `('. Add `while-no-input' to control structures.
14264
14265 * faces.el (no-break-space, shadow): New faces.
14266 (escape-glyph): Use less loud colors pink2 and red4.
14267
14268 * diff-mode.el (diff-context-face)
14269 * dired.el (dired-ignored)
14270 * rfn-eshadow.el (file-name-shadow)
14271 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
14272
14273 * info.el (Info-title-1-face): Use green instead of yellow because
14274 bold yellow is not readable on light backgrounds.
14275
14276 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
14277 before selecting the desired mode to not spend time fontifying
14278 old contents.
14279
f7f17975
JB
142802005-06-06 Juanma Barranquero <lekktu@gmail.com>
14281
b3c70578
JB
14282 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
14283 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
14284
01f438b9
JB
14285 * ps-print.el (ps-default-fg, ps-default-bg):
14286 Fix typos in docstrings.
14287
f7f17975
JB
14288 * isearchb.el (isearchb): Don't pass a spurious second argument to
14289 `iswitchb-completions'.
14290
c1205dad
NR
142912005-06-05 Nick Roberts <nickrob@snap.net.nz>
14292
14293 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
14294 to preserve point.
14295 (gdb-find-file-hook): Add doc string.
14296
14297 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
eb78dfb8 14298 C dereferenced pointer expression.
32759db5 14299 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
c1205dad
NR
14300
14301 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
14302
eb78dfb8
JB
14303 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
14304 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
14305 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
14306 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
14307 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
c1205dad
NR
14308 Make background transparent.
14309
bfe5418b
LT
143102005-06-04 Luc Teirlinck <teirllm@auburn.edu>
14311
14312 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
14313 (font-lock-remove-keywords): Doc fix.
14314 (font-lock-mode-major-mode): Compiler defvar.
14315 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
14316
14317 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
14318 (font-lock-mode): Update `font-lock-mode-major-mode'.
14319 (font-lock-set-defaults): Compiler defvar.
14320 (font-lock-default-function): Take `font-lock-mode-major-mode'
14321 into account.
14322
14323 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
14324 keep track of which major mode it enabled the minor mode for.
14325 Use find-file-hook again. Update docstring.
14326
14327 * simple.el (eval-expression-print-level)
14328 (eval-expression-print-length, eval-expression-debug-on-error):
14329 Doc fixes.
14330
91018229
EZ
143312005-06-04 Matt Hodges <MPHodges@member.fsf.org>
14332
b6f0a397
EZ
14333 * iswitchb.el (iswitchb-single-match-face)
14334 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
14335 (iswitchb-invalid-regexp-face): New faces.
14336 (iswitchb-completions): Use them.
ed975fa6 14337 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
b6f0a397
EZ
14338 now marked as an obsolete alias.
14339 (iswitchb-read-buffer): Remove check for bound font variables.
14340 (iswitchb-invalid-regexp): New free variable.
14341 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
14342 set iswitchb-invalid-regexp.
14343 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
14344 invalid regexps.
14345 (iswitchb-completions): Add check for complete match when entering
14346 a regexp.
14347 (iswitchb-completions): Remove require-match argument.
bfe5418b 14348 (iswitchb-exhibit): Fix caller.
b6f0a397
EZ
14349 (iswitchb-common-match-inserted): New variable.
14350 (iswitchb-complete, iswitchb-completion-help): Use it.
91018229 14351
94d4bafb
EZ
143522005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
14353
14354 * url-http.el (url-http-chunked-encoding-after-change-function):
14355 Use `url-http-debug' instead of `message'.
14356
86b21ac3
EZ
143572005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
14358
14359 * url-http.el (url-http-parse-headers): Pass redirected URL as a
14360 callback argument.
14361
61e40b6d
KS
143622005-06-04 Kim F. Storm <storm@cua.dk>
14363
555228aa
KS
14364 * simple.el (line-move): Only call sit-for when moving backwards.
14365
61e40b6d
KS
14366 * ido.el (ido-make-merged-file-list-1): New defun split from
14367 ido-make-merged-file-list.
14368 (ido-make-merged-file-list): Bind throw-on-input around call to
14369 ido-make-merged-file-list-1. Return input-pending-p if
14370 interrupted by more input available.
14371 (ido-read-internal): Handle input-pending-p return value from
14372 ido-make-merged-file-list.
14373
10b234c0
SM
143742005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14375
fab31ec3
SM
14376 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
14377 compatibility code.
14378
10b234c0
SM
14379 * international/latexenc.el (latexenc-find-file-coding-system):
14380 Don't inherit the EOL part of the coding-system from the
14381 tex-main buffer. Fit within 80 columns.
14382
76668788
NR
143832005-06-03 Matt Hodges <MPHodges@member.fsf.org>
14384
14385 * tmm.el (tmm-inactive-face): New face.
14386 (tmm-remove-inactive-mouse-face): New function.
14387 (tmm-prompt, tmm-add-one-shortcut)
14388 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
14389 but not selectable.
14390
6312e5f7
JB
143912005-06-03 Juanma Barranquero <lekktu@gmail.com>
14392
14393 * faces.el (face-equal): Improve argument/docstring consistency.
14394
30edba6e
DP
143952005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
14396
14397 * progmodes/make-mode.el (makefile-targets-face)
14398 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
14399 (makefile-bsdmake-dependency-regex)
14400 (makefile-makepp-rule-action-regex)
14401 (makefile-bsdmake-rule-action-regex): New constants.
14402 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
14403
14404 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14405 Allow (...) within `...' for makepp messages.
14406
899a431b 144072005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30edba6e 14408
85268d70 14409 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30edba6e 14410
85268d70
JB
14411 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
14412 "." files are deleted from all file lists before comparison.
30edba6e 14413
85268d70
JB
14414 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14415 (viper-ESC-key): Made them customizable.
30edba6e 14416
10b234c0 14417 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
30edba6e 14418
bfadb7ec
LT
144192005-06-01 Luc Teirlinck <teirllm@auburn.edu>
14420
14421 * autorevert.el (auto-revert-buffers): Use save-match-data.
14422
6cb9fac3
SM
144232005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14424
14425 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
14426 menu items with a nil command binding.
14427
011131fd
JB
144282005-06-01 Juanma Barranquero <lekktu@gmail.com>
14429
358e4d6d
JB
14430 * emacs-lisp/cl-macs.el (defsetf):
14431 Improve argument/docstring consistency.
14432
011131fd
JB
14433 * faces.el (list-faces-display): Improve the formatting by
14434 computing the maximum length required for any face-name (reworked
14435 patch of 1999-01-11, accidentally deleted on 1999-07-21).
14436 (internal-find-face): Remove redundant info in docstring.
14437
7653a3dc
NR
144382005-06-01 Nick Roberts <nickrob@snap.net.nz>
14439
14440 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
14441 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
14442 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
14443 (gdb-assembler-custom): Improve regexps.
ed975fa6 14444 (def-gdb-auto-update-handler): Use window point to preserve point.
7653a3dc 14445
9ccee7d0
SM
144462005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14447
14448 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
14449
ad83e1f4
JB
144502005-05-31 Jay Belanger <belanger@truman.edu>
14451
14452 * calc/calc-embed.el (calc-embedded-word): Change argument passed
14453 to calc-embedded.
14454 (calc-embedded-make-info): Have plain prefix argument select
14455 entire line.
14456
2cd16d74
JB
144572005-05-31 Juanma Barranquero <lekktu@gmail.com>
14458
d0213ee1
JB
14459 * faces.el (list-faces-display): Signal error if passed a regexp
14460 that matches no face name.
14461
2cd16d74
JB
14462 * simple.el (filter-buffer-substring): Fix typo in docstring.
14463
f35aff82
RS
144642005-05-31 Richard M. Stallman <rms@gnu.org>
14465
9ccee7d0 14466 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
f35aff82
RS
14467 (vhdl-emacs-21): Doc fix.
14468 (vhdl-mode): Unconditionally set comment-padding.
14469 (vhdl-fixup-whitespace-region): Insert spaces only where
14470 there are none.
14471 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
14472
c7a4ce37
JW
144732005-05-30 John Wiegley <johnw@newartisans.com>
14474
881b07f9
JB
14475 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
14476 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
14477 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
c7a4ce37
JW
14478 `directory-sep-char' to ?/, and all uses of `string-to-int' to
14479 `string-to-number'.
14480
e39f3cfe
JB
144812005-05-30 Jay Belanger <belanger@truman.edu>
14482
14483 * calc/calc.el (calc-bug-address): Fix docstring.
14484 (calc-window-hook, calc-trail-window-hook): New variables.
14485 (calc-trail-display): Restore use of calc-trail-window-hook.
14486 (calc): Restore use of calc-window-hook.
14487
6dfa731f
MY
144882005-05-31 Masatake YAMATO <jet@gyve.org>
14489
3c1ebc5a 14490 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6dfa731f 14491
3c1ebc5a 14492 * help-fns.el (help-C-file-name): Add autoload mark for
6dfa731f
MY
14493 `find-function-noselect'.
14494
3c1ebc5a
SM
144952005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14496
14497 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
14498 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
14499
3f72dc73
GM
145002005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14501
14502 * calendar/diary-lib.el (mark-included-diary-files): Only kill
14503 included diary buffer if it was not already being visited.
14504 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
14505
119f6f17 14506 * calendar/icalendar.el (top-level): Do not require appt.
3f72dc73
GM
14507
14508 * mail/supercite.el (sc-select-attribution): Only use a list
14509 element from sc-attrib-selection-list if it returns a string.
14510 Reported by Davide G. M. Salvetti <salve@debian.org>.
14511
0df06447
JB
145122005-05-30 Juanma Barranquero <lekktu@gmail.com>
14513
588c0770 14514 * thumbs.el (thumbs-thumbname): The resulting thumbname now
0df06447
JB
14515 includes a hash value to improve its uniqueness, and has a ".jpg"
14516 extension. Also, it is now a valid filename on all systems.
14517 (thumbs-make-thumb): Use `let', not `let*'.
14518 (thumbs-show-thumbs-list): Check for JPEG availability.
14519
b8caac06
RS
145202005-05-30 Richard M. Stallman <rms@gnu.org>
14521
14522 * filesets.el (filesets-menu-ensure-use-cached):
14523 Prevent warning when emacs-version>= is undefined.
14524
14525 * printing.el (pr-interactive-n-up): Use string-to-number.
14526
14527 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
14528
14529 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14530 Warn only when name to be defined is quoted.
14531
4809e59f
NR
145322005-05-30 Nick Roberts <nickrob@snap.net.nz>
14533
14534 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
14535 Make regexp more robust.
0df06447 14536 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4809e59f
NR
14537 Force regeneration of disassembly.
14538
2a1669a2
JB
145392005-05-29 Jay Belanger <belanger@truman.edu>
14540
14541 * calc/calc.el (calc-user-invocation): Check if
14542 calc-invocation-macro is non-nil.
14543
5f43c63c
JL
145442005-05-29 Juri Linkov <juri@jurta.org>
14545
14546 * add-log.el (change-log-font-lock-keywords):
14547 Add `+' to e-mail regexp to accept mail address with keywords.
14548
14549 * man.el (Man-name-regexp): Add `:' to accept qualified names.
14550
7fa9f4eb
LT
145512005-05-29 Luc Teirlinck <teirllm@auburn.edu>
14552
14553 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
14554
14555 * ielm.el (inferior-emacs-lisp-mode): Ditto.
14556
cad2b414
RS
145572005-05-29 Richard M. Stallman <rms@gnu.org>
14558
14559 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
14560 Undo the change that moves to end of the current word.
14561
8c6fb9d0
NR
145622005-05-29 Nick Roberts <nickrob@snap.net.nz>
14563
14564 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
14565 Throw error when count <= 0 to ensure input is a number.
14566 (gdb-read-memory-custom): Pick up address from buffer.
14567 (gdb-memory-mode): Allow user to increment and decrement
14568 memory address from header line.
14569
c16b1394
RS
145702005-05-29 Richard M. Stallman <rms@gnu.org>
14571
a8c453e6
RS
14572 * flyspell.el (flyspell-version): Function deleted.
14573 (flyspell-auto-correct-previous-hook): Doc fix.
7fa9f4eb 14574
c16b1394
RS
14575 * jit-lock.el (jit-lock-function, jit-lock-after-change):
14576 Do nothing if memory is full.
14577
14578 * font-lock.el (font-lock-fontify-syntactically-region):
14579 Pass t for GREEDY to looking-back.
14580
14581 * saveplace.el (save-place-alist-to-file): Write the file
14582 using write-region.
14583
14584 * subr.el (looking-back): New argument GREEDY.
14585
14586 * progmodes/compile.el (compilation-start): Set the mode
14587 before inserting the initial text.
14588
14589 * progmodes/which-func.el (which-func-update-1): Turn the mode
14590 off in case of error by setting which-func-mode.
7fa9f4eb 14591
52eb0373 145922005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
c16b1394 14593
cad2b414 14594 * flyspell.el (flyspell-auto-correct-previous-word):
7fa9f4eb 14595 Narrow down to what's on the screen, and recenter overlays
cad2b414 14596 at the end of the next word.
7fa9f4eb 14597
52eb0373 145982005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7fa9f4eb 14599
a8c453e6 14600 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
0df06447 14601 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
a8c453e6
RS
14602 (flyspell-abbrev-p): Default to nil.
14603 (flyspell-use-global-abbrev-table-p): Doc fix.
14604 (flyspell-large-region): Allow nil as value.
14605 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
14606
14607 (mail-mode-flyspell-verify): More robust handling
14608 of `mail-header-separator'. More efficient signature detection.
14609 Allow for regexp metacharacters in message-header-separator.
85be564d 14610 Adding `To' not to be checked in mail-mode-flyspell-verify.
a8c453e6
RS
14611
14612 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
14613 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
14614 Bind flyspell-auto-correct-binding.
14615 Bind C-. and C-, .
14616 (flyspell-mode-map): Likewise.
14617 (flyspell-mode): Doc fix.
14618 (flyspell-accept-buffer-local-defs): Preserve current buffer.
14619 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
14620 (flyspell-word-cache-result): New var, always local.
14621 (flyspell-check-pre-word-p): Doc fix.
14622 (flyspell-check-changed-word-p): Handle spc like newline.
14623 (flyspell-post-command-hook): Set flyspell-word-cache-result.
14624 (flyspell-word-search-backward, flyspell-word-search-forward):
14625 New functions.
14626 (flyspell-word): Return t if nothing to check.
14627 When parsing TeX code, check for after } or \.
14628 Use flyspell-word-search-backward to find previous word.
14629 Return nil if duplicated word.
14630 For word already checked, return same value as last time.
14631 Set flyspell-word-cache-result after checking.
14632 Don't clobber the return value.
14633 (flyspell-get-word): Major rewrite.
14634 (flyspell-external-point-words): New locals pword, pcount.
14635 Fix size used in progress message.
14636 Find the proper corresponding word in flyspell-large-region-buffer.
14637 (flyspell-region): Check for flyspell-large-region = nil.
14638 (flyspell-highlight-incorrect-region): Clean up overlays in region.
14639 (flyspell-auto-correct-word): Check that WORD is a cons.
14640 (flyspell-correct-word): Likewise.
a8c453e6 14641
adde7693
DP
146422005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
14643
14644 * progmodes/make-mode.el (makefile-rule-action-regex)
d85d15c8
DP
14645 (makefile-macroassign-regex, makefile-makepp-mode)
14646 (makefile-bsdmake-mode): Continuation lines may be empty.
adde7693
DP
14647 Reported by Joshua Varner.
14648 (makefile-makepp-font-lock-keywords): Add $(stem).
14649
b5352ff5
KB
146502005-05-28 Karl Berry <karl@gnu.org>
14651
0df06447 14652 * textmodes/tex-mode.el: Now that tex-send-command calls
b5352ff5
KB
14653 shell-quote-argument (2005-03-31 change), remove all calls to
14654 shell-quote-argument; they all end up invoking tex-send-command.
14655 The double quoting loses on filenames with non-safe characters,
14656 such as "@". Reported by Frederik Fouvry.
14657
3daabddd
NR
146582005-05-29 Nick Roberts <nickrob@snap.net.nz>
14659
14660 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
14661 about preserving point.
14662
1565a620
JB
146632005-05-27 Jay Belanger <belanger@truman.edu>
14664
14665 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
14666 Info-goto-node.
14667
05294d63
JB
14668 * calc/calc-embed.el (calc-embed-arg): New variable.
14669 (calc-do-embedded-activate, calc-embedded-activate-formula)
14670 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
14671 variable by new variable.
14672 (calc-embedded-make-info): Replace undeclared variable by new
14673 variable. When selecting region with positive prefix
14674 argument, use end of previous line instead of beginning of line.
14675
14676 * calc/calc-aent.el (calc-arg-values): Declare it.
14677
14678 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
14679 Declare them.
14680
14681 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
14682
14683 * calc/calc.el (calc-alg-map): Declare it.
14684
14685 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
14686
f8916156
NR
146872005-05-28 Nick Roberts <nickrob@snap.net.nz>
14688
14689 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
14690 (gdb-registers-buffer, toggle-gdb-all-registers):
14691 Toggle display of floating point registers.
14692 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
14693
0df06447 14694 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
f8916156
NR
14695 (toggle-gud-tooltip-dereference):
14696 Rename from gud-toggle-tooltip-dereference.
14697
83040cb0
SM
146982005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14699
14700 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
14701
63971eab
JB
147022005-05-27 Jay Belanger <belanger@truman.edu>
14703
14704 * calc/calc-prog.el (calc-kbd-report): Remove.
14705 (calc-kbd-query): Rewrite.
14706
d5e1a786
JB
147072005-05-27 Juanma Barranquero <lekktu@gmail.com>
14708
83040cb0 14709 * image.el (image-library-alist): Move to image.c.
d5e1a786
JB
14710 (image-type-available-p): Doc fix.
14711
6c5a38fa
LK
147122005-05-27 Lute Kamstra <lute@gnu.org>
14713
18a8c773 14714 * calc/calc.el (calc):
1f2503a5 14715 * outline.el (outline-1, outline-2, outline-3, outline-4)
18a8c773
LK
14716 (outline-5, outline-6, outline-7, outline-8):
14717 * textmodes/dns-mode.el (dns-mode):
14718 * textmodes/sgml-mode.el (sgml-namespace-face):
14719 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3ec0e903 14720 (tex-verbatim-face, tex-use-reftex):
83040cb0
SM
14721 * textmodes/texinfo.el (texinfo-heading-face):
14722 Specify customization group.
1f2503a5 14723
6c5a38fa
LK
14724 * longlines.el: Don't require easy-mmode.
14725 (longlines-visible-face): Specify customization group.
14726
7cf49add
KH
147272005-05-27 Kenichi Handa <handa@m17n.org>
14728
14729 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
14730 encoding table of windows-1251.
14731
83040cb0
SM
14732 * international/ucs-tables.el (ucs-set-table-for-input):
14733 If translation-table-for-input of a coding system is a symbol, get
7cf49add
KH
14734 its translation-table property.
14735
14736 * international/code-pages.el: Don't register a coding system into
14737 non-iso-charset-alist more than once.
14738 (cp-make-coding-system): Likewise.
1f2503a5 14739
9c041409
JW
147402005-05-26 John Wiegley <johnw@newartisans.com>
14741
6b6f91b3
JW
14742 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
14743 `eshell-resume-eval' is wrapped in a list, it indicates that the
14744 command was run asynchronously. In that case, unwrap the value
14745 before checking the delimiter value.
14746
9c041409 14747 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
83040cb0
SM
14748 character before a space at the end of a line is \, assume the space
14749 is part of the last argument rather than a final argument separator.
9c041409 14750
83040cb0
SM
14751 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
14752 is in use, and the target is `t' or `nil' (which are the most common
14753 values), don't assume that the symbol target is a buffer.
9c041409 14754
ddfbe5db
LT
147552005-05-26 Luc Teirlinck <teirllm@auburn.edu>
14756
14757 * calendar/calendar.el (calendar-mode-line-format):
14758 Use mode-line-highlight as mouse-face.
14759
14760 * time.el (display-time-string-forms, display-time-update):
14761 Use mode-line-highlight as mouse-face.
14762
04e9c13c
JB
147632005-05-26 Jay Belanger <belanger@truman.edu>
14764
14765 * calc/calc.el (calc-language-alist): Remove extra defvar.
14766
6441d280
LK
147672005-05-26 Lute Kamstra <lute@gnu.org>
14768
14769 * arc-mode.el (archive-mode):
14770 * bookmark.el (bookmark-read-annotation-mode)
14771 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
14772 * bs.el (bs-mode):
14773 * calc/calc-yank.el (calc-edit-mode):
14774 * calc/calc.el (calc-mode, calc-trail-mode):
14775 * calculator.el (calculator-mode):
14776 * chistory.el (command-history-mode):
14777 * comint.el:
14778 * cus-edit.el (custom-mode):
14779 * descr-text.el (describe-text-mode):
14780 * ebuff-menu.el (Electric-buffer-menu-mode):
14781 * ediff-util.el (ediff-mode):
4b66bdf0
LK
14782 * emacs-lisp/re-builder.el (reb-mode):
14783 * emulation/vi.el (vi-mode-setup):
14784 * emulation/ws-mode.el (wordstar-mode):
14785 * eshell/esh-mode.el (eshell-mode):
6441d280
LK
14786 * forms.el (forms-mode):
14787 * help-mode.el (help-mode):
14788 * hexl.el (hexl-mode):
14789 * ibuffer.el (ibuffer-mode):
14790 * ielm.el (inferior-emacs-lisp-mode):
14791 * info.el (Info-mode, Info-edit-mode):
4b66bdf0 14792 * international/swedish.el:
6441d280
LK
14793 * ledit.el (ledit-from-lisp-mode):
14794 * locate.el (locate-mode):
4b66bdf0
LK
14795 * mail/rmail.el (rmail-mode):
14796 * mail/rmailedit.el (rmail-edit-mode):
14797 * mail/rmailsum.el (rmail-summary-mode):
14798 * mail/supercite.el (sc-electric-mode):
14799 * net/eudc.el (eudc-mode):
14800 * net/quickurl.el (quickurl-list-mode):
14801 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
14802 * obsolete/ooutline.el (outline-mode):
14803 * obsolete/options.el (Edit-options-mode):
14804 * obsolete/rnews.el (news-mode):
14805 * obsolete/rnewspost.el (news-reply-mode):
14806 * play/5x5.el (5x5-mode):
14807 * play/decipher.el (decipher-mode, decipher-stats-mode):
14808 * play/gomoku.el (gomoku-mode):
14809 * play/snake.el (snake-mode):
14810 * play/solitaire.el (solitaire-mode):
14811 * play/tetris.el (tetris-mode):
681c6a37
LK
14812 * progmodes/ada-mode.el (ada-mode):
14813 * progmodes/antlr-mode.el (antlr-mode):
14814 * progmodes/autoconf.el (autoconf-mode):
14815 * progmodes/dcl-mode.el (dcl-mode):
14816 * progmodes/delphi.el (delphi-mode):
9a969196
LK
14817 * progmodes/ebrowse.el (ebrowse-tree-mode)
14818 (ebrowse-electric-list-mode, ebrowse-member-mode)
681c6a37
LK
14819 (ebrowse-electric-position-mode):
14820 * progmodes/f90.el (f90-mode):
14821 * progmodes/fortran.el (fortran-mode):
14822 * progmodes/icon.el (icon-mode):
14823 * progmodes/idlw-help.el (idlwave-help-mode):
14824 * progmodes/idlw-shell.el (idlwave-shell-mode):
14825 * progmodes/idlwave.el (idlwave-mode):
14826 * progmodes/inf-lisp.el (inferior-lisp-mode):
14827 * progmodes/m4-mode.el (m4-mode):
14828 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
14829 * progmodes/modula2.el (modula-2-mode):
14830 * progmodes/octave-inf.el (inferior-octave-mode):
14831 * progmodes/octave-mod.el (octave-mode):
14832 * progmodes/pascal.el (pascal-mode):
14833 * progmodes/sh-script.el (sh-mode):
14834 * progmodes/sql.el (sql-mode, sql-interactive-mode):
14835 * progmodes/vhdl-mode.el (vhdl-mode):
14836 * progmodes/xscheme.el (scheme-interaction-mode):
6441d280
LK
14837 * replace.el (occur-mode):
14838 * ses.el (ses-mode):
14839 * simple.el (completion-list-mode):
14840 * skeleton.el:
14841 * speedbar.el (speedbar-mode):
48985adc 14842 * term.el (term-mode):
6441d280 14843 * terminal.el (terminal-edit-mode):
681c6a37
LK
14844 * textmodes/reftex-index.el (reftex-index-mode)
14845 (reftex-index-phrases-mode):
14846 * textmodes/reftex-sel.el (reftex-select-label-mode)
14847 (reftex-select-bib-mode):
14848 * textmodes/reftex-toc.el (reftex-toc-mode):
6441d280 14849 * wdired.el (wdired-change-to-wdired-mode):
48985adc
KS
14850 * wid-browse.el (widget-browse-mode):
14851 Use run-mode-hooks.
6441d280
LK
14852
14853 * array.el (array-mode):
4b66bdf0
LK
14854 * calendar/todo-mode.el (todo-mode):
14855 * man.el (Man-mode):
14856 * play/landmark.el (lm-mode):
48985adc
KS
14857 * play/mpuz.el (mpuz-mode):
14858 Use kill-all-local-variables and run-mode-hooks.
6441d280
LK
14859
14860 * subr.el (delay-mode-hooks): Specify indentation.
14861
4b66bdf0
LK
148622005-05-26 Mark A. Hershberger <mah@everybody.org>
14863
ca19f3f1
AS
14864 * xml.el (xml-substitute-special): Don't die for undefined xml
14865 entities.
4b66bdf0 14866
3e00c50e
JB
148672005-05-26 Jay Belanger <belanger@truman.edu>
14868
14869 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
14870 of nil.
14871
8da4dd76
NR
148722005-05-27 Nick Roberts <nickrob@snap.net.nz>
14873
14874 * progmodes/gdb-ui.el (gdb-frame-address):
14875 Rename from gdb-current-address.
14876 (gdb-previous-frame-address): Rename from gdb-previous-address.
14877 (gdb-selected-frame): Rename from gdb-current-frame.
14878 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
14879 (gdb-frame-number): Rename from gdb-current-stack-level.
14880 (gdb-ann3): Match new mode-name for disassembly buffer.
588c0770 14881 Extend initialization of variables.
8da4dd76
NR
14882 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
14883 (gdb-memory-mode): Use mouse-face in header line.
14884 (gdb-assembler-buffer-name): Call it disassembly and give frame
14885 in mode line.
14886 (gdb-source-spec-regexp, gdb-assembler-custom)
14887 (gdb-invalidate-assembler, gdb-frame-handler):
14888 Make robust to leading zeroes in address format.
14889
8ba93b1c
CD
148902005-05-26 Carsten Dominik <dominik@science.uva.nl>
14891
d5e1a786 14892 * textmodes/org.el (org-mode): Use `define-derived-mode' to
8ba93b1c
CD
14893 define `org-mode'.
14894 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
14895
83040cb0 148962005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
04c71a26
NR
14897
14898 * log-edit.el (log-edit-changelog-entries): Distinguish between
14899 filenames like xfns.c and fns.c.
04c71a26 14900
dd53d2c8
LT
149012005-05-25 Luc Teirlinck <teirllm@auburn.edu>
14902
14903 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
14904 point after reverting.
14905 (Buffer-menu-make-sort-button): Handle the case where
14906 `Buffer-menu-use-header-line' is nil.
14907
214dd398
TTN
149082005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
14909
14910 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
14911 New funcs. In minibuffer-local-completion-map bind `]', `/'
14912 and `:' to them.
14913
b6666b5f
SM
149142005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14915
14916 * startup.el (normal-top-level): Allow modification of load-path while
14917 we're iterating over it.
14918
f75049fc
JB
149192005-05-25 Juanma Barranquero <lekktu@gmail.com>
14920
14921 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
14922 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
14923 (thumbs-resize-interactive, thumbs-insert-image)
14924 (thumbs-insert-thumb, thumbs-dired-show-marked)
14925 (thumbs-find-image-at-point, thumbs-delete-images)
14926 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
14927 (thumbs-increment-image-size, thumbs-decrement-image-size):
14928 Fix typos in docstrings.
14929
ccc90048
AS
149302005-05-24 Andre Spiegel <spiegel@gnu.org>
14931
83040cb0 14932 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
ccc90048
AS
14933 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
14934 (cperl-mode): Use them.
14935
18fde850
JB
149362005-05-24 Juanma Barranquero <lekktu@gmail.com>
14937
14938 * window.el (quit-window, shrink-window-if-larger-than-buffer):
14939 Doc fixes.
14940
86041bae
NR
149412005-05-24 Nick Roberts <nickrob@snap.net.nz>
14942
b6666b5f 14943 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
04c71a26 14944 Bind C-d to gdb-inferior-io-eof.
86041bae
NR
14945
14946 * dired.el (dired-dnd-popup-notice): Use message-box.
14947
359e4563
MY
149482005-05-23 Masatake YAMATO <jet@gyve.org>
14949
b6666b5f
SM
14950 * bindings.el (mode-line-major-mode-keymap):
14951 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
359e4563
MY
14952
14953 * faces.el (mode-line-highlight): New face.
14954
14955 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
14956 as mouse-face.
14957
14958 * bindings.el (top-level, help-echo, mode-line-modified)
14959 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
14960 as mouse-face.
14961
28fdc86a
JB
149622005-05-23 Juanma Barranquero <lekktu@gmail.com>
14963
a4632380
JB
14964 * progmodes/cc-engine.el (c-guess-basic-syntax):
14965 Remove spurious call to `zerop'.
14966
28fdc86a
JB
14967 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
14968
7c09345f
MS
149692005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
14970
14971 CC Mode update to 5.30.10:
14972
83040cb0 14973 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7c09345f
MS
14974 could go past the limit in decoration level 2, thereby causing
14975 errors during interactive fontification.
14976
83040cb0 14977 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7c09345f
MS
14978 the file is evaluated interactively.
14979
14980 * cc-engine.el (c-guess-basic-syntax): Handle operator
14981 declarations somewhat better in C++.
14982
14983 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
14984 make use of `run-mode-hooks' which has been added in Emacs 21.1.
28fdc86a
JB
14985 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
14986 (awk-mode): Use it.
7c09345f
MS
14987 (make-local-hook): Suppress warning about obsoleteness.
14988
14989 * cc-engine.el, cc-align.el, cc-cmds.el
28fdc86a
JB
14990 (c-append-backslashes-forward, c-delete-backslashes-forward)
14991 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7c09345f
MS
14992 Compensate for return value from `forward-line' when it has moved
14993 but not to a different line due to eob.
14994
83040cb0 14995 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7c09345f
MS
14996 `objc-method-intro' and `objc-method-args-cont'.
14997
149982005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
14999
15000 CC Mode update to 5.30.10:
15001
15002 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
15003 in the copyright statement. Incidentally, change "along with GNU
15004 Emacs" to "along with this program" where it occurs.
15005
15006 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
15007 so that it is interactive, hence can be found by M-x awk-mode
15008 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
15009 <gmorris+emacs@ast.cam.ac.uk>.
15010
15011 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
15012 Mode's regexps.
15013
28fdc86a 150142005-05-23 Kevin Ryde <user42@zip.com.au>
7c09345f
MS
15015
15016 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
15017 c-parse-state, to avoid a lisp error (on bad code).
15018
f1e9abb9
LK
150192005-05-23 Lute Kamstra <lute@gnu.org>
15020
15021 * subr.el (font-lock-defaults): Remove defvar as it's already
15022 defined in font-core.el.
15023
83040cb0 15024 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
f1e9abb9 15025
28fdc86a
JB
150262005-05-23 Nick Roberts <nickrob@snap.net.nz>
15027
15028 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
15029 more general and work when GDB variable "print pretty" is on,
15030 as with Emacs, for example.
15031
21178fee
LT
150322005-05-22 Luc Teirlinck <teirllm@auburn.edu>
15033
15034 * font-core.el: Update comment.
15035
83040cb0
SM
15036 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15037 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21178fee
LT
15038
15039 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15040
a0e8eaa3
EZ
150412005-05-22 Eli Zaretskii <eliz@gnu.org>
15042
15043 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15044 and `yank-handler' in the doc strings.
15045
6cd0254f
SM
150462005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15047
15048 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
15049
724e07b9
RS
150502005-05-22 Richard M. Stallman <rms@gnu.org>
15051
1b12fa9d
RS
15052 * help.el (describe-key): Move print-help-return-message call
15053 out of conditional.
15054
724e07b9
RS
15055 * progmodes/etags.el (list-tags): Use with-no-warnings.
15056
15057 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15058 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15059 (starttls-extra-args, starttls-extra-arguments): Add defvars.
15060
15061 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15062
15063 * language/viet-util.el (viet-viscii-nonascii-translation-table):
15064 Add defvar.
15065
15066 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15067 Use defvar, not defconst.
15068
15069 * hexl.el (hexl-follow-line): Use with-no-warnings.
15070
15071 * emulation/tpu-extras.el: Use write-file-functions instead of
15072 write-file-hooks.
15073
15074 * dired.el (dired-font-lock-keywords): Fontify files with junk
15075 extensions even if marked by -F.
15076
2641cc63
JB
150772005-05-22 Juanma Barranquero <lekktu@gmail.com>
15078
3187ba1c
JB
15079 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15080 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15081 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15082 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15083 (concatenate, list-length, get*, getf, cl-remprop):
15084 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15085 (etypecase, progv, lexical-let, lexical-let*)
15086 (multiple-value-bind, multiple-value-setq, shiftf):
15087 Improve argument/docstring consistency.
15088
aa230d94 15089 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
2641cc63 15090
a41c216f
AS
150912005-05-22 Andre Spiegel <spiegel@gnu.org>
15092
15093 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15094 doesn't exist.
15095
83040cb0
SM
15096 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
15097 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3187ba1c 15098
fdd55b6a
NR
150992005-05-22 Nick Roberts <nickrob@snap.net.nz>
15100
15101 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15102 already deleted variables: auto-fill-hook, blink-paren-hook,
52eb0373 15103 lisp-indent-hook, inhibit-local-variables, unread-command-event,
fdd55b6a
NR
15104 suspend-hooks, comment-indent-hook, meta-flag,
15105 before-change-function, after-change-function,
15106 font-lock-doc-string-face.
15107
71f800cf
LT
151082005-05-21 Luc Teirlinck <teirllm@auburn.edu>
15109
15110 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15111
bb4afd09
EZ
151122005-05-21 Eli Zaretskii <eliz@gnu.org>
15113
15114 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
15115 rmail-dont-reply-to.
15116
a2c9aee6
EZ
151172005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15118
15119 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
15120 literal blank when splitting new-header-values.
15121
6e50f7e0
EZ
151222005-05-21 Matt Hodges <MPHodges@member.fsf.org>
15123
15124 * calendar/cal-menu.el (cal-menu-update): Add separator as a
15125 string so that tmm doesn't create a completion entry for it.
15126
15127 * textmodes/table.el (table-disable-menu): Ditto.
15128
a527b753
RS
151292005-05-21 Richard M. Stallman <rms@gnu.org>
15130
15131 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
15132
15133 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
15134
15135 * net/rcompile.el (remote-compile): Use compilation-start.
15136
15137 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
15138
774cd454
DP
151392005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
15140
15141 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
15142 Default to makefile-bsdmake-mode on BSD systems.
15143
15144 * imenu.el (imenu-generic-expression, imenu--generic-function'):
15145 REGEXP may also be a search function now. The part of doc-string
15146 for describing the structure was 95% identical to that of
15147 `imenu--generic-function'. Unify it there.
15148
6cd0254f
SM
15149 * progmodes/make-mode.el (makefile-imenu-generic-expression):
15150 Use function to find dependencies, because regexp alone is so complex,
774cd454
DP
15151 it easily goes into an endless loop.
15152 (makefile-makepp-mode): Also add submenu for Perl functions
15153 defined in the makefile.
15154 (makefile-bsdmake-mode): Special imenu-generic-expression no
15155 longer needed, due to function call.
15156 (makefile-match-dependency): Take BOUND into account when checking
15157 if we're through.
15158
ed8060d9
JB
151592005-05-20 Jay Belanger <belanger@truman.edu>
15160
15161 * calc/calc-units.el (calc-invalidate-units-table):
15162 Use inhibit-read-only.
15163 (math-build-units-table-buffer): Use view-mode.
15164
8292be61
DK
151652005-05-20 David Kastrup <dak@gnu.org>
15166
15167 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
15168 easy-menu-add is not a nop on Emacs; and clarify when to call it.
15169
0a418fa1
JB
151702005-05-20 Lute Kamstra <lute@gnu.org>
15171
15172 * diff-mode.el (diff-header-face, diff-file-header-face)
15173 (diff-index-face, diff-hunk-header-face, diff-removed-face)
15174 (diff-added-face, diff-changed-face, diff-function-face)
15175 (diff-context-face, diff-nonexistent-face): Put them in the
15176 diff-mode customization group.
15177
151782005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15179
15180 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
15181
15182 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
15183
15184 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
15185 Minor regexp-optimization.
15186
24e9a727
CD
151872005-05-20 Carsten Dominik <dominik@science.uva.nl>
15188
15189 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
15190 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
15191 (org-agenda-add-time-grid-maybe): New function.
15192 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
15193 (org-table-create): `dotimes' instead of `mapcar'.
44a91a68 15194 (org-xor): Simplify implementation.
24e9a727
CD
15195 (org-agenda): `inhibit-redisplay' turned on.
15196 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
15197 a consistent line after a state change.
15198 (org-agenda-remove-times-when-in-prefix): New option.
15199 (org-prefix-has-time): New variable.
15200 (org-parse-time-string): Optional argument NODEFAULT.
15201 (org-format-agenda-item): Parse items for time-of-day
15202 specifications and move these into the prefix if possible.
15203 (org-agenda-priority): Get current heading, not previous heading
15204 during agenda remote editing.
15205
a18ff988
JB
152062005-05-20 Juanma Barranquero <lekktu@gmail.com>
15207
47bc4b3f
JB
15208 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
15209 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
15210 (remove-duplicates, delete-duplicates, substitute)
15211 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
15212 (nsubstitute-if-not, find, find-if, find-if-not, position)
15213 (position-if, position-if-not, count, count-if, count-if-not)
15214 (mismatch, search, sort*, stable-sort, merge, member*)
15215 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
15216 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
15217 (intersection, nintersection, set-difference, nset-difference)
15218 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
15219 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
15220 (nsublis, tree-equal): Improve argument/docstring consistency.
15221
aa230d94 15222 * subr.el (send-string, send-region): Remove obsolescence declaration.
a18ff988
JB
15223 (window-dot, set-window-dot, read-input, show-buffer)
15224 (eval-current-buffer, string-to-int):
15225 Add release number to obsolescence declarations.
15226
f4056bf7
KS
152272005-05-19 Kim F. Storm <storm@cua.dk>
15228
15229 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
15230 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
15231
35a0a8aa
NR
152322005-05-20 Matt Hodges <MPHodges@member.fsf.org>
15233
15234 * faces.el (list-faces-display): Make back button respect optional
15235 regexp arg.
15236
bfd187c8
JB
152372005-05-19 Juanma Barranquero <lekktu@gmail.com>
15238
15239 * calculator.el (calculator-radix-grouping-mode)
15240 (calculator-radix-grouping-digits, calculator-displayer)
15241 (calculator-radix-grouping-separator, calculator-copy-displayer):
15242 * dabbrev.el (dabbrev-search-these-buffers-only):
15243 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
15244 (diff-advance-after-apply-hunk, diff-mode-hook)
15245 (diff-minor-mode-prefix):
15246 * imenu.el (imenu-use-popup-menu):
15247 * jit-lock.el (jit-lock-context-time):
15248 * newcomment.el (comment-fill-column, comment-column)
15249 (comment-style, comment-padding, comment-multi-line)
15250 (comment-empty-lines, comment-auto-fill-only-comments):
15251 * reveal.el (reveal-around-mark):
15252 * uniquify.el (uniquify-buffer-name-style)
15253 (uniquify-after-kill-buffer-p)
15254 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
15255 (uniquify-min-dir-content, uniquify-separator)
15256 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
15257 * w32-vars.el (w32-fixed-font-alist):
15258 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
15259 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
15260 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
15261 * progmodes/perl-mode.el (perl-indent-level)
15262 (perl-continued-statement-offset, perl-continued-brace-offset)
15263 (perl-brace-offset, perl-brace-imaginary-offset)
15264 (perl-label-offset, perl-indent-continued-arguments)
15265 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
15266 * progmodes/tcl.el (tcl-indent-level)
15267 (tcl-continued-indent-level, tcl-auto-newline)
15268 (tcl-tab-always-indent, tcl-electric-hash-style)
15269 (tcl-help-directory-list, tcl-use-smart-word-finder)
15270 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
15271 (inferior-tcl-source-command):
15272 * textmodes/fill.el (enable-kinsoku):
15273 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
15274 * textmodes/table.el (table-yank-handler):
15275 Specify missing group (and type, if simple) in defcustom.
15276
620d3304
LT
152772005-05-19 Luc Teirlinck <teirllm@auburn.edu>
15278
15279 * progmodes/compile.el (compilation-finish-function): Fix defvar.
15280
e1c45277
RS
152812005-05-19 Richard M. Stallman <rms@gnu.org>
15282
15283 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
15284
15285 * subr.el (event-basic-type): Don't get an error.
15286 (left-fringe-p): Function deleted.
15287
15288 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
a527b753 15289 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
e1c45277
RS
15290
15291 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
15292 in recursive copy.
15293
15294 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
15295
15296 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
15297
ca19f3f1 15298 * emacs-lisp/bytecomp.el
aa230d94
SM
15299 (byte-compile-file-form-custom-declare-variable):
15300 Call byte-compile-nogroup-warn if appropriate.
e1c45277
RS
15301
15302 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
15303 (compilation-set-window): Don't call left-fringe-p; do it directly.
620d3304 15304
de327926
JB
153052005-05-19 Jay Belanger <belanger@truman.edu>
15306
15307 * calc/calc-graph.el (calc-graph-format-data): Make sure
15308 var-PlotRejects is bound before trying to check its value.
15309
73d5f668
CD
153102005-05-19 Carsten Dominik <dominik@science.uva.nl>
15311
b6666b5f 15312 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
73d5f668
CD
15313 definition of this variable from reftex-global.el to reftex.el,
15314 because it is needed in the menu.
15315
96474944
LK
153162005-05-19 Lute Kamstra <lute@gnu.org>
15317
15318 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
15319 years are fixed. Don't insert a space after a dash.
15320
8d9386a1
KS
153212005-05-19 Kim F. Storm <storm@cua.dk>
15322
15323 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
15324
dfa89b5d
DP
153252005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
15326
15327 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
15328 strings, because (eq ... ?\\) is fairly frequent.
15329
15330 * progmodes/make-mode.el (makefile-add-this-line-targets):
15331 Simplify and integrate into `makefile-pickup-targets'.
15332 (makefile-add-this-line-macro): Simplify and integrate into
15333 `makefile-pickup-macros.
15334 (makefile-pickup-filenames-as-targets): Simplify.
b6666b5f
SM
15335 (makefile-previous-dependency, makefile-match-dependency):
15336 Don't stumble over `::'.
dfa89b5d 15337
2fcd33fe
NR
153382005-05-19 Nick Roberts <nickrob@snap.net.nz>
15339
dfa89b5d 15340 * subr.el (post-command-idle-hook, post-command-idle-delay):
24d40bc2
NR
15341 Remove obsoletion of post-command-idle-hook and
15342 post-command-idle-delay.
15343
639ec765 15344 * faces.el (list-faces-display): Provide button when describe-face
85be564d 15345 is called to take user back to the list of faces.
639ec765
NR
15346
15347 * help-fns.el (describe-variable): Remove hyperlinks in a
15348 variable's value as these are quite frequently inappropriate.
15349
b6666b5f
SM
15350 * follow.el (follow-submit-feedback, follow-mode):
15351 Remove references to post-command-idle-hook.
2fcd33fe 15352
5c8b5442
DP
153532005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
15354
15355 * progmodes/make-mode.el (makefile-previous-dependency)
15356 (makefile-match-dependency): Check for := (and in bsd mode also
15357 !=) to give a better result, even when font-lock is not on.
15358
ec249c71
JB
153592005-05-18 Jay Belanger <belanger@truman.edu>
15360
44a91a68
JB
15361 * calc/calc-help.el (calc-s-prefix-help):
15362 Add `calc-copy-special-constant' to help string.
ec249c71 15363
2e5df9ac
LT
153642005-05-18 Luc Teirlinck <teirllm@auburn.edu>
15365
15366 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15367
73b990b1
JB
153682005-05-18 Jay Belanger <belanger@truman.edu>
15369
15370 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
15371 in linear factors are in proper order.
3a1e8128
CD
15372
153732005-05-18 Carsten Dominik <dominik@science.uva.nl>
15374
44a91a68
JB
15375 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15376 Support for jurabib.
3a1e8128
CD
15377
15378 * textmodes/reftex.el (featurep): Define aliases for overlay
15379 commands, for XEmacs compatibility, and use these aliases in
15380 overlay initializations.
15381 (reftex-highlight): Use `reftex-move-overlay'.
15382 (reftex-unhighlight): Use `reftex-delete-overlay'.
588c0770 15383 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
3a1e8128
CD
15384 (reftex-access-search-path): Use `reftex-uniquify' instead of
15385 `reftex-uniq'
15386
ca19f3f1
AS
15387 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
15388 `before-string' property modification enables for Emacs as well.
3a1e8128
CD
15389 (reftex-select-item): Use `reftex-delete-overlay'.
15390 (reftex-select-mark): Use `reftex-make-overlay' and
15391 `reftex-overlay-put'.
15392 (reftex-select-unmark): Use `reftex-delete-overlay' and
15393 `reftex-overlay-put'.
15394
7bc10886
LK
153952005-05-18 Lute Kamstra <lute@gnu.org>
15396
15397 * emacs-lisp/lisp.el (check-parens): Fix docstring.
15398
d11ad5a7
JB
153992005-05-18 Juanma Barranquero <lekktu@gmail.com>
15400
1902b5b6
JB
15401 * add-log.el (add-change-log-entry):
15402 * array.el (array-make-template, array-reconfigure-rows)
15403 (array-init-max-row, array-init-max-column)
15404 (array-init-columns-per-line, array-init-field-width):
15405 * replace.el (replace-match-maybe-edit, perform-replace):
15406 * textmodes/spell.el (spell-region):
15407 Replace `read-input' by `read-string'.
15408
15409 * forms.el (forms-mode):
15410 * finder.el (finder-compile-keywords):
15411 * shadowfile.el (shadow-read-files):
15412 Replace `eval-current-buffer' by `eval-buffer'.
15413
15414 * terminal.el (te-pass-through):
15415 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
15416 (ange-ftp-raw-send-cmd):
15417 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
15418 (send-process-next-char, telnet-initial-filter, telnet):
15419 Replace `send-string' by `process-send-string'.
15420
15421 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
15422 (prolog-consult-region): Replace `send-string' by
44a91a68 15423 `process-send-string'; replace `send-region' by `process-send-region'.
1902b5b6
JB
15424
15425 * progmodes/delphi.el (delphi-log-msg):
15426 Replace `set-window-dot' by `set-window-point'.
15427
d11ad5a7
JB
15428 * subr.el (window-dot, set-window-dot, read-input, send-string)
15429 (send-region, show-buffer, eval-current-buffer):
15430 Make really obsolete, as the comment says.
15431
77e2c652
KS
154322005-05-17 Kim F. Storm <storm@cua.dk>
15433
15434 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
15435 (cua--init-keymaps): Bind C-return instead of S-return to set
15436 rectangle mark.
15437
15438 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
15439 instead of S-return to toggle/clear rectangle mark.
15440
0b11ce59
DP
154412005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
15442
15443 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8ade3c25
DP
15444 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
15445 Also fontify plain strings assigned to variables, mostly so that a
15446 colon has a face and is thus not taken as a dependency separator.
0b11ce59
DP
15447 (makefile-previous-dependency): Inline the new matcher, because it
15448 is too complex to work in both directions.
15449 (makefile-match-dependency): Eliminate `backward' arg (see above).
15450 Completely reimplemented so as to not sometimes go into an endless
15451 loop. It should also be more efficient, because first it only
15452 searches for `:', instead of applying the very complex regexp.
8ade3c25 15453 (makefile-mode): Cancel `font-lock-support-mode', because blocks
44a91a68
JB
15454 to be fontified in one piece can be too long for JIT.
15455 Makefiles are never *that* big.
0b11ce59 15456
6ae53dc1
RS
154572005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
15458
15459 * dired.el (dired-mode): Simplify.
15460
77777daf
LK
154612005-05-17 Lute Kamstra <lute@gnu.org>
15462
f8d0b769
LK
15463 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
15464 defcustom for the mode hook variable.
15465
77777daf
LK
15466 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
15467 Emacs Lisp Reference Manual.
15468
430c1c66
JB
154692005-05-17 Juanma Barranquero <lekktu@gmail.com>
15470
213233f0
JB
15471 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
15472 (evenp, list*):
15473 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
15474 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
15475
430c1c66
JB
15476 * net/tramp-smb.el (tramp-smb-open-connection):
15477 Pass `tramp-chunksize' as fifth (required) argument.
15478
71994ae7
DP
154792005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
15480
44a91a68
JB
15481 * font-lock.el (lisp-font-lock-keywords-1):
15482 Set `font-lock-negation-char-face' for [^...] char group.
71994ae7
DP
15483 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
15484
15485 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
15486 a var, and refine it to mask one more level of nested vars.
15487 (makefile-rule-action-regex): Turn it into a var, and refine it so
15488 it recognizes backslashed continuation lines as belonging to the
15489 same command.
15490 (makefile-macroassign-regex): Refine it so it recognizes
15491 backslashed continuation lines as belonging to the same command.
15492 (makefile-var-use-regex): Don't look at the next char, because it
15493 might be the same one to be skipped by the initial [^$], leading
15494 to an overlooked variable use.
15495 (makefile-make-font-lock-keywords): Remove two parameters, which
44a91a68
JB
15496 are now variables that some of the modes set locally.
15497 Handle dependency and rule action matching through functions, because
71994ae7 15498 regexps alone match too often. Dependency matching now comes
44a91a68 15499 last, so it can check, whether a colon already matched something else.
71994ae7
DP
15500 (makefile-mode): Inform that font-lock improves makefile parsing
15501 capabilities.
15502 (makefile-match-dependency, makefile-match-action): New functions.
15503
cc211a0f
JB
155042005-05-16 Juanma Barranquero <lekktu@gmail.com>
15505
1e866943
JB
15506 * emacs-lisp/cl-extra.el (equalp): Doc fix.
15507
027a4b6b
JB
15508 * align.el (align-regexp):
15509 * ansi-color.el (ansi-color-get-face):
15510 * array.el (array-reconfigure-rows, array-init-max-row)
15511 (array-init-max-column, array-init-columns-per-line)
15512 (array-init-field-width):
15513 * dired-aux.el (dired-trample-file-versions):
15514 * dired-x.el (dired-mark-sexp):
15515 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
15516 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
15517 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
15518 * faces.el (face-read-integer):
15519 * files.el (backup-extract-version, insert-directory):
15520 * hexl.el (hexl-insert-decimal-char):
15521 * server.el (server-process-filter):
15522 * shell.el (shell-extract-num):
15523 * startup.el (command-line-1):
15524 * term.el (term-command-hook):
15525 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
15526 (time-stamp-do-number):
15527 * time.el (display-time-update):
15528 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
15529 (timezone-fix-time):
15530 * vms-patch.el (vms-suspend-resume-hook):
15531 * calendar/appt.el (appt-convert-time):
15532 * calendar/cal-bahai.el (mark-bahai-diary-entries):
15533 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15534 * calendar/cal-islam.el (mark-islamic-diary-entries):
15535 * calendar/calendar.el (calendar-cursor-to-date)
15536 (calendar-star-date):
15537 * calendar/diary-lib.el (diary-attrtype-convert)
15538 (mark-diary-entries, diary-entry-time):
15539 * calendar/solar.el (solar-get-number):
15540 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
15541 * emacs-lisp/re-builder.el (reb-display-subexp):
15542 * emulation/edt.el (edt-set-scroll-margins):
15543 * emulation/tpu-extras.el (tpu-set-scroll-margins):
15544 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
15545 (vip-get-ex-count):
15546 * emulation/viper-ex.el (viper-get-ex-token)
15547 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
15548 * international/fontset.el (fontset-plain-name):
15549 * mail/feedmail.el (feedmail-look-at-queue-directory):
15550 * mail/mailalias.el (mail-get-names):
15551 * mail/rmail.el (rmail-convert-to-babyl-format):
15552 * mail/rmailsum.el (rmail-make-basic-summary-line)
15553 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
15554 (rmail-summary-goto-msg):
15555 * mail/smtpmail.el (smtpmail-read-response):
15556 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
15557 (ange-ftp-vms-add-file-entry):
15558 * play/gametree.el (gametree-looking-at-ply)
15559 (gametree-current-branch-score):
15560 * progmodes/ada-xref.el (ada-prj-find-prj-file)
15561 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
15562 * progmodes/cperl-mode.el (condition-case):
15563 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
15564 (ebrowse-set-member-buffer-column-width)
15565 (ebrowse-select-1st-to-9nth):
15566 * progmodes/etags.el (etags-snarf-tag):
15567 * progmodes/flymake.el (flymake-parse-line):
15568 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
15569 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
15570 (idlwave-shell-menu-def):
15571 * progmodes/ps-mode.el (ps-run-goto-error):
15572 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
15573 (vhdl-speedbar-contract-level):
15574 * term/mac-win.el (x-handle-numeric-switch):
15575 * term/sun-mouse.el (sun-get-frame-data):
15576 * term/w32-win.el (x-handle-numeric-switch):
15577 * term/x-win.el (x-handle-numeric-switch):
15578 * textmodes/ispell.el (ispell-parse-output):
15579 * textmodes/nroff-mode.el (nroff-outline-level):
15580 * textmodes/reftex-cite.el (reftex-bib-sort-year)
15581 (reftex-bib-sort-year-reverse, reftex-format-citation):
15582 * textmodes/reftex-parse.el (reftex-init-section-numbers)
15583 (reftex-section-number):
44a91a68
JB
15584 * textmodes/texinfmt.el (texinfo-paragraphindent):
15585 Replace `string-to-int' by `string-to-number'.
027a4b6b 15586
cc211a0f
JB
15587 * international/latexenc.el: Add page marker to force the "Local
15588 Variables:" string out of the last page.
15589
c65a8e73
NR
155902005-05-16 Nick Roberts <nickrob@snap.net.nz>
15591
15592 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
15593 tooltip-change-major-mode.
15594 (gud-tooltip-print-command): Remove case where gud-minor-mode
15595 is gdb ("--fullname").
15596 (gud-tooltip-tips): Turn GUD tooltips off for this case and
15597 explain to user.
15598
97c66d74
JB
155992005-05-16 Jay Belanger <belanger@truman.edu>
15600
15601 * calc/calc-store.el (calc-copy-special-constant): New function.
15602
15603 * calc/calc-ext.el (calc-init-extensions): Add binding for
15604 `calc-copy-special-constant'.
15605
15606 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
15607 for the `calc-copy-special-constant' command.
15608
0f182ca2
NR
156092005-05-16 Nick Roberts <nickrob@snap.net.nz>
15610
15611 * subr.el (left-fringe-p): New function.
15612
e6467bba
NR
15613 * progmodes/compile.el (compilation-setup): Set local value of
15614 overlay-arrow-string to "" always.
52eb0373
JB
15615 (compilation-set-window): Left fringe then don't scroll.
15616 No left fringe then no arrow and scroll message to top.
0f182ca2
NR
15617 (compilation-context-lines): Adjust doc string accordingly.
15618
bffc3c6e
KS
156192005-05-16 Kim F. Storm <storm@cua.dk>
15620
15621 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
15622 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
15623 (ido-wide-find-dir-or-delete-dir): New command for M-d.
15624 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
15625 (ido-read-file-name): Handle commands with ido property value
15626 equal to find-file as reading a file name, to allow C-d to enter dired.
15627 (ibuffer-find-file): Add ido property with value find-file.
15628
294c599c
KS
156292005-05-15 Kim F. Storm <storm@cua.dk>
15630
15631 * subr.el (open-network-stream-nowait): Remove.
15632 (open-network-stream-server): Remove.
15633
85ddb888
RS
156342005-05-15 Richard M. Stallman <rms@gnu.org>
15635
f1bc6e52
RS
15636 * faces.el (describe-face): Output a definition link button.
15637
15638 * help-mode.el (help-face-def): New button type.
15639
02d9d682
RS
15640 * emacs-lisp/copyright.el (copyright-fix-years):
15641 Match properly if the first year is 2-digit.
15642 Don't mess up the whitespace after the years by filling.
15643
15644 * dired-aux.el (dired-mark-confirm):
15645 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
15646
15647 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
15648 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
15649 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
15650
85ddb888
RS
15651 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15652 Set font-lock-comment-start-skip.
15653
15654 * font-lock.el (font-lock-comment-start-skip): New variable.
15655 (font-lock-comment-end-skip): New variable.
15656 (font-lock-fontify-syntactically-region): Use them if non-nil.
15657
fcd6e601
JB
156582005-05-15 Jay Belanger <belanger@truman.edu>
15659
15660 * calc/calc-store.el (calc-store-value): Return a string rather
15661 than display it as a message.
15662 Use calc-var-name for variable name.
15663 (calc-store-into): Add the result of calc-store-value to message.
15664 (calc-copy-variable): Add a message.
15665 (calc-store-exchange): Improve error messages.
15666 (calc-store-binary, calc-store-map): Don't reset the values of
15667 special constants.
15668
af415106
LT
156692005-05-14 Luc Teirlinck <teirllm@auburn.edu>
15670
15671 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
15672 manual to docstring.
15673
15674 * files.el (hack-local-variables-confirm): Add STRING argument.
15675 Make the function handle non file visiting buffers correctly.
15676 (hack-local-variables-prop-line, hack-local-variables)
15677 (hack-one-local-variable): Use STRING arg of
15678 `hack-local-variables-confirm'.
15679
7177e2a3
MA
156802005-05-14 Michael Albinus <michael.albinus@gmx.de>
15681
15682 Sync with Tramp 2.0.49.
15683
11948172 15684 * net/tramp.el (tramp-handle-dired-call-process)
7177e2a3
MA
15685 (tramp-handle-insert-directory):`insert-buffer' cannot be used
15686 because the contents of the Tramp buffer is changed before
15687 insertion (`expand-file' and alike).
15688 (tramp-handle-insert-directory): If `localname' has an empty
15689 nondirectory name, it must not be quoted.
15690 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
15691 variable `tramp-chunksize'. Change callees.
15692 (tramp-open-connection-setup-interactive-shell): Check remote host
44a91a68
JB
15693 for buggy `send-process-string' implementation.
15694 Set `tramp-chunksize' if found. Reported by Michael Kifer
7177e2a3
MA
15695 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
15696 (tramp-handle-shell-command): `insert-buffer' cannot be used
15697 because the contents of the Tramp buffer is changed before
e0ad342f 15698 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7177e2a3
MA
15699 <frederic.bothamy@free.fr>.
15700 (tramp-set-auto-save): Actions should be done for Tramp file name
44a91a68
JB
15701 handler only. Ange-FTP has its own auto-save mechanism.
15702 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7177e2a3
MA
15703 (tramp-set-auto-save-file-modes): Set file modes of
15704 `buffer-auto-save-file-name' to ?\600 as fallback solution.
15705 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
15706 (tramp-bug): Remove obsolete variable.
15707 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
44a91a68 15708 for presence of `mml-mode'. Make it running for older Emacsen as well.
7177e2a3 15709
39c7eb8a
JPW
157102005-05-14 John Paul Wallington <jpw@pobox.com>
15711
7177e2a3 15712 * ibuf-ext.el (define-ibuffer-filter filename):
39c7eb8a
JPW
15713 If `dired-directory' is a list, use its car.
15714
157152005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
15716
15717 * ibuffer.el (define-ibuffer-column filename):
15718 If `dired-directory' is a list, use its car.
15719
bbf87c29
RS
157202005-05-14 Richard M. Stallman <rms@gnu.org>
15721
e72e5833
RS
15722 * subr.el (symbol-file): Doc fix.
15723
11efeb9b
RS
15724 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
15725 (byte-compile-form): Call byte-compile-nogroup-warn.
15726 (byte-compile-warning-types): Doc fix.
15727
d06ba294
RS
15728 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
15729
bbf87c29
RS
15730 * progmodes/cc-engine.el (c-literal-faces):
15731 Add font-lock-comment-delimiter-face.
15732
15733 * net/net-utils.el (dig): Use with-no-warnings.
15734
15735 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
15736 (sc-recite-frame-alist, sc-default-cite-frame)
15737 (sc-default-uncite-frame, sc-default-recite-frame)
7177e2a3 15738 (sc-attrib-selection-list, sc-rewrite-header-list):
bbf87c29
RS
15739 Mark as risky-local-variable.
15740
15741 * international/ogonek.el (ogonek-jak, ogonek-how):
15742 Don't use beginning-of-buffer.
15743
15744 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
15745
15746 * calendar/solar.el (solar-data-list): Move definition up.
15747
15748 * dnd.el (dnd-protocol-alist): Add autoload.
15749
15750 * progmodes/sh-script.el: Many doc usage fixes.
15751 (sh-indent-after-do): Change default to match common styles.
15752
043fa787
LT
157532005-05-13 Luc Teirlinck <teirllm@auburn.edu>
15754
15755 * files.el (interpreter-mode-alist)
15756 (auto-mode-interpreter-regexp): Doc fixes.
15757
90713743
NR
157582005-05-13 Matt Hodges <MPHodges@member.fsf.org>
15759
44a91a68 15760 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
90713743
NR
15761
15762 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
15763
d90b02af
JD
157642005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15765
15766 * dired.el (dired-mode): make-variable-buffer-local =>
44a91a68 15767 make-local-variable.
d90b02af 15768
5063dbbf
YM
157692005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15770
15771 * term/mac-win.el (mac-select-convert-to-string): Try coding
15772 systems in mac-script-code-coding-systems if specified one cannot
15773 encode string for `com.apple.traditional-mac-plain-text'.
15774
27a7c83f
DP
157752005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
15776
15777 * progmodes/make-mode.el (makefile-targets-face)
15778 (makefile-shell-face, makefile-makepp-perl-face): New faces.
15779 (makefile-dependency-regex): Fix it to not make the colon in
15780 $(var:a=b) special.
15781 (makefile-rule-action-regex): New regexp for highlighting embedded
15782 Shell strings.
15783 (makefile-macroassign-regex): Handle != for highlighting as
15784 embedded Shell strings.
15785 (makefile-var-use-regex): New const.
15786 (makefile-statements, makefile-automake-statements)
15787 (makefile-gmake-statements, makefile-makepp-statements)
15788 (makefile-bsdmake-statements): New consts.
15789 (makefile-make-font-lock-keywords): New function.
15790 (makefile-automake-font-lock-keywords)
15791 (makefile-gmake-font-lock-keywords)
15792 (makefile-makepp-font-lock-keywords)
15793 (makefile-bsdmake-font-lock-keywords): New consts.
15794 (makefile-mode-map): Add switchers between the various submodes.
15795 (makefile-mode): Document the availability of the variants.
15796 (makefile-automake-mode, makefile-gmake-mode)
15797 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
15798
15799 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
15800 new variants of makefile-mode.
15801
3989c3e7
SM
158022005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15803
15804 * font-lock.el (font-lock-comment-delimiter-face): Fix up
15805 the inheritance.
15806
0cc61511
LT
158072005-05-12 Luc Teirlinck <teirllm@auburn.edu>
15808
0de01c28
LT
15809 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
15810 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
15811
0cc61511
LT
15812 * files.el (normal-mode): Extend the scope of the
15813 `enable-local-variables' binding to include the `set-auto-mode' call.
15814 (magic-mode-alist): Doc fix.
15815
bf2cea1d
SM
158162005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15817
15818 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
15819 font-lock-comment-face rather than copying its setting.
15820
e94dae7f
AS
158212005-05-12 Andreas Schwab <schwab@suse.de>
15822
15823 * eshell/esh-mode.el (eshell-send-input): Doc fix.
15824
19958124
LK
158252005-05-12 Lute Kamstra <lute@gnu.org>
15826
15827 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
15828 defcustom for the mode hook variable. Delete the last argument.
15829 * generic-x.el: Fix callers of define-generic-mode.
15830 (generic-x-modes): Delete group.
15831 (show-tabs-tab-face, show-tabs-space-face): Put them in the
15832 generic-x customization group.
15833
6da4411e
KS
158342005-05-12 Kim F. Storm <storm@cua.dk>
15835
15836 * font-lock.el (font-lock-negation-char-face): Default to "off".
15837
15838 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
15839 font-lock-negation-char-face to ! in !=.
15840
218cf475
MY
158412005-05-12 Masatake YAMATO <jet@gyve.org>
15842
15843 * add-log.el (find-change-log): Fix typos in the docstring
15844 of function.
15845
405cb12a
LK
158462005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15847
15848 * international/latexenc.el (latexenc-find-file-coding-system):
15849 Avoid `re-search-forward' when looking for input encoding because
15850 of speed and safety. Better regular expressions for recognizing
15851 input encoding. Limit a search for TeX-master/tex-main-file to
15852 the local variable section.
15853
8cec35c4
DN
158542005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
15855
15856 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
15857 syntax of $ to "'" (quote).
15858
1ed8284d
RS
158592005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
15860
15861 * dnd.el (dnd-protocol-alist): Improve custom type.
15862
15863 * dired.el (dired-dnd-protocol-alist): New variable.
15864 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
15865 `dired-mode-hook' to the end.
15866
3989c3e7
SM
158672005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
15868
15869 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
15870 comment-end if comment-start-skip is not set.
15871 Obey the font-lock-comment-delimiter-face variables.
15872
b71813cb
SM
158732005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
15874
ca19f3f1
AS
15875 * files.el (executable-find): Move from executable.el. Use
15876 locate-file.
ba47dcb2
SM
15877 * progmodes/executable.el (executable-find): Move to files.el.
15878
b71813cb
SM
15879 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
15880 when trying to ensure forward progress.
15881
1f9d439a
KS
158822005-05-11 Chong Yidong <cyd@stupidchicken.com>
15883
15884 * mouse-sel.el (mouse-sel-follow-link-p): New function.
15885 (mouse-select, mouse-select-internal, mouse-extend-internal):
15886 Use it to implement mouse-1-click-follows-link functionality.
15887
c50089c9
RS
158882005-05-11 Richard M. Stallman <rms@gnu.org>
15889
15890 * font-lock.el (font-lock-fontify-syntactically-region):
15891 Use font-lock-comment-delimiter-face for comment delimiters.
15892
cfb79865
JB
158932005-05-10 Jay Belanger <belanger@truman.edu>
15894
15895 * calc/calc-help.el (calc-m-prefix-help): Add mention of
15896 preserving embedded modes.
15897
d101bf56
RS
158982005-05-10 Richard M. Stallman <rms@gnu.org>
15899
15900 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
15901
15902 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
ba47dcb2 15903 Move from ada-stmt.el.
d101bf56
RS
15904 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
15905
15906 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
b71813cb
SM
15907 Move to ada-mode.el.
15908 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
d101bf56
RS
15909
15910 * cus-edit.el (custom-file): Call file-chase-links.
15911
15912 * files.el (read-directory-name): Fix previous change.
af415106
LT
15913 (hack-local-variables-confirm): New function.
15914 (hack-local-variables-prop-line, hack-local-variables)
15915 (hack-one-local-variable): Use it.
d101bf56 15916
0003d2e3
LK
159172005-05-10 Lute Kamstra <lute@gnu.org>
15918
15919 * font-lock.el (font-lock-keywords-alist)
15920 (font-lock-removed-keywords-alist): Clarify docstrings.
15921
556dd15d
NR
159222005-05-10 Nick Roberts <nickrob@snap.net.nz>
15923
15924 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
15925 (gdb-source-info): Check for preprocessor info.
52eb0373 15926 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
556dd15d 15927 a macro for a function.
556dd15d 15928 (gdb-info-breakpoints-custom): Try to find file again if not already
52eb0373 15929 found (user might have used GDB dir command).
556dd15d
NR
15930 (gdb-get-location): Update gdb-location-alist correctly for change
15931 to gdb-info-breakpoints-custom.
15932
15933 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
15934 (gud-tooltip-print-command): Add gdbmi case.
15935 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
15936 preprocessor info.
15937
a8a64bf4
RS
159382005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
15939
15940 * startup.el (fancy-splash-insert): Fix typo in doc string.
15941
f1701e65
JB
159422005-05-09 Juanma Barranquero <lekktu@gmail.com>
15943
78640104
JB
15944 * obsolete/float.el (string-to-float):
15945 * obsolete/hilit19.el (hilit-add-pattern):
15946 * obsolete/rnews.el (news-parse-range, news-select-message)
15947 (news-get-pruned-list-of-files): Replace `string-to-int' by
15948 `string-to-number'.
15949
f1701e65
JB
15950 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
15951 `find-file-not-found-hooks'; use `add-hook'.
15952 (uncompress-while-visiting): Set `write-file-functions', not
15953 `write-file-hooks'; use `add-hook'.
15954
a0e6f952
KS
159552005-05-09 Kim F. Storm <storm@cua.dk>
15956
15957 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
15958 (cua-paste): Handle clipboard action.
15959 (cua--init-keymaps): Remap clipboard-kill-region and
15960 clipboard-kill-ring-save.
15961
c29d24ea
EZ
159622005-05-08 Eli Zaretskii <eliz@gnu.org>
15963
b659edce
SM
15964 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15965 Improve commentary.
906aee93 15966
c29d24ea
EZ
15967 * simple.el (next-error-overlay-arrow-position): Revert the change
15968 made on 2005-04-30.
15969
1d64910f
JB
159702005-05-07 Jay Belanger <belanger@truman.edu>
15971
15972 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
15973 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
15974 `calc-sel-reselect'.
15975
15976 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
15977 Calc is in embedded mode.
15978
55b958f0
EZ
159792005-05-07 Eli Zaretskii <eliz@gnu.org>
15980
b659edce
SM
15981 * progmodes/compile.el (compilation-setup):
15982 Set overlay-arrow-string to an empty string on text terminals.
6a4fb78f 15983
55b958f0
EZ
15984 * textmodes/ispell.el (ispell-program-name): Try looking for
15985 "aspell" along exec-path, and if found, use it as the default
15986 speller program.
15987
c2c51a11
EZ
159882005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
15989
b659edce
SM
15990 * international/mule.el (sgml-xml-auto-coding-function):
15991 Recognize encoding='FOO' in single quotes as well as in double quotes.
c2c51a11 15992
f1701e65 159932005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
a5ad278d
EZ
15994
15995 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
15996 as well as `interactive', so that defmacro* would recognize
15997 `declare' forms.
15998
e6469973
EZ
159992005-05-07 Eli Zaretskii <eliz@gnu.org>
16000
b659edce
SM
16001 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16002 Explain more about the LIGHTER arg's usage in the doc string.
16003 Add commentary to clarify what the code does. Fix the regexp that
e6469973
EZ
16004 strips whitespace from LIGHTER. Quote LIGHTER before using it,
16005 since it could have characters special to regular expressions.
16006
06df7f87
EZ
160072005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16008
16009 * replace.el (occur-1): Bind inhibit-read-only so that
16010 erase-buffer doesn't barf on read-only text properties (likewise
b659edce 16011 for add-text-properties in occur-engine). Mark buffer as unmodified.
06df7f87
EZ
16012 (occur-engine): Don't set buffer-read-only here.
16013
5f4d0dd9
SM
160142005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16015
16016 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
16017 list-buffers-directory. This caused the *cvs-commit* buffer to be
16018 sometimes mistakenly reused as a *cvs* buffer.
16019
ffdb022f
NR
160202005-05-07 Nick Roberts <nickrob@snap.net.nz>
16021
16022 * tooltip.el: Move code for GUD tooltips into gud.el.
16023 (require): CL no longer needed to compile case.
16024 (tooltip-mode): Do not toggle functions for GUD tooltips.
52eb0373 16025 (tooltip-gud-tips-p): Remove. Replace with minor mode
ffdb022f
NR
16026 gud-tooltip-mode in gud.el.
16027 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
16028 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
16029 tooltip-gud prefix with gud-tooltip and obsolete.
16030 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
16031 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
16032 (tooltip-mouse-motion): Mouse movement functions/variable.
16033 Rename in gud.el by adding gud prefix.
16034 (tooltip-gud-original-filter, tooltip-gud-dereference)
16035 (tooltip-gud-event, tooltip-toggle-gud-tips)
16036 (tooltip-gud-process-output, tooltip-gud-print-command)
52eb0373 16037 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
ffdb022f
NR
16038 gud.el by replacing tooltip-gud prefix with gud-tooltip.
16039 (gdb-tooltip-print): Move to gdb-ui.el.
16040
16041 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16042 (require): CL needed to compile case.
588c0770 16043 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
52eb0373 16044 tooltip-gud-tips-p. Make it a minor-mode.
ffdb022f
NR
16045 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16046 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16047 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16048 (gud-tooltip-change-major-mode)
16049 (gud-tooltip-activate-mouse-motions-if-enabled)
16050 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16051 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16052 (gud-tooltip-original-filter, gud-tooltip-dereference)
16053 (gud-tooltip-event, tooltip-toggle-gud-tips)
16054 (gud-tooltip-process-output, gud-tooltip-print-command)
5f4d0dd9 16055 (gud-tooltip-tips): Move from tooltip.el.
ffdb022f 16056
5f4d0dd9 16057 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
ffdb022f
NR
16058 (gdb-cpp-define-alist-flags): Doc fix.
16059 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16060 gud-tooltip-mode is t.
16061
64981116
SM
160622005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16063
16064 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16065 evaporate if their text is deleted.
16066 (goto-address-at-point): Make it work as a mouse binding as well.
16067 (goto-address-at-mouse): Obsolete it. Update users.
16068
860f2506
GM
160692005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
16070
16071 * calendar/appt.el (top-level): No longer activate on load.
16072
19f26a89
JB
160732005-05-06 Juanma Barranquero <lekktu@gmail.com>
16074
16075 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16076 * net/webjump.el (webjump):
16077 * progmodes/idlw-help.el (idlwave-do-context-help1)
16078 (idlwave-highlight-linked-completions):
64981116
SM
16079 * textmodes/po.el (po-find-file-coding-system-guts):
16080 Replace `assoc-ignore-case' by `assoc-string'.
19f26a89 16081
6ff95f1d
EZ
160822005-05-06 Eli Zaretskii <eliz@gnu.org>
16083
2c6b25c7
EZ
16084 * files.el (locate-file): Doc fix.
16085
38a300b1
EZ
16086 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16087 Remove the redundant test for ms-dos.
16088
ab3290cb
EZ
16089 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16090 look for the preprocessor with exec-suffixes. If not found in
16091 standard places, look in exec-path. Remove most of the tests that
16092 used system-type.
16093
6ff95f1d
EZ
16094 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16095
16096 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16097
16098 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16099 file-name clash with jka-compr.el on 8+3 filesystems.
16100
17d28d26
YM
161012005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16102
16103 * term/mac-win.el: Don't define or bind scroll bar functions if
16104 x-toolkit-scroll-bars is t.
ca19f3f1
AS
16105 (x-select-text, x-get-selection-value): Clear
16106 x-last-selected-text-clipboard if x-select-enable-clipboard is
16107 nil.
17d28d26
YM
16108 (PRIMARY): Put mac-scrap-name property.
16109 (mac-select-convert-to-file-url): New function.
16110 (public.file-url): New selection target type. Add to
16111 selection-converter-alist.
16112 (x-get-selection, x-selection-value): Handle it.
16113 (x-cut-buffer-or-selection-value): New alias.
16114
b659edce
SM
161152005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16116
16117 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
16118 entry to avoid calling bibtex-find-entry with arg global
16119 being t. Remove arg key.
16120 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
16121 (bibtex-copy-summary-as-kill): Change accordingly.
16122
161232005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16124
16125 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
16126 (org-agenda-date-later): Use with-current-buffer.
16127
643b4cf5
LT
161282005-05-05 Luc Teirlinck <teirllm@auburn.edu>
16129
16130 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
16131 (define-obsolete-variable-alias): Doc Fixes.
16132
dc1a7e26
KS
161332005-05-06 Kim F. Storm <storm@cua.dk>
16134
8a370783
KS
16135 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
16136 vertical-motion when selective-display is active.
16137
dc1a7e26
KS
16138 * ido.el (ido-setup-hook): New hook.
16139 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
16140 (ido-input-stack): New var.
52eb0373 16141 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
dc1a7e26
KS
16142 ido-next-work-file binding to M-O.
16143 Bind M-f to ido-wide-find-file-or-pop-dir.
16144 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
16145 (ido-read-internal): Run ido-setup-hook.
16146 Catch quit in read-file-name and read-string to cancel edit.
16147 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
16148 Automatically pop-all when completing a directory name (RET).
16149 (ido-file-internal): Add with-no-warnings around ffap and dired code.
16150 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
16151 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
64981116
SM
16152 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
16153 New functions for M-b/M-f to move among the directory components.
dc1a7e26
KS
16154 (ido-make-merged-file-list): Catch quit to cancel merge.
16155 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
16156 (ido-completion-help): No warnings for ido-completion-buffer-full.
10f518f7 16157
dc1a7e26 161582005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10f518f7 16159
dc1a7e26 16160 * font-lock.el (font-lock-negation-char-face): New face and variable.
10f518f7 16161 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10f518f7 16162 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10f518f7 16163 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10f518f7
DP
16164 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
16165
dc75b163
JB
161662005-05-05 Juanma Barranquero <lekktu@gmail.com>
16167
64981116
SM
16168 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
16169 Fix typo in docstring.
3fe26922 16170
1c1d2dc8
JB
16171 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
16172 (ebrowse-print-statistics-line)
16173 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
16174
dc75b163
JB
16175 * term/w32-win.el (image-library-alist): Add additional name for
16176 Xpm library.
16177
ae23f980
NR
161782005-05-05 Nick Roberts <nickrob@snap.net.nz>
16179
16180 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
16181 use gcc instead of cpp.
16182
16183 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3fe26922 16184 (gdb-create-define-alist): Use it.
19f26a89 16185 (gdb-cpp-define-alist-program): Update for MS-DOS.
ae23f980 16186
02636b9c
NR
161872005-05-04 Nick Roberts <nickrob@snap.net.nz>
16188
588c0770 16189 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
02636b9c 16190
01a50b51
KS
161912005-05-04 Richard M. Stallman <rms@gnu.org>
16192
d101bf56
RS
16193 * help.el (describe-key): No error when UNTRANSLATED is nil.
16194
01a50b51
KS
16195 * simple.el (line-move-1): Fix previous change to signal errors
16196 appropriately.
16197
fa2b23e5 161982005-05-03 Ulf Jasper <ulf.jasper@web.de>
832e0e22
GM
16199
16200 * calendar/icalendar.el (icalendar-version): Now at 0.12.
16201 (icalendar-duration-correction): Remove.
16202 (icalendar--get-event-properties): Split result at commas.
16203 (icalendar--decode-isoduration): New optional argument
16204 DURATION-CORRECTION.
fa2b23e5
KS
16205 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
16206 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
16207 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
16208 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
832e0e22
GM
16209 (icalendar--convert-anniversary-to-ical): New functions, extracted
16210 from icalendar-export-region, with bug fixes.
16211 (icalendar-export-region): Use the above functions.
16212 (icalendar-import-buffer): Check before saving diary file.
16213 (icalendar--convert-recurring-to-diary)
16214 (icalendar--convert-non-recurring-all-day-to-diary)
fa2b23e5
KS
16215 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
16216 extracted from icalendar--convert-ical-to-diary, with bug fixes.
832e0e22
GM
16217 (icalendar--convert-ical-to-diary): Use the above functions.
16218
be50a727
NR
162192005-05-03 Nick Roberts <nickrob@snap.net.nz>
16220
16221 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
16222 Remove these recent additions.
16223 (c-mode): Restore to before 2005-04-28.
16224
16225 * progmodes/cc-vars.el (cc-define-list-program): Remove this
16226 recent addition.
16227
16228 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
16229 (gdb-define-alist): New variables.
16230 (gdb-create-define-alist): New function.
16231 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
16232 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
16233 with string-to-number.
52eb0373 16234 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
be50a727
NR
16235
16236 * progmodes/gud.el: Replace string-to-int with string-to-number.
16237 (gud-find-file): Handle gdb-define-alist.
16238
16239 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
16240
bc446113
JB
162412005-05-02 Jay Belanger <belanger@truman.edu>
16242
fa2b23e5
KS
16243 * calc/calc-aent.el (math-read-token):
16244 * calc/calc-bin.el (calc-word-size):
16245 * calc/calc-ext.el (calc-read-number-fancy):
16246 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
bc446113 16247 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
fa2b23e5 16248 * calc/calc-frac.el (calc-over-notation):
bc446113 16249 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
fa2b23e5 16250 (calc-graph-num-points, calc-graph-init):
bc446113 16251 * calc/calc-prog.el (calc-read-parse-table-part)
fa2b23e5
KS
16252 (calc-edit-macro-repeats):
16253 * calc/calc-yank.el (calc-do-grab-rectangle):
16254 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
16255 Replace `string-to-int' by `string-to-number'.
bc446113 16256
e40527dc
KS
162572005-05-02 Kim F. Storm <storm@cua.dk>
16258
16259 * kmacro.el: Use executing-kbd-macro-index variable.
16260
9a479835
TTN
162612005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
16262
16263 * net/rlogin.el (rlogin-parse-words): Delete func.
16264 (rlogin): Use split-string, not rlogin-parse-words.
16265 Also, if there are option-like elements in the parsed args,
16266 take the host to be the first arg immediately following them.
16267 Suggested by Michael Mauger.
16268
f6b1b15a
LT
162692005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16270
16271 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
16272
975e5c47 162732005-05-02 Nick Roberts <nickrob@snap.net.nz>
9a479835 16274
975e5c47
NR
16275 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
16276 (cc-mode-cpp-program): Rename to cc-define-list-program and
16277 move to cc-vars.el.
f6b1b15a 16278
975e5c47 16279 * progmodes/cc-vars.el (cc-define-list-program):
52eb0373 16280 Change to "gcc -E -dM -". Make customizable.
975e5c47 16281
5c2e5a5e
KS
162822005-05-02 Kim F. Storm <storm@cua.dk>
16283
16284 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
16285
95bb5b56
NR
162862005-05-02 Nick Roberts <nickrob@snap.net.nz>
16287
b161ea4e
NR
16288 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
16289
95bb5b56
NR
16290 * international/mule-util.el (truncate-string): Remove alias and
16291 obsolete declaration.
16292
16293 * international/mule-cmds.el (update-iso-coding-systems):
16294 Remove alias and obsolete declaration.
16295
16296 * international/mule.el (coding-system-parent): Remove alias and
16297 obsolete declaration.
16298
16299 * subr.el (define-function, sref): Remove aliases and obsolete
16300 declarations.
16301 (chars-in-region): Remove obsolete declaration.
16302
ebbfa918
RS
163032005-05-01 Richard M. Stallman <rms@gnu.org>
16304
16305 * info.el (Info-mode): Set widen-automatically to nil, locally.
16306
16307 * simple.el (widen-automatically): New variable.
16308 (pop-global-mark): Obey widen-automatically.
16309
656c316d
DN
163102005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
16311
16312 * term/xterm.el (function-key-map): Call substitute-key-definition
5c2e5a5e 16313 before the keymap size is increased by a lot of define-key calls.
656c316d 16314
b2cfb30b
RS
163152005-05-01 Richard M. Stallman <rms@gnu.org>
16316
5c2e5a5e 16317 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
b2cfb30b
RS
16318 Rename ARG to ELEMENT. Doc fix.
16319
5c2e5a5e 163202005-05-01 Nick Roberts <nickrob@snap.net.nz>
9ded0282 16321
92bedc0e
NR
16322 * allout.el (allout-exposure): Remove macro and obsolete declaration.
16323 Remove references to allout-exposure/change to allout-new-exposure.
16324
9ded0282
NR
16325 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
16326 bytecode symbols.
16327
16328 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
16329 (compiled-function-p, focus-frame, unfocus-frame):
16330 Remove aliases and obsolete declarations.
52eb0373 16331 Back out inadvertent changes from previous commit.
9ded0282 16332
a87fdbbd
LT
163332005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16334
16335 * files.el (require-final-newline): Make Custom tags consistent
16336 with mode-require-final-newline.
16337 (mode-require-final-newline): Doc fix.
16338
af71d4c0 163392005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
0003d2e3
LK
16340
16341 * international/latexenc.el (latexenc-find-file-coding-system):
16342 Fix regular expressions.
16343
af71d4c0 163442005-05-01 David Kastrup <dak@gnu.org>
b7f29772
LK
16345
16346 * international/latexenc.el (latexenc-find-file-coding-system):
0003d2e3 16347 Fix regular expressions.
b7f29772 16348
bdf7ae41
NR
163492005-05-01 Nick Roberts <nickrob@snap.net.nz>
16350
16351 * subr.el (string-to-int): Make obsolete.
16352
0b1fc48a
RS
163532005-04-30 Richard M. Stallman <rms@gnu.org>
16354
7e995a23 16355 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
0b1fc48a
RS
16356
16357 * loadup.el: load jka-comp-hook.
16358
6ff95f1d 16359 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
0b1fc48a 16360 (jka-compr-handler): Add autoload. `put' calls moved
6ff95f1d
EZ
16361 to jka-comp-hook.el.
16362 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
0b1fc48a 16363 (jka-compr-inhibit): Autoload.
a87fdbbd 16364
0b1fc48a
RS
16365 * jka-comp-hook.el: New file.
16366 Enable the mode by default.
16367
16368 * files.el (backup-buffer-copy): Use copy-file instead
16369 of write-region, and put back the 'excl.
16370
163712005-04-30 Chong Yidong <cyd@stupidchicken.com>
16372
16373 * progmodes/flymake.el (flymake-split-string)
16374 (flymake-split-string, flymake-log, flymake-pid-to-names)
16375 (flymake-reg-names, flymake-get-source-buffer-name)
16376 (flymake-unreg-names, flymake-add-line-err-info)
16377 (flymake-add-err-info): Clarify docstrings.
16378 (flymake-popup-menu, flymake-make-emacs-menu)
16379 (flymake-make-xemacs-menu): Add docstrings.
16380 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
16381 Set variables directly throughout.
16382
80b61a0f
NR
163832005-04-30 Nick Roberts <nickrob@snap.net.nz>
16384
16385 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
588c0770 16386 exists. Initialize cc-define-alist.
80b61a0f 16387 (c-mode): Add cc-create-define-alist locally to after-save-hook.
898d58d7 16388 If there is no file (Macroexpansion) don't create an alist.
80b61a0f 16389
bb9c1f2a
SS
163902005-04-29 Sam Steingold <sds@gnu.org>
16391
16392 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
16393 (cc-create-define-alist): Use it instead of the hard-coded string.
16394
2d5e5eb8
SM
163952005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16396
16397 * international/mule-conf.el (file-coding-system-alist): Fix regexp
16398 for latexenc.
16399
57efa539
LK
164002005-04-29 Lute Kamstra <lute@gnu.org>
16401
16402 * emacs-lisp/generic.el: Improve commentary section.
16403 (define-generic-mode): Improve docstring.
16404
56c91423
CD
164052005-04-29 Carsten Dominik <dominik@science.uva.nl>
16406
b67a4e9f 16407 * textmodes/org.el (many places): Change to quiet the byte compiler.
56c91423
CD
16408 (org-prefix-format-compiled): New variable.
16409 (org-compile-prefix-format): New function.
b67a4e9f 16410 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
af71d4c0 16411 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
b67a4e9f
KS
16412 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
16413 (org-get-entries-from-diary): Use `org-get-time-of-day' for
56c91423 16414 consistency with entries from `org-mode' files.
b67a4e9f 16415 (org-get-time-of-day): Fix bug with partial matches early in a line.
56c91423
CD
16416 (org-non-link-chars): New constant.
16417 (org-link-regexp): Respect `org-non-link-chars'.
b67a4e9f
KS
16418 (org-agenda-day-view): Remove command.
16419 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
56c91423
CD
16420 (org-follow-bbdb-link, org-store-link): Search also company field.
16421 (org-highlight-overlay): New variable.
16422 (org-highlight, org-unhighlight): New functions.
b67a4e9f
KS
16423 (org-agenda-mode): Add pre-command-hook to remove highlight.
16424 (org-evaluate-time-range): Behavior depends upon whether time stamp
16425 contains a time or not.
56c91423
CD
16426 (org-show-subtree, org-show-entry): New functions.
16427 (org-agenda-cleanup-fancy-diary): Remove empty lines.
56c91423 16428
7eb6ede5
LT
164292005-04-28 Luc Teirlinck <teirllm@auburn.edu>
16430
16431 * comint.el (comint-output-filter-functions): Add autoload cookie.
16432
b7ce4173
KS
164332005-04-28 Kim F. Storm <storm@cua.dk>
16434
16435 * ido.el (ido-everywhere): Fix last change.
16436
0b606bb2
TTN
164372005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16438
16439 * international/latexenc.el: New file.
16440 * international/mule-conf.el (file-coding-system-alist): For .tex,
16441 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
16442
d79b6c21
LK
164432005-04-28 Lute Kamstra <lute@gnu.org>
16444
0a20b1dc
LK
16445 * font-lock.el (font-lock-add-keywords)
16446 (font-lock-remove-keywords): Clarify docstring.
16447 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
16448 Don't start docstrings with a `*'.
16449 (font-lock-update-removed-keyword-alist): Give it a docstring.
16450
d79b6c21
LK
16451 * generic-x.el: Update commentary section.
16452 Only require font-lock when compiling.
16453 Define all modes conditionally.
16454 Place all generic modes in the generic-x-modes customization group.
16455 (generic-x-modes): New customization group.
16456 (generic-default-modes, generic-mswindows-modes)
16457 (generic-unix-modes, generic-other-modes): New constants.
16458 (generic-define-mswindows-modes, generic-define-unix-modes):
16459 Update docstrings. Make them obsolete.
2d5e5eb8
SM
16460 (generic-extras-enable-list): New default value. Update docstring.
16461 Improve :type. Change :set function.
d79b6c21
LK
16462 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
16463 Fix docstring.
16464
2d5e5eb8
SM
16465 * emacs-lisp/generic.el (generic-mode-internal):
16466 Simplify font-lock-defaults.
817edb15 16467 (define-generic-mode): Fix docstring.
d79b6c21
LK
16468
164692005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16470
16471 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
16472 font-lock-face property to highlight matches.
16473
8c75afbf
NR
164742005-04-28 Nick Roberts <nickrob@snap.net.nz>
16475
52eb0373 16476 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8c75afbf 16477 (cc-define-alist): New variable.
588c0770 16478 (c-mode): Make it local and initialize it.
8c75afbf
NR
16479
16480 * progmodes/gdb-ui.el (gdb-active-process): New variable.
16481 (gdb-exited): New function.
16482 (gdb-annotation-rules): Use it.
16483 (gdb-starting): Set gdb-active-process to t.
16484 (gdb-stopping): Amend doc string.
16485 (gdb-reset): Set gdb-active-process to nil.
16486
16487 * tooltip.el (tooltip-gud-tips): Show the associated #define
16488 directives when a C program under GDB is not executing.
16489
b8a04883
SM
164902005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
16491
16492 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
16493 font-lock-fontify-syntactic-keywords.
16494
16495 * font-lock.el (font-lock-default-fontify-region): Don't force
16496 parse-sexp-lookup-properties to nil.
16497
a46f2d6d
EZ
164982005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
16499
16500 * man.el (man-mode-syntax-table): Set up `:' to have
16501 word-constituent syntax.
16502
b2b46494
LK
165032005-04-27 Lute Kamstra <lute@gnu.org>
16504
16505 * novice.el (disable-command): Don't add spurious newlines to the
16506 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
16507
a715531f
JB
165082005-04-26 Jay Belanger <belanger@truman.edu>
16509
16510 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
16511 than one window before deleting window.
16512
85ab9f4e
LT
165132005-04-26 Luc Teirlinck <teirllm@auburn.edu>
16514
16515 * shell.el (shell-prompt-pattern): Doc fix.
16516 (shell-mode): Set paragraph-separate buffer locally to "\\'".
16517
16518 * comint.el (comint-prompt-regexp, comint-get-old-input)
16519 (comint-use-prompt-regexp)
16520 (comint-use-prompt-regexp-instead-of-fields)
16521 (comint-replace-by-expanded-history, comint-send-input)
16522 (comint-output-filter, comint-get-old-input-default)
16523 (comint-line-beginning-position, comint-bol, comint-show-output)
16524 (comint-backward-matching-input, comint-forward-matching-input)
b8a04883
SM
16525 (comint-next-prompt, comint-previous-prompt):
16526 Rename `comint-use-prompt-regexp-instead-of-fields' to
85ab9f4e
LT
16527 `comint-use-prompt-regexp'. Keep old name as alias and declare
16528 obsolete.
16529 (comint-use-prompt-regexp): Shorten first line of doc string.
16530
16531 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
16532 Set paragraph-separate buffer locally to "\\'".
16533
16534 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
16535 Adapt to above name change.
16536
16537 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
16538 (smbclient-prompt-regexp): Ditto.
16539
16540 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
16541
19475957
NR
165422005-04-27 Nick Roberts <nickrob@snap.net.nz>
16543
16544 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
16545 gdb-location-list.
16546 Break lines that are over 80 characters wide.
16547
2231c2bc
SM
165482005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
16549
16550 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
16551 New fun and var, to preserve compatibility.
16552
16553 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
16554
165552005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
16556
16557 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
16558 name to file-newer-than-file-p.
16559
68a94f5a
RS
165602005-04-26 Richard M. Stallman <rms@gnu.org>
16561
f03f317a
RS
16562 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
16563
68a94f5a
RS
16564 * progmodes/python.el (python-mode):
16565 Use new name eldoc-documentation-function.
16566
16567 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
16568
16569 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16570 (eldoc-documentation-function):
2231c2bc 16571 Rename from eldoc-print-current-symbol-info-function. Calls changed.
68a94f5a 16572
c9c1312d
NR
165732005-04-26 Nick Roberts <nickrob@snap.net.nz>
16574
16575 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
16576
35b1b8ab
DN
165772005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
16578
16579 * term/xterm.el (function-key-map): Fix strings for
2231c2bc 16580 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
35b1b8ab
DN
16581 {C,S,A,C-S}-{f1-f12}.
16582
bc10bcbd
KH
165832005-04-26 Kenichi Handa <handa@m17n.org>
16584
2231c2bc
SM
16585 * international/mule-cmds.el (select-safe-coding-system):
16586 Fix previous change.
bc10bcbd 16587
ec1e11a9
LK
165882005-04-26 Lute Kamstra <lute@gnu.org>
16589
c25eec81
LK
16590 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
16591
16592 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
16593 (font-lock-comment-delimiter-face): Ditto.
16594
ec1e11a9
LK
16595 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
16596
2b2920a9
JB
165972005-04-25 Jay Belanger <belanger@truman.edu>
16598
16599 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
16600 to t while inserting information; use help-mode.
16601
c9b630f7
DN
166022005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
16603
16604 * term.el (ansi-term-color-vector): Use the xterm colors.
52eb0373 16605 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
c9b630f7 16606
8ba81e93
LK
166072005-04-25 Lute Kamstra <lute@gnu.org>
16608
16609 * font-core.el (font-lock-defaults): Fix docstring.
16610
16611 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
16612
901ae597
KH
166132005-04-25 Kenichi Handa <handa@m17n.org>
16614
2231c2bc
SM
16615 * international/mule-cmds.el (select-safe-coding-system):
16616 Don't check consistency with coding: spec, etc if raw-text or
901ae597
KH
16617 no-conversion was found to be safe.
16618
a6390474
RS
166192005-04-24 Richard M. Stallman <rms@gnu.org>
16620
16621 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
16622 citation markers at start of each line.
16623
16624 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
16625 citation markers at start of each line.
16626
16627 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
16628
16629 * files.el (mode-require-final-newline): Fix previous change.
16630 (require-final-newline): Fix type label.
16631
2538808f
GM
166322005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16633
16634 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
16635 statement in buffer (broken by 2004-11-24 change).
16636
456986fd
KS
166372005-04-24 Kim F. Storm <storm@cua.dk>
16638
16639 * ido.el (ido-everywhere): Save and restore old read-buffer-function
16640 and read-file-name-function values. Don't overwrite existing
16641 non-nil values if ido-mode is enabled without ido-everywhere.
16642
e5baf107
LT
166432005-04-24 Luc Teirlinck <teirllm@auburn.edu>
16644
16645 * files.el (mode-require-final-newline): Minor doc fix.
16646
1441edfe
EZ
166472005-04-24 Eli Zaretskii <eliz@gnu.org>
16648
9d1ffd5a 16649 * subr.el (syntax-after): Doc fix.
f3714ab2
EZ
16650 (syntax-class): If argument is nil, return nil. Mask off upper 16
16651 bits, not 8 bits.
9d1ffd5a 16652
1441edfe
EZ
16653 * files.el (mode-require-final-newline): Doc fix.
16654 (backup-buffer-copy): Fix last change.
16655
49ed33c7
YM
166562005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16657
16658 * term/mac-win.el: Require select. Set selection-coding-system to
16659 mac-system-coding-system. Call menu-bar-enable-clipboard.
16660 (x-last-selected-text-clipboard, x-last-selected-text-primary)
16661 (x-select-enable-clipboard): New variables.
16662 (x-select-text, x-get-selection, x-selection-value)
16663 (x-get-selection-value, mac-select-convert-to-string)
16664 (mac-services-open-file, mac-services-open-selection)
16665 (mac-services-insert-text): New functions.
16666 (CLIPBOARD, FIND): Put mac-scrap-name property.
16667 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
16668 (public.tiff): Put mac-ostype property.
16669 (selection-converter-alist): Add entries for them.
16670 (mac-application-menu-map): New keymap.
16671 (interprogram-cut-function, interprogram-paste-function): Set to
16672 x-select-text and x-get-selection-value, respectively.
16673 (split-window-keep-point): Set to t.
16674
469bc679
RS
166752005-04-23 Richard M. Stallman <rms@gnu.org>
16676
16677 * files.el (read-directory-name): Always pass non-nil
16678 DEFAULT-FILENAME arg to read-file-name.
16679 (backup-buffer-copy, basic-save-buffer-2): Take care against
16680 writing thru an unexpected existing symlink.
16681 (revert-buffer): In indirect buffer, revert the base buffer.
16682 (magic-mode-alist): Doc fix.
16683 (buffer-stale-function): Doc fix.
16684 (minibuffer-with-setup-hook): Avoid warning.
16685 (mode-require-final-newline): Doc and custom fix.
e5baf107 16686
469bc679
RS
16687 * follow.el (follow-end-of-buffer): Use with-no-warnings.
16688
16689 * font-lock.el (font-lock-comment-face): On terminals with few colors,
16690 use the default appearance.
16691 (font-lock-comment-delimiter-face): New face, new variable.
16692
16693 * imenu.el (imenu--generic-function): The official position of a
16694 definition is the start of the line that BEG is in.
16695
16696 * midnight.el (midnight-timer): Move defvar up.
16697
16698 * mouse.el (mouse-drag-region-1): Delete some debugging code.
16699
16700 * saveplace.el (save-place-to-alist): Use with-no-warnings.
16701
16702 * startup.el (command-line): Use with-no-warnings.
16703
16704 * window.el (window-size-fixed): New defvar.
16705
16706 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
16707
e5baf107 16708 * mail/rmail.el (rmail-font-lock-keywords):
469bc679
RS
16709 Use font-lock-comment-delimiter-face.
16710
16711 * mail/sendmail.el (mail-font-lock-keywords):
16712 Use font-lock-comment-delimiter-face.
16713
16714 * progmodes/compile.el (next-error-highlight-timer): New defvar.
16715
167162005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
16717
e5baf107 16718 * progmodes/compile.el (compilation-mode-font-lock-keywords):
469bc679
RS
16719 Specify t for LAXMATCH when matching directories.
16720 Save match data around compilation-compat-error-properties form.
16721
1639cc2e
DK
167222005-04-23 David Kastrup <dak@gnu.org>
16723
16724 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
16725 Mention that the autoloaded aliases should be kept for AUCTeX.
16726
d379c558
AS
167272005-04-23 Andreas Schwab <schwab@suse.de>
16728
16729 * isearch.el (isearch-forward): Doc fix.
16730
4739237d
EZ
167312005-04-23 Eli Zaretskii <eliz@gnu.org>
16732
16733 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
16734 (jit-lock-stealth-nice): Change default value to 0.5.
16735
71baa28f
EZ
167362005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
16737
16738 * abbrev.el (write-abbrev-file): Write table entries in
16739 alphabetical order by table name.
16740
e271742d
KS
167412005-04-22 Kim F. Storm <storm@cua.dk>
16742
16743 * ido.el (ido-read-internal): Fix `list' completion.
16744
9a9c3a4b
KH
167452005-04-22 Kenichi Handa <handa@m17n.org>
16746
16747 * recentf.el (recentf-save-file-coding-system): New variable.
16748 (recentf-save-list): Encode the file by
16749 recentf-save-file-coding-system and add coding: tag.
16750
230e1e80
NR
167512005-04-22 Nick Roberts <nickrob@snap.net.nz>
16752
16753 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
16754
e1573595
LK
167552005-04-21 Lute Kamstra <lute@gnu.org>
16756
9721d904
LK
16757 * loadhist.el (unload-feature): Don't remove a function from hooks
16758 if it is about to be restored to an autoload . Remove functions
16759 that will become unbound from auto-mode-alist. Simplify the code.
16760
2c7b5da1
LK
16761 * subr.el (assq-delete-all): New implementation that is linear,
16762 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
16763 (rassq-delete-all): New function.
16764
2231c2bc
SM
16765 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
16766 Add size-indication-mode.
e1573595 16767
2375e71a
KH
167682005-04-21 Kenichi Handa <handa@m17n.org>
16769
16770 * international/mule-cmds.el: Add autoload for widget-value in
2231c2bc 16771 eval-when-compile.
2375e71a 16772
8e447172
NR
167732005-04-21 Nick Roberts <nickrob@snap.net.nz>
16774
e271742d 16775 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8e447172
NR
16776 Add tooltip-mode.
16777
16778 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
16779
fcd9d525
LT
167802005-04-20 Luc Teirlinck <teirllm@auburn.edu>
16781
16782 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
16783 (inferior-lisp-filter-regexp, inferior-lisp-program)
16784 (inferior-lisp-load-command, inferior-lisp-prompt)
16785 (inferior-lisp-mode-hook, lisp-source-modes)
16786 (inferior-lisp-load-hook): defvar->defcustom.
16787 (inferior-lisp-program, inferior-lisp-prompt)
16788 (inferior-lisp-load-hook): Doc fixes.
16789 (inferior-lisp-install-letter-bindings): Small change in
16790 introductory comment.
16791
57428691
DN
167922005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
16793
16794 * vc.el (vc-annotate-color-map): Change some colors so that text
16795 using them as foreground is readable on both white and black
16796 backgrounds.
16797
c791cb54
SM
167982005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16799
16800 * international/mule-conf.el (translation-table-for-input):
16801 Remove redundant declaration.
16802
396fdf3c
NR
168032005-04-20 Nick Roberts <nickrob@snap.net.nz>
16804
16805 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
16806
16807 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
16808 (tooltip-toggle-gud-tips): New function.
16809
37c5c4a7
YM
168102005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16811
16812 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
16813 right angle brackets.
16814
64cb0f82
NR
168152005-04-20 Nick Roberts <nickrob@snap.net.nz>
16816
16817 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
16818
95ed7b42
SM
168192005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
16820
b8471a02
SM
16821 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
16822 Remove. Update callers to use expand-file-name instead.
16823
95ed7b42
SM
16824 * subr.el (syntax-class): New function.
16825
16826 * simple.el (blink-matching-open): Use it.
16827
16828 * paren.el (show-paren-function): Use it to recognize parens that are
16829 also used in 2-char comment markers.
16830
191652f8
LK
168312005-04-19 Lute Kamstra <lute@gnu.org>
16832
16833 * loadhist.el (unload-feature): Update for new format of
16834 load-history. Simplify the code.
16835
327a3376
YM
168362005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16837
16838 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
16839 (mac-add-charset-info): New function. Initialize variable
16840 mac-charset-info-alist using it.
16841 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
16842 for translation.
16843 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
95ed7b42
SM
16844 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
16845 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
16846 New CCL programs.
327a3376 16847
5827e9d4
KS
168482005-04-19 Kim F. Storm <storm@cua.dk>
16849
16850 * simple.el (next-buffer, prev-buffer, next-error)
16851 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16852 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
16853
16854 * bindings.el (next-buffer, prev-buffer, next-error)
16855 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16856 (clone-indirect-buffer-other-window): Move bindings from simple.el.
16857 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
16858 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
16859
e5feeb31
SM
168602005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16861
16862 * isearch.el (isearch-edit-string): Make the search-ring available for
16863 minibuffer history commands.
16864 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
16865 the default history commands now work just as well.
16866 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
16867
77580d18
KS
168682005-04-18 Kim F. Storm <storm@cua.dk>
16869
16870 * emulation/cua-base.el (cua--pre-command-handler): Add more
16871 elaborate check for shift modifier on non-window systems.
16872
adbb89ef
LH
168732005-04-18 Lars Hansen <larsh@math.ku.dk>
16874
16875 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
16876
2e764c66
KS
168772005-04-18 Kim F. Storm <storm@cua.dk>
16878
16879 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
16880 and make it optional. Don't test tooltip-gud-echo-area here.
e5feeb31
SM
16881 (tooltip-gud-process-output, gdb-tooltip-print):
16882 Pass tooltip-gud-echo-area to tooltip-show.
cae07240 16883 (tooltip-help-tips): Remove second optional arg to tooltip-show.
2e764c66 16884
3f4413f8
YM
168852005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16886
16887 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
16888 `display-graphic-p' may not be bound yet.
16889
742220b6
LT
168902005-04-17 Luc Teirlinck <teirllm@auburn.edu>
16891
16892 * startup.el (command-line): No longer enable Xterm Mouse mode by
16893 default in terminals compatible with xterm.
16894
16895 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
16896
01c515bb
NR
168972005-04-18 Nick Roberts <nickrob@snap.net.nz>
16898
16899 * tooltip.el (tooltip-gud-echo-area): Rename from
16900 tooltip-use-echo-area.
16901 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
16902 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
16903 area independently of where help tooltips are displayed.
16904
bbeb3055
DK
169052005-04-17 David Kastrup <dak@gnu.org>
16906
16907 * cus-theme.el (custom-theme-write-variables): Quote variables
16908 where necessary.
16909
ec0cf966
RS
169102005-04-17 Richard M. Stallman <rms@gnu.org>
16911
9e60c724
RS
16912 * simple.el (yank-excluded-properties): Add follow-link to value.
16913
ec0cf966
RS
16914 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
16915
16916 * startup.el (fancy-splash-max-time): Just 30 seconds.
16917 (fancy-splash-delay): Just 7.
16918 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
16919
16920 * loadhist.el (unload-feature): Update for new format of load-history.
16921 Simplify the code.
16922
16923 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
16924 (rmail-font-lock-keywords): Don't fontify the text of a citation.
16925
16926 * mail/sendmail.el (mail-font-lock-keywords):
16927 Don't fontify subject text.
16928 Don't fontify the text of a citation.
16929
169302005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
16931
16932 * comint.el (comint-output-filter): Run comint-output-filter-functions
16933 with point where the user had it.
16934
b72c5a86
SM
169352005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16936
16937 * international/ucs-tables.el (ucs-set-table-for-input):
16938 Disable when using unify-on-decoding.
16939
fbcaad36
DN
169402005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
16941
16942 * emulation/cua-base.el (cua-global-mark-face): Add special case
16943 for displays supporting a high number of colors.
16944
ccb9871d
EZ
169452005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16946
b72c5a86 16947 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
ccb9871d 16948
3d70f279
EZ
169492005-04-16 Chong Yidong <cyd@stupidchicken.com>
16950
16951 * filesets.el (filesets-add-buffer): If user supplies a name of a
16952 non-existing fileset, create a new fileset.
16953
bf94eed3
CD
169542005-04-16 Carsten Dominik <dominik@science.uva.nl>
16955
b72c5a86 16956 * textmodes/org.el (org-up-heading-all): Fix bug with
742220b6 16957 `outline-up-heading-all'.
bf94eed3 16958
a35d9075
AS
169592005-04-16 Andreas Schwab <schwab@suse.de>
16960
16961 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
16962 /etc/permissions.d/* and /etc/aliases.d/*.
16963
5f400376
KH
169642005-04-16 Kenichi Handa <handa@m17n.org>
16965
b72c5a86
SM
16966 * international/code-pages.el (cp-make-coding-system):
16967 Set `translation-table-for-input' property value to the symbol
5f400376
KH
16968 ucs-mule-to-mule-unicode, not to that value.
16969 (pt154): Escape guillemet by `\'.
16970
9e5b2858
LT
169712005-04-15 Luc Teirlinck <teirllm@auburn.edu>
16972
16973 * loadup.el: Load tooltip if x-show-tip is fboundp.
16974
16975 * startup.el (command-line): Add comment.
16976
16977 * tooltip.el (tooltip-mode): Specify correct standard value for
16978 Custom in init-value.
16979
3698ff2e
NR
169802005-04-15 Nick Roberts <nickrob@snap.net.nz>
16981
16982 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
16983 possible.
16984
a9f07b61
CD
169852005-04-15 Carsten Dominik <dominik@science.uva.nl>
16986
fe38e3b0 16987 * textmodes/org.el (org-agenda-date-prompt): Rename from
a9f07b61
CD
16988 `org-agenda-date-today'.
16989 (org-evaluate-time-range): Insert at point instead of directly
16990 after time range.
16991 (org-first-headline-recenter, org-subtree-end-visible-p)
16992 (org-optimize-window-after-visibility-change): New functions
16993 (org-agenda-post-command-hook): Don't allow point at end of line,
16994 to make sure it always hits the text properties.
b72c5a86
SM
16995 (org-agenda-next-date-line, org-agenda-previous-date-line):
16996 New commands.
a9f07b61 16997 (org-set-regexps-and-options): Category may contain white space.
b72c5a86
SM
16998 (org-agenda-get-deadlines, org-agenda-get-scheduled):
16999 Improve marker positions.
a9f07b61
CD
17000 (org-agenda-new-marker): Argument POS made optional.
17001 (org-agenda-get-timestamps): Deadlines which are done are listed
17002 in org-done-face now.
17003 (org-agenda-get-todos, org-agenda-get-timestamps)
b72c5a86
SM
17004 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17005 Set `undone-face' and `done-face' properties.
a9f07b61
CD
17006 (org-last-todo-state-is-todo): New variable.
17007 (org-todo): Set `org-last-todo-state-is-todo'.
17008 (org-agenda-todo): Change face according to
588c0770 17009 `org-last-todo-state-is-todo'. And change other lines referring to
a9f07b61
CD
17010 the same entry.
17011 (org-calendar-goto-agenda): New command.
17012 (org-calendar-to-agenda-key): New option.
17013 (org-startup-folded): New allowed value `content'.
17014 (org-set-regexps-and-options): Accept new value `content' for
17015 `org-startup-folded'.
17016 (org-get-current-options): Handle new value `content' for
17017 `org-startup-folded'.
17018 (org-insert-todo-heading): New command.
17019 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
17020 interactively in empty file and option
17021 `org-insert-mode-line-in-empty-file' has been set.
af71d4c0 17022 (org-agenda-todo, org-agenda-priority): Modify to use
a9f07b61 17023 `org-agenda-change-all-lines'.
b72c5a86 17024 (org-warning-face): Change color on dark background
a9f07b61 17025
c6588b4e
YM
170262005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17027
17028 * international/mule-cmds.el (set-locale-environment): On Mac OS,
17029 use preferences AppleLocale and AppleLanguages, and variable
17030 mac-system-locale for default locale. On Mac OS Classic, use
17031 mac-system-coding-system for default coding systems.
17032
b72c5a86
SM
17033 * term/mac-win.el: Don't set file-name-coding-system.
17034 Decode variables system-name, emacs-build-system, user-login-name, and
c6588b4e
YM
17035 user-full-name by mac-system-coding-system on Mac OS Classic.
17036 (mac-system-coding-system): New variable.
17037
b3a623d0
LT
170382005-04-13 Luc Teirlinck <teirllm@auburn.edu>
17039
17040 * startup.el (command-line): Handle `xterm-mouse-mode' before
17041 reading init file.
4d727d1a
LT
17042
17043 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
b3a623d0 17044
328fc313
GM
170452005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17046
17047 * progmodes/sh-script.el (sh-here-document-word): Make it a
17048 defcustom. Doc fix.
17049 (sh-add): Bash uses $(( )) for arithmetic.
17050 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17051 (sh-maybe-here-document): Remove quotes and leading whitespace
17052 from heredoc word when closing. Indent heredoc with tabs if word
17053 starts with "-".
17054
0047373b
RS
170552005-04-13 Richard M. Stallman <rms@gnu.org>
17056
17057 * simple.el (undo): Fix previous change.
17058
17059 * custom.el (defface): Doc fix.
17060
a2d66c78
LK
170612005-04-13 Lute Kamstra <lute@gnu.org>
17062
5c156fdf
LK
17063 * Makefile.in (DONTCOMPILE): Remove list.
17064 (compile, compile-always): Don't use DONTCOMPILE.
17065 (update-authors): Load the library in which batch-update-authors
17066 is defined.
17067 * makefile.w32-in (DONTCOMPILE): Remove list.
17068 (compile, compile-always): Fix comments.
17069 (update-authors): Load the library in which batch-update-authors
17070 is defined.
17071
a2d66c78
LK
17072 * generic-x.el (generic-mode-ini-file-find-file-hook):
17073 Rename to ini-generic-mode-find-file-hook.
17074 Keep generic-mode-ini-file-find-file-hook as an alias.
17075 (ini-generic-mode-find-file-hook): Rename from
17076 generic-mode-ini-file-find-file-hook. Fix docstring.
17077 (ini-generic-mode): Docstring change.
17078 (bat-generic-mode-run-as-comint): Silence the byte compiler.
17079
17080 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17081 called from lisp.
17082
17083 * generic.el: Move to the emacs-lisp subdir.
17084
759e9f0c
DN
170852005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17086
17087 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17088 and C-S- function and cursor motion keys.
17089
dc56fc01
LT
170902005-04-12 Luc Teirlinck <teirllm@auburn.edu>
17091
17092 * startup.el (command-line): Enable Xterm Mouse mode by default.
17093 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
ed77be1d
LT
17094 for Custom. No longer show "Mouse" in mode line when enabled.
17095 Doc fix.
dc56fc01 17096
d50285de
KS
170972005-04-12 Kim F. Storm <storm@cua.dk>
17098
17099 * emulation/cua-base.el (cua-rectangle-face)
17100 (cua-rectangle-noselect-face): Define face attributes here.
17101
17102 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17103
ed0fb1f1
JD
171042005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17105
17106 * startup.el (command-line): Turn off blinking cursor if
17107 cursorBlink in resources is off or false.
17108
a56e6111
YM
171092005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17110
17111 * term/mac-win.el (dnd): Require dnd.
17112 (mac-drag-n-drop): Call dnd-handle-one-url.
b7461be9
YM
17113 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17114 (kTextEncodingISOLatin2): Remove constants.
17115 (mac-script-code-coding-systems): New constant.
17116 (mac-handle-language-change): New function.
17117 (special-event-map): Bind it to `language-change' event.
17118 (mac-centraleurroman, mac-cyrillic): New coding systems.
17119 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
17120 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
17121 and mac-cyrillic-encoder to encode-mac-centraleurroman and
17122 encode-mac-cyrillic, respectively.
a56e6111 17123
a1b6a089
NR
171242005-04-12 Nick Roberts <nickrob@snap.net.nz>
17125
17126 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
17127 Don't set overlay-arrow-string to "=>" as this is done
17128 globally in C now.
17129
4d88e0ad
LK
171302005-04-12 Lute Kamstra <lute@gnu.org>
17131
b72c5a86
SM
17132 * generic-x.el (rc-generic-mode, rul-generic-mode):
17133 Fix auto-mode-alist entries.
4d88e0ad
LK
17134 (etc-fstab-generic-mode): Tweak fontification.
17135
17136 * generic.el (generic-make-keywords-list): Fix docstring.
17137 (generic-mode-internal): Simplify generic-font-lock-keywords.
17138
df5e8d2c
RV
171392005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17140
b72c5a86 17141 * whitespace.el (whitespace-buffer-leading)
2231c2bc
SM
17142 (whitespace-buffer-trailing): Revert the incorrect test inversion.
17143 However, fix the highlight area for the leading and
df5e8d2c
RV
17144 trailing whitespaces to show space.
17145
7a15a271
RV
171462005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17147
17148 * whitespace.el (whitespace-version): Bump to 3.5
17149
b72c5a86
SM
17150 (whitespace-buffer-leading, whitespace-buffer-trailing):
17151 Invert sense of the test to highlight the whitespace.
7a15a271 17152
c80b3945
NR
171532005-04-12 Nick Roberts <nickrob@snap.net.nz>
17154
17155 * progmodes/gud.el (gud-display-line): GUD uses its own
17156 overlay arrow now so don't set overlay-arrow-string.
17157 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
17158
22c061d6
DN
171592005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
17160
17161 * term.el (term-ansi-current-bold, term-ansi-current-underline)
17162 (term-ansi-current-reverse, term-ansi-current-invisible)
17163 (term-ansi-face-already-done): Change to boolean.
17164 (term-reset-terminal, term-handle-colors-array): Handle the above
17165 vars accordingly.
17166 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
17167 (term-emulate-terminal): Use the new name.
17168
17169 * faces.el (secondary-selection): Use yellow1, not yellow.
17170 (trailing-whitespace): Use red1, not red.
17171
b438e670
JD
171722005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17173
17174 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
17175 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
17176 (dired-dnd-handle-file): Call dnd-get-local-file-uri
17177
17178 * cus-edit.el (dnd): New group.
17179
17180 * term/w32-win.el (dnd): Require dnd
17181 (w32-drag-n-drop): Call dnd-handle-one-url.
17182
17183 * x-dnd.el: Require dnd.
b72c5a86
SM
17184 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
17185 Call dnd-handle-one-url.
b438e670
JD
17186 (x-dnd-types-alist, x-dnd-insert-utf8-text)
17187 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
17188 to dnd-insert-text.
4d88e0ad
LK
17189 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
17190 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
fe38e3b0 17191 (x-dnd-get-local-file-name, x-dnd-open-local-file)
b72c5a86 17192 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
b438e670
JD
17193
17194 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
17195
0047373b 171962005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
a8f8c390
SM
17197
17198 * wdired.el: Doc fixes.
17199 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
17200 (wdired-use-dired-vertical-movement): Rename from
17201 wdired-always-move-to-filename-beginning.
17202 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
17203 (wdired-change-to-wdired-mode): Change mode name.
17204 (wdired-newline): Delete.
17205
713c9020
RS
172062005-04-11 Richard M. Stallman <rms@gnu.org>
17207
7dbe67a4
RS
17208 * whitespace.el (whitespace-highlight-the-space):
17209 Don't call whitespace-unhighlight-the-space here.
17210
713c9020
RS
17211 * simple.el (undo): Record t in undo-equiv-table
17212 for the redo record made by an undo-in-region.
17213
45bd9a1a
NR
172142005-04-12 Nick Roberts <nickrob@snap.net.nz>
17215
17216 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
17217 (gdb-frame-inferior-io-buffer): New Functions to control
17218 display of separate IO buffer.
17219 (menu): Add them to menu-bar.
17220 (gdb-display-buffer): Check for buffer another frame.
17221 Protect GUD buffer.
17222 (gdb-setup-windows): Create IO buffer if not already there.
17223 (gdb-memory-mode): Remove purecopy noops.
17224
055e0d88
GM
172252005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
17226
17227 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
17228 and pass to self-insert-command.
17229
9285b8bc
LK
172302005-04-11 Lute Kamstra <lute@gnu.org>
17231
17232 * generic.el: Commentary section cleanup.
17233 (generic): Delete.
17234 (generic-use-find-file-hook, generic-lines-to-scan)
17235 (generic-find-file-regexp, generic-ignore-files-regexp)
17236 (default-generic-mode, generic-mode-find-file-hook)
17237 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
17238 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
17239 (generic-use-find-file-hook, generic-lines-to-scan)
17240 (generic-find-file-regexp, generic-ignore-files-regexp)
17241 (default-generic-mode, generic-mode-find-file-hook)
17242 (generic-mode-ini-file-find-file-hook): Move from generic.el.
17243
9552bee8
KF
172442005-04-10 Karl Fogel <kfogel@red-bean.com>
17245
17246 * bookmark.el (bookmark-write-file): Catch errors writing file.
17247 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
17248
6695c528
RS
172492005-04-10 Richard M. Stallman <rms@gnu.org>
17250
17251 * startup.el (fancy-splash-tail): Update copyright year.
17252 (command-line): Split part of -Q into -D.
17253 (emacs-basic-display): New defvar.
17254 (fancy-splash-text): Correct name of menu item.
17255
17256 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
17257
17258 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
17259 lines in one node.
17260
17261 * comint.el (comint-send-input): New arg ARTIFICIAL.
17262 Callers in this file changed.
17263
17264 * abbrev.el (define-abbrevs): Read system abbrevs properly.
17265
17266 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
17267
172682005-04-10 Chong Yidong <cyd@stupidchicken.com>
17269
17270 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
17271 `ldap-search-internal'.
17272
35f257bb
SM
172732005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17274
f587e30b
SM
17275 * files.el (set-auto-mode-1): Use line-end-position.
17276
35f257bb
SM
17277 * international/latin-1.el:
17278 * international/latin-2.el:
17279 * international/latin-3.el:
17280 * international/latin-4.el:
17281 * international/latin-5.el:
17282 * international/latin-8.el:
17283 * international/latin-9.el: Give punctuation syntax to NBSP.
17284
17285 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
17286 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
17287 Use char-classes to accept non-ascii letters, accepted in some recent
17288 bibtex implementations.
17289
223bc577
LT
172902005-04-10 Luc Teirlinck <teirllm@auburn.edu>
17291
17292 * custom.el (custom-set-minor-mode): Any non-nil value for the
17293 variable should enable the mode when set through Custom.
17294
4bcb9c95
SM
172952005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17296
17297 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
17298 TAB binding so tab-always-indent is obeyed.
17299 (vhdl-minibuffer-local-map): Move initialization into declaration.
17300 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
17301 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
17302 (vhdl-hooked-abbrev): Avoid test for XEmacs.
17303 (vhdl-current-line): Use line-beginning-position.
17304 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
17305 with-output-to-temp-buffer, so the current position can be recorded.
17306
0c9a01ff
MY
173072005-04-10 Masatake YAMATO <jet@gyve.org>
17308
4bcb9c95
SM
17309 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17310 Add regexp for gcov.
0c9a01ff 17311
91472578
MB
173122005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17313
4bcb9c95
SM
17314 * calendar/time-date.el (time-to-seconds, seconds-to-time)
17315 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
91472578 17316 syntax which Emacs 20 doesn't support.
91472578 17317
6695c528
RS
173182005-04-09 Richard M. Stallman <rms@gnu.org>
17319
b72c5a86
SM
17320 * help.el (describe-key-briefly, describe-key):
17321 Replace strings as event types with "(any string)".
6695c528 17322
941f9778
SM
173232005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17324
17325 * arc-mode.el (archive-mode-map): Move initialization into
17326 the declaration. Override *all* bindings of `undo'.
17327 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
17328
1d1bf521
JB
173292005-04-09 Jay Belanger <belanger@truman.edu>
17330
941f9778 17331 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
1d1bf521 17332
ce102cb1
DN
173332005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
17334
17335 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
17336 (xterm-register-default-colors): Update color values computation
17337 to match xterm-200.
17338
2a9e192d
KH
173392005-04-09 Kenichi Handa <handa@m17n.org>
17340
17341 * international/code-pages.el (iso-latin-7): Fix the map.
17342
e790a4a3
LT
173432005-04-08 Luc Teirlinck <teirllm@auburn.edu>
17344
17345 * emacs-lisp/lisp.el (defun-prompt-regexp)
17346 (parens-require-spaces, buffer-end, end-of-defun)
17347 (insert-parentheses): Doc fixes.
17348
3306ed3b
KS
173492005-04-08 Kim F. Storm <storm@cua.dk>
17350
17351 * comint.el (comint-highlight-prompt): Fix face spec.
e0d815a2 17352 * hi-lock.el (hi-green): Likewise.
3306ed3b 17353
099dcdcf
DN
173542005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17355
3306ed3b 17356 * cus-edit.el (custom-modified-face):
099dcdcf
DN
17357 * comint.el (comint-highlight-input): Fix previous changes.
17358 * term.el (term-handle-ansi-escape): Add a comment.
17359
c22c3db0
SM
173602005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17361
17362 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
17363 in the buffer and in whitespace-highlighted-space.
17364 (whitespace-unhighlight-the-space): Simplify.
17365 (whitespace-buffer): Simplify.
17366
ea81d57e
DN
173672005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17368
17369 * textmodes/table.el (table-cell-face): Add special case for
17370 displays supporting a high number of colors.
17371 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17372 (vhdl-font-lock-reserved-words-face)
17373 (vhdl-speedbar-architecture-face)
17374 (vhdl-speedbar-instantiation-face)
17375 (vhdl-speedbar-architecture-selected-face)
c22c3db0
SM
17376 (vhdl-speedbar-instantiation-selected-face): Likewise.
17377 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
17378 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
ea81d57e
DN
17379 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17380 (ebrowse-root-class-face, ebrowse-member-attribute-face)
c22c3db0
SM
17381 (ebrowse-progress-face): Likewise.
17382 * progmodes/compile.el (compilation-info-face): Likewise.
17383 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
17384 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
17385 * calendar/calendar.el (diary-face): Likewise.
ea81d57e 17386 * woman.el (woman-italic-face, woman-bold-face)
c22c3db0
SM
17387 (woman-unknown-face): Likewise.
17388 * wid-edit.el (widget-button-pressed-face): Likewise.
17389 * whitespace.el (whitespace-highlight-face): Likewise.
17390 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
17391 * pcvs-info.el (cvs-marked-face): Likewise.
17392 * info.el (info-xref): Likewise.
17393 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
ea81d57e 17394 * hilit-chg.el (highlight-changes-face)
c22c3db0 17395 (highlight-changes-delete-face): Likewise.
ea81d57e 17396 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
c22c3db0
SM
17397 (hi-red-b): Likewise.
17398 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
ea81d57e 17399 * font-lock.el (font-lock-keyword-face)
c22c3db0 17400 (font-lock-function-name-face, font-lock-warning-face): Likewise.
ea81d57e
DN
17401 * cus-edit.el (custom-invalid-face, custom-modified-face)
17402 (custom-set-face, custom-changed-face, custom-variable-tag-face)
c22c3db0
SM
17403 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
17404 * comint.el (comint-highlight-prompt): Likewise.
ea81d57e 17405
67b4790b
LK
174062005-04-08 Lute Kamstra <lute@gnu.org>
17407
17408 * font-lock.el (font-lock-keywords): Docstring fixes.
17409
9741224e
KH
174102005-04-08 Kenichi Handa <handa@m17n.org>
17411
17412 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
17413 chars are more than a limit, print " and more..." at the tail.
17414
3a10b9ce
KS
174152005-04-08 Kim F. Storm <storm@cua.dk>
17416
17417 * emacs-lisp/authors.el (authors-aliases): Update list.
17418 (authors-ignored-files): New list.
17419 (authors-fixed-entries): Fix typo.
17420 (authors-renamed-files-alist): Update list.
17421 (authors-add): Check authors-ignored-files.
17422
eaf779a7
CD
174232005-04-08 Carsten Dominik <dominik@science.uva.nl>
17424
214e2d48 17425 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
eaf779a7
CD
17426 optional, to ensure backward compatibility.
17427
fc2cae59
SE
174282005-04-08 Stephen Eglen <stephen@gnu.org>
17429
17430 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
17431
859b8989
KS
174322005-04-08 Kim F. Storm <storm@cua.dk>
17433
b72c5a86 17434 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
859b8989
KS
17435
17436 * mouse.el (mouse-on-link-p): Doc fix.
17437
709bfdaf
LT
174382005-04-07 Luc Teirlinck <teirllm@auburn.edu>
17439
db648b84
LT
17440 * ielm.el (ielm-prompt-read-only): Doc fix.
17441
709bfdaf
LT
17442 * comint.el (comint-prompt-read-only): Doc fix.
17443
5b523a77
JL
174442005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
17445
17446 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
17447 ensure dired always handles wildcards passed to ffap.
17448 (find-file-at-point): Use it.
17449 (ffap-dired-wildcards): Doc fix.
17450
34d86208
JL
174512005-04-07 Juri Linkov <juri@jurta.org>
17452
17453 * simple.el (next-error-overlay-arrow-position): New defvar.
17454 Put "=>" on its property `overlay-arrow-string'. Add it to
17455 `overlay-arrow-variable-list'.
17456
17457 * progmodes/compile.el (compilation-setup):
17458 Set `next-error-overlay-arrow-position' to nil. Also set it to
17459 nil in the local hook `kill-buffer-hook'. Make local variable
17460 `overlay-arrow-string' and set it to "=>".
17461 (compilation-goto-locus): Set BOL position to
17462 `next-error-overlay-arrow-position' instead of
17463 `overlay-arrow-position'.
17464
17465 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
17466 locally instead of adding it to the global hook.
17467 (Info-kill-buffer): Move up.
17468
9fb518aa
DN
174692005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
17470
17471 * term/xterm.el (xterm-standard-colors): Update color values from
4c23089d 17472 xterm-200.
9fb518aa 17473
5c8b653b
SM
174742005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
17475
797bf075
SM
17476 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
17477
5c8b653b
SM
17478 * fast-lock.el:
17479 * lazy-lock.el: Move them to the obsolete subdir.
17480
969ee2ad
SM
174812005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17482
17483 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
17484 (wdired-add-replace-advice): Remove.
17485 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
17486
73f0d996
KS
174872005-04-06 Kim F. Storm <storm@cua.dk>
17488
17489 * startup.el (command-line): Add --bare-bones alias for -Q.
17490
369f76bb
YM
174912005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17492
17493 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
17494 create the startup fontset if a font specification ends with
17495 `mac-roman'.
17496
e0e5f076
LK
174972005-04-06 Lute Kamstra <lute@gnu.org>
17498
9e4b54a0
LK
17499 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
17500 change.
17501
e0e5f076
LK
17502 * emacs-lisp/copyright.el (copyright-update-year): Replace the
17503 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
17504
ab7bc290
LK
175052005-04-05 Lute Kamstra <lute@gnu.org>
17506
6a8cf883
LK
17507 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
17508 (define-generic-mode): Ditto. Fix debug declaration.
d9c39305 17509
969ee2ad
SM
17510 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17511 Put them in the generic-x group.
6a8cf883 17512
d9c39305 17513 * calendar/timeclock.el (timeclock): Doc fix.
6a8cf883 17514
ab7bc290
LK
17515 * generic.el (define-generic-mode): Don't use custom-current-group.
17516 Document default :group value.
17517 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
17518 (define-global-minor-mode): Don't use custom-current-group.
17519
39b32c06
GM
175202005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
17521
f4564cfd
GM
17522 * startup.el (command-line-1): Display startup-echo-area-message
17523 when fancy splash screen is in use.
17524
d6d43bde
GM
17525 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
17526 (sh-escaped-newline): New face.
17527 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
17528 newline, and use sh-escaped-newline face.
17529
39b32c06
GM
17530 * progmodes/tcl.el (tcl-escaped-newline): New face.
17531 (tcl-builtin-list): New variable.
17532 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
17533 newlines. Fix keywords subexpression number.
17534
da659ce6
CD
175352005-04-05 Carsten Dominik <dominik@science.uva.nl>
17536
d9c39305 17537 * textmodes/org.el (org-diary-default-entry): Fix call to
39b32c06 17538 `add-to-diary-entry'.
da659ce6 17539
7ed08c01
KS
175402005-04-05 Kim F. Storm <storm@cua.dk>
17541
17542 * ediff-init.el: Use (featurep 'xemacs).
17543
f1c7de69
DP
175442005-04-05 David Ponce <david@dponce.com>
17545
17546 * cus-edit.el (face): Derive from symbol widget. Display sample
17547 of the current face on the fly.
17548 (widget-face-sample-face-get, widget-face-notify): New functions.
17549 (widget-face-value-create): Remove.
17550
17551 * wid-edit.el (widget-field-end): Temporarily remove field
17552 narrowing before to call `get-char-property'.
17553
32503b32
JB
175542005-04-04 Jay Belanger <belanger@truman.edu>
17555
17556 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
17557 (math-read-subscripts): New variable.
17558 (math-read-preprocess-string): Process subscripts.
17559
47b143f3
LT
175602005-04-04 Luc Teirlinck <teirllm@auburn.edu>
17561
a9aa7c74
LT
17562 * comint.el (comint-prompt-read-only): Doc fix.
17563
47b143f3
LT
17564 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
17565 `-1'. Doc fix.
17566
6eb49472
CD
175672005-04-04 Carsten Dominik <dominik@science.uva.nl>
17568
969ee2ad
SM
17569 * textmodes/org.el (org-insert-mode-line-in-empty-file):
17570 Change default value to nil.
6eb49472 17571
171c707b
LK
175722005-04-04 Lute Kamstra <lute@gnu.org>
17573
8c6ef2ca
LK
17574 * autorevert.el (auto-revert-mode): Specify :group.
17575 * battery.el (display-battery-mode): Specify :group.
17576 * diff-mode.el (diff-minor-mode): Specify :group.
17577 * font-core.el (font-lock-mode): Specify :group.
17578 * hl-line.el (hl-line-mode): Specify :group.
17579 * iimage.el (iimage): New customization group.
17580 (iimage-mode): Specify :group.
17581 * longlines.el (longlines-mode): Specify :group.
17582 * master.el: Don't require easy-mmode.
17583 (master): New customization group.
17584 (master-mode): Specify :group.
17585 * msb.el (msb-mode): Specify :group.
17586 * reveal.el (reveal-mode): Specify :group.
17587 * simple.el (next-error-follow-minor-mode): Specify :group.
17588 * smerge-mode.el (smerge-mode): Specify :group.
17589 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
17590 * emulation/cua-base.el (cua-mode): Specify :group.
17591 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
17592 * language/thai-util.el (thai-auto-composition-mode)
17593 (thai-word-mode): Specify :group.
17594 * mail/supercite.el (sc-minor-mode): Specify :group.
17595 * progmodes/cwarn.el (cwarn-mode): Specify :group.
17596 * progmodes/flymake.el (flymake-mode): Specify :group.
17597 * progmodes/glasses.el (glasses-mode): Specify :group.
17598 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
17599 * textmodes/enriched.el (enriched-mode): Specify :group.
17600 * textmodes/refill.el (refill-mode): Specify :group.
17601
171c707b
LK
17602 * add-log.el (change-log-font-lock-keywords): Names in
17603 parenthesized lists can contain spaces.
17604
e3039e63
TTN
176052005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
17606
17607 * startup.el (fancy-splash-text): Shorten default text of
17608 "Emacs Tutorial" line. Also, if the current language env
17609 indicates an available tutorial file other than TUTORIAL,
17610 extract its title and append it to the line in parentheses.
17611 (fancy-splash-insert): If arg is a thunk, funcall it.
17612
1151215a
JB
176132005-04-04 Jay Belanger <belanger@truman.edu>
17614
17615 * calc.el (calc-language-alist): Add tags to customization type.
17616
745986d5
LT
176172005-04-03 Luc Teirlinck <teirllm@auburn.edu>
17618
81fb9e86 17619 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
745986d5
LT
17620 Doc fix.
17621
28cfe103 176222005-04-03 Marcelo Toledo <marcelo@gnu.org>
e9fd21e8 17623
969ee2ad
SM
17624 * add-log.el (change-log-font-lock-keywords): The manual
17625 describing a Change Log entry, says: (...) "Aside from these
17626 header lines, every line in the change log starts with a space or
52eb0373 17627 a tab.". The font-lock was not highlighting lines started with
969ee2ad 17628 spaces, added support for it.
e9fd21e8 17629
63d516ce
SM
176302005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17631
17632 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
52eb0373 17633 (bibtex-generate-url-list): Update docstring accordingly. Put the
63d516ce
SM
17634 complex example in the docstring.
17635 (bibtex-font-lock-url): Use pop.
17636
59bb9410
SM
176372005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17638
4c5113c7
SM
17639 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
17640
59bb9410
SM
17641 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
17642
6c381cba
GM
176432005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
17644
17645 * filesets.el (filesets-set-default): Doc fix.
17646
07e5fb9e
LK
176472005-04-03 Lute Kamstra <lute@gnu.org>
17648
c85465f9
LK
17649 * generic.el (define-generic-mode): Add argument to specify
17650 keywords for defcustom.
17651 (default-generic-mode): Specify :group.
59bb9410 17652
0c0a9c99
LK
17653 * generic-x.el: Specify :group for all generic modes.
17654
07e5fb9e 17655 * desktop.el (desktop-no-desktop-file-hook)
d9c39305 17656 (desktop-after-read-hook): Doc fix.
07e5fb9e 17657
2a0af9db
LT
176582005-04-02 Luc Teirlinck <teirllm@auburn.edu>
17659
17660 * simple.el (visible-mode): Use explicit :group keyword.
17661 This changes the group of `visible-mode-hook' from paren-blinking
17662 to editing-basics.
17663
2f2e2373
EZ
176642005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
17665
52eb0373 17666 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
2f2e2373
EZ
17667 mailbox specifications as well as URLs.
17668 (rmail-insert-inbox-text): Remove unused conditional branches.
17669
1ee49a88
JB
176702005-04-01 Jay Belanger <belanger@truman.edu>
17671
17672 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
17673 (calc-gnuplot-print-command): Move definitions to calc.el.
17674
17675 * calc/calc-embed.el (calc-embedded-announce-formula)
17676 (calc-embedded-open-formula, calc-embedded-close-formula)
17677 (calc-embedded-open-word, calc-embedded-close-word)
17678 (calc-embedded-open-plain, calc-embedded-close-plain)
17679 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
17680 (calc-embedded-open-mode, calc-embedded-close-mode):
17681 Move definitions to calc.el.
17682
17683 * calc/calc.el (calc-settings-file, calc-language-alist):
17684 Make customizable.
17685 (calc-embedded-announce-formula, calc-embedded-open-formula)
17686 (calc-embedded-close-formula, calc-embedded-open-word)
17687 (calc-embedded-close-word, calc-embedded-open-plain)
17688 (calc-embedded-close-plain, calc-embedded-open-new-formula)
17689 (calc-embedded-close-new-formula, calc-embedded-open-mode)
17690 (calc-embedded-close-mode, calc-gnuplot-name)
17691 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
17692 from other files and make customizable.
17693
392fe1b7
SM
176942005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17695
17696 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
17697 Use buffer-live-p.
17698 (cvs-mode-run): Don't call cvs-update-header here.
17699 (cvs-run-process): Call cvs-update-header.
17700 Use process properties for cvs-postprocess and cvs-buffer so that
17701 the sentinel can behave better if the temp buffer is killed.
17702 Use a pipe rather than a tty, to better handle unexpected prompts.
17703 (cvs-sentinel): Rewrite. Call cvs-update-header.
17704
2e2255f6
AS
177052005-04-01 Andre Spiegel <spiegel@gnu.org>
17706
17707 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
17708 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
17709
392fe1b7
SM
177102005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
17711
17712 * generic.el (define-generic-mode): Add indentation rule.
17713
5e9961be
LT
177142005-03-31 Luc Teirlinck <teirllm@auburn.edu>
17715
17716 * files.el (mode-require-final-newline): Make Custom correctly
17717 report a nil value and allow to set it to nil via Custom.
17718 Doc fix.
17719
9cf97f26
KH
177202005-04-01 Kenichi Handa <handa@m17n.org>
17721
17722 * international/characters.el: Enable the correct case setting for
17723 dotless-i and dotted-I.
17724
81f5c6a3
KS
177252005-04-01 Kim F. Storm <storm@cua.dk>
17726
17727 * ido.el (ido-file-internal): Fall back to non-ido command if
17728 initial directory is on slow ftp (or tramp) host.
17729
39a27f95
RS
177302005-03-31 Richard M. Stallman <rms@gnu.org>
17731
e134f4a8
RS
17732 * emacs-lisp/autoload.el (make-autoload):
17733 Handle define-global-minor-mode.
17734
39a27f95 17735 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
392fe1b7 17736 Rename from easy-mmode-define-global-mode.
39a27f95
RS
17737 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
17738
392fe1b7
SM
17739 * progmodes/scheme.el (scheme-mode-syntax-table):
17740 Update syntax of | and # for two-character comment syntax.
39a27f95 17741
66e181ad
LK
177422005-03-31 Lute Kamstra <lute@gnu.org>
17743
17744 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
17745 (define-minor-mode): Call custom-current-group at load-time.
17746
17747 * generic.el (define-generic-mode): Add debug declaration.
17748 Add defcustom for the mode hook.
17749 (generic-mode-internal): Use run-mode-hooks.
17750
34514f48
KS
177512005-03-31 Kim F. Storm <storm@cua.dk>
17752
17753 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
f793f885
KS
17754 (mouse-fixup-help-message): New defun called by show_help_echo
17755 to fixup mouse-2 prefix in help messages when applicable.
34514f48 17756
f793f885 17757 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
34514f48 17758
fafbb99d 177592005-03-31 Kenichi Handa <handa@m17n.org>
7c315e1c 17760
e5729c6c
KH
17761 * language/thai-word.el (thai-find-word-ends): Pay attention to
17762 the case that we reach the end of buffer.
17763
7c315e1c
KH
17764 * textmodes/fill.el (fill-text-properties-at): New function.
17765 (fill-newline): Use fill-text-properties-at instead of
17766 text-properties-at.
17767
52eb0373 177682005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
ace4dad6 17769
d9c39305 17770 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
ace4dad6
KB
17771 not comint-quote-filename.
17772
5ee2cf8a
TTN
177732005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
17774
17775 * help-fns.el (help-with-tutorial): Revert last change.
17776
7ab4753e
KS
177772005-03-31 Kim F. Storm <storm@cua.dk>
17778
17779 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
17780
fffaba77
PE
177812005-03-30 Paul Eggert <eggert@cs.ucla.edu>
17782
17783 * calendar/cal-china.el: Update reference to "Calendrical
17784 Calculations" book; there's a new edition.
17785 * calendar/cal-coptic.el: Likewise.
17786 * calendar/cal-french.el: Likewise.
17787 * calendar/cal-hebrew.el: Likewise.
17788 * calendar/cal-islam.el: Likewise.
17789 * calendar/cal-iso.el: Likewise.
17790 * calendar/cal-julian.el: Likewise.
17791 * calendar/cal-mayan.el: Likewise.
17792 * calendar/cal-persia.el: Likewise.
17793 * calendar/calendar.el: Likewise.
17794 * calendar/holidays.el: Likewise.
17795 * calendar/lunar.el: Likewise.
17796 * calendar/solar.el: Likewise.
17797
17798 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
17799 white space from doc string.
17800
0a2bf0fa
JB
178012005-03-30 Jay Belanger <belanger@truman.edu>
17802
17803 * calc/calc-help.el (calc-full-help): Remove email address.
17804
19577b0e
TTN
178052005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
17806
17807 * help-fns.el (help-with-tutorial): Delete title line.
17808
4fdb2a6c
GM
178092005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17810
9080baba
GM
17811 * calendar/cal-x.el (calendar-one-frame-setup)
17812 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
119f6f17 17813 rather than `symbol' for set-window-dedicated-p.
9080baba 17814
204451b6
GM
17815 * calendar/appt.el (appt-buffer-name): Make it a constant.
17816 (appt-add): Doc fix.
17817
4fdb2a6c
GM
17818 * filesets.el (filesets-menu-path, filesets-menu-before)
17819 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
17820 (filesets-menu-cache-file): Use directory ~/.emacs.d.
17821 (filesets-add-submenu): Delete and use add-submenu instead.
17822
ef943dba
CD
178232005-03-30 Carsten Dominik <dominik@science.uva.nl>
17824
19577b0e 17825 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
ef943dba
CD
17826 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
17827 (org-diary-default-entry): New function.
392fe1b7 17828 (org-get-entries-from-diary): Better parsing of diary entries.
ef943dba
CD
17829 (org-agenda-check-no-diary): New function.
17830 ("diary-lib"): Advice to function `add-to-diary-list', to allow
17831 linking to diary entries.
392fe1b7
SM
17832 (org-agenda-execute-calendar-command): New function.
17833 (org-agenda): Improve visible section in window.
17834 Use `org-fit-agenda-window'.
ef943dba
CD
17835 (org-fit-agenda-window): New option.
17836 (org-move-subtree-down): Better handling of empty lines
17837 at end of subtree.
17838 (org-cycle): Numeric prefix is interpreted now as show-subtree N
17839 levels up.
17840 (org-fontify-done-headline): New option.
17841 (org-headline-done-face): New face.
17842 (org-set-font-lock-defaults): Use `org-headline-done-face'.
392fe1b7
SM
17843 (org-table-copy-down): Rename from `org-table-copy-from-above'.
17844 When current field is non-empty, it is copied to next row.
17845 (org-table-copy-from-above): Fix bug which made it
17846 impossible to copy fields containing only a single non-white character.
ef943dba 17847
c33d06b0
KS
178482005-03-30 Kim F. Storm <storm@cua.dk>
17849
17850 * kmacro.el (kmacro-end-macro): Isearch may store this command
17851 into the macro -- so ignore it when executing keyboard macro.
17852
4f5f7887
NR
178532005-03-30 Nick Roberts <nickrob@snap.net.nz>
17854
17855 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
17856
74269806
KH
178572005-03-29 Kenichi Handa <handa@m17n.org>
17858
17859 * language/thai.el ("Thai"): Set setup-function and exit-function
17860 for Thai language environment.
17861
17862 * language/thai-util.el: Require thai-word.
17863 (thai-word-mode-map): New variable.
17864 (thai-word-mode): New minor mode.
17865 (setup-thai-language-environment-internal): New function.
17866 (exit-thai-language-environment-internal): New function.
17867
17868 * language/thai-word.el (thai-word-table): Declare it by defvar,
17869 use dolist to initialize it.
17870 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
17871 (thai-fill-find-break-point): New functions.
17872
8e669bbd
RS
178732005-03-29 Richard M. Stallman <rms@gnu.org>
17874
17875 * simple.el (idle-update-delay): Move definition up.
b36a687c 17876 (set-mark): Doc fix.
8e669bbd
RS
17877
178782005-03-29 Chong Yidong <cyd@stupidchicken.com>
17879
17880 * longlines.el: New file.
c33d06b0 17881
8e669bbd
RS
17882 * simple.el (buffer-substring-filters): New variable.
17883 (filter-buffer-substring): New function.
17884 (kill-region, copy-region-as-kill): Use it.
17885
17886 * register.el (copy-to-register, append-to-register)
17887 (prepend-to-register): Use filter-buffer-substring.
17888
5f9ffb03
NR
178892005-03-30 Nick Roberts <nickrob@snap.net.nz>
17890
588c0770 17891 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
5f9ffb03
NR
17892 (gud-filter-pending-text): Move in front of gdb.
17893 (gud-overlay-arrow-position): New variable.
17894 (gud-sentinel, gud-display-line): Use it in place of
17895 overlay-arrow-position.
17896
0d6d7be5
GM
178972005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
17898
b976213b
GM
17899 * progmodes/fortran.el (fortran-if-indent): Doc fix.
17900 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
17901 (fortran-font-lock-keywords-4): New variable.
17902 (fortran-blocks-re, fortran-end-block-re)
17903 (fortran-start-block-re): New constants, for hideshow.
17904 (hs-special-modes-alist): Add a Fortran entry.
17905 (fortran-mode-map): Bind fortran-end-of-block,
17906 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
52eb0373 17907 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
b976213b
GM
17908 (fortran-looking-at-if-then, fortran-end-of-block)
17909 (fortran-beginning-of-block): New functions, for hideshow.
17910
52eb0373
JB
17911 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17912 Doc fix. Tweak regexp.
0d6d7be5
GM
17913 (f90-beginning-of-block): Push mark first.
17914
bb64248b
JB
179152005-03-29 Jay Belanger <belanger@truman.edu>
17916
17917 * calc/calc.el: Update copyright date.
17918 (calc-version): Increase to 2.1.
17919 (calc-version-date): Remove.
17920
17921 * calc/calc-help.el: Update copyright date.
17922 (calc-full-help): Remove reference to calc-version-date.
17923 Update copyright date.
17924
55ec6b37
SM
179252005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17926
17927 * vc.el (vc-do-command): Use a pipe for async processes, so password
17928 prompts don't show up at places where the user can't reply.
17929
52eb0373 179302005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6380e5a7
KB
17931
17932 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
17933 on the file name we pass to the inferior shell.
17934
ef91372a
SM
179352005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
17936
17937 * progmodes/which-func.el (which-function): Be robust in the face of an
17938 imenu--make-index-alist failure.
17939
8d194e3e
SM
179402005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17941
17942 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
17943
17944 * progmodes/python.el (python-preoutput-filter): Fix last change.
17945
d7029908
LK
179462005-03-29 Lute Kamstra <lute@gnu.org>
17947
17948 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
17949 functions and compiled macros.
17950 (debug-convert-byte-code): Handle macros too.
17951 (debug-on-entry-1): Don't signal an error when trying to clear a
17952 function that is not set to debug on entry.
17953
d59ea3ae
JB
179542005-03-29 Jay Belanger <belanger@truman.edu>
17955
17956 * calc/calc-lang.el: Add functions to math-function-table
17957 properties of tex and math.
17958
eab4bb89
KH
179592005-03-29 Kenichi Handa <handa@m17n.org>
17960
17961 * ps-mule.el (ps-mule-plot-string): Translate characters by
17962 ps-print-translation-table.
17963 (ps-mule-begin-job): Call find-charset-region/string with
17964 ps-print-translation-table.
8d194e3e 17965 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
eab4bb89
KH
17966
17967 * ps-print.el (ps-print-translation-table): New variable.
8d194e3e 17968 (ps-plot-region): Translate characters by ps-print-translation-table.
eab4bb89 17969
073fcaf6
JL
179702005-03-29 Juri Linkov <juri@jurta.org>
17971
17972 * simple.el (next-error-highlight-timer): New variable.
17973
17974 * progmodes/compile.el (compilation-goto-locus):
17975 Use `next-error-highlight-timer' instead of `sit-for'.
17976
caf3c78f
SM
179772005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17978
17979 * mail/supercite.el (sc-mail-field): Use assoc-string.
17980 (sc-get-address): Simplify regexps.
17981
17982 * files.el (minibuffer-with-setup-hook): New macro.
17983 (find-file-read-args): Use it to avoid let-binding
17984 minibuffer-with-setup-hook (which breaks turning on/off
17985 file-name-shadow-mode while in the prompt).
17986
e5456e73
SM
17987 * complete.el (PC-read-include-file-name-internal):
17988 Use test-completion.
caf3c78f 17989
2d526287
LT
179902005-03-28 Luc Teirlinck <teirllm@auburn.edu>
17991
17992 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
17993
12566797
SM
179942005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17995
ba96f392
SM
17996 * window.el (window-buffer-height): Use count-screen-lines.
17997
12566797
SM
17998 * progmodes/python.el (python-preoutput-leftover): New var.
17999 (python-preoutput-filter): Use it.
18000 (python-send-receive): Loop until all the result has been received.
18001
ba40634b
JL
180022005-03-28 Juri Linkov <juri@jurta.org>
18003
18004 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
18005
18006 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
18007 "Recover Crashed Session".
18008 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
18009 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
18010 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
18011 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
18012 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
18013 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
18014 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
18015 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
18016
18017 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
18018 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
18019 Ediff Sessions", "Toggle use of separate control buffer frame",
18020 "Use separate frame for Ediff control buffer".
18021
18022 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
18023 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
18024 "Rename Bookmark", "Delete Bookmark".
18025
18026 * info.el (Info-mode-menu): Remove ellipsis from "Index".
18027 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
18028 Add `:active Info-index-alternatives' to "Next Matching Item".
18029
18030 * wdired.el (wdired-change-to-wdired-mode):
18031 Mention `wdired-abort-changes' key in the initial message.
18032
18033 * international/mule.el (auto-coding-alist): Associate non-ascii
18034 image filename extensions with `no-conversion'.
18035
8d194e3e
SM
180362005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18037
18038 * international/iso-acc.el:
18039 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18040
468b711f
LT
180412005-03-26 Luc Teirlinck <teirllm@auburn.edu>
18042
73cba75d
LT
18043 * textmodes/sgml-mode.el (html-mode): Doc update.
18044
468b711f
LT
18045 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18046
99a56581
DN
180472005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
18048
18049 * term.el (term-move-columns): Fix face after extending a line.
18050 (term-insert-spaces): Likewise.
18051 (term-reset-terminal): Fix off by one error.
18052
54879547
EZ
180532005-03-26 Eli Zaretskii <eliz@gnu.org>
18054
18055 * international/mule.el (auto-coding-alist): Add .xpi files.
18056
18057 * files.el (auto-mode-alist): Add .xpi files.
18058
ee7a5ccb
EZ
180592005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
18060
18061 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18062
b2705c8c
EZ
180632005-03-26 Eli Zaretskii <eliz@gnu.org>
18064
18065 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18066
da8612d3
GM
180672005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
18068
18069 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18070 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
18071
18072 * calendar/cal-move.el (calendar-beginning-of-year): Move the
18073 cursor to Jan 1 when needed.
18074 (calendar-end-of-year): Fix -/+ typo.
18075 Reported by Chong Yidong <cyd@stupidchicken.com>.
18076
be940bc5
SM
180772005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18078
5ffc943b
SM
18079 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18080
be940bc5
SM
18081 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18082 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
18083
85df292e
RS
180842005-03-25 Richard M. Stallman <rms@gnu.org>
18085
18086 * filesets.el (filesets-init): Add autoload.
18087
18088 * mail/mailalias.el (mail-directory): Doc fix.
18089
180902005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
be940bc5 18091
85df292e
RS
18092 * mail/mailalias.el (mail-directory-process): Do nothing if
18093 mail-directory-process is an atom.
18094 (mail-get-names): Ignore mail-directory-names if it is an atom.
18095 (mail-directory-process defvar): Doc fix.
18096 (mail-names): Doc fix.
18097
180982005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
18099
18100 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18101
ae766e0d
KH
181022005-03-26 Kenichi Handa <handa@m17n.org>
18103
be940bc5
SM
18104 * international/mule-util.el (detect-coding-with-priority):
18105 Call update-coding-systems-internal before detect-coding-region.
ae766e0d 18106
5a049eca
NR
181072005-03-26 Nick Roberts <nickrob@snap.net.nz>
18108
18109 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18110 (gdb-frames-mode-map): Add follow-link property.
18111
bba984aa
JB
181122005-03-25 Jay Belanger <belanger@truman.edu>
18113
18114 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
18115 for variables.
18116
13200335
JL
181172005-03-25 Juri Linkov <juri@jurta.org>
18118
18119 * image-mode.el: Optimize image filename extension regexps in
18120 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
18121 in `auto-mode-alist'.
18122 (image-mode): Add `image-toggle-display-text' to local hook
18123 `change-major-mode-hook'. Display the image as an image by
18124 default. Set `cursor-type' and `truncate-lines' if the image
18125 is already displayed. Take into account the current mode (image
18126 or text) in message.
18127 (image-minor-mode): New minor mode.
18128 (image-mode-maybe, image-toggle-display-text): New functions.
18129 (image-toggle-display): Use called-interactively-p.
18130 Let-bind `inhibit-read-only' to t.
18131
90d0be7d
JL
18132 * image-mode.el (image-minor-mode): Set `cursor-type' and
18133 `truncate-lines' if the image is already displayed. Add turning
18134 image-minor-mode off to `change-major-mode-hook'. Add message.
18135 Call `image-toggle-display-text' after turning image-minor-mode off.
13200335 18136
5341e481
SM
181372005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18138
18139 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
18140 Terminal.app, use utf-8.
18141 (set-display-table-and-terminal-coding-system): Add coding-system arg.
18142 (set-locale-environment): Use it.
18143
18144 * term/xterm.el: Undo last change, better done in mule-cmds.el.
18145
18146 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
18147
18148 * progmodes/python.el (python-close-block-statement-p)
18149 (python-outdent-p, python-current-defun): Use symbol-end.
18150
126c9dda
TTN
181512005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
18152
18153 * files.el (save-some-buffers): Doc fix.
18154
932fb767
WL
181552005-03-25 Werner Lemberg <wl@gnu.org>
18156
18157 * complete.el, thumbs.el: Replace `legal' with `valid'.
9f556e44 18158 * calendar/calendar.el: Replace `legal' with `valid'.
bece3937 18159 * emacs-lisp/advice.el: Replace `legal' with `valid'.
0486e05a 18160 * mail/supercite.el: Replace `legal' with `valid'.
881b07f9
JB
18161 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
18162 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
18163 Replace `legal' with `valid'.
18164 * textmodes/reftex-vars.el, textmodes/reftex.el:
18165 Replace `legal' with `valid'.
932fb767 18166
25f72ec0
WL
181672005-03-25 Werner Lemberg <wl@gnu.org>
18168
af71d4c0
JB
18169 * calc/calc-forms.el, calc/calc-sel.el
18170 * midnight.el, vc-cvs.el
18171 * emacs-lisp/cl-macs.el
18172 * emulation/vip.el
18173 * eshell/esh-io.el, eshell/esh-var.el
18174 * mail/supercite.el
881b07f9
JB
18175 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
18176 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
18177 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
af71d4c0 18178 * progmodes/sh-script.el, progmodes/xscheme.el
881b07f9
JB
18179 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
18180 * textmodes/reftex-index.el, textmodes/reftex-parse.el
18181 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
a5b5bf44
JB
18182 * textmodes/reftex.el, textmodes/org.el:
18183 Replace `illegal' with `invalid'.
25f72ec0 18184
781da985
SM
181852005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18186
5341e481
SM
18187 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
18188 (flymake-find-buildfile, flymake-find-possible-master-files)
18189 (flymake-check-include, flymake-parse-line): Replace loops over the
18190 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
18191
18192 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
18193 Substitute file-name-as-directory in the rest of the file.
18194 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
18195 (flymake-replace-region): Remove unused arg `buffer'.
18196 (flymake-check-patch-master-file-buffer): Update calls to it.
18197 (flymake-add-err-info): Remove unused var `count'.
18198 (flymake-mode): Use define-minor-mode.
18199
18200 * progmodes/flymake.el: Use with-current-buffer.
18201 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
18202 flymake-replace-regexp-in-string, flymake-line-beginning-position)
18203 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
18204 Avoid testing for `xemacs'.
18205 (flymake-nop): Move.
18206 (flymake-region-has-flymake-overlays): Return the computed value.
18207 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
18208 Remove unused var `endline'.
18209 (flymake-get-line-count): Remove unused function.
18210 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
18211
18212 * emulation/vi.el:
18213 * generic.el:
18214 * hilit-chg.el (global-highlight-changes):
18215 * hi-lock.el (hi-lock-mode):
18216 * follow.el: find-file-hooks -> find-file-hook.
18217
781da985
SM
18218 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
18219
3659a2b8
JL
182202005-03-24 Juri Linkov <juri@jurta.org>
18221
18222 * dired.el (dired-mode-map): Add menu item "Compare directories"
18223 for dired-compare-directories.
18224
18225 * dired-aux.el (dired-compare-directories): Add autoload cookie.
18226 Doc fix. Replace `read-file-name' with `read-directory-name'.
18227
781da985 182282005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
590880af
SM
18229
18230 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
18231
0fa1a6b8
JB
182322005-03-24 Jay Belanger <belanger@truman.edu>
18233
fe38e3b0 18234 * calc/calc-embed.el (calc-embedded-mode-change): Save all
0fa1a6b8
JB
18235 relevant mode settings in calc-embedded-original-modes when modes
18236 are permanently changed.
18237
a702ffbb
SM
182382005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18239
18240 * autoinsert.el: find-file-hooks -> find-file-hook.
18241
fbc5e359
LK
182422005-03-24 Lute Kamstra <lute@gnu.org>
18243
18244 * generic.el (generic-font-lock-defaults): Make it obsolete.
18245 (generic-font-lock-keywords): New variable to replace
18246 generic-font-lock-defaults.
18247 (generic-mode-set-font-lock): Delete it.
18248 (generic-mode-internal): Don't call generic-mode-set-font-lock.
18249 (generic-bracket-support): Add docstring.
18250
16a013c2
LK
18251 * generic-x.el: Rename generic-font-lock-defaults to
18252 generic-font-lock-keywords throughout.
18253 (mailagent-rules-setup-function): Delete it.
18254 (mailagent-rules-generic-mode): Use anonymous function instead.
18255 (show-tabs-generic-mode-font-lock-defaults-1)
18256 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
18257 Quote faces.
18258 (show-tabs-tab-face, show-tabs-space-face): Specify background,
18259 not foreground.
18260
48621281
LK
18261 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
18262 Recognize define-generic-mode.
18263
a702ffbb
SM
182642005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
18265
18266 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
18267 if there's no completion table.
18268
c29749e7
MB
182692005-03-23 Miles Bader <miles@gnu.org>
18270
fbc5e359 18271 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
c29749e7
MB
18272 Remove tty-specific variants, as they're no longer needed.
18273
ca2d9ad8
LK
182742005-03-23 Lute Kamstra <lute@gnu.org>
18275
a702ffbb 18276 * generic-x.el: Code cleanup: make args constant whenever possible.
82e38f3e
LK
18277 (installshield-statement-keyword-list)
18278 (installshield-system-functions-list)
18279 (installshield-system-variables-list, installshield-types-list)
18280 (installshield-funarg-constants-list): Make them constants.
18281
ef300cff
LK
18282 * generic.el (generic-make-keywords-list): Add autoload cookie.
18283
a702ffbb
SM
18284 * calendar/time-date.el: Add comment on time value formats.
18285 Don't require parse-time.
ca2d9ad8
LK
18286 (with-decoded-time-value): New macro.
18287 (encode-time-value): New function.
18288 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18289 (days-to-time): Return a valid time value when arg is huge.
18290 (time-since): Use time-subtract.
18291 (time-to-number-of-days): Use time-to-seconds.
18292
bbcb3b44
DP
182932005-03-23 David Ponce <david@dponce.com>
18294
af71d4c0 18295 * recentf.el (recentf-keep): New option.
bbcb3b44
DP
18296 (recentf-menu-action): Default to `find-file'.
18297 (recentf-keep-non-readable-files-flag)
18298 (recentf-keep-non-readable-files-p)
18299 (recentf-file-readable-p, recentf-find-file)
18300 (recentf-cleanup-remote): Remove.
18301 (recentf-include-p): More robust.
18302 (recentf-keep-p): New function.
18303 (recentf-remove-if-non-kept): Rename from
52eb0373 18304 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
a702ffbb 18305 All callers updated.
bbcb3b44 18306 (recentf-menu-items-for-commands): Fix help string.
52eb0373
JB
18307 (recentf-track-closed-file): Update. Doc fix.
18308 (recentf-cleanup): Update. Count removed files. Doc fix.
bbcb3b44 18309
8df0ffbe
KS
183102005-03-23 Kim F. Storm <storm@cua.dk>
18311
18312 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18313 Don't inherit from fringe face (now happens automatically).
18314
eac7d7eb
KS
183152005-03-22 Kim F. Storm <storm@cua.dk>
18316
18317 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
18318 position values.
18319
4a4a82d6
SM
183202005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18321
18322 * menu-bar.el (showhide-date-time): Remove.
18323 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
18324 (menu-bar-make-mm-toggle): Simplify.
18325
19f26a89 183262005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4a4a82d6
SM
18327
18328 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
18329 Accept qualified variable and function names.
18330
b9d8ddef
TTN
183312005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
18332
18333 * bindings.el (completion-ignored-extensions):
18334 Remove ".lis" for `vax-vms'.
18335
9660f868
AS
183362005-03-22 Andreas Schwab <schwab@suse.de>
18337
18338 * generic-x.el: Revert last change.
18339 * ldefs-boot.el: Update.
18340
948e33b9
JB
183412005-03-22 Jay Belanger <belanger@truman.edu>
18342
99580cde 18343 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
948e33b9
JB
18344 (calc-embedded-save-original-modes)
18345 (calc-embedded-restore-original-modes): New functions.
18346 (calc-do-embedded): Save original modes when entering embedded mode
18347 and restore when leaving embedded mode.
18348 (calc-embedded-modes-change): Change the value of
18349 calc-embedded-original-modes to reflect permanent changes.
18350
e6c901b6
LK
183512005-03-22 Lute Kamstra <lute@gnu.org>
18352
18353 * generic-x.el: Require generic again.
18354
28c22055
MB
183552005-03-22 Miles Bader <miles@gnu.org>
18356
18357 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18358 Tweak details to look good on both ttys and bitmap displays, light
18359 or dark background, etc.
18360
f0ebf1eb
KS
183612005-03-21 Kim F. Storm <storm@cua.dk>
18362
18363 * tooltip.el (tooltip-show-help-function): Check car and cdr of
18364 mouse position.
18365
47fda8fc
SM
183662005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18367
18368 * icomplete.el: Don't forcibly turn on the mode upon load.
18369 (icomplete-mode): Use define-minor-mode.
18370 (icomplete-eoinput): Default to nil.
18371 (icomplete-minibuffer-setup): Remove autoload.
18372 (icomplete-tidy): Simplify.
18373 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
18374 in the initial state or if the user has modified the field.
18375 Fix handling of icomplete-max-delay-chars.
18376 Remove code that handles the oddball case where
18377 minibuffer-completion-table is an integer.
18378 Wrap icomplete-completions in while-no-input in case building
18379 completions takes more time than expected.
18380 (icomplete-completions): Simplify.
18381
a775dff4
RS
183822005-03-21 Richard M. Stallman <rms@gnu.org>
18383
18384 * jka-compr.el (jka-compr-really-do-compress):
18385 Make variable buffer-local.
18386
18387 * image-mode.el: Handle .xpm files too.
18388 (image-toggle-display): Preserve modification flag.
18389
18390 * help.el (where-is): Don't mention aliases with no key bindings.
18391
077f7085
LK
183922005-03-21 Lute Kamstra <lute@gnu.org>
18393
ca19f3f1
AS
18394 * generic.el: Fix commentary section. Don't require cl for
18395 compilation.
077f7085
LK
18396 (generic-mode-list): Add autoload cookie.
18397 (generic-use-find-file-hook, generic-lines-to-scan)
18398 (generic-find-file-regexp, generic-ignore-files-regexp)
18399 (generic-mode, generic-mode-find-file-hook)
18400 (generic-mode-ini-file-find-file-hook): Fix docstrings.
18401 (define-generic-mode): Make it a defmacro. Fix docstring.
18402 (generic-mode-internal): Code cleanup. Add autoload cookie.
18403 (generic-mode-set-comments): Code cleanup.
18404 * generic-x.el: Don't prevent compilation. Don't require generic.
18405 Follow coding conventions. Minor code cleanup.
18406 (etc-fstab-generic-mode): Add some keywords.
18407 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
18408 define-generic-mode like a function declaration.
18409
51d6d300
JB
184102005-03-21 Jay Belanger <belanger@truman.edu>
18411
18412 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
18413 changing modes.
18414
568ec09d
SS
184152005-03-21 Sam Steingold <sds@gnu.org>
18416
18417 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
18418
7651545c
TTN
184192005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
18420
18421 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
18422 Add underscore to "f$ lexicals" regexp.
18423
fe6b1dbd
JL
184242005-03-20 Juri Linkov <juri@jurta.org>
18425
18426 * subr.el (progress-reporter-do-update): When `min-value' is equal
18427 to `max-value', set `percentage' to 0 and prevent division by zero.
18428
340b8d4f
MA
184292005-03-20 Michael Albinus <michael.albinus@gmx.de>
18430
18431 Sync with Tramp 2.0.48.
18432
11948172 18433 * net/tramp.el (all): Change all addresses to .gnu.org.
340b8d4f
MA
18434 (tramp-append-tramp-buffers): New defun.
18435 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
18436 Catch `dont-send' signal.
18437 (tramp-set-auto-save-file-modes): Set always permissions, because
18438 there might be an old auto-saved file belonging to another
18439 original file. This could be a security threat. Reported by
18440 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
18441 Check for Emacs 21.3.50 removed.
18442
11948172 18443 * net/tramp-smb.el (all): Remove debug construct for
340b8d4f 18444 `with-parsed-tramp-file-name'.
a57e098f 18445 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
340b8d4f
MA
18446 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
18447 No error message if DIRECTORY or FILENAME doesn't exist.
18448 (tramp-smb-open-connection): Check existence of
18449 `tramp-smb-program'.
18450
a57e098f
SM
184512005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18452
18453 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
18454 Properly handle the case where the `m' or `s' command's argument is not
18455 yet terminated.
18456 (perl-indent-new-calculate): New function.
18457 (perl-indent-line): Use it.
18458
e38b967a
MB
184592005-03-20 Miles Bader <miles@gnu.org>
18460
18461 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
18462 in text-mode too. Change to new face names.
a57e098f 18463 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
e38b967a 18464 Add `:weight bold' attribute.
a57e098f 18465 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
e38b967a 18466
0ee6e7b7
JL
184672005-03-19 Juri Linkov <juri@jurta.org>
18468
18469 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
18470
18471 * international/mule.el (auto-coding-alist): Sync with
18472 `auto-mode-alist' by adding upper case archive file extensions
18473 and adding ear/war to jar extension.
18474
864f69e9
EZ
184752005-03-19 David Casperson <casper@unbc.ca> (tiny change)
18476
18477 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
18478 running, restart it.
18479
580a2a02
EZ
184802005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
18481
a57e098f 18482 * finder.el (finder-current-item): Throw an error on an empty line.
580a2a02
EZ
18483
18484 * man.el (Man-follow-manual-reference): If current-word returns
18485 nil, use "".
18486
09ad1a5b
EZ
184872005-03-19 Matt Hodges <MPHodges@member.fsf.org>
18488
18489 * simple.el (goto-line): Doc fix.
18490
9dce96b5
EZ
184912005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
18492
18493 * files.el (save-buffer): Doc fix.
18494
068f123a
EZ
184952005-03-19 Michael R. Mauger <mmaug@yahoo.com>
18496
18497 * recentf.el (recentf-cleanup-remote): New variable.
588c0770 18498 (recentf-cleanup): Use it to conditionally check availability of
068f123a
EZ
18499 remote files.
18500
19f26a89 185012005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
1b1556b1
EZ
18502
18503 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
18504 function names.
18505
504f06a2
EZ
185062005-03-19 Eli Zaretskii <eliz@gnu.org>
18507
18508 * language/thai-word.el: New file.
18509
79d2d279
EZ
185102005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18511
18512 * files.el (backup-buffer): If the file's directory is not
18513 writable, use copy instead of move to backup the file.
18514
f3b7338c
EZ
185152005-03-19 Eli Zaretskii <eliz@gnu.org>
18516
18517 * obsolete/keyswap.el: Moved to obsolete/ from term/.
18518
5d62baca
VJL
185192005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18520
a57e098f
SM
18521 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
18522 Use functionp instead of symbolp and fboundp. Reported by Drkm
5d62baca
VJL
18523 <darkman_spam@yahoo.fr>.
18524 (ps-print-version): New version 6.6.6.
18525
951f97e6
SM
185262005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
18527
18528 * textmodes/table.el (table--line-column-position): New idiom.
18529 (table--row-column-insertion-point-p): New function to test
18530 validity of row and column insertion operation at a location.
18531 (table-global-menu, table-cell-menu): Use above functions for
18532 deterministic test operation.
18533 (table--editable-cell-p): Behave in deterministic fashion.
18534
1332f1a0
JL
185352005-03-18 Juri Linkov <juri@jurta.org>
18536
18537 * isearch.el (isearch-lazy-highlight-new-loop):
18538 Make arguments beg and end optional.
18539 (isearch-update): Remove optional arguments nil from
18540 isearch-lazy-highlight-new-loop.
18541 (isearch-lazy-highlight-search): Let-bind case-fold-search to
18542 isearch-lazy-highlight-case-fold-search instead of
18543 isearch-case-fold-search, and let-bind isearch-regexp to
951f97e6
SM
18544 isearch-lazy-highlight-regexp.
18545 Use isearch-lazy-highlight-last-string instead of isearch-string.
1332f1a0
JL
18546
18547 * replace.el (perform-replace): Remove bindings of global
18548 variables isearch-string, isearch-regexp, isearch-case-fold-search.
18549 Add three new arguments to `replace-highlight'.
18550 (replace-highlight): Add arguments string, regexp, case-fold.
18551 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
18552 to allow isearch-lazy-highlight-new-loop to use these values
951f97e6 18553 to set corresponding isearch-lazy-highlight-* internal
1332f1a0
JL
18554 variables whose values lazy highlighting will use regardless of
18555 changes to global variables isearch-string, isearch-regexp,
18556 isearch-case-fold-search during lazy highlighting loop.
18557 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
18558 to `lazy-highlight-cleanup'.
18559
18560 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
18561 (ispell-highlight-face): Set default face to `isearch' when
18562 lazy highlighting is enabled.
18563 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
18564 priority to 1. Add lazy highlighting.
18565 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
18566 from `isearch-dehighlight'.
18567
42f73fb4
DP
185682005-03-18 David Ponce <david@dponce.com>
18569
18570 * files.el (hack-local-variables): Do a case-insensitive search
18571 for End.
18572
46fe9018
JL
185732005-03-18 Juri Linkov <juri@jurta.org>
18574
18575 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
18576 `isearch-lazy-highlight-cleanup', add alias to old name and
18577 declare obsolete. Add release numbers to other obsolete vars.
951f97e6
SM
18578 (isearch-done, isearch-lazy-highlight-new-loop):
18579 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
46fe9018
JL
18580 (lazy-highlight-cleanup) <variable>: Doc fix.
18581 (isearch-lazy-highlight-update): Rename obsolete
18582 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
18583
951f97e6 185842005-03-18 Kenichi Handa <handa@m17n.org>
1ab06fdf
KH
18585
18586 * language/thai-util.el: Fix categorization of Thai characters in
18587 thai-category-table.
18588 (thai-composition-pattern): Adjust it for the above change.
18589 (thai-self-insert-command, thai-compose-syllable): New functions.
18590 (thai-compose-region): Use thai-compose-syllable.
18591 (thai-compose-string): Likewise.
18592 (thai-composition-function): Likewise.
18593 (thai-auto-composition): New function.
18594 (thai-auto-composition-mode): New minor mode.
18595
18596 * language/thai.el: Fix patterns to be registered in
18597 composition-function-table.
18598
18599 * international/quail.el (quail-input-method): Locally bind
18600 inhibit-modification-hooks to t.
18601
c7bd5d57
RS
186022005-03-17 Richard M. Stallman <rms@gnu.org>
18603
18604 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
18605 (perl-mode): Use run-mode-hooks.
18606
18607 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
18608 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
18609 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
18610
951f97e6 18611 * mail/sendmail.el (sendmail-send-it): Reenable the code
c7bd5d57
RS
18612 to compute resend-to-address and use it.
18613
18614 * tar-mode.el (tar-mode): Turn off undo unconditionally.
18615
18616 * image-mode.el: New file.
18617
18618 * image.el (insert-sliced-image): Add autoload cookie.
18619
18620 * font-lock.el (font-lock-lines-before): New user option.
18621 (font-lock-after-change-function): Obey it.
18622
18623 * bindings.el (esc-map): Make M-g a prefix.
18624 Bind M-g g and M-g M-g to goto-line.
18625
c7bd5d57
RS
18626 * faces.el (face-id): Doc fix.
18627
186282005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18629
18630 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
18631 (rmail-show-message): Use rmail-unknown-mail-followup-to.
18632 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
18633
18634 * mail/sendmail.el (mail-yank-ignored-headers)
18635 (mail-font-lock-keywords, mail-mode-fill-paragraph):
18636 Add Mail-Followup-To and Mail-Reply-To headers.
18637 (mail-citation-hook): Add autoload cookie.
18638 (mail-mode): Doc fix.
18639 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
18640 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
18641 (mail-mode-fill-paragraph): Handle those headers.
18642 (mail-mailing-lists): New variable.
18643 (mail-mail-reply-to, mail-mail-followup-to): New functions.
18644
5a1f9fcf
JL
186452005-03-17 Juri Linkov <juri@jurta.org>
18646
18647 * isearch.el (isearch-fallback): Check for `(car previous)'
18648 before calling `isearch-other-end-state'.
18649
0b6ec58d
KS
186502005-03-17 Kim F. Storm <storm@cua.dk>
18651
18652 * simple.el (move-beginning-of-line): Move to beginning of buffer
18653 line, as well as beginning of screen line.
18654
eae4ba2a
GM
186552005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
18656
18657 * calendar/diary-lib.el (mark-diary-entries): Use new optional
18658 argument REDRAW rather than calendar-redrawing variable.
18659 * calendar/calendar.el (calendar-redrawing): Delete.
18660 (redraw-calendar): Do not bind calendar-redrawing.
18661
186622005-03-16 Matt Hodges <MPHodges@member.fsf.org>
18663
18664 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
18665 diary-file buffer.
18666
b3e484d7
SM
186672005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
18668
18669 * help.el (describe-mode): Allow a :minor-mode-function property to
18670 specify a different minor mode toggle function than the variable.
18671 * simple.el (auto-fill-function):
18672 * subr.el (add-minor-mode): Use it.
18673
7bf880c6
KH
186742005-03-16 Kenichi Handa <handa@m17n.org>
18675
18676 * language/ethio-util.el (sera-being-called-by-w3): New variable.
18677 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
18678 (ethio-fidel-to-sera-buffer): Likewise.
18679
fe3947c3
JL
186802005-03-16 Juri Linkov <juri@jurta.org>
18681
18682 * emacs-lisp/find-func.el (find-function-regexp):
18683 Add defun-emitting macro `menu-bar-make-toggle'.
18684
18685 * isearch.el: Put `isearch-scroll' property to
18686 `split-window-horizontally'.
18687
18688 * info.el: Update error messages for `debug-ignored-errors'.
18689 (Info-isearch-search): Doc fix.
18690 (Info-find-node): Move up code to go into info buffer before
18691 recording the node to the history.
18692 (Info-fontify-node): Fontify titles only if the next line
18693 has two or more `*', `=', `-', `.'.
18694 Display "go to this node" for empty (match-string 3).
18695
6a3fac90
YM
186962005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18697
18698 * term/mac-win.el: Add mouse pointer shape constants.
18699
bc438588
KS
187002005-03-15 Kim F. Storm <storm@cua.dk>
18701
18702 * simple.el (move-beginning-of-line): Use vertical-motion.
18703
65e7180e
JL
187042005-03-15 Juri Linkov <juri@jurta.org>
18705
18706 * isearch.el (isearch-error): New variable.
18707 (isearch-invalid-regexp, isearch-within-brackets): Remove.
b3e484d7 18708 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
65e7180e
JL
18709 (isearch-within-brackets-state): Remove.
18710 (isearch-case-fold-search-state, isearch-pop-fun-state):
18711 Decrease frame index.
18712 (isearch-mode, isearch-top-state, isearch-push-state)
18713 (isearch-edit-string, isearch-abort, isearch-search-and-update)
18714 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
18715 (isearch-search, isearch-lazy-highlight-new-loop):
18716 Replace `isearch-invalid-regexp' with `isearch-error'.
18717 Remove `isearch-within-brackets'.
18718 (isearch-search): Add `search-failed' handler to `condition-case'.
18719 (isearch-lazy-highlight-search): Add `condition-case' to catch
18720 errors and allow `isearch-lazy-highlight-update' to try
18721 highlighting from the beginning of the window.
18722 (isearch-repeat): Move up code to set isearch-wrapped to t
18723 before calling isearch-wrap-function.
18724
18725 * info.el (Info-isearch-initial-node): New internal variable.
18726 (Info-search): Signal an error in isearch mode when search leaves
18727 the initial node. Signal an error when `bound' is non-nil and
18728 nothing was found in the current subfile.
18729 (Info-isearch-search): Remove `condition-case'.
18730 (Info-isearch-wrap): Don't wrap when search failed during leaving
18731 the initial node. If `Info-isearch-search' is nil, wrap around
18732 the current node.
18733 (Info-isearch-start): New fun.
18734 (Info-mode): Add buffer-local hook `Info-isearch-start' to
18735 `isearch-mode-hook'.
18736
a7321976
YM
187372005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18738
18739 * simple.el (normal-erase-is-backspace): Set default to t if
18740 running on Mac.
18741
18742 * term/mac-win.el (function-key-map): Sync with x-win.el.
18743
8dedddd5
KH
187442005-03-15 Kenichi Handa <handa@m17n.org>
18745
18746 * international/mule-cmds.el (locale-language-names): Modify the
18747 format of elements and add more entries.
18748 (locale-preferred-coding-systems): Add more entries.
b3e484d7 18749 (set-locale-environment): Adjust for the change of
8dedddd5
KH
18750 locale-language-names.
18751
8a462381
SM
187522005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
18753
18754 * pcvs.el (smerge-ediff): Remove bogus autoload.
18755
43314bf6
LK
187562005-03-14 Lute Kamstra <lute@gnu.org>
18757
dc64809a
LK
18758 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
18759 Ignore a `*' at the beginning of a line.
18760
8a462381 18761 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
adf9acf8
LK
18762 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
18763 subr.el.
18764 (dont-compile, eval-when-compile, eval-and-compile): Use declare
18765 to specify indentation.
18766
43314bf6
LK
18767 * generic.el (define-generic-mode): Let generic-mode-list be a
18768 list of strings; test membership with equal.
18769
40821110
KS
187702005-03-14 Kim F. Storm <storm@cua.dk>
18771
18772 * simple.el (next-line, previous-line): Add optional try-vscroll
18773 arg to recognize interactive use. Pass it on to line-move.
18774 (line-move): Don't perform auto-window-vscroll when defining or
588c0770 18775 executing keyboard macro to ensure consistent behavior.
40821110 18776
b70d9316
SM
187772005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
18778
18779 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
18780
c4fbcb01
LK
187812005-03-13 Lute Kamstra <lute@gnu.org>
18782
18783 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
18784 debugger-setup-buffer so that backtrace marks the frames set to
18785 debug-on-exit and we don't have to do it manually. Set an extra
18786 debug-on-exit for macro's.
18787 (debugger-setup-buffer): Don't mark the top frame manually.
40821110 18788
3fdfb09c
LK
187892005-03-12 Lute Kamstra <lute@gnu.org>
18790
18791 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
18792 lisp-indent-function throughout.
18793 (with-no-warnings): Set lisp-indent-function property.
18794
09d252f2
TTN
187952005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
18796
18797 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
18798 Add entry for backslash.
18799
c10d2217
JL
188002005-03-12 Juri Linkov <juri@jurta.org>
18801
18802 * info.el (Info-search): Four fixes for backward search.
18803
0e425a58
JB
188042005-03-11 Jay Belanger <belanger@truman.edu>
18805
18806 * calc/calc.el (calc-language-alist): New variable.
18807 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
18808 (calc-embedded-find-modes): Use calc-language-alist instead of
18809 calc-embedded-language-alist.
18810
33873bad
GM
188112005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18812
18813 * calendar/calendar.el (calendar-redrawing): New internal
18814 variable.
18815 (redraw-calendar): Remove bogus save-excursion from previous
18816 change. Bind calendar-redrawing to t for mark-diary-entries.
18817 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
18818 calendar if that is why we were called.
18819
fa815b14
KH
188202005-03-11 Kenichi Handa <handa@m17n.org>
18821
18822 * international/mule.el (make-coding-system): Set property
c7bd5d57 18823 coding-system-define-form to nil.
fa815b14
KH
18824 (define-coding-system-alias): Likewise.
18825
ac249c4c
KH
188262005-03-11 Kenichi Handa <handa@m17n.org>
18827
18828 These changes are suggested by Dave Love <fx@gnu.org>.
18829
18830 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
18831 coding: tag.
18832 (adaptive-fill-regexp): Add more bullets.
18833 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
18834 regexps.
18835
ef75a647
SM
188362005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18837
dd39c336
SM
18838 * help.el (describe-mode): Properly handle non-trivial lighters.
18839 Don't ignore minor modes that are not listed in minor-mode-list.
18840
ef75a647
SM
18841 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
18842 feature ON when the user requests to turn it OFF.
18843
449808f7
LK
188442005-03-10 Lute Kamstra <lute@gnu.org>
18845
18846 * emacs-lisp/debug.el (debug-entry-code): Delete it.
ef75a647 18847 (implement-debug-on-entry): New function to replace debug-entry-code.
449808f7
LK
18848 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
18849 second argument as the 2005-03-07 change makes it obsolete.
18850 (debug-on-entry, cancel-debug-on-entry): Update call to
18851 debug-on-entry-1.
18852 (debug, debugger-setup-buffer): Comment update.
ef75a647 18853 (debugger-frame-number): Update to work with implement-debug-on-entry.
449808f7 18854
134d277e
JB
188552005-03-10 Jay Belanger <belanger@truman.edu>
18856
18857 * calc/calc-embed.el (math-ms-args): Declare it.
18858 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
18859 math-ms-args.
18860 (calc-embedded-subst): Use math-multi-subst-rec to substitute
18861 variables.
18862
33c76f5a
NR
188632005-03-10 Nick Roberts <nickrob@snap.net.nz>
18864
18865 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
18866 Use message-box.
18867
18868 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
18869 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
18870 (tooltip-gud-tips): Simplify.
588c0770 18871 (tooltip-gud-tips-p): Remove superfluous :set.
33c76f5a
NR
18872 (tooltip-gud-modes): Add fortran-mode.
18873 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
18874
18875 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
449808f7 18876
7f351d0b
KS
188772005-03-09 Kim F. Storm <storm@cua.dk>
18878
18879 * play/animate.el (animate-place-char): Use forward-line instead
18880 of next-line to improve performance.
18881
e62ecf85
SJ
188822005-03-09 Simon Josefsson <jas@extundo.com>
18883
18884 * net/browse-url.el (browse-url-default-browser): Doc fix.
18885
f1953880
MB
188862005-03-09 Miles Bader <miles@gnu.org>
18887
18888 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
18889 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
18890
ca8d88cd
KH
188912005-03-09 Kenichi Handa <handa@m17n.org>
18892
ec4e909a
KH
18893 * international/latin-1.el: Set case and syntax for 255 only if
18894 set-case-syntax-set-multibyte is nil.
18895
7f351d0b 18896 * textmodes/ispell.el (ispell-insert-word): New function.
449808f7 18897 (ispell-word): Use ispell-insert-word to insert a new word.
ef75a647 18898 (ispell-process-line): Likewise.
ca8d88cd
KH
18899 (ispell-complete-word): Likewise.
18900
9839760a
GM
189012005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
18902
18903 * calendar/calendar.el (redraw-calendar): Preserve point.
18904 Reported by Matt Hodges <MPHodges@member.fsf.org>.
18905 (calendar-week-start-day): Move after definition of
18906 redraw-calendar. Delete buffer test, since redraw-calendar has
18907 that now.
18908
18909 * calendar/diary-lib.el (mark-diary-entries): Only call
18910 redraw-calendar in the first of any recursive calls.
18911 Reported by Alan Shutko <ats@acm.org>.
18912
9553cf63
JL
189132005-03-08 Juri Linkov <juri@jurta.org>
18914
18915 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
18916 (html-horizontal-rule, html-line, html-image, html-checkboxes)
18917 (html-radio-buttons): Add a space before the trailing `/>' where
18918 sgml-xml-mode is non-nil.
18919 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
18920 the subsequent tag of the empty XML tag.
18921 (html-href-anchor): Don't set initial input to "http:".
18922 (html-image): Ask for the image URL and set point inside alt="".
18923 (html-name-anchor): Duplicate the name in the `id' attribute when
18924 sgml-xml-mode is non-nil.
18925 (html-paragraph): Remove \n before <p>.
18926 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
18927 instead of `checked' when sgml-xml-mode is non-nil.
18928
18929 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
18930 Remove 1 space before #RRGGBB to not truncate it on terminal
18931 windows w/o fringes. Remove 1 space between bg and fg examples
18932 to get more space.
18933 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
18934 avoid byte-compile warnings.
18935
18936 * image-file.el (image-file-handler): Put `safe-magic' property to
18937 `image-file-handler'.
18938
18939 * info.el (Info-isearch-search): Emulate word search in
18940 isearching through multiple Info nodes with Info-search.
18941 (Info-isearch-wrap): Allow isearch-word.
18942
9b54d453
LK
189432005-03-08 Lute Kamstra <lute@gnu.org>
18944
18945 * emacs-lisp/debug.el (debugger-step-through): Make sure that
18946 stepping into the debugger's code is not possible.
18947 (debugger-jumping-flag): Docstring update.
18948
41d4eedc
JB
189492005-03-08 Jay Belanger <belanger@truman.edu>
18950
18951 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
18952 embedded mode begins.
18953 (calc-embedded-language-alist): New variable.
18954 (calc-embedded-find-modes): Use calc-embedded-language-alist to
18955 set default language mode.
18956
c68f7e21
KH
189572005-03-08 Kenichi Handa <handa@m17n.org>
18958
18959 * international/ccl.el (define-ccl-program): Fix docstring about
18960 extra 256 bytes assured for the output buffer.
18961
18962 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18963 Fix BUFFER_MAGNIFICATION to 2.
18964 (ccl-encode-mule-utf-16be-with-signature): Likewise.
18965
3ee9f6ac
JW
189662005-03-07 Karl Chen <quarl@cs.berkeley.edu>
18967
18968 * align.el (align-rules-list): Added an alignment rule for CSS
18969 declarations (applies to css-mode and html-mode buffers).
18970
a29cf450
SM
189712005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
18972
18973 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
18974
2f8cd1ce
KS
189752005-03-07 Kim F. Storm <storm@cua.dk>
18976
a54595d4
KS
18977 * simple.el (move-beginning-of-line): New command.
18978
18979 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
18980
18981 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
18982
18983 * emulation/cua-base.el: Put CUA move property on move-end-of-line
18984 and move-beginning-of-line.
18985
2f8cd1ce
KS
18986 * apropos.el (apropos-print): Omit command from M-x ... RET.
18987
7a2306d9
NR
189882005-03-07 Nick Roberts <nickrob@snap.net.nz>
18989
18990 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
18991 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
18992
aaf2cff2
RS
189932005-03-06 Richard M. Stallman <rms@gnu.org>
18994
18995 * bindings.el (esc-map): Bind M-g to goto-line.
18996
18997 * facemenu.el (global-map): Bind M-o, not M-g.
18998
bf7970c5
JD
189992005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19000
19001 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
19002 "Open Directory" as for "Open File".
19003
0251bafb
RS
190042005-03-06 Chong Yidong <cyd@stupidchicken.com>
19005
19006 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
19007 (push-mark-command): Run activate-mark-hook.
19008
190092005-03-06 Richard M. Stallman <rms@gnu.org>
19010
19011 * help-mode.el (help-mode-finish): Don't alter the element
19012 in view-return-to-alist if there already is one.
19013
19014 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
19015 make sure the current buffer is the expected one.
19016
19017 * novice.el (disabled-command-function): Output in *Disabled Command*.
19018 Explicitly ignore non-keyboard events, and explicitly handle C-g.
19019
19020 * textmodes/flyspell.el (flyspell-large-region):
19021 Pass args differently for aspell.
19022
19023 * files.el (mode-require-final-newline): Doc fix.
19024
52eb0373 190252005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
0251bafb 19026
2f8cd1ce 19027 * progmodes/which-func.el (which-function):
0251bafb
RS
19028 Specify NOERROR when calling imenu--make-index-alist.
19029
55d0f066
SM
190302005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19031
a3194d03
SM
19032 * simple.el (normal-erase-is-backspace): Define default value.
19033
ca19f3f1
AS
19034 * custom.el (custom-theme-set-variables): Remove unused var
19035 `immediate'.
19036 (custom-reevaluate-setting): Simple function to handle variables
19037 that are defined before their default value can really be
19038 computed.
a3194d03
SM
19039
19040 * startup.el (command-line): Use it for temporary-file-directory,
19041 small-emporary-file-directory, auto-save-file-name-transforms,
19042 blink-cursor-mode, and normal-erase-is-backspace.
19043
55d0f066
SM
19044 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19045 progress, even with buggy anchored keywords.
19046
f38c52df
LT
190472005-03-05 Luc Teirlinck <teirllm@auburn.edu>
19048
be6e87e5 19049 * simple.el (goto-line): Remove unbalanced final parenthesis.
f38c52df 19050
bb96021a
RS
190512005-03-05 Richard M. Stallman <rms@gnu.org>
19052
19053 * simple.el (goto-line): Use a number at point as the default.
19054 With C-u as arg, switch buffers.
19055
3ff96c81
JL
190562005-03-05 Juri Linkov <juri@jurta.org>
19057
19058 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19059 with `no-blinking-cursor'.
19060
19061 * startup.el (no-blinking-cursor): New defvar.
19062 (command-line): Add `--no-blinking-cursor' to longopts.
19063 Set `no-blinking-cursor' to t for command line arguments
19064 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
19065 with `no-blinking-cursor' in the condition for calling
19066 `blink-cursor-mode'.
19067
c3a52675
LT
190682005-03-04 Luc Teirlinck <teirllm@auburn.edu>
19069
19070 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19071 (menu-bar-options-save): Add blink-cursor-mode.
19072 (menu-bar-options-menu): Add blink-cursor-mode.
19073
77b94af3
GM
190742005-03-04 Ulf Jasper <ulf.jasper@web.de>
19075
19076 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19077 (icalendar-export-file, icalendar-export-region)
a29cf450 19078 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
77b94af3
GM
19079 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19080
524352d6
LK
190812005-03-04 Lute Kamstra <lute@gnu.org>
19082
a29cf450 19083 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
524352d6
LK
19084 (debug-function-list): Ditto.
19085
b12e59fd
RC
190862005-03-04 Robert J. Chassell <bob@rattlesnake.com>
19087
19088 * textmodes/texinfmt.el (texinfo-append-refill):
19089 Redefine the types of line to which @refill
19090 is not appended by replacing a search for `@refill\\|@bye' with
19091 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
19092 itemize@refill' bug and the unfilled long lines bug.
a29cf450 19093 (texinfmt-version): Update number and date.
b12e59fd 19094
518d3637
RS
190952005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19096
19097 * international/code-pages.el (windows-1250, windows-125[2-8])
19098 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19099
d245ff23
SM
191002005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19101
19102 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19103 bound yet.
19104
b8210c6e
JPW
191052005-03-02 Romain Francoise <romain@orebokech.com>
19106
19107 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19108 buffer after removing limits.
19109 (ibuffer-pop-filter): Ditto.
19110 Update copyright.
19111
aad1926a
MB
191122005-03-02 Miles Bader <miles@gnu.org>
19113
19114 * button.el (make-text-button): If the user doesn't specify a
19115 type, use the default. Rewrite to use `add-text-properties' and
19116 plist functions.
19117
284f0680
LK
191182005-03-01 Lute Kamstra <lute@gnu.org>
19119
19120 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
19121 (debugger-jumping-flag): New var.
19122 (debug-entry-code): Use it.
19123 (debugger-jump): Use debugger-jumping-flag and add
19124 debugger-reenable to post-command-hook.
19125 (debugger-reenable): Use debugger-jumping-flag and remove itself
19126 from post-command-hook.
19127 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
19128 debugger-reenable.
19129
43e7d00a
RC
191302005-03-01 Robert J. Chassell <bob@rattlesnake.com>
19131
284f0680 19132 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
43e7d00a
RC
19133 inclusion of "itemize\\|", which may be unnecessary, is certainly
19134 inelegant, and stops refilling in itemize lists when formatting
19135 Japanese Texinfo files to Info.
19136 Update copyright to 2005.
19137
911ba5f8
NR
191382005-03-01 Nick Roberts <nickrob@snap.net.nz>
19139
19140 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
19141 of an error if GDB can't find the source file.
19142
f830b09e
GM
191432005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19144
19145 * calendar/calendar.el (redraw-calendar): Work from any buffer,
19146 not just the calendar.
19147
19148 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
19149 first.
19150 (diary-redraw-calendar): New function.
19151 (make-diary-entry): Add diary-redraw-calendar to local
19152 write-contents-functions. Turn off selective display before
19153 inserting in diary.
19154
5582d76d
KS
191552005-03-01 Kim F. Storm <storm@cua.dk>
19156
19157 * emacs-lisp/copyright.el (copyright-fix-years): New command.
19158
a9ee5cac
LK
191592005-03-01 Lute Kamstra <lute@gnu.org>
19160
19161 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
19162 that debug-entry-code can be safely removed from a function while
19163 this code is being evaluated. Revert the 2005-02-27 change as the
19164 new implementation no longer requires it. Make sure that a
dd39c336 19165 function body containing just a string is not mistaken for a docstring.
439368ed
LK
19166 (debug): Skip one more frame in case of debug on entry.
19167 (debugger-setup-buffer): Delete one more frame line in case of
19168 debug on entry.
19169 (debugger-frame-number): Update to use the new text introduced by
d245ff23 19170 the 1999-11-03 change. Skip one more frame in case of debug on entry.
a9ee5cac 19171
77032434
KS
191722005-02-28 Kim F. Storm <storm@cua.dk>
19173
19174 * double.el (double-translate-key): Call force-window-update after
19175 read-event to avoid crash in redisplay.
19176
c4d5a8a1
SM
191772005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
19178
19179 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
19180 (debug): Use it. Move the inhibit-trace earlier.
19181 (debug-entry-code): New const.
19182 (debug-on-entry-1): Use it.
19183
4c23089d 191842005-02-28 Chong Yidong <cyd@stupidchicken.com>
dbaba2d2 19185
c4d5a8a1
SM
19186 * international/utf-16.el (ccl-encode-mule-utf-16le):
19187 Fix BUFFER_MAGNIFICATION to 2.
dbaba2d2
KH
19188 (ccl-encode-mule-utf-16be): Likewise.
19189
191902005-02-28 Kenichi Handa <handa@m17n.org>
19191
19192 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19193 Fix BUFFER_MAGNIFICATION to 4.
19194 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19195
0f468ead
NR
191962005-02-28 Nick Roberts <nickrob@snap.net.nz>
19197
19198 * speedbar.el (speedbar-update-flag): Doc fix.
19199 (speedbar-show-info-under-mouse): Give set-mouse-position the right
19200 argument.
19201
35c5f5d3
SM
192022005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
19203
fc88c288
SM
19204 * reveal.el (reveal-post-command): Don't try to reveal overlays which
19205 have a non-nil `invisible' property but are actually visible.
19206
35c5f5d3
SM
19207 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
19208 for perldoc sections.
19209 (perl-outline-regexp, perl-outline-level): New var and function.
19210 (perl-mode): Use them.
19211
f43ae016
GM
192122005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
19213
19214 * calendar/diary-lib.el (diary-remind): Discard any mark portion
19215 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
19216
04c9dde8
LT
192172005-02-27 Luc Teirlinck <teirllm@auburn.edu>
19218
19219 * cus-edit.el: Comment change.
19220 (custom-buffer-create-internal): Slightly reword text at top of
19221 Custom buffers. Mention there that saving an option edits the
19222 init file. Add link to Emacs manual node on `custom-file'.
19223 (custom-magic-alist): Rewrite individual State messages to use
19224 capitalized keywords. Doc fix.
19225
261b7f30
GM
192262005-02-27 Matt Hodges <MPHodges@member.fsf.org>
19227
19228 * calendar/calendar.el (calendar-buffer): Move above
19229 calendar-week-start-day.
19230 (calendar-week-start-day): Doc fix. Add :set function.
19231 (calendar-minimum-window-height): New variable.
19232 (generate-calendar-window): Only resize window if selected-window
19233 is displaying the calendar buffer. Use new variable
19234 calendar-minimum-window-height.
19235 (generate-calendar): Reword error message.
19236 (calendar-mode-map): Bind DEL to scroll-other-window-down.
19237
b71c9e75
AS
192382005-02-27 Andreas Schwab <schwab@suse.de>
19239
c58447fd
AS
19240 * vc.el (vc-do-command): Don't run command asynchronously when
19241 operating in a remote directory.
19242
b71c9e75
AS
19243 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
19244 change from sync with Tramp 2.0.47.
19245
aa5c6b3e
RS
192462005-02-27 Richard M. Stallman <rms@gnu.org>
19247
19248 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
19249
19250 * textmodes/flyspell.el (flyspell-mode-on):
19251 Call ispell-change-dictionary only if necessary.
19252
19253 * emacs-lisp/re-builder.el (regexp-builder): New function.
19254
19255 * register.el (describe-register-1): Explicitly handle
19256 yank-excluded-properties = t.
19257
19258 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
19259 (custom-magic-alist): Change the status descriptions again.
19260 (face widget-type): Total rewrite based on `restricted-sexp'
19261 to eliminate the confusing double hiding levels.
19262
19263 * emacs-lisp/debug.el (debug-on-entry-1):
19264 If function body is empty, add nil as body form.
19265
5f8a82e1
SM
192662005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19267
19268 * emacs-lisp/trace.el (inhibit-trace): New var.
19269 (trace-make-advice): Use it.
19270
19271 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
19272
c6f4488c
KS
192732005-02-26 Kim F. Storm <storm@cua.dk>
19274
19275 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
19276 (mouse-on-link-p, mouse-drag-region-1): Use it.
19277
a0b497c5
LK
192782005-02-25 Lute Kamstra <lute@gnu.org>
19279
19280 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
19281
ffa8d0ef
LT
192822005-02-24 Luc Teirlinck <teirllm@auburn.edu>
19283
19284 * frame.el (blink-cursor-mode): Add :group keyword.
19285
1a951b51
GM
192862005-02-24 Ulf Jasper <ulf.jasper@web.de>
19287
78d54dee
SM
19288 * calendar/icalendar.el (icalendar--decode-isodatetime):
19289 New optional argument DAY-SHIFT.
1a951b51
GM
19290 (icalendar-export-region): Fix coding-system-for-write.
19291 (icalendar--convert-ical-to-diary): Shift end-day of all-day
19292 events by one.
19293
6ecedb40
SM
192942005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19295
19296 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
19297
1749aa90
KS
192982005-02-24 Kim F. Storm <storm@cua.dk>
19299
19300 * international/iso-acc.el (iso-accents-compose): Fix crash
19301 during redisplay. Call force-window-update after read-event
19302 and delete-region to signal that window is not accurate.
19303
78d54dee
SM
193042005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
19305
19306 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
19307 Remove unused and inexistent var `inhibit-trace'.
19308 (debugger-mode): Use run-mode-hooks.
19309 (debugger-list-functions): Add buttons; setup xref stack.
19310
a98ac7ae
RS
193112005-02-23 Richard M. Stallman <rms@gnu.org>
19312
19313 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
19314 appointment says it was explicitly made.
19315 (appt-add): Set the 3rd element.
19316 (appt-make-list): Preserve explicit appointments.
19317
19318 * subr.el (find-tag-default): Catch errors in forward-sexp.
19319
91c66262
JL
193202005-02-23 Juri Linkov <juri@jurta.org>
19321
19322 * info.el (Info-isearch-search): New defcustom.
19323 (Info-isearch-search): Call the default isearch function
19324 when Info-isearch-search is nil.
19325 (Info-isearch-wrap): Use variable Info-isearch-search.
19326
01d746be
LT
193272005-02-22 Luc Teirlinck <teirllm@auburn.edu>
19328
19329 * cus-edit.el: Comment change.
19330
b686dd59
KS
193312005-02-22 Kim F. Storm <storm@cua.dk>
19332
6ecedb40
SM
19333 * progmodes/hideif.el (hide-ifdef-use-define-alist):
19334 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
b686dd59 19335
fe77c061
SJ
193362005-02-22 Simon Josefsson <jas@extundo.com>
19337
6ecedb40
SM
19338 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
19339 New variable.
fe77c061
SJ
19340 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
19341 Oskarsson" <myrkraverk@users.sourceforget.net>.
19342
baf70a02
KS
193432005-02-22 Kim F. Storm <storm@cua.dk>
19344
19345 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
19346 check that window of that event is the selected window.
19347 (mouse-drag-region-1): Compare mouse event window to selected
19348 window before setting point.
19349
19350 * tooltip.el (tooltip-show-help-function): Pass event to
19351 mouse-on-link-p so it can check selected window.
19352
ca69e8aa
KH
193532005-02-22 Kenichi Handa <handa@m17n.org>
19354
19355 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
19356 (ps-mule-show-warning): New function.
19357 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
19358 characters are found.
19359
19360 * ps-print.el (ps-header-footer-string): Return a list of header
19361 and footer strings.
19362
dae3211d
SM
193632005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19364
19365 * pcvs.el (cvs-retrieve-revision): Fix thinko.
19366
193672005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2c75eddf 19368
9df747e1
SM
19369 * frame.el (blink-cursor-mode): Use define-minor-mode.
19370
2c75eddf
SM
19371 * term/mac-win.el (function-key-map): Use char-names more consistently.
19372 (file-name-coding-system): Only set it for MacOS-9. The other case is
19373 already handled in mule-cmds.el (where it also works when mac-win.el
19374 is not used).
19375
c4a166f1
KH
193762005-02-21 Kenichi Handa <handa@m17n.org>
19377
002dc239
KH
19378 * international/mule.el (ctext-pre-write-conversion): Always use
19379 " *code-converting-work*" buffer for work.
19380
c4a166f1
KH
19381 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
19382
22071507
TTN
193832005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
19384
19385 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
19386
50d9c396
JY
193872005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
19388
2c75eddf 19389 * ses.el (undo-more): Restore defadvice, but only the part that
50d9c396
JY
19390 allows changes outside the restricted area of the buffer.
19391
0fba9f25
KS
193922005-02-20 Kim F. Storm <storm@cua.dk>
19393
19394 * simple.el (line-move): Add fourth optional arg try-vscroll which
19395 must be set to perform auto-window-vscroll.
19396 When moving backwards and doing auto-window-vscroll, automatically
19397 vscroll to the last part of lines which are taller than the window.
19398 (next-line, previous-line): Set try-vscroll arg on line-move.
19399
ac010fca
DN
194002005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
19401
f79bdb3a
DN
19402 * replace.el (query-replace, query-replace-regexp)
19403 (replace-string, replace-regexp): When operating on region, make
19404 the minibuffer prompt say so.
19405
ac010fca
DN
19406 * isearch.el (isearch-forward): Document isearch-query-replace and
19407 isearch-query-replace-regexp keybindings.
0fba9f25 19408
fa64fa22
JB
194092005-02-19 Jay Belanger <belanger@truman.edu>
19410
19411 * calc/calc-aent.el (math-read-token): Add local variable.
19412
19413 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
19414 (calc-edit-top): Move declaration to earlier in file.
19415 (calc-edit-macro-repeats): Add local variables.
19416
19417 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
19418 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
19419 calcFunc-tanh.
19420 Adjust integration rule for calcFunc-tan.
19421
3f9526a3 194222005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25
KS
19423
19424 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
19425 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
19426 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
19427 (viper-skip-separators): Bug fix.
19428 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
3f9526a3 19429 particular major mode.
0fba9f25 19430 (viper-del-backward-char-in-replace): Don't put deleted char on the
3f9526a3 19431 kill ring.
0fba9f25
KS
19432
19433 * viper-ex.el (viper-color-display-p): New function.
19434 (viper-has-face-support-p): Use viper-color-display-p.
19435
19436 * viper-keym.el (viper-gnus-modifier-map): New keymap.
19437
19438 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
19439
19440 * viper-util.el (viper-glob-unix-files): Fix shell status check.
19441 (viper-file-remote-p): Make equivalent to file-remote-p.
19442
78d54dee
SM
19443 * viper.el (viper-major-mode-modifier-list):
19444 Use viper-gnus-modifier-map.
0fba9f25 19445
c761fd55
DK
194462005-02-19 David Kastrup <dak@gnu.org>
19447
19448 * subr.el (subregexp-context-p): Fix garbled doc string by adding
19449 quoting.
19450
7ca4e8a1
JB
194512005-02-19 Jay Belanger <belanger@truman.edu>
19452
19453 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
78d54dee 19454 Remove extra definitions.
7ca4e8a1
JB
19455 (calc-coth): New function.
19456 (calcFunc-cot): Fix `let'.
19457
0e0d5683
EZ
194582005-02-19 Eli Zaretskii <eliz@gnu.org>
19459
19460 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
19461 the reasons we use "type pc" in these faces.
19462
19463 * button.el (button): Ditto.
19464
2511035d
EZ
194652005-02-19 Michael Mauger <mmaug@yahoo.com>
19466
19467 * replace.el (query-replace-read-from): Set the value of
19468 query-replace-from-history-variable to handle the case of an empty
19469 string entered to accept the suggested default.
74f69b93 19470
78d54dee
SM
19471 * net/tramp.el (tramp-file-name-for-operation):
19472 Use dired-call-process instead of dired-call-process-command.
74f69b93 19473
7182a9a6
JB
194742005-02-19 Jay Belanger <belanger@truman.edu>
19475
19476 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
19477 (math-div-non-trig): New variables.
19478 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
19479 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
19480 (math-combine-prod, math-div-symb-fancy): Add simplifications for
19481 trig expressions.
19482
8c4e7434
NR
194832005-02-19 Nick Roberts <nickrob@snap.net.nz>
19484
19485 * progmodes/gdb-ui.el (gdb-var-update-handler)
19486 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
19487 for watch expressions,
19488 (gdb-var-create-handler): Don't set speedbar-update-flag.
19489 (gdb-post-prompt): Simplify test for speedbar.
19490
17561e4f 194912005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25 19492
78d54dee 19493 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
af71d4c0 19494 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
17561e4f 19495 we use the syntax table of the correct buffer.
af71d4c0 19496 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
17561e4f 19497 Felix Gatzemeier.
0fba9f25 19498
78d54dee
SM
19499 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
19500 (ediff-file-remote-p): Make synonymous with file-remote-p.
17561e4f 19501 In all deffaces ediff-*-face-*, use min-colors.
0fba9f25 19502
78d54dee
SM
19503 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
19504 ediff-recurse-to-subdirectories.
19505 (ediff-mark-if-equal): Check that the arguments are strings, use
17561e4f 19506 ediff-same-contents (after to Felix Gatzemeier).
0fba9f25 19507
78d54dee 19508 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17561e4f 19509 nil.
0fba9f25 19510
9be92b96
SM
195112005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
19512
19513 * log-view.el (log-view-message-re): Fix up Subversion regexp.
19514
3a51abf1
DK
195152005-02-18 David Kastrup <dak@gnu.org>
19516
19517 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
19518 use `mark-active' when defined.
19519
92dc83a9
KH
195202005-02-18 Kenichi Handa <handa@m17n.org>
19521
19522 * ps-print.el (ps-font-info-database): New entry
19523 ZapfChancery-MediumItalic with correct font name. Fix font name
19524 of the entry Zapf-Chancery-MediumItalic.
19525
6dbbc01d
LT
195262005-02-16 Luc Teirlinck <teirllm@auburn.edu>
19527
19528 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
19529
4aed6e1e
KS
195302005-02-16 Kim F. Storm <storm@cua.dk>
19531
19532 * ido.el (ido-fallback-command): Pass user input to fallback command.
19533
195342005-02-16 Nick Roberts <nickrob@snap.net.nz>
fb05d8af
NR
19535
19536 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
19537 (gdb-find-file-hook): Add server prefix.
19538
a29c9707
RS
195392005-02-16 Richard M. Stallman <rms@gnu.org>
19540
19541 * replace.el (perform-replace): Pass new args to replace-highlight.
19542 (replace-highlight): Take region args,
19543 and pass them to isearch-lazy-highlight-new-loop.
19544
19545 * novice.el (disabled-command-hook): Autoload the defalias
19546 and the make-obsolete-variable call.
19547
19548 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
19549
19550 * isearch.el (isearch-lazy-highlight-start-limit)
19551 (isearch-lazy-highlight-end-limit): New variables limit
19552 the region for highlighting.
19553 (isearch-lazy-highlight-new-loop): New args BEG and END.
19554 (isearch-lazy-highlight-search): Use the new vars.
19555 (isearch-lazy-highlight-update): Likewise.
19556
19557 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
19558
19559 * cus-start.el (all): Use default-boundp.
19560
4aed6e1e 195612005-02-15 David Casperson <casper@unbc.ca> (tiny change)
a29c9707
RS
19562
19563 * menu-bar.el (menu-bar-select-frame): Handle current frame.
19564
e1c9f939
LT
195652005-02-15 Luc Teirlinck <teirllm@auburn.edu>
19566
19567 * autorevert.el (auto-revert-stop-on-user-input)
19568 (auto-revert-verbose): Doc fixes.
19569
52c7f9ee
JR
195702005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
19571
19572 * international/mule-cmds.el (set-locale-environment): Remove call
19573 to set-selection-coding-system on Windows.
19574
6ec30302
JB
195752005-02-15 Jay Belanger <belanger@truman.edu>
19576
19577 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
78d54dee 19578 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6ec30302
JB
19579 calcFunc-coth.
19580 (math-simplify-sqrt): Add simplifications.
19581
19582 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
19583 to list.
19584
19585 * calc/calc-ext.el: Add functions to autoloads.
19586
19587 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
19588 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
19589 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
19590 (math-csc-raw, math-cot-raw): New functions.
19591
19592 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
19593
19594 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
19595 the variable name in a message.
19596
19597 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
19598 calcFunc-csc, calcFunc-cot.
19599
19600 * calc/calcalg2.el: Add derivative and integration rules for
19601 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
19602 calcFunc-csch, calcFunc-coth.
19603 (math-do-integral-methods): Add to checks for when to use
19604 substitutions.
19605
19606 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
19607
43817a75
LK
196082005-02-15 Lute Kamstra <lute@gnu.org>
19609
9be92b96
SM
19610 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19611 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
43817a75
LK
19612 <monnier@iro.umontreal.ca>
19613 (lisp-outline-level): Improve efficiency. Suggested by David
19614 Kastrup <dak@gnu.org>.
19615
34093ed7
NR
196162005-02-15 Nick Roberts <nickrob@snap.net.nz>
19617
19618 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
19619 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
19620 (gdb-set-gud-minor-mode-existing-buffers): New functions.
52eb0373 19621 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34093ed7
NR
19622 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
19623
0f014aa1
LT
196242005-02-14 Luc Teirlinck <teirllm@auburn.edu>
19625
19626 * cus-start.el (all): Comment change.
19627
23e8c095
LK
196282005-02-14 Lute Kamstra <lute@gnu.org>
19629
19630 * cus-start.el (all): Check if symbol is void.
19631
a4869139
CD
196322005-02-14 Carsten Dominik <dominik@science.uva.nl>
19633
19634 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
19635 optional argument to \cite.
19636
134948fc
RS
196372005-02-14 Richard M. Stallman <rms@gnu.org>
19638
19639 * cus-edit.el (custom-buffer-create-internal): Update help message.
19640 (custom-magic-alist): Update help messages.
19641
19642 * cus-start.el (all): Allow a var to specify a standard value.
19643
5e2087b8
LT
196442005-02-12 Luc Teirlinck <teirllm@auburn.edu>
19645
19646 * custom.el (custom-theme-set-variables): Handle variable aliases.
19647
19648 * frame.el (blink-cursor-timer): Doc fix.
5e2087b8
LT
19649 (blink-cursor): Make it an alias for `blink-cursor-mode' and
19650 declare obsolete.
03e38499
LT
19651 (blink-cursor-mode): Define with defcustom and use correct
19652 standard expression in that defcustom.
5e2087b8
LT
19653 * startup.el (command-line): Adapt to above changes in frame.el.
19654
b7a2a696
LK
196552005-02-11 Lute Kamstra <lute@gnu.org>
19656
19657 * apropos.el (apropos-score-doc): Prevent division by zero.
19658
ea66d5e0
GM
196592005-02-11 Ulf Jasper <ulf.jasper@web.de>
19660
19661 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
19662 (icalendar--get-event-property-attributes)
19663 (icalendar--get-event-properties)
19664 (icalendar--datetime-to-diary-date): New functions.
19665 (icalendar--split-value): Doc fix.
19666 (icalendar--datetime-to-noneuropean-date)
19667 (icalendar--datetime-to-european-date): New optional argument
19668 SEPARATOR. Return result as a string instead of a list.
19669 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
19670 (icalendar--convert-string-for-export): Rename arg S to STRING.
19671 (icalendar-export-region): Doc fix. Change name of error buffer.
19672 Save output buffer.
19673 (icalendar-import-file): Add blank at end of prompt.
19674 (icalendar-import-buffer): Doc fix. Do not switch to error
19675 buffer. Indicate status in return value.
19676 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
19677 buffer. Save output buffer. Handle exception from recurrence
19678 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
19679 events. Fix problems with weekly all-day events.
19680
44291460
RS
196812005-02-10 Richard M. Stallman <rms@gnu.org>
19682
19683 * simple.el (eval-expression-print-format):
19684 Avoid warning about edebug-active.
19685
9be92b96 19686 * help.el (help-for-help-internal): Rename from help-for-help.
44291460
RS
19687 (help-for-help): Define with defalias.
19688
19689 * font-core.el (font-lock-default-function): Use with-no-warnings.
19690
19691 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
19692
19693 * custom.el (defface): Doc fix.
19694
37956fd5
NR
196952005-02-10 Nick Roberts <nickrob@snap.net.nz>
19696
19697 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
19698 width 0" to prevent word wrapping problems.
19699
44042fe7
KS
197002005-02-09 Kim F. Storm <storm@cua.dk>
19701
19702 * ido.el (ido-file-extensions-order): New defcustom.
19703 (ido-file-extension-lessp, ido-file-extension-aux)
19704 (ido-file-extension-order): New advanced file ordering.
19705 (ido-file-lessp): New simple file ordering.
19706 (ido-sort-list): Remove.
19707 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
19708 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
19709
e7eaabae
DN
197102005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
19711
19712 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
19713 that some versions of grep produce.
19714 (grep-mode-font-lock-keywords): Likewise.
19715
76f8cd56
NR
197162005-02-09 Nick Roberts <nickrob@snap.net.nz>
19717
19718 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9be92b96 19719 (gdb-cdir): Delete.
76f8cd56
NR
19720 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
19721 (gdb-source-info): Treat case when source file is in another
19722 directory properly.
19723 (gdb-get-location): New function.
19724
519b13cd
JB
197252005-02-07 Jay Belanger <belanger@truman.edu>
19726
19727 * calc/calc-prog.el (calc-write-parse-table-part)
19728 (calc-fix-token-name): Fix a check for language type.
19729
9be92b96 19730 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
519b13cd 19731
009bb5d2
AS
197322005-02-07 Andre Spiegel <spiegel@gnu.org>
19733
19734 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
19735 as directory not writable.
19736
82ec225b
KS
197372005-02-07 Kim F. Storm <storm@cua.dk>
19738
19739 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
19740 (cua--standard-movement-commands): Remove list.
19741 Instead, set CUA property value to move for movement commands.
19742 (cua-movement-commands): Remove. Users must set CUA prop instead.
19743 (cua--pre-command-handler): Check CUA property.
19744 (cua--init-keymaps): Don't remap undo commands.
19745 (cua-mode): Don't call cua--rectangle-on-off.
19746
19747 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
19748 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
19749 (cua--rect-undo-set-point): New var.
19750 (cua--rectangle-undo-boundary): Setup undo apply entry.
19751 (cua--rect-undo-handler): New function for rectangle undo.
19752 (cua--rect-start-position, cua--rect-end-position): Add.
19753 (cua--rectangle-post-command): Call cua--rectangle-set-corners
19754 for restored rectangle. Set point if cua--rect-undo-set-point.
19755
c529f7f7
JB
197562005-02-06 Jay Belanger <belanger@truman.edu>
19757
19758 * calc/calc-lang.el (calc-tex-language): Display more information
19759 in messages.
19760
19761 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
19762 in TeX mode.
19763
ba2c991c
RS
197642005-02-06 Richard M. Stallman <rms@gnu.org>
19765
19766 * emacs-lisp/lisp.el (buffer-end): Doc fix.
19767
6d61d855
EZ
197682005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
19769
19770 * net/ldap.el (ldap-search-internal): Support attributes with
19771 optional descriptions separated by a semi-colon, as in
19772 "userCertificate;binary".
19773
18daafed
JD
197742005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19775
19776 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
19777 isn't a cons (i.e. the version is 0).
19778
cb602754
EZ
197792005-02-05 Eli Zaretskii <eliz@gnu.org>
19780
19781 * help.el (help-for-help): Doc fix.
19782
a0079e58
NR
197832005-02-05 Nick Roberts <nickrob@snap.net.nz>
19784
52eb0373 19785 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
a0079e58
NR
19786 GDB-Windows on the menu-bar as this works better.
19787
e67d06eb
JB
197882005-02-04 Jay Belanger <belanger@truman.edu>
19789
19790 * calc/calc-embed.el (calc-embedded-update): Don't put in
52eb0373 19791 unnecessary newlines. Adjust the end of formula marker.
e67d06eb
JB
19792
19793 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
19794 (math-latex-parse-two-args): New function.
19795
02f244c8
LK
197962005-02-03 Lute Kamstra <lute@gnu.org>
19797
19798 * help-fns.el (help-with-tutorial): Make sure that users cannot
19799 remove the entire text of the tutorial by means of `undo'.
19800
ca97010c
SM
198012005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
19802
19803 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
19804 in recent changes, where the ispell process was repeatedly
19805 killed & restarted.
a41118cc
SM
19806
19807 * international/mule-cmds.el (set-locale-environment): Set file-name
19808 coding system to utf-8 on Darwin systems.
19809 (set-default-coding-systems): Don't set default-file-name-coding-system
19810 on Darwin systems.
19811
4e07258f
RS
198122005-02-03 Richard M. Stallman <rms@gnu.org>
19813
19814 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
19815
198162005-02-03 Matt Hodges <MPHodges@member.fsf.org>
19817
19818 * faces.el (list-faces-display): Add optional argument.
19819
30b940a7
SM
198202005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
19821
19822 * font-core.el (font-lock-default-function): Handle the rare case where
19823 only font-lock-keywords is set.
19824
4e07258f 198252005-02-02 Kenichi Handa <handa@m17n.org>
fbbde29a 19826
30b940a7 19827 * international/characters.el: Cancel previous change for
fbbde29a
KH
19828 I-WITH-DOT-ABOVE and DOTLESS-i.
19829
19830 * international/latin-5.el: Cancel previous change.
19831
87c366c1
NR
198322005-02-02 Nick Roberts <nickrob@snap.net.nz>
19833
19834 * progmodes/gud.el: Correction to syntax in gud-menu-map.
19835
56072160
KH
198362005-02-02 Kenichi Handa <handa@m17n.org>
19837
19838 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
19839 DOTLESS-i.
19840
19841 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
19842 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
19843
394dff57 19844 * case-table.el (get-upcase-table): New function.
56072160
KH
19845 (copy-case-table): Copy upcaes table too if non-nil.
19846 (set-case-syntax-delims): Maintain upcase table too.
19847 (set-case-syntax-pair): Likewise.
19848 (set-upcase-syntax, set-downcase-syntax): New functions.
19849 (set-case-syntax): Maintain upcase table too.
19850
dd8e8b27
NR
198512005-02-02 Nick Roberts <nickrob@snap.net.nz>
19852
52eb0373 19853 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
dd8e8b27
NR
19854
19855 * progmodes/gud.el (gud-goto-info): New function.
19856 (gud-tool-bar-map): Use correct icon.
19857
cc08f5b2
TTN
198582005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
19859
19860 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
19861 When delegating, order args in the funcall correctly.
19862
b961eb0e
TTN
198632005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
19864
19865 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
19866
2fdf4457
CD
198672005-02-01 Carsten Dominik <dominik@science.uva.nl>
19868
19869 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
19870 buffer not visiting a file.
19871
a214f7ba
JB
198722005-01-31 Jay Belanger <belanger@truman.edu>
19873
19874 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
19875 bound on the line with the formula.
19876
fb89c330
KS
198772005-01-31 Kim F. Storm <storm@cua.dk>
19878
19879 * ses.el (ses-create-cell-variable-range)
19880 (ses-destroy-cell-variable-range, ses-reset-header-string)
19881 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
19882 (ses-insert-row): Fix format of apply undo entries.
19883
998858ae
JB
198842005-01-31 Jay Belanger <belanger@truman.edu>
19885
19886 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
19887 parts.
19888
19889 * calc/calc-embed.el (calc-embedded-open-formula)
19890 (calc-embedded-close-formula): Ignore matrix environments.
19891
19892 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
19893 TeX mode.
19894
19895 * calc/calc-lang.el (math-function-table, math-oper-table)
19896 (math-variable-table): Adjust the LaTeX portions.
19897
19898 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
19899 (math-latex-ignore-words): New constant.
19900
a6e7a34b
RS
199012005-01-31 Richard M. Stallman <rms@gnu.org>
19902
19903 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
19904 (ispell-local-dictionary): Doc fix.
19905 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
19906 Don't reinitialize at run time. Don't defcustom.
19907 All uses changed to append ispell-local-dictionary-alist,
19908 or check it first.
19909 (ispell-current-dictionary): New variable for dictionary in use.
19910 (ispell-dictionary): Now used only for global default.
19911 (ispell-start-process): Set ispell-current-dictionary,
19912 not ispell-dictionary.
19913 (ispell-change-dictionary): Use this only for setting
19914 user preferences.
19915 (ispell-internal-change-dictionary): New function
19916 to change the current dictionary in use.
fb89c330
KS
19917 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
19918 Use ispell-current-dictionary.
a6e7a34b
RS
19919 Handle ispell-local-dictionary-overridden.
19920 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
19921
1be70c61
JB
199222005-01-31 Jay Belanger <belanger@truman.edu>
19923
19924 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
19925
19926 * calc/calc-ext.el: Add calc-latex-language to autoloads.
19927 (calc-mode-map): Add calc-latex-language.
19928
19929 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
19930 (math-latex-print-frac): New functions.
19931 (math-oper-table, math-function-table, math-variable-table)
19932 (math-complex-format, math-input-filter): Add latex properties.
19933 (calc-set-language): Set math-expr-special-function-mapping.
19934
19935 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
fe38e3b0 19936 (calc-write-parse-table-part): Add LaTeX support.
1be70c61
JB
19937
19938 * calc/calc.el (calc-language): Adjust docstring.
19939 (calc-set-mode-line): Add LaTeX support.
19940 (math-expr-special-function-mapping): New variable.
e09d97e8 19941 (math-tex-ignore-words): Add to list.
fb89c330 19942
1be70c61
JB
19943 * calc/calccomp.el (math-compose-expr, math-compose-rows):
19944 Add LaTeX support.
19945 (math-compose-expr): Add support for special functions.
19946
19947 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
19948
2d08f307
NR
199492005-01-31 Nick Roberts <nickrob@snap.net.nz>
19950
19951 * progmodes/gdb-ui.el (gdb-memory-address)
19952 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
19953 (gdb-memory-mode-map, gdb-memory-format-keymap)
19954 (gdb-memory-format-menu, gdb-memory-unit-keymap)
19955 (gdb-memory-unit-menu): New variables for a buffer
19956 that lets the user examine program memory.
19957 (gdb-memory-set-address, gdb-memory-set-repeat-count)
19958 (gdb-memory-format-binary, gdb-memory-format-octal)
19959 (gdb-memory-format-unsigned, gdb-memory-format-signed)
19960 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
19961 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
19962 (gdb-memory-unit-word, gdb-memory-unit-halfword)
19963 (gdb-memory-unit-byte, gdb-memory-unit-menu)
19964 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
19965 (gdb-memory-mode, gdb-memory-buffer-name)
19966 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
19967 New functions for above buffer.
19968
ce406543
RS
199692005-01-30 Richard M. Stallman <rms@gnu.org>
19970
19971 * cus-edit.el (custom-bury-buffer): Function deleted.
19972 (custom-buffer-done-function): Option deleted.
30c02925 19973 (custom-buffer-done-kill): New replacement option.
ce406543
RS
19974 (Custom-buffer-done): Call quit-window.
19975 (custom-buffer-create-internal): Update for above changes.
19976
03c64f2e
LT
199772005-01-29 Luc Teirlinck <teirllm@auburn.edu>
19978
19979 * simple.el (undo-ask-before-discard): New var.
19980 (undo-outer-limit-truncate): Implement it.
19981 (undo-extra-outer-limit): Doc update.
19982
5a92a9eb
RS
199832005-01-29 Richard M. Stallman <rms@gnu.org>
19984
394dff57 19985 * ses.el (undo-more): Delete defadvice.
5a92a9eb
RS
19986 (ses-begin-change): Doc fix.
19987
19988 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
19989 instead of rebinding C-x u and C-_.
19990
19991 * files.el (normal-backup-enable-predicate): Return nil for files
19992 in /tmp, regardless of temporary-file-directory.
19993
19994 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
19995
19996 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
19997 (open-rectangle, delete-whitespace-rectangle-line)
03c64f2e 19998 (clear-rectangle-line): If FILL, pass t instead of FILL
5a92a9eb
RS
19999 for move-to-column's 2nd arg.
20000
20001 * simple.el (undo): Fix the test for continuing a series of undos.
20002 (undo-more): Set pending-undo-list to t when we reach end.
394dff57 20003 (pending-undo-list): Move up defvar.
5a92a9eb
RS
20004
20005 * wid-edit.el (widget-button-click):
20006 Shorten the range of the track-mouse binding.
20007
20008 * comint.el (comint-insert-input): Undo previous changes;
20009 use last-input-event in interactive spec.
20010
28d986b9
EZ
200112005-01-29 Eli Zaretskii <eliz@gnu.org>
20012
cf63e6fa
EZ
20013 * progmodes/compile.el (compilation-start): Bind buffer-read-only
20014 to nil before invoking call-process. Reset buffer's modified flag
20015 after fontifying it in the no-async branch.
20016
28d986b9
EZ
20017 * wid-edit.el (widget-specify-button): If mouse pointer shape
20018 cannot be changed, use mouse face instead.
20019
c7c87573
NR
200202005-01-29 Nick Roberts <nickrob@snap.net.nz>
20021
20022 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20023 (gdb-goto-breakpoint): Make breakpoint handling work on template
88cc5da7 20024 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
588c0770 20025 (gdb-assembler-custom): Update to recognize breakpoint information
88cc5da7 20026 added on 2005-01-19.
c7c87573 20027
394dff57
SM
200282005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20029
20030 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
20031 (dsssl-mode): Use define-derived-mode.
20032 (scheme-mode-initialize): Remove.
20033 (scheme-mode): Use run-mode-hooks.
20034
20035 * cus-edit.el (customize-group-other-window)
20036 (custom-buffer-create-other-window): Don't override special-display-*.
20037 (custom-mode-map): Make it dense.
20038
20039 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20040 sets the default value.
20041
2d65673f
EZ
200422005-01-28 Eli Zaretskii <eliz@gnu.org>
20043
20044 * descr-text.el: Add more keywords.
20045
6b626913
SM
200462005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20047
b9fbc167
SM
20048 * speedbar.el: Avoid unnecessary use of locate-library.
20049
6b626913
SM
20050 * international/mule-cmds.el (standard-display-european-internal):
20051 Don't fiddle with latin-1 non-break space any more since it's now
20052 special cased in the C code.
20053 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20054
3bf93f74
LT
200552005-01-26 Luc Teirlinck <teirllm@auburn.edu>
20056
20057 * cus-start.el (all): Add `undo-outer-limit'.
20058
31df23f5
LK
200592005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20060
6b626913
SM
20061 * textmodes/bibtex.el (bibtex-format-entry):
20062 Use `bibtex-empty-field-re' only on the text of fields, not on entire
31df23f5
LK
20063 field lines.
20064 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20065 not on part of a buffer.
20066
200672005-01-25 Lute Kamstra <lute@gnu.org>
20068
20069 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20070 nonempty field text strings like "{letters\\macro{}more letters}".
20071 Clarify docstring.
20072 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20073 (bibtex-entry-offset, bibtex-parse-association)
20074 (bibtex-parse-field-name): Fix typos in docstrings.
6b626913 20075 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31df23f5 20076
19f26a89 200772005-01-24 Carsten Dominik <dominik@science.uva.nl>
640d0c89 20078
60fc9395 20079 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
640d0c89 20080 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
60fc9395
CD
20081 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20082 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20083
20084 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20085 isearch minor mode.
20086
fe860842
LT
200872005-01-24 Luc Teirlinck <teirllm@auburn.edu>
20088
20089 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20090
2fc3738c
LK
200912005-01-24 Lute Kamstra <lute@gnu.org>
20092
20093 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20094 CASECHARS and NOT-CASECHARS regular expressions of the
20095 "nederlands" and "nederlands8" dictionaries to prevent a "Range
20096 striding over charsets" error.
20097
dacb2f70
JB
200982005-01-24 Jay Belanger <belanger@truman.edu>
20099
20100 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20101 display variable name.
20102
e1a050dc
KH
201032005-01-24 Kenichi Handa <handa@m17n.org>
20104
20105 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20106 Fix setting of the element of encoded-kbd-iso2022-invocations.
20107
ac94d5f4
NR
201082005-01-24 Nick Roberts <nickrob@snap.net.nz>
20109
20110 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20111 (gdb-threads-select): Change to also accept mouse events.
20112 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20113 (gdb-threads-mouse-select): Delete.
20114
9bb99df6
LT
201152005-01-23 Luc Teirlinck <teirllm@auburn.edu>
20116
20117 * files.el (insert-directory): Take care of empty directory,
20118 listed without -a switch.
20119
bd6a8278
SM
201202005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
20121
04138be8
SM
20122 * textmodes/refill.el (refill-post-command-function):
20123 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
20124 to the list of functions that we should be careful not to undo.
20125 (refill-late-fill-paragraph-function): Remove.
20126 (refill-saved-state): New var.
20127 (refill-mode): Use it to save fill-paragraph-function.
20128 Save also the value of auto-fill-function.
20129
bd6a8278
SM
20130 * term/w32-win.el: Simplify code.
20131
5c20cae2
KS
201322005-01-23 Kim F. Storm <storm@cua.dk>
20133
8f958b40
KS
20134 * simple.el (line-move): Adapt to new return value from
20135 pos-visible-in-window-p.
20136
5c20cae2
KS
20137 * simple.el (line-move): Fix last change. Check partial
20138 visibility at point rather than at window-start.
20139
e1c7e69a
JR
201402005-01-22 Jason Rumney <jasonr@gnu.org>
20141
20142 * term/w32-win.el (xw-defined-colors): Remove debug-message.
20143
3d4d788a
DK
201442005-01-22 David Kastrup <dak@gnu.org>
20145
20146 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
20147
1a8461d3
EZ
201482005-01-22 Eli Zaretskii <eliz@gnu.org>
20149
20150 * type-break.el (type-break-mode): Add a test for
20151 type-break-file-name being non-nil.
20152
1da1887d
EZ
201532005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
20154
20155 * net/eudc.el (top level): Call (message "") via progn, so that
20156 eudc-options-file is loaded.
20157
d00e399a
KS
201582005-01-22 Kim F. Storm <storm@cua.dk>
20159
20160 * simple.el (line-move-1): Rename from line-move.
20161 (line-move): New function that adjusts vscroll for partially
20162 visible rows, and calls line-move-1 otherwise.
20163
2ff1dec9
JW
201642005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
20165
623f1465 20166 * pcomplete.el: Define pcomplete-read-event instead of read-event,
2ff1dec9
JW
20167 since it's not a complete read-event implementation
20168
7ec35700
JB
201692005-01-20 Jay Belanger <belanger@truman.edu>
20170
20171 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
20172 for called function.
20173
a15252fd
ST
201742005-01-20 Steven Tamm <steventamm@mac.com>
20175
6b626913 20176 * term/mac-win.el (process-connection-type): Remove.
a15252fd
ST
20177 Controlled now by s/darwin.h:PTY_ITERATION.
20178
66c226bf
SM
201792005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20180
20181 * window.el (handle-select-window): Don't switch window when we're
20182 in the minibuffer.
20183
7c018923
SM
201842005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
20185
20186 * subr.el (dotimes-with-progress-reporter): New macro.
20187
20188 * ses.el (ses-dotimes-msg): Remove macro.
20189 Use `dotimes-with-progress-reporter' instead.
20190
8db8a5cf
ST
201912005-01-19 Steven Tamm <steventamm@mac.com>
20192
20193 * term/mac-win.el (process-connection-type): Use new
588c0770 20194 operating-system-release variable to use ptys on Darwin 7 (OS X
8db8a5cf
ST
20195 10.3) when using carbon build.
20196
7679290d
JB
201972005-01-19 Jay Belanger <belanger@truman.edu>
20198
20199 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
20200 flags if the last command was a tab or M-tab.
20201
17c90a9e
JB
20202 * calc/calc-prog.el (calc-user-define-edit): Put original formula
20203 in formula editing buffer.
20204
2c60b6d3
NR
202052005-01-19 Nick Roberts <nickrob@snap.net.nz>
20206
20207 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
20208 breakpoint image symbol in margin.
20209
1ff85beb
JB
202102005-01-19 Jay Belanger <belanger@truman.edu>
20211
20212 * calc/calc-prog.el (calc-execute-kbd-macro):
20213 Ignore calc-keep-arg-flag.
20214
664ca704
KH
202152005-01-19 Kenichi Handa <handa@m17n.org>
20216
20217 * textmodes/ispell.el (ispell-looking-at): New function.
20218 (ispell-process-line): Use ispell-looking-at to compare the ispell
20219 output and the buffer contents.
20220
926787be
JB
202212005-01-18 Jay Belanger <belanger@truman.edu>
20222
20223 * calc/calc.el (calc-display-raw): Fix docstring.
20224
67b9b71f
SM
202252005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
20226
7c018923
SM
20227 * simple.el (blink-matching-open): Strip extra info from syntax.
20228
67b9b71f
SM
20229 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
20230 funny chars in the end-of-here-doc marker.
20231
83c7f806
NR
202322005-01-19 Nick Roberts <nickrob@snap.net.nz>
20233
20234 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
20235 that enable/disabled state of breakpoints is shown correctly in
20236 fringe and on ttys.
20237 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
20238 Add breakpoint information as text properties.
67b9b71f 20239 (gdb-mouse-toggle-breakpoint):
83c7f806 20240 Rename to gdb-mouse-set-clear-breakpoint.
67b9b71f 20241 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
83c7f806
NR
20242 breakpoints in the margin.
20243 (gdb-remove-strings): Simplify.
20244
538a5f8b
JB
202452005-01-17 Jay Belanger <belanger@truman.edu>
20246
20247 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
20248 erasing buffer.
20249
444919be
RS
202502005-01-17 Richard M. Stallman <rms@gnu.org>
20251
20252 * progmodes/grep.el (grep-find): Copy from `grep' the condition
20253 for calling grep-compute-defaults.
20254
20255 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
20256 if buffer is empty.
20257
20258 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
20259
67476fca
SM
202602005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
20261
20262 * hilit-chg.el (highlight-changes-mode): Don't autoload.
20263
20264 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
20265 non-preloaded variables.
20266
4042dc25
ST
202672005-01-17 Steven Tamm <steventamm@mac.com>
20268
20269 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
20270 tex-shell cause to force interactivity when using pipes.
20271
aea3bdb1
KS
202722005-01-17 Kim F. Storm <storm@cua.dk>
20273
20274 * simple.el (just-one-space): Make arg optional.
20275
41774623
NR
202762005-01-17 Nick Roberts <nickrob@snap.net.nz>
20277
20278 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30598da5 20279 posn-at-x-y to t to access left-margin.
41774623 20280
01917a18
MA
202812005-01-16 Michael Albinus <michael.albinus@gmx.de>
20282
20283 Sync with Tramp 2.0.47.
20284
11948172 20285 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
01917a18
MA
20286 catching keep-date problems in cp/scp operations.
20287 (tramp-handle-copy-file): Don't call `set-file-modes'
20288 unconditionally. Specialized functions should know better what is
20289 necessary. This improves performance a little bit, and the
20290 functions could catch errors with `cp -p' and `scp -p'.
20291 (tramp-do-copy-or-rename-file-via-buffer)
20292 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
20293 when appropriate.
67476fca
SM
20294 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
20295 Call `set-file-modes' when appropriate.
01917a18
MA
20296 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
20297 Johnsson <isak@hypergene.com>
20298 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
20299 of both Tramp buffer and debug buffer. Reported by Joakim Verona
20300 <joakim@verona.se>
20301 (tramp-file-name-for-operation): Mark `shell-command' as magic for
20302 Emacs only.
20303
11948172 20304 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
01917a18
MA
20305 `find-file-hooks' and `dired-mode-hook'.
20306 (tramp-minor-mode-map): Respective map. Add remapping for
20307 `compile' and `recompile'.
20308 (tramp-remap-command, tramp-recompile): New defuns.
20309 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
20310 in buffer "*Compilation*". Call the commands asynchronously.
20311
11948172 20312 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
01917a18
MA
20313 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
20314 `shell-command', because it isn't magic in XEmacs. Reported by
20315 Adrian Aichner <adrian@xemacs.org>.
20316
11948172 20317 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
01917a18
MA
20318 `substitute-in-file-name.
20319 (tramp-smb-handle-substitute-in-file-name): New defun.
20320 (tramp-smb-advice-PC-do-completion): Delete advice.
20321
203222005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
20323
11948172 20324 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
01917a18
MA
20325 Fix error in deleting region.
20326
d4b6c2e3
RS
203272005-01-15 Richard M. Stallman <rms@gnu.org>
20328
20329 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
20330 In non-temp buffer, switch syntax table temporarily.
20331
20332 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
20333
20334 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
20335
20336 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
20337
20338 * imenu.el (imenu--split-menu): Copy menulist before sorting.
20339 (imenu--generic-function): Use START, not BEG, as pos of definition.
20340
20341 * simple.el (just-one-space): Argument specifies number of spaces.
20342
20343 * simple.el (eval-expression-print-format): Avoid warning
20344 about edebug-active.
20345
c85465f9 203462005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
d4b6c2e3
RS
20347
20348 * progmodes/sh-script.el: Code copied from make-mode.el
20349 with small changes,
20350 (sh-mode-map): Bind C-c C-\.
20351 (sh-backslash-column, sh-backslash-align): New variables.
20352 (sh-backslash-region, sh-append-backslash): New functions.
aea3bdb1 20353
43805352
EZ
203542005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
20355
20356 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
67476fca 20357 (rmail-pop-password, rmail-pop-password-required): Move to
43805352 20358 rmail-obsolete group.
67476fca 20359 (rmail-set-pop-password): Rename to rmail-set-remote-password.
43805352 20360 All callers updated.
67476fca 20361 (rmail-get-pop-password): Rename to rmail-get-remote-password.
43805352
EZ
20362 Take an argument specifying whether it is POP or IMAP mailbox we
20363 are using. All callers updated.
67476fca
SM
20364 (rmail-pop-password-error): Rename to
20365 rmail-remote-password-error. Added mailutils-specific error message.
43805352
EZ
20366 (rmail-movemail-search-path)
20367 (rmail-movemail-variant-in-use): New variables.
67476fca
SM
20368 (rmail-remote-password, rmail-remote-password-required):
20369 New customization variables.
af71d4c0 20370 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
43805352 20371 (rmail-parse-url): New function.
67476fca 20372 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
43805352
EZ
20373 with GNU mailutils movemail.
20374
5754a69e
EZ
203752005-01-15 Kevin Ryde <user42@zip.com.au>
20376
20377 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
20378 suffix to space, $ or '$, to correctly position point when going
20379 to @table style constants like DBL_MAX.
20380
a7ed85f0
EZ
203812005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
20382
20383 * type-break.el (type-break-mode, type-break-file-time)
67476fca
SM
20384 (type-break-file-keystroke-count, type-break-choose-file):
20385 Don't store data in or load data from the file if type-break-file-name
a7ed85f0
EZ
20386 is nil.
20387 (type-break-file-name): Doc update as per the above.
20388
f79b331a
EZ
203892005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
20390
20391 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
20392 lookup-key might return nil; handle that.
20393
8b3a75ac
EZ
203942005-01-15 Alan Mackenzie <acm@muc.de>
20395
20396 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
67476fca 20397 rather than the element found, thus enabling the tree to be setcar'd.
8b3a75ac 20398
791d856f
CD
203992005-01-14 Carsten Dominik <dominik@science.uva.nl>
20400
20401 * textmodes/org.el (org-show-following-heading): New option.
20402 (org-show-hierarchy-above): Use `org-show-following-heading'.
7d7dac8c 20403 (org-cycle): Documentation fix.
791d856f
CD
20404
20405 * textmodes/org.el (orgtbl-optimized): New option
20406 (orgtbl-mode): New command, a minor mode.
20407 (orgtbl-mode-map): New variable.
20408 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
20409 (orgtbl-error, orgtbl-self-insert-command)
20410 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
20411
20412 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
20413 a local variable in each org-mode buffer.
20414
67476fca 20415 * textmodes/org.el (org-set-regexps-and-options): Rename from
791d856f 20416 `org-set-regexps'. Added checking for STARTUP keyword.
67476fca 20417 (org-get-current-options): Add STARTUP options.
1bef8597 20418 (org-table-insert-row): Make mode intelligent about when
791d856f 20419 realignment is needed.
67476fca
SM
20420 (org-self-insert-command, org-delete-backward-char, org-delete-char):
20421 New commands.
20422 (org-enable-table-editor): New default value `optimized'.
791d856f
CD
20423 (org-table-blank-field): Support blanking regions if active.
20424
af41e141
CD
204252005-01-14 Carsten Dominik <dominik@science.uva.nl>
20426
099fc2c9
CD
20427 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
20428 if the year is not given.
af41e141 20429
67476fca
SM
20430 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
20431 Add new escapes %m and %M, fixed bug with %F by adding
099fc2c9 20432 save-match-data.
67476fca
SM
20433 (reftex-reference): Remove ?. from list of spaces.
20434 (reftex-label-info): Add automatic label prefix recognition.
20435
20436 * textmodes/reftex-index.el (reftex-index-next-phrase):
20437 Add slave parameter to call of `reftex-index-this-phrase'.
20438 (reftex-index-this-phrase): New optional argument.
20439 (reftex-index-region-phrases): Add slave parameter to call of
20440 `reftex-index-this-phrase'.
20441 (reftex-display-index): New argument redo.
119f6f17 20442 (reftex-index-rescan): Add `redo' to arguments of
67476fca 20443 `reftex-display-index'.
af41e141 20444 (reftex-index-Rescan, reftex-index-revert)
119f6f17 20445 (reftex-index-switch-index-tag): Add `redo' to arguments of
67476fca
SM
20446 `reftex-display-index'.
20447 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
20448 indexing. Fix bug with matching is there is a quote before or
af41e141
CD
20449 after the word.
20450
67476fca
SM
20451 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
20452 Fix bug when collecting citation keys in lines with comments.
af41e141
CD
20453 (reftex-citation): Prefix argument no longer rescans the document,
20454 but forces prompting for optional arguments of cite macros.
67476fca 20455 (reftex-do-citation): Prompting for optional arguments implemented.
af41e141 20456
67476fca
SM
20457 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20458 Add optional arguments to most cite commands.
af41e141
CD
20459 (reftex-cite-cleanup-optional-args): New option
20460 (reftex-cite-prompt-optional-args): New option.
67476fca 20461 (reftex-trust-label-prefix): New option.
af41e141 20462
67476fca
SM
20463 * textmodes/reftex-toc.el (reftex-toc-find-section):
20464 Add push-mark before changing the position in the buffer.
af41e141 20465
67476fca
SM
20466 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
20467 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
af41e141 20468
5ca75c83
NR
204692005-01-14 Nick Roberts <nickrob@snap.net.nz>
20470
20471 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
20472 more carefully.
20473
ed8031f2
SM
204742005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
20475
20476 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
20477 (sgml-mode): Use it.
20478 (sgml-get-context): Better keep track of implicitly closed tags.
20479
7573e36d
KH
204802005-01-13 Kenichi Handa <handa@m17n.org>
20481
20482 * textmodes/ispell.el: These changes are to fix misalignment error
20483 caused by equivalent characters of different Emacs charsets.
20484 (ispell-unified-chars-table): New variable.
20485 (ispell-get-decoded-string): New function.
20486 (ispell-get-casechars, ispell-get-not-casechars)
20487 (ispell-get-otherchars): Call ispell-get-decoded-string.
20488
80888260
JPW
204892005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
20490
20491 * custom.el (custom-declare-variable): Just put symbol instead
e2244c1d 20492 of (defvar . symbol) in `current-load-list'.
80888260 20493
9deb0aba
RS
204942005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
20495
20496 * emacs-lisp/elint.el: Fixed typo in Commentary section.
20497
f5340eb7
JB
204982005-01-12 Jay Belanger <belanger@truman.edu>
20499
20500 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
20501 to create a Calc summary.
20502
1e801ac3
KS
205032005-01-12 Kim F. Storm <storm@cua.dk>
20504
20505 * mouse.el (mouse-on-link-p): Change functionality and doc
20506 string to comply with latest description in lisp ref.
20507
a1c9fd19
NR
205082005-01-12 Nick Roberts <nickrob@snap.net.nz>
20509
ed8031f2
SM
20510 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
20511 Enable mouse clicks on mode-line, header-line and margin.
119f6f17
RS
20512 (event-type): Give mouse event symbols an `event-kind' property
20513 with value `mouse-click'.
a1c9fd19 20514
066a23af
JL
205152005-01-12 Juri Linkov <juri@jurta.org>
20516
20517 * facemenu.el (list-colors-display): Add new arg buffer-name.
20518 Use it. Fix docstring. Replace code for identifying duplicate
20519 colors by the name with call to `list-colors-duplicates' which
20520 identifies duplicate colors by the value unless the color
20521 is one of special Windows colors. Set truncate-lines to t.
20522 Print sorted duplicate color names on each line. Indent to 22
20523 \(the longest color name in rgb.txt) instead of 20. Optimize.
20524 (list-colors-duplicates): New function.
20525 (facemenu-color-name-equal): Delete function.
20526
987d1819
JL
20527 * facemenu.el (list-colors-print): New function created from code
20528 in list-colors-display. Print #RRGGBB at the window right edge.
20529 (list-colors-display): When temp-buffer-show-function is not
20530 defined, call list-colors-print from temp-buffer-show-hook
20531 to get the right value of window-width in list-colors-print
20532 after the buffer is displayed.
20533
aac42a1b
JL
20534 * simple.el (pop-mark): Move deactivate-mark out of conditional
20535 part to deactivate the active mark regardless of the state of the
20536 mark ring.
20537
20538 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
20539 variables line in desktop files.
20540
afd33362
JL
205412005-01-12 Juri Linkov <juri@jurta.org>
20542
20543 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
20544 Bring together isearch highlight related options.
20545 (lazy-highlight): Replace group `replace' by `matching'.
20546 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20547 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
20548 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
20549 and declare them obsolete.
20550 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
20551 (isearch-faces): Remove defgroup.
20552 (isearch-overlay, isearch-highlight, isearch-dehighlight):
20553 Move isearch highlighting code closer to lazy highlighting code.
20554
20555 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
20556 (query-replace-highlight, query-replace-lazy-highlight)
20557 (query-replace): Move definitions to the beginning of the file.
20558
424b9d3e
JL
205592005-01-11 Juri Linkov <juri@jurta.org>
20560
881b07f9
JB
20561 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
20562 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
424b9d3e
JL
20563 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
20564
20565 * info.el (Info-history-forward): New variable.
20566 (Info-select-node): Reset Info-history-forward to nil.
20567 (Info-last): Turn into defalias.
20568 (Info-history-back): Rename from Info-last.
20569 Add current node to Info-history-forward.
20570 (Info-history-forward): New fun.
20571 (Info-mode-map): Replace Info-last by Info-history-back.
20572 Bind Info-history-forward to "r".
20573 (Info-mode-menu): Replace Info-last by Info-history-back.
20574 Fix menu item text. Add menu item for Info-history-forward.
20575 (info-tool-bar-map): Replace Info-last by Info-history-back.
20576 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
20577 for Info-history-forward.
20578 (Info-mode): Replace Info-last by Info-history-back in docstring.
20579 Add local variable Info-history-forward.
20580 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
20581
fbd8dc8a
SM
205822005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
20583
20584 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
20585 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
20586 Ignore select-window events rather than fiddle with
20587 mouse-autoselect-window.
20588
28f94a34
RS
205892005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
20590
20591 * type-break.el (type-break-mode): Fix previous change.
20592
b748957a
JB
205932005-01-10 Jay Belanger <belanger@truman.edu>
20594
10907497 20595 * calc/calc-ext.el (calc-reset): Reset when inside embedded
fbd8dc8a
SM
20596 calculator; only reset when point is inside a calculator.
20597 Don't adjust the window height if the window takes up the whole height
10907497 20598 of the frame.
b748957a 20599
e4edc5cd
TTN
206002005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
20601
20602 * ebuff-menu.el (Electric-buffer-menu-mode):
20603 Preserve value of buffer-local var header-line-format.
20604
3579f0c2
JB
206052005-01-09 Jay Belanger <belanger@truman.edu>
20606
20607 * calc/calc.el (calc-mode-var-list-restore-saved-values):
20608 Make sure settings file exists before accessing it.
20609
7f72c3db
JB
20610 * calc/calc-embed.el (calc-embedded-subst):
20611 Replace math-multi-subst-rec, which is only supposed to be called
20612 by math-multi-subst, by math-multi-subst.
20613
5fbf7903
AS
206142005-01-09 Andre Spiegel <spiegel@gnu.org>
20615
20616 * vc.el (vc-allow-async-revert): New user option.
20617 (vc-disable-async-diff): New internal variable.
20618 (vc-revert-buffer): Use them to disable asynchronous diff.
20619
fbd8dc8a
SM
20620 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
20621 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5fbf7903
AS
20622 asynchronously if vc-disable-async-diff is t.
20623
809c26be
JB
206242005-01-09 Jay Belanger <belanger@truman.edu>
20625
20626 * calc/calc.el (defcalcmodevar): New macro.
20627 (calc-mode-var-list-restore-default-values)
20628 (calc-mode-var-list-restore-saved-values): New functions.
20629 (calc-mode-var-list): Use defcalcmodevar to define it.
20630 (calc-always-load-extensions, calc-line-numbering)
20631 (calc-line-breaking, calc-display-just, calc-display-origin)
20632 (calc-number-radix, calc-leading-zeros, calc-group-digits)
20633 (calc-group-char, calc-point-char, calc-frac-format)
20634 (calc-prefer-frac, calc-hms-format, calc-date-format)
20635 (calc-float-format, calc-full-float-format, calc-complex-format)
20636 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
20637 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
20638 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
20639 (calc-matrix-brackets, calc-language, calc-language-option)
20640 (calc-left-label, calc-right-label, calc-word-size)
20641 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
20642 (calc-display-raw, calc-internal-prec, calc-angle-mode)
20643 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
20644 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
20645 (calc-window-height, calc-display-trail, calc-show-selections)
20646 (calc-use-selections, calc-assoc-selections)
20647 (calc-display-working-message, calc-auto-why, calc-timing)
20648 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
20649 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
20650 (calc-gnuplot-default-device, calc-gnuplot-default-output)
20651 (calc-gnuplot-print-device, calc-gnuplot-print-output)
20652 (calc-gnuplot-geometry, calc-graph-default-resolution)
20653 (calc-graph-default-resolution-3d, calc-invocation-macro)
20654 (calc-show-banner): Use defcalcmodevar to declare them and set
20655 their default values.
20656
20657 * calc/calc-ext.el (calc-reset): Restore saved values of variables
20658 instead of default values (but restore default values if there is
20659 an argument of 0).
20660
0ba9bc53
DK
206612005-01-09 David Kastrup <dak@gnu.org>
20662
20663 * desktop.el (desktop-restore-eager): Fix typo in type.
20664
03e31a1a
RS
206652005-01-08 Richard M. Stallman <rms@gnu.org>
20666
20667 * cus-edit.el (customize): Delete :link.
20668
3aba853a
JB
206692005-01-08 Jay Belanger <belanger@truman.edu>
20670
20671 * calc/calc.el (calc-mode): Remove the extension from the
20672 `calc-settings-file' file name when loading it.
20673
1f387600
KS
206742005-01-08 Kim F. Storm <storm@cua.dk>
20675
20676 * info.el (Info-mode-map, Info-next-link-keymap)
20677 (Info-prev-link-keymap, Info-up-link-keymap):
20678 Map follow-link to mouse-face.
20679 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
20680
a4dfc830
JB
206812005-01-08 Jay Belanger <belanger@truman.edu>
20682
20683 * calc/calc.el (calc-settings-file): Change default value.
20684 Suggested by cgw in a comment in calc-mode.el.
20685
20686 * calc/calc-mode.el (calc-settings-file-name):
20687 Compare calc-settings-file to user-init-file instead of ~/.emacs.
20688 Replace ~/.emacs in a prompt by calc-settings-file.
20689
9abb41eb
LH
206902005-01-07 Lars Hansen <larsh@math.ku.dk>
20691
7716b93b
KS
20692 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
20693 (desktop-lazy-idle-delay): New customizable variables.
9abb41eb
LH
20694 (desktop-buffer-args-list): New variable.
20695 (desktop-append-buffer-args): New function.
20696 (desktop-save): Call desktop-append-buffer-args for some buffers.
20697 (desktop-lazy-create-buffer): New function.
20698 (desktop-idle-create-buffers): New function.
20699 (desktop-read): Add message about buffers to restore lazily.
20700 (desktop-lazy-abort): New command.
20701 (desktop-clear): Call desktop-lazy-abort.
20702 (desktop-lazy-complete): New command.
20703
c7ce7fc4
RS
207042005-01-06 Richard M. Stallman <rms@gnu.org>
20705
20706 * emacs-lisp/find-func.el (find-face-definition):
fbd8dc8a 20707 Rename from find-face.
c7ce7fc4 20708
c35b0c6b
KS
207092005-01-06 Kim F. Storm <storm@cua.dk>
20710
20711 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
20712
20713 * man.el (Man-xref-man-page, Man-xref-header-file)
20714 (Man-xref-normal-file): Add follow-link property.
20715
4c07596d
JB
207162005-01-06 Jay Belanger <belanger@truman.edu>
20717
20718 * calc/calc-units.el: Make sure the proper macro definitions are
20719 available when compiling.
20720
b49018ff
JL
207212005-01-06 Juri Linkov <juri@jurta.org>
20722
fbd8dc8a
SM
20723 * isearch.el (isearch-lazy-highlight-update):
20724 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
b49018ff 20725
e3cde0c7
MB
207262005-01-06 Miles Bader <miles@gnu.org>
20727
fbd8dc8a 20728 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
e3cde0c7
MB
20729 (isearch-lazy-highlight-face): Use new name.
20730
4dbbcb46
SM
207312005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
20732
2eec3e8e
SM
20733 * uniquify.el (uniquify-rationalize-file-buffer-names):
20734 Re-add an interactive spec.
9890ec7d
SM
20735 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
20736 to the same name.
2eec3e8e 20737
4dbbcb46
SM
20738 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
20739 (isearch-update, isearch-done): Adjust calls accordingly.
20740
436c08c2
RS
207412005-01-05 Richard M. Stallman <rms@gnu.org>
20742
c7ce7fc4
RS
20743 * custom.el (custom-set-variables, custom-theme-set-variables):
20744 Clarify documentation.
20745
436c08c2 20746 * emacs-lisp/find-func.el (find-variable)
4dbbcb46 20747 (find-variable-other-window, find-variable-other-frame):
436c08c2
RS
20748 Fix the TYPE args to find-function-read and find-function-do-it.
20749 (find-function): Doc fix.
20750 (find-function-at-point): Replace function-at-point alias.
20751
4829145a
RS
207522005-01-04 Richard M. Stallman <rms@gnu.org>
20753
20754 * cus-face.el (custom-declare-face):
20755 Record defface in current-load-list.
20756
20757 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
20758
20759 * emacs-lisp/find-func.el: Doc fixes.
20760 (find-face-regexp): New variable.
20761 (find-function-regexp-alist): New variable.
20762 (find-function-C-source): Third arg is now TYPE.
20763 (find-function-search-for-symbol): Handle general TYPE.
20764 (find-function-read, find-function-do-it): Handle general TYPE.
20765 (find-definition-noselect, find-face): New functions.
20766 (function-at-point): Alias deleted.
20767
73a6a972
SM
207682005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
20769
20770 * battery.el (display-battery-mode): Rename from display-battery.
20771 Handle the case where it gets turned off.
20772
60d1a807
RS
207732005-01-04 Richard M. Stallman <rms@gnu.org>
20774
dd496df6
RS
20775 * cus-edit.el (customize): Make :link point to user doc.
20776
20777 * man.el (Man-fontify-manpage): Turn off undo generation.
20778
60d1a807
RS
20779 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
20780
d198dfaa
AS
207812005-01-04 Andreas Schwab <schwab@suse.de>
20782
20783 * files.el (insert-directory): Only look for error lines in
73a6a972 20784 inserted text. Don't move too far after processing --dired markers.
d198dfaa 20785
69ba53f7
RS
207862005-01-04 Richard M. Stallman <rms@gnu.org>
20787
20788 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
20789 Don't expand if the character is @, period, dash, etc.
20790 (define-mail-abbrev): Quote names that contain problem characters.
20791
d4bb7735
TTN
207922005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
20793
20794 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
20795
d57c7572
RS
207962005-01-03 Richard M. Stallman <rms@gnu.org>
20797
20798 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
20799 (query-replace-highlight, query-replace-lazy-highlight)
20800 (query-replace): Definitions moved up. Doc fix.
20801
208022005-01-03 Richard M. Stallman <rms@gnu.org>
20803
20804 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
20805 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20806 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
73a6a972 20807 (lazy-highlight-face): Rename from isearch-lazy-...
d57c7572
RS
20808 Change all references to them.
20809
985a8e0f
LT
208102005-01-03 Luc Teirlinck <teirllm@auburn.edu>
20811
20812 * cus-edit.el (custom-file): Doc fix for defcustom.
20813 (custom-file): The function no longer sets the variable
20814 `custom-file' to its return value.
20815
20816 * startup.el (command-line): No longer load `custom-file'.
20817
8a525646
SM
208182005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
20819
1b60b25a
SM
20820 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
20821
8a525646
SM
20822 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
20823 Don't confuse module-prefixed identifiers for labels.
20824 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
20825
c45c149c
RS
208262005-01-02 Richard M. Stallman <rms@gnu.org>
20827
969be033
RS
20828 * files.el (basic-save-buffer-1): Fix previous change.
20829
19996af4
RS
20830 * loadhist.el (file-loadhist-lookup): New function.
20831 (file-provides, file-requires): Use it.
20832
c45c149c
RS
20833 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
20834 instead of calculating the right size.
20835
d57c7572 208362005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
50292b6e 20837
3625f6b7 20838 * vc-svn.el (vc-svn-diff): Stay local if possible.
85aaa8d2 20839
d101bf56 208402005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3625f6b7 20841
5e39b98a
SM
20842 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
20843
50292b6e
SM
20844 * files.el (hack-local-variables): Fix last change.
20845
731da695
JB
208462005-01-02 Jay Belanger <belanger@truman.edu>
20847
20848 * calc/calc-yank.el (calc-edit-top): New variable.
20849 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
20850 object. Change header properties.
20851 (calc-edit-finish, calc-edit-finish-stack-object)
20852 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
20853 edited object.
20854 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
20855 for the beginning of the edited object.
20856 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
20857 for the beginning of the edited object.
20858 * calc/calc-prog.el (calc-edit-macro-finish-edit)
20859 (calc-finish-formula-edit, calc-macro-repeats)
20860 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
20861 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
20862 beginning of the edited object.
20863 (calc-user-define-edit): Change the header for editing macros.
20864 Remove unnecessary variable.
20865
227c9573
JB
208662005-01-01 Jay Belanger <belanger@truman.edu>
20867
731da695 20868 * calc/calc-yank.el (calc-edit-mode): Change default header.
5e39b98a 20869 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
731da695 20870 * calc/calc-store.el (calc-edit-variable): Change title to match new
c5757d2e 20871 header.
42a797de 20872 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
c5757d2e
JB
20873 mode to match new header.
20874 (calc-user-define-edit): Change titles to include names of commands.
42a797de 20875 (calc-finish-formula-edit): Adjust to handle new header.
c5757d2e 20876 (calc-finish-macro-edit): Remove.
227c9573
JB
20877 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
20878 (calc-edit-macro-command, calc-edit-macro-command-type)
20879 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
20880 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
20881 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
20882 (calc-edit-macro-finish-edit): New functions.
20883 (calc-user-define-edit): Use new functions to edit named calc macros.
20884
4c6af0f6
SM
208852005-01-01 Stefan <monnier@iro.umontreal.ca>
20886
20887 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
20888
20889 * ses.el (copy-region-as-kill): Deactivate mark.
20890
3f68d7c8
RS
208912005-01-01 Richard M. Stallman <rms@gnu.org>
20892
f42a241b
RS
20893 * replace.el (occur-1): If the output buffer is also an input,
20894 don't kill it, rename it.
20895
20896 * faces.el (set-face-background, set-face-foreground): Doc fix.
20897
3f68d7c8
RS
20898 * cus-face.el (custom-face-attributes): Fix :help-echo strings
20899 for :foreground and :background.
20900
3f68d7c8 20901 * dired.el (dired-view-command-alist): Variable deleted.
4c6af0f6 20902 (dired-view-file, dired-mouse-find-file-other-window):
3f68d7c8
RS
20903 Delete the code to use it.
20904
41d0b092
KS
209052005-01-01 Kim F. Storm <storm@cua.dk>
20906
20907 * image.el (insert-sliced-image): Use t for line-height property.
20908
aea6ad3d 20909See ChangeLog.11 for earlier changes.
55115079
PA
20910
20911;; Local Variables:
20912;; coding: iso-2022-7bit
20913;; End:
20914
aaef169d 20915 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
55115079
PA
20916 Copying and distribution of this file, with or without modification,
20917 are permitted provided the copyright notice and this notice are preserved.
20918
20919;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1