]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(image-load-path-for-library): Minor docstring fix.
[gnu-emacs] / lisp / ChangeLog
1 2006-03-17 Bill Wohler <wohler@newt.com>
2
3 * image.el (image-load-path-for-library): Minor docstring fix.
4
5 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
6
7 * textmodes/org.el (org-read-date): Include subgroup 5 into
8 replacement text.
9 (org-popup-calendar-for-date-prompt): Fix customization type.
10
11 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
12
13 * progmodes/gdb-ui.el (gud-watch): Provide completion.
14 (gdb-continuation): New variable.
15 (gdb-send): Deal with continuation lines.
16
17 * progmodes/gud.el (gud-gdb-complete-command)
18 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
19 expressions.
20 (gud-tooltip-mode): Use buffer-local value.
21
22 2006-03-16 Kim F. Storm <storm@cua.dk>
23
24 * ido.el (ido-edit-input): Use selected match, if any.
25
26 2006-03-16 Bill Wohler <wohler@newt.com>
27
28 * image.el (image-load-path-for-library): Prefer user's images in
29 image-load-path.
30
31 2006-03-16 Martin Rudalics <rudalics@gmx.at>
32
33 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
34 when checking for attempt to drag leftmost or rightmost scrollbar.
35
36 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
37
38 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
39 (gdb-force-mode-line-update): New function.
40 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
41 (gdb-exited): Use them.
42 (gdb-signal): New fuction.
43 (gdb-annotation-rules): Provide a rule for it.
44
45 2006-03-16 Kenichi Handa <handa@m17n.org>
46
47 * international/mule.el (auto-coding-regexp-alist): Add entries
48 for Unicode BOM.
49
50 * sort.el (sort-build-lists): Temporarily bind
51 inhibit-field-text-motion to t.
52
53 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
54
55 * locate.el (locate-command, locate-make-command-line)
56 (locate-fcodes-file, locate-update-command)
57 (locate-prompt-for-command, locate, locate-with-filter)
58 (locate-get-file-positions): Doc fixes.
59 (locate-buffer-name, locate-header-face): Remove leading `*' in
60 defcustom.
61 (locate-filter-output): Use `keep-lines' instead of its alias
62 `delete-non-matching-lines'.
63 (locate-get-filename, locate-get-dirname): Add introductory comment.
64 (locate-find-directory-other-window): Give appropriate error
65 message if used outside main listing.
66
67 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
68
69 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
70 the new extend-region feature.
71 (font-lock-after-change-function): Update correspondingly.
72 * jit-lock.el (jit-lock-after-change): Update correspondingly.
73 * progmodes/grep.el (font-lock-lines-before): Don't disable.
74
75 2006-03-15 Bill Wohler <wohler@newt.com>
76
77 * image.el (image-load-path-for-library): Fix example by not
78 recommending that one binds image-load-path. Just defvar it to
79 placate compiler and only use it if previously defined.
80
81 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
82
83 * textmodes/org.el (org-insert-centered): Use `string-width' to
84 make underlining work for wide characters.
85 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
86 TAB to `org-cycle', to make sure that no binding in
87 `outline-mode-map' can supercede it.
88
89 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
90
91 * allout.el: Increment version to 2.2.1 in file commentary.
92
93 (allout-version): Increment to 2.2.1.
94
95 (allout-default-layout): New customization variable, used when the
96 file lacks a specific allout-layout. Uses allout-layout-type for
97 recursively nested definition.
98
99 (allout-layout-type): Widget defining allout layouts, necessary for
100 self-recursive definition.
101
102 (allout-mode): Incorporate allout-default-layout as fallback for
103 allout-layout.
104
105 (allout-layout): Mark as 'safe-local-variable', and refer mention
106 fallback to `allout-default-layout' in absence of a specified value.
107 (allout-passphrase-verifier-string)
108 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
109
110 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
111
112 (allout-get-encryption-passphrase-verifier): Use correct name of
113 passphrase verifier in docstring.
114
115 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
116
117 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
118 elements.
119 (gdb-find-watch-expression): Make it work for arrays too. Follow
120 change to gdb-var-list.
121 (gud-watch): Allow the user to enter variable name with a prexix
122 arg. Create keybindings.
123 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
124 (gdb-var-list-children-handler, gdb-var-update-handler)
125 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
126 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
127 Follow change to gdb-var-list.
128 (gdb-starting): Don't show the overlay arrows when program is
129 running.
130
131 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
132 gdb-var-list.
133
134 2006-03-14 Bill Wohler <wohler@newt.com>
135
136 * image.el (image-load-path-for-library): Pass value of path
137 rather than symbol. Always return list of directories. Guarantee
138 that image directory comes first.
139
140 2006-03-14 Alan Mackenzie <acm@muc.de>
141
142 * font-core.el: New function/variable
143 font-lock-extend-region\(-function\)?.
144
145 * font-lock.el (font-lock-after-change-function): Call
146 font-lock-extend-region. Obey font-lock-lines-before.
147 (font-lock-default-fontify-region): Remove reference to
148 font-lock-lines-before.
149
150 * jit-lock.el (jit-lock-after-change): Call
151 font-lock-extend-region. Obey font-lock-lines-before.
152
153 2006-03-14 David Ponce <david@dponce.com>
154
155 * tree-widget.el (tree-widget-themes-load-path)
156 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
157
158 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
159
160 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
161 (rcirc-print): Mark the start of text at the end of the prompt.
162 (rcirc-track-minor-mode): Add autoload cookie.
163 (rcirc-update-activity-string): Add space to front of mode-line
164 indicator.
165
166 2006-03-13 Miles Bader <miles@gnu.org>
167
168 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
169 (rcirc-abbrev-nick): Remove function.
170 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
171
172 2006-03-13 David Ponce <david@dponce.com>
173
174 * tree-widget.el: Handle themes across all occurrences of the main
175 themes sub-directory found in tree-widget-themes-load-path.
176 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
177 (tree-widget--locate-sub-directory): Return all occurrences.
178 (tree-widget-themes-path): New function. Replace
179 tree-widget-themes-directory, and return a list of directories.
180 (tree-widget-set-parent-theme)
181 (tree-widget-lookup-image): Use it.
182
183 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
184
185 * textmodes/org.el (org-link-search): Avoid self-matching of
186 links, allow target text to be distributed over several lines.
187 (org-search-not-link): New function.
188 (org-set-regexps-and-options, org-get-current-options):
189 New startup options.
190 (org-export-as-html): Take odd-level setting from local variable.
191 (org-fontify-emphasized-text): New option.
192 (org-set-font-lock-defaults): Include emphasized text.
193 (org-follow-mhe-link): Allow folder-only links, fix folder name.
194 (org-font-lock): Customize group renamed from `org-faces'.
195
196 2006-03-13 John Paul Wallington <jpw@pobox.com>
197
198 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
199 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
200
201 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
202
203 * cus-start.el (all): Delete :version keyword for members of the
204 fringe group, since the entire group is new in 22.1.
205
206 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
207
208 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
209 map if value is hexadecimal (an address).
210 (gud-watch): Only search roots for existing watch expressions.
211 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
212 prevent caching problems with speedbar-update-directory-contents.
213
214 2006-03-12 Juri Linkov <juri@jurta.org>
215
216 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
217 before comparing with `low' and `warn'.
218
219 * info.el (Info-dir-remove-duplicates): Move point to the
220 beginning of the current line after deleting the entries from
221 redundant heading. Use marker for `limit' and compare it with
222 point before calling `re-search-forward'.
223
224 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
225
226 * simple.el (yank): Fix typo in docstring.
227
228 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
229
230 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
231 messages, where "D" is the 6th character.
232
233 2006-03-11 Eli Zaretskii <eliz@gnu.org>
234
235 * simple.el (yank): Fix last change.
236
237 2006-03-11 David Ponce <david@dponce.com>
238
239 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
240 merging elements from the standard ispell-dictionary-alist.
241 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
242 alist, and return the new alist.
243
244 2006-03-11 Richard Stallman <rms@gnu.org>
245
246 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
247
248 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
249 the way it is implemented is too unclean.
250
251 * simple.el (kill-region, yank): Doc fix.
252
253 * battery.el (battery-echo-area-format): Doc fix.
254 (battery-mode-line-format): Likewise.
255 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
256 (battery-linux-proc-acpi): Ignore batteries that say "charged".
257
258 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
259
260 * progmodes/octave-mod.el (octave-indent-for-comment):
261 Behave according to do string.
262
263 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
264
265 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
266 Be visible only if major mode is Mail Mode.
267
268 * textmodes/flyspell.el (flyspell-external-point-words)
269 (flyspell-process-localwords): Fix last changes.
270
271 2006-03-11 Eli Zaretskii <eliz@gnu.org>
272
273 * calendar/holidays.el (list-holidays): Doc fix.
274
275 * international/mule.el (auto-coding-alist): Add .odt
276 (OpenOffice's open document) files.
277
278 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
279 document) files. Mention in the doc string the need to sync with
280 auto-coding-alist.
281
282 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
283
284 * files.el (hack-local-variables-confirm): Don't prompt for ! if
285 enable-local-variables is set to always query, or there is no
286 savable variable.
287
288 2006-03-10 Bill Wohler <wohler@newt.com>
289
290 * image.el (image-load-path-for-library): Merge at least three
291 functions from Gnus and MH-E into this one function that can now
292 be shared.
293
294 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
295
296 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
297 gdb-remove-mouse-face and remove help-echo too.
298 (gdb-enqueue-input): Correct conditional clause.
299
300 2006-03-10 Glenn Morris <rgm@gnu.org>
301
302 * calendar/calendar.el (calendar-holidays): Doc fix.
303 * calendar/holidays.el (list-holidays): Doc fix.
304
305 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
306
307 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
308 it gets called in gdb-prompt anyway.
309 (gdb-use-separate-io-buffer): Only restore window arrangement for
310 gdb-many-windows.
311 (gdb-enqueue-input): Make it harder to send GDB input when program
312 is running.
313 (gdb-buffer-list): New variable.
314 (gdb-remove-mouse-face): New function.
315 (gdb-starting): Use it when GDB input won't get sent.
316
317 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
318
319 * help.el (view-lossage): Remove trailing whitespace before
320 inserting "\n".
321
322 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
323
324 * files.el (hack-local-variables-confirm): Set
325 coding-system-for-read to nil before writing to .emacs.
326
327 * arc-mode.el (archive-extract): Check if an existing buffer name
328 comes from a different archive.
329
330 * help.el (describe-key-briefly): If KEY is a down event, read and
331 discard the up event.
332
333 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
334
335 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
336 be edited and use font-lock-warning-face for any changes.
337
338 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
339 (gdb-edit-value): Use it to report any errors.
340
341 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
342
343 * help.el (describe-key): Remove leftover test code.
344
345 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
346
347 * textmodes/org.el: Move defvars out of eval-when-compile. Use
348 buffer-file-name variable.
349 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
350 arg `file'.
351 (org-level-faces): Remove startup dependency.
352 (org-cycle, org-map-tree, org-scan-tags)
353 (org-remember-handler): Don't call `outline-level' directly.
354 (org-mhe-search-all-folders): New option.
355 (org-mhe-get-message-folder-from-index)
356 (org-mhe-get-message-folder): Fix indexing search.
357 (org-format-agenda-item): Handle nil TAGS argument.
358 (org-cleaned-string-for-export, org-activate-target-links)
359 (org-make-target-link-regexp): Deal with empty radio target list.
360 (org-tag): New face.
361 (org-get-level-face): New function.
362 (org-set-font-lock-defaults): Simplify setup for headlines.
363 (org-complete): Pass common substring to
364 `display-completion-list'.
365
366 2006-03-06 David Ponce <david@dponce.com>
367
368 * tree-widget.el: Update Commentary header.
369 (tree-widget-theme-name): Ignore parent themes.
370 (tree-widget-set-parent-theme): New function.
371 (tree-widget-set-theme): Use it.
372 (tree-widget-set-image-properties): Move definition. Does nothing
373 if image properties have already been set.
374 (tree-widget-image-properties): Move definition. Receive an image
375 name. Set the :pointer property.
376 (tree-widget-lookup-image): Doc fix. Search in parent themes.
377 Don't set the :pointer image property.
378 (tree-widget-convert-widget): New function. Handle :dynargs
379 compatibility here.
380 (tree-widget): Use it to :convert-widget. Add the :expander-p
381 predicate to control when the :expander function is entered.
382 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
383 (tree-widget-value-create): Handle :expander-p. widget-apply
384 :expander.
385 (tree-widget-expander-p): New function. Default value of the
386 :expander-p property.
387
388 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
389
390 * help.el (describe-key): Properly handle the return value of
391 read-key-sequence when grabbing an up-event. Cleanup mouse-1
392 remaps. Handle string and vector `follow-link' values.
393
394 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * complete.el (PC-expand-many-files): Try be more careful when parsing
397 the shell's output.
398
399 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * outline.el (hide-sublevels): Provide better interactive default.
402
403 2006-03-06 Kenichi Handa <handa@m17n.org>
404
405 * international/fontset.el (create-fontset-from-fontset-spec):
406 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
407
408 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
409
410 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
411 backslashes instead of one in regexp.
412 (gud-tooltip-dereference): Add missing optional argument.
413
414 2006-03-04 John Paul Wallington <jpw@pobox.com>
415
416 * wdired.el (toplevel): Require `cl' at compile-time.
417
418 2006-03-04 Andreas Schwab <schwab@suse.de>
419
420 * server.el (server-process-filter): Handle errors during
421 evaluation of the argument.
422
423 2006-03-03 John Paul Wallington <jpw@pobox.com>
424
425 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
426 escape parentheses at beginning of line.
427 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
428 (t-mouse-mode): Remove period from end of error message.
429
430 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
431
432 * textmodes/flyspell.el (flyspell-process-localwords):
433 Be case-sensitive.
434
435 2006-03-03 Martin Rudalics <rudalics@gmx.at>
436
437 * cus-edit.el (custom-quote): Remove function, since it has been
438 moved to custom.el.
439
440 * font-lock.el (lisp-font-lock-keywords-2)
441 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
442 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
443 they have no special meaning.
444
445 * midnight.el (clean-buffer-list): Handle case where base-buffer of
446 indirect buffer gets killed before indirect buffer. Use dolist.
447
448 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
449
450 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
451 value instead of a literal constant (1) on more pauses.
452
453 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
454
455 * textmodes/flyspell.el (flyspell-external-point-words):
456 Be case-sensitive.
457
458 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
459
460 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
461 with "www".
462
463 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
464
465 * allout.el: Restablish intermediate missing comment header to
466 preserve outline structure.
467 (allout-beginning-of-current-entry): Skip invisible text.
468 (allout-open-topic): Fix opening a topic at end-of-buffer.
469 (allout-minor-mode): Move nearer to allout-mode function.
470
471 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
472
473 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
474
475 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
476
477 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
478 is nil.
479
480 * progmodes/gud.el (gud-speedbar-menu-items):
481 Use buffer-local-value and add missing :visible keyword.
482
483 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
484
485 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
486
487 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
488 must be `follow-link'.
489
490 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
491
492 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
493 formatting: No nested anchors.
494 (org-all-targets): Fix bug with XEmacs compatibility.
495 (org-read-date): Add (require 'parse-time).
496 (org-set-tags): Fix bug with extra inserted space.
497 (org-export-html-style): Define a style class for targets.
498 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
499 (org-hide-leading-stars): New option.
500 (org-hide): New face.
501 (org-set-font-lock-defaults): Allow to hide leading stars.
502 (org-get-legal-level, org-tr-level): New functions.
503 (org-odd-levels-only): New option.
504 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
505 (org-demote, org-promote): Deal with double-star levels.
506 (org-convert-to-odd-levels): New command.
507
508 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
509
510 * speedbar.el (speedbar-update-localized-contents): Try to
511 preserve window-start.
512 (speedbar-update-directory-contents): Try to preserve window-start
513 and window-point.
514 (speedbar-update-special-contents): Don't move back to start of window.
515
516 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
517 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
518 speedbar-timer-fn.
519 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
520 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
521 instead of gdb-speedbar-timer-fn.
522
523 2006-02-28 Jay Belanger <belanger@truman.edu>
524
525 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
526 (math-compose-expr): Use latex option when calling
527 `math-compose-tex-matrix' for latex mode.
528
529 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
530
531 * speedbar.el: Re-instate comments about developing for speedbar
532 [this is what info and gdb-ui use even if better methods exist now].
533
534 * t-mouse.el: New file.
535 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
536 (t-mouse-lispy-buffer-posn-from-coords): Remove. Use the C
537 primitive...
538 (t-mouse-make-event-element): ...posn-at-x-y instead.
539 (t-mouse-make-event): Deal with Fedora Core 3.
540 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
541 (t-mouse-mouse-position-function): New function. Use it instead
542 of advising mouse-position.
543 (t-mouse-mode): New minor mode.
544 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
545
546 2006-02-27 Glenn Morris <rgm@gnu.org>
547
548 * calendar/calendar.el (calendar-holidays): Doc fix.
549
550 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
551
552 * progmodes/gdb-ui.el (gdb-source-window): New variable.
553 Re-introduce the concept of a source window.
554 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
555 consistency with get-buffer-create.
556 (def-gdb-auto-update-handler, gdb-info-locals-handler)
557 (gdb-data-list-register-values-handler)
558 (gdb-stack-list-locals-handler): Try to preserve window-start as
559 well as window-point.
560 (gdb-display-source-buffer): New function (old concept).
561 (gdb-goto-breakpoint): Use it.
562
563 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
564 for gdb-ui/gdb-mi (old concept).
565
566 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
567
568 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
569 binding.
570
571 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse'
572 binding.
573
574 * textmodes/reftex-sel.el (reftex-select-label-map)
575 (reftex-select-bib-map): Add `follow-mouse' binding.
576
577 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
578
579 * jka-cmpr-hook.el (jka-compr-compression-info-list)
580 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
581 Give :set functions to provide automatic updating.
582 Update docstring. Give compiler defvars early in the file
583 and move the defcustoms to a later spot where all called functions
584 are defined.
585 (jka-compr-file-name-handler-entry): Doc fix.
586 (jka-compr-compression-info-list--internal)
587 (jka-compr-mode-alist-additions--internal)
588 (jka-compr-load-suffixes--internal): New variables.
589 (jka-compr-install): Set the three above variables.
590 Update `load-file-rep-suffixes' instead of `load-suffixes'.
591 (jka-compr-update, jka-compr-set): New functions.
592 (auto-compression-mode): Doc fix.
593
594 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
595 Update `load-file-rep-suffixes' instead of `load-suffixes'.
596 Use jka-compr-compression-info-list--internal,
597 jka-compr-mode-alist-additions--internal and
598 jka-compr-load-suffixes--internal.
599
600 * files.el (load-library):
601 * loadhist.el (file-loadhist-lookup):
602 * startup.el (command-line):
603 * subr.el (locate-library):
604 * emacs-lisp/autoload.el (update-directory-autoloads):
605 * emacs-lisp/find-func.el (find-library-suffixes):
606 Use `get-load-suffixes' instead of `load-suffixes'.
607
608 * subr.el (locate-library):
609 * emacs-lisp/find-func.el (find-library-name):
610 Use `load-file-rep-suffixes' instead of '("").
611
612 2006-02-26 Kim F. Storm <storm@cua.dk>
613
614 * ido.el (ido-save-history, ido-load-history): Simplify.
615 Don't use find-file-noselect to avoid interference from other modes.
616
617 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
618
619 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
620 to use the default shell if filename is not available.
621 Reported by Giorgos Keramidas.
622
623 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
624
625 * progmodes/etags.el (tags-completion-table): Do completion from
626 all the tables in the current list, as documented in the manual.
627
628 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
629
630 * CC Mode Update to 5.31.3.
631
632 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
633
634 * progmodes/cc-mode.el (c-postprocess-file-styles):
635 Bind inhibit-read-only to t, around the call to
636 c-remove-any-local-eval-or-mode-variables, so that it works on a
637 RO file.
638
639 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
640
641 * progmodes/cc-awk.el: Correct a typo.
642
643 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
644
645 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
646 c-hungry-delete-backwards, at the request of RMS. Leave the old
647 name as an alias.
648
649 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
650
651 * progmodes/cc-mode.el: Correct a typo.
652
653 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
654
655 * progmodes/cc-defs.el: Update the version number to 5.31.3.
656
657 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
658
659 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
660 brace-else-brace (error due to mbeg, mend being undefined).
661
662 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
663
664 * progmodes/cc-mode.el: File Local variables: Solve the problem
665 where both `mode' and c-file-offsets are specified: `mode' will
666 overwrite c-f-o's settings:
667 (c-remove-any-local-eval-or-mode-variables): New function.
668 (c-postprocess-file-styles): Call the above new function, within
669 c-tentative-buffer-change, to splat `mode' and `eval' before the
670 second hack-local-variables.
671
672 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
673
674 * progmodes/cc-mode.el:
675 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
676 (c-after-change): Protect the match data with save-match-data.
677 It was getting corrupted by c-after-change-check-<>-operators.
678
679 * cc-defs.el: [Supersedes patch V1.38]:
680 (top level): Check for a buggy font-lock-compile-keywords ONLY in
681 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
682
683 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
684 with save-match-data. It was being corrupted when Font Lock was
685 not enabled.
686
687 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
688
689 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
690 Mode and Subword Mode.
691
692 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
693 real labels ("case 1:" or "foo:") from non-labels ("public:").
694 (c-forward-objc-directive): Replace c-forward-token-2 with crude
695 coding; c-f-t-2 doesn't move over a token at EOB.
696
697 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
698
699 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
700 (c-update-modeline): Concatenate the minor mode indicators
701 directly onto mode-name, removing c-submode-indicators.
702 Sometimes, c-s-i got separated from the mode name on the mode line.
703
704 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
705 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
706
707 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
708
709 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
710 error message when there's an evaluation error to show whether
711 it's loaded from source or not.
712 (c-filter-ops): Make it available at runtime too to work when
713 `c-make-init-lang-vars-fun' needs to evaluate from source.
714
715 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
716
717 * help.el (help): Revert last part of 2006-02-23 change (deletion
718 of the `provide' call).
719
720 2006-02-23 Juri Linkov <juri@jurta.org>
721
722 * compare-w.el (compare-windows-highlight): Add new value
723 `persistent' and change :type from `boolean' to `choice'.
724 (compare-windows-overlays1, compare-windows-overlays2):
725 New internal variables.
726 (compare-windows-highlight): If compare-windows-highlight is
727 `persistent', add current overlays to compare-windows-overlays[12]
728 instead of adding compare-windows-dehighlight to pre-command-hook.
729 (compare-windows-dehighlight): Delete all overlays from
730 compare-windows-overlays[12].
731
732 * info.el (Info-search): Don't bind search-spaces-regexp to
733 Info-search-whitespace-regexp in non-regexp isearch mode.
734
735 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
738
739 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
740
741 * textmodes/org.el (org-xemacs-p)
742 (org-export-html-show-new-buffer, org-table-may-need-update)
743 (org-insert-item, org-mhe-get-message-real-folder)
744 (org-mhe-get-message-folder-from-index)
745 (org-mhe-get-message-folder, org-mhe-get-message-num)
746 (org-mhe-get-header, org-make-org-heading-search-string)
747 (org-make-org-heading-camel, org-table-sort-lines)
748 (org-format-org-table-html, org-format-table-table-html):
749 Fix typos in docstrings.
750
751 12006-02-23 Carsten Dominik <dominik@science.uva.nl>
752
753 * textmodes/org.el (org-cleaned-string-for-export)
754 (org-solidify-link-text): New function.
755 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
756 XEmacs, just to silence the compiler.
757 (org-export-as-ascii, org-export-as-html-and-open):
758 Use `org-cleaned-string-for-export' and create internal links.
759 (org-follow-mhe-link): Require mh-e, use folder.
760
761 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
762
763 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
764
765 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
766 gdb-debug-log-length.
767 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
768 it a real ring but...
769 (gud-gdba-marker-filter): ...make it work like mark-ring.
770 (gdb-enable-debug): Rename from gdb-enable-debug-log.
771 (gdb-mouse-jump): New function. Add bindings.
772
773 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
774
775 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
776 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
777 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
778 (gdb-debug-log-length): Customize it's length.
779 (gud-watch, gdb-var-create-handler): Display function::var format
780 but don't use to create variable object.
781 (gdb-var-create-handler): Use message-box in place of message.
782 (gdb-stopped): Call gdb-exited if signalled.
783
784 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
785
786 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
787
788 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
789
790 * textmodes/reftex.el (reftex-locate-file): Search all extensions
791 if `reftex-try-all-extensions' is set.
792
793 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
794 fail silently when there is no valid argument at point.
795 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
796 `fail-silently' argument. From a patch by David Reiter.
797
798 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
799 New commands.
800 (org-mark-ring): New variable.
801 (org-mark-ring-length): New option.
802 (org-open-at-point, org-goto, org-open-file): Push old position
803 onto the mark ring.
804 (org-add-hook): New function.
805 (org-export-table-remove-special-lines): New option.
806 (org-skip-comments, org-format-org-table-html): Respect new
807 option `org-export-table-remove-special-lines'.
808 (org-open-file): Allow special command configuration for
809 directory link.
810 (org-file-apps): Fix bugs in customize type, added setting
811 for directories.
812 (org-activate-tags, org-format-agenda-item, org-complete)
813 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
814 (org-get-tags, org-get-buffer-tags, org-open-at-point)
815 (org-link-search, org-make-org-heading-search-string)
816 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
817 (org-radio-targets, org-file-link-context-use-camel-case)
818 (org-activate-camels): New options.
819 (org-update-radio-target-regexp, org-all-targets)
820 (org-make-target-link-regexp, org-activate-target-links):
821 New functions.
822 (org-make-org-heading-search-string): New function.
823 (org-store-link, org-insert-link): Use new option
824 `org-file-link-context-use-camel-case'.
825 (org-activate-camels): Use new option `org-activate-camels'.
826 (org-link-regexp): Add mhe prefix.
827 (org-open-at-point, org-store-link): Support for mhe links.
828 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
829 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
830 (org-mhe-get-header, org-follow-mhe-link): New functions.
831 (org-remove-angle-brackets, org-add-angle-brackets):
832 New functions.
833 (org-bracket-link-regexp): New constant.
834 (org-read-date): Fix bug that was rejecting all typed dates.
835 (org-link-search): Make hierarchy above visible after a match.
836 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
837 (org-store-link): Fix bug with link creation when cursor is in
838 an empty line.
839 (org-open-at-point): Fix bug with matching a link.
840 Fixed buggy argument sequence in call to `org-view-tags'.
841 (org-compile-prefix-format): Set `org-prefix-has-tag'.
842 (org-prefix-has-tag): New variable.
843 (org-format-agenda-item): Remove tags from headline
844 if appropriate.
845 (org-agenda-remove-tags-when-in-prefix): New option.
846
847 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
848
849 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
850 Fix the regular expressions.
851
852 2006-02-21 Richard M. Stallman <rms@gnu.org>
853
854 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
855 if there's no other specific basis.
856
857 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
858 as variables at all.
859 (unsafep-variable): Rename arg; doc fix.
860
861 * abbrevlist.el (list-one-abbrev-table): Add autoload.
862
863 * calendar/appt.el (diary-selective-display): Add defvar.
864
865 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
866
867 * isearch.el (search-whitespace-regexp): Fix custom type.
868
869 * help.el (describe-key-briefly): Compute interactive args
870 in same was as before previous change.
871
872 * files.el (enable-local-variables): Doc fix.
873
874 2006-02-21 Kim F. Storm <storm@cua.dk>
875
876 * fringe.el: Cleanup as file is now pre-loaded.
877 (fringe-bitmaps): Initialize unconditionally.
878 (fringe-mode, set-fringe-style): Remove autoload cookies.
879
880 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
881
882 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
883 `horizontal-bar'.
884 (fringe-cursor-alist): Use `horizontal-bar'.
885
886 2006-02-20 Kim F. Storm <storm@cua.dk>
887
888 * fringe.el (fringe-bitmaps): Update to new bitmap names.
889 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
890
891 * loadup.el: Load "fringe" on window systems.
892
893 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
894
895 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
896 out of scope components.
897
898 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
899 default.
900
901 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
902
903 * custom.el (customize-mark-to-save, customize-mark-as-set):
904 Load the symbol first.
905
906 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
907
908 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
909 strech spec so it doesn't display as "^J" on the header line
910 when `Buffer-menu-use-header-line' is t.
911
912 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
913
914 * speedbar.el (speedbar-make-button): Keep text properties
915 of string arguments if desired.
916
917 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
918 expessions.
919
920 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
921 of speedbar.
922
923 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
924
925 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
926 to value of `read-file-name-completion-ignore-case'.
927
928 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
929
930 * custom.el (customize-mark-as-set): Push to `user' theme.
931
932 * cus-edit.el (custom-save-variables): Allow unthemed values.
933 (customize-set-variable): Push setting to `user' theme.
934
935 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
936
937 * progmodes/gud.el: Don't require font-lock as it's now
938 automatically loaded.
939 (gud-speedbar-buttons): Replace gdb-var-changed with
940 gdb-force-update.
941
942 * progmodes/gdb-ui.el (gdb-force-update): Rename from
943 gdb-var-changed.
944 (gdb-post-prompt): Use it.
945 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
946 (gdb-var-update-handler, gdb-var-delete)
947 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
948 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
949 gdb-force-update in gdb-post-prompt.
950 (gdb-reset): Clear watch expressions from speedbar when quitting.
951
952 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
953
954 * viper-cmd.el (viper-insert-state-post-command-sentinel)
955 (viper-change-state-to-vi, viper-change-state-to-emacs):
956 Make aware of cursor coloring in the Emacs state.
957 (viper-special-read-and-insert-char): Use read-char-exclusive.
958 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
959
960 * viper-init.el (viper-emacs-state-cursor-color): New variable.
961
962 * viper-util.el (viper-save-cursor-color)
963 (viper-get-saved-cursor-color-in-replace-mode)
964 (viper-get-saved-cursor-color-in-insert-mode)
965 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
966 state.
967 (viper-get-saved-cursor-color-in-emacs-mode): New function.
968
969 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
970 (ediff-ignore-case-option3, ediff-actual-diff-options)
971 (ediff-actual-diff3-options): New variables to control case sensitivity.
972 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
973 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
974 (ediff-toggle-ignore-case): New function.
975 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
976
977 * ediff-help.el (ediff-long-help-message-narrow2)
978 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
979 (ediff-long-help-message-word-mode): Add ignore-case command.
980 (ediff-help-for-quick-help): Add ignore-case command.
981
982 * ediff-merg.el: Move provide to the end.
983
984 * ediff-ptch.el: Move provide to the end.
985
986 * ediff-wind.el: Move provide to the end.
987
988 * ediff-mult.el: Move provide to the end.
989 (ediff-set-meta-overlay): Enable follow-link.
990
991 * ediff.el: Move provide to the end.
992 Break recursive load cycle in eval-when-compile.
993 (ediff-patch-buffer): Better heuristics.
994
995 * ediff-util.el: Move provide to the end.
996 Break recursive load cycle in eval-when-compile.
997 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
998 defuns.
999 (ediff-submit-report): Pass the values of ediff-diff3-program,
1000 ediff-diff3-options.
1001
1002 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
1003
1004 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1005 the opening bracket of the following bracketing pairs: {}, [], (), <>,
1006 `' (for example, in the docstring of `windmove-default-keybindings').
1007
1008 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1009
1010 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1011 shadow face. Don't provide binding to edit variable when it is
1012 out of scope.
1013
1014 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1015 (gdb-var-update-handler): Detect out of scope variables with pre
1016 GDB 6.4 too.
1017 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
1018 Reset status of variable objects to nil in update handlers.
1019 (gdb-var-update-handler-1): Detect when a variable object comes
1020 in scope. setcar on var changes gdb-var-list directly.
1021
1022 2006-02-17 Juri Linkov <juri@jurta.org>
1023
1024 * ffap.el (ffap) <defface>: Add explicit face declaration.
1025 (ffap-highlight): Use face `ffap' directly instead of checking
1026 for its existence.
1027
1028 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
1029 `visible-ok' of `other-buffer' to find the right original buffer.
1030
1031 * info.el (Info-search): Skip `Local Variables' node.
1032
1033 2006-02-17 Juri Linkov <juri@jurta.org>
1034
1035 * info.el (Info-find-file): Check for symbols `apropos', `history',
1036 `toc' in the input filename, and return these symbols as is.
1037 (Info-find-node-2): Set Info-current-file to symbols `apropos',
1038 `history', `toc' instead of strings.
1039 (Info-set-mode-line): For non-string Info-current-file use the
1040 symbol's name inside **.
1041 (Info-isearch-push-state): Add quote before Info-current-file and
1042 Info-current-node.
1043 (Info-isearch-pop-state): Use `equal' instead of `string='.
1044 (Info-extract-pointer, Info-following-node-name): Use
1045 `match-string-no-properties' instead of `match-string'.
1046 (Info-up): Check `old-file' for `stringp'.
1047 (Info-history): Use `equal' instead of `string-equal'.
1048 Check `file' for `stringp'.
1049 (Info-history): Use symbol `history' instead of string as first arg
1050 of `Info-find-node'.
1051 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
1052 `toc' instead of string.
1053 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
1054 instead of `buffer-substring', and `match-string-no-properties'
1055 instead of `match-string'.
1056 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
1057 instead of strings.
1058 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
1059 Use symbol `apropos' instead of string.
1060 (Info-copy-current-node-name): Check `Info-current-file' for
1061 `stringp' and construct a command with `Info-find-node' from it.
1062 (Info-fontify-node): Use `match-string-no-properties' instead of
1063 `match-string' and check file names for `stringp'.
1064 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
1065 `history', `toc' instead of strings.
1066
1067 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
1068
1069 * files.el: Rearrange functions and variables in the file local
1070 variables section.
1071
1072 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
1073
1074 * files.el: Add truncate-lines, ispell-check-comments and
1075 ispell-local-dictionary as safe local variables.
1076
1077 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
1078
1079 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
1080 out of scope variables.
1081 (gud-speedbar-buttons): Use unless.
1082
1083 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
1084 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
1085 (gdb-show-changed-values): Also use for out of scope variables.
1086 (gdb-var-update-handler-1): Note if variable goes out of scope.
1087
1088 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
1089
1090 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
1091 default to global variable values for unsupplied args.
1092 (rcirc-get-buffer-create): Fix bug with setting the target.
1093 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
1094 test for rcirc-always-use-server-buffer-flag here.
1095 (rcirc-response-formats): Add %N, which is a facified nick. %n
1096 uses the default face. Change the ACTION format string. If the
1097 "nick" is the server, don't print anything for that field.
1098 Comment fixes.
1099 (rcirc-target-buffer): Don't test
1100 rcirc-always-use-server-buffer-flag here.
1101 (rcirc-print): Squeeze extra spaces out of the text before message.
1102 (rcirc-put-nick-channel): Strip potential "@" char from nick
1103 before adding them to nick table.
1104 (rcirc-url-regexp): Improve to match address like "foo.com".
1105
1106 2006-02-17 Eli Zaretskii <eliz@gnu.org>
1107
1108 * allout.el (allout-hidden-p): Move this defsubst before
1109 allout-overlay-interior-modification-handler, where it is first
1110 used.
1111
1112 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1113
1114 * allout.el: Use allout invisible-text overlays instead of
1115 selective display for concealed text. Also, lots of general
1116 cleanup, and improved compatibility code.
1117
1118 (allout-version) Incremented, corrected, revised, and refined
1119 module commentary.
1120
1121 (provide 'allout): Moved to the bottom, added a require of overlay.
1122
1123 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
1124 `except-current'.
1125 (allout-write-file-hook-handler): Minimize delay.
1126 (count-trailing-whitespace-region): New function so
1127 auto-encryption of current topic can resituate cursor exactly.
1128 PGP/GPG encryption trims trailing whitespace from lines, which
1129 must be accounted for across encryption then decryption.
1130
1131 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
1132 just plain "\C-c", to avoid intruding on user's keybinding space.
1133
1134 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
1135 parameter, so user request to provide a new password is done.
1136
1137 (allout-outside-normal-auto-fill-function, allout-auto-fill):
1138 Refined mechanism for auto-filling behavior while in allout mode.
1139
1140 (allout-mode): Explicitly specify the mode map in the docstring.
1141 Clarify provision for various write-file hook var names.
1142 Adjusted for invisible-text overlays instead of selective-display.
1143
1144 (allout-depth): Really return 0 if not within any topic. This
1145 rectifies `allout-beginning-of-level' and sequence numbering
1146 errors that occur when cutting and pasting numbered topics.
1147 Changed from a in-line subst to a regular function, as well.
1148
1149 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
1150
1151 (allout-end-of-subtree, allout-end-of-subtree)
1152 (allout-end-of-entry, allout-end-of-current-heading)
1153 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
1154 (allout-show-children, allout-show-to-offshoot)
1155 (allout-hide-current-entry, allout-show-current-entry): Rectified
1156 handling of trailing blank lines between items.
1157
1158 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
1159 (allout-current-depth, allout-unprotected, allout-hidden-p)
1160 (allout-on-current-heading-p, allout-listify-exposed)
1161 (allout-chart-subtree, allout-goto-prefix)
1162 (allout-back-to-current-heading, allout-get-body-text)
1163 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
1164 (allout-hide-region-body, allout-toggle-subtree-encryption)
1165 (allout-encrypt-string, allout-encrypted-key-info)
1166 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
1167 (allout-file-vars-section-data): Adjusted for use with
1168 invisible-text overlays instead of selective-display.
1169
1170 (allout-kill-line, allout-kill-topic, allout-yank-processing):
1171 Reworked for use with invisible text overlays.
1172
1173 (allout-current-topic-collapsed-p): New function.
1174
1175 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
1176 to know when to close the containing topic.
1177
1178 (allout-pre-command-business, allout-post-command-business):
1179 Simplify undo-batching and dynamic isearch exposure.
1180
1181 (allout-set-overlay-category): New for invisible-text overlays.
1182 Sets properties of allout-overlay-category, used by
1183 allout-flag-region to set invisible-text overlay properties.
1184 (allout-get-invisibility-overlay): Get the first qualifying
1185 invisibility overlay, so we can find the extent of it.
1186 (allout-back-to-visible-text): Get to just before the beginnining
1187 of the current invisibility overlay, if any.
1188
1189 (allout-overlay-insert-in-front-handler)
1190 (allout-overlay-interior-modification-handler)
1191 (allout-before-change-handler, allout-isearch-end-handler): New
1192 functions to handle extraordinary actions affecting concealed
1193 text.
1194
1195 (allout-flag-region): Use overlays instead of selective-display
1196 for invisible text - by inheritence from the properties of
1197 allout-overlay-category in mainline Emacs, and applied
1198 property-by-property in XEmacs, some recent versions of which
1199 don't inherit the properties from the category. Provisions to
1200 respond to concealed-text edits simplified drastically.
1201
1202 (allout-isearch-rectification, allout-isearch-was-font-lock)
1203 (allout-isearch-expose, allout-enwrap-isearch)
1204 (allout-isearch-abort, allout-pre-was-isearching)
1205 (allout-isearch-prior-pos, allout-isearch-did-quit)
1206 (allout-isearch-dynamic-expose)
1207 (allout-hide-current-entry-completely): Functions deleted.
1208
1209 (allout-undo-aggregation): Explicit undo aggregation no longer
1210 necessary due to transition away from selective-display.
1211
1212 (set-allout-regexp, allout-up-current-level)
1213 (allout-next-visible-heading, allout-forward-current-level)
1214 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
1215 (allout-kill-line, allout-yank-processing, allout-show-children)
1216 (allout-expose-topic, allout-old-expose-topic)
1217 (allout-listify-exposed, allout-insert-latex-header)
1218 (allout-toggle-subtree-encryption, allout-encrypt-string)
1219 (remove-from-invisibility-spec, allout-hide-current-subtree):
1220 Ditched unused variables.
1221
1222 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
1223
1224 * textmodes/ispell.el (ispell-change-dictionary): Call
1225 ispell-buffer-local-dict instead of
1226 ispell-accept-buffer-local-defs.
1227 (ispell-local-dictionary-alist): Accept as valid any coding-system
1228 supported by Emacs.
1229 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
1230 changed to iso-8859-3.
1231
1232 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
1233
1234 * speedbar.el (speedbar-frame-width): Make an inline function
1235 instead of a macro. Use frame-width.
1236 (speedbar-try-completion, speedbar-update-contents)
1237 (speedbar-timer-fn): Use consp.
1238 (speedbar-update-localized-contents): Try to preserve point.
1239
1240 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
1241 (menu): Re-order menu items.
1242 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
1243 field.
1244 (gdb-var-update-handler-1): Use it for GDB 6.4+.
1245 (gdb-post-prompt): Speed things by not forcing update.
1246
1247 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
1248
1249 * wid-edit.el (widget-button-click): For mouse-1, cancel button
1250 press and perform default action if we get a mouse movement event.
1251
1252 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
1253
1254 * calendar/icalendar.el (icalendar--get-event-property)
1255 (icalendar--get-event-property-attributes): Fix typos in
1256 docstrings.
1257
1258 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
1259 docstring.
1260
1261 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
1262
1263 * bs.el (bs-mode): Use `buffer-disable-undo'.
1264 (bs--get-file-name): Simplify.
1265 (bs-show-in-buffer): Mark the buffer as not modified.
1266
1267 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
1268
1269 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
1270 widget-button-click.
1271
1272 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
1273 (custom-mode): Update docstring.
1274
1275 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
1276 binding.
1277
1278 * files.el (hack-local-variables-confirm): Allow scrolling if the
1279 file variable list is too long. Kill temp buffer after use.
1280
1281 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
1282
1283 * progmodes/gud.el (gdb): Improve doc string.
1284 (gdb-script-font-lock-keywords): Expand allowed character set.
1285
1286 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
1287 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
1288 (gdb-separate-io-interrupt, gdb-separate-io-quit)
1289 (gdb-separate-io-stop, gdb-separate-io-eof):
1290 Rename from gdb-inferior-* to gdb-separate-*.
1291 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
1292
1293 2006-02-14 Jay Belanger <belanger@truman.edu>
1294
1295 * calc/calc-arith.el (math-check-known-scalarp): Make sure
1296 expression is a symbol before checking that it is bound.
1297
1298 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
1299 test to see if equation can be solved.
1300
1301 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
1302
1303 * wid-edit.el (widget-button-click): Use :pressed-face property
1304 for overlay face, if it exists.
1305
1306 * cus-edit.el (custom-manual, custom-add-see-also)
1307 (custom-add-parent-links, custom-group-link): Add :pressed-face
1308 property to links.
1309
1310 * files.el (hack-local-variables): Remove ignored variables before
1311 checking if any variables need setting.
1312
1313 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1314
1315 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
1316
1317 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
1318
1319 * help.el (where-is): Fix message for remapped commands.
1320
1321 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
1322 Fix typos in docstrings.
1323
1324 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
1325
1326 * files.el (safe-local-variable-values): New option.
1327 (hack-local-variables-prop-line): Return a list of variable-value
1328 pairs if MODE-ONLY is non-nil.
1329 (hack-local-variables): Construct list of variable-value pairs,
1330 and apply or reject them in one go. Ask for confirmation if
1331 variables are not known safe.
1332 (hack-local-variables-confirm): Complete rewrite. Support
1333 `safe-local-variable-values'.
1334 (enable-local-variables): Update docstring to reflect new
1335 behavior.
1336 (ignored-local-variables): Ignore ignored-local-variables and
1337 safe-local-variable-values.
1338 (safe-local-variable-p): New function.
1339 (risky-local-variable-p): `safe-local-variable' property check
1340 moved to safe-local-variable-p.
1341 (hack-one-local-variable): Checks moved to hack-local-variables.
1342
1343 (byte-compile-dynamic, c-basic-offset, c-file-style)
1344 (c-indent-level, comment-column, fill-column, fill-prefix)
1345 (indent-tabs-mode, kept-new-versions, no-byte-compile)
1346 (no-update-autoloads, outline-regexp, page-delimiter)
1347 (paragraph-start, paragraph-separate, sentence-end)
1348 (sentence-end-double-space tab-width, version-control):
1349 Add `safe-local-variable' property.
1350
1351 * find-lisp.el: Delete nonexistent `autocompile' file variable.
1352
1353 * icomplete.el, play/landmark.el: Change nonexistent
1354 `outline-layout' file variable to `allout-layout'.
1355
1356 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
1357
1358 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
1359 (gdb-get-changed-registers): Test value of gud-minor-mode relative
1360 to gud-comint-buffer.
1361 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
1362 gdb-ui.el for gdb-mi.el.
1363 (gdb-post-prompt, gdb-get-changed-registers): Move test for
1364 registers buffer to gdb-get-changed-registers.
1365 (gdb-breakpoint-regexp): New regexp. Allow toggling and
1366 deletion of catchpoints (throw and catch).
1367 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
1368 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
1369 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
1370 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
1371 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
1372
1373 2006-02-13 Jay Belanger <belanger@truman.edu>
1374
1375 * calc/calc-arith.el (math-check-known-matrixp): Make sure
1376 expression is a symbol before checking that it is bound.
1377
1378 2006-02-13 Richard M. Stallman <rms@gnu.org>
1379
1380 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
1381 for the minibuffer too, but not if resize-mini-windows will interfere.
1382
1383 * help.el (describe-key-briefly, describe-key): Do all arg-reading
1384 inside `interactive' spec.
1385 (describe-key-briefly-internal, describe-key-internal):
1386 Functions merged back into their callers.
1387
1388 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
1389
1390 * info.el (info-xref-visited): Inherit from info-xref too.
1391 (Info-set-mode-line): Replace occurrences of `%' by `%%'
1392 when propertizing Info-current-file and Info-current-node.
1393
1394 2006-02-13 Juri Linkov <juri@jurta.org>
1395
1396 * tumme.el (tumme-thumbnail-storage): Fix docstring.
1397 (tumme-thumb-name): Fix per-directory format.
1398
1399 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
1400
1401 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
1402
1403 2006-02-12 Miles Bader <miles@gnu.org>
1404
1405 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
1406
1407 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
1408
1409 * tumme.el: Remove history section. If someone needs the it, it
1410 can always be found in CVS.
1411
1412 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1413
1414 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
1415 about the Thumbnail Managing Standard option.
1416
1417 2006-02-12 Richard M. Stallman <rms@gnu.org>
1418
1419 * subr.el (substitute-key-definition): Doc fix.
1420
1421 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
1422
1423 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
1424
1425 * info.el (Info-mode): Doc fix.
1426
1427 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
1428
1429 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
1430
1431 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
1432 because on Solaris a POSIX compatible "id" is needed. Reported by
1433 Magnus Henoch <mange@freemail.hu>.
1434
1435 2006-02-12 Juri Linkov <juri@jurta.org>
1436
1437 * tumme.el: Remove todo item about Thumbnail Managing Standard.
1438 (tumme) <defgroup>: Change :group to `multimedia'.
1439 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
1440 Managing Standard.
1441 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
1442 Fix dostring.
1443 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
1444 and %y. Fix docstring.
1445 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
1446 (tumme-cmd-create-standard-thumbnail-command): New user options.
1447 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
1448 is `standard'. Fix docstring.
1449 (tumme-thumb-width, tumme-thumb-height): New user options.
1450 (tumme-external-viewer): Try to find various viewers.
1451 (tumme-get-thumbnail-image): Use `create-image' instead of
1452 constructing the `image' structure.
1453 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
1454 `standard'.
1455 (tumme-thumb-name): Add file name generation for standard storage.
1456 Simplify code for other storages.
1457 (tumme-thumb-name): Use width %w and height %h instead of size %s.
1458 Add modification time %m and thumbnail-nq8 %q.
1459 Use `tumme-cmd-create-standard-thumbnail-command' if
1460 tumme-thumbnail-storage is `standard'.
1461 (tumme-dired-insert-marked-thumbs): New autoload command.
1462 (tumme-dired-after-readin-hook): New function.
1463 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
1464 `tumme-thumb-size'.
1465 (tumme-display-image): Replace size-x %x and size-y %y with
1466 width %w and height %h.
1467
1468 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
1469 `tumme-dired-insert-marked-thumbs'.
1470
1471 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1472
1473 * tumme.el (tumme-write-tag): Fix small bug (file name did not
1474 include path).
1475 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
1476 matching tag.
1477
1478 2006-02-12 Miles Bader <miles@gnu.org>
1479
1480 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
1481 New variables.
1482 (rcirc-abbrev-nick): New function.
1483 (rcirc-format-response-string): Rewrite to use the formats in
1484 `rcirc-response-formats' and expand escape sequences therein.
1485 A text-property `rcirc-text' is added over the actual response
1486 text to make easy to find inside the returned string.
1487 (rcirc-print): When filling, just look for the `rcirc-text'
1488 text-property to find the appropriate fill prefix, instead of
1489 using hardwired patterns.
1490
1491 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1492
1493 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
1494 Managing Standard.
1495
1496 2006-02-11 Kim F. Storm <storm@cua.dk>
1497
1498 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
1499 Don't use insert-buffer; do insert-buffer-substring directly.
1500 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
1501
1502 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1503
1504 * files.el (revert-buffer, recover-file): Replace buffer-read-only
1505 with inhibit-read-only. Suggested by Stefan Monnier.
1506 (revert-buffer): Let insert-file-contents discard
1507 buffer-undo-list. Simplify code.
1508 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
1509
1510 2006-02-11 Eli Zaretskii <eliz@gnu.org>
1511
1512 * menu-bar.el (menu-bar-select-yank): Add a doc string.
1513
1514 * help.el (describe-key-briefly): Now a wrapper for
1515 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
1516 to t. Populate yank-menu if empty.
1517 (describe-key-briefly-internal): Renamed from describe-key-briefly.
1518 (describe-key): Now a wrapper for describe-key-internal. Bind
1519 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
1520 (describe-key-internal): Renamed from describe-key.
1521
1522 2006-02-11 Milan Zamazal <pdm@zamazal.org>
1523
1524 * progmodes/glasses.el (glasses-separator): Doc fix.
1525 (glasses-original-separator): New defcustom.
1526 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
1527
1528 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1529
1530 * mwheel.el (mouse-wheel-up-event): Doc fix.
1531
1532 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1533
1534 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
1535 (tumme-dir): New function. Copied from thumbs.el.
1536
1537 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
1538
1539 * desktop.el (desktop-outvar): Fix typo.
1540 (desktop-save-buffer-p): Doc fix.
1541
1542 * subr.el (substitute-key-definition): Fix typo.
1543
1544 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1545
1546 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
1547 when window-system is mac.
1548
1549 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
1550
1551 2006-02-10 Kim F. Storm <storm@cua.dk>
1552
1553 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
1554 indirect-function instead of using condition-case.
1555
1556 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
1557
1558 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
1559 less `colloquial'...
1560
1561 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
1562
1563 * tumme.el: Add a couple of todo items.
1564
1565 2006-02-09 Lars Hansen <larsh@soem.dk>
1566
1567 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
1568 (highlight-changes-mode): Don't change desktop-locals-to-save.
1569
1570 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
1571
1572 * image-mode.el (image-toggle-display): Clear image cache if using
1573 filename.
1574
1575 2006-02-09 Masatake YAMATO <jet@gyve.org>
1576
1577 * dired-x.el (dired-guess-shell-alist-default): Add .man as
1578 a `dired-man' target.
1579
1580 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
1581 boundary of symbols.
1582
1583 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
1584
1585 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
1586
1587 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
1588
1589 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
1590 `mapcar'; return nil.
1591
1592 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
1593
1594 * mouse.el (mouse-drag-track): Don't change window if we rebind to
1595 some other event.
1596
1597 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
1598
1599 * net/rcirc.el (rcirc-startup-channels-alist):
1600 Add irc.freenode.net and #emacs as defaults.
1601 (rcirc-ignore-all-activity-flag): Remove variable.
1602 (rcirc-authinfo): New variable.
1603 (rcirc-authinfo-filename): Remove variable.
1604 (rcirc-always-use-server-buffer-flag): New flag.
1605 (rcirc): M-x rcirc will automatically connect without prompting.
1606 C-u M-x rcirc will prompt. Use rcirc-connect to create a
1607 connection in lisp.
1608 (rcirc-process-server-response-1): Remove everything but the nick
1609 portion of the sender so it doesn't need to be done everywhere
1610 else. Update related code.
1611 (global-map): Remove global keybindings.
1612 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
1613 (rcirc-send-input): Split into several functions.
1614 (rcirc-process-input-line, rcirc-process-message)
1615 (rcirc-process-command): New functions.
1616 (rcirc-target-buffer): New function to determine where to route
1617 messages.
1618 (rcirc-user-nick): Save match data.
1619 (rcirc-toggle-ignore-buffer-activity)
1620 (rcirc-update-activity-string): Remove global ignore functionality,
1621 which can be done now by toggling rcirc-track-minor-mode.
1622 (rcirc-track-minor-mode-map): New keymap.
1623 (rcirc-track-minor-mode): New minor-mode.
1624 (ignore): Make the ignore output nicer. Always print it when
1625 adding or removing nicks.
1626 (rcirc-url-regexp): Improve.
1627 (rcirc-mangle-text): Remove properties before using text in the
1628 modeline.
1629 (rcirc-authenticate): Authentication data comes from
1630 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1631 (rcirc-server-prefix): Inherit from rcirc-server.
1632
1633 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
1634
1635 * Makefile.in (compile): Append "|| true" to the end of the `find'
1636 command, like compile-always does.
1637
1638 2006-02-08 Sam Steingold <sds@gnu.org>
1639
1640 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1641 output from a dead connection.
1642
1643 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1644
1645 * dired.el (dired-mode-map): Add more bindings for tumme.
1646
1647 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1648
1649 * wdired.el (wdired-mode-map): Use remap.
1650 (wdired-get-filename): Massage.
1651 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1652 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1653 `keymap' property rather than `local-map'.
1654
1655 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1656
1657 * tumme.el (tumme-get-thumbnail-image): New utility function.
1658 Suggested by from Chong Yidong.
1659 (tumme-dired-with-window-configuration): Rename from
1660 `tumme-dired'. Add code to save window configuration.
1661 (tumme-restore-window-configuration): New command to restore the
1662 window configuration that `tumme-dired-with-window-configuration'
1663 saves before it changes the window configuration.
1664 (tumme-show-all-from-dir): New command to display thumbnails for
1665 all files in a directory entered by the user, like M-x thumbs.
1666 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1667 have been created.
1668 (tumme-display-thumbnail-original-image): Call `display-buffer'.
1669 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
1670 Remove obsolete test function.
1671
1672 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
1673
1674 * vc.el (small-temporary-file-directory): Remove defvar; there's
1675 a defcustom for it in files.el.
1676
1677 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
1678 Fix typo in message.
1679 (tumme-gallery-generate): Fix typo in `error' message.
1680 (tumme-display-window-height-correction)
1681 (tumme-display-window-width-correction, tumme-line-up-dynamic)
1682 (tumme-line-up-interactive): Dox fixes.
1683 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
1684 (tumme-restore-window-configuration, tumme-format-properties-string)
1685 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
1686 Fix typos in docstrings.
1687
1688 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1689
1690 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
1691
1692 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
1693
1694 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
1695 User should use hook if desired.
1696
1697 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
1698 buffer if necessary.
1699 (gdb-delete-frame-or-window): New function.
1700 (gdb-breakpoints-mode-map): Bind "q" to it.
1701
1702 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1703
1704 * textmodes/nroff-mode.el: Clean up name space.
1705 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
1706 (nroff-mode): Obey the global setting of nroff-electric-mode.
1707 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
1708
1709 * calendar/calendar.el (calendar-increment-month): Typo in last change.
1710
1711 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
1712
1713 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
1714
1715 2006-02-06 Lars Hansen <larsh@soem.dk>
1716
1717 * generic-x.el (etc-fstab-generic-mode): Add file system types
1718 cifs and usbdevfs. Allow special chars in file names.
1719
1720 2006-02-05 Jay Belanger <belanger@truman.edu>
1721
1722 Update copyright notices of the files in lisp/calc.
1723
1724 2006-02-05 Romain Francoise <romain@orebokech.com>
1725
1726 Update copyright notices of all files in the lisp/play directory.
1727
1728 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
1729
1730 * ldefs-boot.el: Regenerate.
1731
1732 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
1733
1734 2006-02-05 Kim F. Storm <storm@cua.dk>
1735
1736 * files.el (magic-mode-regexp-match-limit): New defvar.
1737 (set-auto-mode): Use it to limit magic-mode-alist matching.
1738
1739 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
1740
1741 * simple.el (display-message-or-buffer): Compare the number of
1742 characters to the frame width when determining whether a 1-line
1743 message string will fit in the echo area. Count screen lines
1744 instead of buffer lines when determining whether a multi-line
1745 message will fit in the echo area/minibuffer window.
1746
1747 2006-02-04 Eli Zaretskii <eliz@gnu.org>
1748
1749 * info.el (Info-index, Info-mode): Improve the description of the
1750 `i' command.
1751
1752 * ldefs-boot.el: Regenerate.
1753
1754 2006-02-03 Werner Lemberg <wl@gnu.org>
1755
1756 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
1757 greedy to find the closing bracket in \*[...] and similar
1758 expressions. This is a first rough fix -- many additional
1759 refinements are necessary to make nroff mode really usable with groff.
1760
1761 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
1762
1763 * international/mule-cmds.el (set-locale-environment):
1764 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
1765 libX11.
1766
1767 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1768
1769 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
1770 archive are created in archive-tmpdir.
1771
1772 2006-02-02 John Paul Wallington <jpw@pobox.com>
1773
1774 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
1775 (ibuffer-fontification-alist): Use it.
1776 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
1777 to "* z" and the Ibuffer Mark menu.
1778
1779 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
1780
1781 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1782
1783 * textmodes/table.el (*table--cell-describe-mode)
1784 (*table--cell-describe-bindings): Undo last change since
1785 print-help-return-message is not obsoleted by anything at all.
1786
1787 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
1788
1789 * emulation/cua-base.el (cua-mode): Doc fix.
1790
1791 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
1792
1793 * dframe.el (dframe-handle-make-frame-visible)
1794 (dframe-handle-iconify-frame, dframe-get-focus)
1795 (dframe-select-attached-frame, dframe-power-click)
1796 (dframe-frame-mode): Fix typos in docstrings.
1797
1798 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
1799 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
1800 Fix typos in docstrings.
1801
1802 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
1803 (hi-lock-face-buffer, hi-lock-font-lock-hook)
1804 (hi-lock-archaic-interface-message-used)
1805 (hi-lock-file-patterns-range): Fix typos in docstrings.
1806
1807 * savehist.el (savehist-loaded, savehist-load, savehist-install)
1808 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
1809
1810 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
1811 Fix typo in docstring.
1812
1813 * net/newsticker.el (newsticker--decode-iso8601-date)
1814 (newsticker--set-customvar, newsticker--buffer-insert-item)
1815 (newsticker--do-run-auto-mark-filter)
1816 (newsticker--parse-generic-feed): Doc fixes.
1817 (newsticker--retrieval-timer-list, newsticker-url-list)
1818 (newsticker-hide-immortal-items-in-echo-area)
1819 (newsticker-hide-obsolete-items-in-echo-area)
1820 (newsticker-new-item-face, newsticker--enclosure)
1821 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
1822 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
1823 (newsticker--parse-generic-feed, newsticker--cache-contains)
1824 (newsticker--stat-num-items, newsticker-download-enclosures):
1825 Fix typos in docstrings.
1826
1827 * net/rcirc.el (rcirc-debug): Doc fix.
1828 (rcirc-fill-column, rcirc-receive-message-hooks)
1829 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
1830 (rcirc-mode, rcirc-generate-new-buffer-name)
1831 (rcirc-startup-channels, rcirc-ignore-update-automatic)
1832 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
1833 Fix typos in docstrings.
1834 (rcirc-print): "?\ " -> "?\s".
1835 (rcirc-cmd-join): Improve argument/docstring consistency.
1836
1837 2006-02-01 Mark A. Hershberger <mah@everybody.org>
1838
1839 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
1840 before narrow-to-region.
1841
1842 2006-02-01 Richard M. Stallman <rms@gnu.org>
1843
1844 * simple.el (move-beginning-of-line): Scan properly for invis change.
1845
1846 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
1847
1848 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
1849
1850 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
1851 change bit only when id-format is 'integer. Reported by Matt
1852 Hodges <M.P.Hodges@rl.ac.uk>.
1853
1854 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
1855
1856 * hilit-chg.el (highlight-changes-initial-state)
1857 (highlight-changes-global-initial-state): Doc fixes.
1858 (highlight-changes-global-modes, global-highlight-changes):
1859 Fix typos in docstrings.
1860
1861 2006-02-01 Kim F. Storm <storm@cua.dk>
1862
1863 * emulation/cua-base.el (cua-mode): Mention that CUA enables
1864 transient-mark-mode in doc string.
1865
1866 2006-01-31 Richard M. Stallman <rms@gnu.org>
1867
1868 * replace.el (multi-occur): Doc fix.
1869 (multi-occur-in-matching-buffers): Rename from
1870 multi-occur-by-filename-regexp. Prefix arg says match
1871 buffer names instead of file names.
1872
1873 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
1874
1875 * bs.el: Allow non-default values of `bs-header-lines-length'.
1876 (bs--running-in-xemacs): Remove (not needed anymore).
1877 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
1878 instead of `shrink-window', thus avoiding having to compute the
1879 height of the window.
1880 (bs--up): Wrap around even when there's no header.
1881 (bs--down): Use `forward-line' instead of `next-line'.
1882
1883 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * image-mode.el (image-toggle-display): Use file name if possible,
1886 instead of unnecessarily allocating a (possibly huge) lisp string.
1887
1888 2006-01-30 John Paul Wallington <jpw@pobox.com>
1889
1890 * subr.el (toplevel): Define `cl-assertion-failed' condition here
1891 because the `assert' macro signals it at runtime.
1892
1893 * emacs-lisp/cl.el (toplevel): Remove definition of
1894 `cl-assertion-failed' condition.
1895
1896 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
1897
1898 * thumbs.el (thumbs-marked-list): Make buffer-local and
1899 permanent-local.
1900 (thumbs-insert-thumb): Make help-echo non-sticky.
1901 (thumbs-file-alist): Use eolp as check for (non)-image.
1902
1903 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
1904
1905 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
1906 (ediff-before-session-group-setup-hooks)
1907 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
1908 Fix typos in docstrings.
1909
1910 * window.el (bw-dir, bw-eqdir, balance-windows)
1911 (split-window-keep-point): Fix typos in docstrings.
1912
1913 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
1914 (org-quote-string, org-calendar-to-agenda-key)
1915 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
1916 (org-show-following-heading, org-tags-column)
1917 (org-use-tag-inheritance, org, org-allow-space-in-links)
1918 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
1919 (org-enable-table-editor, org-calc-default-modes)
1920 (org-table-allow-automatic-line-recalculation)
1921 (org-export-html-style, org-export-with-fixed-width)
1922 (org-export-with-sub-superscripts, org-special-keyword)
1923 (org-formula, org-time-grid, org-table-may-need-update)
1924 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1925 (org-goto-quit, org-get-indentation, org-end-of-item)
1926 (org-move-item-down, org-move-item-up)
1927 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1928 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1929 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1930 (org-agenda-log-mode, org-agenda-toggle-diary)
1931 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1932 (org-agenda-file-to-end, org-agenda-no-heading-message)
1933 (org-agenda-get-closed, org-format-agenda-item)
1934 (org-cmp-priority, org-cmp-category, org-cmp-time)
1935 (org-agenda-change-all-lines, org-agenda-diary-entry)
1936 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1937 (org-link-search, org-camel-to-words, org-open-file)
1938 (org-remember-handler, org-table-convert-region)
1939 (org-table-move-row-down, org-table-move-row-up)
1940 (org-table-copy-region, org-table-wrap-region)
1941 (org-table-toggle-vline-visibility)
1942 (org-table-get-vertical-vector, org-table-modify-formulas)
1943 (org-table-get-specials, org-recalc-commands)
1944 (org-table-rotate-recalc-marks, org-table-eval-formula)
1945 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1946 (org-level-color-stars-only, org-insert-heading):
1947 Fix typos in docstrings.
1948 (last-arg): Add defvar.
1949
1950 * makefile.w32-in (WINS): Add erc.
1951 (MH_E_SRC): Update (copied from lisp/Makefile.in).
1952
1953 2006-01-29 Bill Wohler <wohler@newt.com>
1954
1955 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1956 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
1957 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
1958 (mh-autoloads): Don't use comments on otherwise empty lines.
1959
1960 2006-01-29 Edward O'Connor <ted@oconnor.cx>
1961
1962 * emulation/viper.el (viper-major-mode-modifier-list): Add
1963 insert-state and vi-state entries for erc-mode.
1964 (viper-go-away, viper-set-hooks): Add and remove
1965 viper-comint-mode-hook from erc-mode-hook as appropriate.
1966
1967 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1968
1969 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
1970
1971 * bs.el (bs--format-aux): Implement `middle' alignment as
1972 described in the docstring for `bs-attributes-list'.
1973 (bs--get-name): Simplify. Don't pad the buffer name.
1974
1975 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
1976
1977 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1978 English aspell dictionary is installed, use the first entry of
1979 ispell-dictionary-alist-1.
1980
1981 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
1982
1983 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1984 Doc fix.
1985
1986 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
1987
1988 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1989 for `process-file', in order to let it work for older Emacsen too.
1990
1991 2006-01-27 Eli Zaretskii <eliz@gnu.org>
1992
1993 * international/latexenc.el: Add a suitable `coding:' tag.
1994 (latexenc-find-file-coding-system): Undo last change.
1995
1996 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1997
1998 * international/latexenc.el (latexenc-find-file-coding-system):
1999 Make sure latexenc-main-file is a regular file and is readable.
2000
2001 2006-01-27 Andre Spiegel <spiegel@gnu.org>
2002
2003 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2004 Pass FILE to vc-user-login-name.
2005
2006 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2007
2008 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
2009
2010 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2011 there are no more images to display.
2012 (thumbs-mark, thumbs-unmark): Revert change so that they move to
2013 the next image.
2014
2015 2006-01-26 Richard M. Stallman <rms@gnu.org>
2016
2017 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
2018
2019 * wid-edit.el (advertised-widget-backward): New alias.
2020 (widget-keymap): Use advertised-widget-backward for S-TAB.
2021
2022 * tumme.el: Correct the keywords.
2023 (tumme-dir-max-size): Use defvar.
2024 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
2025
2026 * simple.el (move-beginning-of-line): Take account of fields.
2027 (clone-indirect-buffer-other-window): Take args like
2028 clone-indirect-buffer, and work like it.
2029
2030 * help-fns.el (describe-function): Don't pass `nil' as default.
2031
2032 * files.el (risky-local-variable-p): Follow var aliases.
2033
2034 * subr.el (lazy-completion-table): Doc fix.
2035
2036 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
2037 global binding of `line'.
2038
2039 2006-01-25 Andre Spiegel <spiegel@gnu.org>
2040
2041 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
2042 Tramp.
2043
2044 * vc.el (vc-default-dired-state-info): Pass FILE to
2045 vc-user-login-name.
2046 (vc-default-update-changelog): Don't use vc-user-login-name, we
2047 don't need it here.
2048
2049 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
2050 no longer necessary.
2051
2052 2006-01-25 Kenichi Handa <handa@m17n.org>
2053
2054 * international/mule.el (decode-char): Avoid the overhead of
2055 calling utf-lookup-subst-table-for-decode if
2056 utf-translate-cjk-mode is nil.
2057 (encode-char): Avoid the overhead of calling
2058 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
2059 nil.
2060
2061 2006-01-22 Kenichi Handa <handa@m17n.org>
2062
2063 * international/mule.el (make-subsidiary-coding-system): Reset
2064 `coding-system-define-form' property of subsidiaries to nil.
2065 Avoid duplicated entry in coding-system-alist.
2066 (make-coding-system): Avoid duplicated entry in
2067 coding-system-alist.
2068 (define-coding-system-alias): Likewise.
2069
2070 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
2071
2072 * completion.el: Minor fixes in introductory comment.
2073 (completion-def-wrapper): Fix alist.
2074
2075 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
2076
2077 * thumbs.el (thumbs-new-image-size): New function.
2078 (thumbs-increment-image-size-element)
2079 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
2080 (thumbs-decrement-image-size): Delete.
2081 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
2082 temp files and use to resize.
2083 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
2084 Use increment argument to enlarge/shrink. Preserve point.
2085 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
2086 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
2087 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
2088 (thumbs-mark, thumbs-unmark): Preserve point.
2089 (thumbs-modify-image): Keep old temp files and use to modify.
2090 Cleanup old temp files at load time. Preserve point.
2091 (thumbs-view-image-mode-map): Use new command names.
2092
2093 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2094
2095 * log-view.el (log-view-minor-wrap): First rev is the one at point.
2096
2097 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
2098 the nastiest part of the cyclic dependency.
2099 (cal-menu-update): Use dotimes and calendar-increment-month.
2100
2101 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
2102 (calendar-week-start-day): Add an :initializer.
2103 (calendar-mode-map): Use suppress-keymap, and command remapping.
2104 (describe-calendar-mode): Setup xref-stack info for the back button.
2105 (calendar-star-date): Insert before delete.
2106 (calendar-set-mode-line): Add file-modified info if applicable.
2107 (calendar-increment-month): New function.
2108
2109 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2110
2111 * font-lock.el (lisp-font-lock-keywords-2):
2112 Recognize "& keywords" only at word boundaries.
2113
2114 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
2115
2116 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
2117 and permanent-local.
2118 (thumbs-max-image-number): New variable.
2119 (thumbs-do-thumbs-insertion): Use them.
2120 (thumbs-per-line): Change default to 4.
2121 (thumbs-marked-list): Rename from thumbs-markedL.
2122 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
2123 (thumbs-rename-images): Use -list instead of L for internal variables.
2124 (thumbs-call-convert): Use call-process instead of shell-command.
2125 (thumbs-insert-thumb): Add filename as help-echo to each image.
2126 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
2127 Give dir to thumbs-show-thumbs-list.
2128 (thumbs-show-thumbs-list): Set default-directory to that of images.
2129 (thumbs-dired-show): Rename from thumbs-dired-show-all.
2130 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
2131 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
2132 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
2133
2134 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2135
2136 * ses.el (ses-read-cell): Provide a default value.
2137
2138 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
2139
2140 * term/w32-win.el (image-library-alist): Add additional names for
2141 GIF library.
2142
2143 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2144
2145 * international/latexenc.el (latexenc-find-file-coding-system):
2146 Add file-regular-p check.
2147
2148 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * simple.el (clone-buffer): Don't show the new buffer in the same
2151 window.
2152
2153 2006-01-23 Juri Linkov <juri@jurta.org>
2154
2155 * faces.el (link, link-visited): New faces based on default values
2156 of `info-xref' and `info-xref-visited'.
2157
2158 * info.el (info-xref): Inherit from `link'.
2159 (info-xref-visited): Inherit from `link-visited'.
2160
2161 * cus-edit.el (custom-buffer-create-internal): Use widget type
2162 `custom-manual' instead of `info-link' and don't set properties
2163 `button-face' and `mouse-face' explicitly.
2164 (custom-browse-group-tag, custom-browse-variable-tag)
2165 (custom-browse-face-tag): Inherit from widget class
2166 `custom-group-link' instead of `push-button'.
2167 (custom-button-unraised): Inherit from `underline' face.
2168 (custom-link): Inherit from `link' face. Fix doc and group.
2169 (custom-add-parent-links, custom-group-value-create): Don't set
2170 properties `button-face' and `mouse-face' explicitly for
2171 `custom-group-link' widget.
2172 (custom-group-link): Add properties `button-face' and `mouse-face'
2173 to widget definition.
2174 (custom-field-keymap): New variable. Put `custom-field-keymap' to
2175 editable-field's :keymap property.
2176 (custom-mode): Fix docstring: substitute keybindings for
2177 `widget-forward' and `widget-backward' from `widget-keymap',
2178 `widget-complete' from `custom-field-keymap', replace old
2179 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
2180
2181 * desktop.el (desktop-load-file): Check for `fboundp' before
2182 calling `symbol-function'.
2183
2184 * simple.el (clone-buffer, clone-indirect-buffer)
2185 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
2186 `read-string'. Fix prompts.
2187
2188 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
2189
2190 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
2191
2192 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
2193
2194 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
2195
2196 * startup.el (inhibit-splash-screen, initial-scratch-message):
2197 Doc fixes.
2198
2199 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
2200
2201 Sync with Tramp 2.0.52.
2202
2203 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
2204 net/tramp-vc.el: Add code for unloading Tramp. See comment before
2205 `tramp-unload-tramp' for checklist.
2206
2207 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
2208 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
2209 (tramp-unload-file-name-handler-alist)
2210 (tramp-unload-tramp): New defuns.
2211 (tramp-advice-PC-expand-many-files): New defadvice.
2212 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
2213 removed.
2214 (tramp-handle-expand-file-name): Remove double slash.
2215 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
2216 It doesn't matter, because it will be converted later on.
2217 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
2218 implementation was just heuristic.
2219 (tramp-post-connection): Set uid and gid properties.
2220 (tramp-convert-file-attributes): Set file's gid change bit.
2221 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
2222 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
2223 in case of su(do)? methods. The home directory of the local user
2224 will be taken else.
2225 (tramp-open-connection-telnet)
2226 (tramp-open-connection-rsh, tramp-open-connection-su)
2227 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
2228 local shell prompt could hurt. Reported by Romain Francoise
2229 <romain@orebokech.com>.
2230 (tramp-let-maybe): Add `edebug-form-spec' property.
2231 (tramp-handle-expand-file-name): Bind `default-directory' locally
2232 to "/" in order to avoid problems with UNC shares or Cygwin
2233 mounts.
2234 (tramp-md5-function): Fix typo in error message.
2235
2236 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
2237
2238 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
2239 for byte-compiler pacification.
2240
2241 2006-01-22 Andre Spiegel <spiegel@gnu.org>
2242
2243 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
2244 ID-FORMAT `string'. This allows us to get rid of
2245 `vc-user-login-name UID'.
2246
2247 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
2248
2249 2006-01-22 John Paul Wallington <jpw@pobox.com>
2250
2251 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
2252
2253 2006-01-21 Martin Rudalics <rudalics@gmx.at>
2254
2255 * emacs-lisp/find-func.el (find-definition-noselect)
2256 (find-variable-noselect): Search variables in C source code too.
2257 (find-function-C-source, find-function-noselect, find-function)
2258 (find-function-other-frame, find-variable-noselect, find-variable)
2259 (find-variable-other-frame, find-variable-at-point):
2260 Fix docstrings.
2261
2262 2006-01-21 Francesco Potorti` <pot@gnu.org>
2263
2264 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
2265
2266 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
2267
2268 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
2269 Default to disabling the "Save affix" question.
2270
2271 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
2272
2273 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
2274 the first arg to run-python.
2275
2276 2006-01-21 Eli Zaretskii <eliz@gnu.org>
2277
2278 * startup.el (command-line-1): Handle --no-desktop if desktop.el
2279 is not loaded.
2280
2281 2006-01-20 Jay Belanger <belanger@truman.edu>
2282
2283 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
2284 limit is 0.
2285
2286 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
2287 the correct variable.
2288
2289 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
2290
2291 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
2292 link. Fixed buggy argument sequence in call to `org-view-tags'.
2293 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2294 (org-prefix-has-tag): New variable.
2295 (org-format-agenda-item): Remove tags from headline if
2296 appropriate.
2297 (org-agenda-remove-tags-when-in-prefix): New option.
2298 (org-get-tags-at): New function.
2299
2300 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
2301
2302 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
2303 (thumbs-find-image): Move image name and number from buffer name
2304 to mode name. Set thumbs-buffer. Preserve point so that large
2305 images remain visible.
2306 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
2307 order.
2308 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
2309 mode name.
2310 (thumbs-next-image, thumbs-previous-image): Make them work.
2311
2312 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
2313
2314 * cus-edit.el (custom-buffer-create-internal): State in the text above
2315 the whole buffer buttons that they do not operate on hidden items.
2316 (custom-face-menu): Use `custom-face-save' instead of
2317 `custom-face-save-command'.
2318 (custom-face-save-command): Make it an alias for `custom-face-save'
2319 and declare it obsolete.
2320 (custom-face-save): Doc fix.
2321
2322 * dired.el (dired-no-confirm): Add quote.
2323 (dired-subdir-alist-pre-R): Add quote in
2324 `make-variable-buffer-local' form and remove unbalanced parenthesis.
2325
2326 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
2327
2328 * textmodes/table.el (table-mode-indicator): Typo in last change.
2329
2330 2006-01-19 Richard M. Stallman <rms@gnu.org>
2331
2332 * outline.el (hide-leaves): Don't call outline-end-of-heading.
2333 Fixes bug reported in Nov 2005.
2334
2335 * isearch.el (isearch-forward): Doc fix.
2336
2337 * dired.el (dired-move-to-filename-regexp): Define as alias.
2338 (dired-no-confirm): Use defcustom.
2339 (dired-subdir-alist-pre-R): Put defvar at top level.
2340
2341 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
2342
2343 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2344 Mark as risky.
2345
2346 * simple.el (set-mark-command): Doc fix.
2347 (clone-indirect-buffer-other-window):
2348 Read arg like clone-indirect-buffer.
2349 (move-beginning-of-line): Skip invisible newlines.
2350
2351 2006-01-19 Masatake YAMATO <jet@gyve.org>
2352
2353 * progmodes/cpp.el (cpp-edit-load): Make the order of
2354 listed conditions in a base C code buffer and its associate
2355 CPP Edit buffer the same.
2356
2357 2006-01-19 Kenichi Handa <handa@m17n.org>
2358
2359 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
2360 (rmail-mime-feature): Likewise.
2361 (rmail-require-mime-maybe): Use display-warning to show a warning
2362 message.
2363
2364 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
2365 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
2366
2367 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2368
2369 * array.el: Move defvars out of eval-when-compile.
2370 (array-make-template): Replace undeclared global var with a local one.
2371 (array-mode): Inline initialization functions.
2372 (array-init-local-variables, array-init-max-row)
2373 (array-init-max-column, array-init-columns-per-line)
2374 (array-init-field-width, array-init-rows-numbered)
2375 (array-init-line-length, array-init-lines-per-row): Remove.
2376
2377 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
2378 (doc-mode-map): Define explicitly.
2379 (doctor-txtype): Use mapc.
2380
2381 * textmodes/table.el: Move defvars out of eval-when-compile.
2382 Remove harmful code meant to avoid byte-compiler warnings.
2383 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
2384 specification that checks table-fixed-width-mode directly.
2385 (table-recognize-region, table-recognize-cell):
2386 Use restore-buffer-modified-p.
2387 (table-fixed-width-mode): Remove code that refreshes
2388 table-fixed-mode-indicator.
2389 (*table--cell-describe-bindings, *table--cell-describe-mode):
2390 Avoid obsolete name print-help-return-message.
2391 (table--test-cell-list): Don't use replace-regexp from elisp.
2392 (table--point-entered-cell-function, table--point-left-cell-function):
2393 Don't set table-fixed-mode-indicator, use force-mode-line-update.
2394
2395 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
2396 that was after the end of file. Use buffer-file-name variable.
2397 (org-timestamp-change): Use with-current-buffer.
2398 (org-todo-list): Don't unnecessarily define a new buffer-local var.
2399 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
2400 `file'.
2401
2402 * progmodes/fortran.el: Move defvars out of eval-when-compile.
2403 (fortran-break-line): Remove unused var `opoint'.
2404 (fortran-abbrev-start): Obey help-event-list.
2405
2406 2006-01-18 Jesper Harder <harder@phys.au.dk>
2407
2408 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
2409
2410 2006-01-18 Masatake YAMATO <jet@gyve.org>
2411
2412 * progmodes/make-mode.el (makefile-imake-mode): New mode
2413 derived from makefile-mode.
2414 (makefile-imake-mode-syntax-table): New syntax table
2415 derived from makefile-mode-syntax-table.
2416 (makefile-mode): Write about makefile-imake-mode in doc string.
2417 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
2418 (makefile-imake-font-lock-keywords): New font lock keywords.
2419
2420 * files.el (auto-mode-alist): Add Imakefile.
2421
2422 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
2423
2424 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
2425 loading the file rather than when turning on flyspell-mode.
2426
2427 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
2428
2429 * cus-edit.el (customize-rogue): Minor doc fix.
2430
2431 2006-01-17 Juri Linkov <juri@jurta.org>
2432
2433 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
2434 instead of the file at the mark as default if the file at the mark
2435 is the same as the file at point or if dired-dwim-target-directory
2436 is not the same as the current directory and the mark is not active.
2437
2438 * log-view.el (log-view-minor-wrap): Use the same logic to get
2439 revisions as `log-view-diff'.
2440
2441 * info.el (Info-revert-find-node): Check for Info-current-file
2442 before preserving new-history.
2443
2444 * man.el (Man-heading-regexp): Add `/'.
2445
2446 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
2447 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
2448
2449 2006-01-16 Juri Linkov <juri@jurta.org>
2450
2451 * faces.el (mode-line-faces): New defgroup.
2452 (mode-line-highlight): Move definition after new defgroup.
2453 (mode-line, mode-line-inactive, mode-line-highlight):
2454 Replace :group `modeline' with `mode-line-faces'.
2455 (mode-line-buffer-id): New face.
2456 (modeline-buffer-id): New face alias.
2457 (vertical-border): Remove :group `modeline'.
2458
2459 * bindings.el (propertized-buffer-identification): Use face
2460 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
2461 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
2462 (mode-line-buffer-identification-keymap): For mouse-1 replace
2463 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
2464 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
2465 mouse-3.
2466
2467 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
2468 Buffer-menu-buffer. Doc fix.
2469 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
2470 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
2471 `Buffer-menu-buffer'.
2472
2473 * info.el (Info-mode-line-node-keymap): New defvar.
2474 (Info-set-mode-line): Use `stringp' to check Info-current-file.
2475 Propertize Info-current-node with `mode-line-buffer-id' and
2476 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2477
2478 * time.el (display-time-mail-face): Replace :group `faces' with
2479 `mode-line-faces'.
2480
2481 2006-01-16 Kenichi Handa <handa@m17n.org>
2482
2483 * international/code-pages.el: Add autoload cookies for cp125[0345678].
2484
2485 * language/european.el (cp1252): New alias for windows-1252.
2486
2487 * international/mule.el (autoload-coding-system): Prepare for EOL
2488 variants.
2489
2490 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2491
2492 * term.el (term-raw-map): Add mapping for insert.
2493 (term-send-insert): New.
2494 (term-mode): Make variables local here instead of doing it in
2495 `term-emulate-terminal'.
2496 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
2497 Scroll reverse needs to take into account the scroll region.
2498 Saving and restoring the cursor should save the color attributes too.
2499 (term-reset-terminal): Reset the scroll region.
2500 (term-handle-ansi-escape): Cursor up and down should take into
2501 account the scroll region.
2502 (term-set-scroll-region): Rename from `term-scroll-region'.
2503 Move to 0,0 after setting the region.
2504 (term-handle-scroll): Handle scroll up.
2505 (term-down): Fix off by one error.
2506 (term-delete-lines): Do not delete outside the scroll region.
2507 (term-insert-lines): Take into account the scroll region.
2508
2509 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * textmodes/ispell.el (ispell-internal-change-dictionary)
2512 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
2513 (start, end): Move declaration outside of eval-when-compile.
2514
2515 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
2516 (flyspell-mode-on): Use it.
2517
2518 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
2519 ispell-kill-ispell-hook.
2520
2521 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
2522
2523 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2524 (Custom-reset-saved): Do not ask for confirmation in single option
2525 buffers.
2526
2527 2006-01-13 Richard M. Stallman <rms@gnu.org>
2528
2529 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
2530
2531 2006-01-13 Romain Francoise <romain@orebokech.com>
2532
2533 * add-log.el (add-change-log-entry, change-log-merge):
2534 Conditionally use `hard-newline'.
2535
2536 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2537
2538 * wid-edit.el (widget-field-end): If the overlay is no longer
2539 associated with a buffer, behave as if the overlay didn't exist.
2540
2541 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
2542 Make sure the links use the `custom-link' face.
2543
2544 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
2547 (ld-script-mode): Don't set indent-line-function since we don't
2548 have one.
2549
2550 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
2551
2552 * textmodes/org.el (org-open-file): Use mailcap for selecting an
2553 application.
2554 (org-file-apps-defaults-gnu): Use mailcap as the default for
2555 selecting an application on a UNIX system.
2556 (org-agenda-show-tags): New command.
2557 (org-table-insert-hline): Keep cursor in current table line.
2558 (org-table-convert): Offset effect of modifying
2559 `org-table-insert-hline'.
2560 (org-format-agenda-item): New optional argument TAG.
2561 (org-compile-prefix-format): Handle %T format for the tag.
2562 (org-expand-wide-chars): New function.
2563 (org-table-insert-row, org-table-insert-hline):
2564 Use `org-expand-wide-chars'.
2565 (org-open-file): Fix bug in program launch.
2566 (org-get-time-of-day): Fix bug with times before 1am.
2567 (org-agenda-menu): Add tags commands.
2568
2569 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
2570
2571 * textmodes/ispell.el (ispell-init-process): Include the used
2572 dictionary in ispell process start message.
2573 (ispell-internal-change-dictionary): When flyspell-mode is active
2574 and dictionary is changed, make sure ispell process is restarted
2575 and flyspell word cache cleared out for the current buffer.
2576 (ispell-change-dictionary): Make sure flyspell word cache is
2577 cleared out in all buffers with active flyspell mode when
2578 dictionary is globally changed.
2579 Call ispell-internal-change-dictionary after dictionary change.
2580
2581 2006-01-13 Eli Zaretskii <eliz@gnu.org>
2582
2583 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2584
2585 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
2586 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
2587 years. Fix small differences wrt Makefile.in.
2588 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
2589 Makefile.in does.
2590
2591 2006-01-12 Bill Wohler <wohler@newt.com>
2592
2593 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
2594 mh-search.el.
2595
2596 2006-01-12 Masatake YAMATO <jet@gyve.org>
2597
2598 * progmodes/ld-script.el: Update copyright year.
2599
2600 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
2601
2602 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
2603 Don't add widget if setting undefined.
2604
2605 2006-01-12 John Paul Wallington <jpw@pobox.com>
2606
2607 * help-fns.el (describe-variable): Remove newlines from void
2608 variable output.
2609
2610 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
2611
2612 * wdired.el (wdired-mode-map): Add help echo for
2613 wdired-abort-changes.
2614
2615 * man.el (Man-file-name-regexp): Adjust for a list of files.
2616
2617 2006-01-12 Masatake YAMATO <jet@gyve.org>
2618
2619 * progmodes/ld-script.el (auto-mode-alist): Support
2620 suffix conventions used in netbsd and eCos.
2621
2622 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2623
2624 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2625 (custom-variable-menu, custom-face-menu, custom-group-menu)
2626 (Custom-mode-menu): Change names of menu items. (As discussed on
2627 emacs-devel.)
2628 (custom-face-menu): Add "Undo Edits" item.
2629
2630 * startup.el (init-file-user): defcustom -> defvar.
2631
2632 * tooltip.el (tooltip-mode): Doc fix.
2633
2634 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * reveal.el (reveal-post-command): window-buffer signals an error on
2637 dead windows rather than returning nil.
2638 (reveal-open-new-overlays): An overlay might die while we open others.
2639
2640 2006-01-11 Bill Wohler <wohler@newt.com>
2641
2642 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2643 phrasing in docstring.
2644
2645 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
2646 can give some systems gas. Add new file mh-buffers.el.
2647
2648 2006-01-06 Masatake YAMATO <jet@gyve.org>
2649
2650 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2651 C preprocessor forward ported from GNU Emacs 21.2.
2652
2653 * progmodes/asm-mode.el (asm-font-lock-keywords):
2654 Use `cpp-font-lock-keywords'.
2655
2656 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2657
2658 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
2659 of $ for "\\.ld[s]?".
2660
2661 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2662
2663 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2664 (tcl-indent-line): Return `noindent' if inside a string.
2665
2666 * progmodes/flymake.el (flymake-split-string): Remove more than one
2667 empty string at beg/end of the result.
2668 (flymake-find-buildfile, flymake-find-possible-master-files):
2669 Use expand-file-name.
2670 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2671 since expand-file-name does it for us. Use directory-file-name.
2672 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
2673 (flymake-ler-get-type, flymake-ler-get-text)
2674 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
2675 (flymake-current-line-no): Remove spurious interactive spec.
2676 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
2677 (flymake-check-include): Remove arg inc-path merged into inc-name.
2678 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
2679 Arg regexp-list replaced by a simple regexp.
2680 (flymake-master-make-header-init, flymake-master-tex-init):
2681 Correspondingly replace regexp-list with a regexp. Fix regexp.
2682
2683 2006-01-10 Simon Josefsson <jas@extundo.com>
2684
2685 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
2686 describing AUTH PLAIN fix.
2687
2688 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
2689
2690 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
2691 (report-emacs-bug): Don't record initial prompt text.
2692 Instead, add text properties to prompting text.
2693 (report-emacs-bug-hook): Delete prompting text.
2694
2695 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
2698 `dirs'. Adjust callers.
2699
2700 2006-01-09 John Paul Wallington <jpw@gnu.org>
2701
2702 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2703
2704 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2705
2706 * reveal.el (reveal-open-new-overlays): New extracted fun.
2707 (reveal-close-old-overlays): Idem. Check overlays's liveness before
2708 using them. Simplify the code.
2709 (reveal-post-command): Use them. Fix up obsolete windows in
2710 reveal-open-spots.
2711
2712 * progmodes/flymake.el: Use `require' rather than autoload for
2713 XEmacs's overlays.
2714 (flymake-get-common-file-prefix, flymake-build-relative-filename):
2715 Delete. Use file-relative-name instead.
2716 (flymake-get-syntax-check-program-args, flymake-perl-init):
2717 Simplify the resulting code.
2718
2719 * log-view.el (log-view-file-re, log-view-message-re): Add support
2720 for DaRCS output.
2721
2722 2006-01-09 Alex Schroeder <alex@gnu.org>
2723
2724 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
2725 identifiers sometimes added in square brackets at the beginning of
2726 subject lines.
2727
2728 2006-01-07 Richard M. Stallman <rms@gnu.org>
2729
2730 * cus-edit.el (Custom-set, Custom-save): Doc fix.
2731 (Custom-reset-current, Custom-reset-saved): Change question text.
2732 (Custom-reset-standard): Likewise.
2733 (custom-variable-reset-saved): Doc fix.
2734
2735 2006-01-07 Eli Zaretskii <eliz@gnu.org>
2736
2737 * startup.el (init-file-user): Doc fix.
2738
2739 2006-01-07 Alex Schroeder <alex@gnu.org>
2740
2741 * mail/rmail.el (rmail-current-subject): New function.
2742 (rmail-current-subject-regexp): New function.
2743 (rmail-next-same-subject): Use it.
2744
2745 * mail/rmailsum.el (rmail-summary-by-topic):
2746 Use rmail-current-subject and rmail-current-subject-regexp.
2747 (rmail-summary-next-same-subject): Ditto.
2748
2749 * net/rcirc.el (rcirc-send-input): No longer check whether the
2750 process is open, since not all commands need an open process.
2751 (rcirc-send-string): Check whether the process is open before
2752 sending anything.
2753 (rcirc-ignore-list): New option.
2754 (rcirc-ignore-list-automatic): New variable.
2755 (rcirc-print): Take rcirc-ignore-list into account.
2756 (rcirc-cmd-ignore): New command.
2757 (rcirc-ignore-update-automatic): New function.
2758 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
2759 list if ignored nicks.
2760 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
2761
2762 2006-01-06 David Reitter <david.reitter@gmail.com>
2763
2764 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
2765 reflect the address to which the report will be sent.
2766
2767 2006-01-06 Eli Zaretskii <eliz@gnu.org>
2768
2769 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
2770 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
2771
2772 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
2773
2774 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
2775
2776 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
2777 the doc string: "functoin" => "function".
2778 * ldefs-boot.el: Likewise.
2779
2780 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
2781 message text: "Duplicat" => "Duplicate".
2782
2783 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
2784
2785 * files.el (basic-save-buffer-2): If backing-up failed, reset
2786 buffer-backed-up to nil.
2787
2788 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
2789
2790 * progmodes/gud.el (gdb-script-skip-to-head)
2791 (gdb-script-calculate-indentation): Indent for breakpoint command
2792 lists also.
2793
2794 2006-01-05 Bill Wohler <wohler@newt.com>
2795
2796 * Makefile.in (compile-always): Add mh-autoloads dependency.
2797 (bootstrap): Remove mh-autoloads dependency, as compile dependency
2798 provides it.
2799 (updates): Remove mh-autoloads dependency, since it probably has
2800 already run recently (via recompile).
2801
2802 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2803
2804 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
2805 argument `force' to disable the flyspell-last-buffer optimization.
2806 (flyspell-mode-on): Use it.
2807
2808 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
2809 flymake-simple-cleanup.
2810 (flymake-allowed-file-name-masks): Use this new default.
2811 All the functions are now called in the right buffer rather than
2812 passing the buffer as argument.
2813 (flymake-process-sentinel): Switch to buffer before calling cleanup.
2814 (flymake-parse-err-lines): Remove redundant buffer arg.
2815 (flymake-get-program-dir): Comment out unused function.
2816 (flymake-start-syntax-check, flymake-start-syntax-check-process):
2817 Remove redundant buffer argument.
2818 (flymake-get-real-file-name, flymake-simple-java-cleanup)
2819 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
2820
2821 2006-01-05 Richard M. Stallman <rms@gnu.org>
2822
2823 * info.el (Info-find-node): Don't record previous node if have none.
2824 (info): Go to directory only if history is empty.
2825
2826 * simple.el (mark): Doc fix.
2827
2828 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2829
2830 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
2831 already of desired type.
2832 (mac-ae-list): Coerce parameter to "list" type.
2833 (mac-dispatch-apple-event): Replace cadr part of event with a
2834 dummy position so that event-start returns it.
2835
2836 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
2837
2838 * textmodes/org.el (org-end-of-subtree): New function.
2839 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
2840 Use `org-end-of-subtree'.
2841 (org-agenda, org-agenda-convert-date): Protect calls to
2842 `fit-window-to-buffer'.
2843 (org-tags-view): Force matching of sublevels when doing a
2844 todo-only search. Define the correct redo command, including the
2845 arguments.
2846 (org-agenda-redo): Display message.
2847 (org-check-for-org-mode): New function.
2848 (org-agenda-type): New variable.
2849 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2850 Set `org-agenda-type'.
2851 (org-agenda-check-type): New function.
2852 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2853 (org-agenda-week-view, org-agenda-day-view)
2854 (org-agenda-next-date-line, org-agenda-previous-date-line)
2855 (org-agenda-log-mode, org-agenda-toggle-diary)
2856 (org-agenda-toggle-time-grid, org-agenda-date-later)
2857 (org-agenda-date-prompt, org-agenda-diary-entry)
2858 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
2859 (org-agenda-convert-date, org-agenda-menu):
2860 Use `org-agenda-check-type'.
2861 (org-make-overlay, org-delete-overlay)
2862 (org-detatch-overlay, org-move-overlay, org-overlay-put):
2863 New compatibility functions.
2864 (org-calendar-select-mouse): New command.
2865
2866 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
2867
2868 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
2869 (Custom-reset-standard): Fix y-or-n-p messages.
2870 (custom-link): New face for links.
2871 (custom-buffer-create-internal, custom-manual): Use it.
2872 (custom-face-save): Push to theme-face before setting face spec.
2873
2874 * wid-edit.el (widget-default-mouse-face-get): New function.
2875 (widget-specify-button): Handle mouse-face like button-face.
2876
2877 * custom.el (load-theme): Clear old theme settings if reloading.
2878
2879 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
2880
2881 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
2882 "Erase Customization" button back to same position it occupies in
2883 the individual State menus.
2884
2885 2006-01-04 Kim F. Storm <storm@cua.dk>
2886
2887 * wid-edit.el (key-sequence): Rework widget to read key binding
2888 using `kbd' syntax. Use C-q to insert literal key, event, or code.
2889 (widget-key-sequence-default-value): Default value for empty sequence.
2890 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
2891 (widget-key-sequence-read-event): New command for C-q.
2892 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
2893 (widget-key-sequence-value-to-external): New functions.
2894
2895 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2896
2897 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
2898 Use expand-file-name.
2899 (flymake-delete-temp-directory): Use expand-file-name,
2900 file-name-directory, and directory-file-name.
2901 (flymake-strrchr): Delete.
2902 (flymake-start-syntax-check): Don't pass the redundant buffer argument
2903 to the init-f function.
2904 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
2905 (flymake-init-find-buildfile-dir)
2906 (flymake-init-create-temp-source-and-master-buffer-copy)
2907 (flymake-simple-make-init-impl, flymake-simple-make-init)
2908 (flymake-master-make-init, flymake-master-make-header-init)
2909 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
2910 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
2911 (flymake-xml-init): Remove corresponding redundant buffer argument.
2912 (flymake-allowed-file-name-masks): Remove last elems that are equal to
2913 the default anyway. Clean up regexps.
2914
2915 * progmodes/flymake.el (flymake-temp-source-file-name)
2916 (flymake-master-file-name, flymake-temp-master-file-name)
2917 (flymake-base-dir): New buffer-local vars.
2918 (flymake-buffer-data, flymake-get-buffer-value)
2919 (flymake-set-buffer-value): Replace those hash-tables by the new
2920 buffer-local vars. Update callers.
2921
2922 * progmodes/flymake.el (flymake-check-start-time)
2923 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2924 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2925 Move definition, so we can remove redundant earlier declaration.
2926 (flymake-replace-regexp-in-string, flymake-split-string)
2927 (flymake-get-temp-dir): Use defalias.
2928 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
2929 (flymake-xemacs-window-edges): Remove unused function.
2930 (flymake-get-point-pixel-pos): Move.
2931 (flymake-pid-to-names, flymake-reg-names)
2932 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2933 Replace by a simple list flymake-processes and by process-buffer.
2934 Update callers. Other than simplify the code, it uses buffers rather
2935 than buffer-names so it doesn't get confused by uniquify.
2936 (flymake-buffer-data): The global value should just be nil.
2937
2938 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2939 Optimize the body of a defalias like any other code.
2940
2941 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2942 Make sure we've setup font-lock's vars. It may influence which
2943 function we then call.
2944 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2945 here since it's too late anyway.
2946
2947 2006-01-03 Romain Francoise <romain@orebokech.com>
2948
2949 * startup.el (fancy-splash-tail, normal-splash-screen):
2950 Update copyright year.
2951
2952 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
2953
2954 * mouse.el (mouse-drag-track): Rename, from
2955 `mouse-drag-region-1'. Includes optional argument required to
2956 enable post-drag event processing (e.g. delete region keys).
2957 Can be used without this argument to track a mouse region and operate
2958 on it as soon as the drag completes.
2959 (mouse-drag-region): Use `mouse-drag-track'.
2960
2961 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
2962
2963 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2964 Move to `custom-buffer' group.
2965
2966 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2967 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2968 (custom-theme-insert-face-marker, custom-theme-variable-menu)
2969 (custom-theme-face-menu): New variables.
2970 (custom-theme-add-variable, custom-theme-variable-action)
2971 (custom-variable-reset-theme, custom-theme-delete-variable)
2972 (custom-face-reset-theme, custom-theme-face-action)
2973 (custom-theme-delete-face, custom-theme-merge-theme)
2974 (custom-theme-add-face, custom-theme-visit-theme): New functions.
2975
2976 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
2977
2978 * custom.el: Move Custom Themes commentary to start of theme code.
2979 (custom-known-themes): Rename `standard' theme to `changed'.
2980 (custom-push-theme): Caller no longer specifies what theme to use
2981 when doing `reset'---the setting is simply removed from the theme.
2982 Delete MODE from `theme-value' and `theme-settings' properties.
2983 (custom-declare-theme): Ignore &rest args since we don't use them.
2984
2985 (custom-loaded-themes): Delete variable.
2986 (custom-theme-load-themes, custom-theme-loaded-p)
2987 (custom-theme-value): Delete functions.
2988
2989 (custom-declare-theme): Signal error on invalid theme names.
2990 (provide-theme): custom-loaded-themes was deleted.
2991 (load-theme): Load the file unconditionally.
2992 (enable-theme): Call `load-theme' if theme is undefined.
2993 (custom-enabled-themes): Only update value for successful loads.
2994 (disable-theme): Complete from enabled themes when interactive.
2995 (custom-variable-theme-value): Calculate theme value directly.
2996
2997 (custom-theme-reset-variables, custom-reset-variables): Mark as
2998 XEmacs compatibility functions. We don't actually use these.
2999
3000 * cus-edit.el (custom-variable-state-set):
3001 Use custom-variable-theme-value instead of custom-theme-value.
3002 (custom-face-state-set): Rename `standard' theme to `changed'.
3003 (custom-save-variables, custom-save-faces): Delete unneeded
3004 references to custom-reset-variables.
3005 (custom-save-resets): Delete function.
3006 (custom-save-variables, custom-save-faces): MODE argument deleted.
3007 (custom-save-variables, custom-save-faces): Ignore theme values.
3008
3009 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3010 compatibility function.
3011
3012 2006-01-01 Richard M. Stallman <rms@gnu.org>
3013
3014 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
3015 (Custom-reset-current, Custom-reset-saved): Likewise.
3016 (Custom-reset-standard): Show message if aborted.
3017 (custom-mode): Doc fix, describing those commands.
3018
3019 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
3020 put on event-kind property.
3021
3022 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
3023
3024 * custom.el (provide-theme): Ban `user' theme name.
3025 (custom-enabling-themes): New variable.
3026 (enable-theme): Don't enable user if custom-enabling-themes is t.
3027 (custom-enabled-themes): Make it a defcustom.
3028 (custom-theme-recalc-face): No-op if face is undefined.
3029
3030 * cus-edit.el (custom-button-mouse): New variable.
3031 (custom-button-mouse): New face.
3032 (custom-raised-buttons, custom-mode): Use it.
3033
3034 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
3035
3036 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3037
3038 * progmodes/gud.el (gud-display-line): Support hl-line in the
3039 source buffer.
3040
3041 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3042
3043 * mouse.el (mouse-drag-window-above): Verify that the found window
3044 overlaps with the given window in the horizontal dimension.
3045
3046 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3047
3048 * Makefile.in (cvs-update): New target.
3049
3050 * makefile.w32-in (cvs-update): Ditto.
3051
3052 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
3053
3054 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
3055 (custom-new-theme-mode-map): New variable.
3056
3057 2005-12-30 Richard M. Stallman <rms@gnu.org>
3058
3059 * custom.el (custom-load-themes): Function deleted.
3060
3061 * cus-edit.el (custom-save-loaded-themes): Function deleted.
3062 (custom-save-variables): Don't delete or add custom-load-themes call.
3063
3064 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
3065
3066 * cus-start.el: Add `visible-cursor'.
3067
3068 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
3069 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
3070 (flymake-process-filter): Switch to buffer before calling it instead.
3071 (flymake-post-syntax-check, flymake-highlight-err-lines)
3072 (flymake-delete-own-overlays, flymake-parse-err-lines)
3073 (flymake-start-syntax-check, flymake-start-syntax-check-process)
3074 (flymake-count-lines, flymake-parse-residual):
3075 Remove constant buffer argument.
3076 (flymake-start-syntax-check-for-current-buffer): Remove.
3077 Update callers to use flymake-start-syntax-check instead.
3078 (flymake-display-err-menu-for-current-line):
3079 Remove unused var `mouse-pos'.
3080 (flymake-restore-formatting): Comment out unused function.
3081 (flymake-report-status, flymake-report-fatal-status): Remove buffer
3082 argument, use current-buffer instead. Update callers.
3083
3084 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3085
3086 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
3087 buffer-local because choose-completion-delete-max-match requires
3088 that we set completion-ignore-case (i.e., binding via let is not
3089 sufficient).
3090 (bibtex-complete): Always set completion-ignore-case and
3091 choose-completion-string-functions. The latter is needed because
3092 choose-completion-string-functions keeps its value if we quit the
3093 *Completions* buffer without requesting a completion.
3094
3095 2005-12-30 Andreas Schwab <schwab@suse.de>
3096
3097 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
3098
3099 2005-12-30 Eli Zaretskii <eliz@gnu.org>
3100
3101 * jit-lock.el (jit-lock-chunk-size): Doc fix.
3102
3103 2005-12-30 Juri Linkov <juri@jurta.org>
3104
3105 * locate.el (locate-fcodes-file, locate-header-face)
3106 * progmodes/delphi.el (delphi-other-face)
3107 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
3108
3109 * paren.el (show-paren-match, show-paren-mismatch): Use existing
3110 group `paren-showing-faces'.
3111
3112 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
3113 (goto-address): Fix docstring.
3114
3115 * net/webjump.el (webjump-sample-sites): Update URLs.
3116
3117 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
3118
3119 * subr.el (cancel-change-group): Add listp around pending-undo-list.
3120
3121 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
3122
3123 * font-lock.el (font-lock-compile-keywords): Signal an error when
3124 font-lock-set-defaults hasn't been called.
3125
3126 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3127
3128 * subr.el (noreturn, 1value): Doc fixes.
3129
3130 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3131
3132 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
3133 that assoc-string returns nil.
3134
3135 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3136
3137 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
3138 (bibtex-entry-type-str, bibtex-empty-field-re)
3139 (bibtex-search-backward-string, bibtex-preamble-prefix)
3140 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
3141 (bibtex-any-valid-entry-type): New variable.
3142 (bibtex-parse-field-name): Simplify.
3143 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
3144 (bibtex-preamble-prefix): Include left delimiter.
3145 (bibtex-search-forward-field, bibtex-search-backward-field):
3146 Allow unbounded search past entry boundaries (required by bibtex-pop).
3147 (bibtex-text-in-field-bounds): Use push.
3148 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
3149 (bibtex-parse-preamble, bibtex-valid-entry)
3150 (bibtex-beginning-first-field): New functions.
3151 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
3152 (bibtex-map-entries): Fix docstring.
3153 (bibtex-flash-head): New arg prompt. Simplify.
3154 (bibtex-enclosing-field): Include code of bibtex-inside-field.
3155 (bibtex-insert-kill): Simplify. Always insert text past the
3156 current field or entry.
3157 (bibtex-format-entry): Use bibtex-parse-field.
3158 (bibtex-pop): Use bibtex-beginning-of-entry and
3159 bibtex-end-of-entry to initiate the search. Insert empty field if
3160 we found ourselves.
3161 (bibtex-print-help-message): New args field and comma.
3162 Handle entry keys.
3163 (bibtex-make-field): Use bibtex-beginning-of-entry.
3164 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
3165 invalid entry.
3166 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
3167 Handle preambles. Simplify code for thorough test.
3168 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
3169 New arg comma. Handle entry heads.
3170 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
3171 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
3172 New arg comma.
3173 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
3174 (bibtex-fill-field): Simplify.
3175 (bibtex-fill-entry): Use bibtex-beginning-first-field and
3176 bibtex-parse-field.
3177 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
3178 (bibtex-complete): Use bibtex-parse-preamble.
3179
3180 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
3181
3182 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
3183 Display name of expression instead of convenience variable.
3184 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
3185
3186 * progmodes/gud.el (gud-tooltip-dereference): Rename from
3187 toggle-gud-tooltip-dereference.
3188 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
3189 (gud-tooltip-tips): ...here when dereferencing.
3190
3191 2005-12-28 Bill Wohler <wohler@newt.com>
3192
3193 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
3194
3195 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
3196
3197 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
3198 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
3199 (vc-annotate-display-autoscale): Adjust call.
3200 (vc-annotate-display-default): Adjust call. Make arg compulsory.
3201 Fix interactive spec.
3202 (vc-annotate-time-span): Remove.
3203 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
3204 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
3205 (vc-annotate-display-select): Use new name.
3206
3207 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
3208 (vc-annotate-mode-menu): Remove left-over redundant declaration.
3209 Correct the construction of span entries. Simplify.
3210 (vc-annotate-display-select): Fix the nil case.
3211 (vc-annotate): Remove obsolete (and now broken) code.
3212 (vc-annotate-extract-revision-at-line): Remove obsolete code.
3213 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
3214
3215 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3216
3217 * subr.el (lazy-completion-table): Correct typo in docstring.
3218
3219 * startup.el (command-line): Use `custom-reevaluate-setting' for
3220 `send-mail-function'.
3221
3222 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
3223
3224 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
3225
3226 * mail/smtpmail.el (smtpmail-try-auth-methods):
3227 Send credentials together with "AUTH PLAIN" command.
3228
3229 2005-12-27 Richard M. Stallman <rms@gnu.org>
3230
3231 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
3232 mouse-2, go back to previously selected window, so it's selected
3233 when mouse-2 command runs.
3234
3235 2005-12-27 Juri Linkov <juri@jurta.org>
3236
3237 * descr-text.el (describe-text-sexp): Use square brackets for
3238 button [Show] to distinguish it from the property value `show'.
3239 (describe-property-list): Use `insert-text-button' with
3240 `help-face' type instead of putting face in quotes, because button
3241 is not created automatically for a list of faces.
3242 (describe-text-properties-1): Put button-type value in quotes to
3243 distinguish from plain text "button".
3244 (describe-char): Display code point values in hex. Don't use
3245 `symbol-name' for `current-input-method' because it is a string.
3246 Use `insert-text-button' with `help-face' type instead of putting
3247 hardcoded face in quotes, because button is not created automatically.
3248
3249 2005-12-27 Richard M. Stallman <rms@gnu.org>
3250
3251 * progmodes/glasses.el (glasses-face): More specific custom type.
3252
3253 * files.el (set-visited-file-name): Doc fix.
3254
3255 * textmodes/flyspell.el (flyspell-external-point-words):
3256 Use local var buffer-scan-pos to advance scan for next misspelling.
3257 Advance it only after we find the misspelling.
3258
3259 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
3260
3261 * textmodes/flyspell.el (flyspell-external-point-words):
3262 New criteria for finding the misspelling in the buffer.
3263
3264 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
3265
3266 * help-mode.el (help-insert-string): Set help-xref-stack-item
3267 rather than call help-setup-xref.
3268
3269 * descr-text.el (describe-char): Revert previous changes for
3270 optional buffer argument.
3271
3272 2005-12-27 Juri Linkov <juri@jurta.org>
3273
3274 * help-mode.el (help-insert-string): New function. Save buffer
3275 contents in cases where it is impossible to recompute the old contents.
3276
3277 * descr-text.el (describe-char): Set help-xref-stack-item
3278 explicitly after buffer has been generated.
3279
3280 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3281
3282 * cus-start.el (all): Add x-gtk-show-hidden-files.
3283
3284 2005-12-26 Richard M. Stallman <rms@gnu.org>
3285
3286 * replace.el (perform-replace): Calculate match-again
3287 before skipping read-only matches.
3288
3289 * paren.el (paren-showing-faces): New group.
3290 (show-paren-match, show-paren-mismatch): Move to that group.
3291
3292 * button.el (button): Put into group `basic-faces'.
3293
3294 * progmodes/make-mode.el: Remove faces from group `faces'.
3295
3296 * apropos.el (apropos, apropos-value): Doc fix.
3297 (apropos-documentation): Doc fix.
3298
3299 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3300
3301 * subr.el (lazy-completion-table): Remove argument `args'.
3302
3303 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3304 Don't use the `args' argument of lazy-completion-table.
3305
3306 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
3307
3308 * descr-text.el (describe-char): Add optional argument for buffer.
3309 Set buffer appropriately. Call help-setup-xref.
3310 Suggested by Stefan Monnier.
3311
3312 2005-12-26 Juri Linkov <juri@jurta.org>
3313
3314 * descr-text.el: Require `help-fns' at runtime. Don't require
3315 `button' for byte compilation.
3316 (describe-text-widget): Add `help-echo' for first button.
3317 Use `help-info' for second.
3318 (describe-property-list): Use `help-argument-name' instead of `italic'.
3319 (describe-text-category): Add prompt to interactive spec.
3320 Call `help-setup-xref'.
3321 (describe-char): Use `help-character-set'. Add `help-echo' for
3322 code point. Use `help-input-method'. Remove superfluous insert.
3323
3324 2005-12-25 Richard M. Stallman <rms@gnu.org>
3325
3326 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
3327 at point, in case of narrowing.
3328
3329 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
3330
3331 * locate.el (locate-header-face): Allow nil in type.
3332
3333 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
3334
3335 2005-12-25 Romain Francoise <romain@orebokech.com>
3336
3337 * battery.el (battery-linux-proc-acpi): Also try
3338 `/proc/acpi/thermal_zone/THM0/temperature'.
3339
3340 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
3341
3342 * custom.el (custom-push-theme): Fix docstring.
3343
3344 * cus-edit.el (custom-variable-set, custom-variable-save)
3345 (custom-variable-save): Custom-quote widget values.
3346 (customize-save-variable): Fix custom-push-theme call.
3347
3348 2005-12-24 Eli Zaretskii <eliz@gnu.org>
3349
3350 * w32-fns.el (w32-batch-update-autoloads): New function.
3351
3352 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
3353 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
3354 from the command line.
3355
3356 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
3357
3358 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
3359 reset means to remove setting from theme entirely. Don't keep
3360 expanding theme-settings list; delete old entries if necessary.
3361
3362 * cus-edit.el (custom-buffer-create-internal): Move "Erase
3363 customization" button one line up.
3364 (custom-themed): New face.
3365 (custom-magic-alist): New value, THEMED, for theme settings.
3366 (custom-variable-state-set, custom-face-state-set):
3367 Check theme-value instead of saved-value.
3368 (custom-variable-reset-standard, custom-face-reset-standard):
3369 Remove theme setting entirely. Recalculate new values.
3370 (custom-variable-set, custom-variable-set)
3371 (custom-variable-reset-saved, custom-variable-reset-backup)
3372 (custom-face-set, custom-face-reset-saved): Update `user' theme.
3373 (custom-variable-save): Fix typos.
3374
3375 2005-12-23 Juri Linkov <juri@jurta.org>
3376
3377 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
3378 Add autoload cookies.
3379 (edebug-outside-d-c-i-n-s-w): New variable.
3380 (edebug-display, edebug-outside-excursion): Use it to save the
3381 original value of default-cursor-in-non-selected-windows.
3382 Set default-cursor-in-non-selected-windows to t while Edebug
3383 is active.
3384 (edebug-mode, edebug-eval-mode): Doc fix.
3385
3386 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
3387 with `buffer-substring-no-properties' to remove common substring
3388 highlighting.
3389
3390 * info.el (info-other-window, info): Rename function argument
3391 `file' to `file-or-node'.
3392 (Info-complete-menu-item): Use local variable `complete-nodes' to
3393 keep the global value of `Info-complete-nodes' unchanged for
3394 subsequent completions.
3395 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
3396
3397 * simple.el (get-next-valid-buffer, last-buffer)
3398 (next-error-buffer-p, next-error-find-buffer)
3399 (minibuffer-history-sexp-flag): Doc fix.
3400
3401 * savehist.el (savehist-mode-hook): Add `:group'.
3402
3403 * log-view.el: Call autoload for vc-find-version.
3404 (log-view-current-file): Adjust subgroup numbers.
3405 (log-view-current-tag): Add `length'.
3406
3407 2005-12-23 Richard M. Stallman <rms@gnu.org>
3408
3409 * vc.el (vc-annotate-car-last-cons): Defn moved up.
3410
3411 2005-12-23 Juri Linkov <juri@jurta.org>
3412
3413 * hi-lock.el (hi-lock-archaic-interface-message-used)
3414 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
3415 (hi-lock-mode): Display "Hi" in the mode line only when
3416 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
3417 (hi-lock-write-interactive-patterns):
3418 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
3419 (hi-lock-set-pattern, hi-lock-set-file-patterns)
3420 (hi-lock-font-lock-hook): Set 3rd arg `how' of
3421 font-lock-add-keywords to t.
3422
3423 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
3424
3425 * hi-lock.el (hi-lock-highlight-range): New variable.
3426 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
3427 only if font-lock-fontified is non-nil. Remove overlays.
3428 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
3429 font-lock-fontified is non-nil, otherwise use overlays (instead of
3430 text properties).
3431 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
3432 New variables.
3433 (hi-lock-string-serialize) New function.
3434
3435 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3436
3437 * menu-bar.el (menu-find-file-existing): New function.
3438 (menu-bar-file-menu): Use menu-find-file-existing for Open.
3439
3440 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
3441
3442 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * vc.el: Remove unnecessary leading * in docstrings.
3445 (vc-annotate-mode-map): Move initialization into declaration.
3446 (vc-static-header-alist): Nitpick on the regexp.
3447 (vc-default-init-version): New fun.
3448 (vc-register): Use it.
3449 (vc-insert-headers): Use dolist.
3450 (vc-annotate-get-backend): Remove unused function.
3451 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
3452 (vc-annotate-mode): Remove corresponding call.
3453 (vc-annotate-car-last-cons): Simplify.
3454 (vc-annotate-buffers): Remove var.
3455 (vc-annotate-backend): Make it buffer-local.
3456 (vc-annotate): Move the interaction to the interactive spec.
3457 Add a `buf' argument.
3458 (vc-annotate-warp-version): Use this new `buf' argument to avoid
3459 killing&creating a vc-annotate buffer, which is very disruptive when
3460 the buffers are shown in dedicated frames.
3461
3462 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
3463
3464 * descr-text.el: Add FSF as maintainer.
3465 (describe-text-mode, describe-text-mode-map)
3466 (describe-text-mode-hook, describe-text-done): Delete. Use normal
3467 help-mode.
3468 (describe-text-widget, describe-text-sexp)
3469 (describe-property-list, describe-text-category)
3470 (describe-text-properties, describe-text-properties-1)
3471 (describe-char): Use help buttons instead of widgets.
3472 (describe-char-unicodedata-file): Make URL link in doc string.
3473
3474 2005-12-22 Richard M. Stallman <rms@gnu.org>
3475
3476 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
3477 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
3478 Don't include buttons that write a file when there's no file.
3479 (custom-variable-menu, custom-face-menu, custom-group-menu):
3480 Don't include commands that write a file when there's no file.
3481 (customize-browse): Reword the top-of-buffer help intro.
3482 (custom-buffer-create-internal): Fix previous change.
3483 (customize-changed-options-previous-release): Prev release is 21.1.
3484 (customize-changed-options): Doc fix.
3485 (customize-changed): New alias.
3486 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
3487 Say "standard values".
3488 (Custom-reset-standard): Doc fix.
3489 (custom-face-reset-standard): Doc fix.
3490
3491 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3492
3493 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
3494 even if font-lock-mode is non-nil since it may be t without having
3495 turned on font-lock-mode-internal.
3496 (font-lock-choose-keywords): Minor optimization.
3497 (font-lock-add-keywords, font-lock-remove-keywords)
3498 (font-lock-set-defaults): Don't call make-local-variable on a variable
3499 that we know to already be local.
3500
3501 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3502
3503 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
3504 messages if in the minibuffer.
3505
3506 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3507
3508 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
3509 (tex-mode-flyspell-verify, flyspell-get-word)
3510 (flyspell-external-point-words): Don't use point-min/max uselessly.
3511
3512 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
3513 by Kevin Rodgers. Instead, just hide the completions buffer if we
3514 don't need to show it.
3515
3516 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
3517
3518 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
3519
3520 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3521
3522 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
3523 delete-windows-on with an inexistent buffer.
3524
3525 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
3526
3527 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3528 Delete defcustom variable :tag names.
3529
3530 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
3531
3532 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
3533 (log-view-font-lock-keywords): Ajust subgroup numbers.
3534 (log-view-current-tag): Don't hard code the number of subgroups.
3535
3536 2005-12-20 Juri Linkov <juri@jurta.org>
3537
3538 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
3539 (tooltip-x-offset, tooltip-y-offset): Doc fix.
3540
3541 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3542 (menu-bar-non-minibuffer-window-p): Instead of checking
3543 display-multi-frame-p, use selected-frame when menu-updating-frame
3544 is nil.
3545
3546 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
3547
3548 * align.el (align-rules-list): Use [ \t] instead of \s-
3549 for column separators in text mode.
3550
3551 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
3552
3553 * help-mode.el (help-customize-variable, help-customize-face):
3554 Don't pop help-xref-stack as help-follow no longer pushes
3555 anything on to it.
3556
3557 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
3558
3559 * textmodes/org.el (org-agenda-custom-commands): New option.
3560 (org-agenda): Offer custom commands on splash screen.
3561 (org-make-tags-matcher): Parser for Boolean logic added.
3562 (org-agenda-set-tags): New command.
3563 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
3564 (org-set-tags): Efficiency improvements.
3565 (org-auto-align-tags): New option.
3566 (org-todo, org-demote, org-promote): Realign tags.
3567 (org-tags-completion-function): Use also "&" and "|" as separators.
3568 (org-org-menu): Agenda commands simplified.
3569
3570 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3571
3572 * cus-edit.el (customize-apropos, customize-apropos-options):
3573 Docstring changes.
3574
3575 * font-lock.el (font-lock): Add tags to the links in the defgroup.
3576
3577 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
3578
3579 * longlines.el (longlines-mode): Wrap while widened.
3580 (longlines-decode-region, longlines-encode-region): Compute max
3581 just once.
3582
3583 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3584
3585 * cus-edit.el (mac): New group.
3586
3587 * cus-start.el (all): Add user options in macterm.c. Add test for
3588 Mac-related built-ins. Fix test for GTK-related built-ins.
3589
3590 * term/mac-win.el (mac-handle-language-change)
3591 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
3592 (mac-services-open-selection, mac-services-mail-selection)
3593 (mac-services-mail-to, mac-services-insert-text)
3594 (mac-dispatch-apple-event): Add docstrings.
3595 (x-get-selection, mac-select-convert-to-string): Select coding
3596 system from `utf-16be' and `utf-16le' using `byteorder'.
3597
3598 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * subr.el (lazy-completion-table): Don't be fooled if the var holds
3601 a "list" (lambda ...) rather than a real completion list.
3602
3603 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
3604 lexical-let when encountering ((lambda (...) ...) ...).
3605
3606 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3607
3608 * progmodes/sh-script.el (sh-mode):
3609 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
3610 * textmodes/picture.el (picture-mode): Update docstrings.
3611
3612 2005-12-17 Eli Zaretskii <eliz@gnu.org>
3613
3614 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
3615 commands enclosed in $(ARGQUOTE)s should not be split between two
3616 lines, as that will break with GNU Make >3.80, when sh.exe is used
3617 and arg quoting is with '..'.
3618 (autoloads): Don't break the quoted --eval expression between
3619 several lines.
3620
3621 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3622
3623 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3624 Capture error from printing circular structures.
3625
3626 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
3627
3628 * wid-edit.el (widget-checkbox-action): Clear undo info.
3629
3630 2005-12-16 Bill Wohler <wohler@newt.com>
3631
3632 * menu-bar.el (kill-this-buffer): Set a good example by using menu
3633 bar, not menubar in comment.
3634
3635 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3636
3637 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3638 After-change-functions should not clobber the match data.
3639
3640 2005-12-16 Juri Linkov <juri@jurta.org>
3641
3642 * simple.el (choose-completion): Use `buffer-substring-no-properties'
3643 instead of `buffer-substring'.
3644 (completion-common-substring): Doc fix.
3645 (completion-setup-function): Use minibuffer-completion-contents
3646 instead of minibuffer-contents. Don't set common-string-length
3647 initially. Remove special handling of partial-completion-mode.
3648 Move computation of completion-base-size into one cond.
3649 Call completion-base-size-function in mainbuf. In computation of
3650 completion-base-size for file name completion don't move point to
3651 the end of the minibuffer. Move computation of common-string-length
3652 into one cond. Start putting faces only when common-string-length>=0.
3653 Add condition to put completions-common-part when
3654 common-string-length>0.
3655
3656 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3657 place point at the first different character in the minibuffer
3658 even if this position is at the beginning of the minibuffer.
3659
3660 * info.el (Info-read-node-name-1): In completion-base-size-function's
3661 lambda return 1 if common-substring or minibuffer-completion-contents
3662 starts with (, and 0 otherwise.
3663
3664 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3665 Use `crm-current-element' for second arg of `display-completion-list'.
3666
3667 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
3668
3669 * files.el (set-auto-mode): Look for an interpreter specified on
3670 the first line also if search for mode specification succeeded,
3671 but the mode is not known.
3672
3673 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
3674
3675 * textmodes/org.el (org-tags-match-list-sublevels): New option.
3676 (org-open-at-point): Implement tag searches as links.
3677 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
3678 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
3679 (org-tags-sparse-tree, org-tags-view, org-set-tags)
3680 (org-agenda-dispatch): New commands.
3681 (org-use-tag-inheritance, org-tags-column): New options.
3682 (org-tab-follows-link, org-return-follows-link): New options.
3683 (org-tags): New customize group.
3684 (org-start-icalendar-file): Get local time zone.
3685 (org-tags-completion-function): New function.
3686 (org-set-font-lock-defaults): Make sure links will also be
3687 highlighted inside headlines.
3688
3689 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
3690
3691 * term.el (term-emulate-terminal):
3692 Let term-handle-ansi-terminal-messages override what Bash says about
3693 its current directory.
3694
3695 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3696
3697 * bindings.el (last-buffer): Move to simple.el.
3698 * simple.el (last-buffer): Move here.
3699 (get-next-valid-buffer): New function.
3700 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
3701 (prev-buffer): Ditto. Rename to `previous-buffer'.
3702
3703 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
3704 * bindings.el (global-map): Ditto.
3705
3706 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
3707
3708 * cus-edit.el: Introductory comment change.
3709 (custom-magic-alist): Change message string for the `rogue' state.
3710
3711 2005-12-15 Richard M. Stallman <rms@gnu.org>
3712
3713 * tooltip.el: Delete defcustom variable :tag names.
3714
3715 * complete.el (partial-completion-mode): Doc fix.
3716
3717 * textmodes/flyspell.el (flyspell-external-point-words):
3718 Use save-excursion to ensure we don't move backward in the
3719 search loop, not even one character.
3720 (flyspell-delete-all-overlays): Use remove-overlays directly.
3721
3722 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
3723 (ispell-start-process): Set that variable.
3724 Clear ispell-buffer-local-name.
3725 (ispell-internal-change-dictionary):
3726 Set ispell-current-dictionary after killing process.
3727 (ispell-buffer-local-dict):
3728 Don't set spell-personal-dictionary after killing process.
3729 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
3730 (ispell-tex-skip-alists, ispell-html-skip-alists)
3731 (ispell-skip-region-alist): Mark as risky.
3732
3733 * net/newsticker.el (newsticker--retrieval-timer-list)
3734 (newsticker--display-timer, newsticker-running-p)
3735 (newsticker-ticker-running-p): Definitions moved up.
3736
3737 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
3738
3739 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
3740
3741 2005-12-15 David Ponce <david@dponce.com>
3742
3743 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
3744 (recentf-edit-list, recentf-open-files): Signal an error when
3745 there is no recent file.
3746
3747 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
3748
3749 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
3750 read-only except for texinfo-format-region evaluation.
3751
3752 2005-12-14 Richard M. Stallman <rms@gnu.org>
3753
3754 * vc.el (vc-default-previous-version, vc-default-next-version)
3755 (vc-do-command): Doc fixes.
3756
3757 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3758
3759 * textmodes/bibtex.el (bibtex-expand-strings)
3760 (bibtex-autokey-expand-string, bibtex-name-part)
3761 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
3762 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
3763 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
3764 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
3765 (bibtex-entry-postfix, bibtex-known-entry-type-re)
3766 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3767 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3768 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
3769 (bibtex-beginning-of-last-entry): Remove.
3770 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
3771 message if comma is missing but buffer is read-only.
3772 (bibtex-parse-field-text): Handle whitespaces at the end of field
3773 text. Return 3-element list with beginning and end of field text
3774 and end of field.
3775 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
3776 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
3777 (bibtex-search-forward-field, bibtex-search-backward-field):
3778 Search always delimited by limits of entry. Use more efficient
3779 search algorithms.
3780 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
3781 bibtex-end-of-name-in-field.
3782 (bibtex-text-in-field-bounds): Handle BibTeX strings when
3783 extracting the content of a field.
3784 (bibtex-text-in-field): Use search limits.
3785 (bibtex-parse-string-prefix): Handle empty string keys based on
3786 bibtex-string-empty-key.
3787 (bibtex-parse-string): Fix docstring.
3788 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
3789 (bibtex-preamble-prefix, bibtex-strings): New functions.
3790 (bibtex-skip-to-valid-entry): Include preceding whitespace in
3791 BibTeX entries (consistent with other BibTeX functions).
3792 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
3793 (bibtex-search-entry): Fix docstring. Simplify.
3794 (bibtex-flash-head, bibtex-complete-string-cleanup)
3795 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
3796 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
3797 (bibtex-parse-entry): New optional arg content.
3798 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
3799 Use bibtex-text-in-field-bounds.
3800 (bibtex-print-help-message): Handle BibTeX strings and preambles.
3801 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
3802 bibtex-parse-string-postfix.
3803 (bibtex-find-text-internal): New function.
3804 (bibtex-remove-delimiters): Use it.
3805 (bibtex-find-text): Use it. New optional arg help.
3806 (bibtex-complete): Handle BibTeX string and preamble entries.
3807 (bibtex-Preamble): Fix order of closing delimiters.
3808
3809 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3810
3811 * vc.el (vc-default-revert): New fun.
3812
3813 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
3814
3815 2005-12-14 Romain Francoise <romain@orebokech.com>
3816
3817 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
3818 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
3819 (font-lock-remove-keywords): Likewise.
3820
3821 2005-12-14 Juri Linkov <juri@jurta.org>
3822
3823 * log-view.el (log-view-diff): Doc fix.
3824
3825 * isearch.el (isearch-query-replace): Use (mark) instead of
3826 isearch-opoint if mark is active in transient-mark-mode.
3827
3828 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3829
3830 * isearch.el (isearch-query-replace): Check for isearch-other-end.
3831
3832 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
3833
3834 * progmodes/cpp.el (cpp-face): New widget.
3835 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
3836
3837 2005-12-14 Juri Linkov <juri@jurta.org>
3838
3839 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
3840 around `erase-buffer' and `insert'.
3841
3842 * descr-text.el (describe-text-properties): Replace buffer name
3843 "*Help-2*" with "*Help*<2>".
3844 (describe-char): Add functions print-help-return-message,
3845 toggle-read-only. Use help-setup-xref with nil to not store
3846 describe-char in help-xref-stack. Use help-make-xrefs to
3847 make [back] button.
3848
3849 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
3850
3851 * wdired.el (wdired-old-point): New internal variable.
3852 (wdired-change-to-wdired-mode): Set it buffer-locally.
3853 (wdired-abort-changes): Restore point after aborting changes.
3854
3855 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * vc.el (vc-do-command): Add a new value t for okstatus.
3858
3859 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
3860 frame in case of errors.
3861
3862 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3863
3864 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
3865 so it comes after "On the Left" in the menu.
3866
3867 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
3868
3869 * cus-edit.el (customize-apropos, customize-apropos-options)
3870 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
3871
3872 2005-12-12 Bill Wohler <wohler@newt.com>
3873
3874 * vc-svn.el (vc-svn-registered): Fix problem of visiting
3875 non-writable Subversion-controlled files by saving window
3876 configuration before calling vc-do-command. vc-do-command calls
3877 pop-to-buffer on error which is unexpected during registration.
3878
3879 2005-12-12 Jay Belanger <belanger@truman.edu>
3880
3881 * calc/README: Update the summary of changes.
3882
3883 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3884
3885 * descr-text.el (describe-char): Rework last fix to solve the problem
3886 is the same way it's solved for everything else in that function
3887 (i.e. by extracting the info before setting up the *Help* buffer).
3888
3889 2005-12-12 Kim F. Storm <storm@cua.dk>
3890
3891 * subr.el (version-regexp-alist): Allow space as separator before
3892 non-numeric part, e.g. "1.0 alpha".
3893 (version-to-list): Interpret .X.Y version as 0.X.Y version.
3894
3895 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
3896
3897 * textmodes/org.el (org-agenda, org-timeline, org-todo):
3898 Implement Logging and the keep-modes setting.
3899 (org-get-category): Make sure a string is returned.
3900 (org-log-done): New function.
3901 (org-log-done, org-closed-string): New options.
3902
3903 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3904
3905 * tooltip.el (tooltip-y-offset): Change default to 20.
3906
3907 2005-12-12 Richard M. Stallman <rms@gnu.org>
3908
3909 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
3910
3911 * frame.el (display-hourglass): Doc fix.
3912
3913 * help.el (help-for-help-internal): Simplify entry for `a'.
3914
3915 * info.el (Info-on-current-buffer): Doc fix.
3916 (info-insert-file-contents): Don't test (featurep 'jka-compr).
3917
3918 * startup.el (inhibit-splash-screen): Make this the real name.
3919 (inhibit-startup-message): Make this the alias.
3920 (command-line): Find only simple.el, and use its directory
3921 to fill in other preloaded files' names.
3922 (command-line): Deactivate the mark if deactivate-mark is set.
3923
3924 * international/mule.el (load-with-code-conversion):
3925 Bind deactivate-mark.
3926
3927 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3928
3929 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
3930
3931 * cus-edit.el (customize-apropos): Avoid listing an option more
3932 than once under different aliases. No longer list user options
3933 that are not defined with defcustom (unless a prefix arg is given).
3934 Doc fix.
3935 (customize-apropos-options): Doc fix.
3936
3937 2005-12-11 Juri Linkov <juri@jurta.org>
3938
3939 * frame.el (set-background-color, set-foreground-color)
3940 (set-cursor-color, set-mouse-color, set-border-color):
3941 Add explicit prompts to read colors by `facemenu-read-color'.
3942 (show-trailing-whitespace, blink-cursor-delay)
3943 (blink-cursor-interval, display-hourglass, hourglass-delay):
3944 Remove tags.
3945 (display-hourglass, hourglass-delay): Doc fix.
3946 (cursor-in-non-selected-windows): Capitalize words in tag.
3947
3948 * faces.el (frame-background-mode): Replace `choice-item' keywords
3949 with `const' to not make [default] button. Change default value tag
3950 from `default' to `automatic'. Doc fix.
3951 (trailing-whitespace) <defface>: Change group `whitespace' to
3952 `whitespace-faces'.
3953
3954 2005-12-11 Richard M. Stallman <rms@gnu.org>
3955
3956 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3957
3958 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3959
3960 * term/mac-win.el: Create keymap for mac-apple-event-map.
3961
3962 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
3963
3964 * tooltip.el (tooltip-mode): Move to start of file so that it
3965 appears at top of customize buffer.
3966
3967 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3968 Add the gud groupname.
3969 (gud-tooltip-mode): Add the tooltip groupname.
3970 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
3971 avoid conflict with tooltip-use-echo-area.
3972
3973 2005-12-10 Romain Francoise <romain@orebokech.com>
3974
3975 * help.el (help-for-help-internal): Add `r' in doc string.
3976
3977 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3978
3979 * align.el (align-regexp, align-highlight-rule):
3980 Use region-beginning and region-end instead of point and mark, so that
3981 repetition (with `repeat-complex-command') recomputes the region
3982 bounds.
3983
3984 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
3985
3986 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3987 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3988 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3989 (balance-windows): Rewrite using the above new functions.
3990
3991 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
3992
3993 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
3994 react if global-hi-lock-mode seems intended.
3995 (global-hi-lock-mode) Renamed from hi-lock-mode.
3996 (hi-lock-archaic-interface-message-used)
3997 (hi-lock-archaic-interface-deduce): New variables.
3998 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3999 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4000 (hi-lock-find-patterns, hi-lock-font-lock-hook):
4001 Replace hi-lock-buffer-mode with hi-lock-mode.
4002
4003 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
4004
4005 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4006 completion list, even after a partial completion has been
4007 inserted in the current buffer. If there are more than 1
4008 completion, redisplay the *Completions* buffer; if the
4009 completion is unique, delete the *Completions* window.
4010
4011 2005-12-10 Eli Zaretskii <eliz@gnu.org>
4012
4013 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4014 strings and long subject lines that were broken into multiple
4015 lines at arbitrary places. Handle subjects that have "Re: " in
4016 the middle.
4017
4018 2005-12-10 John W. Eaton <jwe@octave.org>
4019
4020 * emacs/octave-mod.el (octave-electric-space): Don't indent
4021 comments or strings if octave-auto-indent is nil.
4022
4023 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4024
4025 * term/mac-win.el: Require url when compiling.
4026 Call mac-process-deferred-apple-events after loading init files.
4027 (mac-apple-event-map): New defvar. Define event handlers in it.
4028 (core-event, internet-event): New Apple event class symbols.
4029 (open-application, reopen-application, open-documents)
4030 (print-documents, open-contents, quit-application)
4031 (application-died, show-preferences, autosave-now, get-url):
4032 New Apple event ID symbols.
4033 (about): New HICommand ID symbol.
4034 (mac-event-spec, mac-event-ae): New macros.
4035 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
4036 (mac-ae-selection-range, mac-ae-text-for-search)
4037 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
4038 (mac-application-menu-map): Remove keymap. Handlers for HICommand
4039 and Services menu events are now defined in mac-apple-event-map.
4040 (mac-drag-n-drop): Remove selection range handling.
4041
4042 2005-12-10 Kenichi Handa <handa@m17n.org>
4043
4044 * simple.el (zap-to-char):
4045 * isearch.el (isearch-process-search-char): Translate CHAR by
4046 translation-table-for-input.
4047
4048 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
4049
4050 * foldout.el (foldout-exit-fold): Properly hide subtree.
4051
4052 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
4053
4054 * files.el (save-buffer):
4055 * international/ucs-tables.el (ucs-set-table-for-input):
4056 * mail/mail-extr.el (mail-extract-address-components):
4057 * mail/sendmail.el (mail-mode): Reformat doc string.
4058
4059 2005-12-09 Juri Linkov <juri@jurta.org>
4060
4061 * isearch.el (isearch-highlight): Change main overlay priority
4062 from 1 to 1001. Simplify.
4063 (isearch-lazy-highlight-update): Change lazy overlay priority
4064 from 0 to 1000.
4065
4066 * replace.el (replace-highlight): Change overlay priority from
4067 1 to 1001.
4068
4069 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
4070 Change overlay priority from 1 to 1001. Reuse existing overlay.
4071
4072 * compare-w.el (compare-windows-highlight): Change overlay
4073 priority from 1 to 1000.
4074
4075 * menu-bar.el (menu-bar-edit-menu): Add listp around
4076 pending-undo-list to disable menu item "undo" when pending
4077 undo list is empty.
4078
4079 * locate.el (locate): Disable undo in *Locate* buffer.
4080
4081 2005-12-09 Kim F. Storm <storm@cua.dk>
4082
4083 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4084
4085 2005-12-09 David Ponce <david@dponce.com>
4086
4087 * recentf.el: Improvement of the menu code.
4088 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
4089 instead of menu hook.
4090 (recentf-show-menu, recentf-hide-menu): New functions.
4091 (recentf-menu-customization-changed, recentf-mode): Use them.
4092 (recentf-menu-action, recentf-max-menu-items)
4093 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
4094 (recentf-arrange-by-rule-others)
4095 (recentf-arrange-by-rules-min-items)
4096 (recentf-arrange-by-rule-subfilter) : Don't use
4097 `recentf-menu-customization-changed'.
4098 (recentf-arrange-rules): Likewise. Accept functions to compute
4099 sub-menu titles.
4100 (recentf-menu-filter): Likewise. Doc fix.
4101 (recentf-menu-value-shortcut): Doc fix.
4102 (recentf-dump-variable): Quote atom value.
4103 (recentf-make-menu-items): Update to use it as a menu filter.
4104 (recentf-match-rule): New function.
4105 (recentf-arrange-by-rule): Use it.
4106 (recentf-indirect-mode-rule): New function.
4107 (recentf-build-mode-rules): Use it.
4108 (recentf-dir-rule): New function.
4109 (recentf-arrange-by-dir): Use it.
4110 (recentf-filter-changer-current): Rename from
4111 `recentf-filter-changer-state'. All references updated.
4112 (recentf-filter-changer-alist): Update filter names.
4113 (recentf-filter-changer-select): New function.
4114 (recentf-filter-changer): Use it. Make a sub-menu from filters
4115 available in `recentf-filter-changer-alist'.
4116 (recentf-data-cache, recentf-clear-data)
4117 (recentf-update-menu): Remove. All references updated.
4118 (recentf-match-rule-p, recentf-build-dir-rules)
4119 (recentf-filter-changer-goto-next)
4120 (recentf-filter-changer-get-current)
4121 (recentf-filter-changer-get-next): Remove.
4122
4123 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4124
4125 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
4126 buffer "Reset" button to "Reset to Current" for consistency with
4127 the State buttons.
4128
4129 2005-12-08 John Paul Wallington <jpw@pobox.com>
4130
4131 * ibuf-ext.el (define-ibuffer-filter filename):
4132 If `dired-directory' is a list then really use its car.
4133
4134 2005-12-08 Kim F. Storm <storm@cua.dk>
4135
4136 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4137 Fix indention of text on right side of replaced rectangle.
4138
4139 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
4140
4141 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
4142 No need to check gud-comint-buffer is bound.
4143 (gdb): Prevent multiple debugging when first session uses gdba.
4144
4145 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4146
4147 CC Mode update to 5.31.
4148
4149 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
4150 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
4151 might do this function properly in the future).
4152
4153 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
4154 macros c-sentence-end and c-default-value-sentence end, to cope
4155 with Emacs 22's new function `sentence-end'.
4156
4157 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4158
4159 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
4160 compat issue using `c-put-overlay' and `c-delete-overlay'.
4161
4162 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
4163 compat macros to handle overlays/extents.
4164
4165 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4166
4167 * progmodes/cc-fix.el: Add definitions of the macros push and pop
4168 (for GNU Emacs 20.4)
4169
4170 * progmodes/cc-defs.el:
4171 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
4172
4173 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
4174 highlighting mechanism so it will work in XEmacs too.
4175
4176 * progmodes/cc-defs.el: Insert c-int-to-char.
4177
4178 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
4179 call to the new macro c-int-to-char. This solves XEmacs's
4180 regarding characters as different from integers.
4181
4182 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4183
4184 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
4185 helper.
4186
4187 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
4188 construct to make the indirect face lookup work in XEmacs.
4189
4190 (c-cpp-matchers): Append the negation char face to the existing
4191 fontification, so that the cpp face doesn't disappear. Use
4192 `c-make-syntactic-matcher' to avoid negation chars in comments and
4193 strings.
4194
4195 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
4196 to map to `font-lock-negation-char-face' in emacsen where it
4197 exists.
4198
4199 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4200
4201 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
4202
4203 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
4204 Rename "c-subword-move-mode" as "c-subword-mode".
4205
4206 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
4207 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
4208
4209 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4210
4211 * progmodes/cc-mode.el: Added autoload directive for
4212 `c-subword-move-mode' for use in older emacsen.
4213
4214 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4215
4216 * progmodes/cc-mode.el:
4217 (i) Insert a binding for C-c C-backspace into
4218 c-bind-special-erase-keys which works in TTYs.
4219 (ii) Make sure that when file styles are used, any explicitly
4220 given style variables take priority over those in the style. Do
4221 this by calling `hack-local-variables' a second time.
4222
4223 * progmodes/cc-vars.el: Add language specific customization
4224 widgets for AWK to c-doc-comment-style, c-require-final-newline
4225 and c-default-style. Add a defcustom for awk-mode-hook. Give
4226 c-syntactic-element and c-syntactic-context doc-strings by
4227 directly setting their `variable-documentation' propery. This
4228 allows Emacs 22.1 to read these with C-h v.
4229
4230 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
4231 Monnier).
4232
4233 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4234
4235 * progmodes/cc-fonts.el, cc-vars.el
4236 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
4237 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
4238 Masatake YAMATO.
4239
4240 (c-doc-comment-style): Made GtkDoc default in C mode.
4241
4242 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
4243 and C-c C-<delete>.
4244
4245 (c-bind-special-erase-keys): New function for use on
4246 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
4247
4248 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
4249 <delete> key behavior in XEmacs according to `delete-forward-p'.
4250 C.f. `c-electric-delete'.
4251
4252 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4253
4254 * progmodes/cc-mode.el: Give c-hungry-backspace and
4255 c-hungry-delete-forward permanent key bindings.
4256
4257 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
4258 c-syntactic-context for calls to "criteria functions", for
4259 consistency with other calls to user functions.
4260
4261 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
4262 `current-prefix-arg', since this might be the prefix arg to a
4263 command which calls c-indent-command as a function. Change the
4264 interactive spec from "p" to "P".
4265
4266 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
4267 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
4268 was difficult to understand.
4269
4270 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4271
4272 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
4273 first char of an identifier.
4274
4275 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
4276 +" syntax in C++.
4277
4278 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4279
4280 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
4281 auto-fill doesn't split a c-comment's last word from a hanging
4282 "*/" when a space is typed between them after fill-column.
4283
4284 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
4285
4286 * progmodes/cc-styles.el (c-set-style)
4287 (c-setup-paragraph-variables): Abort the command if we're not in a
4288 CC Mode buffer.
4289
4290 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
4291 with blank comment-prefix, and a blank line as the comment's
4292 second line.
4293
4294 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4295
4296 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
4297 Incorporated the patterns added in the Emacs development branch
4298 for the new Emacs 22 face `font-lock-negation-char-face'.
4299
4300 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
4301 of "red" since it stands out better in xterms and DOS terminals.
4302
4303 * progmodes/cc-engine.el (c-literal-faces): Added
4304 `font-lock-comment-delimiter-face' which is new in Emacs 22.
4305
4306 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4307
4308 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
4309 forcibly enable c-electric-flag.
4310
4311 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
4312 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
4313 just after the comment-prefix of a C-style comment will close that
4314 comment.
4315
4316 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4317
4318 * progmodes/cc-fonts.el (c-basic-matchers-before)
4319 (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
4320 in Pike.
4321
4322 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
4323 digraphs.
4324
4325 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
4326 (c-cpp-message-directives, c-cpp-include-directives)
4327 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
4328 (c-cpp-expr-directives): Introduced new language constants to
4329 control cpp syntax in a cleaner way.
4330
4331 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
4332
4333 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
4334
4335 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
4336 (c-multiline-string-start-char): New language constants and
4337 variables to specify how newlines in string literals work.
4338
4339 (c-font-lock-invalid-string): Use them.
4340
4341 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
4342 unbalanced close brace is entered. Optimization by avoiding going
4343 back over arbitrarily large blocks. Removed hints that this
4344 function only would be relevant/useful in AWK.
4345
4346 (c-electric-brace): Indent syntactically after the cleanups since
4347 lineup functions might do it differently then.
4348
4349 * progmodes/cc-engine.el, cc-langs.el
4350 (c-opt-op-identifier-prefix): New language constant and variable.
4351
4352 (c-just-after-func-arglist-p, c-after-special-operator-id)
4353 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
4354
4355 * progmodes/cc-align.el, cc-engine.el
4356 (c-after-special-operator-id): New helper to handle C++ operator
4357 identifiers.
4358
4359 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
4360 (c-guess-basic-syntax): Handle C++ operator identifiers in
4361 declarations.
4362
4363 * progmodes/cc-langs.el (c-assignment-operators): Added the
4364 trigraph version of ^= too.
4365
4366 * progmodes/cc-langs.el (c-assignment-operators): Added the
4367 trigraph version of |= in C++.
4368
4369 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
4370 `c-decl-hangon-kwds' after the identifier name.
4371
4372 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
4373 whether an arglist is "nonempty", ignore a comment after the open
4374 paren if it isn't followed by a non-comment token on the same
4375 line.
4376
4377 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
4378 heuristics below the point to cope with classes inside special
4379 brace lists in Pike.
4380
4381 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4382
4383 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
4384
4385 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4386
4387 * progmodes/cc-guess.el (cc-guess-install): New function to
4388 install an already guessed style in another buffer.
4389
4390 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
4391 sets `inhibit-read-only' - `c-save-buffer-state' should be used
4392 anyway if the change always is undone.
4393
4394 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4395
4396 Implement togglable electricity:
4397
4398 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
4399 saying when it should be used.
4400
4401 * progmodes/cc-engine.el: Add the new buffer-local variable,
4402 c-electric-flag.
4403
4404 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
4405 c-toggle-auto-newline.
4406
4407 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
4408 c-toggle-auto-newline. Remove the binding for
4409 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
4410 c-toggle-electric-state.
4411
4412 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
4413
4414 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
4415 c-\(forward\|backward\)-subword.
4416 (c-update-modeline): Add the new modeline flag `l' for
4417 `c-electric-flag'. Make the auto-newline flag `a' dependent on
4418 `l'.
4419 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
4420 the old name an alias of the new name.
4421 (c-toggle-electric-state): New function.
4422 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
4423 Adapt these functions to do electric things only when
4424 c-electric-flag is non-nil.
4425 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
4426 new functions from c-electric-brace.
4427 (c-point-syntax): Add a check for "virtual semicolons" in AWK
4428 mode, so that the tentative extra newline doesn't change the
4429 syntax of the following brace.
4430 (c-electric-brace): Restructure by extracting the above functions.
4431 Tidy up the coding somewhat.
4432 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
4433 restructure a bit.
4434
4435 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4436
4437 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
4438 anchor position(s) using faces. Thanks to Masatake YAMATO for the
4439 idea.
4440
4441 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
4442 (c-submode-indicators): Changed name from `c-auto-hungry-string'
4443 since it's now used to track another submode.
4444
4445 (c-update-modeline): Converted to function and extended to check
4446 `c-subword-move-mode'.
4447
4448 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4449 Converted to compat aliases for `c-forward-subword' and
4450 `c-backward-subword'.
4451
4452 * progmodes/cc-subword.el: New functions and minor mode to handle
4453 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
4454
4455 (c-forward-subword, c-backward-subword, c-mark-subword)
4456 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
4457 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
4458 Functions corresponding to the standard word handling functions.
4459
4460 (c-subword-move-mode): Minor mode that replaces all the standard
4461 word handling functions with their subword equivalences.
4462
4463 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4464
4465 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
4466 entry for one-liner-defun.
4467
4468 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
4469 name in its def-edebug-spec.
4470
4471 * progmodes/cc-cmds.el (c-electric-brace): Make the
4472 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
4473 compacts space before a comment, if this will make things fit on
4474 one line.
4475
4476 Introduce an "awk" style, mainly for auto-newline and clean-ups.
4477
4478 * progmodes/cc-align.el: New function c-snug-1line-defun-close
4479
4480 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
4481 clean-up one-liner-defun.
4482
4483 * progmodes/cc-styles.el: Add the new "awk" style.
4484
4485 * progmodes/cc-vars.el: Add description of one-liner-defun to
4486 c-cleanup-list's doc-string. New user options,
4487 c-max-one-liner-length. In c-default-style, set the default style
4488 for AWK to "awk".
4489
4490 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4491
4492 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
4493 macros inside labels.
4494
4495 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
4496 `c-at-statement-start-p' and `c-at-expression-start-p'.
4497
4498 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
4499 error if the mark isn't set.
4500
4501 * progmodes/cc-engine.el (c-guess-continued-construct)
4502 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
4503 accurately detect functions inside functions.
4504
4505 * progmodes/cc-engine.el (c-at-expression-start-p): New function
4506 like `c-at-statement-start-p' that additionally recognizes commas
4507 and expression parentheses as delimiters.
4508
4509 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
4510 to avoid heuristics that doesn't work for unclosed blocks.
4511
4512 (c-at-statement-start-p): New function.
4513
4514 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
4515 Objective-C directives, e.g. directives spanning lines should work
4516 reasonably well now.
4517
4518 (c-put-c-type-property, c-clear-c-type-property): New helpers.
4519
4520 (c-forward-objc-directive): New function to move over any ObjC
4521 directive.
4522
4523 (c-just-after-func-arglist-p, c-guess-basic-syntax)
4524 (c-basic-matchers-before): Use it.
4525
4526 (c-font-lock-objc-iip-decl): Removed.
4527
4528 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
4529 in the template arglist recognition.
4530
4531 * progmodes/cc-styles.el (c-style-alist): Fixed several
4532 inconsistencies in the Whitesmith style.
4533
4534 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
4535 New lineup function to get lines after Whitesmith style blocks
4536 correctly indented.
4537
4538 (c-lineup-whitesmith-in-block): Backed out the compensation for
4539 opening parens since it's done using `add' lists in the style
4540 definition instead. Don't use the anchor position since it varies
4541 too much between the syntactic symbols. :P
4542
4543 * progmodes/cc-vars.el (c-valid-offset): Updated.
4544
4545 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
4546 lists where the offsets are combined according to several
4547 different methods: `first', `min', `max', and `add'. Report
4548 offset evaluation errors with `c-benign-error' so that some kind
4549 of reindentation still is done.
4550
4551 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
4552 `arglist-intro' the same way as `arglist-cont-nonempty' and
4553 `arglist-close'.
4554
4555 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
4556 situations for `arglist-cont-nonempty' and `arglist-close'.
4557
4558 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
4559 constant.
4560
4561 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
4562 cc-bytecomp-boundp' in a number of places.
4563
4564 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
4565 macro related issue.
4566
4567 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4568
4569 * progmodes/cc-awk.el: Change the terminology of regexps: A char
4570 list is now [asdf], a char class [:alpha:]. Include code for char
4571 classes. Set c-awk-NL-prop on lines ending in open strings. (Bug
4572 fix.) Add character classes (e.g. "[:alpha:]") into AWK Mode's
4573 regexps.
4574
4575 Remove (nearly all of) the cruft associated with AWK Mode's former
4576 concept of "virtual semicolons":
4577
4578 Adapt c-beginning-of-statement, c-end-of-statement (together with
4579 subfunctions) to use the new notion of "virtual semicolon" in
4580 place of the old awkward special handling for AWK. There remains
4581 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
4582 * progmodes/cc-cmds.el:
4583 (c-ascertain-adjacent-literal): In the backwards direction, now
4584 recognises AWK regexp delimiters as string delimiters.
4585 (c-after-statement-terminator-p): Adapt for virtual semicolons;
4586 check more rigorously for "end of macro".
4587 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
4588 virtual semicolons;
4589 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
4590 out the code for forward movement into ...
4591 (c-end-of-statement): Now contains the code for forward movement,
4592 adapted for virtual semicolons.
4593
4594 * progmodes/cc-engine.el:
4595 (c-ws*-string-limit-regexp): New regexp.
4596 (c-forward-single-comment, c-backward-single-comment): Comment out
4597 the (now redundant) "special" AWK stuff.
4598
4599 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
4600 c-string-par-start, c-string-par-separate to be more like Text
4601 Mode than Fundamental Mode.
4602
4603 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4604
4605 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
4606 to the fontified region so that fontification doesn't occur
4607 outside it (could happen e.g. when fontifying a line with an
4608 unfinished declaration).
4609
4610 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4611
4612 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
4613 moved to near the start of the file. ^L now separate sections of
4614 the file. New defconsts: c-awk-non-eol-esc-pair-re,
4615 c-awk-blank-or-comment-line-re,
4616 c-awk-one-line-possibly-open-string-re,
4617 c-awk-regexp-one-line-possibly-open-char-class-re,
4618 c-awk-one-line-possibly-open-regexp-re,
4619 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
4620 c-awk-vsemi-status-unknown-p.
4621
4622 Amend the concept of "virtual semicolons" (in the indentation
4623 engine) for languages like AWK, such that they are now
4624 conceptually attached to end of the last token of a statement, not
4625 the end of the line. (In AWK Mode, however, the pertinent text
4626 property is still physically set on the EOL.) Remove the specific
4627 tests for awk-mode, thus facilitating the introduction of other
4628 language modes where EOLs can end statements. (Note: The
4629 funtionality in cc-cmds.el, specifically
4630 c-beginning/end-of-statement has yet to be amended.)
4631
4632 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
4633 c-vsemi-status-unknown-p.
4634
4635 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4636 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
4637 c-vsemi-status-unknown-p-fn (in a new page).
4638
4639 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4640 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4641 numerous awkward forms like
4642 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4643 with
4644 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
4645 variable before-ws-ip, the place just after char-before-ip
4646 appears.
4647
4648 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4649 a comment.
4650
4651 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4652
4653 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
4654 `c-tentative-buffer-changes'.
4655
4656 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
4657 converted to macro to choose between Emacs and XEmacs at compile
4658 time.
4659
4660 (c-set-region-active): New set counterpart to
4661 `c-region-is-active-p'.
4662
4663 (c-tentative-buffer-changes): New macro to handle temporary buffer
4664 changes in a convenient way.
4665
4666 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4667 for `c-tentative-buffer-changes'.
4668
4669 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
4670 the checks for paren sexps between the point and the keyword, to
4671 avoid some false alarms.
4672
4673 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4674 Fixed a situation where an error could be thrown for unbalanced
4675 parens. Changed to make use of c-keyword-member' to avoid some
4676 repeated regexp matches.
4677
4678 (c-opt-lambda-key, c-opt-inexpr-block-key,
4679 c-opt-inexpr-class-key): These language variable are no longer
4680 necessary.
4681
4682 (c-block-stmt-kwds): New language constant used by
4683 c-looking-at-inexpr-block'.
4684
4685 (c-guess-basic-syntax): Removed an optional check that looked at
4686 the existence of the now removed language variables.
4687
4688 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
4689 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
4690 object instantiation expressions as declarations in some contexts.
4691 This bug only affected languages where the declarator can't be
4692 enclosed in parentheses.
4693
4694 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
4695 insert newlines before and after substatement braces.
4696
4697 * progmodes/cc-engine.el: Improved the heuristics for recognizing
4698 function declaration headers and the handling of C++ style member
4699 init lists.
4700
4701 (c-just-after-func-arglist-p): Rewritten to use
4702 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
4703
4704 (c-beginning-of-member-init-list): Removed since it isn't used
4705 anymore.
4706
4707 (c-guess-basic-syntax): Case 5B adapted for the new
4708 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
4709 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
4710 covers all cases now).
4711
4712 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
4713
4714 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4715
4716 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
4717 c-string-par-start/separate c-sentence-end-with-esc-eol,
4718 initialised in c-setup-paragraph-variables, used in string
4719 scanning subroutines of c-beginning-of-statement.
4720
4721 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
4722 which precedes the newly inserted `{'.
4723
4724 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4725
4726 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
4727 function for declaration level blocks. It should now cope with
4728 templates better and also be a lot more comprehensible.
4729
4730 (c-looking-at-decl-block): The new function.
4731
4732 (c-search-uplist-for-classkey): The old one. It's now a wrapper
4733 for compatibility.
4734
4735 (c-add-class-syntax, c-guess-continued-construct,
4736 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
4737
4738 (c-decl-block-key): Changed to tell apart ambiguous and
4739 unambiguous keywords. Pike specials are now handled directly in
4740 the code instead.
4741
4742 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
4743 language constants and variables to make the backward skip in
4744 `c-looking-at-decl-block' as tight as possible.
4745
4746 (c-nonsymbol-token-char-list): New language constant.
4747
4748 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
4749 find balanced template arglists backwards.
4750
4751 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
4752 making char classes for `c-syntactic-skip-backward'.
4753
4754 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
4755 16D - can't be a class-close at that point.
4756
4757 * progmodes/cc-engine.el (c-guess-basic-syntax)
4758 (c-add-class-syntax): Don't narrow out the enclosing declaration
4759 level. This makes everything a lot easier, and it was actually
4760 only four small places that needed it to work. Some places that
4761 previously did `widen' are removed now, which has the effect that
4762 `c-guess-basic-syntax' never will look at things outside the
4763 current narrowment now. The anchor position for `topmost-intro'
4764 is affected by this, but it was so bogus it was basically useless
4765 before, and now it's equally bogus but in a slightly different
4766 way.
4767
4768 (c-narrow-out-enclosing-class): Gone.
4769
4770 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
4771 the narrowed region.
4772
4773 (c-least-enclosing-brace): Removed silly optional argument.
4774
4775 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
4776 the point could be left directly after an open paren when finding
4777 the beginning of the first decl in the block.
4778
4779 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
4780 Specify which submatch to use.
4781
4782 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
4783
4784 (c-decl-start-re): No longer any need for special treatment of
4785 ObjC due to the above.
4786
4787 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
4788 presumably follows C in that regard.
4789
4790 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
4791 New language constants to specify operator tokens inside
4792 identifiers in a more high level way.
4793
4794 (c-opt-identifier-prefix-key): New internal language constant.
4795
4796 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
4797 (c-identifier-start, c-identifier-key): Now completely calculated
4798 from other constants.
4799
4800 (c-identifier-last-sym-match): Decommissioned since it's no longer
4801 used.
4802
4803 (c-operators): Use `c-identifier-ops'. Documented
4804 `postfix-if-paren'.
4805
4806 * progmodes/cc-engine.el (c-forward-name): Removed the
4807 optimization when c-identifier-key is equal to c-symbol-key since
4808 it doesn't work in byte compiled files. Don't record empty
4809 regions as identifiers.
4810
4811 * progmodes/cc-langs.el (c-filter-ops): New helper function to
4812 simplify access to `c-operators' and its likes.
4813
4814 (c-operator-list, c-all-op-syntax-tokens)
4815 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
4816 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
4817 (c-primary-expr-regexp, c-cast-parens): Use it.
4818
4819 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
4820 an explicit language in functions.
4821
4822 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
4823 variant of adornment.
4824
4825 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
4826 variable.
4827
4828 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
4829 the Pike value.
4830
4831 * progmodes/cc-engine.el (c-on-identifier)
4832 (c-simple-skip-symbol-backward): Small fix for handling "-"
4833 correctly in `skip-chars-backward'. Affected the operator lfun
4834 syntax in Pike.
4835
4836 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
4837 diagnostic message about precompiled language vars not being used.
4838
4839 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
4840 "__attribute__" is followed by a parenthesis.
4841
4842 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
4843 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
4844 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
4845
4846 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
4847 cleanups to properly detect the declared identifiers in various
4848 declarations.
4849
4850 (c-decl-start-kwds): New language constant to recognize
4851 declarations that can start anywhere. Used for class declarations
4852 in Pike.
4853
4854 (c-specifier-key, c-not-decl-init-keywords)
4855 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
4856 (c-find-decl-spots): Implement `c-decl-start-kwds'.
4857
4858 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
4859 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
4860 handling of the compiler specific extension keywords into a new
4861 language constant `c-decl-hangon-kwds' that defines keyword
4862 clauses to be ignored in declarations.
4863
4864 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
4865 past unrecognized tokens when handling `c-colon-type-list-kwds'.
4866 Necessary to stop at the declared identifier in e.g. IDL valuetype
4867 declarations.
4868
4869 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
4870 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
4871 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
4872 (c-forward-decl-or-cast-1): Recognize the declared identifier in
4873 class and enum declarations as such and not as part of the type.
4874
4875 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
4876 interpretation of PRECEDING-TOKEN-END when there's no preceding
4877 token.
4878
4879 (c-forward-decl-or-cast-1): Don't disregard sure signs of
4880 declarations when there's some syntax error later on.
4881
4882 (c-complex-decl-matchers): Did away with a reference to
4883 `c-specifier-key'.
4884
4885 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
4886 value - this variable is always dynamically bound.
4887
4888 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
4889 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
4890 * cc-cmds.el, cc-defs.el: Changed the policy for marking up
4891 functions that might do hidden buffer changes: All such internal
4892 functions are now marked instead of those that don't.
4893
4894 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
4895 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
4896 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
4897 (c-literal-type): Allow these functions to make hidden buffer changes,
4898 so that they are free to use text property caching later on.
4899
4900 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
4901 (c-electric-brace, c-electric-slash, c-electric-star)
4902 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
4903 (c-electric-paren, c-electric-continued-statement, c-indent-command)
4904 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
4905 (c-context-line-break): Added `c-save-buffer-state' calls to comply
4906 with the changed semantics of the functions above.
4907
4908 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
4909 when macros occur in obscure places. Optimized the sexp movement
4910 a bit.
4911
4912 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4913
4914 Enhancements for c-beginning-of-statement to work in AWK Mode:
4915
4916 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
4917 (completed statement) with `}' (statement completed by closing
4918 brace or semicolon) and `$' (statement completed by EOL).
4919
4920 (c-awk-virtual-semicolon-ends-prev-line-p)
4921 (c-awk-virtual-semicolon-ends-line-p)
4922 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4923 (c-awk-at-statement-end-p): New functions.
4924
4925 * progmodes/cc-cmds.el: Simplify the structure of functions
4926 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
4927 two functions and c-beginning-of-statement to handle AWK Mode.
4928
4929 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4930 c-backward-single-comment for AWK mode. Attempt to clarify their
4931 doc-strings.
4932
4933 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4934
4935 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4936
4937 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4938 label handling. Labels are now recognized in a uniform and more
4939 robust way, regardless of context. Text properties are put on all
4940 labels to recognize the following declarations better. Multiword
4941 labels are handled both in indentation and fontification for the
4942 benefit of language extensions like Qt. For consistency, keywords
4943 in labels are now fontified with the label face instead. That
4944 also applies to "case" and "default".
4945
4946 (c-beginning-of-statement-1): Fixed some bugs in the label
4947 handling. Disregard `c-nonlabel-token-key' in labels that begin
4948 with `c-label-kwds'.
4949
4950 (c-find-decl-spots): Support that the callback adds more
4951 `c-decl-end' spots to find.
4952
4953 (c-forward-decl-or-cast-1): Don't treat a list of plain
4954 identifiers followed by a colon as a declaration.
4955
4956 (c-forward-label): New function to recognize labels.
4957
4958 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4959 `c-forward-label'. Moved the label recognition cases (14 and 15)
4960 earlier since they aren't so context sensitive now. Handle labels
4961 on the top level gracefully. Moved access label recognition to
4962 the generic label case (CASE 15) - removed CASE 5E.
4963
4964 (c-font-lock-declarations): Added recognition of labels in the
4965 same round since we need to handle labels in parallell with other
4966 declarations to recognize both accurately. It should also improve
4967 speed.
4968
4969 (c-simple-decl-matchers, c-basic-matchers-after): Moved
4970 `c-font-lock-labels' so that it only is used on decoration level 2
4971 since `c-font-lock-declarations' handles it otherwise.
4972
4973 (c-complex-decl-matchers): Removed the simplistic recognition of
4974 access labels.
4975
4976 (c-decl-prefix-re): Removed the kludges that was necessary to cope
4977 with labels earlier.
4978
4979 (c-decl-start-re): New language variable to make
4980 `c-font-lock-declarations' stop for the special protection labels
4981 in Objective-C that start with `@'.
4982
4983 (c-label-key): Removed since it's no longer used.
4984
4985 (c-recognize-colon-labels, c-label-prefix-re): New language
4986 constants to support recognition of generic colon-terminated
4987 labels.
4988
4989 (c-type-decl-end-used): `c-decl-end' is now used whenever there
4990 are colon terminated labels.
4991
4992 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4993 first argument starts with a special brace list.
4994
4995 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4996 (c-font-lock-declarations): Broke out the declaration and cast
4997 recognition from `c-font-lock-declarations' to a new function, so
4998 that it can be used in the indentation engine.
4999
5000 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
5001 up to the start of the literal. Fixed bug with the point on the
5002 wrong side of the search limit that could happen when the start
5003 position is inside a literal.
5004
5005 * progmodes/cc-engine.el (c-parse-state)
5006 (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
5007 so that it's kept a little bit back to increase the hit rate.
5008
5009 (c-parse-state): Changed the macro handling and fixed some
5010 glitches. Macro context is checked more often than necessary now,
5011 but otoh less garbage conses are generated.
5012
5013 * progmodes/cc-engine.el (c-parse-state)
5014 (c-invalidate-state-cache): Cache the last position where
5015 `c-state-cache' applies. This can speed up refontification quite
5016 a bit in blocks where there are many non-brace parens before the
5017 point.
5018
5019 (c-state-cache-end): New variable for this.
5020
5021 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
5022 cache variable.
5023
5024 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5025 get close initial continue positions when the start position is
5026 inside a literal or macro. Do not call the callback for spots
5027 before the start position (which can happen e.g. for `c-decl-end'
5028 spots inside comments). Optimize better in special cases when the
5029 region is a single line inside a literal or macro (typically when
5030 the current line is refontified).
5031
5032 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
5033 to `c-add-stmt-syntax' - there's no need to explicitly whack off
5034 entries from the paren state.
5035
5036 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
5037 special case for "else if" clauses.
5038
5039 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
5040 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
5041
5042 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
5043 language variable to recognize the gcc extension with statement
5044 blocks inside expressions.
5045
5046 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
5047 it somewhat more comprehensible. The argument AT-BLOCK-START is
5048 no longer used and hence removed.
5049
5050 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
5051 to `c-add-stmt-syntax'.
5052
5053 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
5054 `c-beginning-of-statement-1' instead of duplicating parts of it.
5055 This fixes bogus label recognition.
5056
5057 * progmodes/cc-engine.el (c-add-type, c-check-type)
5058 (c-forward-name, c-forward-type): Improved storage of template
5059 types in `c-found-types' so that they can be recognized better.
5060
5061 (c-syntactic-content): Added option to skip past nested parens.
5062
5063 * progmodes/cc-engine.el (c-forward-name): Set
5064 `c-last-identifier-range' all the time. It's less work that way.
5065 Handle that there might not be an identifier to store in
5066 `c-last-identifier-range'.
5067
5068 (c-forward-type): Handle that `c-last-identifier-range' might be
5069 nil from `c-forward-name'.
5070
5071 * progmodes/cc-defs.el (c-safe-scan-lists)
5072 (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
5073
5074 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5075 to work even if the form fails.
5076
5077 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
5078 down in a large file in one go.
5079
5080 (c-get-fallback-start-pos): New helper function for
5081 `c-parse-state'.
5082
5083 * progmodes/cc-align.el (c-lineup-assignments): New lineup
5084 function which is like `c-lineup-math' but returns nil instead of
5085 `c-basic-offset' when it doesn't match.
5086
5087 (c-lineup-math): Changed to use `c-lineup-assignments'.
5088
5089 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5090
5091 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
5092 c-beginning-of-statement. New subfunctions
5093 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
5094
5095 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5096
5097 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
5098 hardcoded char classes whereever possible. Changed a couple of
5099 places to use skip by syntax instead of skip by char class.
5100
5101 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
5102 Fixed a bug in the regexp that caused extreme backtracking.
5103
5104 * progmodes/cc-langs.el (c-block-comment-starter)
5105 (c-block-comment-ender): New language constants to specify in a
5106 single place how block comments look.
5107
5108 (c-comment-start-regexp, c-block-comment-start-regexp)
5109 (comment-start, comment-end, comment-start-skip)
5110 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
5111 (c-syntactic-ws, c-nonempty-syntactic-ws)
5112 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
5113 `c-line-comment-starter', `c-block-comment-starter' and
5114 `c-block-comment-ender'.
5115
5116 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
5117 New language constants to break up things a bit.
5118
5119 (c-simple-ws): New language constant for simple whitespace.
5120
5121 * progmodes/cc-defs.el (c-concat-separated): New convenience
5122 function.
5123
5124 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
5125 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
5126 newlines. Allow and ignore nil elements in the list.
5127
5128 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5129
5130 * progmodes/cc-cmds.el: Comment out a (n almost certainly
5131 superfluous) check, (eq here (point-max)) in
5132 c-beginning-of-statement.
5133
5134 * progmodes/cc-cmds.el: Tidy up the comments in
5135 c-beginning-of-statement and subfunctions.
5136
5137 * progmodes/cc-awk.el: Replace calls to put-text-property to the
5138 more flexible c-put-char-property and c-clear-char-properties.
5139 Add the author's email address.
5140
5141 * progmodes/cc-langs.el: New variable,
5142 c-block-comment-start-regexp.
5143
5144 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
5145 closing "*/" of a block comment.
5146
5147 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
5148 subfunctions) so that it works at BOB and EOB.
5149
5150 * progmodes/cc-cmds.el, cc-vars.el: More updating of
5151 c-beginning-of-statement, including new variable
5152 c-block-comment-start-regexp.
5153
5154 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5155
5156 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
5157 symbols from `*-font-lock-extra-types' so that there's no need to
5158 use `regexp-opt' on those lists.
5159
5160 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
5161 `c-type-modifier-kwds' is empty.
5162
5163 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
5164 there are several strings on the same line.
5165
5166 * progmodes/cc-engine.el (c-literal-limits): Removed the
5167 compatibility function for older emacsen. `c-literal-limits-fast'
5168 has now taken the place of this function.
5169
5170 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
5171 with older emacsen: We now require `pps-extended-state'.
5172
5173 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5174
5175 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
5176 which obviates the need to hack sentence-end. This now handles
5177 escaped newlines in strings correctly. Correct minor bugs in
5178 c-move-over-sentence and in c-beginning-of-statement.
5179
5180 * progmodes/cc-cmds.el (c-beginning-of-statement (and
5181 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
5182 that movement over macros and code are rigorously separated from
5183 eachother. Correct a few incidental bugs.
5184
5185 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
5186 Improve its doc-string. Improve the handling of certain specific
5187 cases.
5188
5189 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5190
5191 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
5192 (c-guess-basic-syntax): Changed the way class-level labels are
5193 recognized; they can now contain essentially any symbols.
5194
5195 (c-opt-extra-label-key): New language variable to cope with the
5196 special protection label syntax in Objective-C.
5197
5198 (c-opt-access-key): Removed; this is now handled better by
5199 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
5200
5201 (c-complex-decl-matchers): Update to handle that
5202 `c-opt-access-key' no longer exists.
5203
5204 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
5205 improved label recognition in `c-beginning-of-statement-1'.
5206
5207 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5208 Recognize bitfields better.
5209
5210 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
5211 Removed some cruft and fixed a bug that could cause it to go to a
5212 position further down.
5213
5214 * progmodes/cc-langs.el, cc-engine.el
5215 (c-beginning-of-statement-1): Improved detection of labels in
5216 declaration contexts.
5217
5218 (c-beginning-of-decl-1): Use it.
5219
5220 (c-nonlabel-token-key): New language constant and variable needed
5221 by `c-beginning-of-statement-1'.
5222
5223 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
5224 manifested itself due to the correction in `c-forward-sexp'.
5225
5226 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
5227 these behave as documented when used at the buffer limits.
5228
5229 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
5230 (c-type-decl-end-used): Made this a language variable.
5231
5232 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
5233 correctly when `combine-after-change-calls' is used together with
5234 temporary narrowings.
5235
5236 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
5237 labels correctly when the start point is immediately after the
5238 colon.
5239
5240 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
5241 since it isn't used anymore.
5242
5243 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
5244 bracket arglists such as template parens in C++.
5245
5246 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
5247 in the last check-in. Some optimization.
5248
5249 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
5250 where it could stop at the same level in a preceding sexp when
5251 PAREN-LEVEL is set.
5252
5253 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
5254 text property lookup only when it's needed.
5255
5256 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
5257 Changed the policy for paren marked angle brackets to be more
5258 persistent; once marked they remain marked even when they're found
5259 to be unbalanced in the searched region. This should keep the
5260 paren syntax around even when individual lines are refontified in
5261 multiline template arglists.
5262
5263 (c-parse-and-markup-<>-arglists): New dynamically bound variable
5264 to control markup so that incorrect angle bracket arglists aren't
5265 marked in contexts where the correct value for
5266 `c-disallow-comma-in-<>-arglists' isn't known.
5267
5268 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
5269 argument has become `c-parse-and-markup-<>-arglists'.
5270
5271 (c-remove-<>-arglist-properties): Removed - no longer used.
5272
5273 (c-after-change-check-<>-operators): New function used on
5274 `after-change-functions' to avoid that "<" and ">" characters that
5275 are part of longer operators have paren syntax.
5276
5277 (c-<>-multichar-token-regexp): New language variable used by
5278 `c-after-change-check-<>-operators'.
5279
5280 (c-after-change): Call `c-after-change-check-<>-operators'.
5281
5282 (c-font-lock-<>-arglists): Use the context properties set by
5283 `c-font-lock-declarations' to set
5284 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
5285 markup.
5286
5287 (c-font-lock-declarations): Removed code that undoes the invalid
5288 markup done by `c-font-lock-<>-arglists'.
5289
5290 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
5291 after `c-font-lock-declarations'.
5292
5293 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
5294 paren-level feature.
5295
5296 (c-guess-basic-syntax): Improved the anchor position for
5297 `template-args-cont' in nested template arglists. There's still
5298 much to be desired in this area, though.
5299
5300 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5301
5302 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
5303 Make the "Text Filling and Line Breaking" commands work for AWK
5304 buffers.
5305
5306 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5307
5308 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
5309 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
5310
5311 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
5312 it doesn't work no longer are supported.
5313
5314 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
5315 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
5316 requires support for the syntax-table' text property, which rules
5317 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
5318 cruft associated with those versions.
5319
5320 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
5321 for the `syntax-table' text property, which rules out Emacs 19 and
5322 XEmacs < 21.4. Removed various compatibility cruft associated
5323 with those versions.
5324
5325 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
5326 support for the `syntax-table' text property.
5327
5328 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
5329 variable and use an extra quoted face name instead. All the
5330 emacsen flavors handle that correctly.
5331
5332 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
5333 (c-font-lock-declarators, c-font-lock-declarations)
5334 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
5335 property to mark the items in in declarator lists to handle
5336 refontification inside multiline declarations better.
5337
5338 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
5339 construct like "a * b = c;" as a declaration.
5340
5341 2005-12-08 Kim F. Storm <storm@cua.dk>
5342
5343 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
5344 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
5345 select either meta, hyper, or super modifier for rectangle commands.
5346 (cua--rectangle-modifier-key): New defvar.
5347 (cua--M/H-key): Use it. Remove special case for `space'.
5348 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
5349 on X, to meta otherwise. Always bind C-return to toggle
5350 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
5351
5352 * emulation/cua-rect.el (cua-help-for-rectangle): Use
5353 cua--rectangle-modifier-key. Handle super modifier too.
5354 (cua--init-rectangles): Always bind C-return to toggle rectangle.
5355 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
5356
5357 * ido.el: Move Acknowledgements and History after Commentary.
5358 Minor changes to Commentary.
5359
5360 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
5361 keymap if cua--prefix-override-timer is `shift'.
5362 (cua--shift-control-prefix): New function; emulate "type prefix
5363 key twice" functionality to handle shifted prefix key override.
5364 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
5365 commands.
5366 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
5367
5368 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
5369
5370 * textmodes/org.el (org-insert-heading): Try to do items before
5371 headings.
5372 (org-agenda-mode): Quote `org-agenda-mode-hook'.
5373 (org-insert-item): New function.
5374 (org-renumber-ordered-list): Don't skip to higher level lists.
5375
5376 2005-12-08 Juri Linkov <juri@jurta.org>
5377
5378 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
5379
5380 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
5381
5382 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
5383
5384 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
5385 the constructed function name fun-1.
5386
5387 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
5388 because such links don't lead to parent documentation.
5389
5390 2005-12-08 Kenichi Handa <handa@m17n.org>
5391
5392 * descr-text.el (describe-char): Use *Help-2* buffer if the
5393 current buffer is *Help*. Call describe-text-properties while
5394 setting the original buffer.
5395
5396 2005-12-07 Bill Wohler <wohler@newt.com>
5397
5398 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
5399 and causes problems with non-MH users (such as Gnus users).
5400
5401 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
5402
5403 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
5404 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
5405 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
5406 command "info sources". Move calls to GDB command "list".
5407 (gdb-find-file-hook): Just use gdb-source-file-list.
5408 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
5409 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
5410 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
5411 (gdb-data-list-register-values-handler): Use correct trigger name.
5412
5413 2005-12-07 Kim F. Storm <storm@cua.dk>
5414
5415 * ido.el (ido-completion-map): Rename from ido-mode-map.
5416 (ido-common-completion-map, ido-file-completion-map)
5417 (ido-file-dir-completion-map, ido-buffer-completion-map):
5418 Rename from ido-mode-....-map.
5419 (ido-init-completion-maps): Rename from ido-init-mode-maps.
5420 (ido-setup-completion-map): Rename from ido-define-mode-map.
5421 (ido-read-internal): Bind minibuffer-local-filename-completion-map
5422 to ido-completion-map.
5423
5424 2005-12-07 Kenichi Handa <handa@m17n.org>
5425
5426 * international/mule-cmds.el
5427 (set-display-table-and-terminal-coding-system): If the coding
5428 system specified in `unibyte-display' property is different from
5429 the arg coding-system, don't setup standard-display-table.
5430
5431 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5432
5433 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
5434 that comments end at \n, regardless of selective-display.
5435
5436 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
5437
5438 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
5439 (gdb-version): New variables.
5440 (gdb-source-file-list, gdb-register-names)
5441 (gdb-changed-registers): New variables for use with GDB 6.4+.
5442 (gdb-ann3): Replace with...
5443 (gdb-init-1, gdb-init-2): ...two new functions.
5444 (gdba, gdb-prompt): Call gdb-init-1.
5445 (gdb-get-version): New function. Call gdb-init-2 from here.
5446 (gud-watch): Make it work with mouse events too.
5447 (gdb-post-prompt): Don't add to queue until GDB version is known.
5448 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
5449 (gdb-locals-mode): Use gdb-version.
5450 (gdb-memory-format-map, gdb-memory-unit-map)
5451 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
5452 (gdb-locals-font-lock-keywords-1)
5453 (gdb-locals-font-lock-keywords-2): New variables.
5454 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
5455 (gdb-set-gud-minor-mode-existing-buffers-1)
5456 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
5457 (gdb-var-update-1, gdb-var-update-handler-1)
5458 (gdb-data-list-register-values-handler)
5459 (gdb-data-list-register-values-custom)
5460 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
5461 (gdb-stack-list-locals-handler, gdb-get-register-names):
5462 New functions for use with GDB 6.4+.
5463 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
5464 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
5465 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
5466 (gdb-stack-list-locals-regexp)
5467 (gdb-data-list-register-names-regexp): New regexps for use with
5468 GDB 6.4+.
5469
5470 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5471
5472 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
5473
5474 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
5475
5476 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
5477 prompts work for AUTH PLAIN. Also reported by Steve Allan
5478 <seallan@verizon.net>.
5479
5480 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5481
5482 * frame.el (set-frame-parameter): Add doc string.
5483
5484 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
5485
5486 * textmodes/org.el (org-occur-highlights): New variable.
5487 (org-highlight-new-match, org-remove-occur-highlights): New functions.
5488 (org-highlight-sparse-tree-matches): New option.
5489 (org-do-occur): New function.
5490 (org-get-heading): Make it work also at beginning of line.
5491 (org-category-table): New variable.
5492 (org-get-category-table, org-get-category)
5493 (org-camel-to-words, org-link-search): New functions.
5494 (org-select-this-todo-keyword): New variable.
5495 (org-todo-list): New command.
5496 (org-shiftright, org-shiftleft): New commands.
5497 (org-agenda-todo): Add prefix argument.
5498 (org-show-hierarchy-above): New option.
5499 (org-show-todo-tree): Numerical prefix creates tree for specific
5500 TODO keyword.
5501 (org-outline-level): New function, to assign a level to plain
5502 lists items.
5503 (org-cycle-include-plain-lists): New option.
5504 (org-mode): Use `org-outline-level' as value of `outline-level'.
5505 (org-cycle): Temporarily switch `outline-regexp' if
5506 `org-cycle-include-plain-lists' is non-nil.
5507 (org-start-icalendar-file): Fix format bug.
5508 (org-agenda-get-day-entries): Create category table.
5509 (org-agenda-get-todos, org-agenda-get-timestamps)
5510 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5511 (org-agenda-get-blocks): Use `org-get-category'.
5512 (org-context-in-file-links): Rename from
5513 `org-line-numbers-in-file-links'.
5514
5515 2005-12-06 Romain Francoise <romain@orebokech.com>
5516
5517 * window.el (balance-windows): Delete extraneous third arg in call
5518 to `enlarge-window'.
5519
5520 2005-12-06 Kenichi Handa <handa@m17n.org>
5521
5522 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
5523
5524 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
5525
5526 * progmodes/gdb-ui.el (gdb-var-create-handler)
5527 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
5528 (gdb-var-list-children-handler, gdb-var-update-handler):
5529 Current buffer is already gdb-partial-output-buffer, don't
5530 make it current again.
5531
5532 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
5533
5534 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
5535 (list-buffers-noselect): Use it.
5536
5537 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5538
5539 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
5540 (mail-yank-ignored-headers): Use regexp-opt.
5541 (mail-mode-map): Move initialization into declaration.
5542 (mail-sent-via): Remove unused shadowed var `to-line'.
5543 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
5544 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
5545 (mail-do-fcc): Use dolist and push.
5546 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
5547 (mail-yank-ignored-headers): Don't autoload.
5548
5549 2005-12-05 Kenichi Handa <handa@m17n.org>
5550
5551 * international/mule-cmds.el (set-language-info-internal): New fun.
5552 (set-language-info): Call set-language-info-internal to update
5553 language-info-alist. If LANG-ENV is the current one, call
5554 set-language-environment to make INFO effective now.
5555 (set-language-info-alist): Likewise.
5556 (locale-language-names): With locale "en", use English
5557 lang. env. but set the default codings to iso-8859-1.
5558
5559 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
5560
5561 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
5562 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
5563 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
5564 for plain strings.
5565 (gdb-frames-mode): Remove redundant call to font-lock-mode.
5566 (gdb-all-registers): Rename from toggle-gdb-all-registers.
5567 Create registers buffer if necessary. Echo new state in minibuffer.
5568 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
5569
5570 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
5571
5572 * info.el (Info-fontify-node): Match external links using
5573 non-directory part of filename.
5574
5575 2005-12-04 Juri Linkov <juri@jurta.org>
5576
5577 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
5578 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
5579 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
5580 because there is no customization option for it.
5581
5582 * font-lock.el (lisp-font-lock-keywords-1):
5583 Add define-global-minor-mode.
5584
5585 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
5586
5587 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
5588 properties on the constructed variable names.
5589
5590 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5591 Put `definition-name' properties on the constructed function names
5592 next-sym and prev-sym.
5593
5594 * emacs-lisp/find-func.el (find-function-regexp):
5595 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
5596 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
5597 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
5598 and easy-menu-define.
5599
5600 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
5601 easy-mmode-define-global-mode and define-global-minor-mode.
5602 (lisp-imenu-generic-expression): Add define-global-minor-mode.
5603
5604 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
5605 instead of easy-mmode-define-global-mode.
5606
5607 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5608 Use define-minor-mode instead of easy-mmode-define-minor-mode.
5609
5610 * cus-edit.el (customize-group, customize-group-other-window):
5611 Filter out autoloaded options from the group completion list by
5612 using heuristics that autoloaded groups don't have `custom-autoload'
5613 property on their symbols (they have only `custom-loads').
5614
5615 * simple.el (completion-setup-function): Put completions-common-part
5616 face on complete completion string too (i.e. completion string
5617 without completions-first-difference face).
5618
5619 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5620
5621 2005-12-03 Eli Zaretskii <eliz@gnu.org>
5622
5623 * view.el (view-mode): Doc fix.
5624
5625 * disp-table.el (standard-display-european): Add to the warning
5626 message a reference to the doc string.
5627
5628 * play/yow.el (apropos-zippy): Call print-help-return-message,
5629 similar to other Help and Apropos commands.
5630
5631 * help.el (print-help-return-message): If pop-up-frames is
5632 non-nil, set up help-return-method to delete the help window and,
5633 possibly, its frame as well, and don't display message about
5634 scrolling the help window. Doc fix.
5635 (help-return-method): Doc fix.
5636
5637 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
5638
5639 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5640 whereby names of length one or names starting with a
5641 symbol-constituent character would not be returned.
5642
5643 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5644
5645 * subr.el (atomic-change-group): Add edebug and indentation spec.
5646
5647 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5648
5649 * completion.el (save-completions-file-name): Fix typo in last change.
5650
5651 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5652
5653 * info.el: Move back/forward history to the beginning of the tool bar.
5654
5655 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
5656
5657 * allout.el (eval-when-compile): Remove unnecessary load of cl.
5658 Add fset of allout-real-isearch-abort during compile to fix
5659 byte-compilation warnings.
5660 (allout-mode-p): Move definition of this macro above all uses, or
5661 byte compilation in barren emacs (eg, during emacs build) will
5662 lack the definition.
5663 (allout-mode): Move this variable above any uses, or byte
5664 compilation will fail.
5665 (allout-resolve-xref): Remove use of personal file-reference function.
5666 (allout-toggle-current-subtree-encryption): Do the current (ie,
5667 visible containing) topic, rather than nearest around point. Doc fix.
5668 (allout-toggle-subtree-encryption): New function, workhorse that
5669 works on nearest topic containing point.
5670 (allout-encrypt-string): Signal requirement for newer version of pgg.
5671 (allout-resumptions): Doc fix.
5672
5673 2005-12-02 Eli Zaretskii <eliz@gnu.org>
5674
5675 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5676
5677 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
5678
5679 * textmodes/flyspell.el (flyspell-external-point-words):
5680 Consider a misspelling as found in the string search if: (a) misspelling
5681 and found string lengths match, or (b) misspelling is found as
5682 element in a boundary-chars separated longer string, or (c)
5683 ispell-program-name is really ispell and misspelling is found as
5684 part of a TeX string. After successful match move beginning of
5685 search region to end of match. Warn about not found misspellings
5686 once the process is done.
5687 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
5688
5689 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
5690
5691 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
5692 tool bar (removed inadvertently).
5693
5694 2005-12-02 Juri Linkov <juri@jurta.org>
5695
5696 * log-view.el (log-view-diff): Clarify doc string.
5697
5698 2005-12-01 Bill Wohler <wohler@newt.com>
5699
5700 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
5701 triggers lm-verify errors.
5702
5703 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
5704
5705 * simple.el (transient-mark-mode, line-number-mode)
5706 (column-number-mode, size-indication-mode): Remove `:require nil'.
5707
5708 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
5709
5710 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
5711 in the margin also.
5712 (gdb-breakpoints-mode-map): Use D instead of d for
5713 gdb-delete-breakpoint.
5714 (gdb-get-frame-number): Require a number to match on.
5715 (gdb-threads-mode-map): Add follow-link binding.
5716
5717 2005-11-30 Jason Rumney <jasonr@gnu.org>
5718
5719 * isearch.el (isearch-mode-map): Avoid exiting search on
5720 language-change event.
5721
5722 2005-11-30 Romain Francoise <romain@orebokech.com>
5723
5724 * speedbar.el (speedbar-default-position): New defcustom.
5725 (speedbar-frame-reposition-smartly): Use it.
5726
5727 * dframe.el (dframe-reposition-frame-emacs): Fix position
5728 computation for `left' location.
5729 Update copyright year.
5730
5731 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5732
5733 * help.el (help-map): Move initialization into declaration.
5734
5735 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
5736
5737 * help-fns.el (help-argument-name): Don't autoload.
5738 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
5739 to be re-loaded when customizing the `help' group.
5740
5741 2005-11-30 John Paul Wallington <jpw@gnu.org>
5742
5743 * help-fns.el (describe-function-1): Fill arglist output.
5744
5745 2005-11-30 Kim F. Storm <storm@cua.dk>
5746
5747 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
5748 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5749 after revert-buffer (or anything else which kills all local variables).
5750
5751 * apropos.el (apropos-parse-pattern): Doc fix.
5752 Set apropos-regexp directly, rather than expecting callers to do so.
5753 (apropos-command, apropos, apropos-value, apropos-documentation):
5754 Simplify calls to apropos-parse-pattern.
5755
5756 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5757
5758 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5759 (hi-lock-face-phrase-buffer): Use hi-yellow face.
5760 (hi-lock-write-interactive-patterns): Use comment-region.
5761
5762 * longlines.el (longlines-mode): Add mail-setup-hook.
5763
5764 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
5765
5766 * simple.el (sendmail-user-agent-compose, next-line):
5767 Conditionally use hard-newline.
5768
5769 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5770
5771 * international/latexenc.el (latex-inputenc-coding-alist):
5772 Reword doc string.
5773
5774 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5775
5776 * help.el (describe-key-briefly, describe-key): Recognize default
5777 bindings.
5778
5779 2005-11-29 Romain Francoise <romain@orebokech.com>
5780
5781 * view.el (view-inhibit-help-message): New defcustom.
5782 (view-mode-enter): Use it.
5783
5784 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
5785
5786 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
5787 Preserve user position.
5788
5789 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
5790
5791 * font-lock.el: Throw error if facemenu is not loaded to prevent
5792 accidental change of loading order in loadup.el. (Suggested by RMS.)
5793
5794 * loadup.el: Add comment explaining why facemenu must be loaded
5795 before font-lock.
5796
5797 2005-11-28 Jay Belanger <belanger@truman.edu>
5798
5799 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
5800 (calc-dispatch-map): Add more keys for `calc-same-interface'.
5801
5802 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
5803
5804 * calc/calc-embed.el (calc-do-embedded): Update help message.
5805
5806 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
5807
5808 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5809
5810 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
5811
5812 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
5813 called-interactively-p.
5814 (elp-profilable-p): Rename from elp-not-profilable-p.
5815 Invert result and take into account macros and autoloaded functions.
5816 (elp-instrument-function): Update call.
5817 (elp-instrument-package): Update call. Add completion.
5818 (elp-pack-number): Use match-string.
5819 (elp-results-jump-to-definition-by-mouse): Merge into
5820 elp-results-jump-to-definition and then remove.
5821 (elp-output-insert-symname): Make help echo text single-line.
5822
5823 * replace.el (query-replace-map): Move initialization into declaration.
5824 (occur-engine): Use with-current-buffer.
5825 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
5826 (occur-mode-mouse-goto): Replace with an alias.
5827
5828 2005-11-28 Juri Linkov <juri@jurta.org>
5829
5830 * simple.el (quoted-insert): Let-bind input-method-function to nil.
5831
5832 * term/w32-win.el: Bind [S-tab] to [backtab].
5833
5834 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
5835 `Info-find-file' to t.
5836
5837 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
5838 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
5839 and same-window-regexps.
5840 (occur-next-error): Don't move point for arg 0.
5841
5842 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
5843
5844 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
5845
5846 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5847
5848 * log-edit.el (log-edit-changelog-use-first): New var.
5849 (log-edit-changelog-ours-p): Use it.
5850 (log-edit-insert-changelog): Set it with new arg `use-first'.
5851 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
5852 (log-edit-hook): Add them to the list of suggested options.
5853
5854 * textmodes/flyspell.el (flyspell-last-buffer): New var.
5855 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
5856 redundant work.
5857 (flyspell-mode-on): Use add-hook for after-change-functions.
5858 (flyspell-mode-off): Use remove-hook for after-change-functions.
5859 (flyspell-changes): Make it buffer-local.
5860 (flyspell-after-change-function): Make it non-interactive. Use push.
5861 (flyspell-post-command-hook): Check input-pending-p while processing
5862 the potentially long list of buffer changes.
5863
5864 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5865
5866 * buff-menu.el (list-buffers-noselect): Display the selected
5867 frame's buffer list, not the global one.
5868
5869 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
5870
5871 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
5872 that (list last-input-event) works as in interactive spec.
5873
5874 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5875
5876 * loadup.el ("facemenu"): Load facemenu before font-lock, because
5877 `facemenu-keymap' needs to be defined when font-lock is loaded.
5878 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
5879
5880 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5881
5882 * completion.el: Remove useless leading * in defcustom docstrings.
5883 (save-completions-file-name): Use ~/.emacs.d if available.
5884 (completion-standard-syntax-table): Rename from
5885 cmpl-standard-syntax-table and fold initialization into declaration,
5886 thus removing cmpl-make-standard-completion-syntax-table.
5887 (completion-lisp-syntax-table, completion-c-syntax-table)
5888 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
5889 (cmpl-saved-syntax, cmpl-saved-point): Remove.
5890 (symbol-under-point, symbol-before-point)
5891 (symbol-under-or-before-point, symbol-before-point-for-complete)
5892 (add-completions-from-c-buffer): Use with-syntax-table.
5893 (make-completion): Don't return a list of completion entries.
5894 Update callers.
5895 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
5896 (completion-initialize): Rename from initialize-completions.
5897 (completion-find-file-hook): Rename from cmpl-find-file-hook.
5898 (kill-emacs-save-completions): Collect stats here.
5899 (save-completions-to-file, load-completions-from-file):
5900 Use with-current-buffer.
5901 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
5902 into a function. Move all calls to toplevel.
5903 (completion-lisp-mode-hook): New fun.
5904 (completion-c-mode-hook, completion-setup-fortran-mode):
5905 Set the syntax-table here. Use local-set-key.
5906 (completion-saved-bindings): New var.
5907 (dynamic-completion-mode): Make it into a proper minor mode.
5908 (load-completions-from-file): Remove unused var `num-uses'.
5909
5910 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
5911 constructor if it is explicitly overridden.
5912
5913 * complete.el (PC-completion-as-file-name-predicate):
5914 Use minibuffer-completing-file-name.
5915 (partial-completion-mode): Use find-file-not-found-functions.
5916 (PC-lisp-complete-symbol): Use with-syntax-table.
5917 (PC-look-for-include-file): Remove dead setq.
5918 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
5919 (PC-complete): Use with-current-buffer.
5920
5921 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5922 escape single quotes.
5923
5924 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5925
5926 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5927 of `if' whose condition always returned nil. Doc fix.
5928
5929 * buff-menu.el (Buffer-menu-revert-function): Make the selected
5930 window's buffer the current buffer around the call to
5931 `list-buffers-noselect'. This is necessary to mark that buffer
5932 with a `.' in the Buffer Menu when called from Lisp, for instance
5933 by Auto Revert Mode.
5934
5935 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
5936
5937 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5938 attaching to it.
5939 (gdb-pre-prompt): Make sure gdb-error is reset.
5940
5941 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
5942 with a child process, detect it.
5943 (gud-speedbar-buttons): Match regexp more carefully.
5944
5945 2005-11-27 Richard M. Stallman <rms@gnu.org>
5946
5947 * mouse.el (mouse-drag-move-window-bottom):
5948 Use adjust-window-trailing-edge.
5949
5950 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5951
5952 * simple.el (blink-matching-open): Ignore
5953 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
5954 (blink-matching-paren-on-screen): Update docstring.
5955
5956 * paren.el (show-paren-mode): No longer change
5957 `blink-matching-paren-on-screen'.
5958
5959 2005-11-27 John Paul Wallington <jpw@pobox.com>
5960
5961 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5962 (gdb-threads-select, gdb-edit-register-value):
5963 Use `posn-set-point' instead of `mouse-set-point' because the
5964 latter is not fbound when configured without X.
5965
5966 2005-11-27 Kim F. Storm <storm@cua.dk>
5967
5968 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5969 existing face when partially highlighting a TAB in a rectangle.
5970
5971 2005-11-26 Kim F. Storm <storm@cua.dk>
5972
5973 * ido.el (ido-mode-map): Doc fix.
5974 (ido-mode-common-map, ido-mode-file-map)
5975 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5976 (ido-define-mode-map): Rewrite. Select one of the new maps as
5977 parent for ido-mode-map instead of building from scratch.
5978 (ido-init-mode-maps): New defun to initialize new maps.
5979 (ido-mode): Call it.
5980 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5981 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5982
5983 2005-11-26 John Paul Wallington <jpw@pobox.com>
5984
5985 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
5986 `mouse-set-point' because the latter is not fbound when configured
5987 without X.
5988
5989 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
5990
5991 * files.el (file-relative-name): Doc fix.
5992
5993 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5994
5995 * progmodes/octave-inf.el (inferior-octave-startup): Force a
5996 non-empty string for secondary prompt PS2.
5997
5998 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
5999
6000 * progmodes/compile.el (compilation-setup): Fix last change.
6001
6002 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
6003
6004 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6005 (gdb-mouse-toggle-breakpoint-margin)
6006 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6007 Add gdb-server-prefix to keep out of command history.
6008 (gdb-edit-register-value): New function.
6009 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6010 (gdb-info-registers-custom): Use above map.
6011
6012 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6013
6014 * custom.el (enable-theme): Signal error if argument is not a
6015 theme. Don't recalculate a face if it's not loaded yet.
6016
6017 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6018 the `user' theme is in effect.
6019
6020 * info.el (Info-on-current-buffer): Record actual filename in
6021 Info-current-file, instead of t, or a fake filename if a non-file
6022 buffer. Make autoload.
6023 (Info-find-node, Info-revert-find-node): No need to check for
6024 Info-current-file nil.
6025 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6026 Info-current-file is now never `t'.
6027 (Info-fontify-node): Many simplifications due to Info-current-file
6028 always being valid. Use Info-find-file to find node filename.
6029
6030 2005-11-25 David Kastrup <dak@gnu.org>
6031
6032 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6033 new character, then delete" in order to preserve markers.
6034
6035 2005-11-25 David Ponce <david@dponce.com>
6036
6037 * recentf.el (recentf-arrange-by-rule): Handle a special
6038 `auto-mode-alist'-like "strip suffix" rule.
6039 (recentf-build-mode-rules): Handle second level auto-mode entries.
6040
6041 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
6042
6043 * viper-keym.el (viper-ESC-key): Use different values in terminal and
6044 window modes.
6045
6046 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
6047 jde-javadoc-checker-report-mode.
6048
6049 * ediff-wind (ediff-make-wide-display): Slight simplification.
6050
6051 * ediff.el (ediff-date): Change the date of last update.
6052
6053 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
6054
6055 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
6056 Use define-minor-mode, and make it a local mode. Turn on font-lock.
6057 (hi-lock-mode): New global minor mode.
6058 (turn-on-hi-lock-if-enabled): New function.
6059 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
6060 Change arguments to regexp and face instead of a font-lock pattern.
6061 Directly set face property, instead of refontifying.
6062 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
6063 (hi-lock-find-patterns): Use line-number-at-pos.
6064
6065 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
6066 arguments for hi-lock-set-pattern.
6067 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
6068 Call font-lock-fontify-buffer.
6069 (hi-lock-find-file-hook, hi-lock-current-line)
6070 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
6071
6072 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
6073 turned off.
6074
6075 * progmodes/compile.el (compilation-setup): Don't fiddle with
6076 font-lock-defaults.
6077
6078 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
6079
6080 * progmodes/gdb-ui.el (gdb-var-create-handler)
6081 (gdb-var-list-children-handler): Find values for all variable
6082 objects. gud-speedbar-buttons decides whether to display them.
6083
6084 2005-11-24 Romain Francoise <romain@orebokech.com>
6085
6086 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
6087 buffer name with a space.
6088
6089 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
6090
6091 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
6092 `org-export-local-list-max-depth'. Change default value to 3.
6093 (org-auto-renumber-ordered-lists)
6094 (org-plain-list-ordered-item-terminator): New options.
6095 (org-at-item-p, org-beginning-of-item, org-end-of-item)
6096 (org-get-indentation, org-get-string-indentation)
6097 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
6098 New functions.
6099 (org-move-item-down, org-move-item-up): New commands.
6100 (org-export-as-html): New classes for CSS support. Bug fix in
6101 regular expression detecting fixed-width regions. Respect
6102 `org-local-list-ordered-item-terminator'.
6103 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
6104 also a list item.
6105 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
6106 New item moving functions.
6107
6108 2005-11-24 Juri Linkov <juri@jurta.org>
6109
6110 * isearch.el (isearch-repeat): With empty search ring set
6111 `isearch-error' to the error string instead of signaling error
6112 with the function `error'.
6113
6114 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6115
6116 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
6117
6118 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
6119
6120 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
6121 and variable.
6122 (gdb-var-create-handler, gdb-var-list-children-handler):
6123 Don't match on "char **...".
6124 (gdb-var-update-handler): Find values for all variable objects.
6125 (gdb-info-frames-custom): Identify frames by leading "#".
6126
6127 * progmodes/gud.el (gud-speedbar-menu-items): Add
6128 gdb-speedbar-auto-raise as radio button.
6129 (gud-speedbar-buttons): Raise speedbar if requested.
6130 Don't match on "char **...".
6131 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
6132 Make it editable.
6133
6134 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
6135
6136 * info.el (Info-fontify-node): Handle the case where
6137 Info-current-file is t.
6138
6139 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * simple.el (blink-matching-open): Fix off-by-one in last change.
6142
6143 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6144
6145 * term/mac-win.el: Don't change default directory.
6146
6147 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
6148
6149 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
6150 buffers correctly. (It used to throw an error in such buffers.)
6151 Make it ask for confirmation in group buffers and other Custom
6152 buffers containing more than one customization item.
6153
6154 2005-11-22 John Paul Wallington <jpw@gnu.org>
6155
6156 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
6157 property on mail and url overlays.
6158 (goto-address-at-point): Use `posn-set-point' instead of
6159 `mouse-set-point' because the latter is not fbound when configured
6160 without X.
6161
6162 2005-11-22 Lars Hansen <larsh@soem.dk>
6163
6164 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
6165 (ls-lisp-classify, ls-lisp-format): Delete call to
6166 ls-lisp-parse-symlink.
6167 (ls-lisp-handle-switches): Handle symlinks to directories as
6168 directories when ls-lisp-dirs-first in non-nil.
6169
6170 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
6171
6172 * startup.el (command-line): Make sure that loaddefs.el is handled
6173 correctly in load-history.
6174
6175 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
6176
6177 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
6178 (gdb-struct-string, gdb-array-string): New constants.
6179 (gdb-info-locals-handler): Use them.
6180 (gdb-reset): Reset gdb-var-list to nil.
6181
6182 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6183
6184 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
6185 in patterns.
6186
6187 2005-11-21 Juri Linkov <juri@jurta.org>
6188
6189 * custom.el (defcustom): Update link types in docstring.
6190
6191 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
6192
6193 * custom.el (defgroup): Add doc-string-elt info.
6194
6195 * widget.el (define-widget): Don't use declare for the doc-string-elt.
6196
6197 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6198
6199 * newcomment.el (comment-enter-backward): Fix last fix.
6200
6201 * simple.el (blink-matching-open):
6202 * paren.el (show-paren-function): Allow new paren-class info.
6203
6204 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
6205
6206 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
6207 handled automagically.
6208
6209 2005-11-20 Andreas Schwab <schwab@suse.de>
6210
6211 * descr-text.el (describe-char): When copying overlays put them
6212 over the full char description instead of just the first character
6213 of it.
6214
6215 2005-11-20 Juri Linkov <juri@jurta.org>
6216
6217 * simple.el (what-cursor-position):
6218 * descr-text.el (describe-char): Use Lisp-readable syntax
6219 for octal and hex. Reorder decimal, octal and hex values.
6220 Remove excess whitespace in the output. Use `=' in `column='
6221 like in `point=' and `Hscroll='.
6222
6223 * international/mule-cmds.el (encoded-string-description):
6224 Use Lisp-readable syntax for hex.
6225
6226 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6227
6228 * newcomment.el (comment-enter-backward): Handle the case where the
6229 comment is closed by EOB.
6230
6231 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6232
6233 * longlines.el (longlines-before-revert-hook)
6234 (longlines-after-revert-hook): New functions.
6235 (longlines-mode): Turn off longlines temporarily when reverting.
6236 Add a message-setup-hook.
6237 (longlines-decode-buffer): New function.
6238 (longlines-wrap-line): Preserve marker positions.
6239
6240 2005-11-19 Andreas Schwab <schwab@suse.de>
6241
6242 * emacs-lisp/shadow.el: Handle compressed files.
6243
6244 2005-11-19 Romain Francoise <romain@orebokech.com>
6245
6246 * net/browse-url.el (browse-url-default-browser): Signal an error
6247 if no usable browser can be found, rather than try to load w3.
6248
6249 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
6250
6251 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
6252 replacing existing properties.
6253 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6254 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
6255 tty specs.
6256 (rcirc-server-prefix, rcirc-server): New faces.
6257 (rcirc-url-regexp): Generate with rx macro.
6258 (rcirc-last-server-message-time): New variable.
6259 (rcirc-filter): Record time of last message.
6260 (rcirc-keepalive): Kill processes that did not send a message
6261 since the last ping.
6262 (rcirc-mode): Give rcirc-topic a local binding here.
6263
6264 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
6265
6266 * subr.el (read-passwd): Fontify the prompt as we do with other
6267 prompts.
6268
6269 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
6270
6271 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
6272 binding buffer-read-only to nil.
6273
6274 2005-11-19 Eli Zaretskii <eliz@gnu.org>
6275
6276 * complete.el (partial-completion-mode):
6277 Mention completion-auto-help in the doc string.
6278
6279 * man.el (Man-highlight-references): Doc fix. Reformat code in a
6280 more Lisp-ish way.
6281
6282 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6283
6284 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
6285 digits, not 8, to avoid misalignment for files larger than 100MB.
6286
6287 2005-11-19 Eli Zaretskii <eliz@gnu.org>
6288
6289 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
6290 Mention "keyboard shortcuts" in the help text.
6291
6292 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6293
6294 * startup.el (fancy-splash-default-action): Discard only
6295 mouse-down and succeeding mouse-up events in the splash screen
6296 window so that drag-n-drop event can be processed.
6297
6298 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
6299
6300 * longlines.el (longlines-mode): Add hacks for mail-mode and
6301 message-mode.
6302
6303 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
6304
6305 * textmodes/org.el (org-table-sort-lines): New command.
6306 (org-tbl-menu): Add entry for `org-table-sort-lines'.
6307 (org-add-file): Command removed, use `org-agenda-file-to-front'
6308 instead.
6309 (org-export-icalendar): Use `org-icalendar-combined-name'.
6310 (org-cycle-agenda-files, org-agenda-file-to-end)
6311 (org-agenda-file-to-front): New commands.
6312 (org-table-tab-jumps-over-hlines, org-export-html-style):
6313 New options.
6314 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
6315 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
6316 New functions.
6317 (org-fill-paragraph): Call `org-table-align' in tables.
6318 (org-mode): Call `org-set-autofill-regexps'.
6319 (org-export-as-html): Support for local handformatted lists.
6320 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
6321 (org-export-local-list-max-depth): New option.
6322 (org-html-expand): Use `org-html-protect'.
6323
6324 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
6325
6326 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
6327 to "p".
6328 (gdb): Move definition of gud-pp to...
6329
6330 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
6331 speedbar.
6332 (gdb-find-watch-expression): New function.
6333
6334 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6335
6336 * faces.el (face-attribute, set-face-attribute): Mention existence
6337 of `:ignore-defface' setting in docstring.
6338
6339 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6340
6341 * simple.el (completion-setup-function): Fix last change.
6342
6343 2005-11-17 John Paul Wallington <jpw@pobox.com>
6344
6345 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
6346 Use `posn-set-point' instead of `mouse-set-point' because the
6347 latter is not fbound when configured without X.
6348
6349 * comint.el (comint-insert-input): Likewise.
6350
6351 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6352
6353 * simple.el (hard-newline): New variable.
6354 (sendmail-user-agent-compose, next-line): Use it.
6355
6356 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
6357 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
6358 (mail-mail-reply-to, mail-mail-followup-to)
6359 (mail-position-on-field, mail-signature, mail-yank-original)
6360 (mail-attach-file): Likewise.
6361
6362 * mail/mailheader.el (mail-header-format)
6363 (mail-header-format-function): Likewise.
6364
6365 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
6366
6367 2005-11-17 Juri Linkov <juri@jurta.org>
6368
6369 * font-lock.el (font-lock-faces): Rename this defgroup from
6370 `font-lock-highlighting-faces'.
6371 (font-lock-comment-face, font-lock-comment-delimiter-face)
6372 (font-lock-string-face, font-lock-doc-face)
6373 (font-lock-keyword-face, font-lock-builtin-face)
6374 (font-lock-function-name-face, font-lock-variable-name-face)
6375 (font-lock-type-face, font-lock-constant-face)
6376 (font-lock-warning-face, font-lock-negation-char-face)
6377 (font-lock-preprocessor-face)
6378 (font-lock-regexp-grouping-backslash)
6379 (font-lock-regexp-grouping-construct): Rename :group from
6380 `font-lock-highlighting-faces' to `font-lock-faces'.
6381
6382 * cus-edit.el (lisp, c, tex):
6383 * progmodes/ada-mode.el (ada):
6384 * progmodes/asm-mode.el (asm):
6385 * progmodes/cperl-mode.el (cperl-faces):
6386 * progmodes/cpp.el (cpp):
6387 * progmodes/dcl-mode.el (dcl):
6388 * progmodes/f90.el (f90):
6389 * progmodes/fortran.el (fortran):
6390 * progmodes/icon.el (icon):
6391 * progmodes/idlwave.el (idlwave-misc):
6392 * progmodes/m4-mode.el (m4):
6393 * progmodes/make-mode.el (makefile):
6394 * progmodes/meta-mode.el (meta-font):
6395 * progmodes/modula2.el (modula2):
6396 * progmodes/octave-mod.el (octave):
6397 * progmodes/pascal.el (pascal):
6398 * progmodes/perl-mode.el (perl):
6399 * progmodes/prolog.el (prolog):
6400 * progmodes/ps-mode.el (PostScript-edit):
6401 * progmodes/scheme.el (scheme):
6402 * progmodes/sh-script.el (sh-script):
6403 * progmodes/simula.el (simula):
6404 * progmodes/tcl.el (tcl):
6405 * textmodes/nroff-mode.el (nroff):
6406 * textmodes/reftex-vars.el (reftex-fontification-configurations):
6407 * textmodes/sgml-mode.el (sgml):
6408 * textmodes/texinfo.el (texinfo):
6409 Add :link (custom-group-link font-lock-faces) to defgroup.
6410
6411 * hi-lock.el (hi-lock): Rename this defgroup from
6412 `hi-lock-interactive-text-highlighting'. Change parent group from
6413 `faces' to `font-lock'. Add link to the manual.
6414 (hi-lock-mode, hi-lock-file-patterns-range)
6415 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
6416 `hi-lock-interactive-text-highlighting' to `hi-lock'.
6417 (hi-lock-faces): Add :group `faces'.
6418
6419 * cus-edit.el (custom-variable-prompt): Clarify the code.
6420
6421 * faces.el (face-read-string): Set the default value arg of
6422 completing-read.
6423
6424 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
6425
6426 * rfn-eshadow.el (file-name-shadow-properties)
6427 (file-name-shadow-tty-properties, file-name-shadow-mode):
6428 Remove autoloads, because the file is now preloaded.
6429
6430 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6431
6432 * printing.el (easy-menu-intern): Don't define.
6433 (pr-get-symbol): Use easy-menu-intern only if defined.
6434
6435 * simple.el (blink-matching-open): Simplify a bit.
6436 (completion-setup-function): Fix the case of partial-completion-mode
6437 when the minibuffer's contents start with "-".
6438 Obey completion-base-size-function even when
6439 minibuffer-completing-file-name is non-nil.
6440
6441 2005-11-16 Richard M. Stallman <rms@gnu.org>
6442
6443 * net/eudcb-ph.el (eudc-ph-open-session):
6444 Use set-process-query-on-exit-flag.
6445
6446 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
6447
6448 * international/ucs-tables.el (ucs-set-table-for-input):
6449 Use make-local-variable, not make-variable-buffer-local.
6450
6451 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6452 Improve warning message text.
6453
6454 * savehist.el (savehist-save-hook): Add :group.
6455
6456 * menu-bar.el (menu-bar-help-menu):
6457 Rename Find Extra Packages to External Packages.
6458
6459 * cus-edit.el (Custom-reset-standard): Verify that
6460 :custom-standard-value prop exists before calling it.
6461
6462 * apropos.el (apropos-calc-scores): Use apropos-pattern.
6463
6464 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
6465
6466 * wid-edit.el (color): Enclose %t in %{...%}.
6467
6468 * cus-edit.el (face): Enclose %t in %{...%}.
6469
6470 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
6471
6472 * savehist.el (savehist-mode-hook): Re-add the var.
6473 (savehist-mode): Use it.
6474
6475 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6476
6477 * textmodes/flyspell.el: Fix commenting convention.
6478 Remove unnecessary leading * in custom docstrings.
6479 (flyspell-emacs): Remove unused var.
6480 (flyspell-delete-region-overlays): Use remove-overlays.
6481 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
6482 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
6483 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
6484 (flyspell-debug-signal-word-checked): Use with-current-buffer.
6485 (make-flyspell-overlay): Don't locally reuse a global name.
6486 (flyspell-highlight-incorrect-region)
6487 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
6488 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
6489 (flyspell-notify-misspell): Remove unused args `start' and `end'.
6490 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
6491 Wrap calls to accept-process-output inside with-local-quit since it's
6492 often called from a post-command-hook.
6493 (flyspell-correct-word, flyspell-auto-correct-word):
6494 Use ispell-send-string.
6495 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
6496
6497 * calendar/diary-lib.el (diary-list-entries): Also hide the
6498 terminating newline.
6499
6500 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
6501
6502 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
6503 window-system, to allow fonts on tty.
6504
6505 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
6506
6507 * progmodes/gud.el (gud-speedbar-item-info): New function.
6508 (gud-install-speedbar-variables): Use it to display data type
6509 of watch expression as a tooltip in speedbar.
6510
6511 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
6512
6513 * font-core.el (global-font-lock-mode): Add :version keyword,
6514 because default was changed.
6515
6516 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
6517
6518 * startup.el (command-line): Use `custom-reevaluate-setting' for
6519 `file-name-shadow-mode'.
6520
6521 * loadup.el: Preload rfn-eshadow.
6522
6523 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
6524 Add :version keyword.
6525 (file-name-shadow-properties, file-name-shadow-tty-properties)
6526 (file-name-shadow): Add :version keyword.
6527
6528 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
6529 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
6530 in the custom-group property of the symbol frames and the fringe
6531 group got no link to its parent group frames.
6532 Doc fix.
6533
6534 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6535
6536 * progmodes/gud.el (gud-stop-subjob): New function.
6537 (gud-menu-map, gud-tool-bar-map): Use it.
6538
6539 2005-11-16 Kim F. Storm <storm@cua.dk>
6540
6541 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
6542 than kill it.
6543 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
6544 to a more useful/logical place.
6545
6546 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6547
6548 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
6549 go buttons complementary.
6550
6551 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6552
6553 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
6554 (rfn-eshadow-sifn-equal): New function.
6555 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
6556
6557 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
6558
6559 * viper-utils.el (viper-non-word-characters-reformed-vi):
6560 Quote `-' in string.
6561
6562 * viper.el (viper-emacs-state-mode-list): Ensure that
6563 rcirc-mode buffers come up in Emacs state.
6564
6565 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
6566 operation.
6567
6568 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6569
6570 * term.el (term-termcap-format): Fix typos.
6571 (term-down): Fix the negative argument case.
6572
6573 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6574
6575 * progmodes/gdb-ui.el: Remove face-alias left over from change on
6576 2005-08-15.
6577 (gdb-ann3): New command gud-go.
6578 (menu): Accomodate gdb-mi.el.
6579 (gdb-assembler-custom): Make buffer of selected window current
6580 so that set-window-point works.
6581
6582 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
6583 buttons and include new ones.
6584
6585 2005-11-16 Kim F. Storm <storm@cua.dk>
6586
6587 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
6588 (gud-menu-map): Use it.
6589
6590 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
6591
6592 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
6593 that works correctly for Custom and that does not override a user
6594 who disables it.
6595
6596 * help-mode.el (help-make-xrefs, help-xref-on-pp)
6597 (help-xref-interned, help-follow): Make hyperlinks for variables
6598 that are unbound, but have a non-nil variable-documentation property.
6599
6600 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
6601 mode hook. (It conflicted with defcustoms for some mode hooks.)
6602 Use the `variable-documentation' property to give the mode hook a
6603 docstring and expand that docstring.
6604
6605 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
6606
6607 * savehist.el (savehist-mode): Don't bother with
6608 `custom-set-minor-mode'.
6609 (savehist-coding-system): Check XEmacs version.
6610 (history-length): Declare also at run time.
6611 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
6612 Don't set the customize state.
6613 (savehist-minibuffer-hook): Special case for when
6614 minibuffer-history-variable is equal to t.
6615
6616 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6617
6618 * files.el (write-file): Refresh VC status.
6619
6620 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6621 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6622 than fundamental-mode to see if the mode was set.
6623
6624 2005-11-14 Romain Francoise <romain@orebokech.com>
6625
6626 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6627 dummy function in `eval-when-compile' to avoid compiler warning.
6628 Require `man' at compile time.
6629
6630 2005-11-14 Jay Belanger <belanger@truman.edu>
6631
6632 * calc-alg.el (calcFunc-write-out-power): Rename it to
6633 calcFunc-powerexpand.
6634 (math-write-out-power): Rename it to math-powerexpand; have it
6635 handle negative exponents.
6636 (calc-writeoutpower): Rename it to calc-powerexpand.
6637
6638 * calc-ext.el: Change calcFunc-writeoutpower and
6639 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6640 autoloads.
6641 Add calcFunc-ldiv to autoloads.
6642
6643 * calc-arith.el (calcFunc-ldiv): New function.
6644
6645 * calc.el (calc-left-divide): New function.
6646
6647 2005-11-14 Juri Linkov <juri@jurta.org>
6648
6649 * cus-edit.el (custom-variable-prompt): Set the default value arg
6650 of completing-read.
6651
6652 * cus-dep.el (custom-make-dependencies): Reverse the list of
6653 found dependencies.
6654
6655 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6656
6657 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6658 Highlighting" entry, it is on by default now.
6659 (menu-bar-options-save): Do not save global-font-lock-mode.
6660
6661 2005-11-13 Richard M. Stallman <rms@gnu.org>
6662
6663 * textmodes/flyspell.el (flyspell-large-region):
6664 Call flyspell-accept-buffer-local-defs.
6665
6666 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
6667
6668 * textmodes/flyspell.el (flyspell-notify-misspell):
6669 Fix misspelling of "Misspelling".
6670 (flyspell-process-localwords): New function.
6671 (flyspell-large-region): Call flyspell-process-localwords and
6672 flyspell-delete-region-overlays.
6673 (flyspell-delete-region-overlays): New function.
6674 (flyspell-delete-all-overlays): Call that.
6675
6676 2005-11-13 Richard M. Stallman <rms@gnu.org>
6677
6678 * help.el (help-for-help-internal): Improve doc of C-h a.
6679 (describe-key): Improve prompt; doc fix.
6680
6681 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6682
6683 * vc-svn.el (vc-svn-registered): Catch all errors.
6684
6685 * cus-dep.el (custom-make-dependencies): Typo.
6686
6687 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
6688
6689 * net/tramp-util.el (top): Fix compilation warning.
6690
6691 2005-11-13 Kim F. Storm <storm@cua.dk>
6692
6693 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
6694
6695 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6696
6697 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
6698 (gud-speedbar-buttons): Match on "const char *" too.
6699
6700 * progmodes/gdb-ui.el (gdb-var-create-handler)
6701 (gdb-var-list-children-handler): Match on "const char *" too.
6702 (gdb-var-evaluate-expression-handler): Match on empty string.
6703 (gdb-var-update-handler): Only call
6704 gdb-var-evaluate-expression-handler when required.
6705
6706 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6707
6708 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
6709 selected window. This still doesn't work for speedbar.
6710 (gud-speedbar-buttons): Handle string expressions properly.
6711
6712 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6713 (gdb-var-create-handler): Handle string expressions properly.
6714 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
6715 Handle string expressions properly. Move "type" field into regexp.
6716
6717 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6718
6719 * bookmark.el (bookmark-maybe-message): New function to reduce
6720 code duplication: invokes `message' iff baud-rate is high enough.
6721 (bookmark-write-file): Use above instead of an inline conditional.
6722 (bookmark-load): Same.
6723
6724 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6725
6726 * bookmark.el (bookmark-write-file): Don't visit the destination
6727 file, just write the data to it using write-region. This is
6728 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
6729 change to avoid visiting the file in the first place.
6730
6731 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
6732
6733 * hi-lock.el (hi-lock-mode): Set the default value of
6734 font-lock-defaults.
6735
6736 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
6737
6738 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
6739 arg to `file-attributes'.
6740 (find-lisp-format): The UID and GID can now be strings.
6741
6742 2005-11-12 Kim F. Storm <storm@cua.dk>
6743
6744 * help.el (help-map): Bind C-h d to apropos-documentation.
6745
6746 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
6747 when point is at end-of-buffer.
6748
6749 * apropos.el (apropos-match-face): Doc fix.
6750 (apropos-sort-by-scores): Add new choice `verbose'.
6751 (apropos-documentation-sort-by-scores): New defcustom.
6752 (apropos-pattern): Now contains the pattern entered by the user.
6753 (apropos-pattern-quoted): New defvar.
6754 (apropos-regexp): New defvar, containing the regexp corresponding
6755 to apropos-pattern.
6756 (apropos-all-words-regexp): Rename from apropos-all-regexp.
6757 (apropos-read-pattern): New defun. Use it to read pattern arg in
6758 interactive calls; returns list of words for a word list, and
6759 string for a regexp.
6760 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
6761 parses a list of words or regexp as returned by apropos-read-pattern.
6762 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
6763 (apropos-score-doc): Return a very high score if the string
6764 entered by the user matches literally.
6765 (apropos-variable): Doc fix. Use apropos-read-pattern.
6766 (apropos-command): Doc fix. Use apropos-read-pattern and
6767 apropos-parse-pattern. Call apropos-print with nosubst=t.
6768 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
6769 apropos-parse-pattern.
6770 (apropos-documentation): Doc fix. Use apropos-read-pattern and
6771 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
6772 apropos-documentation-sort-by-scores. Call apropos-print with
6773 nosubst=t.
6774 (apropos-documentation-internal): Pass doc string through
6775 substitute-key-definition before adding text properties.
6776 Highlight substring matching literal user input if possible.
6777 (apropos-documentation-check-doc-file): Remove locals beg and end.
6778 Fix calculation of score (as added twice). Pass doc string through
6779 substitute-key-definition before adding text properties.
6780 (apropos-documentation-check-elc-file): Pass doc string through
6781 substitute-key-definition before adding text properties.
6782 Highlight substring matching literal user input if possible.
6783 (apropos-print): Add new arg NOSUBST; if set, command and variable
6784 doc strings have already been passed through substitute-key-definition.
6785 Add code to handle apropos-accumulator items without score element
6786 for backwards compatibility (e.g. with woman package).
6787 Only show scores if apropos-sort-by-scores is `verbose'.
6788
6789 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6790
6791 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
6792 Add jka-compr-load-suffixes to load-suffixes.
6793
6794 * jka-compr.el: Require jka-cmpr-hook.
6795 (jka-compr-info-compress-message, jka-compr-info-compress-program)
6796 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
6797 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
6798 (jka-compr-info-can-append, jka-compr-info-strip-extension)
6799 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
6800 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
6801 (jka-compr-uninstall): Remove entries from
6802 jka-compr-added-to-file-coding-system-alist after they are used.
6803 (jka-compr-error): Remove unused var `curbuf'.
6804 (jka-compr-file-local-copy): Remove unused var `notfound'.
6805
6806 2005-11-10 Romain Francoise <romain@orebokech.com>
6807
6808 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
6809
6810 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
6811
6812 * progmodes/gud.el (gud-menu-map): Move parentheses.
6813 (gdb): New command gud-pv.
6814
6815 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6816
6817 * tar-mode.el: Remove spurious or unnecessary leading stars
6818 in docstrings.
6819 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
6820 (tar-parse-octal-integer-safe): Use mapc.
6821 (tar-header-block-summarize): Remove unused var `ck'.
6822 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
6823 cleared before. Obey default-enable-multibyte-characters.
6824 Use mapconcat. Simplify setting of tar-header-offset.
6825 (tar-mode-map): Move initialization inside delcaration.
6826 (tar-flag-deleted): Use `abs'.
6827 (tar-expunge-internal): Remove unused var `line'.
6828 (tar-expunge-internal): Don't hardcode point-min==1.
6829 (tar-expunge): Widen while doing set-buffer-multibyte.
6830 (tar-rename-entry): Use file-name-coding-system.
6831 (tar-alter-one-field): Don't hardcode point-min==1.
6832 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
6833 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
6834
6835 2005-11-10 Masatake YAMATO <jet@gyve.org>
6836
6837 * add-log.el (add-log-current-defun): Handle class::method
6838 notation of c++. Fix incorrect comment.
6839
6840 2005-11-10 Alan Mackenzie <acm@muc.de>
6841
6842 * help-fns.el (describe-variable): Make C-h v work when a variable
6843 has variable documentation yet is unbound.
6844
6845 2005-11-10 Masatake YAMATO <jet@gyve.org>
6846
6847 * man.el (Man-highlight-references): Set an empty
6848 string to `Man-arguments' if it is nil.
6849 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
6850
6851 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6852
6853 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
6854 commenting conventions.
6855
6856 * cus-dep.el (custom-make-dependencies): Simplify.
6857 Better follow the commenting conventions.
6858
6859 2005-11-09 Richard M. Stallman <rms@gnu.org>
6860
6861 * apropos.el (apropos-pattern): Rename from apropos-regexp.
6862 (apropos-orig-pattern): Rename from apropos-orig-regexp.
6863 All uses changed.
6864 (apropos-rewrite-regexp): Doc fix.
6865 (apropos-variable, apropos-command, apropos, apropos-value):
6866 Change prompt; carry through the argument renaming.
6867
6868 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6869
6870 * find-lisp.el: Require dired.
6871 (find-lisp-find-dired-internal): Do not call
6872 `abbreviate-file-name' on DIR.
6873
6874 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
6875
6876 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
6877
6878 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
6879
6880 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
6881 when using the speedbar.
6882 (gdb): New command gud-pp.
6883 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
6884
6885 2005-11-09 Juri Linkov <juri@jurta.org>
6886
6887 * replace.el (occur-excluded-properties): New defcustom.
6888 (occur-1, occur-engine, occur-accumulate-lines): Use it.
6889
6890 2005-11-08 Jay Belanger <belanger@truman.edu>
6891
6892 * calc/calc-units.el (math-convert-units): Replace any composite
6893 unit by its definition.
6894
6895 2005-11-08 Lars Hansen <larsh@soem.dk>
6896
6897 * emacs-lisp/autoload.el (update-directory-autoloads):
6898 Add obsolete function alias.
6899
6900 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6903 comment-indent-function.
6904 (lisp-comment-indent): Replace by an alias for comment-indent-default.
6905
6906 * reveal.el (reveal-post-command): Rework the handling of
6907 reveal-open-spots, so as to be more reliable. There were several
6908 tricky corner cases where an open spot might be lost, or where
6909 a closed spot might end up on the list of open spots.
6910 Only reveal text that's ellipsised.
6911
6912 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
6913
6914 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
6915
6916 2005-11-07 John Paul Wallington <jpw@gnu.org>
6917
6918 * ibuffer.el (ibuffer): Search iconified frames too when
6919 getting Ibuffer buffer's window.
6920
6921 2005-11-06 Richard M. Stallman <rms@gnu.org>
6922
6923 * progmodes/compile.el (compilation-internal-error-properties):
6924 save-excursion around the computation of MARKER.
6925
6926 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
6927
6928 * textmodes/flyspell.el (flyspell-external-point-words):
6929 flyspell-get-word returns a list, not just a string.
6930
6931 2005-11-06 John Paul Wallington <jpw@pobox.com>
6932
6933 * ibuffer.el (ibuffer): Search all visible frames when getting
6934 Ibuffer buffer's window.
6935
6936 2005-11-07 Masatake YAMATO <jet@gyve.org>
6937
6938 * man.el (Man-reference-regexp): Accept spaces between
6939 `Man-name-regexp' and `Man-section-regexp'.
6940 (Man-apropos-regexp): New variable.
6941 (Man-abstract-xref-man-page): Use value for `Man-target-string'
6942 if available.
6943 (Man-highlight-references, Man-highlight-references0):
6944 Handle the case when `Man-arguments' includes "-k".
6945 (Man-highlight-references0): Rename the argument `TARGET-POS' to
6946 `TARGET'. `TARGET' can be a number, function or nil.
6947
6948 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
6949
6950 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
6951 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6952 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
6953 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6954 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
6955 (gdb-send-item): Use buffer-local-value and simplify.
6956
6957 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
6958
6959 * startup.el (command-line): Use `custom-reevaluate-setting' for
6960 `global-font-lock-mode'.
6961
6962 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6963 by default, except in batch mode or when the -D option is given.
6964
6965 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6966 specified keyword args on to `define-minor-mode'. Update docstring.
6967
6968 2005-11-05 Romain Francoise <romain@orebokech.com>
6969
6970 * replace.el (occur-engine): Add marker at end of line, too.
6971
6972 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6973
6974 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6975 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6976 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6977 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6978 argument to all these routines, so the passphrase can be managed
6979 externally and passed in to the system.
6980 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6981 pgg-add-passphrase-to-cache function.
6982
6983 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6984 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6985 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6986 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6987 argument to all these routines, so the passphrase can be managed
6988 externally and passed in to the system.
6989 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6990 function.
6991
6992 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6993
6994 * font-lock.el: Don't deal with font-lock-face-attributes here,
6995 move the code ...
6996
6997 * startup.el (command-line): ... here. Use face-spec-set instead
6998 of custom-declare-face.
6999
7000 * faces.el (face-spec-set): Reset the face if spec is not nil.
7001
7002 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7003
7004 * newcomment.el (comment-region-internal): Box more tightly in the
7005 common case where there's no TAB in the boxed text.
7006
7007 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7008
7009 * info.el (info-tool-bar-map): Use images prev-node, next-node and
7010 up-node.
7011
7012 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
7013
7014 * newsticker.el: Commentary updated. Code formatting changed.
7015 (newsticker-version): Change to "1.9".
7016 (newsticker, newsticker-feed): Doc fix.
7017 (newsticker-url-list): Doc fix. Add option "Weekly".
7018 (newsticker-retrieval-interval): Add option "Weekly".
7019 (newsticker-headline-processing): Doc fix.
7020 (newsticker-auto-mark-filter): Remove.
7021 (newsticker-auto-mark-filter-list): New.
7022 (newsticker-layout, newsticker-sort-method): Doc fix.
7023 (newsticker-hide-old-items-in-newsticker-buffer)
7024 (newsticker-heading-format, newsticker-item-format)
7025 (newsticker-desc-format): Doc fix.
7026 (newsticker-show-all-rss-elements): Remove.
7027 (newsticker-show-all-news-elements): New.
7028 (newsticker-faces, newsticker-ticker): Doc fix.
7029 (remove-from-invisibility-spec): Code formatting.
7030 (newsticker--process-ids): New.
7031 (newsticker-mode): Doc fix.
7032 (newsticker-mode): Change mode-line-format.
7033 (newsticker-start): Remove debug output.
7034 (newsticker-start-ticker): Doc fix. Add autoload cookie.
7035 (newsticker-w3m-show-inline-images): Code formatting.
7036 (newsticker-next-item): Call `force-mode-line-update'.
7037 (newsticker-previous-item): Call `force-mode-line-update'.
7038 (newsticker-next-feed): Call `force-mode-line-update'.
7039 (newsticker-previous-feed): Call `force-mode-line-update'.
7040 (newsticker-mark-all-items-at-point-as-read): Code formatting.
7041 (newsticker-show-old-items): Do not show descs.
7042 (newsticker-hide-entry): Hide too much.
7043 (newsticker-hide-entry, newsticker-show-entry)
7044 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
7045 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
7046 (newsticker-toggle-auto-narrow-to-item): Code formatting.
7047 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
7048 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
7049 (newsticker-get-news): Call `force-mode-line-update'.
7050 Collect process ids.
7051 (newsticker--sentinel): Change coding system handling.
7052 Move image retrieval to new functions newsticker--get-logo-url-*.
7053 Move feed parsing to new functions newsticker--parse-*.
7054 Update list of process ids.
7055 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
7056 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
7057 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
7058 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
7059 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7060 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
7061 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
7062 (newsticker--decode-coding-string): Remove.
7063 (newsticker--decode-numeric-entities): Check input. Format code.
7064 (newsticker--remove-whitespace): Check input.
7065 (newsticker--do-forget-preformatted): Doc fix.
7066 (newsticker--decode-rfc822-date): Allow for missing time.
7067 (newsticker--update-process-ids): New.
7068 (newsticker--image-sentinel): Change comment.
7069 (newsticker--image-read): Change error message.
7070 (newsticker--imenu-goto): Doc fix. Show headline title.
7071 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
7072 (newsticker--buffer-do-insert-text): Clean whitespace in
7073 html-rendered headline title. Code formatting.
7074 Call `newsticker--buffer-print-extra-elements'.
7075 (newsticker--buffer-print-extra-element): Remove.
7076 (newsticker--buffer-print-extra-elements): New.
7077 (newsticker--buffer-do-print-extra-element): New.
7078 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
7079 large sizes.
7080 (newsticker--run-auto-mark-filter)
7081 (newsticker--do-run-auto-mark-filter):
7082 Use `newsticker-auto-mark-filter-list'.
7083
7084 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
7085
7086 * net/rcirc.el: Use split-string OMIT-NULLS argument.
7087 (rcirc-print): Force redisplay before running hooks. Do long
7088 buffer truncation after making new text read-only. Deal with nil
7089 text when decoding strings. If TARGET is nil, use either the
7090 currently selected buffer, if it is an rcirc buffer and of the
7091 same process or the process buffer.
7092 (rcirc-mode): Remove header-line. Recompute short buffer names.
7093 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
7094 (rcirc-short-buffer-name): Add variable.
7095 (rcirc-kill-buffer-hook): Recompute short buffer names.
7096 Remove nick from private channel.
7097 (rcirc-send-input): Send command text to current-buffer.
7098 Don't clear overlay arrow here.
7099 (rcirc-short-buffer-name): Return a short buffer name.
7100 (rcirc-update-short-buffer-names, rcirc-abbreviate)
7101 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
7102 buffer-name abbreviations.
7103 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
7104 Do not touch nick-table when killing a parted channel.
7105 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
7106 Clear arrow from current buffer if it is now hidden.
7107 (rcirc-current-buffer): Add variable.
7108 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7109 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
7110 Remove -face from names.
7111 (rcirc-update-activity-string): Print "DND" when globally ignoring
7112 activity.
7113 (rcirc-ignore-buffer-activity-flag): Rename from
7114 rcirc-ignore-channel-activity.
7115 (rcirc-ignore-all-activity-flag): Doc fix.
7116 (rcirc-channels): Remove variable.
7117 (rcirc-kill-buffer-hook):
7118 (rcirc-get-buffer-create): Add nick to private channel.
7119 (rcirc-multiline-edit-submit): Remove tabs.
7120 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
7121 folded.
7122 (rcirc-remove-nick-channel): Bug fix.
7123 (rcirc-toggle-ignore-buffer-activity): Rename from
7124 rcirc-toggle-ignore-channel-activity.
7125 (rcirc-record-activity): Add buffers to the front of the list.
7126 (rcirc-update-activity): Remove killed buffers from list.
7127 (rcirc-process-server-response-1): Remove last argument if it is
7128 null before calling handler.
7129 (rcirc): Add "rcirc" defcustom prefix.
7130 (rcirc-prompt): Simplify default prompt.
7131 Use custom-initialize-default.
7132 (rcirc-private-chats): Remove variable.
7133 (rcirc-prompt): Change initialization.
7134 (rcirc-version): Remove function.
7135 (rcirc-id-string): Add constant.
7136 (rcirc-last-buffer): Remove variable.
7137 (rcirc-buffer-alist): Add variable.
7138 (rcirc-connect): Update variable setup.
7139 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
7140 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
7141 default.
7142 (rcirc-handler-generic): Trigger activity.
7143 (rcirc-send-message): Create the buffor of the target.
7144 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
7145 (rcirc-get-buffer): Just return nil if there is no matching buffer.
7146 (rcirc-multiline-edit-cancel): Remove function.
7147 (rcirc-set-last-buffer): Remove function.
7148 (rcirc-get-any-buffer): Add function.
7149 (rcirc-join-channels): Don't print /join text.
7150 (rcirc-toggle-ignore-channel-activity): Add and update echo area
7151 messages.
7152 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
7153 (rcirc-handler-NOTICE): Recognize CTCP responses.
7154 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
7155 constructing TOPIC string for buffers we are not JOINed.
7156 (rcirc-handler-CTCP-response): Add handler.
7157 (rcirc-multiline-edit-submit): Restore the window-configuration
7158 before adjusting point.
7159 (rcirc): Add customization group.
7160 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
7161 (rcirc-user-full-name, rcirc-startup-channels-alist)
7162 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
7163 (rcirc-ignore-all-activity-flag, rcirc-time-format)
7164 (rcirc-input-ring-size, rcirc-read-only-flag)
7165 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
7166 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
7167 Change defvar to defcustom.
7168 (rcirc-update-prompt): Add optional ALL arg, which will update
7169 prompts in all rcirc buffers. Regexp quote replacement text.
7170 (rcirc-fill-column): Accept frame-width as a value.
7171 (rcirc-set-changed): Add function.
7172 (rcirc-next-active-buffer): Write more meaningful messages.
7173 (rcirc-faces): Add customization group.
7174 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
7175 (rcirc-nick-in-message-face, rcirc-prompt-face)
7176 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
7177 (with-rcirc-process-buffer): Move before first usage.
7178 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
7179 (rcirc-debug-flag): Rename from `rcirc-log-p'.
7180 (rcirc-debug): Rename from `rcirc-log'.
7181 (rcirc-format-response-string): Do not print `-' chars for a
7182 NOTICE with no sender. Simplify output of server responses.
7183
7184 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7185
7186 (rcirc-browse-url-map, rcirc-browse-url-at-point)
7187 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
7188 Make urls mouse and RET clickable.
7189
7190 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7191
7192 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
7193
7194 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7195
7196 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7197 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7198 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7199 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7200 argument to all these routines, so the passphrase can be managed
7201 externally and passed in to the system.
7202 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7203 pgg-add-passphrase-to-cache function.
7204
7205 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7206 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7207 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7208 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7209 argument to all these routines, so the passphrase can be managed
7210 externally and passed in to the system.
7211 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7212 function.
7213
7214 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
7215
7216 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
7217 from goto-address-url-regexp.
7218
7219 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
7220
7221 * textmodes/org.el (org-read-date, org-goto-calendar)
7222 (org-recenter-calendar, org-agenda-goto-calendar):
7223 Temporarily clear `calendar-move-hook'.
7224
7225 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
7226
7227 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
7228 merging.
7229
7230 * ediff-util.el (ediff-previous-difference): Don't skip regions that
7231 have merge clashes.
7232
7233 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7234
7235 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7236 Undo previous change.
7237
7238 * startup.el (command-line): Use `custom-reevaluate-setting' for
7239 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
7240 tty-register-default-colors on Mac.
7241
7242 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
7243
7244 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
7245 (gdb-buffer-type): Make it automatically buffer local...
7246 (gdb-get-create-buffer): ...and set it accordingly.
7247 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
7248 actually work.
7249
7250 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
7251
7252 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
7253 not red.
7254
7255 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
7256
7257 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
7258 case GUD buffer is not visible.
7259 (gdb-goto-breakpoint): Try to force display in source buffer.
7260 (gdb-frame-gdb-buffer): Copy other similar functions.
7261 (gdb-restore-windows): Don't display source if not asked for.
7262 (gdb-assembler-buffer-name): Don't capitalise.
7263
7264 2005-11-03 Richard M. Stallman <rms@gnu.org>
7265
7266 * wid-edit.el (key-sequence): New widget type.
7267
7268 * simple.el (set-mark-command-repeat-pop): New variable.
7269 (set-mark-command): Only interpret plan C-@ after a pop as a pop
7270 if set-mark-command-repeat-pop is true.
7271
7272 * info.el (Info-fontify-node): Don't display extra "see" if there
7273 already is one here.
7274
7275 * mouse.el: Fix special handling of DEL after dragging a region:
7276 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
7277 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
7278
7279 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
7280
7281 * textmodes/ispell.el (ispell-command-loop): Change `i' description
7282 not to assume it pertains to an affix.
7283
7284 * textmodes/flyspell.el (flyspell-post-command-hook):
7285 Bind deactivate-mark to prevent deactivation.
7286
7287 2005-11-03 Lars Hansen <larsh@soem.dk>
7288
7289 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
7290 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
7291 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
7292
7293 2005-11-03 Romain Francoise <romain@orebokech.com>
7294
7295 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
7296 Update copyright years.
7297
7298 2005-11-03 Sam Steingold <sds@gnu.org>
7299
7300 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7301 Use system-type instead of window-system because window-system is not
7302 correctly defined during loadup.
7303
7304 2005-11-02 Mark A. Hershberger <mah@everybody.org>
7305
7306 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
7307 (xml-parse-tag): Join strings separated by a comment properly.
7308
7309 2005-11-02 Andreas Schwab <schwab@suse.de>
7310
7311 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
7312
7313 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7314
7315 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
7316 (byte-optimize-pure-func): Quote the eval'd value.
7317
7318 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7319 Rename from perl-font-lock-syntactic-face-function.
7320 Change the calling convention so it can be used as a font-lock MATCHER.
7321 Do the parse-partial-sexp loop outselves.
7322 (perl-font-lock-syntactic-keywords): Use it.
7323 (perl-mode): Don't set font-lock-syntactic-face-function any more.
7324
7325 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
7326
7327 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
7328 disassembly buffer too.
7329 (gdb-exited): Remove overlay arrows when execution has finished.
7330 (gdb-info-frames-custom, gdb-info-threads-custom)
7331 (gdb-info-registers-custom): Don't add inappropriate text
7332 properties if inferior is not active.
7333
7334 2005-11-02 Glenn Morris <rgm@gnu.org>
7335
7336 * progmodes/fortran.el (fortran-blink-match):
7337 Use `blink-matching-delay'.
7338
7339 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
7340
7341 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
7342
7343 2005-11-02 Lars Hansen <larsh@soem.dk>
7344
7345 * net/tramp.el (tramp-action-out-of-band): Handle scp message
7346 "Permission denied".
7347
7348 2005-11-01 Richard M. Stallman <rms@gnu.org>
7349
7350 * textmodes/flyspell.el (flyspell-external-point-words):
7351 Pass nil to flyspell-get-word.
7352
7353 2005-11-02 Kim F. Storm <storm@cua.dk>
7354
7355 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
7356 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
7357
7358 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7359
7360 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
7361 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7362 (calendar-mouse-print-dates): Add optional `event' argument.
7363 Update interactive-spec.
7364 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
7365 Use `calendar-event-to-date' instead of `event'.
7366
7367 2005-11-02 Masatake YAMATO <jet@gyve.org>
7368
7369 * progmodes/ld-script.el (ld-script-builtins):
7370 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
7371 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
7372 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
7373
7374 2005-11-01 Romain Francoise <romain@orebokech.com>
7375
7376 * vc-sccs.el: Update copyright year.
7377 * ezimage.el: Likewise.
7378
7379 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
7380
7381 * info.el (Info-fontify-node): Use `string-width' for fontifying
7382 underlined titles.
7383
7384 2005-11-01 Juri Linkov <juri@jurta.org>
7385
7386 * info.el (Info-fontify-node): Downcase node header keywords Node,
7387 Prev, Next, Up before comparison.
7388 (Info-history): Insert absolute directory name, and put invisible
7389 property on it.
7390
7391 2005-11-01 Juri Linkov <juri@jurta.org>
7392
7393 * info.el (Info-file-supports-index-cookies): New variable.
7394 (Info-find-node-2): Check makeinfo version for index cookie support.
7395 (Info-index-nodes): Search for nodes with index cookies only when
7396 Info-file-supports-index-cookies is t. Otherwise, search nodes
7397 with "Index" in the node name.
7398 (Info-index-node): Search index cookie in the current node only when
7399 Info-file-supports-index-cookies is t. Otherwise, check the word
7400 "Index" in the node name.
7401 (Info-find-emacs-command-nodes): Remove code that searches nodes
7402 with "Index" node name in the top menu.
7403
7404 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7405
7406 * progmodes/scheme.el (scheme-mode-variables): Use the default
7407 comment-indent-function.
7408
7409 * faces.el (face-attribute): Handle the case where a face inherits from
7410 a non-existent face.
7411
7412 * simple.el (eval-expression-print-format): Use lisp-readable syntax
7413 for octal and hexa output, and merge the char into the paren.
7414 (kill-new): Use push.
7415 (copy-to-buffer): Use with-current-buffer.
7416 (completion-setup-function): Move code in loop to remove redundancy.
7417 (minibuffer-local-must-match-map): Don't add bindings that duplicate
7418 those inherited from minibuffer-local-completion-map.
7419
7420 * savehist.el (savehist-mode) <defcustom>:
7421 Use custom-set-minor-mode if available.
7422 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
7423 and emit a message if applicable.
7424
7425 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
7426
7427 * savehist.el: Sync up to version 19.
7428 (savehist-mode): New minor mode.
7429 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
7430 (savehist-length): Remove (use history-length instead).
7431 (savehist-file-modes): Rename from savehist-modes.
7432 (savehist-save-hook, savehist-loaded): New vars.
7433 (savehist-load): Use savehist-mode. Try to smooth up transition from
7434 old format to new format.
7435 (savehist-install): Allow savehist-autosave-interval to be nil.
7436 (savehist-save): Run the new hook. Be more careful to only trim the
7437 history variables.
7438 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
7439 (savehist-printable): Print into a buffer rather than char-by-char.
7440
7441 2005-11-01 John Wiegley <johnw@newartisans.com>
7442
7443 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
7444 toggle-ignore keybinding (C-a). The author said it had been
7445 disabled much earlier due to a possible incompatibility, but after
7446 many months of usage I have encountered no problems (and it is a
7447 rather useful option, especially for switching to " *temp*").
7448
7449 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
7450 support for OS/X's AddressBook, by calling out to the open source
7451 program "contacts" (installable through Fink).
7452
7453 * net/eudc.el (eudc-expand-inline): If the
7454 `eudc-multiple-match-handling-method' is set to `all', delete the
7455 query string before inserting the query result.
7456
7457 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
7458 flag, to prevent Eshell from using the system ls when
7459 `eshell-ls-insert-directory' is in used.
7460 (eshell-ls-insert-directory): Disable font-lock in directory
7461 buffer so that Eshell's own fontification is seen. This broke
7462 recently due to changes in font-lock, so this goes back to version
7463 21 behavior.
7464
7465 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
7466
7467 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
7468 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
7469 (gdb-many-windows): Doc fix.
7470
7471 2005-10-31 Romain Francoise <romain@orebokech.com>
7472
7473 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
7474
7475 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
7476
7477 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
7478 that global-font-lock-mode can be enabled by default.
7479
7480 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7481 (font-lock-add-keywords, font-lock-remove-keywords)
7482 (font-lock-fontify-buffer): Remove autoload cookies.
7483
7484 * jit-lock.el (jit-lock-register): Likewise.
7485
7486 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
7487
7488 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7489
7490 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
7491 intact if there is no gud-comint-buffer.
7492
7493 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
7494
7495 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
7496 old prompt comint-prompt-read-only is t and GDB commands are
7497 issued from tool bar etc.
7498
7499 2005-10-31 Masatake YAMATO <jet@gyve.org>
7500
7501 * vc.el (vc-directory-exclusion-list): Add "{arch}".
7502
7503 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
7504
7505 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
7506 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
7507
7508 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
7509
7510 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
7511 starting at beginning of line. Fontification is messed up when
7512 `open-paren-in-column-0-is-defun-start' set to t.
7513 Reported by John Paul Wallington <jpw@pobox.com>.
7514
7515 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
7516
7517 * comint.el (comint-send-input): Call `comint-update-fence' when
7518 `comint-process-echoes' and `comint-prompt-read-only' are both
7519 non-nil, to avoid leftover read-only newline.
7520
7521 2005-10-30 Richard M. Stallman <rms@gnu.org>
7522
7523 * textmodes/flyspell.el (flyspell-external-point-words):
7524 Detect when WORD can't be checked properly because
7525 flyspell-get-word finds just part of it, and move on.
7526
7527 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
7528 boundarychar for Polish.
7529 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
7530 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
7531
7532 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7533
7534 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
7535 (gdb-registers-font-lock-keywords): Delete.
7536 (gdb-registers-mode): Don't fontify.
7537 (gdb-info-registers-custom): Use text properties instead as, in
7538 future, changed register values will use font-lock-warning-face.
7539 (gdb-local-font-lock-keywords): Rename to...
7540 (gdb-locals-font-lock-keywords): ...for consistency.
7541
7542 2005-10-30 Andre Spiegel <spiegel@gnu.org>
7543
7544 * vc.el (vc-switch-backend): Better error message if the buffer is
7545 not visiting a file under version control.
7546
7547 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
7548
7549 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7550
7551 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
7552 ~/.emacs.d/.emacs.
7553
7554 2005-10-29 Richard M. Stallman <rms@gnu.org>
7555
7556 * replace.el (occur-mode-mouse-goto): Always go to other window.
7557 (occur-mode-goto-occurrence): Always switch in same window.
7558
7559 * simple.el (undo): Display message at end, not at start.
7560
7561 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
7562 New arg REUSE-CELL.
7563 (cancel-timer-internal): New function.
7564 (timer-event-handler): Use cancel-timer-internal,
7565 and pass the cell it returns to timer-activate...
7566
7567 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
7568 (jit-lock-deferred-fontify, jit-lock-context-fontify)
7569 (jit-lock-after-change): Test memory-full.
7570
7571 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7572
7573 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7574 part of the decoded armor to find the key-identifier.
7575 (pgg-gpg-lookup-key-owner): New function to return the
7576 human-readable identifier of a key owner.
7577 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7578 key itself.
7579 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7580 the key value) if we have a key and can match it against a secret
7581 key. Also, added a note pointing out fact that the prompt only
7582 indicates the first matching key.
7583
7584 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7585 pgg-decrypt-region.
7586 (pgg-pending-timers): A new hash for tracking the passphrase cache
7587 timers, so that new ones supercede old ones.
7588 (pgg-add-passphrase-to-cache): Rename from
7589 `pgg-add-passphrase-cache' to reduce confusion (all callers
7590 changed). Modified to cancel old timers when new ones are added.
7591 (pgg-remove-passphrase-from-cache): Rename from
7592 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7593 changed). Modified to cancel old timers when their keys are
7594 removed from the cache.
7595 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7596 XEmacs, an indirection to delete-itimer.
7597 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7598 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7599 users can only check cache without risk of prompting. Correct bug in
7600 notruncate behavior.
7601 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7602 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7603 Add informative docstrings.
7604 (pgg-decrypt): Convey provided passphrase in subordinate call to
7605 pgg-decrypt-region.
7606
7607 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7608 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7609 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7610 `passphrase' argument, so the passphrase can be managed externally
7611 and then passed in to the system.
7612
7613 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7614 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7615 so the passphrase cache can be used reliably with identifiers
7616 besides a pgp packet's key id.
7617
7618 * pgg-gpg.el (pgg-pgp-encrypt-region)
7619 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7620 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7621 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7622 argument to all these routines, so the passphrase can be managed
7623 externally and passed in to the system.
7624
7625 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7626 `notruncate' argument, so the passphrase cache can be used
7627 reliably with identifiers besides a pgp packet's key id.
7628
7629 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7630
7631 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7632 symmetric encryption.
7633 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7634 encrypted session key.
7635 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7636 message ask for the passphrase in a proper way.
7637
7638 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7639 New user commands for symmetric encryption.
7640
7641 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
7642
7643 * textmodes/conf-mode.el (conf-assignment-sign)
7644 (conf-assignment-regexp): Fix docstrings.
7645 (conf-mode-initialize): New function.
7646 (conf-mode): Remove optional args. Use delay-mode-hooks to
7647 recognize recursive calls.
7648 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7649 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7650 (conf-xdefaults-mode): Use define-derived-mode and
7651 conf-mode-initialize.
7652
7653 2005-10-29 Romain Francoise <romain@orebokech.com>
7654
7655 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7656
7657 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7658
7659 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7660 part of the decoded armor to find the key-identifier.
7661 (pgg-gpg-lookup-key-owner): New function to return the
7662 human-readable identifier of a key owner.
7663 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7664 key itself.
7665 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7666 the key value) if we have a key and can match it against a secret
7667 key. Also, added a note pointing out fact that the prompt only
7668 indicates the first matching key.
7669
7670 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7671 pgg-decrypt-region.
7672 (pgg-pending-timers): A new hash for tracking the passphrase cache
7673 timers, so that new ones supercede old ones.
7674 (pgg-add-passphrase-to-cache): Rename from
7675 `pgg-add-passphrase-cache' to reduce confusion (all callers
7676 changed). Modified to cancel old timers when new ones are added.
7677 (pgg-remove-passphrase-from-cache): Rename from
7678 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7679 changed). Modified to cancel old timers when their keys are
7680 removed from the cache.
7681 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7682 XEmacs, an indirection to delete-itimer.
7683 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7684 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7685 users can only check cache without risk of prompting. Correct bug in
7686 notruncate behavior.
7687 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7688 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7689 Add informative docstrings.
7690 (pgg-decrypt): Convey provided passphrase in subordinate call to
7691 pgg-decrypt-region.
7692
7693 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
7694
7695 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7696 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7697 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7698 `passphrase' argument, so the passphrase can be managed externally
7699 and then passed in to the system.
7700
7701 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7702 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7703 so the passphrase cache can be used reliably with identifiers
7704 besides a pgp packet's key id.
7705
7706 * pgg-gpg.el (pgg-pgp-encrypt-region)
7707 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7708 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7709 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7710 argument to all these routines, so the passphrase can be managed
7711 externally and passed in to the system.
7712
7713 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7714 `notruncate' argument, so the passphrase cache can be used
7715 reliably with identifiers besides a pgp packet's key id.
7716
7717 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7718
7719 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7720 symmetric encryption.
7721 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7722 encrypted session key.
7723 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7724 message ask for the passphrase in a proper way.
7725
7726 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7727 New user commands for symmetric encryption.
7728
7729 2005-10-28 Bill Wohler <wohler@newt.com>
7730
7731 * help-mode.el (help-url): New button type. Calls browse-url.
7732 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
7733 Similar to Info nodes: URL `url'.
7734 (help-make-xrefs): Create help-url buttons for
7735 help-xref-url-regexp matches.
7736
7737 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
7738
7739 * tool-bar.el (tool-bar-add-item-from-menu)
7740 (tool-bar-local-item-from-menu): Fix doc strings.
7741
7742 2005-10-28 Romain Francoise <romain@orebokech.com>
7743
7744 * ldefs-boot.el: Update.
7745
7746 * subr.el (locate-library): Move from help-fns.el.
7747 * help-fns.el (locate-library): Move to subr.el.
7748
7749 2005-10-28 Richard M. Stallman <rms@gnu.org>
7750
7751 * net/tramp.el (tramp-completion-mode): defvar moved up.
7752
7753 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7754
7755 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
7756
7757 * files.el (find-file-noselect): Use %d to format large file size.
7758
7759 * bindings.el (mode-line-format): Add %e.
7760
7761 * loadup.el ("facemenu"): Load unconditionally.
7762 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
7763 ("x-dnd"): Load, when appropriate.
7764
7765 * startup.el (command-line): Call before-init-hook earlier.
7766 Warn about some bad characters in -u user name.
7767
7768 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
7769 (flyspell-external-point-words): Error if misspelled word is not found.
7770 Set flyspell-large-region-beg at end of word.
7771
7772 2005-10-28 Andreas Schwab <schwab@suse.de>
7773
7774 * view.el (View-revert-buffer-scroll-page-forward):
7775 Use view-page-size-default.
7776
7777 2005-10-28 Juri Linkov <juri@jurta.org>
7778
7779 * international/quail.el (quail-get-current-str): Translate last
7780 raw character for deterministic input methods.
7781
7782 2005-10-27 Jay Belanger <belanger@truman.edu>
7783
7784 * calc/calc-ext.el: Add functions to autoloads.
7785 (math-identity-matrix-p, math-ident-row-p): New functions.
7786
7787 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7788 multiplication by an identity matrix; don't turn multiplication by
7789 an inverse matrix into division.
7790 (math-div-symbol-fancy): Replace division by matrices with
7791 multiplication by inverse.
7792
7793 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
7794
7795 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
7796 (calc-writeoutpower): New functions.
7797
7798 2005-10-27 Romain Francoise <romain@orebokech.com>
7799
7800 * replace.el (occur-engine): Include colon in mouse-face highlight.
7801
7802 * dired-x.el: Change Maintainer field.
7803
7804 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
7805
7806 * longlines.el (longlines-mode): Bind after-change-functions to
7807 nil during initial decoding and final encoding.
7808
7809 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7810
7811 * term.el (term-emulate-terminal, term-handle-colors-array)
7812 (term-handle-ansi-escape): Specify the terminfo capabilities
7813 implemented.
7814
7815 2005-10-26 Richard M. Stallman <rms@gnu.org>
7816
7817 * info.el (Info-fontify-node): Fix detection of sentence-break
7818 before *Note.
7819
7820 2005-10-26 Romain Francoise <romain@orebokech.com>
7821
7822 * smerge-mode.el: Add `tools' to file keywords.
7823
7824 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
7825
7826 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
7827 when the fringe is not available.
7828
7829 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
7830 (def-gdb-auto-update-trigger): Simplify construction.
7831 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
7832 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
7833 defined explicitly.
7834 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
7835 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
7836 defined explicitly.
7837 (gdb-info-locals-custom): Remove as it's a no-op.
7838
7839 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
7840
7841 * longlines.el (longlines-mode): Remove narrowing before
7842 performing the initial decoding or final encoding.
7843
7844 2005-10-25 Romain Francoise <romain@orebokech.com>
7845
7846 * emacs-lisp/find-func.el (find-library-name): Also strip
7847 extension if library name ends in .el, to take advantage of
7848 `find-library-suffixes'.
7849
7850 2005-10-25 Richard M. Stallman <rms@gnu.org>
7851
7852 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
7853
7854 2005-10-25 Juri Linkov <juri@jurta.org>
7855
7856 * textmodes/texinfo.el (texinfo-mode): Change charset of one
7857 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
7858
7859 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7860
7861 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
7862 (blackbox-redefine-key): Add argument `map'.
7863
7864 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
7865 regions when moving the jit-lock-context-unfontify-pos boundary.
7866
7867 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
7868
7869 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
7870
7871 2005-10-25 Masatake YAMATO <jet@gyve.org>
7872
7873 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
7874
7875 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
7876
7877 * play/blackbox.el (blackbox-redefine-key): New function.
7878 (blackbox-mode-map): Use it to remap existing bindings for cursor
7879 motion instead of binding literal keys.
7880
7881 2005-10-25 Glenn Morris <rgm@gnu.org>
7882
7883 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
7884 diary does not end in a newline. Do not assume a blank line at
7885 the start of the diary file.
7886
7887 2005-10-25 Kenichi Handa <handa@m17n.org>
7888
7889 * international/quail.el (quail-translate-key): If the input
7890 method is deterministic and failed to handle the last key, restart
7891 the key handling loop from an appropriate key.
7892
7893 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
7894
7895 * vc.el (vc-dired-mode): Extend comment for binding of
7896 `directory-listing-before-filename-regexp'.
7897
7898 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7899
7900 * textmodes/texinfo.el (texinfo-mode):
7901 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
7902 not to unnecessarily expose emacs-mule's internal char codes.
7903
7904 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
7905
7906 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
7907 Display hand pointer and help-echo on disabled icon too.
7908 (gdb-mouse-until): New function.
7909 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
7910
7911 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
7912
7913 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
7914 with 2005-10-23 change to doctor.el.
7915
7916 * finder.el (finder-mode-map): Add follow-link binding.
7917
7918 2005-10-25 Kim F. Storm <storm@cua.dk>
7919
7920 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
7921 to gdb-mouse-toggle-breakpoint-fringe.
7922 (gdb-mouse-toggle-breakpoint-margin): Rename from
7923 gdb-mouse-toggle-breakpoint. Fix doc.
7924 (gdb-mouse-toggle-breakpoint-fringe): New defun.
7925 (gdb-put-string): Add optional SPROPS arg. Add props to string.
7926 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7927 string properties also for fringe breakpoint bitmaps.
7928
7929 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
7930
7931 * textmodes/org.el (org-start-icalendar-file): Fix format form.
7932
7933 2005-10-25 Masatake YAMATO <jet@gyve.org>
7934
7935 * simple.el (completion-common-substring):
7936 Use `completion-common-substring' prior to `completion-base-size'.
7937
7938 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
7939
7940 * savehist.el: Require CL while compiling.
7941 (savehist-history-variables): Remove.
7942 (savehist-save-minibuffer-history, savehist-additional-variables)
7943 (savehist-minibuffer-history-variables): New vars.
7944 (savehist-save): Use them.
7945 (savehist-uninstall, savehist-minibuffer-hook): New funs.
7946 (savehist-install): New fun, extracted from savehist-load.
7947 (savehist-load): Use them.
7948
7949 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7950
7951 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7952 a dummy doc-string-elt property.
7953 (defalias, defvaralias, define-category): Add a docstring property.
7954
7955 * image.el (defimage):
7956 * widget.el (define-widget):
7957 * custom.el (defface, defcustom): Add `doc-string' declaration.
7958
7959 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7960 (defadvice): Add `doc-string' declaration.
7961
7962 * emacs-lisp/byte-run.el (macro-declaration-function):
7963 Handle `doc-string' declarations.
7964 (define-obsolete-function-alias, define-obsolete-variable-alias):
7965 Add `doc-string' declaration.
7966
7967 2005-10-24 Kenichi Handa <handa@m17n.org>
7968
7969 * international/utf-7.el (utf-7): Add autoload cookie.
7970
7971 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7972
7973 2005-10-24 Eli Zaretskii <eliz@gnu.org>
7974
7975 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7976 list of directories passed to batch-update-autoloads. Add "." to
7977 the list of the echoed directories.
7978
7979 * pgg-def.el:
7980 * pgg-gpg.el:
7981 * pgg-parse.el:
7982 * pgg-pgp.el:
7983 * pgg-pgp5.el:
7984 * pgg.el: Moved here from the gnus subdirectory.
7985
7986 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
7987
7988 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7989 in case comint-prompt-read-only is set to t.
7990
7991 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7992 in case comint-prompt-read-only is set to t.
7993
7994 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
7995
7996 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7997 Now a string.
7998 (icalendar-import-format): Handle CLASS, STATUS, URL.
7999 Rename `subject' to `summary'.
8000 (icalendar-import-format-summary): Rename from
8001 `icalendar-import-format-subject'.
8002 (icalendar-import-format-url, icalendar-import-format-status)
8003 (icalendar-import-format-class): New variables.
8004 (icalendar--rris): Take variable argument list.
8005 (icalendar--datestring-to-isodate): Remove unnecessary
8006 calendar-style check when converting dates with explicit month names.
8007 (icalendar-export-region): Change return type of conversion
8008 subroutines. Bury current buffer unless error occurred.
8009 (icalendar--convert-to-ical)
8010 (icalendar--parse-summary-and-rest): New functions.
8011 (icalendar--convert-ordinary-to-ical)
8012 (icalendar--convert-weekly-to-ical)
8013 (icalendar--convert-yearly-to-ical)
8014 (icalendar--convert-block-to-ical)
8015 (icalendar--convert-cyclic-to-ical)
8016 (icalendar--convert-anniversary-to-ical): Change return type.
8017 Strip trailing blanks from subject.
8018 (icalendar--convert-sexp-to-ical): Change return type.
8019 Strip trailing blanks from subject. Handle simple sexp
8020 entries as generated by icalendar.el.
8021 (icalendar--convert-float-to-ical)
8022 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8023 (icalendar-import-file): Doc fix.
8024 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8025 Correct call to icalendar--rris.
8026 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
8027 `summary'.
8028 (icalendar--add-diary-entry): Rename `subject' to `summary'.
8029
8030 2005-10-24 Romain Francoise <romain@orebokech.com>
8031
8032 * server.el (server-sentinel): Set query-on-exit flag to nil on
8033 new client processes (it isn't inherited from the server process).
8034
8035 * replace.el (occur-engine): Rearrange text properties.
8036
8037 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8038
8039 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8040 case-fold-search is nil.
8041 (debug-help-follow): Use help-xref-interned directly.
8042
8043 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8044
8045 * thumbs.el (thumbs-image-type): Add .pbm.
8046
8047 2005-10-23 Richard M. Stallman <rms@gnu.org>
8048
8049 * faces.el (inhibit-face-set-after-frame-default): New variable.
8050 (set-face-attribute): Bind it.
8051 (face-set-after-frame-default): Test it.
8052
8053 * help-fns.el (describe-simplify-lib-file-name): New function.
8054 (describe-function-1, describe-variable): Use it.
8055
8056 * faces.el (describe-face): Use describe-simplify-lib-file-name.
8057
8058 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
8059 Eliminate nil as possible value.
8060 (tooltip-hide-delay): Reduce internal-border-width.
8061
8062 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
8063 (menu-bar-file-menu) <new-file>: Likewise.
8064
8065 * simple.el (line-move-finish): Ignore fields computing LINE-END.
8066
8067 * international/mule.el (load-with-code-conversion):
8068 Pass full file name to `eval-buffer' unless preloading.
8069
8070 * textmodes/flyspell.el (flyspell-large-region):
8071 Call ispell-check-version.
8072
8073 * textmodes/ispell.el (ispell-local-dictionary-overridden):
8074 Fix the make-variable-buffer-local call that was supposed
8075 to be for this variable.
8076 (ispell-aspell-supports-utf8): Doc fix.
8077 (ispell-find-aspell-dictionaries): Preserve elements of
8078 ispell-dictionary-alist for dictionaries that aspell doesn't report.
8079 (ispell-aspell-find-dictionary): Return nil on error.
8080
8081 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8082 (doctor-symptoms): Likewise.
8083
8084 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
8085
8086 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8087
8088 * cus-edit.el (custom-button, custom-button-pressed): New vars.
8089 (custom-raised-buttons): Add :set spec.
8090 (custom-button-unraised, custom-button-pressed-unraised):
8091 New faces, so that custom-raised-buttons actually does something.
8092 (custom-mode): Use custom-button and custom-button-pressed.
8093
8094 * wid-edit.el (widget-specify-button): Don't ignore
8095 widget-mouse-face on graphic terminals.
8096 (widget-move-and-invoke): Cleanup.
8097
8098 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
8099
8100 * whitespace.el (whitespace-cleanup): Doc fix.
8101
8102 2005-10-23 Romain Francoise <romain@orebokech.com>
8103
8104 * emulation/viper.el (viper-set-hooks): Quote forms passed to
8105 `eval-after-load' to avoid evaluating their result.
8106
8107 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
8108
8109 * files.el (directory-listing-before-filename-regexp):
8110 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
8111
8112 * dired.el (dired-move-to-filename-regexp): Remove.
8113 All occurences replaced by `directory-listing-before-filename-regexp'.
8114
8115 * dired-x.el, locate.el, vc.el:
8116 Replace `dired-move-to-filename-regexp' by
8117 `directory-listing-before-filename-regexp'. In vc.el it is
8118 overwritten locally; maybe this can be handled in files.el too.
8119
8120 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
8121 replaced by `directory-listing-before-filename-regexp'.
8122
8123 2005-10-23 Andreas Schwab <schwab@suse.de>
8124
8125 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
8126 and eval-next-after-load.
8127
8128 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8129
8130 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
8131 exist, create it.
8132
8133 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
8134
8135 * allout.el: Remove autoloads for mailcrypt and crypt++.
8136 Require pgg, pgg-gpg during compilation.
8137 (allout-version): Increment version number to 2.1, and use a literal
8138 rather than RCS Id.
8139 (allout-default-encryption-scheme): Remove.
8140 (allout-passphrase-verifier-handling)
8141 (allout-passphrase-verifier-string)
8142 (allout-file-passphrase-verifier-string)
8143 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
8144 (allout-passphrase-hint-handling): Rename and simplify.
8145 (allout-init): Use `find-file-hook' if available, otherwise
8146 `find-file-hooks'.
8147 (allout-mode): Use `write-file-functions' if available, otherwise
8148 `local-write-file-hooks' and, instead of making auto-save-hook
8149 buffer local, make the write-file-hook activity contingent to
8150 allout-mode.
8151 (allout-mode): Use key-binding substitution in the docstring.
8152 (allout-kill-line): Spell-out kill ring data structure mutation
8153 instead of using byte-compiler-complaint-provoking `pop'.
8154 (allout-insert-listified): Use `insert' rather than `insert-string'
8155 (allout-toggle-current-subtree-encryption): Update docstring, adjust
8156 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
8157 (allout-encrypt-string): Totally revamped vis new underlying
8158 encryption facilities.
8159 (allout-mc-activate-passwd): Remove.
8160 (allout-obtain-passphrase): New, more or less replaces
8161 allout-mc-activate-passwd.
8162 (allout-encrypted-key-info): More or less replaces
8163 allout-encrypted-text-type.
8164 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
8165 (my-mark-marker): Use `(featurep 'xemacs)'.
8166
8167 2005-10-23 Lars Hansen <larsh@soem.dk>
8168
8169 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
8170 (byte-compile-file-form-defmumble, byte-compile-defun)
8171 (byte-compile-defmacro): Use it.
8172 (byte-compile-form): Don't call byte-compile-set-symbol-position
8173 when a byte-compile handler is called.
8174
8175 2005-10-22 Romain Francoise <romain@orebokech.com>
8176
8177 * savehist.el (savehist-history-variables): Add `grep-find-history'.
8178
8179 * subr.el (eval-after-load): Convert library name to an absolute
8180 file name using locate-library, since load-history no longer has
8181 library names in it.
8182
8183 2005-10-22 Richard M. Stallman <rms@gnu.org>
8184
8185 * files.el (make-temp-file): Move from subr.el.
8186 * subr.el (make-temp-file): Move to files.el.
8187
8188 * window.el (get-buffer-window-list): Move from subr.el.
8189 * subr.el (get-buffer-window-list): Move to window.el.
8190
8191 * image.el (image-load-path): Use eval-at-startup to initialize.
8192
8193 * subr.el (eval-at-startup): New macro.
8194
8195 * subr.el: Much rearrangement of functions and division
8196 into pages. No code changes.
8197
8198 2005-10-22 Kenichi Handa <handa@m17n.org>
8199
8200 * tar-mode.el (tar-extract): Be sure to call
8201 find-operation-coding-system if set-auto-coding doesn't find a
8202 coding system.
8203
8204 2005-10-22 Kim F. Storm <storm@cua.dk>
8205
8206 * image.el (image-type-header-regexps): Rename from image-type-regexps.
8207 Change users.
8208 (image-type-file-name-regexps): New defconst.
8209 (image-type-from-data): Simplify loop.
8210 (image-type-from-buffer): New defun.
8211 (image-type-from-file-header): Use it instead of image-type-from-data.
8212 Use image-search-load-path instead of only looking in data-directory.
8213 (image-type-from-file-name): New defun.
8214 (image-search-load-path): Change `pathname' to `filename'.
8215 Make PATH arg optional, default to image-load-path.
8216
8217 2005-10-21 Richard M. Stallman <rms@gnu.org>
8218
8219 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
8220
8221 * textmodes/paragraphs.el (sentence-end-base): New variable.
8222 (sentence-end): Use sentence-end-base.
8223
8224 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 * font-lock.el (font-lock-default-fontify-region): Check the multiline
8227 property independently from the font-lock-multiline variable.
8228
8229 2005-10-21 Richard M. Stallman <rms@gnu.org>
8230
8231 * emacs-lisp/find-func.el (find-library-name): Doc fix.
8232
8233 * startup.el (command-line): Convert library names
8234 in `load-history' to absolute file names.
8235
8236 * subr.el (symbol-file): Doc fix.
8237
8238 * loadhist.el (file-loadhist-lookup): Call locate-library
8239 instead of find-library-name. Don't try converting
8240 abs file names to library names, since load-history no longer
8241 has library names in it.
8242 (file-dependents, file-provides, file-requires): Doc fixes.
8243
8244 2005-10-21 Juri Linkov <juri@jurta.org>
8245
8246 * progmodes/etags.el (tags-table-mode): New function.
8247 (tags-verify-table): Replace initialize-new-tags-table with
8248 tags-table-mode.
8249
8250 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
8251 default value.
8252 (desktop-modes-not-to-save): Add tags-table-mode to the
8253 default value.
8254
8255 * info.el (Info-index-next): Add total number of index
8256 alternatives to the message.
8257
8258 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
8259 backward only space (instead of space and period) before looking
8260 at sentence end.
8261
8262 * simple.el (set-variable): Use user-variable-p instead of symbolp.
8263 Add the old variable value as 4th default-value arg of read-string.
8264
8265 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8266
8267 * cus-face.el (custom-declare-face): Make face from X resources
8268 also on Mac.
8269
8270 * disp-table.el (standard-display-g1, standard-display-graphic):
8271 Refuse to use string glyphs also on Mac.
8272 (standard-display-european): Don't set terminal coding system also
8273 on Mac.
8274
8275 * frame.el (display-screens): Use x-display-screens also on Mac.
8276
8277 2005-10-21 Romain Francoise <romain@orebokech.com>
8278
8279 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
8280
8281 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8282
8283 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
8284 and $? into sexps.
8285
8286 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
8287 warning face on open-paren-in-column-0.
8288
8289 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
8290 boundary case. Fix typo.
8291 Suggested by Martin Rudalics <rudalics@gmx.at>.
8292
8293 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
8294
8295 * textmodes/org.el (org-combined-agenda-icalendar-file)
8296 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
8297 (org-export-icalendar-this-file)
8298 (org-export-icalendar-all-agenda-files)
8299 (org-export-icalendar-combine-agenda-files): New commands.
8300 (org-export-icalendar, org-print-icalendar-entries)
8301 (org-start-icalendar-file, org-finish-icalendar-file)
8302 (org-ical-ts-to-string): New functions.
8303 (org-read-date, org-goto-calendar)
8304 (org-agenda-goto-calendar): Inhibit displaying diary entries by
8305 call to `calendar'.
8306 (orgtbl-setup): Remove the :keys arguments from the menu description.
8307 (org-after-save-iCalendar-file-hook): New variable.
8308
8309 2005-10-21 Kenichi Handa <handa@m17n.org>
8310
8311 * language/vietnamese.el (tcvn-5712): Make it an alias of
8312 vietnamese-tcvn coding-system.
8313
8314 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
8315
8316 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
8317 group id is given.
8318
8319 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8320
8321 * progmodes/sh-script.el (sh-escaped-line-re): New var.
8322 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
8323 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
8324 whose line is either continued or ends with a comment.
8325
8326 2005-10-20 Romain Francoise <romain@orebokech.com>
8327
8328 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
8329
8330 * replace.el (occur-engine): Add follow-link property.
8331
8332 * font-core.el (font-lock-mode): Doc fix.
8333
8334 2005-10-20 Richard M. Stallman <rms@gnu.org>
8335
8336 * net/rcirc.el: New file.
8337
8338 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
8339
8340 * term.el (term-term-name): Initialize to "eterm-color".
8341
8342 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
8343
8344 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
8345 for encryption functionality.
8346 Move allout customization subgroup from `editing' to `outlines' group.
8347 Fix commentary keywords to legitimate ones.
8348 Update author info (using my current email address, obscurified).
8349 (allout-encrypt-string, allout-encryption-produce-work-buffer)
8350 (allout-encrypted-topic-p, allout-encrypted-text-type)
8351 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
8352 (allout-situate-encryption-key-verifier)
8353 (allout-get-encryption-key-verifier, allout-verify-key)
8354 (allout-next-topic-pending-encryption)
8355 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
8356 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
8357 (outline-key-verifier-handling, outline-key-hint-handling)
8358 (outline-encrypt-unencrypted-on-saves): New defcustoms.
8359 (allout-file-key-verifier-string, allout-encryption-scheme)
8360 (allout-key-verifier-string, allout-key-hint-string)
8361 (allout-after-save-decrypt): New variables.
8362 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
8363 (allout-after-saves-handler): New hook functions.
8364 (allout-post-command-business): Do allout-after-save-decrypt.
8365 (allout-enable-file-variable-adjustment): Custom var to enable
8366 mechanism for adding and adjusting settings of Emacs file variables.
8367 (allout-adjust-file-variable, allout-file-vars-section-data):
8368 New functions, implement the mechanism.
8369 (outlineify-sticky): Use the file vars mechanism.
8370 (allout-inhibit-protection, allout-during-write-cue)
8371 (allout-override-protect, allout-before-change-protect): Remove.
8372 (allout-flag-region, allout-open-topic): Adjust read-only text.
8373 (allout-open-line-not-read-only): Add to facilitate read-only
8374 text based protection.
8375 (allout-kill-line): Revise to adjust read-only text, clue the
8376 user about the inhibition.
8377 (allout-unprotected): Use unwind-protect.
8378 (allout-shift-in, allout-shift-out): Disallow manually shifting a
8379 topic deeper than the offspring depth of the previous topic -
8380 avoiding confusing "containment discontinuities".
8381 (allout-reindent-bodies): Fix retention of body relative hanging
8382 indent during promotion of collapsed bodies.
8383 (allout-open-topic): Make it easy to open new topic with same
8384 bullet as current topic - topic creation functions provided with
8385 any universal argument provokes now prompt for bullet, defaulting
8386 to the bullet of the previous topic.
8387 (allout-plain-bullets-string, allout-distinctive-bullets-string):
8388 Plain bullet alternates `.' period and `,' comma only. All other
8389 bullets are relegated to special status (but customizable).
8390 (allout-end-of-entry): Rename from allout-end-of-current-entry
8391 since it actually operates w.r.t. most immediately containing
8392 entry, visible or not.
8393 (allout-hide-current-entry, allout-show-current-entry): Use the
8394 revised version.
8395 (allout-old-expose-topic): Solidify deprecation.
8396 (allout-end-of-subtree): Add so we can span concealed as well
8397 as visible topics.
8398 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
8399 (allout-end-of-current-heading): Tweak to just respect the first line.
8400 (allout-get-body-text): Add.
8401 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
8402 when invoked interactively.
8403 (allout-up-current-level): Use `interactive-p'.
8404 (allout-mode, allout-init): Miscellaneous docstring and
8405 operational refinements, as well as hookups of new encryption stuff.
8406 (allout-beginning-of-current-entry): Now works as advertised.
8407 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
8408 (allout-isearch-rectification): Refine condition for isearching.
8409 (allout-isearch-abort, allout-enwrap-isearch)
8410 (allout-flag-region, my-region-active-p): Relocate some macros.
8411 (allout-title): Fallback title is (buffer-name), not
8412 non-existing (current-buffer-name).
8413 (subst-char-in-string): Define if absent (for some XEmacs versions).
8414
8415 2005-10-20 Jari Aalto <jari.aalto@cante.net>
8416
8417 * mail/sendmail.el (mail-setup-hook, mail-aliases)
8418 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
8419 (mail-citation-prefix-regexp, mail-signature-file)
8420 (mail-default-headers, mail-bury-selects-summary)
8421 (mail-send-nonascii): Add autoload cookies.
8422
8423 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8424
8425 * frame.el (blink-cursor-mode): Add `mac' to the list of
8426 window-system's that support blinking cursor.
8427
8428 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8429
8430 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8431
8432 2005-10-20 Eli Zaretskii <eliz@gnu.org>
8433
8434 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
8435 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
8436 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
8437
8438 2005-10-20 Kim F. Storm <storm@cua.dk>
8439
8440 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
8441 (ido-set-current-directory): Don't add / after final @.
8442 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
8443 Explicitly handle ange-ftp completion oddities.
8444 (ido-make-file-list): Don't rotate list at tramp root to avoid
8445 triggering tramp file handler for expand-file-name via get-file-buffer.
8446
8447 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8448
8449 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
8450
8451 2005-10-19 Jay Belanger <belanger@truman.edu>
8452
8453 * calc/calc-units.el (math-standard-units): Add units, adjust
8454 symbols and update values.
8455 (math-unit-prefixes): Add more prefixes.
8456
8457 2005-10-19 Romain Francoise <romain@orebokech.com>
8458
8459 * bookmark.el (bookmark-menu-heading): New face.
8460 (bookmark-bmenu-list): Use it.
8461 Don't fiddle with `baud-rate' at top-level.
8462
8463 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
8464
8465 * image.el (create-image, find-image): Mention max-image-size in
8466 docstring.
8467
8468 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8469
8470 * savehist.el (savehist-load): Revert to checking XEmacs.
8471
8472 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
8473 Various docstring and line-width fixups.
8474 (conf-mode): Use cond.
8475 Set font-lock-defaults. Don't set comment-use-syntax.
8476
8477 2005-10-18 David Ponce <david@dponce.com>
8478
8479 * tree-widget.el (tree-widget-button-click): New function.
8480 (tree-widget-button-keymap): Use it.
8481
8482 2005-10-18 Romain Francoise <romain@orebokech.com>
8483
8484 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8485 (bookmark-bmenu-hide-filenames): Add follow-link property.
8486 Improve help-echo text.
8487
8488 * ffap.el (find-file-at-point): Doc fix.
8489
8490 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8491
8492 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
8493
8494 2005-10-18 Masatake YAMATO <jet@gyve.org>
8495
8496 Install to the CVS repository what I forgot to install in my
8497 2005-10-16 changes.
8498
8499 * progmodes/python.el (python-complete-symbol): Pass the common
8500 prefix substring of completion to `display-completion-list'.
8501
8502 * textmodes/org.el (org-complete): Ditto.
8503
8504 2005-10-18 Masatake YAMATO <jet@gyve.org>
8505
8506 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
8507
8508 * woman.el (WoMan-xref-man-page): New button type derived
8509 from `Man-abstract-xref-man-page'.
8510 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
8511
8512 * man.el (Man-abstract-xref-man-page): New button type.
8513 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
8514 (Man-highlight-references): Add new optional argument `xref-man-type'.
8515
8516 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8517
8518 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
8519
8520 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
8521
8522 * cus-edit.el (Custom-move-and-invoke): Delete.
8523 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
8524
8525 * wid-edit.el (widget-move-and-invoke): New function, from
8526 Custom-move-and-invoke.
8527
8528 2005-10-17 Bill Wohler <wohler@newt.com>
8529
8530 Move all remaining images from lisp/toolbar to etc/images, move
8531 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
8532 the low resolution images in their own directory (low-color).
8533
8534 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
8535 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
8536 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
8537 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
8538 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
8539 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
8540 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
8541
8542 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
8543 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
8544 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
8545 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
8546 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
8547 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
8548 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
8549 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
8550 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
8551 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
8552 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
8553 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
8554 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
8555 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
8556 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
8557
8558 To conform with convention, replace the underscore (_) in the
8559 following image names with dash (-) or (/) as appropriate.
8560
8561 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
8562 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
8563 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
8564 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
8565 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
8566 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
8567 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
8568 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
8569 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
8570 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
8571 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
8572 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
8573 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
8574 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
8575 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
8576
8577 * info.el (info-tool-bar-map): Replace underscores in image names
8578 with dashes.
8579
8580 * makefile.w32-in (WINS): Remove toolbar.
8581
8582 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
8583
8584 * tool-bar.el: Move to lisp from toolbar. Now that
8585 toolbar is empty, it should be deleted when folks run "cvs up -P".
8586
8587 2005-10-18 Jay Belanger <belanger@truman.edu>
8588
8589 * calc/calc-store.el (calc-store-into): Get the proper variable name
8590 to display in message.
8591
8592 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8593
8594 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
8595 expressions display in speedbar for all buffers when debugging.
8596 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
8597
8598 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
8599 (speedbar-insert-button, speedbar-make-button):
8600 Use add-text-properties.
8601 (speedbar-update-localized-contents)
8602 (speedbar-update-directory-contents)
8603 (speedbar-update-special-contents): Use dolist.
8604 (speedbar-buffer-easymenu-definition): Add a menu separator.
8605
8606 2005-10-17 Jason Rumney <jasonr@gnu.org>
8607
8608 * makefile.w32-in: Use $(lisp) consistently.
8609 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
8610 for shell specific generation of mh-autoloads.
8611
8612 2005-10-17 Richard M. Stallman <rms@gnu.org>
8613
8614 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
8615
8616 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8617
8618 * jit-lock.el (jit-lock-fontify-now):
8619 Move jit-lock-context-unfontify-pos to avoid wasted work.
8620
8621 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
8622
8623 * net/tramp.el (tramp-completion-mode): New defvar. Used in
8624 `tramp-completion-mode' for checking if we are in completion mode.
8625 (tramp-completion-handle-file-name-all-completions): Reorder code
8626 in order to complete for file names only in case there are no
8627 method/user/host completions. This is necessary for cooperation
8628 with ido. Reported by Kim F. Storm <storm@cua.dk>.
8629
8630 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
8631
8632 * longlines.el (longlines-search-forward)
8633 (longlines-search-backward): Match any number of spaces.
8634
8635 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
8636
8637 * diff-mode.el (diff-mode): Doc fix.
8638
8639 2005-10-16 David Reitter <david.reitter@gmail.com>
8640
8641 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8642 as default on darwin and windows systems.
8643
8644 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
8645
8646 * arc-mode.el (archive-zip-extract): Doc fix.
8647
8648 2005-10-16 Romain Francoise <romain@orebokech.com>
8649
8650 * mouse.el (mouse-1-click-follows-link): Doc fix.
8651
8652 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8653
8654 * savehist.el: Don't require CL at runtime.
8655 (savehist-xemacs): Remove.
8656 (savehist-coding-system): Use utf-8 if present, regardless of religion.
8657 (savehist-no-conversion): Use (featurep 'xemacs).
8658 (savehist-load): Check existence of start-itimer rather than XEmacs.
8659 Use an idle timer.
8660 (savehist-process-for-saving): Replace use of CL funs `subseq' and
8661 `delete-if-not'.
8662
8663 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
8664
8665 * savehist.el: Newer version.
8666 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8667 (savehist-last-checksum, savehist-no-conversion): New vars.
8668 (savehist-autosave, savehist-process-for-saving, savehist-printable):
8669 New functions.
8670 (savehist-load, savehist-save): Use them.
8671 (savehist-delimit): Remove.
8672
8673 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8674
8675 * progmodes/compile.el (compilation-goto-locus): Display the
8676 compilation buffer first and the source buffer second, in case they're
8677 in overlapping frames. Don't raise the compilation frame if it was the
8678 selected window upon entry. Pass the `other-window' arg to
8679 pop-to-buffer.
8680
8681 * info.el (Info-fontify-node): Use dolist.
8682 Change add-text-properties to put-text-property.
8683
8684 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8685
8686 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8687 bound of search.
8688
8689 2005-10-16 Masatake YAMATO <jet@gyve.org>
8690
8691 * dabbrev.el (dabbrev-completion): Pass the common
8692 prefix substring of completion to `display-completion-list'.
8693
8694 * filecache.el (file-cache-minibuffer-complete)
8695 (file-cache-complete): Ditto.
8696
8697 * tempo.el (tempo-display-completions): Ditto.
8698
8699 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
8700
8701 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
8702
8703 * eshell/em-hist.el (eshell-list-history): Ditto.
8704
8705 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
8706
8707 * mail/mailalias.el (mail-complete): Ditto.
8708
8709 * progmodes/etags.el (complete-tag): Ditto.
8710
8711 * progmodes/make-mode.el (makefile-complete): Ditto.
8712
8713 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
8714
8715 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
8716
8717 * progmodes/pascal.el (pascal-complete-word)
8718 (pascal-show-completions): Ditto.
8719
8720 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
8721
8722 * simple.el (completion-common-substring): New variable.
8723 (completion-setup-function): Use `completion-common-substring'
8724 to put faces.
8725
8726 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8727
8728 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
8729 (x-get-selection, mac-select-convert-to-string): Convert from/to
8730 UTF-16 clipboard data as in native byte order, no BOM.
8731
8732 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
8733
8734 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8735 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
8736 (gud-sentinel): Use speedbar-frame to check for speedbar.
8737
8738 2005-10-15 Richard M. Stallman <rms@gnu.org>
8739
8740 * savehist.el: New file.
8741
8742 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
8743
8744 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
8745 Fix bug in \bf fontification.
8746
8747 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 * pcvs.el (cvs-edit-log-files): New var.
8750 (cvs-mode-edit-log): New arg `file'.
8751 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
8752 Instead force the use of the original file and nothing else.
8753 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
8754 the cvs-minor-wrap-function is set.
8755 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
8756
8757 2005-10-14 Bill Wohler <wohler@newt.com>
8758
8759 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
8760 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
8761 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
8762 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
8763 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
8764 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
8765 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
8766 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
8767 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
8768 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
8769 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
8770 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
8771 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
8772 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
8773 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
8774
8775 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8776 appropriately (for example, gud-break to gud/break).
8777
8778 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
8779
8780 * longlines.el (longlinges-search-function)
8781 (longlines-search-forward, longlines-search-backward): New functions.
8782 (longlines-mode): Set isearch-search-fun-function to
8783 longlinges-search-function.
8784
8785 * mouse.el (mouse-drag-region-1): Handle the case where a
8786 double-click event is bound to an arbitrary function.
8787
8788 2005-10-14 David Ponce <david@dponce.com>
8789
8790 * recentf.el (recentf-track-opened-file)
8791 (recentf-track-closed-file, recentf-update-menu)
8792 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
8793 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
8794 mouse-1-click-follows-link.
8795
8796 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8797
8798 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8799 Gnome file-manager.png. Suggested by
8800 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
8801
8802 * toolbar/README: Add diropen.xpm.
8803
8804 2005-10-13 Bill Wohler <wohler@newt.com>
8805
8806 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
8807 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
8808
8809 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8810
8811 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8812 Don't waste the byte-compiler's time on constant data.
8813
8814 2005-10-13 Kenichi Handa <handa@m17n.org>
8815
8816 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
8817 byte with `escape-glyph' face.
8818
8819 * international/fontset.el (ccl-encode-unicode-font):
8820 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
8821 Handle the case that ucs-mule-to-mule-unicode translates a character to
8822 ASCII (usually for IPA characters).
8823
8824 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8825
8826 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
8827 Don't hide the underline of titles if font-lock-mode is disabled.
8828
8829 2005-10-12 Bill Wohler <wohler@newt.com>
8830
8831 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
8832 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
8833 files in MH-E-SRC have been updated.
8834 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
8835
8836 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8837
8838 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
8839 (mixal-mode-syntax-table): Add \n as end-comment.
8840 (mixal-operation-codes-alist): Immediately initialize to full value.
8841 (mixal-add-operation-code): Remove.
8842 (mixal-describe-operation-code): Make the arg non-optional.
8843 Use the interactive spec instead.
8844 Use mixal-operation-codes-alist rather than mixal-operation-codes.
8845 (mixal-font-lock-keywords): Don't highlight comments here any more.
8846 (mixal-font-lock-syntactic-keywords): New var.
8847 (mixal-mode): Use it. Fix comment-start-skip.
8848
8849 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8850
8851 * startup.el (command-line-x-option-alist): -nb => -nbi
8852
8853 2005-10-12 Kim F. Storm <storm@cua.dk>
8854
8855 * startup.el (fancy-splash-default-action): Discard mouse click in
8856 the splash screen window, as it has no sensible meaning in the
8857 next window to be selected. Fixes error reported by Jan D.
8858
8859 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8860
8861 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
8862
8863 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
8866 Try to fix up minor layout issues like indentation, line break, etc...
8867 (mixal-mode-syntax-table): Don't try to specify comment syntax,
8868 because it doesn't work.
8869 (mixal-operation-codes): Add some more codes.
8870 (mixal-font-lock-keywords): Process comments here.
8871 (mixal-mode): mixasm no longer needs -g option.
8872
8873 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
8874
8875 * progmodes/sh-script.el (sh-tmp-file):
8876 Use mktemp -t. Finish support for es and rc shells.
8877
8878 2005-10-11 Jay Belanger <belanger@truman.edu>
8879
8880 * calc/calcalg2.el (calc-integral): With an argument, compute the
8881 definite integral.
8882
8883 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
8884
8885 * mouse.el (mouse-drag-region-1): Don't try to catch a
8886 double-click when doing follow-link (it's overridden anyway).
8887
8888 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
8889
8890 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
8891 (autoload-print-form-outbuf): Add docstring.
8892
8893 2005-10-11 Juri Linkov <juri@jurta.org>
8894
8895 * info.el (Info-mode-menu): Delete menu item "Edit".
8896 (Info-mode): Delete description of Info-edit from docstring,
8897 and rearrange descriptions of Info commands in the order
8898 they are documented in the Info manual.
8899
8900 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8901
8902 * calendar/appt.el (appt-check): Use diary-selective-display var.
8903
8904 2005-10-10 Richard M. Stallman <rms@gnu.org>
8905
8906 * net/newsticker.el (newsticker-start, newsticker-show-news):
8907 Add autoload cookies.
8908
8909 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
8910
8911 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
8912
8913 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
8914
8915 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
8916
8917 2005-10-10 Jay Belanger <belanger@truman.edu>
8918
8919 * calc/calc-arith.el (math-check-known-scalarp)
8920 (math-check-known-matrixp): Check the values of arguments that are
8921 variables.
8922 (math-check-known-square-matrixp): New function.
8923 (math-known-square-matrixp): Use math-check-known-square-matrixp.
8924 (math-super-types): Add sqmatrix type.
8925
8926 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
8927 mode name `square' to `sqmatrix'.
8928
8929 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
8930 mode name `square' to `sqmatrix'.
8931
8932 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8933
8934 * progmodes/etags.el (select-tags-table-mode): Don't use
8935 selective-display.
8936 (tags-select-tags-table): Pass `button' to the action function.
8937 (select-tags-table): Place the side-info on button properties rather
8938 than in hidden text. Abbreviate file names.
8939 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8940 (select-tags-table-select): Add `button' argument.
8941 Get side-info from the button property rather than from hidden text.
8942
8943 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
8944
8945 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
8946 (gud-speedbar-buttons): Preserve point if possible.
8947 (gud-sentinel): Restore previous speedbar display type.
8948
8949 * progmodes/gdb-ui.el (gdba): Improve diagram.
8950 (def-gdb-auto-update-handler, gdb-info-locals-handler)
8951 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8952 Call get-buffer-window once.
8953
8954 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8955
8956 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8957 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8958 (pascal-indent-command): Remove unused var `ind'.
8959 (pascal-indent-case): Remove unused var `oldpos'.
8960 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8961 since it's now used as a proper minor mode map.
8962 (pascal-outline): Rename to pascal-outline-mode.
8963 (pascal-outline-mode): Use define-minor-mode.
8964 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8965 selective-display.
8966
8967 2005-10-10 Andreas Schwab <schwab@suse.de>
8968
8969 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8970 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
8971
8972 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8973 outside source directory.
8974
8975 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
8976
8977 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
8978 C-x' as a prefix.
8979 (orgtbl-mode-map): Full keymap instead of sparse, because all
8980 `self-insert-command' keys are redefined in this map.
8981 (org-export-as-html): Specify charset for HTML file, by taking it
8982 from the coding system.
8983
8984 2005-10-10 Kenichi Handa <handa@m17n.org>
8985
8986 * textmodes/flyspell.el (flyspell-check-word-p):
8987 If unread-command-events is non-empty, don't call sit-for.
8988
8989 2005-10-09 Richard M. Stallman <rms@gnu.org>
8990
8991 * font-lock.el (font-lock-syntactic-keywords)
8992 (font-lock-keywords): Doc fixes.
8993
8994 * textmodes/flyspell.el (flyspell-external-point-words):
8995 Simplify logic, and don't try to check for consecutive appearances
8996 of one incorrect word.
8997
8998 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
8999
9000 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9001 separator.
9002
9003 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9004 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9005 (gud-expansion-speedbar-buttons): New function.
9006 (gud-speedbar-buttons): Check for gud-comint-buffer.
9007
9008 2005-10-09 Bill Wohler <wohler@newt.com>
9009
9010 * Makefile.in (updates): Add mh-loaddefs dependency.
9011
9012 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
9013
9014 * speedbar.el (speedbar-file-key-map): Fix typo.
9015
9016 2005-10-09 Daniel Brockman <daniel@brockman.se>
9017
9018 * cus-start.el (line-spacing): Add custom spec.
9019
9020 2005-10-09 Romain Francoise <romain@orebokech.com>
9021
9022 * textmodes/ispell.el (ispell-check-version): Fix last change.
9023
9024 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9025
9026 * term/x-win.el: Remove -i, --icon-type from comment.
9027
9028 * startup.el (command-line-x-option-alist): Remove options -i,
9029 -itype, --icon-type, added -nb, --no-bitmap-icon
9030
9031 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
9032
9033 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9034 instead of :active.
9035
9036 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
9037
9038 * textmodes/ispell.el (ispell-check-version):
9039 Ignore hyphen, and all that follows, in aspell's version text.
9040
9041 2005-10-08 Jay Belanger <belanger@truman.edu>
9042
9043 * calc/calc-arith.el (math-known-square-matrixp): New function.
9044 (math-pow-fancy): Check for matrices before distributing exponent
9045 across products.
9046
9047 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
9048 fullscreen keypad. Suggested by Luc Teirlinck.
9049 (calc-keypad-show-input): Add space for formatting.
9050
9051 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
9052 Add square matrix option.
9053
9054 * calc/calc-poly.el (math-expand-term): Check for matrices instead
9055 of checking calc-matrix-mode when deciding how to expand.
9056
9057 * calc/calc.el (calc-set-mode-line): Add square matrix option.
9058
9059 2005-10-08 Lars Hansen <larsh@soem.dk>
9060
9061 * net/tramp.el (tramp-perl-directory-files-and-attributes):
9062 Add error handling.
9063 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
9064
9065 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9066
9067 Sync with Tramp 2.0.51.
9068
9069 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9070 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9071 Insert special handling for `last-coding-system-used', again
9072 it still seems to be necessary (unlike stated before).
9073 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
9074 (tramp-password-prompt-regexp): There might be other words before
9075 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9076 (tramp-chunksize): Improve docstring.
9077 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9078 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
9079 Christian Joergensen <bugs@razor.dk>.
9080
9081 2005-10-07 Glenn Morris <rgm@gnu.org>
9082
9083 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9084 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
9085 precision'.
9086
9087 2005-10-07 Romain Francoise <romain@orebokech.com>
9088
9089 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
9090 (ibuffer-do-shell-command-pipe-replace)
9091 (ibuffer-do-shell-command-file, ibuffer-do-eval)
9092 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
9093 (ibuffer-do-revert, ibuffer-do-replace-regexp)
9094 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
9095 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9096 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
9097 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
9098 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
9099 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
9100 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
9101 Autoload file sans suffix.
9102
9103 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
9104
9105 2005-10-07 David Ponce <david@dponce.com>
9106
9107 * recentf.el (recentf-menu-open-all-flag): New option.
9108 (recentf-digit-shortcut-command-name): New function.
9109 (recentf--shortcuts-keymap): New variable.
9110 (recentf-menu-shortcuts): New variable.
9111 (recentf-make-menu-items): Initialize it. Replace the "More..."
9112 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
9113 (recentf-menu-value-shortcut): New function.
9114 (recentf-make-menu-item): Use it. No more in-lined.
9115 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
9116 (recentf-open-most-recent-file): Rename from
9117 `recentf-open-file-with-key'. Don't depend on key binding.
9118 (recentf-mode-map): New variable.
9119 (recentf-mode): Use it.
9120
9121 2005-10-06 Bill Wohler <wohler@newt.com>
9122
9123 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
9124
9125 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
9126 (MH-E-SRC): New. Used by mh-autoloads.
9127 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9128 files in MH-E-SRC have been updated.
9129 (compile, recompile, bootstrap): Depend on mh-autoloads.
9130
9131 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
9132
9133 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
9134 gud-break and gud-remove icons when the fringe is not available.
9135
9136 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
9137 Typo.
9138
9139 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9140
9141 * play/zone.el (zone): Wrap body with save-window-excursion.
9142
9143 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9146 Use the new `list-only' arg to diary-list-entries.
9147
9148 * calendar/diary-lib.el: Use overlays rather than selective-display.
9149 (diary-selective-display): New var.
9150 (diary-header-line-format): Use it.
9151 (diary-list-entries): Add argument `list-only'.
9152 Put the buffer in diary-mode. Don't add \^M at beg and end.
9153 Replace \^M by invisible overlays.
9154 (diary-unhide-everything): Replace \^M by invisible overlays.
9155 (print-diary-entries): Look for overlays rather than \^M.
9156 Add a space to the temp buffer name.
9157 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
9158 Put the buffer in diary-mode.
9159 (list-sexp-diary-entries): Replace \^M by invisible overlays.
9160 (diary-anniversary): Make the year arg optional.
9161 (diary-time-regexp): New const.
9162 (diary-font-lock-keywords): Use it to accept a few more time formats.
9163
9164 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
9165
9166 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
9167
9168 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
9169 Fix bug introduced 2005-07-03: Use (car (last ...))
9170 to faithfully reproduce replaced artist-last.
9171 (artist-set-arrow-points-for-poly): Likewise.
9172 Suggested by Johan Bockg\e,Ae\e(Brd.
9173
9174 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
9175
9176 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
9177 * wid-edit.el (widget):
9178 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
9179 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
9180
9181 2005-10-06 Kenichi Handa <handa@m17n.org>
9182
9183 * international/mule-cmds.el (set-language-environment):
9184 Fix setting up of case-table for unibyte mode.
9185
9186 * simple.el (what-cursor-position): If the character is displayed
9187 by some `display' text property, show that. Don't use
9188 single-key-description for eight-bit characters in multibyte mode.
9189
9190 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
9191
9192 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
9193 (gdb-ann3): Set it.
9194 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
9195 (gdb-info-frames-custom): Use inverse-video for first five
9196 characters of selected frame only.
9197 (gdb-get-frame-number): Select frame even when point is on frame
9198 number.
9199
9200 2005-10-06 Masatake YAMATO <jet@gyve.org>
9201
9202 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
9203 Put `font-lock-function-name-face'.
9204 (gdb-info-frames-custom): Put `font-lock-function-name-face'
9205 and `font-lock-variable-name-face'
9206 (gdb-registers-font-lock-keywords): New font lock keywords definition.
9207 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
9208 (gdb-memory-font-lock-keywords): New font lock keywords definition.
9209 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
9210 (gdb-local-font-lock-keywords): New font lock keywords definition.
9211 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
9212 (gdb-threads-font-lock-keywords): New font lock keywords definition.
9213 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
9214
9215 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
9216
9217 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
9218 (ediff-merge-region-is-non-clash-to-skip): Previously called
9219 ediff-merge-region-is-non-clash.
9220
9221 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
9222 Use insert-buffer-substring.
9223
9224 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
9225 selecting files to patch. Also bug fixes.
9226
9227 * ediff-util.el (ediff-setup): Bug fix.
9228 (ediff-next-difference): Never skip clashes that differ in white
9229 space only.
9230
9231 * ediff-wind.el (ediff-setup-control-frame)
9232 (ediff-destroy-control-frame): Check the menubar feature.
9233
9234 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
9235 (viper-refresh-mode-line): Use make-local-variable to localize
9236 some vars instead of make-variable-buffer-local. Suggested by
9237 Stefan Monnier.
9238
9239 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
9240 (viper-restore-cursor-type, viper-set-insert-cursor-type):
9241 Use make-local-variable instead of make-variable-buffer-local.
9242 Suggested by Stefan Monnier.
9243
9244 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
9245 (viper-comint-mode-hook): Use make-local-variable on
9246 require-final-newline.
9247 (viper-non-hook-settings): Don't use make-variable-buffer-local.
9248
9249 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9250
9251 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
9252 also the second char of a comment-start sequence.
9253 (scheme-sexp-comment-syntax-table): New var.
9254 (lambda, define): Set their scheme-doc-string-elt property.
9255 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
9256 Use lisp-font-lock-syntactic-face-function now that it properly
9257 handles |...| symbols.
9258 (scheme-mode-variables): Set lisp-doc-string-elt-property,
9259 parse-sexp-lookup-properties and font-lock-extra-managed-props.
9260
9261 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
9262 bit from # to |.
9263 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
9264
9265 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
9266 (lisp-doc-string-elt-property): New var.
9267 (lisp-font-lock-syntactic-face-function): Use it.
9268 Rewrite to recognize docstrings even for forms not at toplevel.
9269
9270 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
9271 annotation on the | part of #| rather than on the # part.
9272 (scheme-font-lock-syntactic-face-function): New function, to
9273 distinguish strings from |...| symbols.
9274 (scheme-mode-variables): Use it. Also fix up the font-lock-time
9275 syntax-table so that #|...|# is properly highlighted.
9276
9277 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
9278 Don't mark as docstring the 3rd elem of an unknown toplevel form.
9279
9280 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9281
9282 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
9283 and C-e.
9284
9285 * emacs-lisp/eldoc.el: Move comments into docstrings.
9286 (eldoc-message-commands): Initialize in its declaration.
9287 Add move-beginning-of-line and move-end-of-line.
9288 (eldoc-add-command, eldoc-add-command-completions)
9289 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
9290
9291 * outline.el (outline-mark-subtree): Activate the mark.
9292
9293 * calendar/appt.el (appt-time-regexp): New var.
9294 (appt-add, appt-make-list): Use it.
9295 (appt-convert-time): Clean up.
9296
9297 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
9298 Don't set any syntax-table property here.
9299 (tex-font-lock-verb): New function. Do it here.
9300 (tex-font-lock-syntactic-keywords): Use it.
9301
9302 2005-10-04 Richard M. Stallman <rms@gnu.org>
9303
9304 * wid-edit.el (widget-file-complete): Get the widget start point
9305 the right way. Default directory to `/' if file has none.
9306
9307 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
9308
9309 * textmodes/flyspell.el (flyspell-mode-on):
9310 Call ispell-maybe-find-aspell-dictionaries.
9311
9312 * textmodes/ispell.el (ispell-word, ispell-region):
9313 Call ispell-maybe-find-aspell-dictionaries.
9314 (ispell-accept-buffer-local-defs):
9315 Don't call ispell-maybe-find-aspell-dictionaries
9316
9317 2005-10-04 Richard M. Stallman <rms@gnu.org>
9318
9319 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
9320
9321 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
9322
9323 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
9324 instead of `fboundp' in order to allow for anonymous functions.
9325
9326 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
9327
9328 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
9329 case the user clicks on the link while another window is selected.
9330 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
9331
9332 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
9333 functionality.
9334 (dframe-help-echo): Save point in case mouse tracking is off.
9335
9336 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
9337
9338 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
9339
9340 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9341
9342 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
9343 not change the global value of those vars.
9344
9345 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
9346 make-local-variable which we do not need any more.
9347
9348 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
9349
9350 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
9351 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
9352 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
9353 (speedbar-path-line): Define obsolete aliases.
9354 (speedbar-line-directory): Doc fix.
9355
9356 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
9357 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
9358 instead of speedbar-line-path.
9359
9360 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9361
9362 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
9363 to nil if dropping on a window. Handle dropping on a minibuffer window
9364 like dropping on a non-window part of Emacs.
9365
9366 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9367
9368 * net/ange-ftp.el: Use with-current-buffer.
9369 (ange-ftp-insert-directory): Do not follow symlinks any more.
9370
9371 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9372 Remove interactive spec.
9373
9374 2005-10-03 Kim F. Storm <storm@cua.dk>
9375
9376 * ido.el (ido-mode): Use custom-initialize-set.
9377
9378 2005-10-02 Richard M. Stallman <rms@gnu.org>
9379
9380 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
9381 Use insert-buffer-substring.
9382
9383 * net/tramp.el: Pacify byte compiler warnings in pacification code.
9384 (tramp-handle-file-local-copy): Use insert-buffer-substring.
9385
9386 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9387
9388 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
9389 in last change.
9390 (ange-ftp-insert-directory): Fix up the search for the case where
9391 `file' is absolute.
9392
9393 2005-10-02 Romain Francoise <romain@orebokech.com>
9394
9395 * progmodes/compile.el (compile-goto-error): Delete extra paren.
9396
9397 2005-10-02 Andreas Schwab <schwab@suse.de>
9398
9399 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
9400 directory component in the session info.
9401
9402 2005-10-01 Richard M. Stallman <rms@gnu.org>
9403
9404 * comint.el (comint-redirect-subvert-readonly): Doc fix.
9405
9406 * simple.el (next-error-internal): New function.
9407
9408 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
9409 (compilation-start): Pass new arg to compilation-buffer-name.
9410 (compile-goto-error): Use next-error-internal.
9411
9412 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
9413
9414 * speedbar.el: Remove RCS tag.
9415 (speedbar-check-read-only): Handle non-existent files.
9416
9417 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
9418
9419 * info.el (Info-speedbar-hierarchy-buttons)
9420 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
9421
9422 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9423
9424 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
9425 Do not match newline.
9426 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
9427 (bibtex-summary): Remove unnecessary save-excursion.
9428 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
9429
9430 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9431
9432 * term/mac-win.el: Add charset info for "iso10646-1".
9433 Modify default fontset to use ATSUI-compatible fonts for some charsets
9434 if available.
9435
9436 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
9437
9438 * speedbar.el: Re-apply arch tag.
9439 (speedbar-version): Rename to version 1.0. Suggested by Eric
9440 M. Ludlam.
9441 Reapply two changes from Emacs CVS' version of speedbar lost
9442 during the merge:
9443 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
9444 (speedbar-frame-parameters): Improve customize type.
9445
9446 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9447
9448 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
9449 (ange-ftp-file-directory-p): Fix the symlink case.
9450 (ange-ftp-insert-directory): When listing a single file, get a list of
9451 the parent buffer and extract the relevant line. Inspired from a patch
9452 by Katsumi Yamaoka <yamaoka@jpl.org>.
9453 (ange-ftp-file-name-sans-versions): Simplify.
9454
9455 2005-09-30 Bill Wohler <wohler@newt.com>
9456
9457 Move MH-E image files from toolbar and mail directories into
9458 etc/images.
9459
9460 * mail/reply2.*: Move to etc/images/mail/reply*.
9461
9462 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
9463 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
9464 etc/images.
9465
9466 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
9467 * toolbar/reply*: Move to etc/images/mail.
9468
9469 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
9470
9471 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
9472
9473 * speedbar.el: New version 1.0pre3.
9474
9475 Frame management code (including timer, and mouse click specifics)
9476 moved to dframe.el:
9477 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
9478 (speedbar-timer): Removed. Use dframe-timer.
9479 (speedbar-close-frame): Removed. Use dframe-close-frame.
9480 (speedbar-activity-change-focus-flag): Removed. Use
9481 dframe-activity-change-focus-flag.
9482 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
9483 dframe-update-speed.
9484
9485 (speedbar-current-frame): New macro. Use this instead of the
9486 variable speedbar-frame.
9487
9488 (speedbar-use-images, speedbar-expand-image-button-alist)
9489 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
9490
9491 (speedbar-find-image-on-load-path): Removed. Replaced by
9492 defezimage in ezimage.el.
9493 (speedbar-expand-image-button-alist): Removed. Replaced by
9494 ezimage-expand-image-button-alist in ezimage.el.
9495
9496 (speedbar-ignored-directory-regexp)
9497 (speedbar-add-ignored-directory-regexp)
9498 (speedbar-ignored-directory-expressions)
9499 (speedbar-line-directory, speedbar-buffers-line-directory)
9500 (speedbar-directory-line, speedbar-buffers-line-directory):
9501 Renamed, replacing `path' with `directory'.
9502
9503 (speedbar-create-directory, speedbar-expand-line-descendants)
9504 (speedbar-toggle-line-expansion)
9505 (speedbar-contract-line-descendants): New commands.
9506
9507 (speedbar-query-confirmation-method, speedbar-select-frame-method)
9508 (speedbar-use-tool-tips-flag): New options.
9509
9510 (speedbar-check-read-only, speedbar-require-version)
9511 (speedbar-insert-separator, speedbar-buffers-tail-notes)
9512 (speedbar-handle-delete-frame, speedbar-try-completion)
9513 (speedbar-update-localized-contents): New functions.
9514
9515 (speedbar-incompatible-version, speedbar-ro-to-do-point)
9516 (speedbar-object-read-only-indicator): New variables.
9517
9518 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
9519 New hooks.
9520
9521 (speedbar-separator-face): New face.
9522
9523 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
9524 (speedbar-ignored-modes): Add fundamental-mode.
9525 (speedbar-directory-unshown-regexp): Add . directories.
9526
9527 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
9528 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
9529 `]' for full expand/close.
9530 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
9531
9532 (speedbar-check-vc): Support hidden files.
9533 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
9534 (speedbar-this-file-in-vc): Use vc-state if available. If VC
9535 state is nil, it is not checked out.
9536
9537 (speedbar-line-text, speedbar-line-token): Support expand buttons
9538 with no text.
9539 (speedbar-refresh): Universal argument acts as power-click.
9540 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
9541 that buffer to get variable values.
9542
9543 And many other bugfixes.
9544
9545 * dframe.el, ezimage.el, sb-image.el: New files.
9546
9547 * sb-*.xpm: Remove files. New image files installed into
9548 etc/images/ezimage.
9549
9550 2005-09-30 Kenichi Handa <handa@m17n.org>
9551
9552 * ps-mule.el (ps-mule-show-warning): If a character is in
9553 ps-print-translation-table, don't treat it as non-printable.
9554
9555 2005-09-30 David Ponce <david@dponce.com>
9556
9557 * tree-widget.el (tree-widget-themes-load-path): New variable.
9558 (tree-widget-themes-directory): Doc fix.
9559 (tree-widget-image-formats) [Emacs]: Doc fix.
9560 (tree-widget--locate-sub-directory): New function.
9561 (tree-widget-themes-directory): Use it.
9562
9563 * recentf.el (recentf-filename-handlers): Rename from
9564 `recentf-filename-handler'. Allow a list of functions.
9565 (recentf-menu-items-for-commands): Fix :help strings.
9566 (recentf-apply-filename-handlers): New function.
9567 (recentf-expand-file-name): Use it.
9568 (recentf-cleanup): Remove duplicates too.
9569
9570 2005-09-29 Juri Linkov <juri@jurta.org>
9571
9572 * faces.el: Rearrange face definitions to be in the same order as
9573 their face descriptions in "(emacs)Standard Faces".
9574
9575 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
9576
9577 * tooltip.el (tooltip): Add group `basic-faces'.
9578
9579 * buff-menu.el (Buffer-menu-buffer): Remove group
9580 `font-lock-highlighting-faces'.
9581
9582 * progmodes/compile.el (compilation-error, compilation-warning)
9583 (compilation-info, compilation-line-number, compilation-column-number):
9584 Change group from `font-lock-highlighting-faces' to `compilation'.
9585
9586 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9587 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
9588 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
9589 (vhdl-font-lock-reserved-words-face)
9590 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
9591 `font-lock-highlighting-faces'.
9592
9593 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
9594
9595 2005-09-28 Kim F. Storm <storm@cua.dk>
9596
9597 * emulation/cua-base.el: Set CUA move property on additional commands:
9598 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
9599 forward-sexp, backward-sexp, forward-list, backward-list.
9600
9601 2005-09-28 Romain Francoise <romain@orebokech.com>
9602
9603 * comint.el (comint-show-output): Really set point at the
9604 beginning of the output when not using `comint-use-prompt-regexp'.
9605
9606 2005-09-27 Jay Belanger <belanger@truman.edu>
9607
9608 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
9609 in TeX mode.
9610
9611 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
9612
9613 * textmodes/org.el (org-table-sum): Fix format string.
9614
9615 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
9616 Quote face names.
9617
9618 2005-09-26 Romain Francoise <romain@orebokech.com>
9619
9620 * isearch.el (isearch-forward-regexp): Close doc string.
9621
9622 2005-09-25 Richard M. Stallman <rms@gnu.org>
9623
9624 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9625
9626 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9627
9628 * progmodes/compile.el (compilation-error-properties):
9629 When getting the file from the previous error message,
9630 correctly decode the new data format.
9631
9632 * progmodes/cc-cmds.el (c-electric-paren):
9633 Call old-blink-paren only for close-paren.
9634
9635 2005-09-24 Andreas Schwab <schwab@suse.de>
9636
9637 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
9638 condition.
9639
9640 2005-09-25 Romain Francoise <romain@orebokech.com>
9641
9642 * dired-aux.el (dired-copy-file-recursive):
9643 * dired.el (dired-delete-file):
9644 * ediff-mult.el (ediff-dir-diff-copy-file):
9645 * ediff-util.el (ediff-test-save-region):
9646 * forms.el (forms-mode):
9647 * ido.el (ido-file-internal, ido-delete-file-at-head):
9648 * log-edit.el (log-edit-done):
9649 * ses.el (ses-yank-resize):
9650 * play/gomoku.el (gomoku-human-plays, gomoku)
9651 (gomoku-human-resigns, gomoku-prompt-for-other-game)
9652 (gomoku-offer-a-draw):
9653 * play/landmark.el (lm-human-resigns, lm):
9654 * net/eudcb-ldap.el (eudc-ldap-check-base):
9655 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9656 * progmodes/ebrowse.el (ebrowse-find-pattern):
9657 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
9658 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
9659 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
9660
9661 * vc.el (vc-delete-file):
9662 * play/gomoku.el (gomoku-terminate-game, gomoku)
9663 (gomoku-prompt-for-move, gomoku-human-takes-back):
9664 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
9665 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
9666
9667 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9668
9669 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
9670 color rxvt terminals by using the code xterm.el used to use before
9671 2005-04-09 in order to match the colors used by rxvt.
9672
9673 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9674
9675 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9676 colors rxvt-unicode terminals by using the same code as xterm.el.
9677
9678 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9679
9680 * textmodes/tex-mode.el (tex-font-lock-append-prop)
9681 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9682 new symbol used for the tex-verbatim face.
9683
9684 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
9685
9686 * woman.el (woman-file-name):
9687 * wid-edit.el (widget-file-prompt-value)
9688 (widget-coding-system-prompt-value):
9689 * w32-fns.el (set-w32-system-coding-system):
9690 * vc.el (vc-version-diff, vc-annotate):
9691 * textmodes/reftex-auc.el (reftex-arg-cite)
9692 (reftex-arg-index-tag):
9693 * textmodes/refer.el (refer-get-bib-files):
9694 * textmodes/artist.el (artist-figlet-choose-font):
9695 * terminal.el (terminal-emulator):
9696 * replace.el (occur-read-primary-args):
9697 * rect.el (string-rectangle, string-insert-rectangle):
9698 * ps-print.el (ps-print-preprint):
9699 * progmodes/pascal.el (pascal-goto-defun):
9700 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
9701 * progmodes/compile.el (compilation-find-file):
9702 * printing.el (pr-interactive-n-up):
9703 * play/animate.el (animate-birthday-present):
9704 * net/rcompile.el (remote-compile):
9705 * man.el (man, Man-goto-section, Man-follow-manual-reference):
9706 * mail/rmailsum.el (rmail-summary-search-backward)
9707 (rmail-summary-search):
9708 * mail/rmailout.el (rmail-output-read-rmail-file-name)
9709 (rmail-output-read-file-name):
9710 * mail/rmail.el (rmail-search, rmail-search-backwards):
9711 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
9712 * locate.el (locate):
9713 * international/quail.el (quail-show-keyboard-layout):
9714 * international/mule.el (set-buffer-file-coding-system)
9715 (revert-buffer-with-coding-system, set-file-name-coding-system)
9716 (set-terminal-coding-system, set-keyboard-coding-system)
9717 (set-next-selection-coding-system):
9718 * international/mule-diag.el (describe-coding-system)
9719 (describe-font, describe-fontset):
9720 * international/mule-cmds.el (universal-coding-system-argument)
9721 (search-unencodable-char, describe-input-method)
9722 (set-language-environment, describe-language-environment):
9723 * international/codepage.el (codepage-setup):
9724 * international/code-pages.el (codepage-setup):
9725 * info.el (Info-search, Info-follow-reference)
9726 (Info-search-backward):
9727 * emacs-lisp/advice.el (ad-read-advised-function)
9728 (ad-read-advice-class, ad-clear-cache, ad-activate)
9729 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
9730 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
9731 (ad-read-regexp):
9732 * ediff-util.el (ediff-toggle-regexp-match):
9733 * ediff-ptch.el (ediff-prompt-for-patch-file):
9734 * dired-aux.el (dired-diff):
9735 * diff.el (diff):
9736 * cus-edit.el (custom-variable-prompt):
9737 * calendar/timeclock.el (timeclock-ask-for-project):
9738 * calc/calcalg3.el (calc-get-fit-variables):
9739 * calc/calc-store.el (calc-edit-variable)
9740 (calc-permanent-variable):
9741 * vc-mcvs.el (vc-mcvs-register):
9742 * shadowfile.el (shadow-define-literal-group):
9743 * woman.el (woman-file-name):
9744 * vc.el (vc-version-diff, vc-merge):
9745 * textmodes/reftex-index.el (reftex-index-complete-tag):
9746 * format.el (format-decode-buffer, format-decode-region):
9747 * emulation/viper-cmd.el (viper-read-string-with-history):
9748 * emacs-lisp/debug.el (cancel-debug-on-entry):
9749 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9750 * ediff.el (ediff-merge-revisions)
9751 (ediff-merge-revisions-with-ancestor, ediff-revision):
9752 * completion.el (interactive-completion-string-reader):
9753 * calc/calc-prog.el (calc-user-define-formula):
9754 Follow convention for reading with the minibuffer.
9755
9756 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
9757
9758 * progmodes/python.el (python-describe-symbol): Add globals() and
9759 locals() to the arguments of emacs.ehelp.
9760
9761 2005-09-24 Magnus Henoch <mange@freemail.hu>
9762
9763 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
9764 New function, code extracted from ispell-valid-dictionary-list.
9765 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
9766 Call it.
9767
9768 2005-09-24 Eli Zaretskii <eliz@gnu.org>
9769
9770 * subr.el (version-regexp-alist): Extend valid syntax for version
9771 strings: allow any of the characters -,_,+ to separate the
9772 alpha/beta/rc part from the version part. Doc fix.
9773 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
9774
9775 2005-09-23 David Reitter <david.reitter@gmail.com>
9776
9777 * mail/mailclient.el: New file.
9778
9779 2005-09-23 Richard M. Stallman <rms@gnu.org>
9780
9781 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
9782 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
9783 Doc fixes.
9784
9785 * progmodes/cc-mode.el (c-font-lock-init):
9786 Specify font-lock-lines-before.
9787
9788 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9789
9790 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
9791 whole conflict.
9792
9793 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9794
9795 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
9796 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
9797 of `remap' feature when available. Additional key bindings for
9798 better tty support.
9799 (org-mode-restart, org-force-self-insert): New commands.
9800 (org-time-stamp-inactive): New command.
9801 (org-remap): New function.
9802 (org-table-auto-blank-field, org-level-color-stars-only): New options.
9803 (org-enable-fixed-width-editor): Move to `org-structure'
9804 customization group.
9805 (org-self-insert-command, orgtbl-self-insert-command): Modify to
9806 blank field after field motion commands.
9807
9808 2005-09-23 Kenichi Handa <handa@m17n.org>
9809
9810 * international/mule-cmds.el (set-language-environment):
9811 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
9812 have to call utf-translate-cjk-load-tables.
9813
9814 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9815
9816 * mouse.el (mouse-move-drag-overlay): Fix last change.
9817
9818 2005-09-22 David Ponce <david@dponce.com>
9819
9820 * tree-widget.el (tree-widget-value-create): Fix previous change.
9821
9822 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9823
9824 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
9825
9826 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9827
9828 * mouse.el (mouse-move-drag-overlay): New function.
9829 (mouse-drag-region-1): Use it.
9830 Try to simplify a bit the state handling. Handle clicks on links
9831 inside intangible areas.
9832 (mouse-save-then-kill): Minor simplification.
9833 (mouse-secondary-overlay): Make it always non-nil instead of
9834 recreating it each time.
9835 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
9836 (mouse-kill-secondary, mouse-secondary-save-then-kill):
9837 Simplify accordingly.
9838
9839 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9840
9841 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
9842
9843 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
9844
9845 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
9846 (ediff-file-name-sans-prefix): Treat nil as an empty string.
9847 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
9848 to patch.
9849
9850 * ediff-util.el: Use insert-buffer-substring.
9851
9852 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
9853
9854 * emulation/viper-cmd.el (viper-change-state): Don't move over the
9855 field boundaries in the minibuffer.
9856 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
9857 (viper-minibuffer-post-command-hook): New hook.
9858 (viper-line): Don't move cursor at bolp.
9859
9860 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
9861
9862 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
9863 avoid compiler warnings.
9864
9865 * emulation/viper-macs.el (ex-map): Better messages.
9866
9867 * emulation/viper-utils.el (viper-beginning-of-field): New function.
9868
9869 * emulation/viper.el: Replace make-variable-buffer-local with
9870 viper-make-variable-buffer-local everywhere, to avoid warnings.
9871
9872 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9873
9874 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
9875 Delete unused var `old-selected-window'.
9876 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
9877 (mouse-drag-secondary): Delete unused var `start-frame'.
9878
9879 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9880
9881 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
9882
9883 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
9886 Re-indent within 80 columns. Use inhibit-read-only.
9887
9888 2005-09-19 Romain Francoise <romain@orebokech.com>
9889
9890 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
9891
9892 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9893
9894 * font-lock.el (font-lock-default-fontify-region): Don't add a line
9895 unconditionally, since the after-change-function already did it.
9896
9897 2005-09-19 Miles Bader <miles@gnu.org>
9898
9899 * net/newsticker.el: Get rid of CVS keyword.
9900
9901 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
9902
9903 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
9904 The prompt is formatted later.
9905
9906 2005-09-19 David Ponce <david@dponce.com>
9907
9908 * tree-widget.el (tree-widget-value-create): Save the converted
9909 tree :node widget.
9910
9911 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9912
9913 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
9914 variable `message'.
9915
9916 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
9917
9918 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
9919 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
9920 <slawomir.nowaczyk.847@student.lu.se>.
9921
9922 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9923
9924 * image.el (image-load-path): Use symbol `data-directory' instead
9925 of its value, for backward compatibility with packages that bind
9926 it during `find-image'. Suggested by Katsumi Yamaoka.
9927 (image-search-load-path): Handle symbols whose values are strings.
9928
9929 2005-09-18 Romain Francoise <romain@orebokech.com>
9930
9931 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9932 with-current-buffer form in save-excursion.
9933
9934 2005-09-18 D Goel <deego@gnufans.org>
9935
9936 * apropos.el (apropos-command): Fix `message' call: first arg
9937 should be a format spec. In this and all other cases that appear
9938 below and elsewhere in the source code, I made a change only when
9939 two conditions were satisfied: [1] I can think of a possibility
9940 that the arguments would cause an error, for example, the code in
9941 question relies on external variables such as filenames. [2] I
9942 was sure that the arg to `message' could not have been nil in the code.
9943
9944 * textmodes/tildify.el (tildify-region): Ditto.
9945
9946 * textmodes/reftex-index.el (reftex-index-change-entry)
9947 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9948 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
9949 * textmodes/org.el (org-complete, org-deadline, org-schedule)
9950 (org-priority, org-table-sum):
9951 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9952 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9953 (flyspell-word, flyspell-display-next-corrections):
9954 * textmodes/bibtex.el (bibtex-print-help-message):
9955 * textmodes/artist.el (artist-key-set-point-poly):
9956 * term/mac-win.el (mac-services-insert-text):
9957 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9958 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9959 (vhdl-port-paste-testbench, vhdl-compose-new-component)
9960 (vhdl-compose-configuration):
9961 * progmodes/sh-script.el (sh-blink, sh-show-indent)
9962 (sh-set-indent, sh-learn-line-indent):
9963 * progmodes/ps-mode.el (ps-mode-target-column):
9964 * progmodes/idlwave.el (idlwave-make-tags)
9965 (idlwave-scan-library-catalogs):
9966 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9967 * progmodes/gud.el (gud-jdb-analyze-source):
9968 * progmodes/flymake.el (flymake-log):
9969 * progmodes/ebnf2ps.el (ebnf-generate-region):
9970 * progmodes/cmacexp.el (c-macro-expansion):
9971 * progmodes/ada-xref.el (ada-treat-cmd-string):
9972 * progmodes/ada-mode.el (ada-create-case-exception-substring)
9973 (ada-justified-indent-current, ada-batch-reformat):
9974 * play/zone.el (zone):
9975 * play/landmark.el (lm-move):
9976 * play/decipher.el (decipher-show-alphabet):
9977 * net/newsticker.el (newsticker--display-jump)
9978 (newsticker--display-scroll):
9979 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
9980 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9981 * mail/feedmail.el (feedmail-dump-message-to-queue):
9982 * eshell/esh-proc.el (eshell-remove-process-entry):
9983 * emulation/ws-mode.el (ws-last-error):
9984 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
9985 (viper-record-kbd-macro):
9986 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9987 * emacs-lisp/lisp-mnt.el (lm-report-bug):
9988 * emacs-lisp/find-func.el (find-function-noselect):
9989 * calendar/timeclock.el (timeclock-status-string)
9990 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9991 (timeclock-when-to-leave-string):
9992 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9993 * calc/calc-units.el (calc-enter-units-table):
9994 * calc/calc-mode.el (calc-mode-record-mode):
9995 * woman.el (woman-mini-help):
9996 * wdired.el (wdired-change-to-wdired-mode):
9997 * vc.el (vc-retrieve-snapshot):
9998 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9999 * startup.el (display-startup-echo-area-message):
10000 * simple.el (set-goal-column):
10001 * ses.el (ses-command-hook, ses-recalculate-cell):
10002 * server.el (server-process-filter):
10003 * printing.el (pr-interface-txt-print, pr-interface-printify)
10004 (pr-interface-ps):
10005 * pcvs.el (cvs-help):
10006 * log-edit.el (log-edit, log-edit-mode-help):
10007 * iswitchb.el (iswitchb-possible-new-buffer):
10008 * isearch.el (isearch-edit-string):
10009 * image-mode.el (image-mode, image-minor-mode):
10010 * ibuf-macs.el (define-ibuffer-filter):
10011 * hi-lock.el (hi-lock-find-patterns):
10012 * files.el (toggle-read-only):
10013 * ediff-util.el (ediff-copy-diff)
10014 (ediff-write-merge-buffer-and-maybe-kill):
10015 * echistory.el (Electric-history-undefined):
10016 * dnd.el (dnd-insert-text):
10017 * dired-aux.el (dired-query):
10018 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10019 * bookmark.el (bookmark-bmenu-locate):
10020 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10021 Fix `message' calls to ensure first arg is a format string.
10022 The change was made only when these two conditions were satisfied:
10023 [1] when there is a possibility that the arguments would cause an error
10024 for example, if the code in question relies on external variables
10025 such as filenames, and
10026 [2] if the arg to `message' could not have been nil in the code.
10027
10028 * pcomplete.el (pcomplete--help): Fix `message' format spec.
10029 Not having a %s would be weird, though not technically wrong.
10030
10031 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10032
10033 * term/mac-win.el (mac-add-charset-info): Doc fix.
10034
10035 2005-09-17 Romain Francoise <romain@orebokech.com>
10036
10037 * shell.el (shell-resync-dirs): Handle echoing processes more
10038 reliably. Don't insert resync command if `comint-process-echoes'
10039 is non-nil.
10040
10041 2005-09-17 Magnus Henoch <mange@freemail.hu>
10042
10043 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
10044 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
10045 aspell versions >= 0.60.
10046 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
10047 only if ispell-aspell-supports-utf8 is non-nil.
10048
10049 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10050
10051 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
10052 buffer-local value to lisp-indent-function.
10053
10054 2005-09-17 Milan Zamazal <pdm@zamazal.org>
10055
10056 * progmodes/glasses.el (glasses-make-readable): If
10057 glasses-separator differs from underscore, put appropriate
10058 overlays over underscore characters.
10059 (glasses-convert-to-unreadable): If glasses-separator differs from
10060 underscore, try to convert glasses-separator characters to
10061 underscores.
10062
10063 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10064
10065 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
10066 Use with-syntax-table and dolist.
10067
10068 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
10069
10070 * textmodes/reftex-auc.el:
10071 * textmodes/reftex-cite.el:
10072 * textmodes/reftex-dcr.el:
10073 * textmodes/reftex-global.el:
10074 * textmodes/reftex-parse.el:
10075 * textmodes/reftex-ref.el:
10076 * textmodes/reftex-sel.el:
10077 * textmodes/reftex-toc.el:
10078 * textmodes/reftex-vars.el:
10079 * textmodes/reftex.el: Small changes to remove compiler warnings.
10080
10081 * textmodes/reftex-index.el: Likewise.
10082 (reftex-query-index-phrase): More efficient use of markers.
10083
10084 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10085
10086 * image.el (image-load-path): New variable.
10087 (image-search-load-path): New function.
10088 (find-image): Search for images in `image-load-path'.
10089
10090 2005-09-15 Richard M. Stallman <rms@gnu.org>
10091
10092 * follow.el: Change Maintainer field.
10093
10094 2005-09-15 David Ponce <david@dponce.com>
10095
10096 * recentf.el (recentf-save-file-modes): New option.
10097 (recentf-save-list): Use it.
10098
10099 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
10100
10101 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
10102 (mode-line-mule-info, mode-line-modified): Move bindings from
10103 mouse-3 to mouse-1.
10104
10105 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10106
10107 * simple.el (sendmail-user-agent-compose): Revert last change.
10108
10109 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10110
10111 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
10112 Use with-current-buffer.
10113 (ange-ftp-gwp-start): Remove unused var `gw-user'.
10114 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
10115 (ange-ftp-insert-directory): Remove unused var `short'.
10116 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
10117
10118 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
10119 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
10120
10121 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
10122 (check-calendar-holidays, diary-list-entries): Autoload.
10123 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
10124 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
10125
10126 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
10127 which mistakenly removed a call to display-buffer.
10128
10129 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
10130
10131 * obsolete/iso-insert.el: Move to obsolete/ from international/.
10132
10133 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
10134
10135 * progmodes/hideshow.el
10136 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
10137 (hs-allow-nesting): New user var.
10138 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
10139 (hs-hide-block-at-point): When nesting allowed,
10140 if there is already an overlay in place, delete it.
10141 (hs-safety-is-job-n): Delete func; remove call sites.
10142 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
10143 (hs-overlay-at): New func.
10144 (hs-already-hidden-p, hs-show-block): Use it.
10145 (hs-hide-all): Don't pre-clean if nesting allowed.
10146 (hs-show-all): Temporarily disallow
10147 nesting around call to `hs-discard-overlays'.
10148
10149 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
10150
10151 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
10152 Delete unused local var.
10153
10154 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
10155
10156 * help-fns.el (describe-categories): "?\ " -> "?\s".
10157 (help-do-arg-highlight): Recognize also ARG-n, as in
10158 `move-to-left-margin' (ARG+n is already recognized). Simplify.
10159
10160 * international/codepage.el (dos-unsupported-char-glyph):
10161 * net/newsticker.el (tool-bar-map, w3-mode-map)
10162 (w3m-minor-mode-map):
10163 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
10164 (ent-alist):
10165 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
10166
10167 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
10168
10169 * custom.el (custom-push-theme): Handle the case where a symbol is
10170 bound but face properties have not yet been assigned.
10171
10172 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
10173 Fix behavior if noerase is `t' and there is no mail buffer.
10174
10175 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
10176 if `continue' is nil, rather than signal an error.
10177
10178 2005-09-12 Richard M. Stallman <rms@gnu.org>
10179
10180 * font-lock.el (font-lock-keywords): Add autoload.
10181
10182 * help-fns.el (describe-variable): Rearrange to put source link
10183 in a predictable place.
10184
10185 * net/newsticker.el: New file.
10186
10187 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10188
10189 * calendar/calendar.el (calendar-for-loop): Add edebug info.
10190 (calendar-basic-setup): Use the new nil arg.
10191 (number-of-diary-entries): Move to diary-lib.el.
10192
10193 * calendar/diary-lib.el: Use with-current-buffer, match-string.
10194 (diary-list-entries): Use with-syntax-table and dolist.
10195 Rename from list-diary-entries.
10196 Use number-of-diary-entries if `number' is nil.
10197 (diary, diary-view-entries): Use this new name and new nil arg value.
10198 (number-of-diary-entries): Move from calendar.el.
10199 (diary-unhide-everything): New function.
10200 (include-other-diary-files, fancy-diary-display)
10201 (diary-show-all-entries, make-diary-entry): Use it.
10202 (diary-mail-entries): Use buffer-string.
10203 (mark-diary-entries): Fix long standing paren typo.
10204 (diary-sexp-entry): Use count-lines.
10205 (make-diary-entry): Avoid `previous-line'.
10206 (diary-mode-map): New var.
10207 (diary-mode): Redraw cal after saving. Setup header-line.
10208 (fancy-diary-display-mode): Use local-set-key.
10209
10210 * startup.el (command-line): Try calling various terminal-init-foo-bar
10211 functions by stripping hyphenated suffixes from $TERM.
10212
10213 * files.el (normal-mode): Check boundness of font-lock-keywords.
10214
10215 2005-09-12 Richard M. Stallman <rms@gnu.org>
10216
10217 * progmodes/compile.el: Don't decide a file's directory
10218 until the user actually tries to go there.
10219 (compilation-next-error-function):
10220 Pass compilation-find-file the directory from the file-struct.
10221 (compilation-internal-error-properties): Separate local FILE-STRUCT
10222 from FILE. Doc the args better. Rename arg FMT to FMTS.
10223 (compilation-find-file): Arg DIR renamed to DIRECTORY.
10224 Expand it, and if nil, use default-directory.
10225 (compilation-get-file-structure): Don't mix specified directory
10226 with default directory. Put specified directory into
10227 file-struct. Don't make the file name absolute.
10228
10229 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
10230 (compile-command): Add autoload.
10231 (compilation-disable-input): Add autoload.
10232
10233 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
10234
10235 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
10236 strings of the variables it can override.
10237 (time-stamp): New (as yet undocumented) time-stamp-format escapes
10238 %Q and %q, for fully-qualified domain name and unqualified host name.
10239
10240 2005-09-11 Kim F. Storm <storm@cua.dk>
10241
10242 * emacs-lisp/authors.el (authors-aliases): Update list.
10243 (authors-fixed-entries): Update mldrag.el entry.
10244
10245 2005-09-10 Alan Mackenzie <acm@muc.de>
10246
10247 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
10248 from the region narrowed to.
10249
10250 2005-09-10 Magnus Henoch <mange@freemail.hu>
10251
10252 * textmodes/ispell.el (ispell-check-version): Signal an error if
10253 aspell version is less than 0.60.
10254
10255 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
10256
10257 * progmodes/octave-inf.el (inferior-octave-startup):
10258 Resync current dir at the end.
10259
10260 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
10261
10262 * woman.el (woman-topic-at-point-default):
10263 Rename to woman-use-topic-at-point-default.
10264 (woman-topic-at-point): Rename to woman-use-topic-at-point.
10265 (woman-file-name): Reflect renames above. Automatically use the
10266 word at point as topic if woman-use-topic-at-point is non-nil.
10267 Otherwise offer it as default but don't insert it in the
10268 minibuffer. Also use `test-completion' instead of `assoc' as
10269 suggested by Stefan Monnier.
10270
10271 2005-09-10 Andre Spiegel <spiegel@gnu.org>
10272
10273 * vc.el (vc-directory, vc-update-change-log): Throw an error on
10274 the attempt to do it over Tramp. This is not yet supported.
10275
10276 2005-09-10 Eli Zaretskii <eliz@gnu.org>
10277
10278 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10279 (menu-bar-non-minibuffer-window-p): New functions.
10280 ("Split Window", "Save As..."): Use them.
10281 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
10282 ("Print Buffer", "Truncate Long Lines in this Buffer"):
10283 Use menu-bar-menu-frame-live-and-visible-p.
10284 ("Save Buffer", "Insert File", "Open Directory...")
10285 ("Open File...", "Visit New File..."):
10286 Use menu-bar-non-minibuffer-window-p.
10287 (kill-this-buffer-enabled-p, dired <menu-enable>):
10288 Use menu-bar-non-minibuffer-window-p.
10289
10290 2005-09-09 Eli Zaretskii <eliz@gnu.org>
10291
10292 * cus-start.el (all): Don't complain about fringe-related
10293 built-ins if fringes are not supported. Ditto about
10294 selection-related built-ins. Fix the test for GTK-related built-ins.
10295
10296 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
10297 ("Postscript Print Buffer", "Print Region", "Save As...")
10298 ("Save", "Insert File...", "Open Directory...")
10299 ("Open File...", "Visit New File..."")
10300 ("Truncate Long Lines in this Buffer"): Don't look at
10301 menu-updating-frame if this display does not support multiple frames.
10302
10303 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10304
10305 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
10306
10307 2005-09-09 Emilio Lopes <eclig@gmx.net>
10308
10309 * woman.el: Format- and whitespace-related changes.
10310
10311 2005-09-09 Eli Zaretskii <eliz@gnu.org>
10312
10313 * woman.el: Fix my email address.
10314
10315 2005-09-08 Richard M. Stallman <rms@gnu.org>
10316
10317 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
10318 (sh-mode): Locally set skeleton-pair-default-alist.
10319
10320 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
10321
10322 * progmodes/flymake.el: Require `compile' unconditionally.
10323
10324 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
10325
10326 * woman.el (woman-file-name): Provide a default, not initial input.
10327
10328 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
10329
10330 * font-lock.el (font-lock-support-mode): Doc fix.
10331
10332 * descr-text.el (describe-property-list): Handle non-symbol prop names.
10333
10334 2005-09-08 Richard M. Stallman <rms@gnu.org>
10335
10336 * simple.el (blink-matching-open): Get rid of text props from
10337 the string shown in echo area. Don't permanently set point.
10338 Some rearrangements.
10339
10340 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10341
10342 * recentf.el (recentf-filename-handler): Add custom choice
10343 `abbreviate-file-name'.
10344
10345 * msb.el (msb--very-many-menus): Fix typo.
10346
10347 * disp-table.el (standard-display-european): Don't set
10348 enable-multibyte-characters to nil.
10349
10350 2005-09-08 David Ponce <david@dponce.com>
10351
10352 * recentf.el (recentf-show-file-shortcuts-flag): New option.
10353 (recentf-expand-file-name): Doc fix.
10354 (recentf-dialog-mode-map): Define digit shortcuts.
10355 (recentf--files-with-key): New variable.
10356 (recentf-show-digit-shortcut-filter): New function.
10357 (recentf-open-files-items): New function.
10358 (recentf-open-files): Use it.
10359 (recentf-open-file-with-key): New command.
10360
10361 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
10362
10363 * buff-menu.el (Buffer-menu-sort-by-column): New function.
10364 Suggested by Kim F. Storm.
10365 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
10366 (Buffer-menu-make-sort-button): Use global keymap.
10367
10368 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
10369
10370 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
10371 (Man-getpage-in-background-advice): Remove defadvice; it isn't
10372 necessary any longer with the remapped command.
10373 (Man-bgproc-sentinel-advice): Remove defadvice which counts
10374 formatting time only.
10375
10376 * net/tramp.el (tramp-action-password)
10377 (tramp-multi-action-password): Compile the password prompt from
10378 `method', `user' and `host'. Sometimes it isn't obvious which
10379 password to enter, for example with remote files offered by
10380 recentf.el, or with multiple steps. Suggested by Robert Marshall
10381 <robert@chezmarshall.freeserve.co.uk>.
10382
10383 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10386 Fix regexp for when "s///" is at the beginning of line.
10387
10388 2005-09-07 Jay Belanger <belanger@truman.edu>
10389
10390 * calc/calc-poly.el (math-expand-term): Multiply out any powers
10391 when in matrix mode.
10392
10393 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10394
10395 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
10396 non-anonymous functions.
10397
10398 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
10399
10400 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
10401 when using a header line. Otherwise, use mouse-1-click-follows-link.
10402
10403 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
10404 can't be moved; don't signal an error.
10405
10406 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
10407
10408 * cus-theme.el (custom-theme-write-faces): Save the current face
10409 spec, not the defface spec.
10410
10411 * custom.el (custom-known-themes): Clarify meaning of "standard".
10412 (custom-push-theme): Save old values in the standard theme.
10413 (disable-theme): Correct typo.
10414 (custom-face-theme-value) Deleted unused function.
10415 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
10416
10417 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10418
10419 * progmodes/compile.el (compilation-goto-locus): Take into account
10420 iconified frames when determining whether the buffer is
10421 already visible.
10422 Don't reset window height if the window already existed.
10423
10424 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
10425
10426 * custom.el (load-theme): Rename from require-theme.
10427 Add interactive spec.
10428 (enable-theme): Rename from custom-enable-theme.
10429 Add interactive spec.
10430 (disable-theme): Rename from custom-disable-theme.
10431 Add interactive spec.
10432 (custom-make-theme-feature): Doc fix.
10433 (custom-theme-directory): Doc fix.
10434 (provide-theme): Call enable-theme.
10435
10436 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10437
10438 * obsolete/lazy-lock.el (lazy-lock-mode):
10439 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
10440 font-lock-mode if it's off. Print a warning instead.
10441
10442 * progmodes/compile.el (compilation-start): Ignore errors if the
10443 process died before we get to send-eof.
10444
10445 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
10446 Undo last change. Enclosing the result in quotes broke things on Unix
10447 since tex-send-command passes it through shell-quote-argument.
10448 (tex-send-command): Pass `file' through convert-standard-filename
10449 when possible.
10450 (tex-uptodate-p): Handle the case where TeX hasn't put additional
10451 info in a transcript.
10452
10453 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
10454
10455 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
10456 fix compilation warning. Reorder the key definitions to group
10457 together keys emitted by the current version of xterm.
10458
10459 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
10460 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
10461 Reorder predicates to correct min-color usage.
10462
10463 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
10464
10465 * longlines.el (longlines-mode): Inhibit read-only when encoding.
10466 Kill local variables when longlines-mode is turned off.
10467
10468 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10469
10470 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
10471
10472 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
10473
10474 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
10475
10476 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
10477 (font-lock-lines-before): Change default to being inactive.
10478 (font-lock-default-fontify-region): Obey font-lock-lines-before.
10479 (font-lock-after-change-function): Don't handle f-l-lines-before here.
10480
10481 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10482
10483 * net/tramp.el (tramp-handle-make-auto-save-file-name):
10484 Deactivate temporarily advice if active (not needed for Emacs 22,
10485 but for backwards compatibility).
10486 (tramp-exists-file-name-handler): Rewrite. First implementation
10487 was too simple.
10488 (tramp-advice-make-auto-save-file-name):
10489 Call `tramp-handle-make-auto-save-file-name' (again, just for
10490 backwards compatibility).
10491
10492 2005-08-31 Reto Zimmermann <reto@gnu.org>
10493
10494 * progmodes/vhdl-mode.el
10495 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
10496 (vhdl-end-p): Fix indentation bug "else" after "-- when".
10497 (vhdl-set-default-project): New function (easier setting of default).
10498 (vhdl-port-copy): Handle extended identifiers for generics.
10499 (vhdl-compiler-alist): Better description for error message regexp.
10500 (vhdl-make): Query for target, use previous as default.
10501 (vhdl-port-copy): Fix port copy for port names starting with "signal".
10502 (vhdl-font-lock-keywords-2): Fix fontification for record
10503 el. assign.
10504 (vhdl-speedbar-make-subpack-line): Add package body link.
10505 (vhdl-generate-makefile-1): Not include itself as dependency.
10506 (vhdl-font-lock-init): Highlight c-preprocessor directives.
10507 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
10508 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
10509 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
10510 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
10511 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
10512 (vhdl-import-project): Add string argument for `error'.
10513 (vhdl-compose-configuration)
10514 (vhdl-compose-configuration-architecture): Add configuration
10515 declaration generation.
10516 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
10517 (vhdl-trailer-re): Add "record" keyword (better indentation).
10518 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
10519 "[^ \t-\"]+".
10520 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
10521 (vhdl-testbench-entity-file-name)
10522 (vhdl-testbench-architecture-file-name): Allow separate
10523 customization of testbench file names.
10524 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
10525 (vhdl-get-visible-signals): Allow newline within alias declaration.
10526 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
10527 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
10528 (member-ignore-case): Alias for missing function in XEmacs.
10529 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
10530 (vhdl-update-sensitivity-list): Ignore case on read signals.
10531 (vhdl-replace-string): Adjust case only for file names.
10532 (vhdl-update-sensitivity-list): Fix search for read signals.
10533 (vhdl-update-sensitivity-list): Exclude formal parameters.
10534 (vhdl-get-visible-signals): Include aliases of signals.
10535 (vhdl-get-visible-signals): Fix signal name searching.
10536 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
10537 (vhdl-fixup-whitespace-region): Fix for character
10538 literals (e.g. `:').
10539
10540 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
10541
10542 * ansi-color.el (comint-last-output-start):
10543 * bs.el (font-lock-verbose):
10544 * diff-mode.el (add-log-buffer-file-name-function):
10545 * dired-x.el (vm-folder-directory):
10546 * faces.el (help-xref-stack-item):
10547 * files.el (font-lock-keywords):
10548 * find-lisp.el (dired-buffers, dired-subdir-alist):
10549 * ido.el (cua-inhibit-cua-keys):
10550 * log-view.el (cvs-minor-wrap-function):
10551 * outline.el (font-lock-warning-face):
10552 * simple.el (compilation-current-error):
10553 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
10554 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
10555 * tooltip.el (comint-prompt-regexp):
10556 * w32-fns.el (explicit-shell-file-name):
10557 * term/mac-win.el (mac-charset-info-alist)
10558 (mac-services-selection, mac-system-script-code):
10559 * term/tty-colors.el (msdos-color-values):
10560 * term/w32-win.el (xlfd-regexp-registry-subnum):
10561 * term/x-win.el (x-keysym-table, x-selection-timeout)
10562 (x-session-id, x-session-previous-id):
10563 * textmodes/ispell.el (mail-yank-prefix):
10564 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
10565 * textmodes/org.el (calc-embedded-close-formula)
10566 (calc-embedded-open-formula)
10567 (font-lock-unfontify-region-function):
10568 * textmodes/reftex-global.el (isearch-next-buffer-function)
10569 (TeX-master):
10570 * textmodes/reftex.el (font-lock-keywords):
10571 * textmodes/tex-mode.el (font-lock-comment-face)
10572 (font-lock-doc-face):
10573 * textmodes/texinfo.el (outline-heading-alist):
10574 Add defvars.
10575
10576 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
10577 (artist-spray-chars, artist-mode-init, artist-replace-string)
10578 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
10579 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
10580 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
10581
10582 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
10583 (conf-align-assignments): "?\ " -> "?\s".
10584
10585 * textmodes/reftex-index.el (TeX-master): Add defvar.
10586 (reftex-index-phrases-marker): Move up defvar.
10587
10588 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
10589 (reftex-toc-include-labels-indicator)
10590 (reftex-toc-include-index-indicator)
10591 (reftex-toc-max-level-indicator): Move up declarations.
10592
10593 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
10594 of args to `tramp-run-real-handler', even if it's empty in this case.
10595
10596 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10597
10598 * dired.el (dired-move-to-filename-regexp): Add date format for
10599 Mac OS X 10.3 in East Asian locales.
10600
10601 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10602
10603 * files.el (make-auto-save-file-name): Add file name handler call
10604 if applicable.
10605
10606 * net/tramp.el (tramp-file-name-handler-alist)
10607 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
10608 (tramp-handle-make-auto-save-file-name): Rename from
10609 `tramp-make-auto-save-file-name'.
10610 (tramp-exists-file-name-handler): New defun.
10611 (tramp-advice-make-auto-save-file-name): Make defadvice only when
10612 `make-auto-save-file-name' is not a magic file name operation.
10613
10614 2005-08-30 Richard M. Stallman <rms@gnu.org>
10615
10616 * files.el (risky-local-variable-p):
10617 Match `-predicates' and `-commands.
10618
10619 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10620 (custom-save-all): Visit the file if necessary;
10621 kill the buffer if we created it.
10622 (custom-save-delete): Don't visit file or kill buffer here.
10623
10624 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
10625
10626 * textmodes/org.el (org-special-keyword): New face.
10627 (org-table-copy-down, org-table-eval-formula)
10628 (org-table-recalculate, org-init-section-numbers):
10629 Use `string-to-number' instead of `string-to-int'.
10630 (org-get-location): Use `insert-buffer-substring' instead of
10631 `insert-buffer'.
10632 (org-modify-diary-entry-string): New function.
10633 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
10634 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
10635 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10636 active region.
10637 (org-export-as-html): Handle QUOTE keyword.
10638 (org-quote-string): New option.
10639 (org-bookmark-jump-unhide): New function, used for
10640 `bookmark-after-jump-hook'.
10641 (org-diary-default-entry): Apply only when not called through
10642 `org-agenda'.
10643
10644 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
10645
10646 * net/eudc.el (mode-popup-menu):
10647 * play/handwrite.el (ps-printer-name, ps-lpr-command):
10648 * progmodes/ada-mode.el (compile-auto-highlight)
10649 (skeleton-further-elements):
10650 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10651 * progmodes/cmacexp.el (msdos-shells):
10652 * progmodes/compile.el (font-lock-extra-managed-props)
10653 (font-lock-keywords, font-lock-maximum-size)
10654 (font-lock-support-mode):
10655 * progmodes/grep.el (font-lock-lines-before):
10656 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10657 * progmodes/mixal-mode.el (compile-command):
10658 * progmodes/perl-mode.el (font-lock-comment-face)
10659 (font-lock-doc-face, font-lock-string-face):
10660 * progmodes/prolog.el (comint-prompt-regexp):
10661 * progmodes/sh-script.el (font-lock-comment-face)
10662 (font-lock-set-defaults, font-lock-string-face):
10663 * progmodes/sql.el (font-lock-keyword-face)
10664 (font-lock-set-defaults, font-lock-string-face):
10665 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10666 (itimer-version, lazy-lock-defer-contextually)
10667 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10668 Add defvars.
10669
10670 * progmodes/cperl-mode.el (cperl-electric-lbrace)
10671 (cperl-electric-keyword, cperl-electric-pod)
10672 (cperl-electric-backspace, cperl-forward-re)
10673 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10674 (vc-rcs-header, vc-sccs-header): Add defvars.
10675
10676 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10677 (font-lock-syntactic-keywords, gud-find-expr-function):
10678 Add defvars.
10679
10680 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10681 (gdb-frame-parameters): Declare before use.
10682
10683 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10684 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10685 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10686 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10687
10688 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10689 (idlwave-help-with-source): Use `insert-buffer-substring', not
10690 `insert-buffer'.
10691
10692 2005-08-29 Juri Linkov <juri@jurta.org>
10693
10694 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10695 Put outline-back-to-heading function call inside save-excursion.
10696
10697 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
10698
10699 * man.el (Man-init-defvars, Man-translate-references)
10700 (Man-support-local-filenames, Man-highlight-references):
10701 * progmodes/sql.el (sql-interactive-mode):
10702 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
10703
10704 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10705 (compilation-mode-font-lock-keywords): Add defvars.
10706 (checkdoc-interactive-loop): "?\ " -> "?\s".
10707
10708 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
10709 (font-lock-doc-face, font-lock-string-face)
10710 (font-lock-keywords-case-fold-search): Add defvars.
10711 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
10712
10713 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
10714 Don't pass X and Y (they are ignored anyway).
10715 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
10716 (mouse-delete-window): Make arguments optional.
10717
10718 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
10719 (caesar-translate-table, minor-modes, news-buffer-save)
10720 (news-group-name, news-minor-modes): Add defvars.
10721
10722 * emacs-lisp/lselect.el (mouse-highlight-priority)
10723 (x-lost-selection-functions, zmacs-regions):
10724 * emacs-lisp/pp.el (font-lock-verbose):
10725 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
10726 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
10727 (ses-mode-map):
10728 * emacs-lisp/tcover-unsafep.el (safe-functions):
10729 * international/mule-cmds.el (mac-system-coding-system)
10730 (mac-system-locale):
10731 * language/ethio-util.el (rmail-current-message)
10732 (rmail-message-vector):
10733 * language/thai-util.el (thai-auto-composition-mode):
10734 * mail/metamail.el (rmail-current-message, rmail-message-vector):
10735 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
10736 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
10737 (vm-primary-inbox, vm-spool-files):
10738 * mail/rmail.el (deleted-head, font-lock-fontified)
10739 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
10740 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
10741 (total-messages):
10742 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
10743 (rmail-summary-mode-map):
10744 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
10745 (rmail-last-label, rmail-last-multi-labels)
10746 (rmail-summary-vector, rmail-total-messages):
10747 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
10748 * mail/rmailsum.el (msgnum):
10749 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
10750 (rmail-current-message):
10751 * obsolete/fast-lock.el (font-lock-face-list):
10752 * obsolete/rnewspost.el (mail-reply-buffer):
10753 * obsolete/scribe.el (compile-command):
10754 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
10755
10756 2005-08-28 John Paul Wallington <jpw@gnu.org>
10757
10758 * ibuf-ext.el (ibuffer-auto-update-changed):
10759 Use `frame-or-buffer-changed-p' to check whether we need to update.
10760 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
10761 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
10762 as a `frame-or-buffer-changed-p' state vector instead.
10763
10764 2005-08-27 Romain Francoise <romain@orebokech.com>
10765
10766 * textmodes/makeinfo.el (makeinfo-compile):
10767 Use `compilation-start'. Set `next-error-function' according to
10768 `disable-errors'.
10769 (makeinfo-next-error): New function.
10770 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
10771 (makeinfo-buffer): Likewise.
10772
10773 * progmodes/compile.el (compilation-start): Add autoload cookie.
10774
10775 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
10776 * textmodes/sgml-mode.el: Likewise.
10777 * progmodes/python.el: Likewise.
10778
10779 2005-08-27 Eli Zaretskii <eliz@gnu.org>
10780
10781 * simple.el (blink-matching-paren-distance): Document the meaning
10782 of nil value, and allow to customize to nil.
10783
10784 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
10785 command.com, not command.exe.
10786
10787 2005-08-26 John Wiegley <johnw@newartisans.com>
10788
10789 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
10790 code around a bit so that an extraneous nil argument is not added
10791 to a command when no args are given.
10792
10793 * eshell/esh-arg.el (eshell-parse-double-quote): If a
10794 double-quoted argument resolves to nil, return it as an empty
10795 string rather than as nil. This made it impossible to pass "" to
10796 a shell script as a null string argument.
10797
10798 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10799
10800 * outline.el (outline-invent-heading): New fun.
10801 (outline-promote, outline-demote): Use it.
10802 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
10803 (outline-end-of-subtree): Remove unused var `opoint'.
10804
10805 2005-08-26 David Reitter <david.reitter@gmail.com>
10806
10807 * menu-bar.el (truncate-lines, write-file, print-buffer)
10808 (ps-print-buffer-faces, ps-print-buffer, split-window):
10809 Disable menu items when the frame they refer to is invisible, or when
10810 they refer to a buffer and the minibuffer is selected.
10811
10812 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10813
10814 * progmodes/flymake.el (flymake-highlight-err-lines):
10815 Use save-excursion around flymake-highlight-line to preserve point.
10816
10817 2005-08-26 Eli Zaretskii <eliz@gnu.org>
10818
10819 * progmodes/octave-mod.el: Change Author and Maintainer address.
10820 (octave-maintainer-address): Change Kurt's email address.
10821 * progmodes/octave-inf.el: Change Author and Maintainer address.
10822 * progmodes/octave-hlp.el: Change Author and Maintainer address.
10823
10824 2005-08-26 Kim F. Storm <storm@cua.dk>
10825
10826 * subr.el (version-list-<, version-list-<=, version-list-=):
10827 Rename from integer-list-*.
10828 (version-list-not-zero): Likewise. Fix while loop.
10829 (version=): Use version-list-= instead of string-equal.
10830
10831 2005-08-26 Richard M. Stallman <rms@gnu.org>
10832
10833 * outline.el (outline-promote): Try shortening the heading.
10834 As last resort, read the heading to use.
10835 (outline-demote): As last resort, read the heading to use.
10836
10837 2005-08-26 Romain Francoise <romain@orebokech.com>
10838
10839 * progmodes/compile.el (compilation-start): Doc fix.
10840
10841 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
10842 (antlr-font-lock-additional-keywords): Fix reference to
10843 `antlr-font-lock-literal-regexp' erroneously changed during the
10844 mass face rename.
10845 (antlr-run-tool): Use `compilation-start'.
10846
10847 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
10848 instead of the obsolete `compile-internal'.
10849
10850 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
10851
10852 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
10853 (number, original-date):
10854 * calendar/cal-china.el (date):
10855 * calendar/cal-coptic.el (date):
10856 * calendar/cal-french.el (date):
10857 * calendar/cal-hebrew.el (date, entry, number, original-date):
10858 * calendar/cal-islam.el (date, number, original-date):
10859 * calendar/cal-iso.el (date):
10860 * calendar/cal-julian.el (date):
10861 * calendar/cal-mayan.el (date):
10862 * calendar/cal-menu.el (date, event):
10863 * calendar/cal-persia.el (date):
10864 * calendar/lunar.el (date):
10865 * calendar/solar.el (date): Add defvars.
10866
10867 * emerge.el:
10868 * ibuffer.el:
10869 * info-xref.el:
10870 * obsolete/bg-mouse.el:
10871 * obsolete/sun-curs.el:
10872 * obsolete/swedish.el: Move the `defvar's to the top level.
10873
10874 * smerge-mode.el (smerge-refined-change): Add :group.
10875
10876 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10877
10878 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
10879 (smerge-keep-n): Remove props.
10880 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10881 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
10882 now that it's done in smerge-keep-n.
10883 (smerge-refined-change): New face.
10884 (smerge-refine-chopup-region, smerge-refine-highlight-change)
10885 (smerge-refine): New funs.
10886 (smerge-basic-map): Bind smerge-refine.
10887
10888 2005-08-25 Juri Linkov <juri@jurta.org>
10889
10890 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
10891 compilation-process-setup-function and compilation-disable-input
10892 in grep-mode instead of let-bindings in grep.
10893
10894 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
10895 Delete "Automatic File De/compression" (auto-compression-mode).
10896
10897 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
10898
10899 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
10900 Silence warning about non-existent variable.
10901
10902 2005-08-25 Richard M. Stallman <rms@gnu.org>
10903
10904 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
10905 Rename "Describe Key" to "Describe Key or Mouse Operation".
10906
10907 * mail/mailalias.el (build-mail-aliases): Delete comments
10908 from the contents before processing them.
10909
10910 * isearch.el (isearch-edit-string): Erase the Search prompt
10911 if user enters an empty string and there is no default.
10912
10913 * comint.el (comint-file-name-prefix): Add autoload.
10914
10915 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
10916
10917 * subr.el (play-sound): Rearrange to avoid warning.
10918
10919 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
10920
10921 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10922 New hook.
10923 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10924
10925 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10926
10927 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10928
10929 * custom.el (custom-theme-set-variables): Sort minor modes last.
10930
10931 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10932
10933 * subr.el (version-separator, version-regexp-alist): New vars used by
10934 version comparison funs.
10935 (integer-list-<, integer-list-=, integer-list-<=)
10936 (integer-list-not-zero): New funs for integer list comparison.
10937 (version-to-list, version=, version<, version<=): New funs for version
10938 comparison.
10939
10940 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
10941
10942 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10943 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10944 time to silence the byte-compiler.
10945
10946 * ibuffer.el (ibuffer-compile-make-eliding-form)
10947 (ibuffer-check-formats): Use `with-no-warnings' to hide references
10948 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10949 so it's silly to get warnings for it).
10950 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10951 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10952 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10953 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10954 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10955 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10956 Defvar at compile time.
10957 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10958 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10959 Declare them before use.
10960
10961 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10962 (info-xref-good, info-xref-bad): Defvar at compile time.
10963
10964 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10965 Use `let*' instead of `let'.
10966
10967 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10968 (*mouse-y*, menu, char): Defvar at compile time.
10969 (sc::menu): Declare it before use.
10970 (sc::pack-one-line): Use `let', not `let*'.
10971
10972 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10973 (mail-send-hook): Defvar at compile time.
10974
10975 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10976 Defvar at compile time.
10977
10978 * term/sun-mouse.el (current-global-mousemap)
10979 (current-local-mousemap): Declare them before use.
10980
10981 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
10982
10983 * bookmark.el (bookmark-after-jump-hook): New hook.
10984 (bookmark-jump): Run `bookmark-after-jump-hook'.
10985
10986 2005-08-23 Juri Linkov <juri@jurta.org>
10987
10988 * faces.el (minibuffer-prompt): Doc fix.
10989
10990 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
10991
10992 * progmodes/xscheme.el: Trivial changes to silence warnings.
10993 (xscheme-previous-mode, xscheme-previous-process-state):
10994 Add defvars.
10995 (xscheme-last-input-end, xscheme-process-command-line)
10996 (xscheme-process-name, xscheme-buffer-name)
10997 (xscheme-expressions-ring-max, xscheme-expressions-ring)
10998 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10999 (xscheme-control-g-synchronization-p)
11000 (xscheme-control-g-disabled-p, xscheme-string-receiver)
11001 (default-xscheme-runlight, xscheme-runlight)
11002 (xscheme-runlight-string, xscheme-process-filter-state)
11003 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11004 Move to beginning of file.
11005 (scheme-interaction-mode-commands-alist)
11006 (scheme-interaction-mode-map, scheme-debugger-mode-map):
11007 Declare them before use. Note: the initialization code for the variables
11008 has not been moved because it uses functions that reference the variables.
11009 (xscheme-control-g-message-string, xscheme-process-filter-alist)
11010 (xscheme-prompt-for-expression-map): Declare them before use.
11011 (scheme-debugger-mode-commands): "?\ " -> "?\s".
11012
11013 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
11014
11015 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11016
11017 2005-08-22 Juri Linkov <juri@jurta.org>
11018
11019 * faces.el (set-face-underline): Delete this duplicate function
11020 and make an obsolete alias to set-face-underline-p.
11021 (set-face-underline-p): Use docstring of set-face-underline.
11022 (describe-face): Create hyperlink to parent face.
11023
11024 * info.el (Info-insert-dir): Use save-excursion around
11025 insert-buffer-substring.
11026 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11027 (Info-escape-percent): Delete function.
11028 (Info-fontify-node): Replace Info-escape-percent by
11029 replace-regexp-in-string with REP arg set to lambda that
11030 duplicates `%' and preserves text properties.
11031
11032 * progmodes/compile.el (compilation-disable-input): Doc fix.
11033 (define-compilation-mode): Doc fix and refill.
11034 (kill-compilation): Use `mode-name' in the error message.
11035 (compilation-find-file): Use `compilation-error' in the
11036 read-file-name's prompt.
11037
11038 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11039
11040 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11041 (smerge-auto-leave): Make undo re-enable the mode.
11042 (debug-ignored-errors): Add the user-error of impossible resolution.
11043 (smerge-resolve): Move things around a bit, in preparation for later.
11044 (smerge-diff): Don't fail if the buffer has no associated file.
11045 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
11046 (smerge-conflict-overlay): New function.
11047 (smerge-match-conflict): Don't add text properties here.
11048 (smerge-find-conflict): Instead, add an overlay here.
11049 Also check for the case where we're inside a conflict already, so as to
11050 obviate the need for font-lock-multiline, which is unbearably slow with
11051 large conflicts and ciomplex font-lock patterns.
11052 (smerge-remove-props): Remove overlay rather than text-properties.
11053 (smerge-mode): Don't set font-lock-multiline.
11054 Remove overlays when turned off.
11055
11056 2005-08-21 Kim F. Storm <storm@cua.dk>
11057
11058 * ido.el (ido-ignore-item-p): Use save-match-data.
11059 Bind case-fold-search to ido-case-fold locally.
11060
11061 2005-08-20 Richard M. Stallman <rms@gnu.org>
11062
11063 * files.el (normal-mode): If font lock is on, turn it off and on.
11064
11065 * subr.el (replace-regexp-in-string): Doc fix.
11066
11067 * startup.el (command-line-1): Don't suppress startup screen
11068 due to existing processes.
11069
11070 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11071
11072 * progmodes/compile.el (compilation-disable-input): Default to nil.
11073
11074 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11075
11076 * progmodes/compile.el (compilation-disable-input): New defcustom.
11077 (compilation-start): If compilation-disable-input is non-nil, send
11078 EOF to the compilation process.
11079
11080 2005-08-20 Eli Zaretskii <eliz@gnu.org>
11081
11082 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11083 Run the argument of tex-shell-cd-command through
11084 convert-standard-filename, to get the correct style of slashes on
11085 Windows, and enclose the result in quotes, in case the file name
11086 includes whitespace or other special characters.
11087
11088 2005-08-19 Andreas Schwab <schwab@suse.de>
11089
11090 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
11091 process.
11092
11093 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
11094
11095 * cus-start.el (minibuffer-prompt-properties): Correct typo.
11096
11097 2005-08-18 Kim F. Storm <storm@cua.dk>
11098
11099 * scroll-lock.el: Fix errors due to incorrect line wrapping.
11100
11101 2005-08-18 Richard M. Stallman <rms@gnu.org>
11102
11103 * scroll-lock.el: New file.
11104
11105 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
11106
11107 * dired.el (dired-move-to-end-of-filename):
11108 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
11109
11110 2005-08-18 Kim F. Storm <storm@cua.dk>
11111
11112 * ido.el (ido-everywhere): Fix defcustom :set function to disable
11113 rather than toggle mode when custom value is nil.
11114 (ido-everywhere): Fix defun doc string.
11115
11116 2005-08-17 Richard M. Stallman <rms@gnu.org>
11117
11118 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
11119 as tag instead of "Inviolable".
11120
11121 2005-08-17 Kim F. Storm <storm@cua.dk>
11122
11123 * windmove.el (windmove-coordinates-of-position): Remove.
11124 (windmove-coordinates-of-window-position): Remove.
11125 (windmove-reference-loc): Use posn-at-point instead.
11126
11127 * subr.el (insert-for-yank-1): Doc fix.
11128
11129 * ido.el (ido-enter-matching-directory): Rename from
11130 ido-enter-single-matching-directory. Change `slash' choice to
11131 `only'. Add `first' choice.
11132 (ido-exhibit): Adapt to above changes.
11133
11134 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
11135
11136 * Makefile.in: Expand comment about building loaddefs.el.
11137
11138 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
11139
11140 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
11141 Comment use of defadvice.
11142
11143 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
11144
11145 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
11146
11147 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
11148 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
11149 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
11150 * progmodes/idlw-shell.el, progmodes/ld-script.el,
11151 * progmodes/which-func.el, ruler-mode.el, strokes.el,
11152 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
11153 for backward compatibility for faces that did not appear in the
11154 previous Emacs release.
11155
11156 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
11157
11158 2005-08-15 Kim F. Storm <storm@cua.dk>
11159
11160 * emulation/cua-base.el (cua-delete-region): Return t if
11161 deleted region was non-empty.
11162 (cua-replace-region): Inhibit overwrite-mode for
11163 self-insert-command if replaced region was non-empty.
11164 (cua--explicit-region-start, cua--status-string): Make them
11165 buffer-local at top-level...
11166 (cua-mode): ...rather than when mode is enabled.
11167
11168 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
11169
11170 * progmodes/vhdl-mode.el (vhdl-emacs-21):
11171 Set t for Emacs 21, 22, and so on.
11172
11173 2005-08-15 David Ponce <david@dponce.com>
11174
11175 * tree-widget.el: Update Commentary header.
11176 (tree-widget-theme): Doc fix.
11177 (tree-widget-space-width): New option.
11178 (tree-widget-image-properties): Look up in the default theme too.
11179 (tree-widget--cursors): Only for images with arrow pointer shape.
11180 (tree-widget-lookup-image): Pointer shape is hand by default.
11181 (tree-widget-icon): Rename generic icon widget from
11182 `tree-widget-control'.
11183 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
11184 derive from `tree-widget-icon'.
11185 (tree-widget-handle): Improve default look and feel of the text
11186 representation.
11187 (tree-widget): Rename :*-control properties to :*-icon properties.
11188 Add :action and :help-echo properties.
11189 (tree-widget-after-toggle-functions): Move.
11190 (tree-widget-close-node, tree-widget-open-node): Remove.
11191 (tree-widget-before-create-icon-functions): New hook.
11192 (tree-widget-value-create): Update to allow customization of icons
11193 and nodes at run-time via that new hook.
11194 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
11195 (tree-widget-icon-action, tree-widget-icon-help-echo)
11196 (tree-widget-action, tree-widget-help-echo): New functions.
11197
11198 2005-08-15 Kim F. Storm <storm@cua.dk>
11199
11200 * ido.el (ido-buffer-internal): Use with-no-warnings.
11201 (ido-make-merged-file-list): Use while-no-input.
11202
11203 2005-08-15 Richard M. Stallman <rms@gnu.org>
11204
11205 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
11206 (flyspell-large-region): Fix doc and custom type.
11207
11208 2005-08-14 Richard M. Stallman <rms@gnu.org>
11209
11210 * files.el (interpreter-mode-alist): Doc fix.
11211
11212 * mail/rmail.el (rmail-nonignored-headers): New variable.
11213 (rmail-clear-headers): Use it.
11214 (rmail-reply): Better handling of mail-followup-to header.
11215
11216 * progmodes/sh-script.el (sh-font-lock-keywords-var):
11217 Rename variable from sh-font-lock-keywords. In the `shell' entry,
11218 don't try to refer to executable-font-lock-keywords.
11219 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
11220 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
11221 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
11222 (sh-mode): Set comment-start-skip, local-abbrev-table,
11223 imenu-case-fold-search.
11224 (sh-set-shell): Don't set them here.
11225 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
11226 Don't cache the results in the original alist; don't ever modify
11227 that alist.
11228
11229 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
11230
11231 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
11232 empty.
11233
11234 2005-08-15 Andreas Schwab <schwab@suse.de>
11235
11236 * desktop.el: Put autoload cookie at risky-local-variable declarations.
11237
11238 * dired.el, info.el, mail/rmail.el: Revert last change.
11239
11240 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
11241
11242 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
11243 modification in `eval-after-load' form.
11244 * info.el: Likewise.
11245 * mail/rmail.el: Likewise.
11246
11247 2005-08-14 Juri Linkov <juri@jurta.org>
11248
11249 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11250 Remove highlighting of "Compilation started". Highlight only
11251 the word "finished" in "Compilation finished". Add highlighting
11252 of "interrupt", "killed", "terminated" and the exit code.
11253 (compilation-start): Add newline after header. Use exactly the
11254 same time stamp format as the finishing message.
11255 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
11256
11257 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
11258 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
11259 Add highlighting of "interrupt", "killed", "terminated".
11260
11261 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
11262 enabled and the current command is self-insert-command, call it
11263 explicitly with overwrite-mode bound to nil, to not allow it
11264 to delete the character after the selected region.
11265
11266 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
11267
11268 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
11269 move-end-of-line, end-of-line, and beginning-of-line to the list
11270 of commands after which the echo area is updated.
11271
11272 2005-08-12 Eli Zaretskii <eliz@gnu.org>
11273
11274 * cus-edit.el (custom-save-all, custom-save-delete):
11275 Bind recentf-exclude to exclude custom-file.
11276
11277 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
11278
11279 * mail/rmailsum.el (rmail-summary-end-of-message): New command
11280 to go to the bottom of the mail message. Added to
11281 `rmail-summary-mode-map' with key "/".
11282 (rmail-summary-show-message): New (internal) function for use by
11283 both `rmail-summary-beginning/end-of-message'.
11284 (rmail-summary-beginning-of-message): Change to use
11285 rmail-summary-show-message.
11286
11287 * mail/rmail.el (rmail-end-of-message): New command to go to the
11288 end of the current message. Added to `rmail-mode-map' with key "/".
11289 (rmail-beginning-of-message): Fix to work as documented.
11290 (rmail-mode): Change documentation.
11291
11292 * progmodes/compile.el (compilation-start): Add the line
11293 "Compilation started" with compilation start time.
11294 (compilation-mode-font-lock-keywords): Add `started' to keywords.
11295
11296 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
11297
11298 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
11299 of menu items.
11300
11301 2005-08-11 Richard M. Stallman <rms@gnu.org>
11302
11303 * simple.el (pop-global-mark): Reverse test of widen-automatically.
11304
11305 * battery.el (battery-status-function): Don't use ignore-errors.
11306
11307 2005-08-11 Lute Kamstra <lute@gnu.org>
11308
11309 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
11310 define-obsolete-variable-alias.
11311
11312 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
11313
11314 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
11315 (ange-ftp-send-cmd): Revert last change, and expand
11316 the comment explaining the problem.
11317
11318 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
11319
11320 * ldefs-boot.el: Update.
11321
11322 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
11323 item to "Time, Load and Mail". Change help echo text.
11324
11325 * time.el (display-time-use-mail-icon, display-time-format)
11326 (display-time-string-forms): Shorten first line of docstrings.
11327
11328 2005-08-10 Lars Hansen <larsh@soem.dk>
11329
11330 * desktop.el (desktop-buffer-mode-handlers):
11331 Make non-customizable. Add autoload cookie. Change initial value to
11332 nil; add elements in respective modules instead. Fix doc string.
11333 (desktop-load-file): New function.
11334 (desktop-minor-mode-handlers): New autoloaded variable.
11335 (desktop-create-buffer): Call minor mode handlers.
11336 Use desktop-load-file to load major and minor mode modules prior to
11337 checking for a handler.
11338 (desktop-save): Don't add nil to desktop-minor-modes for minor
11339 modes with nil function in desktop-minor-mode-table. Don't delete
11340 desktop file before rewriting it.
11341 (desktop-locals-to-save): Add autoload cookie. Don't make
11342 automatically buffer-local. Add variables column-number-mode,
11343 size-indication-mode, indent-tabs-mode,
11344 indicate-buffer-boundaries, indicate-empty-lines and
11345 show-trailing-whitespace.
11346 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
11347 regexps. Don't use desktop-clear-preserve-buffers-regexp.
11348 (desktop-clear-preserve-buffers-regexp): Delete.
11349 (desktop-clear-preserve-buffers): Update initial value and docstring.
11350 (desktop-save-buffer): Fix doc string.
11351
11352 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
11353 (hilit-chg-desktop-restore): New function.
11354 (highlight-changes-mode): Add highlight-changes-mode to
11355 desktop-locals-to-save.
11356
11357 * dired.el: Add handler to desktop-buffer-mode-handlers.
11358 (dired-restore-desktop-buffer): Remove autoload cookie.
11359 (dired-mode): Add autoload cookie.
11360
11361 * info.el: Add handler to desktop-buffer-mode-handlers.
11362 (Info-restore-desktop-buffer): Remove autoload cookie.
11363 (Info-mode): Add autoload cookie.
11364
11365 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
11366 (mh-restore-desktop-buffer): Remove autoload cookie.
11367 (mh-folder-mode): Add autoload cookie.
11368
11369 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
11370 (rmail-restore-desktop-buffer): Remove autoload cookie.
11371
11372 2005-08-11 Masatake YAMATO <jet@gyve.org>
11373
11374 * hexl.el (hexl-address-region):
11375 (hexl-ascii-region, hexl-font-lock-keywords):
11376 (hexl-highlight-line-range): Use the term "region"
11377 instead of "area" for consistency with the other symbols
11378 defined in hexl.el.
11379
11380 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
11381
11382 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
11383 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
11384 out by Juri Linkov). Add `display-battery-mode'.
11385
11386 2005-08-09 Juri Linkov <juri@jurta.org>
11387
11388 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11389 Remove `-text' from face variable names.
11390 (compilation-error-file-name, compilation-warning-file-name)
11391 (compilation-info-file-name): Delete faces.
11392 (compilation-line-number, compilation-column-number):
11393 Remove face underlining.
11394 (compilation-message-face): Set to `underline' value by default.
11395 (compilation-error-face, compilation-warning-face)
11396 (compilation-info-face): Remove `-file-name' from face names.
11397 (compilation-error-text-face, compilation-warning-text-face)
11398 (compilation-info-text-face): Delete face variables.
11399 (compilation-text-face): Delete function.
11400
11401 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
11402 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
11403 (grep-error-face): Set to `compilation-error' instead of
11404 `compilation-error-face' (which is redefined to `grep-hit-face' in
11405 grep buffers).
11406 (grep-mode-font-lock-keywords): Remove `-text' from face variable
11407 names. Use `grep-error-face' instead of `compilation-error-text-face'.
11408
11409 * dired-aux.el (dired-do-query-replace-regexp):
11410 Use `query-replace-read-args'.
11411
11412 * replace.el (query-replace-read-from, query-replace-read-to)
11413 (query-replace-read-args): Rename arg `string' to `prompt'.
11414
11415 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
11416
11417 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
11418
11419 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
11420 uploading files.
11421 (ange-ftp-canonize-filename): Handle file names beginning with ~
11422 correctly.
11423
11424 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11425
11426 * textmodes/fill.el (canonically-space-region)
11427 (fill-context-prefix, fill-french-nobreak-p)
11428 (fill-delete-newlines, fill-comment-paragraph)
11429 (justify-current-line): "?\ " -> "?\s".
11430
11431 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
11432
11433 * textmodes/fill.el (fill-nonuniform-paragraphs):
11434 Improve argument/docstring consistency.
11435
11436 2005-08-09 Richard M. Stallman <rms@gnu.org>
11437
11438 * textmodes/ispell.el (ispell-word): More fboundp checks.
11439
11440 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
11441 (find-file-noselect-1): Call it here, only if RAWFILE.
11442 (normal-mode): Always set some major mode.
11443 (save-some-buffers-action-alist): Change some explanation strings.
11444 (file-name-non-special): In the `quote' method, use unwind-protect.
11445
11446 2005-08-09 Magnus Henoch <mange@freemail.hu>
11447
11448 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
11449 (ispell-have-aspell-dictionaries): New variable.
11450 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
11451 (ispell-get-aspell-config-value): New function.
11452 (ispell-aspell-find-dictionary): New function.
11453 (ispell-aspell-add-aliases): New function.
11454 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
11455 appropriate. Don't look for ispell dictionaries if we use aspell.
11456 (ispell-menu-map): Don't build a submenu of dictionaries.
11457
11458 2005-08-09 Richard M. Stallman <rms@gnu.org>
11459
11460 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
11461 (sql-read-passwd): Use read-passwd.
11462
11463 * progmodes/idlw-toolbar.el (idlwave-toolbar)
11464 (idlwave-toolbar-is-possible): Add defvars.
11465
11466 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
11467 Avoid warnings.
11468
11469 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
11470 (idlwave-system-class-info, idlwave-executive-commands-alist):
11471 Use defvar.
11472
11473 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
11474
11475 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
11476 Avoid warnings.
11477
11478 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
11479 and content-type: headers.
11480
11481 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
11482
11483 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
11484 and rename some of them to be more self-explanatory.
11485
11486 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
11487
11488 * startup.el (command-line-1): Implement -scriptload.
11489
11490 * replace.el (occur-engine): Initial *Occur* output not undoable.
11491
11492 * menu-bar.el (menu-bar-file-menu): Rename some menu items
11493 and improve help strings.
11494
11495 * isearch.el (isearch-repeat): When changing direction,
11496 mark search successful.
11497
11498 * ediff-init.el: Use (featurep 'xemacs).
11499
11500 * comint.el (send-invisible): Identify buffer, if not selected.
11501
11502 * align.el: Delete autoload for c-guess-basic-syntax.
11503
11504 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11505
11506 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
11507 Improve argument/docstring consistency. Doc fixes.
11508 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
11509 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
11510 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
11511 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
11512 (r2bv-organization, r2bv-pages, r2bv-primary-author)
11513 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
11514 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
11515 Defvar at compile time.
11516
11517 2005-08-09 Juri Linkov <juri@jurta.org>
11518
11519 * info.el: Replace `info' with upper-case `Info' where appropriate.
11520 (info-title-1, info-title-2, info-title-3, info-title-4)
11521 (info-menu-header): Move up face definitions.
11522 (info-menu-star): Rename from `info-menu-5'.
11523 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
11524 (Info-fontify-visited-nodes): Fix docstring.
11525 (Info-hide-note-references): Fix docstring.
11526 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
11527 menu items in the same way as on cross-references.
11528 (info-apropos): Fix sorting order and formatting to be like in the
11529 stand-alone Info browser. Display error messages for 1 sec.
11530 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
11531 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
11532 from the menu bar.
11533 (Info-insert-dir): Restore point after calling
11534 `insert-buffer-substring'.
11535
11536 2005-08-08 Richard M. Stallman <rms@gnu.org>
11537
11538 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
11539 (recompute-lucid-menubar): Add defvars.
11540
11541 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
11542
11543 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
11544
11545 * net/net-utils.el (run-dig): Rename from `dig'.
11546
11547 * play/gametree.el (gametree-mode): Use make-local-variable,
11548 not make-variable-buffer-local.
11549
11550 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
11551
11552 * ansi-color.el (ansi-color-make-extent)
11553 (ansi-color-set-extent-face): Use fboundp, not functionp.
11554
11555 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
11556 not make-variable-buffer-local.
11557
11558 * bookmark.el (Info-current-file): Add defvar.
11559 (bookmark-jump-noselect): Use with-no-warnings.
11560
11561 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
11562
11563 * ebuff-menu.el (Helper-return-blurb): Add defvar.
11564
11565 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
11566
11567 * find-file.el (ada-procedure-start-regexp)
11568 (ada-package-start-regexp): Add defvars.
11569
11570 * info.el (Info-insert-dir): Use insert-buffer-substring.
11571
11572 * xml.el (xml-att-def-re): Add defvar.
11573
11574 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
11575 calling convention.
11576
11577 * subr.el (while-no-input): Return t if there is input.
11578
11579 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
11580
11581 * cus-start.el (all): Add `overflow-newline-into-fringe'.
11582
11583 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
11584
11585 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
11586 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
11587
11588 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
11589
11590 * cmuscheme.el (scheme-start-file): Replace reference to
11591 `user-emacs-directory' by "~/.emacs.d/".
11592
11593 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
11594
11595 * info.el (Info-dir-remove-duplicates): Avoid case folding
11596 in loop; instead, keep downcased strings for comparison.
11597 Suggested by Helmut Eller.
11598
11599 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
11600
11601 Sync with Tramp 2.0.50.
11602
11603 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
11604 XEmacs case; not necessary anymore.
11605 (tramp-user-regexp): Allow "@" as part of user name.
11606 (tramp-handle-set-visited-file-modtime)
11607 (tramp-handle-insert-file-contents)
11608 (tramp-handle-write-region): No special handling for
11609 `last-coding-system-used, because this is done in
11610 `tramp-accept-process-output' now.
11611 (tramp-accept-process-output): New defun.
11612 (tramp-process-one-action, tramp-process-one-multi-action)
11613 (tramp-wait-for-regexp, tramp-wait-for-output)
11614 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
11615 Howells <dhowells@redhat.com>.
11616 (clear-visited-file-modtime): Defadvice removed. The check for
11617 unset buffer's modtime does not need to be based on
11618 `tramp-buffer-file-attributes'. Suggested by RMS.
11619 (tramp-message): Insert "\n" if not being at beginning of line.
11620 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11621 sequence with same logic.
11622 (tramp-completion-handle-expand-file-name): Discard call of
11623 `tramp-drop-volume-letter'. It is not necessary, and there have
11624 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
11625 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
11626 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11627 should always be visible.
11628 (tramp-handle-insert-directory, tramp-setup-complete)
11629 (tramp-set-process-query-on-exit-flag)
11630 (tramp-append-tramp-buffers): Pacify byte-compiler.
11631 (tramp-bug): Delete non-existing variables from list.
11632 Apply `tramp-load-report-modules' as pre-hook.
11633 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11634 `shell-prompt-pattern' because of non-7bit characters.
11635 Reported by Sebastian Luque <sluque@mun.ca>.
11636 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
11637 (tramp-match-string-list): Remove function.
11638 (tramp-wait-for-regexp): Remove call of that function.
11639 Suggested by Kim F. Storm <storm@cua.dk>.
11640 (tramp-set-auto-save-file-modes): Use octal integer code #o600
11641 instead of octal character code ?\600. The latter resulted in a
11642 syntax error with XEmacs.
11643
11644 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
11645 XEmacs case; not necessary anymore.
11646 (tramp-smb-handle-write-region): No special handling for
11647 `last-coding-system-used, because this is done in
11648 `tramp-accept-process-output' now.
11649 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11650
11651 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
11652
11653 * wid-edit.el (widget-choice-value-create):
11654 Unconditionally respect user choice. Set :explicit-choice back to nil
11655 when no longer needed.
11656 (widget-choice-action): Unconditionally respect user choice.
11657 Eliminate :explicit-choice-value.
11658
11659 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11660
11661 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11662 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11663 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11664 running new function `toggle-indicate-empty-lines'.
11665 Rename "Customize" item to "Customize fringe".
11666 Rename "Indicators" item to "Buffer boundaries" and change help echo.
11667 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11668 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11669 Delete "Empty lines only" item.
11670 (menu-bar-showhide-fringe-ind-customize): New function.
11671 (menu-bar-showhide-fringe-ind-mixed)
11672 (menu-bar-showhide-fringe-ind-box)
11673 (menu-bar-showhide-fringe-ind-right)
11674 (menu-bar-showhide-fringe-ind-left)
11675 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11676 instead of `fringe-indicators'.
11677
11678 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11679
11680 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
11681 Change the date of last update.
11682
11683 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11684
11685 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11686 (viper-exec-yank, viper-put-back): Don't display modification msg
11687 if in the minibuffer.
11688
11689 * viper-init.el (viper-replace-overlay-cursor-color)
11690 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11691 Make variables frame local.
11692
11693 * viper-util.el (viper-append-filter-alist): Use append instead of
11694 nconc.
11695
11696 * viper.el (viper-vi-state-mode-list)
11697 (viper-emacs-state-mode-list): Move help-mode and
11698 completion-list-mode from the first list to the second.
11699 (viper-mode): Docstring.
11700 (viper-go-away, viper-non-hook-settings): Don't localize
11701 minor-mode-alist in newer Emacsen. Add advice to
11702 set-cursor-color. Don't bind "\C-c\\".
11703
11704 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
11705
11706 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
11707 (scheme-macro-expand-command): New user options.
11708 (scheme-trace-procedure, scheme-expand-current-form): New commands.
11709 (scheme-form-at-point, scheme-start-file)
11710 (scheme-interactively-start-process): New functions.
11711 (scheme-get-process): New function, extracted from `scheme-proc'.
11712 (run-scheme): Call `scheme-start-file' to get start file, and pass
11713 it to `make-comint'.
11714 (switch-to-scheme, scheme-proc):
11715 Call `scheme-interactively-start-process' if no Scheme buffer/process
11716 is available.
11717
11718 2005-08-06 Juri Linkov <juri@jurta.org>
11719
11720 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11721 Use `compilation-text-face', `compilation-info-text-face' and
11722 `compilation-error-text-face' instead of `font-lock-keyword-face'.
11723 (compilation-error): New face.
11724 (compilation-error-file-name): Inherit from
11725 `compilation-error' instead of `font-lock-warning-face'.
11726 (compilation-warning-file-name): Inherit from
11727 `compilation-warning' instead of `font-lock-warning-face'.
11728 (compilation-info, compilation-error-file-name)
11729 (compilation-warning-file-name, compilation-info-file-name)
11730 (compilation-line-number, compilation-column-number): Doc fix.
11731 (compilation-error-text-face, compilation-warning-text-face)
11732 (compilation-info-text-face): New face variables.
11733 (compilation-line-face, compilation-column-face)
11734 (compilation-enter-directory-face)
11735 (compilation-leave-directory-face): Doc fix.
11736 (compilation-text-face): New function.
11737
11738 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
11739 instead of 1 to display binary file names as info file links.
11740 (grep-error-face): Use `compilation-error-face' instead of
11741 `font-lock-keyword-face'.
11742 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
11743 and `compilation-warning-text-face' instead of
11744 `font-lock-keyword-face'. Use `compilation-error-text-face'
11745 instead of `grep-error-face'.
11746
11747 2005-08-05 Kenichi Handa <handa@m17n.org>
11748
11749 * international/code-pages.el: Add autoload cookies for all coding
11750 systems.
11751
11752 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
11753
11754 * cus-start.el (all): Put undo.c where it alphabetically belongs.
11755
11756 2005-08-04 Juri Linkov <juri@jurta.org>
11757
11758 * progmodes/compile.el (compilation-mode-map):
11759 * progmodes/grep.el (grep-mode-map):
11760 Bind TAB to `compilation-next-error' and [backtab] to
11761 `compilation-previous-error'.
11762
11763 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
11764 matching line numbers, column numbers and their ranges with regexp
11765 matching only line numbers.
11766 (grep-context-face): New face variable.
11767 (grep-mode-font-lock-keywords): Use it.
11768
11769 * faces.el (read-face-name): Delete duplicate faces.
11770
11771 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
11772
11773 * thumbs.el (thumbs-find-image): Don't make variables
11774 automatically buffer local.
11775 (thumbs-current-tmp-filename, thumbs-current-image-filename)
11776 (thumbs-image-num): Make automatically buffer local.
11777 (thumbs-show-thumbs-list): Use `make-local-variable', not
11778 `make-variable-buffer-local'.
11779 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
11780
11781 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
11782 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
11783 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
11784 (bother, bye, canyou, chatlst, continue, deathlst, describe)
11785 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
11786 (feelings-about, foullst, found, hello, history, howareyoulst)
11787 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
11788 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
11789 (neglst, obj, object, owner, please, problems, qlist)
11790 (random-adjective, relation, remlst, repetitive-shortness)
11791 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
11792 (shortlst, something, sportslst, stallmanlst, states, subj)
11793 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
11794 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
11795 Defvar at compile time.
11796
11797 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
11798 not `make-variable-buffer-local'.
11799
11800 2005-08-02 Kim F. Storm <storm@cua.dk>
11801
11802 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
11803 rectangle overlay in selected window.
11804
11805 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
11806
11807 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
11808 instead of display group. Make `indicate-buffer-boundaries'
11809 customizable through Custom.
11810
11811 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
11812
11813 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
11814 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
11815 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
11816 (gdb-put-string): Fix typos in docstrings.
11817
11818 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
11819
11820 Update copyright notices of files in progmodes directory for
11821 release of Emacs 22.1.
11822
11823 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
11824
11825 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
11826 Don't barf if the GUD buffer has been killed.
11827
11828 2005-08-01 Kim F. Storm <storm@cua.dk>
11829
11830 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
11831
11832 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
11833
11834 * simple.el (next-error-follow-minor-mode):
11835 make-variable-buffer-local -> make-local-variable.
11836
11837 * emacs-lisp/cl-extra.el: Require CL also when compiling.
11838
11839 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
11840 (byte-compile-form-make-variable-buffer-local): New functions to warn
11841 about misuses of make-variable-buffer-local where make-local-variable
11842 was meant.
11843
11844 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
11845
11846 * bs.el (bs-attributes-list): Doc fix.
11847 (bs): Update url-link.
11848
11849 * desktop.el (desktop-save-buffer): Fix typos in docstring.
11850 (desktop-load-default): Simplify.
11851
11852 * ibuffer.el (ibuffer-columnize-and-insert-list)
11853 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
11854 (ibuffer-unmark-all, ibuffer-toggle-marks)
11855 (ibuffer-unmark-forward, ibuffer-unmark-backward)
11856 (ibuffer-compile-make-format-form, ibuffer-format-column)
11857 (ibuffer-current-buffers-with-marks)
11858 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
11859 (ibuffer): Doc fix.
11860 (ibuffer-mode): Fix typo in docstring.
11861 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
11862 with `define-obsolete-variable-alias'.
11863 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
11864
11865 2005-07-29 Kenichi Handa <handa@m17n.org>
11866
11867 * international/mule-cmds.el (select-message-coding-system):
11868 Be sure to use LF for end-of-line. If no coding system is decided,
11869 return iso-8859-1-unix.
11870
11871 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
11872
11873 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
11874 (ange-ftp-pending-error-line): New vars.
11875 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
11876 to handle the non-fatal no-route-to-host messages.
11877 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
11878
11879 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
11880
11881 * isearch.el (isearch-mode-map, isearch-other-meta-char)
11882 (isearch-quote-char, isearch-printing-char)
11883 (isearch-text-char-description): "?\ " -> "?\s".
11884 (isearch-lazy-highlight-cleanup)
11885 (isearch-lazy-highlight-initial-delay)
11886 (isearch-lazy-highlight-interval)
11887 (isearch-lazy-highlight-max-at-a-time)
11888 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
11889 Declare with define-obsolete-*-alias macros.
11890 (isearch-forward): Fix typo in docstring.
11891 (search-invisible, search-ring-yank-pointer)
11892 (regexp-search-ring-yank-pointer): Doc fixes.
11893
11894 * recentf.el (recentf-menu-append-commands-p): Declare with
11895 `define-obsolete-variable-alias'.
11896 (recentf-max-saved-items, recentf-menu-filter)
11897 (recentf-arrange-by-rule-subfilter): Doc fixes.
11898 (recentf-menu-append-commands-flag)
11899 (recentf-initialize-file-name-history, recentf-expand-file-name)
11900 (recentf-clear-data): Fix typos in docstrings.
11901
11902 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
11903
11904 * progmodes/gdb-ui.el: Smarten comments.
11905 (gdb-info-breakpoints-custom): Use nowarn when finding file.
11906
11907 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11908
11909 * term/apollo.el (terminal-init-apollo): New function containing
11910 all former top level forms in the file.
11911 * term/bobcat.el (terminal-init-bobcat):
11912 * term/cygwin.el (terminal-init-cygwin):
11913 * term/iris-ansi.el (terminal-init-iris-ansi):
11914 * term/linux.el (terminal-init-linux):
11915 * term/news.el (terminal-init-news):
11916 * term/rxvt.el (terminal-init-rxvt):
11917 * term/sun.el (terminal-init-sun):
11918 * term/tvi970.el (terminal-init-tvi970):
11919 * term/vt100.el (terminal-init-vt100):
11920 * term/vt102.el (terminal-init-vt102):
11921 * term/vt125.el (terminal-init-vt125):
11922 * term/vt200.el (terminal-init-vt200):
11923 * term/vt201.el (terminal-init-vt201):
11924 * term/vt220.el (terminal-init-vt220):
11925 * term/vt240.el (terminal-init-vt240):
11926 * term/vt300.el (terminal-init-vt300):
11927 * term/vt320.el (terminal-init-vt320):
11928 * term/vt400.el (terminal-init-vt400):
11929 * term/vt420.el (terminal-init-vt420):
11930 * term/wyse50.el (terminal-init-wyse50):
11931 * term/xterm.el (terminal-init-xterm): Likewise.
11932
11933 * term/README: Describe the terminal-init-* functionality.
11934
11935 * startup.el (command-line): After loading the terminal initialization
11936 file call the corresponding terminal initialization function.
11937
11938 2005-07-27 Kenichi Handa <handa@m17n.org>
11939
11940 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11941 negative.
11942
11943 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
11944 (ps-mule-composition-prologue): Fix for the case that
11945 RelativeCompose is false.
11946
11947 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11948
11949 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11950
11951 * descr-text.el (describe-char): Handle the case where the list of
11952 chars is displayed in a separate frame.
11953 Be a bit more discriminating when looking for the char.
11954
11955 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
11956
11957 * bookmark.el (bookmark-automatically-show-annotations)
11958 (bookmark-read-annotation-text-func): Doc fixes.
11959 (bookmark-save): Improve argument/docstring consistency.
11960 (bookmark-get-bookmark, bookmark-get-bookmark-record)
11961 (bookmark-alist-from-buffer)
11962 (bookmark-upgrade-file-format-from-0)
11963 (bookmark-grok-file-format-version)
11964 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11965 (bookmark-read-annotation-mode)
11966 (bookmark-insert-current-bookmark, bookmark-jump)
11967 (bookmark-exit-hook): Fix typos in docstrings.
11968 (bookmark-exit-hooks): Define as obsolete alias.
11969 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11970 not `bookmark-exit-hooks'. Fix docstring.
11971 (bookmark-bmenu-select): "?\ " -> "?\s".
11972
11973 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
11974
11975 * startup.el (command-line): Fix typo.
11976
11977 2005-07-24 Richard M. Stallman <rms@gnu.org>
11978
11979 * tooltip.el (tooltip-mode): Test emacs-basic-display,
11980 not emacs-quick-startup.
11981
11982 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
11983
11984 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11985 (reb-next-match, reb-show-subexp): Use `with-selected-window'
11986 instead of `reb-with-current-window'.
11987 (reb-prev-match): Likewise. Also, don't move left if the search
11988 was unsuccessful.
11989 (reb-initialize-buffer): New function.
11990 (re-builder, reb-change-syntax): Use it.
11991
11992 * man.el (Man-goto-page): Make second argument NOERROR optional.
11993
11994 2005-07-23 Richard M. Stallman <rms@gnu.org>
11995
11996 * man.el (Man-bgproc-sentinel): Check here for failure to find
11997 any man page in the output, and report the error here.
11998 (Man-arguments): Make it permanent local.
11999 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
12000 (Man-mode): Pass t for NOERROR.
12001
12002 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12003 (grep-mode-font-lock-keywords):
12004 Don't use compilation-...-face for messages that are not file names.
12005
12006 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12007 Don't use compilation-...-face for messages that are not file names.
12008
12009 2005-07-22 Juri Linkov <juri@jurta.org>
12010
12011 * startup.el (normal-splash-screen): Update menu name.
12012
12013 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12014
12015 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12016
12017 * term/xterm.el: Load term/rxvt if the terminal is actually an
12018 rxvt terminal.
12019 (xterm-rxvt-set-background-mode): Remove, not used anymore.
12020
12021 * term/rxvt.el (function-key-map): Use substitute-key-definition
12022 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
12023
12024 * term/cygwin.el: New file.
12025
12026 2005-07-22 Kim F. Storm <storm@cua.dk>
12027
12028 * image-file.el (insert-image-file, image-file-yank-handler):
12029 Fix last change to maintain a (unique) yank-handler on yanked images.
12030
12031 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
12032
12033 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12034 of the file size (as in "177B" for 177 bytes). This happens with
12035 "ls -lh" on FreeBSD.
12036
12037 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
12038
12039 * hilit-chg.el (highlight-changes-global-initial-state)
12040 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12041 (hilit-chg-fixup, highlight-changes-mode):
12042 Fix typos in docstrings.
12043 (highlight-changes-global-modes, highlight-changes-rotate-faces):
12044 Doc fixes.
12045
12046 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
12047
12048 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
12049 mode function using `eval-after-load'.
12050
12051 2005-07-21 Kim F. Storm <storm@cua.dk>
12052
12053 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
12054 included when reporting an emacs crash, and tell about the DEBUG file.
12055
12056 * image-file.el (insert-image-file): Add yank-handler.
12057 (image-file-yank-handler): Yank handler to make unique copies of
12058 images when they are yanked into a buffer next to each other.
12059
12060 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
12061
12062 * comint.el (comint-use-prompt-regexp, comint-send-input)
12063 (comint-source-default, comint-extract-string)
12064 (comint-get-source, comint-word, comint-completion)
12065 (comint-source, comint-prompt-read-only, comint-update-fence):
12066 Fix typos in docstrings.
12067 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
12068 Declare with define-obsolete-*-alias macros.
12069 (comint-previous-matching-input-from-input)
12070 (comint-next-matching-input-from-input)
12071 (comint-previous-matching-input, comint-next-matching-input)
12072 (comint-forward-matching-input):
12073 Improve argument/docstring consistency.
12074
12075 * desktop.el (desktop-clear-preserve-buffers-regexp):
12076 Also preserve the *server* buffer.
12077
12078 * simple.el (clone-indirect-buffer): Doc fix.
12079 (fixup-whitespace, just-one-space)
12080 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12081 (next-error, next-error-highlight)
12082 (next-error-highlight-no-select, next-error-last-buffer)
12083 (next-error-buffer-p, next-error-find-buffer, next-error)
12084 (previous-error, next-error-no-select, previous-error-no-select)
12085 (open-line, split-line, minibuffer-prompt-width, kill-new)
12086 (binary-overwrite-mode): Fix typos in docstrings.
12087 (set-fill-column): Fix typo in message.
12088
12089 * skeleton.el (skeleton-proxy-new): Doc fix.
12090
12091 * strokes.el (strokes-load-hook): Doc fix.
12092 (strokes-grid-resolution, strokes-get-grid-position)
12093 (strokes-renormalize-to-grid, strokes-read-stroke)
12094 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
12095 (strokes-global-map): Fix typos in docstrings.
12096 (strokes-help): Doc fix. Fix help message and pass it through
12097 `substitute-command-keys'.
12098
12099 * tempo.el (tempo-insert-prompt, tempo-interactive)
12100 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
12101 (tempo-insert-string-functions, tempo-local-tags)
12102 (tempo-define-template, tempo-insert-template)
12103 (tempo-insert-prompt-compat, tempo-is-user-element)
12104 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
12105 Fix typos in docstrings.
12106
12107 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
12108 (vcursor-key-bindings, vcursor-use-vcursor-map)
12109 (vcursor-find-window, vcursor-scroll-down)
12110 (vcursor-disable, vcursor-beginning-of-buffer)
12111 (vcursor-end-of-buffer): Fix typos in docstrings.
12112 (vcursor-relative-move, vcursor-get-char-count):
12113 Improve argument/docstring consistency.
12114
12115 * version.el: "?\ " -> "?\s".
12116
12117 * wid-edit.el (widget-default-create, widget-after-change)
12118 (widget-default-format-handler, widget-checklist-add-item)
12119 (widget-radio-add-item, widget-choose, widget-specify-secret)
12120 (widget-field-value-create, widget-field-value-get)
12121 (widget-editable-list-format-handler)
12122 (widget-editable-list-entry-create, widget-group-value-create)
12123 (widget-documentation-link-add)
12124 (widget-documentation-string-value-create): "?\ " -> "?\s".
12125 (widget-convert-text): Doc fix.
12126 (widget-narrow-to-field, widget-field-find)
12127 (widget-url-link-action, widget-emacs-library-link-action)
12128 (widget-color-notify): Fix typos in docstrings.
12129
12130 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
12131 (x-select-text, set-w32-system-coding-system)
12132 (w32-add-charset-info): Fix typos in docstrings.
12133
12134 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
12135 (cua-enable-cua-keys, cua-use-hyper-key)
12136 (cua-virtual-rectangle-edges): Fix typos in docstrings.
12137 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
12138
12139 * net/tramp.el (tramp-handle-load): Fix typo in error message.
12140
12141 * emacs-lisp/re-builder.el (regexp-builder): Declare with
12142 `defalias' instead of faking it.
12143
12144 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
12145 (eshell-ls-missing, eshell-ls-dired-initial-args)
12146 (eshell-ls-use-in-dired): Fix typos in docstrings.
12147
12148 2005-07-20 Kim F. Storm <storm@cua.dk>
12149
12150 * emulation/cua-base.el (cua-mode): Improve doc string.
12151
12152 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
12153
12154 * abbrev.el (expand-region-abbrevs): Doc fix.
12155 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
12156 Improve argument/docstring consistency.
12157
12158 * arc-mode.el (archive-get-descr, archive-alternate-display):
12159 Doc fixes.
12160 (archive-l-e): Improve argument/docstring consistency.
12161 (archive-tmpdir, archive-unixdate, archive-unixtime)
12162 (archive-chmod-entry): Fix typos in docstrings.
12163 (archive-unflag, archive-unflag-backwards)
12164 (archive-unmark-all-files): "?\ " -> "?\s".
12165
12166 * buff-menu.el (Buffer-menu-unmark): Doc fix.
12167 (Buffer-menu-not-modified, Buffer-menu-execute)
12168 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
12169 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
12170
12171 * composite.el (compose-string, encode-composition-rule)
12172 (compose-last-chars): Fix typos in docstrings.
12173
12174 * desktop.el (desktop-enable, desktop-basefilename):
12175 Declare with `define-obsolete-variable-alias'.
12176 (desktop-internal-v2s): Don't quote keywords.
12177 (desktop-clear): "?\ " -> "?\s".
12178
12179 * dired.el (dired-align-file, dired-flag-backup-files)
12180 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
12181 (dired-listing-switches, dired-ls-F-marks-symlinks)
12182 (dired-dwim-target, dired-load-hook, dired-mode-hook)
12183 (dired-directory, dired-faces, dired, dired-revert)
12184 (dired-mode, dired-summary, dired-view-file)
12185 (dired-copy-filename-as-kill, dired-delete-file)
12186 (dired-no-confirm, dired-unmark-all-marks)
12187 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
12188 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
12189 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
12190 Fix typos in message strings.
12191
12192 * dired-x.el (virtual-dired): Declare with `defalias'.
12193 (dired-mark-unmarked-files, dired-local-variables-file)
12194 (dired-omit-here-always): Doc fix.
12195 (dired-omit-mode, dired-find-subdir)
12196 (dired-enable-local-variables, dired-clean-up-buffers-too)
12197 (dired-extra-startup, dired-mark-extension, dired-jump)
12198 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
12199 (dired-smart-shell-command, dired-guess-shell-alist-user)
12200 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
12201 (dired-x-bind-find-file, dired-x-submit-report):
12202 Fix typos in docstrings.
12203 (dired-mark-unmarked-files): "?\ " -> "?\s".
12204
12205 * dirtrack.el (dirtrack-list): Fix typos in docstring.
12206
12207 * faces.el (describe-face): "?\ " -> "?\s".
12208 (read-all-face-attributes, read-face-font, modify-face)
12209 (face-attr-construct, italic): Fix typos in docstrings.
12210 (frame-update-face-colors): Declare with
12211 `define-obsolete-function-alias'.
12212
12213 * files.el (find-file-noselect, recode-file-name): Doc fixes.
12214 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
12215 (magic-mode-alist, buffer-file-numbers-unique)
12216 (write-file-functions, get-free-disk-space):
12217 Fix typos in docstrings.
12218 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
12219 (write-contents-hooks, write-file-hooks):
12220 Declare with `define-obsolete-variable-alias'.
12221
12222 * forms-d2.el (arch-rj): Fix typo in docstrings.
12223 (arch-tocol): Likewise. "?\ " -> "?\s".
12224
12225 * frame.el (set-frame-font, cursor-in-non-selected-windows):
12226 Fix typo in docstring.
12227 (set-screen-width, set-screen-height): Delete redundant info in
12228 doctrings.
12229 (new-frame, screen-height, screen-width): Declare with
12230 `define-obsolete-function-alias'.
12231 (delete-frame-hook, blink-cursor): Declare with
12232 `define-obsolete-variable-alias'.
12233
12234 * paths.el (prune-directory-list): Fix typos in docstring.
12235
12236 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
12237 (cvs-prefix-get): Fix typos in docstrings.
12238
12239 * ps-print.el (ps-extend-face-list, ps-extend-face)
12240 (ps-print-background-image): Fix typos in docstrings.
12241 (ps-default-fg, ps-default-bg): Doc fixes.
12242
12243 * s-region.el (s-region-bind): Doc fix.
12244 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
12245
12246 * textmodes/org.el (org-table-formula-substitute-names)
12247 (org-table-get-vertical-vector): Doc fixes.
12248 (org-table-recalculate): Remove unused argument to `message'.
12249
12250 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
12251
12252 * textmodes/org.el (org-table-column-names)
12253 (org-table-column-name-regexp)
12254 (org-table-named-field-locations): New variables.
12255 (org-archive-subtree): Protect `this-command' when calling
12256 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
12257 the kill buffer.
12258 (org-complete): Remove fixed-formula completion.
12259 (org-edit-formulas-map): New variable.
12260 (org-table-edit-formulas): New command.
12261 (org-finish-edit-formulas, org-abort-edit-formulas)
12262 (org-show-variable, org-table-get-vertical-vector): New functions.
12263 (org-table-maybe-eval-formula): Handle `:=' fields.
12264 (org-table-get-stored-formulas, org-table-store-formulas)
12265 (org-table-get-formula, org-table-modify-formulas)
12266 (org-table-replace-in-formulas): Handle named field formulas.
12267 (org-table-get-specials): Store locations of named fields.
12268
12269 2005-07-19 Juri Linkov <juri@jurta.org>
12270
12271 * progmodes/grep.el (grep-regexp-alist)
12272 (grep-mode-font-lock-keywords, grep-process-setup):
12273 Use default GNU grep match color "01;31m" instead of "01;41m".
12274 (grep-regexp-alist, grep-mode-font-lock-keywords):
12275 Use `\\[[0-9]*m' instead of `\\[00m'.
12276 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
12277 sgr_start where its handling is more important. Use the real
12278 length of sgr_start instead of constant 8.
12279 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
12280 specially. Delete all remaining escape sequences.
12281 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
12282 (grep-regexp-alist): Make hyperlink only for binary file name
12283 instead of the whole line.
12284 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
12285 (grep-mode): Add autoload.
12286
12287 * emacs-lisp/find-func.el (find-function-regexp):
12288 Add `define-compilation-mode'.
12289
12290 2005-07-19 Juri Linkov <juri@jurta.org>
12291
12292 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
12293 (compare-windows-sync-string-size, compare-windows-recenter)
12294 (compare-windows-highlight, compare-windows): Add version 22.1.
12295 (compare-windows) <defface>: Inherit from lazy-highlight instead
12296 of duplicating its default value.
12297
12298 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
12299 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
12300
12301 * descr-text.el (describe-char): Create link buttons for `charset'
12302 and `code point'. Add the current input method name with a link
12303 button to `to input' field. Print face names of display table
12304 characters in `The display table entry is displayed by' section
12305 instead of printing face-id in the `display' field.
12306 Guess hardcoded faces and create a link button for them.
12307 Skip empty fields when calculating max-width.
12308 Treat `widget-create' specially while inserting strings from the
12309 collected field list.
12310 (describe-char-after): Made obsolete in version 22.1, not 21.5.
12311
12312 * diff-mode.el (diff-file-header): Change foreground color from
12313 yellow to green on light backgrounds.
12314 (diff-context): Inherit from `shadow' only for color/grayscale
12315 with more than 88 colors.
12316 (diff-indicator-removed, diff-indicator-added)
12317 (diff-indicator-changed): New faces.
12318 (diff-font-lock-keywords): Use new faces. Regroup rules.
12319 Add "^---$" for `normal' diff format. Fontify `#' lines with
12320 font-lock-comment-delimiter-face and font-lock-comment-face.
12321 Add `#' to ^[^...] in the rule for `diff-context-face'.
12322
12323 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
12324 a button-like box. Inherit from `highlight' on low colors.
12325 (shadow): Use shades of gray only for color/grayscale with
12326 more than 88 colors. Use green for light backgrounds with
12327 8 colors, and yellow for dark backgrounds with 8 colors.
12328
12329 * font-lock.el (font-lock-regexp-grouping-backslash):
12330 Don't inherit from escape-glyph (use bold for all cases).
12331
12332 * info.el (info-xref-visited): Use light foreground color `violet'
12333 for dark backgrounds instead of dark color `magenta3'.
12334 (info-title-1): Use `yellow' color for dark backgrounds.
12335
12336 * isearch.el (isearch): Use not-too-dark magenta3 instead of
12337 too-light magenta2.
12338
12339 * replace.el (match): Use slightly more light RoyalBlue3 instead
12340 of dark RoyalBlue4.
12341
12342 * wid-edit.el (widget-inactive): Inherit from `shadow'.
12343
12344 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
12345
12346 * novice.el (disabled-command-hook): Declare it with
12347 `define-obsolete-variable-alias'.
12348
12349 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
12350 (desktop-buffer-misc-functions, desktop-buffer-handlers)
12351 (desktop-load-default): Add release to obsolescence info.
12352 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
12353 (desktop-append-buffer-args, desktop-read):
12354 Fix typos in docstrings.
12355 (desktop-kill): Fix typo in message.
12356 (desktop-save): Doc fix.
12357
12358 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
12359
12360 * viper-cmd.el (viper-escape-to-state): Bug fix.
12361 (viper-envelop-ESC-key): Change the definition of fast
12362 keysequence so it'll work with keyboard macros.
12363
12364 * ediff.el (ediff-patch-buffer): Change the docstring.
12365
12366 2005-07-19 Kenichi Handa <handa@m17n.org>
12367
12368 * international/mule-cmds.el (select-safe-coding-system): Try to
12369 use an auto-coding (if any) before anything else. If the found
12370 auto-coding is invalid, show a warning message.
12371
12372 * international/mule.el (find-auto-coding): New function created
12373 by modifying the body of set-auto-coding.
12374 (set-auto-coding): Use find-auto-coding to find a coding.
12375
12376 2005-07-18 Richard M. Stallman <rms@gnu.org>
12377
12378 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
12379 not isearch-mode-end-hook-error.
12380 (allout-before-change-protect): Fix error message.
12381
12382 2005-07-18 Juri Linkov <juri@jurta.org>
12383
12384 * allout.el (allout-mode):
12385 * calculator.el (calculator-copy):
12386 * custom.el (custom-known-themes):
12387 * dired.el (dired-desktop-buffer-misc-data)
12388 (dired-restore-desktop-buffer):
12389 * dired-x.el (dired-omit-marker-char):
12390 * files.el (basic-save-buffer):
12391 * font-core.el (font-lock-mode):
12392 * calendar/calendar.el (calendar-goto-hebrew-date)
12393 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
12394 (calendar-goto-persian-date):
12395 * language/ethio-util.el (ethio-sera-to-fidel-region):
12396 * textmodes/picture.el (picture-mode):
12397 Delete duplicate duplicate words.
12398
12399 2005-07-18 Juri Linkov <juri@jurta.org>
12400
12401 * isearch.el (isearch-mode-map): Remove key bindings for regexp
12402 chars * ? } |.
12403 (isearch-fallback): Don't call `isearch-process-search-char'.
12404 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
12405 (isearch-process-search-char): Call `isearch-fallback' for regexp
12406 chars * ? } |.
12407 (isearch-return-char): Make obsolete with `make-obsolete' instead
12408 of simply documenting it as obsolete in the docstring.
12409 (isearch-fallback): Refill docstring.
12410
12411 * international/isearch-x.el
12412 (isearch-process-search-multibyte-characters): Remove unneeded
12413 `concat'. Add intermediate values to `junk-hist' instead of
12414 `minibuffer-history'. Test the length of `str'.
12415
12416 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
12417
12418 * allout.el (allout-resolve-xref): Fix typos in error strings.
12419 (allout-before-change-protect): Remove unneeded `concat'.
12420
12421 * array.el (array-mode, array-reconfigure-rows)
12422 (untabify-backward): Fix typos in docstrings.
12423 (array-reconfigure-rows): Use `insert-buffer-substring', not
12424 `insert-buffer'.
12425
12426 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
12427 * progmodes/ada-mode.el (ada-make-body):
12428 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
12429
12430 * dired.el (dired-log):
12431 * tar-mode.el (tar-subfile-save-buffer):
12432 * play/zone.el (zone-pgm-stress-destress):
12433 Use `insert-buffer-substring', not `insert-buffer'.
12434
12435 2005-07-17 Simon Josefsson <jas@extundo.com>
12436
12437 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
12438
12439 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
12440
12441 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
12442 Add plain auth method.
12443 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
12444
12445 2005-07-17 Kim F. Storm <storm@cua.dk>
12446
12447 * ido.el (dired-other-window): Add ido property.
12448
12449 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
12450
12451 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12452 Fix typo in docstring.
12453 (byte-compile-interactive-only-functions): Add `insert-buffer' and
12454 `insert-file-literally'.
12455
12456 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
12457 info and delete redundant message. Doc fix.
12458 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
12459 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
12460
12461 2005-07-16 Richard M. Stallman <rms@gnu.org>
12462
12463 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
12464 (byte-compile-and): Use byte-compile-and-recursion.
12465 (byte-compile-or-recursion): New function.
12466 (byte-compile-or): Use that.
12467 (byte-compile-if): Guard the else-clause too.
12468 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
12469
12470 * isearch.el (isearch-mode-end-hook-quit): New variable.
12471 (isearch-done): Bind it.
12472 (isearch-mode-end-hook): Doc fix.
12473
12474 * allout.el (allout-isearch-did-quit): Variable deleted.
12475 (allout-real-isearch-abort): Function name no longer used.
12476 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
12477 (allout-isearch-rectification): isearch-mode always exists.
12478 Don't set allout-isearch-did-quit.
12479 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
12480 allout-isearch-did-quit.
12481 (allout-enwrap-isearch): Just add the hook.
12482 (allout-isearch-abort): Function deleted.
12483 (allout-pre-command-business): Avoid warning.
12484
12485 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12486 Correctly avoid warnings.
12487 (pascal-outline): Likewise.
12488
12489 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
12490
12491 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
12492
12493 * play/tetris.el (tetris-mode): Avoid warning.
12494
12495 * play/snake.el (snake-mode): Avoid warning.
12496
12497 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
12498 (gamegrid-set-display-table): Avoid warning.
12499 (gamegrid-set-timer): Likewise.
12500 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
12501 (gamegrid-add-score-with-update-game-score-1): Take FILE
12502 as argument.
12503 (gamegrid-add-score-with-update-game-score): Pass that argument.
12504 Rename have-shared-game-dir to gamegrid-shared-game-dir.
12505
12506 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
12507
12508 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
12509 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
12510
12511 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
12512 and insert-file.
12513
12514 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
12515 (sc-ask): Avoid warnings.
12516
12517 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
12518 (eshell-hist-initialize): Use that var the natural way.
12519
12520 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
12521
12522 * emacs-lisp/re-builder.el (reb-cook-regexp):
12523 Avoid warning calling lre-compile-string.
12524 (reb-color-display-p): Avoid warning.
12525
12526 * calculator.el (calculator-last-input): Guard uses
12527 of event-key and key-press-event-p.
12528 (event-key, key-press-event-p): Delete definitions.
12529
12530 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
12531 (find-gc-source-directory, find-gc-subrs-callers)
12532 (find-gc-noreturn-list, find-gc-source-files)
12533 (find-gc-subrs-called): Vars renamed and defvar'd.
12534
12535 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
12536 (checkdoc-overlay-put, checkdoc-delete-overlay)
12537 (checkdoc-overlay-start, checkdoc-overlay-end)
12538 (checkdoc-mode-line-update, checkdoc-char=):
12539 Define such that compiler knows they are defined.
12540 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
12541 (checkdoc-read-event): Delete. Use read-event directly.
12542
12543 * whitespace.el (whitespace-make-overlay)
12544 (whitespace-overlay-put, whitespace-delete-overlay)
12545 (whitespace-overlay-start, whitespace-overlay-end):
12546 Define such that compiler knows they are defined.
12547 (whitespace): Move conditional inside.
12548
12549 * tempo.el (tempo-insert-template): Suppress warning.
12550
12551 * ediff-diff.el (longlines-mode): Add defvar.
12552
12553 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
12554
12555 * server.el: Bind "C-x #" in a way that works even if C-x is
12556 redefined to a command key, not a prefix key.
12557
12558 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12559
12560 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
12561 cl-make-type-test till execution time.
12562
12563 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
12564
12565 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
12566 arg ARG and use it.
12567
12568 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12569
12570 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
12571
12572 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
12573
12574 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12575 a defcustom with two :set or :type keywords.
12576
12577 2005-07-15 Richard M. Stallman <rms@gnu.org>
12578
12579 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12580 Don't give ^M comment-end syntax.
12581
12582 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
12583
12584 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
12585 Don't consider gdbmi (gdb-mi.el has its own update functions).
12586 (gdb-var-delete): Make it work for gdbmi as well.
12587 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
12588
12589 * progmodes/gud.el (etags, sdb): Only require etags when needed.
12590 (gud-speedbar-menu-items): Correct logic for enabling items.
12591
12592 2005-07-15 Kim F. Storm <storm@cua.dk>
12593
12594 * ido.el: Fix commentary.
12595 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
12596 Use with-no-warnings around ffap-guesser.
12597 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
12598 Let bind minibuffer-completing-file-name to t.
12599
12600 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
12601
12602 * startup.el (site-run-file, keyboard-type): Doc fixes.
12603 (command-line): Check for "--basic-display" argument; also for
12604 "--quick", not "--bare-bones" (which was renamed).
12605 (fancy-splash-text): Add missing item "Getting New Versions".
12606 (normal-splash-screen): Fix typos and improve consistency with
12607 `fancy-splash-text'. Update copyright year.
12608
12609 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
12610 valid binding for `help-char'.
12611
12612 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
12613
12614 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
12615
12616 * term.el (term-mode): Disable cua-mode for term buffers.
12617
12618 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
12619
12620 * add-log.el (add-log-mailing-address, change-log-merge):
12621 Doc fixes.
12622 (change-log-get-method-definition): Fix typo in docstring.
12623
12624 2005-07-14 Kim F. Storm <storm@cua.dk>
12625
12626 * emulation/cua-base.el:
12627 (cua--pre-command-handler-1, cua--pre-command-handler)
12628 (cua--post-command-handler-1, cua--post-command-handler):
12629 Split in two. Check (buffer local) value of cua-mode.
12630 (cua-selection-mode): New command.
12631
12632 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
12633
12634 * custom.el (custom-initialize-safe-set)
12635 (custom-initialize-safe-default): Doc fixes.
12636
12637 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12638 and simplify :init-value again.
12639
12640 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12641 and simplify :init-value again. Delete autoload.
12642
12643 * startup.el (command-line): Use `custom-reevaluate-setting' again
12644 for tooltip-mode.
12645
12646 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12647 a defcustom with two :initialize keywords.
12648
12649 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
12650
12651 * allout.el (my-mark-marker, allout-isearch-prior-pos)
12652 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12653 (allout-post-command-business, allout-flag-region)
12654 (isearch-reenable-font-lock, allout-yank)
12655 (allout-insert-latex-header, allout-insert-latex-trailer)
12656 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12657 (allout-latex-verb-quote): Fix typos in docstrings.
12658 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
12659 (allout-unprotected, allout-prefix-data):
12660 Improve argument/docstring consistency.
12661 (allout-chart-subtree): Fix argument spec.
12662 (allout-open-topic): Rename `use_sib_bullet' argument to
12663 `use-sib-bullet'. Doc fix.
12664
12665 * whitespace.el (whitespace-check-buffer-leading)
12666 (whitespace-check-buffer-trailing)
12667 (whitespace-check-buffer-indent)
12668 (whitespace-check-buffer-spacetab)
12669 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12670 (whitespace-check-leading-whitespace)
12671 (whitespace-check-trailing-whitespace)
12672 (whitespace-check-spacetab-whitespace)
12673 (whitespace-check-indent-whitespace)
12674 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12675 (whitespace-modes): Fix typos in docstrings.
12676 (defgroup, defcustom): Doc fixes.
12677
12678 * winner.el (winner-mode, winner-boring-buffers)
12679 (winner-pending-undo-ring): Doc fixes.
12680 (winner-ring): Remove unneeded `progn'.
12681 (winner-equal): `defsubst' it.
12682 (winner-redo): Fix message.
12683
12684 2005-07-13 Kim F. Storm <storm@cua.dk>
12685
12686 * simple.el (line-move-1): Always use vertical-motion to
12687 do the last (or only) line move to ensure some movement.
12688 Undo 2005-06-23 change--don't check for overlays.
12689
12690 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12691
12692 * term/mac-win.el (ccl-encode-mac-roman-font)
12693 (ccl-encode-mac-centraleurroman-font)
12694 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
12695 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12696 Change charset-id boundary of dimension to ?\xef.
12697 (mac-char-fontspec-list): New constant.
12698 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
12699 argument. Nil uses itself as family in font-spec. Previous
12700 behavior for nil is now provided by non-nil non-string argument.
12701 All callers changed. Add font-specs for Mac fonts to
12702 "fontset-default" unless iso8859-1 fonts are installed.
12703
12704 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
12705
12706 * progmodes/sh-script.el (sh-get-indent-info): Only indent
12707 a continuation line if the \ is preceded by SPC or TAB.
12708 (sh-get-indent-info): Simplify.
12709 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
12710 Use with-current-buffer.
12711
12712 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
12713 when the matched text is empty.
12714
12715 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
12716
12717 * startup.el (command-line): Revert to previous handling of
12718 tooltip-mode. Explain in comment why the complexity is needed.
12719
12720 * tooltip.el (tooltip-mode): Revert to previous implementation of
12721 its defcustom.
12722
12723 * frame.el (blink-cursor-mode): Revert to previous implementation
12724 of its defcustom. Update comment.
12725
12726 2005-07-12 Lars Hansen <larsh@soem.dk>
12727
12728 * desktop.el: Update e-mail address.
12729
12730 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12731
12732 * term/mac-win.el (mac-services-mail-selection)
12733 (mac-services-mail-to): New functions.
12734 (mac-application-menu-map): Bind them.
12735
12736 2005-07-12 wulei <milton@wulei.net> (tiny change)
12737
12738 * progmodes/gdb-ui.el: Add note about buffering with Windows.
12739
12740 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
12741
12742 * custom.el (custom-reevaluate-setting): Doc fix.
12743
12744 2005-07-11 Jay Belanger <belanger@truman.edu>
12745
12746 * calc/calc.el (calc-embedded-announce-formula-alist)
12747 (calc-embedded-open-close-plain-alist)
12748 (calc-embedded-open-close-mode-alist): Add checks for additional
12749 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
12750
12751 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
12752
12753 * custom.el (custom-enable-theme): Don't add theme to
12754 `custom-enabled-themes' with `push' because there is no
12755 setf-method for `delq'.
12756
12757 2005-07-11 Richard M. Stallman <rms@gnu.org>
12758
12759 * custom.el (custom-declare-variable): Doc fix.
12760
12761 * dired-aux.el (dired-compare-directories): Remove "." and ".."
12762 from the alists.
12763
12764 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
12765 Do nothing if edebug-active.
12766
12767 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
12768 (edebug-display): Do it here instead.
12769
12770 2005-07-10 Richard M. Stallman <rms@gnu.org>
12771
12772 * cus-face.el (custom-theme-set-faces): Make it work.
12773 (custom-reset-faces): Doc fix.
12774 (custom-theme-reset-internal-face, custom-theme-face-value):
12775 Functions deleted.
12776
12777 * custom.el (custom-push-theme): Maintain list of the settings
12778 of a given theme in its theme-settings property.
12779 Maintain position of old settings in the theme-value
12780 or theme-face property.
12781 (custom-enabled-themes): New variable.
12782 (custom-theme-enabled-p): New function.
12783 (provide-theme): Update custom-enabled-themes.
12784 Disable and reenable the `user' theme.
12785 (require-theme): Doc fix.
12786 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
12787 (custom-theme-value, custom-theme-variable-value): Likewise.
12788 (custom-theme-reset-internal): Likewise.
12789 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
12790 (custom-enable-theme, custom-disable-theme): New functions.
12791 (custom-variable-theme-value, custom-face-theme-value): Likewise.
12792 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
12793 (custom-theme-reset-variables): Simplify.
12794 (deftheme, custom-declare-theme, custom-make-theme-feature):
12795 Definitions moved.
12796
12797 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
12798
12799 * longlines.el (longlines-show-region)
12800 (longlines-unshow-hard-newlines): Recognize hard newlines by
12801 non-nil hard property, instead of t.
12802
12803 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
12804
12805 * viper-cmd.el (viper--key-maps): New variable.
12806 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
12807 emulation-mode-map-alists.
12808 (viper-envelop-ESC-key): Use viper-subseq.
12809 (viper-search-forward/backward/next): Disable debug-on-error.
12810
12811 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12812 (viper-ESC-key): New defcustoms.
12813
12814 * viper-macs.el (ex-map-read-args): Use viper-subseq.
12815
12816 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
12817 (viper-subseq): Copy of subseq from cl.el.
12818
12819 * viper.el (viper-go-away, viper-set-hooks): Use
12820 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
12821
12822 * viper-mous.el (viper-current-frame-saved): Use defvar.
12823
12824 * viper-init.el: Get rid of -face in face names.
12825
12826 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
12827 Make it work with longlines mode
12828
12829 * ediff-mult.el (ediff-meta-mode-hook): New variable.
12830
12831 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
12832
12833 * ediff-init.el: Get rid of -face in face names.
12834
12835 2005-07-10 Richard M. Stallman <rms@gnu.org>
12836
12837 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
12838 and with-timeout-unsuspend.
12839
12840 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
12841 and with-timeout-unsuspend.
12842
12843 * emacs-lisp/timer.el (with-timeout-timers): New variable.
12844 (with-timeout): Bind that variable to record timers.
12845 (with-timeout-suspend, with-timeout-unsuspend): New functions.
12846
12847 * emacs-lisp/debug.el (debug-help-follow): New function.
12848 (debugger-mode-map): Use that instead of help-follow.
12849 (debugger-setup-buffer): Use eval-buffer-list
12850 to handle eval-buffer frames.
12851
12852 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
12853
12854 * timezone.el (timezone-parse-date): Change first regexp
12855 so it will not mistakenly match dates with no time zone.
12856
12857 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
12858
12859 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
12860
12861 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
12862
12863 * custom.el (custom-initialize-safe-set)
12864 (custom-initialize-safe-default): New functions.
12865
12866 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12867 and simplify :init-value.
12868
12869 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12870 and simplify :init-value. Delete obsolete comment.
12871
12872 * startup.el (command-line): Use `custom-reevaluate-setting' to
12873 handle `tooltip-mode'. Delete obsolete comment.
12874
12875 * files.el (set-visited-file-name): Avoid calling
12876 `file-name-nondirectory' with a nil argument.
12877
12878 2005-07-09 Richard M. Stallman <rms@gnu.org>
12879
12880 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
12881 was called with nil for the buffer, handle the read position right.
12882 Handle read position for eval-region, too.
12883
12884 2005-07-09 Juri Linkov <juri@jurta.org>
12885
12886 * fringe.el (fringe-mode): Add period in docstring.
12887 (fringe-query-style): Build prompt depending on `all-frames' arg.
12888
12889 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
12890 to not create links to unrelated functions in the Help buffer.
12891
12892 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
12893 Doc fix.
12894
12895 * simple.el (next-error-hook): New variable.
12896 (next-error): Use it. Doc fix.
12897
12898 * textmodes/ispell.el (ispell-command-loop): Add current
12899 dictionary name and program name to mode-line-format.
12900 (ispell-region, ispell-process-line): Add current dictionary name
12901 and program name to messages.
12902
12903 2005-07-08 Jay Belanger <belanger@truman.edu>
12904
12905 * calc/calc.el (calc-embedded-announce-formula-alist)
12906 (calc-embedded-open-close-formula-alist)
12907 (calc-embedded-open-close-word-alist)
12908 (calc-embedded-open-close-plain-alist)
12909 (calc-embedded-open-close-new-formula-alist)
12910 (calc-embedded-open-close-mode-alist)
12911 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
12912 (calc-embedded-mode-hook): New variables.
12913
12914 * calc/calc-embed.el (calc-embedded-firsttime)
12915 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
12916 New variables.
12917 (calc-do-embedded): Use calc-embedded-firsttime,
12918 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
12919 determine whether or not to run hooks.
12920 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
12921 calc-embedded-firsttime-formula appropriately.
12922 Set calc-embedded delimiter variables according to mode.
12923
12924 2005-07-08 Richard M. Stallman <rms@gnu.org>
12925
12926 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12927 Check for "emacs", etc., as entire symbol, not just as word.
12928 (checkdoc-file-comments-engine): Use regexp-quote on FN.
12929
12930 * files.el (set-visited-file-name): Report the error
12931 for "empty filename" earlier.
12932 (kill-some-buffers): Ignore buffers already dead.
12933
12934 * fringe.el (fringe-mode): Doc fix.
12935
12936 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12937 Check for (featurep 'xemacs) and turn off warnings in what it guards.
12938 Use unwind-protect to ensure byte-compile-unresolved-functions
12939 is updated.
12940
12941 * whitespace.el (whitespace-buffer-leading-cleanup):
12942 Simplify w/ skip-chars-forward.
12943 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12944
12945 * mail/rmail.el (rmail-only-expunge): Fix paren error.
12946 Unconditionally try to leave point at the same old place.
12947
12948 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
12949
12950 * comint.el (comint-postoutput-scroll-to-bottom)
12951 (comint-show-maximum-output): Take scroll-margin into consideration.
12952
12953 2005-07-08 Kim F. Storm <storm@cua.dk>
12954
12955 * ido.el (ido-use-filename-at-point): New choice `guess'.
12956 (ido-file-internal): Try ffap-guesser if selected.
12957
12958 * ido.el (ido-before-fallback-functions): New hook.
12959 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12960 (ido-read-file-name): Run it.
12961
12962 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12963
12964 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12965 strings rather than a list of symbols to the completion function.
12966
12967 2005-07-07 Jay Belanger <belanger@truman.edu>
12968
12969 * calc/calc-units.el (math-apply-units): Change the places in
12970 which units are simplified.
12971
12972 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
12973
12974 * cus-edit.el (customize-option, customize-option-other-window):
12975 Make them handle aliases.
12976
12977 * custom.el (custom-variable-p): Make it recursively follow
12978 aliases. Mention that in the docstring.
12979
12980 2005-07-07 Richard M. Stallman <rms@gnu.org>
12981
12982 * cus-start.el (exec-path): Use `directory' instead of `file'.
12983 Fix tag for nil.
12984
12985 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
12986
12987 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12988 when called non-interactively. Doc fix.
12989
12990 2005-07-07 Lute Kamstra <lute@gnu.org>
12991
12992 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12993 new address as well.
12994
12995 2005-07-07 Kenichi Handa <handa@m17n.org>
12996
12997 * international/mule.el (make-coding-system):
12998 Describe `ascii-incompatible' property in the docstring.
12999 (set-file-name-coding-system): Signal an error if coding-system is
13000 ascii-incompatible.
13001 (set-keyboard-coding-system): Likewise.
13002
13003 * international/mule-cmds.el (set-default-coding-systems):
13004 Don't set default-file-name-coding-system and
13005 default-keyboard-coding-system if coding-system is ASCII-incompatible.
13006
13007 * international/utf-16.el: Declare that all UTF-16-based coding
13008 systems are ASCII-incompatible.
13009
13010 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
13011
13012 * progmodes/gud.el: Require font-lock for displaying errors.
13013 Used by gdb-ui.el.
13014
13015 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13016
13017 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13018 values for the pattern lists which are `read'able but not
13019 `append'able (like symbols).
13020
13021 2005-07-06 Richard M. Stallman <rms@gnu.org>
13022
13023 * progmodes/flymake.el (flymake-float-time): Instead of
13024 with-no-warnings, test for xemacs.
13025 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13026 to avoid warning.
13027
13028 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
13029
13030 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13031
13032 2005-07-05 Lute Kamstra <lute@gnu.org>
13033
13034 * battery.el: Add support for Darwin (with much debugging help
13035 from Samuel Lauber <sam124@operamail.com>).
13036 (battery-status-function, battery-echo-area-format)
13037 (battery-mode-line-format): Add support for pmset on Darwin.
13038 (battery-load-low, battery-load-critical): New user options.
13039 (battery-pmset): New function.
13040
13041 2005-07-05 Lute Kamstra <lute@gnu.org>
13042
13043 Update FSF's address in GPL notices.
13044
13045 * textmodes/page-ext.el: Update FSF's address.
13046
13047 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13048
13049 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
13050 filling from using prefix when filling a single-line docstring.
13051
13052 * progmodes/flymake.el: Remove useless eval-when-compile.
13053
13054 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
13055
13056 2005-07-04 Richard M. Stallman <rms@gnu.org>
13057
13058 * textmodes/org.el (org-file-apps-defaults-gnu):
13059 Rename from org-file-apps-defaults-linux.
13060 (org-default-apps): Don't test system-type for `linux'.
13061 (org-file-apps): Doc fix.
13062
13063 2005-07-04 David Ponce <david@dponce.com>
13064
13065 * tree-widget.el: Improve header Commentary section.
13066 (tree-widget) [defgroup]
13067 (tree-widget-image-enable, tree-widget-themes-directory)
13068 (tree-widget-theme, tree-widget-image-properties-emacs)
13069 (tree-widget-image-properties-xemacs, tree-widget-create-image)
13070 (tree-widget-image-formats, tree-widget-control)
13071 (tree-widget-empty-control, tree-widget-leaf-control
13072 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
13073 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13074 (tree-widget-keep, tree-widget-after-toggle-functions)
13075 (tree-widget-open-node, tree-widget-close-node): Doc fix.
13076 (tree-widget-open-control, tree-widget-close-control): Fix doc and
13077 :help-echo message.
13078 (tree-widget-set-theme): Doc fix. Use `string-equal'.
13079 (tree-widget-image-properties): Doc fix. Clearer implementation.
13080 (tree-widget--cursors): New constant.
13081 (tree-widget-lookup-image): New function split from
13082 `tree-widget-find-image'. Clearer implementation.
13083 (tree-widget-find-image): Use it.
13084 (tree-widget-button-keymap): Use `set-keymap-parent'.
13085 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
13086 Define the sub-widgets here.
13087 (tree-widget-node): Check that :node is not a tree-widget.
13088 (tree-widget-get-super, tree-widget-open-control)
13089 (tree-widget-close-control, tree-widget-empty-control)
13090 (tree-widget-leaf-control, tree-widget-guide)
13091 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
13092 (tree-widget-no-handle, tree-widget-value-delete)
13093 (tree-widget-map): Remove.
13094 (tree-widget-children-value-save): Doc fix. Simplified.
13095 (tree-widget-value-create): Update according to previous changes.
13096
13097 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
13098
13099 * textmodes/org.el: Leading space replaced by TABS.
13100 (org-recalc-marks, org-table-rotate-recalc-marks)
13101 (org-table-get-specials): Treat "^" and "_" marks.
13102 (org-table-justify-field-maybe): Optional argument NEW.
13103 (org-table-eval-formula): Parsing of the format simplified.
13104 New modes C,I. Honor the %= parameter in the current table.
13105 Avoid unnecessary re-align by using the NEW argument to
13106 `org-table-justify-field-maybe'.
13107 (org-calc-default-modes): Default for date-format mimicks org-mode.
13108 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
13109
13110 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
13111
13112 * cus-face.el (custom-theme-set-faces): Make it handle face
13113 aliases whose alias declarations are pre- or autoloaded.
13114
13115 2005-07-04 Juri Linkov <juri@jurta.org>
13116
13117 * faces.el (read-face-name): Put the code for getting a face name
13118 from the buffer before adding the faces from the `face' property.
13119 Use `completing-read-multiple' instead of `completing-read'.
13120 Require `crm'. Add default value and post-process the returned
13121 list of faces.
13122
13123 * emacs-lisp/crm.el (crm-find-current-element)
13124 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
13125
13126 * emacs-lisp/lisp-mode.el (eval-defun-1):
13127 * emacs-lisp/edebug.el (edebug-eval-defun):
13128 Remove unnecessary quotes.
13129
13130 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13131
13132 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
13133 (prolog-indent-level): Fix typo in docstring.
13134
13135 * info.el (Info-history, Info-history-forward)
13136 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
13137
13138 * add-log.el (add-change-log-entry):
13139 * comint.el (comint-dynamic-list-input-ring)
13140 (comint-dynamic-list-completions):
13141 * dabbrev.el (dabbrev-expand):
13142 * delim-col.el (delimit-columns-rectangle-line):
13143 * diff-mode.el (diff-context->unified, diff-reverse-direction)
13144 (diff-unified->context):
13145 * ediff-init.el (ediff-abbrev-jobname):
13146 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
13147 (ediff-replace-session-activity-marker-in-meta-buffer):
13148 * info.el (Info-summary):
13149 * lpr.el (printify-region):
13150 * printing.el (pr-create-interface):
13151 * ps-print.el (ps-print-quote):
13152 * ses.el (ses-column-widths, ses-print-cell)
13153 (ses-adjust-print-width, ses-center):
13154 * shell.el (shell-file-name-quote-list):
13155 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
13156 (strokes-fill-current-buffer-with-whitespace)
13157 (strokes-xpm-for-stroke, strokes-list-strokes)
13158 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
13159 * term.el (term-dynamic-list-input-ring)
13160 (term-dynamic-list-completions):
13161 * calc/calc.el (math-format-stack-value):
13162 * emacs-lisp/edebug.el (edebug-display-freq-count):
13163 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
13164 (delphi-new-comment-line):
13165 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
13166 * progmodes/executable.el (executable-set-magic):
13167 * progmodes/python.el (inferior-python-mode):
13168 * progmodes/scheme.el (scheme-mode-syntax-table):
13169 * progmodes/sh-script.el (sh-maybe-here-document):
13170 * progmodes/sql.el (sql-copy-column):
13171 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
13172 * textmodes/bibtex.el (bibtex-mode):
13173 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
13174 (sgml-auto-attributes):
13175 * textmodes/table.el (table-insert, table-shorten-cell)
13176 (table--generate-source-scan-lines, table-delete-row)
13177 (*table--cell-delete-char, table--spacify-frame)
13178 (table--horizontally-shift-above-and-below)
13179 (table--cell-insert-char, table--cell-blank-str)
13180 (table--fill-region-strictly):
13181 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
13182 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
13183
13184 * add-log.el (change-log):
13185 * apropos.el (apropos):
13186 * comint.el (comint-completion, comint-source):
13187 * dabbrev.el (dabbrev):
13188 * delim-col.el (columns):
13189 * diff-mode.el (diff-mode):
13190 * ediff.el (ediff):
13191 * ediff-diff.el (ediff-diff):
13192 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
13193 * ediff-mult.el (ediff-mult):
13194 * ediff-ptch.el (ediff-ptch):
13195 * ediff-wind.el (ediff-window):
13196 * facemenu.el (facemenu):
13197 * indent.el (indent):
13198 * info.el (info):
13199 * jka-cmpr-hook.el (compression, jka-compr):
13200 * lpr.el (lpr):
13201 * outline.el (outlines):
13202 * pcmpl-cvs.el (pcmpl-cvs):
13203 * pcmpl-rpm.el (pcmpl-rpm):
13204 * printing.el (printing):
13205 * ps-print.el (postscript, ps-print, ps-print-horizontal)
13206 (ps-print-vertical, ps-print-headers, ps-print-font)
13207 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
13208 (ps-print-background, ps-print-printer, ps-print-page)
13209 (ps-print-miscellany):
13210 * ses.el (ses):
13211 * shell.el (shell, shell-directories, shell-faces):
13212 * startup.el (initialization):
13213 * strokes.el (strokes):
13214 * term.el (term):
13215 * uniquify.el (uniquify):
13216 * w32-vars.el (w32):
13217 * calc/calc.el (calc):
13218 * emacs-lisp/bytecomp.el (bytecomp):
13219 * emacs-lisp/cl-indent.el (lisp-indent):
13220 * emacs-lisp/edebug.el (edebug):
13221 * emacs-lisp/elp.el (elp):
13222 * emacs-lisp/testcover.el (testcover):
13223 * emacs-lisp/trace.el (trace):
13224 * emulation/viper-ex.el (viper-ex):
13225 * emulation/viper-mous.el (viper-mouse):
13226 * mail/mailalias.el (mailalias):
13227 * mail/supercite.el (supercite, supercite-frames)
13228 (supercite-attr, supercite-cite, supercite-hooks):
13229 * net/rcompile.el (remote-compile):
13230 * net/rlogin.el (rlogin):
13231 * obsolete/ooutline.el (outlines):
13232 * progmodes/delphi.el (delphi):
13233 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
13234 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
13235 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
13236 (ebnf-optimization):
13237 * progmodes/etags.el (etags):
13238 * progmodes/executable.el (executable):
13239 * progmodes/idlwave.el (idlwave):
13240 * progmodes/pascal.el (pascal):
13241 * progmodes/prolog.el (prolog):
13242 * progmodes/python.el (python):
13243 * progmodes/scheme.el (scheme):
13244 * progmodes/sh-script.el (sh, sh-script):
13245 * progmodes/sql.el (SQL):
13246 * progmodes/tcl.el (tcl):
13247 * textmodes/bibtex.el (bibtex, bibtex-autokey):
13248 * textmodes/enriched.el (enriched):
13249 * textmodes/makeinfo.el (makeinfo):
13250 * textmodes/sgml-mode.el (sgml):
13251 * textmodes/table.el (table-hooks):
13252 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
13253 * textmodes/texinfo.el (texinfo):
13254 * textmodes/two-column.el (two-column):
13255 Finish `defgroup' description with period.
13256
13257 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
13258 * eshell/esh-var.el (eshell-var):
13259 * progmodes/vhdl-mode.el (vhdl-testbench):
13260 * textmodes/org.el (org): Fix typos in docstrings.
13261
13262 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
13263 consistency.
13264
13265 * progmodes/flymake.el (flymake-find-file): Remove.
13266 (flymake-float-time): Use `with-no-warnings'.
13267 (flymake-check-start-time, flymake-check-was-interrupted)
13268 (flymake-err-info, flymake-is-running, flymake-last-change-time)
13269 (flymake-new-err-info): `defvar' at compile time.
13270
13271 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
13272
13273 * replace.el (occur-hook): Doc fix.
13274 (occur-1): Don't call `occur-hook' if there are no matches.
13275
13276 2005-07-03 Richard M. Stallman <rms@gnu.org>
13277
13278 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
13279 global-map, save the same map.
13280 (global-map): Don't alter it at top level.
13281 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
13282 Then alter it here instead.
13283 (tpu-edt-off): Set global-map to the saved one.
13284
13285 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
13286 All references simplified.
13287 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
13288 (zmacs-regions): Add defvar.
13289 (repeat-complex-command-map): Everything about that deleted.
13290
13291 * textmodes/artist.el (artist-key-is-drawing)
13292 (artist-key-endpoint1, artist-key-poly-point-list)
13293 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
13294 (artist-key-compl-table, artist-rb-save-data)
13295 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
13296 Don't put them in eval-when-compile.
13297 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
13298
13299 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
13300 Use with-no-warnings.
13301
13302 * net/browse-url.el (dos-windows-version): Add defvar.
13303
13304 * mail/supercite.el (filladapt-prefix-table): Add defvar.
13305
13306 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
13307 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
13308 (rmail-new-summary-line-count): Rename from new-summary-line-count.
13309 Add defvar.
13310 (rmail-summary-beginning-of-message): Use with-no-warnings.
13311 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
13312
13313 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
13314 Use with-no-warnings.
13315
13316 * emulation/vi.el (vi-mark-region): Use c-mark-function.
13317 (c-mark-function): Add point-moving-unit property.
13318 (vi-goto-line): Use with-no-warnings.
13319
13320 * emulation/edt.el (edt-last-copied-word): Add defvar.
13321 (zmacs-region-stays): Likewise.
13322 (edt-mark-section-wisely): Use c-mark-function for C.
13323 Use makr-defun for Fortran.
13324 (time-string): defvar deleted.
13325 (edt-display-the-time): Don't set time-string.
13326
13327 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
13328
13329 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13330 Don't warn when name is not constant
13331 or for defining the group `emacs'.
13332
13333 * tooltip.el (gud-tooltip-mode): Add defvar.
13334
13335 * startup.el (default-frame-background-mode): Add defvar.
13336
13337 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
13338
13339 * info.el (tool-bar-map): Add defvar.
13340
13341 * dired.el (dnd-protocol-alist): Add defvar.
13342
13343 * dired-aux.el (dired-query): Display question with answer, when
13344 the user answers.
13345
13346 * custom.el (custom-add-option): Doc fix.
13347
13348 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
13349
13350 2005-07-03 Eli Zaretskii <eliz@gnu.org>
13351
13352 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
13353 bogus name from the last change.
13354
13355 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
13356
13357 * custom.el (custom-declare-variable): Fix typos in comment.
13358 (custom-known-themes): Doc fix.
13359 (custom-theme-directory): New defcustom.
13360 (require-theme): Make it check `custom-theme-directory'.
13361
13362 * cus-theme.el (custom-new-theme-mode): New function.
13363 (custom-theme-name, custom-theme-variables, custom-theme-faces)
13364 (custom-theme-description): Add compiler defvars.
13365 (customize-create-theme): Add doc to the "*New Custom Theme*"
13366 buffer. Use `custom-new-theme-mode'.
13367 (custom-theme-write): Put the created buffer in emacs-lisp-mode
13368 and save it to the `custom-theme-directory'. Make this the
13369 default directory of the buffer.
13370
13371 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
13372
13373 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
13374 Fix unbalanced parentheses.
13375
13376 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
13377
13378 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
13379 into flymake-mode and delegate to flymake-mode.
13380
13381 * find-file.el (ff-which-function-are-we-in): Clean up.
13382
13383 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
13384
13385 * replace.el (occur-rename-buffer): Fix docstring.
13386
13387 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
13388 (edt-last-copied-word, edt-learn-macro-count)
13389 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
13390 (edt-rect-start-point, edt-user-global-map, rect-start-point)
13391 (time-string, zmacs-region-stays):
13392 * emulation/edt-mapper.el (edt-save-function-key-map)
13393 (EDT-key-name): `defvar' to silence the byte-compiler.
13394
13395 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
13396
13397 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
13398 font-lock-regexp-backslash. Doc fix.
13399 (font-lock-regexp-backslash-grouping-construct): Rename from
13400 font-lock-regexp-backslash-construct. Doc fix.
13401 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
13402 grouping constructs.
13403
13404 2005-07-02 Eli Zaretskii <eliz@gnu.org>
13405
13406 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
13407 updating all the prerequisites.
13408
13409 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
13410
13411 * textmodes/org.el (org-agenda-start-on-weekday)
13412 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
13413 (org-agenda-use-time-grid, org-archive-location)
13414 (org-allow-space-in-links, org-usenet-links-prefer-google)
13415 (org-enable-table-editor, org-export-default-language)
13416 (org-export-html-show-new-buffer, org-fill-paragraph)
13417 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
13418 (org-goto-quit, org-occur, org-eval-in-calendar)
13419 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
13420 (org-agenda-diary-entry, org-remember-help)
13421 (org-table-convert-region, org-at-table-p)
13422 (org-table-move-row-down, org-table-move-row-up)
13423 (org-table-copy-region, org-table-toggle-vline-visibility)
13424 (org-table-get-stored-formulas, org-table-get-specials)
13425 (org-recalc-commands, org-table-eval-formula)
13426 (org-table-formula-substitute-names, orgtbl-make-binding)
13427 (org-format-org-table-html, org-format-table-table-html)
13428 (org-format-table-table-html-using-table-generate-source)
13429 (org-customize): Fix typos in docstrings.
13430 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
13431 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
13432 (org-back-to-heading): Doc fixes.
13433 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
13434 (org-agenda-change-all-lines, org-get-header):
13435 Improve argument/docstring consistency.
13436 (orgtbl-error): Fix error message.
13437
13438 * progmodes/flymake.el (flymake-find-possible-master-files)
13439 (flymake-master-file-compare, flymake-get-line-err-count)
13440 (flymake-highlight-line, flymake-gui-warnings-enabled):
13441 Fix typos in docstrings.
13442 (flymake-parse-line, flymake-get-project-include-dirs-function)
13443 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
13444 Doc fixes.
13445 (flymake-get-project-include-dirs-function)
13446 (flymake-make-err-menu-data):
13447 Improve argument/docstring consistency.
13448
13449 2005-07-01 Lute Kamstra <lute@gnu.org>
13450
13451 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
13452 Catch errors with ignore-errors. Use temporary buffer.
13453 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
13454
13455 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
13456 background color faces.
13457 (facemenu-set-foreground, facemenu-set-background):
13458 Use facemenu-set-face-from-menu.
13459 (facemenu-set-face-from-menu): Treat face names that start with
13460 "fg:" or "bg:" as special.
13461 (facemenu-add-new-color): Don't create faces. Simplify.
13462
13463 2005-06-30 Richard M. Stallman <rms@gnu.org>
13464
13465 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
13466 (crm-find-current-element): Likewise.
13467
13468 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13469
13470 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
13471
13472 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
13473
13474 * arc-mode.el (archive-extract): Make it work as a mouse binding.
13475 (archive-mouse-extract): Make it an obsolete alias.
13476 (archive-mode-map): Don't use archive-mouse-extract any more.
13477 (archive-mode, archive-extract): write-contents-hooks ->
13478 write-contents-functions.
13479 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
13480 first arg.
13481 (archive-rename-entry): Update the call.
13482 (archive-zip-summarize): Remove unused var `method'.
13483 (archive-lzh-summarize): Remove unused var `creator'.
13484
13485 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
13486 dedicated frame upon exit.
13487
13488 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
13489 (archive-zip-extract, archive-zip-expunge)
13490 (archive-zip-update, archive-zip-update-case): Use executable-find.
13491 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
13492 Use restore-buffer-modified-p.
13493 (archive-extract, archive-add-new-member, archive-write-file-member):
13494 Use with-current-buffer.
13495 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
13496
13497 2005-06-30 Andreas Schwab <schwab@suse.de>
13498
13499 * progmodes/gud.el (gud-filter): Remove unneeded progn.
13500
13501 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13502
13503 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
13504
13505 2005-06-30 Juri Linkov <juri@jurta.org>
13506
13507 * faces.el (vertical-border): Inherit from mode-line-inactive
13508 only on tty.
13509
13510 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
13511
13512 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
13513 example, -NLINES in the `occur' docstring).
13514
13515 * replace.el (occur-1): When no matches are found, do not set the
13516 `buffer-read-only' and modified flags for the occur buffer,
13517 because it is deleted.
13518
13519 * emulation/cua-base.el (cua-check-pending-input)
13520 (cua-repeat-replace-region, cua-mode, cua-debug)
13521 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
13522 Fix typos in docstrings.
13523
13524 * emulation/cua-gmrk.el (cua-toggle-global-mark)
13525 (cua-cut-region-to-global-mark)
13526 (cua--cut-rectangle-to-global-mark):
13527 Remove period from end of messages.
13528
13529 * emulation/cua-rect.el (cua-do-rectangle-padding):
13530 Remove period from end of messages.
13531 (cua--rectangle-seq-format): Fix typo in docstring.
13532 (cua-sequence-rectangle, cua-fill-char-rectangle):
13533 Improve argument/docstring consistency.
13534
13535 2005-06-29 Juri Linkov <juri@jurta.org>
13536
13537 * faces.el (default-frame-background-mode): New internal variable.
13538 (frame-set-background-mode): Use it.
13539
13540 * startup.el (normal-top-level): Set default-frame-background-mode
13541 instead of frame-background-mode. Before setting it, test for its
13542 nil value. Remove tests for frame-background-mode and frame
13543 parameter `reverse'. Add test for "unspecified-fg".
13544
13545 * term/xterm.el (xterm-rxvt-set-background-mode):
13546 * term/rxvt.el (rxvt-set-background-mode):
13547 Set default-frame-background-mode instead of frame-background-mode.
13548
13549 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
13550
13551 * simple.el (set-variable): Warn about obsolete user variables.
13552
13553 * imenu.el (imenu--completion-buffer):
13554 * mouse.el (mouse-buffer-menu-alist):
13555 * msb.el (msb-invisible-buffer-p):
13556 * calendar/diary-lib.el (diary-header-line-format):
13557 * emacs-lisp/pp.el (pp-buffer):
13558 * progmodes/cperl-mode.el (cperl-do-auto-fill):
13559 * textmodes/picture.el (picture-replace-match):
13560 Change space constants followed by a sexp to "?\s ".
13561
13562 * play/decipher.el (decipher-loop-with-breaks):
13563 * textmodes/texinfo.el (texinfo-insert-@item): Change space
13564 constants "protected" from end of line by a comment to "?\s".
13565
13566 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13567
13568 * font-lock.el (save-buffer-state): Use `declare'.
13569
13570 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
13571 reset the syntax-table to cperl-mode-syntax-table.
13572 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
13573 "foo_print_bar" is not matched as a reserved keyword.
13574
13575 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
13576
13577 * textmodes/org.el (orgtbl-setup): New function, for delayed
13578 setup for the orgtbl commands.
13579 (org-calc-default-modes): New option.
13580 (orgtbl-make-binding): Use `defun' to get better help display.
13581 (org-diary): Call `org-compile-prefix-format'.
13582 (org-table-formula-substitute-names): New function.
13583 (org-agenda-day-view, org-agenda-week-view): New commands.
13584 (org-agenda-toggle-week-view): Command removed.
13585 (org-tbl-menu): Split off from org-org-menu.
13586 (org-mode): Move removal of outline-mode menus to here.
13587 (org-table-formula-debug): New option.
13588 (org-table-insert-row): Keep first field if just "#" or "*".
13589 (org-mode): Paragraph regexps fixed.
13590 (org-table-recalculate-regexp): New constant.
13591 (org-table-justify-field-maybe): Avoid replace if not necessary.
13592 (org-copy-special, org-cut-special): Use `call-interactively'.
13593 (org-table-copy-region): Take region from `interactive' call.
13594 (org-trim): Return string even if no match.
13595 (org-formula): New face.
13596 (org-set-font-lock-defaults): No longer highlight "FIXME".
13597 But highlight formula-related fields in table.
13598 (org-table-p): Use regexp, not fontification.
13599 (org-table-align): Handle white space at end of line.
13600 (org-table-formula-evaluate-inline): New option.
13601 (org-mode): Auto-wrapping in comment lines turned off.
13602 (org-table-copy-down): Evaluate only in copied field, not in
13603 destination.
13604 (org-table-current-formula): Variable removed.
13605 (org-table-store-formulas, org-table-get-stored-formulas)
13606 (org-table-modify-formulas, org-table-replace-in-formulas)
13607 (org-table-maybe-eval-formula): New functions.
13608 (org-table-get-formula): Modify to use stored formulas.
13609 (org-table-insert-column, org-table-delete-column)
13610 (org-table-move-column): Call `org-table-modify-formulas'.
13611 (org-complete): Add completion for keyword formulas.
13612 (orgtbl-mode): Pull orgtbl-mode-map to start of
13613 minor-mode-map-alist.
13614
13615 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13616
13617 * progmodes/python.el (python-check): Require `compile' before
13618 modifying its variables.
13619
13620 * newcomment.el (comment-indent-default): Don't get fooled by an early
13621 end of buffer.
13622
13623 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13624
13625 * ps-print.el (ps-print-version): Fix version number.
13626
13627 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
13628
13629 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
13630
13631 2005-06-28 Richard M. Stallman <rms@gnu.org>
13632
13633 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13634 (flyspell-local-mouse-map): Declaration deleted.
13635 (flyspell-mouse-map): Bind only mouse-2.
13636 (flyspell-mode-map): Don't test flyspell-use-local-map.
13637 (flyspell-overlay-keymap-property-name): Var deleted.
13638 (flyspell-mode-on): Don't make local bindings for
13639 flyspell-mouse-map and flyspell-mode-map.
13640 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13641
13642 * textmodes/ispell.el (ispell-word): Do not ignore short words.
13643
13644 * progmodes/compile.el (compilation-next-error-function):
13645 Don't switch buffers; operate on the current buffer.
13646
13647 * progmodes/compile.el (compilation-error-file-name)
13648 (compilation-warning-file-name, compilation-info-file-name)
13649 (compilation-line-number, compilation-column-number): New faces.
13650 (compilation-error-face, compilation-warning-face)
13651 (compilation-info-face, compilation-line-face)
13652 (compilation-column-face): Use them.
13653
13654 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13655
13656 * comint.el (comint-password-prompt-regexp): Accept ", try again".
13657
13658 * bindings.el (global-map): Bind insertchar and its variants.
13659
13660 2005-06-27 Richard M. Stallman <rms@gnu.org>
13661
13662 * textmodes/artist.el (artist-text-overwrite)
13663 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13664
13665 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13666
13667 * ps-print.el: It was not working the page selection for printing.
13668 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13669 (ps-print-version): New version 6.6.7.
13670 (ps-end-sheet): New fun.
13671 (ps-header-sheet, ps-end-job): Call it.
13672
13673 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
13674
13675 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
13676
13677 2005-06-27 Lute Kamstra <lute@gnu.org>
13678
13679 * facemenu.el (facemenu-unlisted-faces): Add foreground and
13680 background color faces.
13681 (facemenu-get-face): Delete function.
13682 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
13683 (facemenu-add-new-color): Make second argument mandatory.
13684 Create the appropriate face and return it. Simplify.
13685 (facemenu-set-foreground, facemenu-set-background): Don't check if
13686 color is defined. Use return value of facemenu-add-new-color.
13687
13688 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
13689
13690 * progmodes/gud.el (gud-filter): Add missing argument to
13691 with-selected-window.
13692
13693 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
13694
13695 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13696 a :require to the defcustom.
13697
13698 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13699 defcustoms corresponding to minor modes.
13700
13701 2005-06-26 David Ponce <david@dponce.com>
13702
13703 * recentf.el: Require tree-widget instead of wid-edit.
13704 (recentf-filename-handler): Fix widget :type.
13705 (recentf-cancel-dialog, recentf-open-more-files)
13706 (recentf-open-files-action): Doc fix.
13707 (recentf-dialog-goto-first): New function.
13708 (recentf-dialog-mode-map): Set parent keymap first.
13709 (recentf-dialog-mode): Define with define-derived-mode.
13710 Don't display continuation lines in dialogs.
13711 (recentf-edit-list): Rename from recentf-edit-selected-items.
13712 (recentf-edit-list-select): Rename from recentf-edit-list-action.
13713 Simplify.
13714 (recentf-edit-list-validate): New function.
13715 (recentf-edit-list): Update accordingly.
13716 (recentf-open-files-item-shift): Remove.
13717 (recentf-open-files-item): Convert menu elements into tree and
13718 link widgets. Don't create the widgets.
13719 (recentf-open-files): Update accordingly.
13720 (recentf-save-list): Untabify.
13721
13722 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
13723
13724 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
13725 (keep-lines): Add INTERACTIVE arg. Never delete lines only
13726 partially contained in the active region. Do not take active
13727 region into account when called from Lisp, unless INTERACTIVE arg
13728 is non-nil. Use `forward-line' instead of `beginning-of-line' to
13729 avoid trouble with fields. Make marker point nowhere when no
13730 longer used. Always return nil. Doc fix.
13731 (flush-lines): Add INTERACTIVE arg. Do not take active region
13732 into account when called from Lisp, unless INTERACTIVE arg is
13733 non-nil. Use `forward-line' instead of `beginning-of-line' to
13734 avoid trouble with fields. Make marker point nowhere when no
13735 longer used. Always return nil. Doc fix.
13736 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
13737 interchangeable. Do not take active region into account when
13738 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
13739 message in echo area when called from Lisp, unless INTERACTIVE arg
13740 is non-nil. Avoid saying "1 occurrences". Do not use markers.
13741 Return the number of matches. Doc fix.
13742 (occur): Doc fix.
13743 (perform-replace): Make comment follow double space convention for
13744 the sake of `outline-minor-mode'.
13745
13746 * faces.el (facep): Doc fix.
13747
13748 2005-06-25 Richard M. Stallman <rms@gnu.org>
13749
13750 * facemenu.el (facemenu-enable-faces-p): New function.
13751 (facemenu-background-menu, facemenu-foreground-menu)
13752 (facemenu-face-menu): Add menu-enable property.
13753
13754 * jka-compr.el (jka-compr-insert-file-contents):
13755 Special handling if cannot find the uncompression program.
13756
13757 * cus-face.el (custom-face-attributes): Add autoload.
13758
13759 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13760 Bind comment-indent-function locally.
13761
13762 * window.el (save-selected-window): Use save-current-buffer.
13763
13764 * subr.el (with-selected-window): Use save-current-buffer.
13765
13766 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
13767 and with-current-buffer.
13768
13769 2005-06-24 Richard M. Stallman <rms@gnu.org>
13770
13771 * simple.el (line-move-1): Fix previous change.
13772
13773 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13774
13775 * replace.el (occur-1): Set `buffer-read-only' and the
13776 buffer-modified flag before running `occur-hook' to protect
13777 against unintentional buffer switches that can lead to data loss.
13778
13779 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
13780
13781 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
13782 (gud-gdb-marker-filter): Use font-lock-warning-face for any
13783 initial error.
13784
13785 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
13786 after fresh input.
13787 (gdb-var-create-handler): Put name of expression in quotes.
13788
13789 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
13790
13791 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
13792 elements of RING in order, and without bogus nil elements.
13793
13794 2005-06-23 Richard M. Stallman <rms@gnu.org>
13795
13796 * simple.el (set-variable): Args renamed; doc fix.
13797 (line-move-1): When there are overlays around, use vertical-motion.
13798
13799 * faces.el (escape-glyph): Use brown against light background.
13800 (nobreak-space): Rename from no-break-space.
13801 Fix previous change.
13802
13803 * dired-aux.el (dired-do-copy): Fix arg prompt.
13804
13805 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
13806
13807 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13808
13809 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
13810 rather than "Distributor".
13811
13812 2005-06-23 Lute Kamstra <lute@gnu.org>
13813
13814 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
13815 (debug-on-entry): Use it. New interactive declaration that uses
13816 function-called-at-point.
13817
13818 2005-06-23 Kim F. Storm <storm@cua.dk>
13819
13820 * subr.el (save-match-data): Add comment about using evaporate arg
13821 to set-match-data.
13822
13823 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
13824
13825 * cus-edit.el (customize-face)
13826 (customize-face-other-window): Handle face aliases.
13827
13828 * faces.el (face-documentation, set-face-attribute)
13829 (face-spec-set): Handle face aliases.
13830
13831 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
13832
13833 * help-mode.el (help-make-xrefs): If a symbol representing a face
13834 name is not followed by the word "face", it could still be a
13835 function or variable name, so don't bypass other checks.
13836
13837 2005-06-22 Juri Linkov <juri@jurta.org>
13838
13839 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
13840 Replace aliased functions with calls where second arg `inherit' is t.
13841
13842 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
13843
13844 * progmodes/gdb-ui.el (gdb-error): New variable.
13845 (gdb-error): New function.
13846 (gdb-annotation-rules): Act on error-begin and error annotations.
13847 (gdb-concat-output): Use font-lock-warning-face for errors.
13848
13849 2005-06-22 Miles Bader <miles@gnu.org>
13850
13851 * bindings.el (propertized-buffer-identification): Use renamed
13852 `Buffer-menu-buffer' face.
13853
13854 * faces.el (vertical-border): Rename from `vertical-divider'.
13855 (escape-glyph): Change dark-background color back to `cyan'.
13856
13857 2005-06-21 Juri Linkov <juri@jurta.org>
13858
13859 * faces.el (face-user-default-spec): Try getting `customized-face'
13860 prior to `saved-face'.
13861 (frame-background-mode): Refill docstring.
13862
13863 * emacs-lisp/lisp-mode.el (eval-defun-1):
13864 * emacs-lisp/edebug.el (edebug-eval-defun):
13865 Set `saved-face' temporarily to nil before calling form.
13866 Set `customized-face' to the new spec after that.
13867
13868 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
13869
13870 * subr.el (1value, lambda, key-substitution-in-progress):
13871 Doc fixes.
13872
13873 * autoinsert.el (auto-insert-alist):
13874 * ses.el (ses-call-printer):
13875 * subr.el (noreturn):
13876 * emacs-lisp/lisp.el (check-parens):
13877 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
13878 * net/browse-url.el (browse-url-mosaic):
13879 * progmodes/cc-defs.el (c-safe-scan-lists):
13880 * progmodes/ebnf-abn.el (ebnf-abn-lex):
13881 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
13882 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
13883 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
13884 * progmodes/ebnf-iso.el (ebnf-iso-lex):
13885 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
13886
13887 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13888
13889 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
13890
13891 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
13892
13893 * calendar/appt.el (appt-make-list): Activate the package, if
13894 not already active (for backwards compatibility).
13895
13896 2005-06-20 Kim F. Storm <storm@cua.dk>
13897
13898 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
13899
13900 2005-06-20 Miles Bader <miles@gnu.org>
13901
13902 * faces.el (vertical-divider): New face.
13903
13904 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
13905
13906 * simple.el (kill-whole-line): Doc fix.
13907 (next-error-buffer-p, next-error-find-buffer)
13908 (clone-indirect-buffer): Fix typos in docstrings.
13909 (comment-line-break-function): Doc fix: don't say variable
13910 is automatically buffer-local (it isn't).
13911
13912 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
13913
13914 * net/tramp-ftp.el (top):
13915 * net/tramp-smb.el (top):
13916 * net/tramp-util.el (top):
13917 * net/tramp-uu.el (top):
13918 * net/tramp-vc.el (top):
13919 * net/tramp.el (top): Revert copyright years back to original
13920 ones. Tramp has a life outside GNU Emacs.
13921
13922 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
13923
13924 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
13925
13926 2005-06-18 Juri Linkov <juri@jurta.org>
13927
13928 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13929 end of first regexp to limit the match to the position between
13930 line number and source line with same separator character as used
13931 between file name and line number. In the second regexp limit
13932 mouse-face area to file name and line number by adding new group
13933 for them and referring it in HYPERLINK arg.
13934 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13935 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13936 previous line where grep markers may be already removed.
13937
13938 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
13939
13940 * progmodes/ps-mode.el: Update version and maintainer's email address.
13941
13942 2005-06-18 Steve Youngs <steve@xemacs.org>
13943
13944 * net/browse-url.el (browse-url-browser-function)
13945 (browse-url-default-browser): Add firefox.
13946 (browse-url-firefox-program, browse-url-firefox-arguments)
13947 (browse-url-firefox-startup-arguments)
13948 (browse-url-firefox-new-window-is-tab): New defcustoms.
13949 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13950
13951 2005-06-17 Richard M. Stallman <rms@gnu.org>
13952
13953 * startup.el (command-line): Warn if specified user name has
13954 no home directory.
13955
13956 * term.el (term-get-old-input, term-input-filter, term-input-sender)
13957 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13958
13959 * longlines.el (longlines-mode, longlines-show-hard-newlines):
13960 Doc fixes.
13961
13962 * faces.el (underline): Try bold if terminal doesn't support underline.
13963
13964 * mail/sendmail.el (mail-setup-with-from): New variable.
13965 (mail-insert-from-field): New function.
13966 (sendmail-send-it): Call it.
13967 (mail-setup): Optionally call it here.
13968
13969 * term/linux.el: Call tty-no-underline.
13970
13971 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
13972
13973 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13974
13975 2005-06-17 Miles Bader <miles@gnu.org>
13976
13977 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13978 (ediff-current-diff-C, ediff-current-diff-Ancestor)
13979 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13980 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13981 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13982 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13983 Remove "-face" suffix from face names.
13984 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13985 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13986 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13987 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13988 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13989 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13990 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13991 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13992 New backward-compatibility aliases for renamed faces.
13993 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13994 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13995 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13996 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13997 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13998 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13999 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14000 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14001 Use renamed ediff faces.
14002
14003 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14004 Remove "-face" suffix from face names.
14005 (eshell-test-ok-face, eshell-test-failed-face):
14006 New backward-compatibility aliases for renamed faces.
14007 (eshell-run-test): Use renamed eshell-test faces.
14008
14009 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14010 face name.
14011 (eshell-prompt-face): New backward-compatibility alias for renamed
14012 face.
14013 (eshell-emit-prompt): Use renamed eshell-prompt face.
14014
14015 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14016 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14017 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14018 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14019 Remove "-face" suffix from face names.
14020 (eshell-ls-directory-face, eshell-ls-symlink-face)
14021 (eshell-ls-executable-face, eshell-ls-readonly-face)
14022 (eshell-ls-unreadable-face, eshell-ls-special-face)
14023 (eshell-ls-missing-face, eshell-ls-archive-face)
14024 (eshell-ls-backup-face, eshell-ls-product-face)
14025 (eshell-ls-clutter-face):
14026 New backward-compatibility aliases for renamed faces.
14027 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14028
14029 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14030 Remove "-face" suffix from face name.
14031 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14032 instead of literal face.
14033
14034 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
14035
14036 * emacs-lisp/warnings.el (display-warning, lwarn)
14037 (warning-minimum-log-level): Doc fixes.
14038 (warning-minimum-level, warning-minimum-log-level):
14039 Add :debug to :type choices.
14040
14041 * progmodes/ada-mode.el (ada-format-paramlist)
14042 (ada-get-indent-case, ada-check-matching-start)
14043 (ada-check-defun-name, ada-goto-matching-decl-start)
14044 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14045 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
14046 (ada-make-subprogram-body): Follow error conventions.
14047 (ada-case-exception-file, ada-indent-comment-as-code)
14048 (ada-indent-handle-comment-special, ada-indent-renames)
14049 (ada-indent-return, ada-search-directories-internal)
14050 (ada-tab-policy, ada-case-exception-substring)
14051 (ada-other-file-alist, ada-matching-start-re)
14052 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
14053 (ada-imenu-generic-expression, ada-compile-goto-error)
14054 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
14055 (ada-popup-menu, ada-add-extensions, ada-mode)
14056 (ada-region-selected, ada-create-case-exception)
14057 (ada-create-case-exception-substring, ada-after-keyword-p)
14058 (ada-activate-keys-for-case, ada-adjust-case-region)
14059 (ada-adjust-case-buffer, ada-format-paramlist)
14060 (ada-scan-paramlist, ada-insert-paramlist)
14061 (ada-indent-newline-indent)
14062 (ada-indent-newline-indent-conditional)
14063 (ada-justified-indent-current, ada-goto-previous-word)
14064 (ada-indent-current, ada-get-indent-open-paren)
14065 (ada-get-indent-paramlist, ada-get-indent-end)
14066 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
14067 (ada-get-indent-block-start, ada-get-indent-subprog)
14068 (ada-get-indent-noindent, ada-get-indent-label)
14069 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
14070 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
14071 (ada-goto-stmt-end, ada-goto-next-word)
14072 (ada-check-matching-start, ada-check-defun-name)
14073 (ada-goto-matching-decl-start, ada-goto-matching-start)
14074 (ada-goto-matching-end, ada-search-ignore-string-comment)
14075 (ada-in-decl-p, ada-looking-at-semi-or)
14076 (ada-looking-at-semi-private, ada-in-paramlist-p)
14077 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14078 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14079 (ada-next-procedure, ada-previous-procedure, ada-next-package)
14080 (ada-previous-package, ada-create-menu)
14081 (ada-fill-comment-paragraph-justify)
14082 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14083 (ada-other-file-name, ada-last-which-function-line)
14084 (ada-last-which-function-subprog, ada-which-function)
14085 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
14086 (ada-gen-treat-proc, ada-check-emacs-version)
14087 (ada-continuation-indent, ada-align-region-separate):
14088 Fix typos in docstrings.
14089 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
14090
14091 2005-06-16 Lute Kamstra <lute@gnu.org>
14092
14093 * simple.el (fundamental-mode): Run after-change-major-mode-hook
14094 conditionally.
14095
14096 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
14097
14098 * comint.el (comint-replace-by-expanded-filename)
14099 (comint-prompt-regexp, comint-delimiter-argument-list)
14100 (comint-preinput-scroll-to-bottom):
14101 * info.el (Info-hide-cookies-node):
14102 * ls-lisp.el (ls-lisp-classify):
14103 * find-file.el (ff-search-directories, ff-special-constructs)
14104 (ff-find-other-file):
14105 * font-lock.el (font-lock-keywords):
14106 * shell.el (shell-prompt-pattern)
14107 (shell-dynamic-complete-functions, shell-mode)
14108 (shell-delimiter-argument-list):
14109 * term.el (term-replace-by-expanded-filename)
14110 (term-prompt-regexp, term-delimiter-argument-list):
14111 * woman.el (woman-ignore, woman0-if):
14112 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
14113 * emacs-lisp/elint.el (elint-init-env):
14114 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
14115 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
14116 * language/ethio-util.el (ethio-tilde-escape)
14117 (ethio-use-three-dot-question):
14118 * net/zone-mode.el (zone-mode-load-time-setup):
14119 * progmodes/cc-align.el (c-lineup-argcont):
14120 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
14121 * progmodes/cperl-mode.el (cperl-set-style-back):
14122 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14123 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
14124 Fix spellings in docstrings.
14125
14126 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
14127 * progmodes/modula2.el (m2-for): Fix spellings.
14128
14129 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
14130
14131 * simple.el (undo-more): Don't use `format' on `error' arguments.
14132 Improve argument/docstring consistency.
14133 (pending-undo-list): Doc fix.
14134
14135 * smerge-mode.el (smerge-ensure-match):
14136 * emulation/vip.el (vip-ex):
14137 * net/zone-mode.el (zone-mode-update-serial):
14138 * progmodes/idlwave.el (idlwave-complete):
14139 * progmodes/vhdl-mode.el (vhdl-visit-file)
14140 (vhdl-compose-wire-components):
14141 Don't use `format' on `error' arguments.
14142
14143 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
14144 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
14145 (tooltip-help-tips): Fix typos in docstrings.
14146
14147 2005-06-16 David Ponce <david@dponce.com>
14148
14149 * tree-widget.el (tree-widget-value-create): Simplify last change.
14150
14151 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
14152
14153 * ido.el (ido-incomplete-regexp): New variable.
14154 (ido-set-matches-1): Handle invalid-regexp error and set
14155 ido-incomplete-regexp.
14156 (ido-incomplete-regexp): New face.
14157 (ido-completions): Use it.
14158 (ido-complete, ido-exit-minibuffer, ido-completions):
14159 Handle incomplete regexps.
14160 (ido-completions): Add check for complete match when entering a regexp.
14161
14162 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14163
14164 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
14165
14166 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14167
14168 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
14169 by field delimiters.
14170
14171 2005-06-15 David Ponce <david@dponce.com>
14172
14173 * tree-widget.el: eval-and-compile inlined functions so they will
14174 be available at run-time too.
14175 (tree-widget-super-format-handler)
14176 (tree-widget-format-handler): Remove.
14177 (tree-widget-value-create): Handle the :indent property.
14178
14179 2005-06-15 Miles Bader <miles@gnu.org>
14180
14181 * progmodes/which-func.el (which-func): Only inherit
14182 `font-lock-function-name-face' when that makes sense against the
14183 default mode-line face, otherwise set the face color explicitly.
14184
14185 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
14186 faces instead of (non-existent) variables.
14187
14188 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
14189
14190 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
14191 (iswitchb-get-matched-buffers): Likewise. Simplify.
14192
14193 2005-06-14 Miles Bader <miles@gnu.org>
14194
14195 * progmodes/ld-script.el (ld-script-location-counter):
14196 Remove "-face" suffix from face name.
14197 (ld-script-location-counter-face):
14198 New backward-compatibility alias for renamed face.
14199 (ld-script-location-counter-face): Use renamed face.
14200
14201 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
14202 (cperl-hash): Remove "-face" suffix from face names.
14203 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
14204 New backward-compatibility aliases for renamed faces.
14205 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
14206 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
14207
14208 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
14209 name.
14210 (which-func-face): New backward-compatibility alias for renamed face.
14211 (which-func-format): Use renamed which-func face.
14212
14213 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
14214 (vhdl-function, vhdl-directive, vhdl-reserved-word)
14215 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
14216 names.
14217 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
14218 (vhdl-speedbar-configuration, vhdl-speedbar-package)
14219 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
14220 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
14221 (vhdl-speedbar-architecture-selected)
14222 (vhdl-speedbar-configuration-selected)
14223 (vhdl-speedbar-package-selected)
14224 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
14225 names.
14226 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
14227 Use renamed faces.
14228 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
14229 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
14230 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
14231 Use renamed faces.
14232 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
14233 names.
14234 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
14235 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
14236 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
14237 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
14238 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
14239 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
14240
14241 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
14242 face name.
14243 (sh-heredoc-face): New backward-compatibility alias for renamed face.
14244 (sh-heredoc-face): Use renamed sh-heredoc face.
14245
14246 * progmodes/idlw-help.el (idlwave-help-link):
14247 Remove "-face" suffix from face name.
14248 (idlwave-help-link-face):
14249 New backward-compatibility alias for renamed face.
14250 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
14251
14252 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
14253 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
14254 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
14255 New backward-compatibility aliases for renamed faces.
14256 (idlwave-shell-disabled-breakpoint-face)
14257 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
14258
14259 * progmodes/flymake.el (flymake-errline, flymake-warnline):
14260 Remove "-face" suffix from face names.
14261 (flymake-errline-face, flymake-warnline-face):
14262 New backward-compatibility aliases for renamed faces.
14263 (flymake-highlight-line): Use renamed flymake faces.
14264
14265 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
14266 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
14267 (ebrowse-member-class, ebrowse-progress):
14268 Remove "-face" suffix from face names.
14269 (ebrowse-tree-mark-face, ebrowse-root-class-face)
14270 (ebrowse-file-name-face, ebrowse-default-face)
14271 (ebrowse-member-attribute-face, ebrowse-member-class-face)
14272 (ebrowse-progress-face):
14273 New backward-compatibility aliases for renamed faces.
14274 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
14275 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
14276 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
14277 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
14278
14279 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
14280 antlr-syntax)
14281 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
14282 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
14283 names.
14284 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
14285 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
14286 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
14287 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
14288 backward-compatibility aliases for renamed faces.
14289 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
14290 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
14291 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
14292 remove "font-lock-". Use renamed antlr-mode faces.
14293 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
14294 literal face-names with face variable references.
14295
14296 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
14297 face name.
14298 (Buffer-menu-buffer-face): New backward-compatibility alias for
14299 renamed face.
14300 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
14301
14302 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
14303
14304 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
14305 Eliminate "-face" suffix.
14306 (makefile-targets): Inherit from font-lock-function-name-face and
14307 eliminate "-face" suffix.
14308 (makefile-shell): Remove attributes and eliminate "-face" suffix.
14309 (makefile-*-font-lock-keywords): Append makefile-targets in rule
14310 actions, instead of prepending, to make it less visible.
14311 (makefile-previous-dependency, makefile-match-dependency):
14312 Don't match a target on a continuation line.
14313
14314 * files.el (auto-mode-alist): Put Makefile in gmake mode.
14315
14316 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
14317
14318 * progmodes/gdb-ui.el (menu): Re-order menu items.
14319 (gdb-tooltip-print): Respect tooltip-use-echo-area.
14320
14321 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
14322 Define in tooltip.el.
14323 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
14324 (gud-tooltip-tips): Respect tooltip-use-echo-area and
14325 gud-tooltip-echo-area.
14326
14327 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
14328 backward compatibility and make obsolete.
14329 (tooltip-help-tips): Use tooltip-use-echo-area.
14330 (tooltip-show-help-function): Rename to...
14331 (tooltip-show-help): ...this, because it is a function.
14332 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
14333
14334 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
14335
14336 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
14337 (edebug-print-length, edebug-print-level, edebug-print-circle)
14338 (edebug-modify-breakpoint, edebug-eval-last-sexp)
14339 (edebug-eval-print-last-sexp): Doc fixes.
14340
14341 2005-06-14 Kim F. Storm <storm@cua.dk>
14342
14343 * ido.el (ido-mode): Make a new keymap every time we enable ido,
14344 as the coverage buffer/file/both may change.
14345
14346 2005-06-14 Lute Kamstra <lute@gnu.org>
14347
14348 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
14349 and run-mode-hooks. Simplify.
14350
14351 * mail/rmailedit.el (rmail-edit-mode):
14352 * progmodes/octave-inf.el (inferior-octave-mode):
14353 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
14354
14355 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
14356 and run-mode-hooks.
14357 (recentf-edit-list, recentf-open-files): Don't call
14358 kill-all-local-variables directly.
14359
14360 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
14361
14362 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
14363
14364 * emacs-lisp/byte-run.el (make-obsolete)
14365 (define-obsolete-function-alias): Rename arguments FUNCTION and
14366 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
14367 (make-obsolete-variable, define-obsolete-variable-alias):
14368 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
14369 respectively.
14370
14371 * isearchb.el (isearchb-activate):
14372 * pcvs.el (cvs-mode):
14373 * ses.el (ses-load):
14374 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
14375 * net/tramp.el (tramp-find-file-exists-command)
14376 (tramp-find-shell):
14377 * progmodes/ada-mode.el (ada-create-case-exception)
14378 (ada-create-case-exception-substring, ada-make-subprogram-body):
14379 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14380 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
14381 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
14382 * textmodes/org.el (org-promote, org-evaluate-time-range)
14383 (org-agenda-next-date-line, org-agenda-previous-date-line)
14384 (org-agenda-error, org-open-at-point, org-table-move-row)
14385 (org-format-table-table-html-using-table-generate-source)
14386 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
14387 * textmodes/reftex.el (reftex-access-scan-info):
14388 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
14389 (reftex-toc-promote-prepare): Follow error conventions.
14390
14391 * diff-mode.el (diff-mode): Fix typo in docstring.
14392
14393 * forms.el (forms--intuit-from-file): Fix reference to
14394 `forms-number-of-fields' in error message.
14395 (forms-print): Fix quoting in error message.
14396
14397 * forms.el (forms-mode):
14398 * emulation/vi.el (vi-goto-insert-state):
14399 * progmodes/flymake.el (flymake-new-err-info)
14400 (flymake-start-syntax-check-for-current-buffer)
14401 (flymake-simple-cleanup):
14402 * eshell/esh-var.el (eshell/export):
14403 * progmodes/gud.el (xdb):
14404 * textmodes/flyspell.el (flyspell-incorrect-hook)
14405 (flyspell-maybe-correct-transposition)
14406 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
14407
14408 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
14409
14410 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
14411 minibuffer prompt.
14412
14413 2005-06-13 Kim F. Storm <storm@cua.dk>
14414
14415 * subr.el (add-to-ordered-list): New defun.
14416
14417 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
14418 add cua--keymap-alist to emulation-mode-map-alists.
14419
14420 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
14421
14422 * subr.el (complete-in-turn): New macro.
14423 (dynamic-completion-table, lazy-completion-table): Add debug info.
14424
14425 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
14426 in preference to face aliases.
14427
14428 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
14429 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
14430 Remove unused vars `start' and `firstline'.
14431 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
14432 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
14433
14434 2005-06-13 Eli Zaretskii <eliz@gnu.org>
14435
14436 * cus-start.el (all): Don't complain about missing GTK-related
14437 variables, unless either `gtk' is boundp or this isn't a
14438 `windows-nt' build.
14439
14440 2005-06-13 Lute Kamstra <lute@gnu.org>
14441
14442 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
14443 run-mode-hooks.
14444
14445 * ediff-mult.el (ediff-meta-mode):
14446 * ediff-util.el (ediff-mode): Use run-mode-hooks.
14447
14448 * ledit.el (ledit-mode): Use delay-mode-hooks.
14449
14450 * woman.el (woman-mode-line-format): Delete constant.
14451 (woman-mode-map): Initialize it properly.
14452 (woman-mode): Set mode-class property to special.
14453 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
14454 Set major-mode and mode-name. Don't set mode-line-format directly.
14455 (Man-getpage-in-background): Don't reference woman-mode-line-format.
14456
14457 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
14458 string argument obsolete.
14459
14460 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
14461
14462 * textmodes/org.el (org-CUA-compatible): New option.
14463 (org-disputed-keys): New variable.
14464 (org-key): New function.
14465 (orgtbl-make-binding): Add docstring to the created function.
14466 (org-mode): Set paragraph start/separate regexps.
14467 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14468 (org-archive-location, org-archive-mark-done)
14469 (org-archive-stamp-time): New options.
14470 (org-archive-subtree): New command.
14471 (org-fill-paragraph): New function.
14472 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14473 (org-fake-empty-table-line): Function removed.
14474 (org-format-org-table-html): Do not create empty table lines at
14475 separator lines. Improved table header treatment.
14476 (org-link-format): New option.
14477 (org-make-link): New function.
14478 (org-insert-link, org-store-link): Use org-make-link.
14479 (org-open-file): Quote file name for shell command, to allow
14480 spaces in file names.
14481 (org-link-regexp): Fix bug with mailto link.
14482 (org-link-maybe-angles-regexp, org-protected-link-regexp):
14483 New constants.
14484 (org-export-as-html): Deal with the optional angles around a link.
14485 Better treatment of file: links.
14486 (org-open-at-point): Replace @{ and @} with < and >.
14487 (org-run-mode-hooks): Function removed.
14488 (org-agenda-mode): No longer use `org-run-mode-hooks'.
14489
14490 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
14491
14492 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
14493 MI command -data-list-register-values.
14494 (gdb-post-prompt): Indent properly.
14495
14496 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
14497
14498 * hilit-chg.el (highlight-changes-colors): Rename from
14499 `highlight-changes-colours'.
14500 (highlight-changes-colours): Keep as obsolete alias.
14501 (highlight-changes-face-list): Doc fix.
14502 (hilit-chg-make-list): Use `highlight-changes-colors'.
14503
14504 2005-06-12 Mark A. Hershberger <mah@everybody.org>
14505
14506 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
14507 defun-prompt-regexp.
14508
14509 2005-06-12 Eli Zaretskii <eliz@gnu.org>
14510
14511 * loadup.el: Don't say we are dumping under 2 names on windows-nt
14512 and cygwin.
14513
14514 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14515 Don't use an old loaddefs.el, as in Makefile.in.
14516
14517 2005-06-12 Lute Kamstra <lute@gnu.org>
14518
14519 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
14520
14521 * man.el (Man-mode-map): Initialize it properly.
14522 (Man-mode): Set mode-class property to special.
14523
14524 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
14525
14526 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
14527
14528 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
14529 A newline is needed in the docstring there.
14530
14531 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14532 Doc fixes.
14533
14534 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14535
14536 * printing.el: Doc fix. The menubar is no more changed when printing
14537 is loaded, it only changes when pr-menu-bind or pr-update-menus is
14538 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
14539 (pr-version): New version number (6.8.4).
14540 (pr-menu-bind): New command.
14541 (pr-update-menus): Docstring and code fix.
14542 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
14543 Docstring fix.
14544 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
14545 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
14546
14547 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
14548
14549 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
14550 "Returns" to "return", document useful return values, etc.
14551
14552 2005-06-11 Alan Mackenzie <acm@muc.de>
14553
14554 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
14555 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
14556 (adaptive-file-function): Minor amendment to doc-string.
14557
14558 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14559
14560 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
14561 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
14562 Fix :type--it is `integer', not `string'.
14563
14564 * faces.el (modeline-highlight): Rename from (the erroneous)
14565 `modeline-higilight'.
14566
14567 2005-06-11 Lute Kamstra <lute@gnu.org>
14568
14569 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
14570 lisp-interaction-mode-map but make it the parent.
14571 (edebug-eval-mode): Use define-derived-mode.
14572
14573 2005-06-11 Andreas Schwab <schwab@suse.de>
14574
14575 * bindings.el: Add binding of `ESC functionkey' for every
14576 `M-functionkey'.
14577 * hexl.el (hexl-mode-map): Likewise.
14578
14579 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
14580
14581 * progmodes/compile.el (compilation-error-regexp-alist-alist)
14582 [msft]: update regexp for newer msft compilers.
14583
14584 2005-06-10 Mark A. Hershberger <mah@everybody.org>
14585
14586 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
14587 ATTLIST portions of included DTDs.
14588 (xml-parse-dtd): Eliminate use of inefficient match-data.
14589
14590 2005-06-10 Miles Bader <miles@gnu.org>
14591
14592 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
14593 (mpuz-text): Remove "-face" suffix from face names.
14594 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
14595 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
14596 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
14597
14598 * play/gomoku.el (gomoku-O, gomoku-X):
14599 Remove "-face" suffix from face names.
14600 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
14601 New backward-compatibility aliases for renamed faces.
14602 (gomoku-font-lock-keywords): Use renamed gomoku faces.
14603
14604 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14605
14606 * thumbs.el: Fixes for changes of 2005-06-09.
14607 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
14608 as a directory.
14609 (thumbs-thumbname): Remove directory separator from format string;
14610 `thumbs-thumbsdir' now returns a valid directory name.
14611 (thumbs-temp-dir): New defsubst.
14612 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
14613 Use it.
14614
14615 * cus-edit.el (minibuffer):
14616 * files.el (make-backup-file-name-function):
14617 * filesets.el (filesets-external-viewers):
14618 * hilit-chg.el (highlight-changes-colours)
14619 (highlight-changes-face-list, highlight-changes-rotate-faces):
14620 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14621 * kmacro.el (kmacro-call-macro):
14622 * log-edit.el (log-edit-changelog-full-paragraphs):
14623 * mouse.el (mouse-1-click-follows-link):
14624 * skeleton.el (skeleton-autowrap):
14625 * subr.el (insert-for-yank-1):
14626 * tempo.el (tempo-insert-region):
14627 * terminal.el (terminal-emulator):
14628 * time.el (display-time-mail-face):
14629 * vc.el (vc-annotate):
14630 * vcursor.el (vcursor-copy-line):
14631 * woman.el (woman-bold-headings, woman-ignore)
14632 (woman-default-faces, woman-monochrome-faces):
14633 * calendar/todo-mode.el (todo-insert-threshold):
14634 * emulation/pc-select.el (pc-select-selection-keys-only)
14635 (pc-selection-mode):
14636 * emulation/vip.el (vip-find-char-forward):
14637 * emulation/viper-cmd.el (viper-find-char-forward):
14638 * international/mule-cmds.el
14639 (select-safe-coding-system-accept-default-p)
14640 (input-method-exit-on-invalid-key):
14641 * international/mule-diag.el (describe-coding-system):
14642 * international/ucs-tables.el (unify-8859-on-encoding-mode):
14643 * net/browse-url.el (browse-url-xterm-program):
14644 * obsolete/lazy-lock.el (lazy-lock-mode):
14645 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14646 (cperl-mode):
14647 * progmodes/cpp.el (cpp-face-light-name-list)
14648 (cpp-face-dark-name-list):
14649 * progmodes/delphi.el (delphi-newline-always-indents):
14650 Fix spellings in docstrings.
14651
14652 * ido.el (ido-mode, ido-file-extensions-order)
14653 (ido-default-file-method, ido-default-buffer-method)
14654 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14655 (ido-decorations, ido-read-file-name-as-directory-commands)
14656 (ido-read-file-name-non-ido, ido-work-directory-list)
14657 (ido-ignore-item-temp-list, ido-current-directory)
14658 (ido-magic-forward-char, ido-enter-find-file)
14659 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14660 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14661
14662 2005-06-10 Lute Kamstra <lute@gnu.org>
14663
14664 * play/dunnet.el (dun-mode): Use define-derived-mode.
14665 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
14666 obsolete alias.
14667
14668 * play/doctor.el (doctor-mode-map): Remove defvar.
14669 (doctor-mode): Use define-derived-mode.
14670
14671 * mail/mspools.el (mspools-mode):
14672 * net/eudc-hotlist.el (eudc-hotlist-mode):
14673 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14674
14675 2005-06-10 Miles Bader <miles@gnu.org>
14676
14677 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14678 Remove "-face" suffix from face names.
14679 (flyspell-incorrect-face, flyspell-duplicate-face):
14680 New backward-compatibility aliases for renamed faces.
14681 (flyspell-mode-on, make-flyspell-overlay)
14682 (flyspell-highlight-incorrect-region)
14683 (flyspell-highlight-duplicate-region)
14684 (flyspell-display-next-corrections)
14685 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14686
14687 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14688 from face name.
14689 (texinfo-heading-face): New backward-compatibility alias for
14690 renamed face.
14691 (texinfo-heading-face): Use renamed texinfo-heading face.
14692
14693 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14694 suffix from face names.
14695 (tex-math-face, tex-verbatim-face):
14696 New backward-compatibility aliases for renamed faces.
14697 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14698 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14699 literal face name.
14700
14701 * textmodes/table.el (table-cell): Remove "-face" suffix from face
14702 name.
14703 (table-cell-face): New backward-compatibility alias for renamed face.
14704 (table--put-cell-face-property, table--update-cell-face):
14705 Use renamed table-cell face.
14706
14707 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
14708 from face name.
14709 (sgml-namespace-face): New backward-compatibility alias for
14710 renamed face.
14711 (sgml-namespace-face): Use renamed sgml-namespace face.
14712
14713 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
14714 (org-level-4, org-level-5, org-level-6, org-level-7)
14715 (org-level-8, org-warning, org-headline-done)
14716 (org-deadline-announce, org-scheduled-today)
14717 (org-scheduled-previously, org-link, org-done, org-table)
14718 (org-time-grid): Remove "-face" suffix from face names.
14719 (org-level-1-face, org-level-2-face, org-level-3-face)
14720 (org-level-4-face, org-level-5-face, org-level-6-face)
14721 (org-level-7-face, org-level-8-face, org-warning-face)
14722 (org-headline-done-face, org-deadline-announce-face)
14723 (org-scheduled-today-face, org-scheduled-previously-face)
14724 (org-link-face, org-done-face, org-table-face)
14725 (org-time-grid-face):
14726 New backward-compatibility aliases for renamed faces.
14727 (org-level-faces, org-set-font-lock-defaults, org-timeline)
14728 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
14729 (org-agenda-get-timestamps, org-agenda-get-scheduled)
14730 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
14731
14732 * emulation/viper-init.el (viper-search, viper-replace-overlay)
14733 (viper-minibuffer-emacs, viper-minibuffer-insert)
14734 (viper-minibuffer-vi): Remove "-face" suffix from face names.
14735 (viper-search-face, viper-replace-overlay-face)
14736 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14737 (viper-minibuffer-vi-face):
14738 New backward-compatibility aliases for renamed faces.
14739 (viper-search-face, viper-replace-overlay-face)
14740 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14741 (viper-minibuffer-vi-face): Use renamed viper faces.
14742
14743 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
14744 Remove "-face" suffix from face names.
14745 (testcover-nohits-face, testcover-1value-face):
14746 New backward-compatibility aliases for renamed faces.
14747 (testcover-mark): Use renamed testcover faces.
14748
14749 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
14750 face name.
14751 (diary-button-face): New backward-compatibility alias for renamed face.
14752 (diary-entry): Use renamed diary-button face.
14753
14754 * calendar/calendar.el (diary, calendar-today, holiday)
14755 (mark-visible-calendar-date): Remove "-face" suffix from face names.
14756 (diary-face, calendar-today-face, holiday-face):
14757 New backward-compatibility aliases for renamed faces.
14758 (eval-after-load "facemenu", diary-entry-marker)
14759 (calendar-today-marker, calendar-holiday-marker, diary-face):
14760 Use renamed calendar faces.
14761
14762 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
14763 (compare-windows-face): New backward-compatibility alias for
14764 renamed face.
14765 (compare-windows-highlight): Use renamed compare-windows face.
14766
14767 * strokes.el (strokes-char): Remove "-face" suffix from face name.
14768 (strokes-char-face): New backward-compatibility alias for renamed face.
14769 (strokes-encode-buffer): Use renamed strokes-char face.
14770
14771 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
14772 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
14773 Remove "-face" suffix from face names.
14774 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14775 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14776 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
14777 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
14778 Use renamed pcvs faces.
14779 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
14780 * pcvs-defs.el (cvs-mode-map): Likewise.
14781 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
14782
14783 * info.el (info-title-1, info-title-2, info-title-3)
14784 (info-title-4): Remove "-face" suffix from and downcase face names.
14785 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14786 (Info-title-4-face):
14787 New backward-compatibility aliases for renamed faces.
14788 (Info-fontify-node): Use renamed info faces.
14789
14790 * hilit-chg.el (highlight-changes, highlight-changes-delete):
14791 Remove "-face" suffix from face names.
14792 (highlight-changes-face, highlight-changes-delete-face):
14793 New backward-compatibility aliases for renamed faces.
14794 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
14795 (hilit-chg-make-list): Use renamed highlight-changes faces.
14796
14797 * generic-x.el (show-tabs-tab, show-tabs-space):
14798 Remove "-face" suffix from face names.
14799 (show-tabs-tab-face, show-tabs-space-face):
14800 New backward-compatibility aliases for renamed faces.
14801 (show-tabs-generic-mode-font-lock-defaults-1)
14802 (show-tabs-generic-mode-font-lock-defaults-2):
14803 Use renamed show-tabs faces.
14804
14805 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
14806 (smerge-markers): Remove "-face" suffix from face names.
14807 (smerge-mine-face, smerge-other-face, smerge-base-face)
14808 (smerge-markers-face):
14809 New backward-compatibility aliases for renamed faces.
14810 (smerge-mine-face, smerge-other-face, smerge-base-face)
14811 (smerge-markers-face): Use renamed smerge faces.
14812
14813 * log-view.el (log-view-file, log-view-message): Remove "-face"
14814 suffix from face names.
14815 (log-view-file-face, log-view-message-face):
14816 New backward-compatibility aliases for renamed faces.
14817 (log-view-file-face, log-view-message-face): Use renamed log-view
14818 faces.
14819
14820 * paren.el (show-paren-match, show-paren-mismatch):
14821 Remove "-face" suffix from face names.
14822 (show-paren-match-face, show-paren-mismatch-face):
14823 New backward-compatibility aliases for renamed faces.
14824 (show-paren-function): Use renamed show-paren faces.
14825
14826 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
14827 (ruler-mode-margins, ruler-mode-fringes)
14828 (ruler-mode-column-number, ruler-mode-fill-column)
14829 (ruler-mode-comment-column, ruler-mode-goal-column)
14830 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
14831 suffix from face names.
14832 (ruler-mode-default-face, ruler-mode-pad-face)
14833 (ruler-mode-margins-face, ruler-mode-fringes-face)
14834 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
14835 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
14836 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
14837 New backward-compatibility aliases for renamed faces.
14838 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
14839 (ruler-mode-column-number, ruler-mode-fill-column)
14840 (ruler-mode-comment-column, ruler-mode-goal-column)
14841 (ruler-mode-tab-stop, ruler-mode-current-column)
14842 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
14843 faces.
14844
14845 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
14846 face name.
14847 (whitespace-highlight-the-space): Use renamed face.
14848 (whitespace-highlight-face): New backward-compatibility alias for
14849 renamed face.
14850
14851 * woman.el (woman-italic, woman-bold, woman-unknown)
14852 (woman-addition, woman-symbol-face):
14853 Remove "-face" suffix from face names.
14854 (woman-italic-face, woman-bold-face, woman-unknown-face)
14855 (woman-addition-face):
14856 New backward-compatibility aliases for renamed faces.
14857 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
14858 (woman-decode-region, woman-replace-match)
14859 (woman-display-extended-fonts, woman-special-characters)
14860 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
14861 Use renamed woman faces.
14862
14863 * longlines.el (longlines-visible-face): Face removed.
14864
14865 * diff-mode.el (diff-header, diff-file-header, diff-index)
14866 (diff-hunk-header, diff-removed, diff-added, diff-changed)
14867 (diff-function, diff-context, diff-nonexistent): Remove "-face"
14868 suffix from face names.
14869 (diff-header-face, diff-file-header-face, diff-index-face)
14870 (diff-hunk-header-face, diff-removed-face, diff-added-face)
14871 (diff-changed-face, diff-function-face, diff-context-face)
14872 (diff-nonexistent-face): New backward-compatibility aliases for
14873 renamed faces.
14874 (diff-header-face, diff-file-header-face)
14875 (diff-index, diff-index-face, diff-hunk-header)
14876 (diff-hunk-header-face, diff-removed, diff-removed-face)
14877 (diff-added, diff-added-face, diff-changed-face, diff-function)
14878 (diff-function-face, diff-context-face, diff-nonexistent)
14879 (diff-nonexistent-face): Use renamed diff-mode faces.
14880
14881 * progmodes/compile.el (compilation-warning-face)
14882 (compilation-info-face): Remove "-face" suffix from face names.
14883 (compilation-warning-face, compilation-info-face):
14884 New backward-compatibility aliases for renamed faces.
14885 (compilation-warning-face, compilation-info-face):
14886 Use renamed compilation faces.
14887
14888 * add-log.el (change-log-date, change-log-name)
14889 (change-log-email, change-log-file, change-log-list)
14890 (change-log-conditionals, change-log-function)
14891 (change-log-acknowledgement): Remove "-face" suffix from face names.
14892 (change-log-date-face, change-log-name-face)
14893 (change-log-email-face, change-log-file-face)
14894 (change-log-list-face, change-log-conditionals-face)
14895 (change-log-function-face, change-log-acknowledgement-face):
14896 New backward-compatibility aliases for renamed faces.
14897 (change-log-font-lock-keywords): Use renamed change-log faces.
14898
14899 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
14900 (custom-set, custom-changed, custom-saved, custom-button)
14901 (custom-button-pressed, custom-documentation, custom-state)
14902 (custom-comment, custom-comment-tag, custom-variable-tag)
14903 (custom-variable-button, custom-face-tag, custom-group-tag-1)
14904 (custom-group-tag): Remove "-face" suffix from face names.
14905 (custom-magic-alist, custom-magic-value-create)
14906 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
14907 (custom-invalid-face, custom-rogue-face, custom-modified-face)
14908 (custom-set-face, custom-changed-face, custom-saved-face)
14909 (custom-button-face, custom-button-pressed-face)
14910 (custom-documentation-face, custom-state-face)
14911 (custom-comment-face, custom-comment-tag-face)
14912 (custom-variable-tag-face, custom-variable-button-face)
14913 (custom-face-tag-face, custom-group-tag-face-1)
14914 (custom-group-tag-face):
14915 New backward-compatibility aliases for renamed faces.
14916
14917 * wid-edit.el (widget-documentation, widget-button)
14918 (widget-field, widget-single-line-field, widget-inactive)
14919 (widget-button-pressed): "-face" suffix removed from face names.
14920 (widget-documentation-face, widget-button-face)
14921 (widget-field-face, widget-single-line-field-face)
14922 (widget-inactive-face, widget-button-pressed-face):
14923 New backward-compatibility aliases for renamed faces.
14924 (widget-documentation-face, widget-button-face)
14925 (widget-button-pressed-face, widget-specify-field)
14926 (widget-specify-inactive): Use renamed widget faces.
14927
14928 2005-06-10 Kenichi Handa <handa@m17n.org>
14929
14930 * term/x-win.el (x-clipboard-yank): Remove condition-case
14931 wrapping.
14932
14933 2005-06-11 Kenichi Handa <handa@m17n.org>
14934
14935 * add-log.el (change-log-font-lock-keywords): Make the regexp for
14936 date lines stricter.
14937
14938 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
14939
14940 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14941 of x-get-selection.
14942
14943 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14944
14945 * comint.el (comint-mode, comint-snapshot-last-prompt):
14946 * frame.el (frame-current-scroll-bars):
14947 * term.el (term-mode, term-check-proc, term-input-sender)
14948 (term-simple-send, term-extract-string, term-word)
14949 (term-match-partial-filename):
14950 * window.el (window-current-scroll-bars):
14951 * emulation/cua-base.el (cua-normal-cursor-color)
14952 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14953 (cua-global-mark-cursor-color):
14954 * mail/undigest.el (rmail-forward-separator-regex):
14955 Fix typos in docstrings.
14956
14957 * comint.el (comint-check-proc, make-comint-in-buffer)
14958 (comint-source-default): Doc fixes.
14959
14960 * term.el (term-send-string): Improve argument/docstring consistency.
14961
14962 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
14963
14964 * comint.el (comint-send-input): Bind `inhibit-read-only' around
14965 call to `delete-region'.
14966 (comint-mode-hook): Do not enable Font Lock by default.
14967
14968 2005-06-09 Lute Kamstra <lute@gnu.org>
14969
14970 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14971 could be void.
14972
14973 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
14974
14975 * emacs-lisp/debug.el (debugger-will-be-back): New var.
14976 (debug): Use it.
14977 (debugger-step-through, debugger-continue, debugger-jump)
14978 (debugger-return-value): Set it when needed.
14979 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14980 Use inhibit-read-only.
14981
14982 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
14983
14984 * window.el (shrink-window-if-larger-than-buffer)
14985 (window-size-fixed): Fix typo in docstring.
14986
14987 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
14988 thumbnails directory on loading.
14989 (thumbs-conversion-program): Use `eq' to check the system type,
14990 not `equal'.
14991 (thumbs-temp-dir): Initialize to `temporary-file-directory',
14992 not "/tmp". Fix docstring.
14993 (thumbs-thumbsdir): New function to return the thumbnails
14994 directory, creating it if needed.
14995 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14996 (thumbs-temp-file): Delete variable and make it into a function.
14997 (thumbs-resize-image, thumbs-modify-image): Use it.
14998 (thumbs-kill-buffer): Simplify.
14999 (thumbs-gensym): Defalias or duplicate CL `gensym'.
15000 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15001 docstrings.
15002
15003 2005-06-09 Kim F. Storm <storm@cua.dk>
15004
15005 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15006 set-match-data to free markers in match-data.
15007
15008 * replace.el (replace-match-data): Pass RESEAT arg `t' to
15009 match-data to unchain markers in match-data.
15010
15011 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
15012
15013 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15014 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
15015 unnecessary now.
15016
15017 2005-06-08 Richard M. Stallman <rms@gnu.org>
15018
15019 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15020 give the variable a doc string that doesn't say don't set it directly.
15021
15022 * textmodes/ispell.el (ispell-check-version):
15023 Use match-string-no-properties.
15024 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15025 (ispell-buffer-local-words): Likewise.
15026
15027 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15028 except on terminals with enough colors to really display it.
15029 (makefile-dependency-regex): Delete spurious `bb'.
15030
15031 * faces.el (escape-glyph): Use blue once again in last case.
15032 (no-break-space): Redefine so that it isn't invisible on a tty.
15033
15034 2005-06-08 Kim F. Storm <storm@cua.dk>
15035
15036 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15037 also when reading directory name.
15038
15039 2005-06-08 Lute Kamstra <lute@gnu.org>
15040
15041 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
15042 (flyspell-mode-line-string): Remove autoload cookie.
15043 (flyspell-mode): Remove defvar.
15044
15045 2005-06-07 Lute Kamstra <lute@gnu.org>
15046
15047 * textmodes/org.el (org-run-mode-hooks): New function.
15048 (org-agenda-mode): Use it.
15049
15050 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
15051
15052 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
15053
15054 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15055
15056 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
15057
15058 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
15059
15060 * font-lock.el (font-lock-add-keywords): Doc fix.
15061
15062 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15063
15064 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
15065 (tex-compile-default): In the absence of any history, use the order in
15066 tex-compile-alist to choose the preferred command.
15067 (tex-compile-commands): Reorder a bit.
15068
15069 * textmodes/flyspell.el (flyspell-auto-correct-binding)
15070 (flyspell-incorrect-face, flyspell-duplicate-face):
15071 Use (X)Emacs-agnostic code.
15072 (flyspell-mode-map): Don't overwrite at each load. Remove code
15073 redundant with the subsequent add-minor-mode. Merge Emacs and
15074 XEmacs code.
15075 (flyspell-word): Minor simplification.
15076 (flyspell-math-tex-command-p): Quieten the byte-compiler.
15077 (flyspell-external-point-words): Remove unused vars `size' and `start'.
15078 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15079 Merge the corresponding Emacs code.
15080 (flyspell-correct-word, flyspell-xemacs-popup):
15081 Use flyspell-do-correct.
15082
15083 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15084 a dedicated window.
15085
15086 * international/latexenc.el (latexenc-find-file-coding-system):
15087 Undo part of last patch, to turn off a compiler warning.
15088
15089 2005-06-06 Juri Linkov <juri@jurta.org>
15090
15091 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
15092 Rename `tmm-inactive-face' to `tmm-inactive'.
15093
15094 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
15095
15096 * iswitchb.el: Rename faces.
15097
15098 2005-06-06 Kim F. Storm <storm@cua.dk>
15099
15100 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
15101 (cua-global-mark): Remove -face suffix from face names.
15102
15103 * emulation/cua-gmrk.el (cua--init-global-mark):
15104 Remove cua-global-mark face setup.
15105
15106 2005-06-06 Richard M. Stallman <rms@gnu.org>
15107
15108 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
15109 just like other allowed characters.
15110 (makefile-match-dependency): Exclude leading and training whitespace
15111 from the range of regexp subexp 1.
15112 (makefile-macroassign-regex): Don't try to match the body,
15113 just the name of the macro being defined.
15114
15115 * info.el (Info-read-node-name-2): New function.
15116 (Info-read-node-name-1): Use that.
15117 Add a completion-base-size-function property.
15118
15119 * simple.el (completion-setup-function): Look for
15120 completion-base-size-function property of minibuffer-completion-table.
15121
15122 * files.el (locate-file-completion): Doc fix.
15123
15124 * printing.el: Don't call pr-update-menus; user must do that.
15125
15126 * emacs-lisp/debug.el (debugger-window): New variable.
15127 (debug): Use debugger-window if it is set and still alive.
15128 Record debugger-window for next entry.
15129
15130 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
15131
15132 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
15133
15134 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
15135 (hack-one-local-variable, hack-local-variables)
15136 (hack-local-variables-prop-line): Pass that arg.
15137
15138 2005-06-06 Kim F. Storm <storm@cua.dk>
15139
15140 * ido.el (ido-first-match, ido-only-match, ido-subdir)
15141 (ido-indicator): Remove -face suffix from face names.
15142
15143 2005-06-06 Juri Linkov <juri@jurta.org>
15144
15145 * font-lock.el (font-lock-regexp-backslash)
15146 (font-lock-regexp-backslash-construct): New faces.
15147 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
15148 after `('. Add `while-no-input' to control structures.
15149
15150 * faces.el (no-break-space, shadow): New faces.
15151 (escape-glyph): Use less loud colors pink2 and red4.
15152
15153 * diff-mode.el (diff-context-face)
15154 * dired.el (dired-ignored)
15155 * rfn-eshadow.el (file-name-shadow)
15156 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
15157
15158 * info.el (Info-title-1-face): Use green instead of yellow because
15159 bold yellow is not readable on light backgrounds.
15160
15161 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
15162 before selecting the desired mode to not spend time fontifying
15163 old contents.
15164
15165 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
15166
15167 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
15168 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
15169
15170 * ps-print.el (ps-default-fg, ps-default-bg):
15171 Fix typos in docstrings.
15172
15173 * isearchb.el (isearchb): Don't pass a spurious second argument to
15174 `iswitchb-completions'.
15175
15176 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
15177
15178 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
15179 to preserve point.
15180 (gdb-find-file-hook): Add doc string.
15181
15182 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
15183 C dereferenced pointer expression.
15184 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
15185
15186 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
15187
15188 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
15189 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
15190 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
15191 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
15192 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
15193 Make background transparent.
15194
15195 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15196
15197 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
15198 (font-lock-remove-keywords): Doc fix.
15199 (font-lock-mode-major-mode): Compiler defvar.
15200 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
15201
15202 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
15203 (font-lock-mode): Update `font-lock-mode-major-mode'.
15204 (font-lock-set-defaults): Compiler defvar.
15205 (font-lock-default-function): Take `font-lock-mode-major-mode'
15206 into account.
15207
15208 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
15209 keep track of which major mode it enabled the minor mode for.
15210 Use find-file-hook again. Update docstring.
15211
15212 * simple.el (eval-expression-print-level)
15213 (eval-expression-print-length, eval-expression-debug-on-error):
15214 Doc fixes.
15215
15216 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
15217
15218 * iswitchb.el (iswitchb-single-match-face)
15219 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
15220 (iswitchb-invalid-regexp-face): New faces.
15221 (iswitchb-completions): Use them.
15222 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
15223 now marked as an obsolete alias.
15224 (iswitchb-read-buffer): Remove check for bound font variables.
15225 (iswitchb-invalid-regexp): New free variable.
15226 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
15227 set iswitchb-invalid-regexp.
15228 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
15229 invalid regexps.
15230 (iswitchb-completions): Add check for complete match when entering
15231 a regexp.
15232 (iswitchb-completions): Remove require-match argument.
15233 (iswitchb-exhibit): Fix caller.
15234 (iswitchb-common-match-inserted): New variable.
15235 (iswitchb-complete, iswitchb-completion-help): Use it.
15236
15237 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
15238
15239 * url-http.el (url-http-chunked-encoding-after-change-function):
15240 Use `url-http-debug' instead of `message'.
15241
15242 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
15243
15244 * url-http.el (url-http-parse-headers): Pass redirected URL as a
15245 callback argument.
15246
15247 2005-06-04 Kim F. Storm <storm@cua.dk>
15248
15249 * simple.el (line-move): Only call sit-for when moving backwards.
15250
15251 * ido.el (ido-make-merged-file-list-1): New defun split from
15252 ido-make-merged-file-list.
15253 (ido-make-merged-file-list): Bind throw-on-input around call to
15254 ido-make-merged-file-list-1. Return input-pending-p if
15255 interrupted by more input available.
15256 (ido-read-internal): Handle input-pending-p return value from
15257 ido-make-merged-file-list.
15258
15259 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15260
15261 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
15262 compatibility code.
15263
15264 * international/latexenc.el (latexenc-find-file-coding-system):
15265 Don't inherit the EOL part of the coding-system from the
15266 tex-main buffer. Fit within 80 columns.
15267
15268 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
15269
15270 * tmm.el (tmm-inactive-face): New face.
15271 (tmm-remove-inactive-mouse-face): New function.
15272 (tmm-prompt, tmm-add-one-shortcut)
15273 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
15274 but not selectable.
15275
15276 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
15277
15278 * faces.el (face-equal): Improve argument/docstring consistency.
15279
15280 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
15281
15282 * progmodes/make-mode.el (makefile-targets-face)
15283 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
15284 (makefile-bsdmake-dependency-regex)
15285 (makefile-makepp-rule-action-regex)
15286 (makefile-bsdmake-rule-action-regex): New constants.
15287 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
15288
15289 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15290 Allow (...) within `...' for makepp messages.
15291
15292 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
15293
15294 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
15295
15296 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
15297 "." files are deleted from all file lists before comparison.
15298
15299 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15300 (viper-ESC-key): Made them customizable.
15301
15302 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
15303
15304 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
15305
15306 * autorevert.el (auto-revert-buffers): Use save-match-data.
15307
15308 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15309
15310 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
15311 menu items with a nil command binding.
15312
15313 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
15314
15315 * emacs-lisp/cl-macs.el (defsetf):
15316 Improve argument/docstring consistency.
15317
15318 * faces.el (list-faces-display): Improve the formatting by
15319 computing the maximum length required for any face-name (reworked
15320 patch of 1999-01-11, accidentally deleted on 1999-07-21).
15321 (internal-find-face): Remove redundant info in docstring.
15322
15323 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
15324
15325 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
15326 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
15327 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
15328 (gdb-assembler-custom): Improve regexps.
15329 (def-gdb-auto-update-handler): Use window point to preserve point.
15330
15331 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15332
15333 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
15334
15335 2005-05-31 Jay Belanger <belanger@truman.edu>
15336
15337 * calc/calc-embed.el (calc-embedded-word): Change argument passed
15338 to calc-embedded.
15339 (calc-embedded-make-info): Have plain prefix argument select
15340 entire line.
15341
15342 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
15343
15344 * faces.el (list-faces-display): Signal error if passed a regexp
15345 that matches no face name.
15346
15347 * simple.el (filter-buffer-substring): Fix typo in docstring.
15348
15349 2005-05-31 Richard M. Stallman <rms@gnu.org>
15350
15351 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
15352 (vhdl-emacs-21): Doc fix.
15353 (vhdl-mode): Unconditionally set comment-padding.
15354 (vhdl-fixup-whitespace-region): Insert spaces only where
15355 there are none.
15356 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
15357
15358 2005-05-30 John Wiegley <johnw@newartisans.com>
15359
15360 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
15361 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
15362 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
15363 `directory-sep-char' to ?/, and all uses of `string-to-int' to
15364 `string-to-number'.
15365
15366 2005-05-30 Jay Belanger <belanger@truman.edu>
15367
15368 * calc/calc.el (calc-bug-address): Fix docstring.
15369 (calc-window-hook, calc-trail-window-hook): New variables.
15370 (calc-trail-display): Restore use of calc-trail-window-hook.
15371 (calc): Restore use of calc-window-hook.
15372
15373 2005-05-31 Masatake YAMATO <jet@gyve.org>
15374
15375 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
15376
15377 * help-fns.el (help-C-file-name): Add autoload mark for
15378 `find-function-noselect'.
15379
15380 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15381
15382 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
15383 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
15384
15385 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15386
15387 * calendar/diary-lib.el (mark-included-diary-files): Only kill
15388 included diary buffer if it was not already being visited.
15389 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
15390
15391 * calendar/icalendar.el (top-level): Do not require appt.
15392
15393 * mail/supercite.el (sc-select-attribution): Only use a list
15394 element from sc-attrib-selection-list if it returns a string.
15395 Reported by Davide G. M. Salvetti <salve@debian.org>.
15396
15397 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
15398
15399 * thumbs.el (thumbs-thumbname): The resulting thumbname now
15400 includes a hash value to improve its uniqueness, and has a ".jpg"
15401 extension. Also, it is now a valid filename on all systems.
15402 (thumbs-make-thumb): Use `let', not `let*'.
15403 (thumbs-show-thumbs-list): Check for JPEG availability.
15404
15405 2005-05-30 Richard M. Stallman <rms@gnu.org>
15406
15407 * filesets.el (filesets-menu-ensure-use-cached):
15408 Prevent warning when emacs-version>= is undefined.
15409
15410 * printing.el (pr-interactive-n-up): Use string-to-number.
15411
15412 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
15413
15414 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15415 Warn only when name to be defined is quoted.
15416
15417 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
15418
15419 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
15420 Make regexp more robust.
15421 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
15422 Force regeneration of disassembly.
15423
15424 2005-05-29 Jay Belanger <belanger@truman.edu>
15425
15426 * calc/calc.el (calc-user-invocation): Check if
15427 calc-invocation-macro is non-nil.
15428
15429 2005-05-29 Juri Linkov <juri@jurta.org>
15430
15431 * add-log.el (change-log-font-lock-keywords):
15432 Add `+' to e-mail regexp to accept mail address with keywords.
15433
15434 * man.el (Man-name-regexp): Add `:' to accept qualified names.
15435
15436 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
15437
15438 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
15439
15440 * ielm.el (inferior-emacs-lisp-mode): Ditto.
15441
15442 2005-05-29 Richard M. Stallman <rms@gnu.org>
15443
15444 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
15445 Undo the change that moves to end of the current word.
15446
15447 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15448
15449 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
15450 Throw error when count <= 0 to ensure input is a number.
15451 (gdb-read-memory-custom): Pick up address from buffer.
15452 (gdb-memory-mode): Allow user to increment and decrement
15453 memory address from header line.
15454
15455 2005-05-29 Richard M. Stallman <rms@gnu.org>
15456
15457 * flyspell.el (flyspell-version): Function deleted.
15458 (flyspell-auto-correct-previous-hook): Doc fix.
15459
15460 * jit-lock.el (jit-lock-function, jit-lock-after-change):
15461 Do nothing if memory is full.
15462
15463 * font-lock.el (font-lock-fontify-syntactically-region):
15464 Pass t for GREEDY to looking-back.
15465
15466 * saveplace.el (save-place-alist-to-file): Write the file
15467 using write-region.
15468
15469 * subr.el (looking-back): New argument GREEDY.
15470
15471 * progmodes/compile.el (compilation-start): Set the mode
15472 before inserting the initial text.
15473
15474 * progmodes/which-func.el (which-func-update-1): Turn the mode
15475 off in case of error by setting which-func-mode.
15476
15477 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
15478
15479 * flyspell.el (flyspell-auto-correct-previous-word):
15480 Narrow down to what's on the screen, and recenter overlays
15481 at the end of the next word.
15482
15483 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
15484
15485 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
15486 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
15487 (flyspell-abbrev-p): Default to nil.
15488 (flyspell-use-global-abbrev-table-p): Doc fix.
15489 (flyspell-large-region): Allow nil as value.
15490 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
15491
15492 (mail-mode-flyspell-verify): More robust handling
15493 of `mail-header-separator'. More efficient signature detection.
15494 Allow for regexp metacharacters in message-header-separator.
15495 Adding `To' not to be checked in mail-mode-flyspell-verify.
15496
15497 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
15498 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
15499 Bind flyspell-auto-correct-binding.
15500 Bind C-. and C-, .
15501 (flyspell-mode-map): Likewise.
15502 (flyspell-mode): Doc fix.
15503 (flyspell-accept-buffer-local-defs): Preserve current buffer.
15504 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
15505 (flyspell-word-cache-result): New var, always local.
15506 (flyspell-check-pre-word-p): Doc fix.
15507 (flyspell-check-changed-word-p): Handle spc like newline.
15508 (flyspell-post-command-hook): Set flyspell-word-cache-result.
15509 (flyspell-word-search-backward, flyspell-word-search-forward):
15510 New functions.
15511 (flyspell-word): Return t if nothing to check.
15512 When parsing TeX code, check for after } or \.
15513 Use flyspell-word-search-backward to find previous word.
15514 Return nil if duplicated word.
15515 For word already checked, return same value as last time.
15516 Set flyspell-word-cache-result after checking.
15517 Don't clobber the return value.
15518 (flyspell-get-word): Major rewrite.
15519 (flyspell-external-point-words): New locals pword, pcount.
15520 Fix size used in progress message.
15521 Find the proper corresponding word in flyspell-large-region-buffer.
15522 (flyspell-region): Check for flyspell-large-region = nil.
15523 (flyspell-highlight-incorrect-region): Clean up overlays in region.
15524 (flyspell-auto-correct-word): Check that WORD is a cons.
15525 (flyspell-correct-word): Likewise.
15526
15527 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
15528
15529 * progmodes/make-mode.el (makefile-rule-action-regex)
15530 (makefile-macroassign-regex, makefile-makepp-mode)
15531 (makefile-bsdmake-mode): Continuation lines may be empty.
15532 Reported by Joshua Varner.
15533 (makefile-makepp-font-lock-keywords): Add $(stem).
15534
15535 2005-05-28 Karl Berry <karl@gnu.org>
15536
15537 * textmodes/tex-mode.el: Now that tex-send-command calls
15538 shell-quote-argument (2005-03-31 change), remove all calls to
15539 shell-quote-argument; they all end up invoking tex-send-command.
15540 The double quoting loses on filenames with non-safe characters,
15541 such as "@". Reported by Frederik Fouvry.
15542
15543 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15544
15545 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
15546 about preserving point.
15547
15548 2005-05-27 Jay Belanger <belanger@truman.edu>
15549
15550 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
15551 Info-goto-node.
15552
15553 * calc/calc-embed.el (calc-embed-arg): New variable.
15554 (calc-do-embedded-activate, calc-embedded-activate-formula)
15555 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
15556 variable by new variable.
15557 (calc-embedded-make-info): Replace undeclared variable by new
15558 variable. When selecting region with positive prefix
15559 argument, use end of previous line instead of beginning of line.
15560
15561 * calc/calc-aent.el (calc-arg-values): Declare it.
15562
15563 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
15564 Declare them.
15565
15566 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
15567
15568 * calc/calc.el (calc-alg-map): Declare it.
15569
15570 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
15571
15572 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
15573
15574 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
15575 (gdb-registers-buffer, toggle-gdb-all-registers):
15576 Toggle display of floating point registers.
15577 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
15578
15579 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
15580 (toggle-gud-tooltip-dereference):
15581 Rename from gud-toggle-tooltip-dereference.
15582
15583 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15584
15585 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
15586
15587 2005-05-27 Jay Belanger <belanger@truman.edu>
15588
15589 * calc/calc-prog.el (calc-kbd-report): Remove.
15590 (calc-kbd-query): Rewrite.
15591
15592 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
15593
15594 * image.el (image-library-alist): Move to image.c.
15595 (image-type-available-p): Doc fix.
15596
15597 2005-05-27 Lute Kamstra <lute@gnu.org>
15598
15599 * calc/calc.el (calc):
15600 * outline.el (outline-1, outline-2, outline-3, outline-4)
15601 (outline-5, outline-6, outline-7, outline-8):
15602 * textmodes/dns-mode.el (dns-mode):
15603 * textmodes/sgml-mode.el (sgml-namespace-face):
15604 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
15605 (tex-verbatim-face, tex-use-reftex):
15606 * textmodes/texinfo.el (texinfo-heading-face):
15607 Specify customization group.
15608
15609 * longlines.el: Don't require easy-mmode.
15610 (longlines-visible-face): Specify customization group.
15611
15612 2005-05-27 Kenichi Handa <handa@m17n.org>
15613
15614 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
15615 encoding table of windows-1251.
15616
15617 * international/ucs-tables.el (ucs-set-table-for-input):
15618 If translation-table-for-input of a coding system is a symbol, get
15619 its translation-table property.
15620
15621 * international/code-pages.el: Don't register a coding system into
15622 non-iso-charset-alist more than once.
15623 (cp-make-coding-system): Likewise.
15624
15625 2005-05-26 John Wiegley <johnw@newartisans.com>
15626
15627 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15628 `eshell-resume-eval' is wrapped in a list, it indicates that the
15629 command was run asynchronously. In that case, unwrap the value
15630 before checking the delimiter value.
15631
15632 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
15633 character before a space at the end of a line is \, assume the space
15634 is part of the last argument rather than a final argument separator.
15635
15636 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15637 is in use, and the target is `t' or `nil' (which are the most common
15638 values), don't assume that the symbol target is a buffer.
15639
15640 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15641
15642 * calendar/calendar.el (calendar-mode-line-format):
15643 Use mode-line-highlight as mouse-face.
15644
15645 * time.el (display-time-string-forms, display-time-update):
15646 Use mode-line-highlight as mouse-face.
15647
15648 2005-05-26 Jay Belanger <belanger@truman.edu>
15649
15650 * calc/calc.el (calc-language-alist): Remove extra defvar.
15651
15652 2005-05-26 Lute Kamstra <lute@gnu.org>
15653
15654 * arc-mode.el (archive-mode):
15655 * bookmark.el (bookmark-read-annotation-mode)
15656 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15657 * bs.el (bs-mode):
15658 * calc/calc-yank.el (calc-edit-mode):
15659 * calc/calc.el (calc-mode, calc-trail-mode):
15660 * calculator.el (calculator-mode):
15661 * chistory.el (command-history-mode):
15662 * comint.el:
15663 * cus-edit.el (custom-mode):
15664 * descr-text.el (describe-text-mode):
15665 * ebuff-menu.el (Electric-buffer-menu-mode):
15666 * ediff-util.el (ediff-mode):
15667 * emacs-lisp/re-builder.el (reb-mode):
15668 * emulation/vi.el (vi-mode-setup):
15669 * emulation/ws-mode.el (wordstar-mode):
15670 * eshell/esh-mode.el (eshell-mode):
15671 * forms.el (forms-mode):
15672 * help-mode.el (help-mode):
15673 * hexl.el (hexl-mode):
15674 * ibuffer.el (ibuffer-mode):
15675 * ielm.el (inferior-emacs-lisp-mode):
15676 * info.el (Info-mode, Info-edit-mode):
15677 * international/swedish.el:
15678 * ledit.el (ledit-from-lisp-mode):
15679 * locate.el (locate-mode):
15680 * mail/rmail.el (rmail-mode):
15681 * mail/rmailedit.el (rmail-edit-mode):
15682 * mail/rmailsum.el (rmail-summary-mode):
15683 * mail/supercite.el (sc-electric-mode):
15684 * net/eudc.el (eudc-mode):
15685 * net/quickurl.el (quickurl-list-mode):
15686 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15687 * obsolete/ooutline.el (outline-mode):
15688 * obsolete/options.el (Edit-options-mode):
15689 * obsolete/rnews.el (news-mode):
15690 * obsolete/rnewspost.el (news-reply-mode):
15691 * play/5x5.el (5x5-mode):
15692 * play/decipher.el (decipher-mode, decipher-stats-mode):
15693 * play/gomoku.el (gomoku-mode):
15694 * play/snake.el (snake-mode):
15695 * play/solitaire.el (solitaire-mode):
15696 * play/tetris.el (tetris-mode):
15697 * progmodes/ada-mode.el (ada-mode):
15698 * progmodes/antlr-mode.el (antlr-mode):
15699 * progmodes/autoconf.el (autoconf-mode):
15700 * progmodes/dcl-mode.el (dcl-mode):
15701 * progmodes/delphi.el (delphi-mode):
15702 * progmodes/ebrowse.el (ebrowse-tree-mode)
15703 (ebrowse-electric-list-mode, ebrowse-member-mode)
15704 (ebrowse-electric-position-mode):
15705 * progmodes/f90.el (f90-mode):
15706 * progmodes/fortran.el (fortran-mode):
15707 * progmodes/icon.el (icon-mode):
15708 * progmodes/idlw-help.el (idlwave-help-mode):
15709 * progmodes/idlw-shell.el (idlwave-shell-mode):
15710 * progmodes/idlwave.el (idlwave-mode):
15711 * progmodes/inf-lisp.el (inferior-lisp-mode):
15712 * progmodes/m4-mode.el (m4-mode):
15713 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
15714 * progmodes/modula2.el (modula-2-mode):
15715 * progmodes/octave-inf.el (inferior-octave-mode):
15716 * progmodes/octave-mod.el (octave-mode):
15717 * progmodes/pascal.el (pascal-mode):
15718 * progmodes/sh-script.el (sh-mode):
15719 * progmodes/sql.el (sql-mode, sql-interactive-mode):
15720 * progmodes/vhdl-mode.el (vhdl-mode):
15721 * progmodes/xscheme.el (scheme-interaction-mode):
15722 * replace.el (occur-mode):
15723 * ses.el (ses-mode):
15724 * simple.el (completion-list-mode):
15725 * skeleton.el:
15726 * speedbar.el (speedbar-mode):
15727 * term.el (term-mode):
15728 * terminal.el (terminal-edit-mode):
15729 * textmodes/reftex-index.el (reftex-index-mode)
15730 (reftex-index-phrases-mode):
15731 * textmodes/reftex-sel.el (reftex-select-label-mode)
15732 (reftex-select-bib-mode):
15733 * textmodes/reftex-toc.el (reftex-toc-mode):
15734 * wdired.el (wdired-change-to-wdired-mode):
15735 * wid-browse.el (widget-browse-mode):
15736 Use run-mode-hooks.
15737
15738 * array.el (array-mode):
15739 * calendar/todo-mode.el (todo-mode):
15740 * man.el (Man-mode):
15741 * play/landmark.el (lm-mode):
15742 * play/mpuz.el (mpuz-mode):
15743 Use kill-all-local-variables and run-mode-hooks.
15744
15745 * subr.el (delay-mode-hooks): Specify indentation.
15746
15747 2005-05-26 Mark A. Hershberger <mah@everybody.org>
15748
15749 * xml.el (xml-substitute-special): Don't die for undefined xml
15750 entities.
15751
15752 2005-05-26 Jay Belanger <belanger@truman.edu>
15753
15754 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
15755 of nil.
15756
15757 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
15758
15759 * progmodes/gdb-ui.el (gdb-frame-address):
15760 Rename from gdb-current-address.
15761 (gdb-previous-frame-address): Rename from gdb-previous-address.
15762 (gdb-selected-frame): Rename from gdb-current-frame.
15763 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
15764 (gdb-frame-number): Rename from gdb-current-stack-level.
15765 (gdb-ann3): Match new mode-name for disassembly buffer.
15766 Extend initialization of variables.
15767 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
15768 (gdb-memory-mode): Use mouse-face in header line.
15769 (gdb-assembler-buffer-name): Call it disassembly and give frame
15770 in mode line.
15771 (gdb-source-spec-regexp, gdb-assembler-custom)
15772 (gdb-invalidate-assembler, gdb-frame-handler):
15773 Make robust to leading zeroes in address format.
15774
15775 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
15776
15777 * textmodes/org.el (org-mode): Use `define-derived-mode' to
15778 define `org-mode'.
15779 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
15780
15781 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
15782
15783 * log-edit.el (log-edit-changelog-entries): Distinguish between
15784 filenames like xfns.c and fns.c.
15785
15786 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
15787
15788 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
15789 point after reverting.
15790 (Buffer-menu-make-sort-button): Handle the case where
15791 `Buffer-menu-use-header-line' is nil.
15792
15793 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
15794
15795 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
15796 New funcs. In minibuffer-local-completion-map bind `]', `/'
15797 and `:' to them.
15798
15799 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15800
15801 * startup.el (normal-top-level): Allow modification of load-path while
15802 we're iterating over it.
15803
15804 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
15805
15806 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
15807 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
15808 (thumbs-resize-interactive, thumbs-insert-image)
15809 (thumbs-insert-thumb, thumbs-dired-show-marked)
15810 (thumbs-find-image-at-point, thumbs-delete-images)
15811 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
15812 (thumbs-increment-image-size, thumbs-decrement-image-size):
15813 Fix typos in docstrings.
15814
15815 2005-05-24 Andre Spiegel <spiegel@gnu.org>
15816
15817 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
15818 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
15819 (cperl-mode): Use them.
15820
15821 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
15822
15823 * window.el (quit-window, shrink-window-if-larger-than-buffer):
15824 Doc fixes.
15825
15826 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
15827
15828 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
15829 Bind C-d to gdb-inferior-io-eof.
15830
15831 * dired.el (dired-dnd-popup-notice): Use message-box.
15832
15833 2005-05-23 Masatake YAMATO <jet@gyve.org>
15834
15835 * bindings.el (mode-line-major-mode-keymap):
15836 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
15837
15838 * faces.el (mode-line-highlight): New face.
15839
15840 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
15841 as mouse-face.
15842
15843 * bindings.el (top-level, help-echo, mode-line-modified)
15844 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
15845 as mouse-face.
15846
15847 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
15848
15849 * progmodes/cc-engine.el (c-guess-basic-syntax):
15850 Remove spurious call to `zerop'.
15851
15852 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
15853
15854 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
15855
15856 CC Mode update to 5.30.10:
15857
15858 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
15859 could go past the limit in decoration level 2, thereby causing
15860 errors during interactive fontification.
15861
15862 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
15863 the file is evaluated interactively.
15864
15865 * cc-engine.el (c-guess-basic-syntax): Handle operator
15866 declarations somewhat better in C++.
15867
15868 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
15869 make use of `run-mode-hooks' which has been added in Emacs 21.1.
15870 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
15871 (awk-mode): Use it.
15872 (make-local-hook): Suppress warning about obsoleteness.
15873
15874 * cc-engine.el, cc-align.el, cc-cmds.el
15875 (c-append-backslashes-forward, c-delete-backslashes-forward)
15876 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
15877 Compensate for return value from `forward-line' when it has moved
15878 but not to a different line due to eob.
15879
15880 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
15881 `objc-method-intro' and `objc-method-args-cont'.
15882
15883 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
15884
15885 CC Mode update to 5.30.10:
15886
15887 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
15888 in the copyright statement. Incidentally, change "along with GNU
15889 Emacs" to "along with this program" where it occurs.
15890
15891 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
15892 so that it is interactive, hence can be found by M-x awk-mode
15893 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
15894 <gmorris+emacs@ast.cam.ac.uk>.
15895
15896 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
15897 Mode's regexps.
15898
15899 2005-05-23 Kevin Ryde <user42@zip.com.au>
15900
15901 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
15902 c-parse-state, to avoid a lisp error (on bad code).
15903
15904 2005-05-23 Lute Kamstra <lute@gnu.org>
15905
15906 * subr.el (font-lock-defaults): Remove defvar as it's already
15907 defined in font-core.el.
15908
15909 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
15910
15911 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
15912
15913 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
15914 more general and work when GDB variable "print pretty" is on,
15915 as with Emacs, for example.
15916
15917 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
15918
15919 * font-core.el: Update comment.
15920
15921 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15922 Use `after-change-major-mode-hook' instead of `find-file-hook'.
15923
15924 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15925
15926 2005-05-22 Eli Zaretskii <eliz@gnu.org>
15927
15928 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15929 and `yank-handler' in the doc strings.
15930
15931 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15932
15933 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
15934
15935 2005-05-22 Richard M. Stallman <rms@gnu.org>
15936
15937 * help.el (describe-key): Move print-help-return-message call
15938 out of conditional.
15939
15940 * progmodes/etags.el (list-tags): Use with-no-warnings.
15941
15942 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15943 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15944 (starttls-extra-args, starttls-extra-arguments): Add defvars.
15945
15946 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15947
15948 * language/viet-util.el (viet-viscii-nonascii-translation-table):
15949 Add defvar.
15950
15951 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15952 Use defvar, not defconst.
15953
15954 * hexl.el (hexl-follow-line): Use with-no-warnings.
15955
15956 * emulation/tpu-extras.el: Use write-file-functions instead of
15957 write-file-hooks.
15958
15959 * dired.el (dired-font-lock-keywords): Fontify files with junk
15960 extensions even if marked by -F.
15961
15962 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
15963
15964 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15965 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15966 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15967 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15968 (concatenate, list-length, get*, getf, cl-remprop):
15969 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15970 (etypecase, progv, lexical-let, lexical-let*)
15971 (multiple-value-bind, multiple-value-setq, shiftf):
15972 Improve argument/docstring consistency.
15973
15974 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
15975
15976 2005-05-22 Andre Spiegel <spiegel@gnu.org>
15977
15978 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15979 doesn't exist.
15980
15981 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
15982 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
15983
15984 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
15985
15986 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15987 already deleted variables: auto-fill-hook, blink-paren-hook,
15988 lisp-indent-hook, inhibit-local-variables, unread-command-event,
15989 suspend-hooks, comment-indent-hook, meta-flag,
15990 before-change-function, after-change-function,
15991 font-lock-doc-string-face.
15992
15993 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
15994
15995 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15996
15997 2005-05-21 Eli Zaretskii <eliz@gnu.org>
15998
15999 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16000 rmail-dont-reply-to.
16001
16002 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16003
16004 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16005 literal blank when splitting new-header-values.
16006
16007 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
16008
16009 * calendar/cal-menu.el (cal-menu-update): Add separator as a
16010 string so that tmm doesn't create a completion entry for it.
16011
16012 * textmodes/table.el (table-disable-menu): Ditto.
16013
16014 2005-05-21 Richard M. Stallman <rms@gnu.org>
16015
16016 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16017
16018 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16019
16020 * net/rcompile.el (remote-compile): Use compilation-start.
16021
16022 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16023
16024 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
16025
16026 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16027 Default to makefile-bsdmake-mode on BSD systems.
16028
16029 * imenu.el (imenu-generic-expression, imenu--generic-function'):
16030 REGEXP may also be a search function now. The part of doc-string
16031 for describing the structure was 95% identical to that of
16032 `imenu--generic-function'. Unify it there.
16033
16034 * progmodes/make-mode.el (makefile-imenu-generic-expression):
16035 Use function to find dependencies, because regexp alone is so complex,
16036 it easily goes into an endless loop.
16037 (makefile-makepp-mode): Also add submenu for Perl functions
16038 defined in the makefile.
16039 (makefile-bsdmake-mode): Special imenu-generic-expression no
16040 longer needed, due to function call.
16041 (makefile-match-dependency): Take BOUND into account when checking
16042 if we're through.
16043
16044 2005-05-20 Jay Belanger <belanger@truman.edu>
16045
16046 * calc/calc-units.el (calc-invalidate-units-table):
16047 Use inhibit-read-only.
16048 (math-build-units-table-buffer): Use view-mode.
16049
16050 2005-05-20 David Kastrup <dak@gnu.org>
16051
16052 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
16053 easy-menu-add is not a nop on Emacs; and clarify when to call it.
16054
16055 2005-05-20 Lute Kamstra <lute@gnu.org>
16056
16057 * diff-mode.el (diff-header-face, diff-file-header-face)
16058 (diff-index-face, diff-hunk-header-face, diff-removed-face)
16059 (diff-added-face, diff-changed-face, diff-function-face)
16060 (diff-context-face, diff-nonexistent-face): Put them in the
16061 diff-mode customization group.
16062
16063 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16064
16065 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
16066
16067 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
16068
16069 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16070 Minor regexp-optimization.
16071
16072 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
16073
16074 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16075 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16076 (org-agenda-add-time-grid-maybe): New function.
16077 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16078 (org-table-create): `dotimes' instead of `mapcar'.
16079 (org-xor): Simplify implementation.
16080 (org-agenda): `inhibit-redisplay' turned on.
16081 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16082 a consistent line after a state change.
16083 (org-agenda-remove-times-when-in-prefix): New option.
16084 (org-prefix-has-time): New variable.
16085 (org-parse-time-string): Optional argument NODEFAULT.
16086 (org-format-agenda-item): Parse items for time-of-day
16087 specifications and move these into the prefix if possible.
16088 (org-agenda-priority): Get current heading, not previous heading
16089 during agenda remote editing.
16090
16091 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
16092
16093 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
16094 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
16095 (remove-duplicates, delete-duplicates, substitute)
16096 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
16097 (nsubstitute-if-not, find, find-if, find-if-not, position)
16098 (position-if, position-if-not, count, count-if, count-if-not)
16099 (mismatch, search, sort*, stable-sort, merge, member*)
16100 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
16101 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
16102 (intersection, nintersection, set-difference, nset-difference)
16103 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
16104 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
16105 (nsublis, tree-equal): Improve argument/docstring consistency.
16106
16107 * subr.el (send-string, send-region): Remove obsolescence declaration.
16108 (window-dot, set-window-dot, read-input, show-buffer)
16109 (eval-current-buffer, string-to-int):
16110 Add release number to obsolescence declarations.
16111
16112 2005-05-19 Kim F. Storm <storm@cua.dk>
16113
16114 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
16115 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
16116
16117 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
16118
16119 * faces.el (list-faces-display): Make back button respect optional
16120 regexp arg.
16121
16122 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
16123
16124 * calculator.el (calculator-radix-grouping-mode)
16125 (calculator-radix-grouping-digits, calculator-displayer)
16126 (calculator-radix-grouping-separator, calculator-copy-displayer):
16127 * dabbrev.el (dabbrev-search-these-buffers-only):
16128 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
16129 (diff-advance-after-apply-hunk, diff-mode-hook)
16130 (diff-minor-mode-prefix):
16131 * imenu.el (imenu-use-popup-menu):
16132 * jit-lock.el (jit-lock-context-time):
16133 * newcomment.el (comment-fill-column, comment-column)
16134 (comment-style, comment-padding, comment-multi-line)
16135 (comment-empty-lines, comment-auto-fill-only-comments):
16136 * reveal.el (reveal-around-mark):
16137 * uniquify.el (uniquify-buffer-name-style)
16138 (uniquify-after-kill-buffer-p)
16139 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
16140 (uniquify-min-dir-content, uniquify-separator)
16141 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
16142 * w32-vars.el (w32-fixed-font-alist):
16143 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
16144 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
16145 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
16146 * progmodes/perl-mode.el (perl-indent-level)
16147 (perl-continued-statement-offset, perl-continued-brace-offset)
16148 (perl-brace-offset, perl-brace-imaginary-offset)
16149 (perl-label-offset, perl-indent-continued-arguments)
16150 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
16151 * progmodes/tcl.el (tcl-indent-level)
16152 (tcl-continued-indent-level, tcl-auto-newline)
16153 (tcl-tab-always-indent, tcl-electric-hash-style)
16154 (tcl-help-directory-list, tcl-use-smart-word-finder)
16155 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
16156 (inferior-tcl-source-command):
16157 * textmodes/fill.el (enable-kinsoku):
16158 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
16159 * textmodes/table.el (table-yank-handler):
16160 Specify missing group (and type, if simple) in defcustom.
16161
16162 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
16163
16164 * progmodes/compile.el (compilation-finish-function): Fix defvar.
16165
16166 2005-05-19 Richard M. Stallman <rms@gnu.org>
16167
16168 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
16169
16170 * subr.el (event-basic-type): Don't get an error.
16171 (left-fringe-p): Function deleted.
16172
16173 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
16174 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
16175
16176 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
16177 in recursive copy.
16178
16179 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
16180
16181 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
16182
16183 * emacs-lisp/bytecomp.el
16184 (byte-compile-file-form-custom-declare-variable):
16185 Call byte-compile-nogroup-warn if appropriate.
16186
16187 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
16188 (compilation-set-window): Don't call left-fringe-p; do it directly.
16189
16190 2005-05-19 Jay Belanger <belanger@truman.edu>
16191
16192 * calc/calc-graph.el (calc-graph-format-data): Make sure
16193 var-PlotRejects is bound before trying to check its value.
16194
16195 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
16196
16197 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
16198 definition of this variable from reftex-global.el to reftex.el,
16199 because it is needed in the menu.
16200
16201 2005-05-19 Lute Kamstra <lute@gnu.org>
16202
16203 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
16204 years are fixed. Don't insert a space after a dash.
16205
16206 2005-05-19 Kim F. Storm <storm@cua.dk>
16207
16208 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
16209
16210 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
16211
16212 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
16213 strings, because (eq ... ?\\) is fairly frequent.
16214
16215 * progmodes/make-mode.el (makefile-add-this-line-targets):
16216 Simplify and integrate into `makefile-pickup-targets'.
16217 (makefile-add-this-line-macro): Simplify and integrate into
16218 `makefile-pickup-macros.
16219 (makefile-pickup-filenames-as-targets): Simplify.
16220 (makefile-previous-dependency, makefile-match-dependency):
16221 Don't stumble over `::'.
16222
16223 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
16224
16225 * subr.el (post-command-idle-hook, post-command-idle-delay):
16226 Remove obsoletion of post-command-idle-hook and
16227 post-command-idle-delay.
16228
16229 * faces.el (list-faces-display): Provide button when describe-face
16230 is called to take user back to the list of faces.
16231
16232 * help-fns.el (describe-variable): Remove hyperlinks in a
16233 variable's value as these are quite frequently inappropriate.
16234
16235 * follow.el (follow-submit-feedback, follow-mode):
16236 Remove references to post-command-idle-hook.
16237
16238 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
16239
16240 * progmodes/make-mode.el (makefile-previous-dependency)
16241 (makefile-match-dependency): Check for := (and in bsd mode also
16242 !=) to give a better result, even when font-lock is not on.
16243
16244 2005-05-18 Jay Belanger <belanger@truman.edu>
16245
16246 * calc/calc-help.el (calc-s-prefix-help):
16247 Add `calc-copy-special-constant' to help string.
16248
16249 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
16250
16251 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16252
16253 2005-05-18 Jay Belanger <belanger@truman.edu>
16254
16255 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
16256 in linear factors are in proper order.
16257
16258 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
16259
16260 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16261 Support for jurabib.
16262
16263 * textmodes/reftex.el (featurep): Define aliases for overlay
16264 commands, for XEmacs compatibility, and use these aliases in
16265 overlay initializations.
16266 (reftex-highlight): Use `reftex-move-overlay'.
16267 (reftex-unhighlight): Use `reftex-delete-overlay'.
16268 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
16269 (reftex-access-search-path): Use `reftex-uniquify' instead of
16270 `reftex-uniq'
16271
16272 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
16273 `before-string' property modification enables for Emacs as well.
16274 (reftex-select-item): Use `reftex-delete-overlay'.
16275 (reftex-select-mark): Use `reftex-make-overlay' and
16276 `reftex-overlay-put'.
16277 (reftex-select-unmark): Use `reftex-delete-overlay' and
16278 `reftex-overlay-put'.
16279
16280 2005-05-18 Lute Kamstra <lute@gnu.org>
16281
16282 * emacs-lisp/lisp.el (check-parens): Fix docstring.
16283
16284 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
16285
16286 * add-log.el (add-change-log-entry):
16287 * array.el (array-make-template, array-reconfigure-rows)
16288 (array-init-max-row, array-init-max-column)
16289 (array-init-columns-per-line, array-init-field-width):
16290 * replace.el (replace-match-maybe-edit, perform-replace):
16291 * textmodes/spell.el (spell-region):
16292 Replace `read-input' by `read-string'.
16293
16294 * forms.el (forms-mode):
16295 * finder.el (finder-compile-keywords):
16296 * shadowfile.el (shadow-read-files):
16297 Replace `eval-current-buffer' by `eval-buffer'.
16298
16299 * terminal.el (te-pass-through):
16300 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
16301 (ange-ftp-raw-send-cmd):
16302 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
16303 (send-process-next-char, telnet-initial-filter, telnet):
16304 Replace `send-string' by `process-send-string'.
16305
16306 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
16307 (prolog-consult-region): Replace `send-string' by
16308 `process-send-string'; replace `send-region' by `process-send-region'.
16309
16310 * progmodes/delphi.el (delphi-log-msg):
16311 Replace `set-window-dot' by `set-window-point'.
16312
16313 * subr.el (window-dot, set-window-dot, read-input, send-string)
16314 (send-region, show-buffer, eval-current-buffer):
16315 Make really obsolete, as the comment says.
16316
16317 2005-05-17 Kim F. Storm <storm@cua.dk>
16318
16319 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
16320 (cua--init-keymaps): Bind C-return instead of S-return to set
16321 rectangle mark.
16322
16323 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
16324 instead of S-return to toggle/clear rectangle mark.
16325
16326 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
16327
16328 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
16329 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
16330 Also fontify plain strings assigned to variables, mostly so that a
16331 colon has a face and is thus not taken as a dependency separator.
16332 (makefile-previous-dependency): Inline the new matcher, because it
16333 is too complex to work in both directions.
16334 (makefile-match-dependency): Eliminate `backward' arg (see above).
16335 Completely reimplemented so as to not sometimes go into an endless
16336 loop. It should also be more efficient, because first it only
16337 searches for `:', instead of applying the very complex regexp.
16338 (makefile-mode): Cancel `font-lock-support-mode', because blocks
16339 to be fontified in one piece can be too long for JIT.
16340 Makefiles are never *that* big.
16341
16342 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
16343
16344 * dired.el (dired-mode): Simplify.
16345
16346 2005-05-17 Lute Kamstra <lute@gnu.org>
16347
16348 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
16349 defcustom for the mode hook variable.
16350
16351 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
16352 Emacs Lisp Reference Manual.
16353
16354 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
16355
16356 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
16357 (evenp, list*):
16358 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
16359 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
16360
16361 * net/tramp-smb.el (tramp-smb-open-connection):
16362 Pass `tramp-chunksize' as fifth (required) argument.
16363
16364 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
16365
16366 * font-lock.el (lisp-font-lock-keywords-1):
16367 Set `font-lock-negation-char-face' for [^...] char group.
16368 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
16369
16370 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
16371 a var, and refine it to mask one more level of nested vars.
16372 (makefile-rule-action-regex): Turn it into a var, and refine it so
16373 it recognizes backslashed continuation lines as belonging to the
16374 same command.
16375 (makefile-macroassign-regex): Refine it so it recognizes
16376 backslashed continuation lines as belonging to the same command.
16377 (makefile-var-use-regex): Don't look at the next char, because it
16378 might be the same one to be skipped by the initial [^$], leading
16379 to an overlooked variable use.
16380 (makefile-make-font-lock-keywords): Remove two parameters, which
16381 are now variables that some of the modes set locally.
16382 Handle dependency and rule action matching through functions, because
16383 regexps alone match too often. Dependency matching now comes
16384 last, so it can check, whether a colon already matched something else.
16385 (makefile-mode): Inform that font-lock improves makefile parsing
16386 capabilities.
16387 (makefile-match-dependency, makefile-match-action): New functions.
16388
16389 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
16390
16391 * emacs-lisp/cl-extra.el (equalp): Doc fix.
16392
16393 * align.el (align-regexp):
16394 * ansi-color.el (ansi-color-get-face):
16395 * array.el (array-reconfigure-rows, array-init-max-row)
16396 (array-init-max-column, array-init-columns-per-line)
16397 (array-init-field-width):
16398 * dired-aux.el (dired-trample-file-versions):
16399 * dired-x.el (dired-mark-sexp):
16400 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
16401 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
16402 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
16403 * faces.el (face-read-integer):
16404 * files.el (backup-extract-version, insert-directory):
16405 * hexl.el (hexl-insert-decimal-char):
16406 * server.el (server-process-filter):
16407 * shell.el (shell-extract-num):
16408 * startup.el (command-line-1):
16409 * term.el (term-command-hook):
16410 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
16411 (time-stamp-do-number):
16412 * time.el (display-time-update):
16413 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
16414 (timezone-fix-time):
16415 * vms-patch.el (vms-suspend-resume-hook):
16416 * calendar/appt.el (appt-convert-time):
16417 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16418 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
16419 * calendar/cal-islam.el (mark-islamic-diary-entries):
16420 * calendar/calendar.el (calendar-cursor-to-date)
16421 (calendar-star-date):
16422 * calendar/diary-lib.el (diary-attrtype-convert)
16423 (mark-diary-entries, diary-entry-time):
16424 * calendar/solar.el (solar-get-number):
16425 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
16426 * emacs-lisp/re-builder.el (reb-display-subexp):
16427 * emulation/edt.el (edt-set-scroll-margins):
16428 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16429 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
16430 (vip-get-ex-count):
16431 * emulation/viper-ex.el (viper-get-ex-token)
16432 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
16433 * international/fontset.el (fontset-plain-name):
16434 * mail/feedmail.el (feedmail-look-at-queue-directory):
16435 * mail/mailalias.el (mail-get-names):
16436 * mail/rmail.el (rmail-convert-to-babyl-format):
16437 * mail/rmailsum.el (rmail-make-basic-summary-line)
16438 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
16439 (rmail-summary-goto-msg):
16440 * mail/smtpmail.el (smtpmail-read-response):
16441 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
16442 (ange-ftp-vms-add-file-entry):
16443 * play/gametree.el (gametree-looking-at-ply)
16444 (gametree-current-branch-score):
16445 * progmodes/ada-xref.el (ada-prj-find-prj-file)
16446 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
16447 * progmodes/cperl-mode.el (condition-case):
16448 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
16449 (ebrowse-set-member-buffer-column-width)
16450 (ebrowse-select-1st-to-9nth):
16451 * progmodes/etags.el (etags-snarf-tag):
16452 * progmodes/flymake.el (flymake-parse-line):
16453 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
16454 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
16455 (idlwave-shell-menu-def):
16456 * progmodes/ps-mode.el (ps-run-goto-error):
16457 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
16458 (vhdl-speedbar-contract-level):
16459 * term/mac-win.el (x-handle-numeric-switch):
16460 * term/sun-mouse.el (sun-get-frame-data):
16461 * term/w32-win.el (x-handle-numeric-switch):
16462 * term/x-win.el (x-handle-numeric-switch):
16463 * textmodes/ispell.el (ispell-parse-output):
16464 * textmodes/nroff-mode.el (nroff-outline-level):
16465 * textmodes/reftex-cite.el (reftex-bib-sort-year)
16466 (reftex-bib-sort-year-reverse, reftex-format-citation):
16467 * textmodes/reftex-parse.el (reftex-init-section-numbers)
16468 (reftex-section-number):
16469 * textmodes/texinfmt.el (texinfo-paragraphindent):
16470 Replace `string-to-int' by `string-to-number'.
16471
16472 * international/latexenc.el: Add page marker to force the "Local
16473 Variables:" string out of the last page.
16474
16475 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16476
16477 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
16478 tooltip-change-major-mode.
16479 (gud-tooltip-print-command): Remove case where gud-minor-mode
16480 is gdb ("--fullname").
16481 (gud-tooltip-tips): Turn GUD tooltips off for this case and
16482 explain to user.
16483
16484 2005-05-16 Jay Belanger <belanger@truman.edu>
16485
16486 * calc/calc-store.el (calc-copy-special-constant): New function.
16487
16488 * calc/calc-ext.el (calc-init-extensions): Add binding for
16489 `calc-copy-special-constant'.
16490
16491 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
16492 for the `calc-copy-special-constant' command.
16493
16494 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16495
16496 * subr.el (left-fringe-p): New function.
16497
16498 * progmodes/compile.el (compilation-setup): Set local value of
16499 overlay-arrow-string to "" always.
16500 (compilation-set-window): Left fringe then don't scroll.
16501 No left fringe then no arrow and scroll message to top.
16502 (compilation-context-lines): Adjust doc string accordingly.
16503
16504 2005-05-16 Kim F. Storm <storm@cua.dk>
16505
16506 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16507 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
16508 (ido-wide-find-dir-or-delete-dir): New command for M-d.
16509 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
16510 (ido-read-file-name): Handle commands with ido property value
16511 equal to find-file as reading a file name, to allow C-d to enter dired.
16512 (ibuffer-find-file): Add ido property with value find-file.
16513
16514 2005-05-15 Kim F. Storm <storm@cua.dk>
16515
16516 * subr.el (open-network-stream-nowait): Remove.
16517 (open-network-stream-server): Remove.
16518
16519 2005-05-15 Richard M. Stallman <rms@gnu.org>
16520
16521 * faces.el (describe-face): Output a definition link button.
16522
16523 * help-mode.el (help-face-def): New button type.
16524
16525 * emacs-lisp/copyright.el (copyright-fix-years):
16526 Match properly if the first year is 2-digit.
16527 Don't mess up the whitespace after the years by filling.
16528
16529 * dired-aux.el (dired-mark-confirm):
16530 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
16531
16532 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
16533 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
16534 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
16535
16536 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16537 Set font-lock-comment-start-skip.
16538
16539 * font-lock.el (font-lock-comment-start-skip): New variable.
16540 (font-lock-comment-end-skip): New variable.
16541 (font-lock-fontify-syntactically-region): Use them if non-nil.
16542
16543 2005-05-15 Jay Belanger <belanger@truman.edu>
16544
16545 * calc/calc-store.el (calc-store-value): Return a string rather
16546 than display it as a message.
16547 Use calc-var-name for variable name.
16548 (calc-store-into): Add the result of calc-store-value to message.
16549 (calc-copy-variable): Add a message.
16550 (calc-store-exchange): Improve error messages.
16551 (calc-store-binary, calc-store-map): Don't reset the values of
16552 special constants.
16553
16554 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
16555
16556 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
16557 manual to docstring.
16558
16559 * files.el (hack-local-variables-confirm): Add STRING argument.
16560 Make the function handle non file visiting buffers correctly.
16561 (hack-local-variables-prop-line, hack-local-variables)
16562 (hack-one-local-variable): Use STRING arg of
16563 `hack-local-variables-confirm'.
16564
16565 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
16566
16567 Sync with Tramp 2.0.49.
16568
16569 * net/tramp.el (tramp-handle-dired-call-process)
16570 (tramp-handle-insert-directory):`insert-buffer' cannot be used
16571 because the contents of the Tramp buffer is changed before
16572 insertion (`expand-file' and alike).
16573 (tramp-handle-insert-directory): If `localname' has an empty
16574 nondirectory name, it must not be quoted.
16575 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
16576 variable `tramp-chunksize'. Change callees.
16577 (tramp-open-connection-setup-interactive-shell): Check remote host
16578 for buggy `send-process-string' implementation.
16579 Set `tramp-chunksize' if found. Reported by Michael Kifer
16580 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
16581 (tramp-handle-shell-command): `insert-buffer' cannot be used
16582 because the contents of the Tramp buffer is changed before
16583 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
16584 <frederic.bothamy@free.fr>.
16585 (tramp-set-auto-save): Actions should be done for Tramp file name
16586 handler only. Ange-FTP has its own auto-save mechanism.
16587 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16588 (tramp-set-auto-save-file-modes): Set file modes of
16589 `buffer-auto-save-file-name' to ?\600 as fallback solution.
16590 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
16591 (tramp-bug): Remove obsolete variable.
16592 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
16593 for presence of `mml-mode'. Make it running for older Emacsen as well.
16594
16595 2005-05-14 John Paul Wallington <jpw@pobox.com>
16596
16597 * ibuf-ext.el (define-ibuffer-filter filename):
16598 If `dired-directory' is a list, use its car.
16599
16600 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
16601
16602 * ibuffer.el (define-ibuffer-column filename):
16603 If `dired-directory' is a list, use its car.
16604
16605 2005-05-14 Richard M. Stallman <rms@gnu.org>
16606
16607 * subr.el (symbol-file): Doc fix.
16608
16609 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
16610 (byte-compile-form): Call byte-compile-nogroup-warn.
16611 (byte-compile-warning-types): Doc fix.
16612
16613 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
16614
16615 * progmodes/cc-engine.el (c-literal-faces):
16616 Add font-lock-comment-delimiter-face.
16617
16618 * net/net-utils.el (dig): Use with-no-warnings.
16619
16620 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16621 (sc-recite-frame-alist, sc-default-cite-frame)
16622 (sc-default-uncite-frame, sc-default-recite-frame)
16623 (sc-attrib-selection-list, sc-rewrite-header-list):
16624 Mark as risky-local-variable.
16625
16626 * international/ogonek.el (ogonek-jak, ogonek-how):
16627 Don't use beginning-of-buffer.
16628
16629 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16630
16631 * calendar/solar.el (solar-data-list): Move definition up.
16632
16633 * dnd.el (dnd-protocol-alist): Add autoload.
16634
16635 * progmodes/sh-script.el: Many doc usage fixes.
16636 (sh-indent-after-do): Change default to match common styles.
16637
16638 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
16639
16640 * files.el (interpreter-mode-alist)
16641 (auto-mode-interpreter-regexp): Doc fixes.
16642
16643 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
16644
16645 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
16646
16647 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16648
16649 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16650
16651 * dired.el (dired-mode): make-variable-buffer-local =>
16652 make-local-variable.
16653
16654 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16655
16656 * term/mac-win.el (mac-select-convert-to-string): Try coding
16657 systems in mac-script-code-coding-systems if specified one cannot
16658 encode string for `com.apple.traditional-mac-plain-text'.
16659
16660 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
16661
16662 * progmodes/make-mode.el (makefile-targets-face)
16663 (makefile-shell-face, makefile-makepp-perl-face): New faces.
16664 (makefile-dependency-regex): Fix it to not make the colon in
16665 $(var:a=b) special.
16666 (makefile-rule-action-regex): New regexp for highlighting embedded
16667 Shell strings.
16668 (makefile-macroassign-regex): Handle != for highlighting as
16669 embedded Shell strings.
16670 (makefile-var-use-regex): New const.
16671 (makefile-statements, makefile-automake-statements)
16672 (makefile-gmake-statements, makefile-makepp-statements)
16673 (makefile-bsdmake-statements): New consts.
16674 (makefile-make-font-lock-keywords): New function.
16675 (makefile-automake-font-lock-keywords)
16676 (makefile-gmake-font-lock-keywords)
16677 (makefile-makepp-font-lock-keywords)
16678 (makefile-bsdmake-font-lock-keywords): New consts.
16679 (makefile-mode-map): Add switchers between the various submodes.
16680 (makefile-mode): Document the availability of the variants.
16681 (makefile-automake-mode, makefile-gmake-mode)
16682 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16683
16684 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16685 new variants of makefile-mode.
16686
16687 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16688
16689 * font-lock.el (font-lock-comment-delimiter-face): Fix up
16690 the inheritance.
16691
16692 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
16693
16694 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16695 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16696
16697 * files.el (normal-mode): Extend the scope of the
16698 `enable-local-variables' binding to include the `set-auto-mode' call.
16699 (magic-mode-alist): Doc fix.
16700
16701 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16702
16703 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
16704 font-lock-comment-face rather than copying its setting.
16705
16706 2005-05-12 Andreas Schwab <schwab@suse.de>
16707
16708 * eshell/esh-mode.el (eshell-send-input): Doc fix.
16709
16710 2005-05-12 Lute Kamstra <lute@gnu.org>
16711
16712 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
16713 defcustom for the mode hook variable. Delete the last argument.
16714 * generic-x.el: Fix callers of define-generic-mode.
16715 (generic-x-modes): Delete group.
16716 (show-tabs-tab-face, show-tabs-space-face): Put them in the
16717 generic-x customization group.
16718
16719 2005-05-12 Kim F. Storm <storm@cua.dk>
16720
16721 * font-lock.el (font-lock-negation-char-face): Default to "off".
16722
16723 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
16724 font-lock-negation-char-face to ! in !=.
16725
16726 2005-05-12 Masatake YAMATO <jet@gyve.org>
16727
16728 * add-log.el (find-change-log): Fix typos in the docstring
16729 of function.
16730
16731 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16732
16733 * international/latexenc.el (latexenc-find-file-coding-system):
16734 Avoid `re-search-forward' when looking for input encoding because
16735 of speed and safety. Better regular expressions for recognizing
16736 input encoding. Limit a search for TeX-master/tex-main-file to
16737 the local variable section.
16738
16739 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
16740
16741 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
16742 syntax of $ to "'" (quote).
16743
16744 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
16745
16746 * dnd.el (dnd-protocol-alist): Improve custom type.
16747
16748 * dired.el (dired-dnd-protocol-alist): New variable.
16749 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
16750 `dired-mode-hook' to the end.
16751
16752 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16753
16754 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
16755 comment-end if comment-start-skip is not set.
16756 Obey the font-lock-comment-delimiter-face variables.
16757
16758 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16759
16760 * files.el (executable-find): Move from executable.el. Use
16761 locate-file.
16762 * progmodes/executable.el (executable-find): Move to files.el.
16763
16764 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
16765 when trying to ensure forward progress.
16766
16767 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
16768
16769 * mouse-sel.el (mouse-sel-follow-link-p): New function.
16770 (mouse-select, mouse-select-internal, mouse-extend-internal):
16771 Use it to implement mouse-1-click-follows-link functionality.
16772
16773 2005-05-11 Richard M. Stallman <rms@gnu.org>
16774
16775 * font-lock.el (font-lock-fontify-syntactically-region):
16776 Use font-lock-comment-delimiter-face for comment delimiters.
16777
16778 2005-05-10 Jay Belanger <belanger@truman.edu>
16779
16780 * calc/calc-help.el (calc-m-prefix-help): Add mention of
16781 preserving embedded modes.
16782
16783 2005-05-10 Richard M. Stallman <rms@gnu.org>
16784
16785 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
16786
16787 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
16788 Move from ada-stmt.el.
16789 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
16790
16791 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
16792 Move to ada-mode.el.
16793 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
16794
16795 * cus-edit.el (custom-file): Call file-chase-links.
16796
16797 * files.el (read-directory-name): Fix previous change.
16798 (hack-local-variables-confirm): New function.
16799 (hack-local-variables-prop-line, hack-local-variables)
16800 (hack-one-local-variable): Use it.
16801
16802 2005-05-10 Lute Kamstra <lute@gnu.org>
16803
16804 * font-lock.el (font-lock-keywords-alist)
16805 (font-lock-removed-keywords-alist): Clarify docstrings.
16806
16807 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
16808
16809 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
16810 (gdb-source-info): Check for preprocessor info.
16811 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
16812 a macro for a function.
16813 (gdb-info-breakpoints-custom): Try to find file again if not already
16814 found (user might have used GDB dir command).
16815 (gdb-get-location): Update gdb-location-alist correctly for change
16816 to gdb-info-breakpoints-custom.
16817
16818 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
16819 (gud-tooltip-print-command): Add gdbmi case.
16820 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
16821 preprocessor info.
16822
16823 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
16824
16825 * startup.el (fancy-splash-insert): Fix typo in doc string.
16826
16827 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
16828
16829 * obsolete/float.el (string-to-float):
16830 * obsolete/hilit19.el (hilit-add-pattern):
16831 * obsolete/rnews.el (news-parse-range, news-select-message)
16832 (news-get-pruned-list-of-files): Replace `string-to-int' by
16833 `string-to-number'.
16834
16835 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
16836 `find-file-not-found-hooks'; use `add-hook'.
16837 (uncompress-while-visiting): Set `write-file-functions', not
16838 `write-file-hooks'; use `add-hook'.
16839
16840 2005-05-09 Kim F. Storm <storm@cua.dk>
16841
16842 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
16843 (cua-paste): Handle clipboard action.
16844 (cua--init-keymaps): Remap clipboard-kill-region and
16845 clipboard-kill-ring-save.
16846
16847 2005-05-08 Eli Zaretskii <eliz@gnu.org>
16848
16849 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16850 Improve commentary.
16851
16852 * simple.el (next-error-overlay-arrow-position): Revert the change
16853 made on 2005-04-30.
16854
16855 2005-05-07 Jay Belanger <belanger@truman.edu>
16856
16857 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
16858 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
16859 `calc-sel-reselect'.
16860
16861 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
16862 Calc is in embedded mode.
16863
16864 2005-05-07 Eli Zaretskii <eliz@gnu.org>
16865
16866 * progmodes/compile.el (compilation-setup):
16867 Set overlay-arrow-string to an empty string on text terminals.
16868
16869 * textmodes/ispell.el (ispell-program-name): Try looking for
16870 "aspell" along exec-path, and if found, use it as the default
16871 speller program.
16872
16873 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
16874
16875 * international/mule.el (sgml-xml-auto-coding-function):
16876 Recognize encoding='FOO' in single quotes as well as in double quotes.
16877
16878 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
16879
16880 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
16881 as well as `interactive', so that defmacro* would recognize
16882 `declare' forms.
16883
16884 2005-05-07 Eli Zaretskii <eliz@gnu.org>
16885
16886 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16887 Explain more about the LIGHTER arg's usage in the doc string.
16888 Add commentary to clarify what the code does. Fix the regexp that
16889 strips whitespace from LIGHTER. Quote LIGHTER before using it,
16890 since it could have characters special to regular expressions.
16891
16892 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16893
16894 * replace.el (occur-1): Bind inhibit-read-only so that
16895 erase-buffer doesn't barf on read-only text properties (likewise
16896 for add-text-properties in occur-engine). Mark buffer as unmodified.
16897 (occur-engine): Don't set buffer-read-only here.
16898
16899 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16900
16901 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
16902 list-buffers-directory. This caused the *cvs-commit* buffer to be
16903 sometimes mistakenly reused as a *cvs* buffer.
16904
16905 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
16906
16907 * tooltip.el: Move code for GUD tooltips into gud.el.
16908 (require): CL no longer needed to compile case.
16909 (tooltip-mode): Do not toggle functions for GUD tooltips.
16910 (tooltip-gud-tips-p): Remove. Replace with minor mode
16911 gud-tooltip-mode in gud.el.
16912 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
16913 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
16914 tooltip-gud prefix with gud-tooltip and obsolete.
16915 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
16916 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
16917 (tooltip-mouse-motion): Mouse movement functions/variable.
16918 Rename in gud.el by adding gud prefix.
16919 (tooltip-gud-original-filter, tooltip-gud-dereference)
16920 (tooltip-gud-event, tooltip-toggle-gud-tips)
16921 (tooltip-gud-process-output, tooltip-gud-print-command)
16922 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
16923 gud.el by replacing tooltip-gud prefix with gud-tooltip.
16924 (gdb-tooltip-print): Move to gdb-ui.el.
16925
16926 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16927 (require): CL needed to compile case.
16928 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
16929 tooltip-gud-tips-p. Make it a minor-mode.
16930 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16931 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16932 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16933 (gud-tooltip-change-major-mode)
16934 (gud-tooltip-activate-mouse-motions-if-enabled)
16935 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16936 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16937 (gud-tooltip-original-filter, gud-tooltip-dereference)
16938 (gud-tooltip-event, tooltip-toggle-gud-tips)
16939 (gud-tooltip-process-output, gud-tooltip-print-command)
16940 (gud-tooltip-tips): Move from tooltip.el.
16941
16942 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
16943 (gdb-cpp-define-alist-flags): Doc fix.
16944 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16945 gud-tooltip-mode is t.
16946
16947 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16948
16949 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16950 evaporate if their text is deleted.
16951 (goto-address-at-point): Make it work as a mouse binding as well.
16952 (goto-address-at-mouse): Obsolete it. Update users.
16953
16954 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
16955
16956 * calendar/appt.el (top-level): No longer activate on load.
16957
16958 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
16959
16960 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16961 * net/webjump.el (webjump):
16962 * progmodes/idlw-help.el (idlwave-do-context-help1)
16963 (idlwave-highlight-linked-completions):
16964 * textmodes/po.el (po-find-file-coding-system-guts):
16965 Replace `assoc-ignore-case' by `assoc-string'.
16966
16967 2005-05-06 Eli Zaretskii <eliz@gnu.org>
16968
16969 * files.el (locate-file): Doc fix.
16970
16971 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16972 Remove the redundant test for ms-dos.
16973
16974 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16975 look for the preprocessor with exec-suffixes. If not found in
16976 standard places, look in exec-path. Remove most of the tests that
16977 used system-type.
16978
16979 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16980
16981 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16982
16983 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16984 file-name clash with jka-compr.el on 8+3 filesystems.
16985
16986 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16987
16988 * term/mac-win.el: Don't define or bind scroll bar functions if
16989 x-toolkit-scroll-bars is t.
16990 (x-select-text, x-get-selection-value): Clear
16991 x-last-selected-text-clipboard if x-select-enable-clipboard is
16992 nil.
16993 (PRIMARY): Put mac-scrap-name property.
16994 (mac-select-convert-to-file-url): New function.
16995 (public.file-url): New selection target type. Add to
16996 selection-converter-alist.
16997 (x-get-selection, x-selection-value): Handle it.
16998 (x-cut-buffer-or-selection-value): New alias.
16999
17000 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17001
17002 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17003 entry to avoid calling bibtex-find-entry with arg global
17004 being t. Remove arg key.
17005 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17006 (bibtex-copy-summary-as-kill): Change accordingly.
17007
17008 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17009
17010 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17011 (org-agenda-date-later): Use with-current-buffer.
17012
17013 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
17014
17015 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17016 (define-obsolete-variable-alias): Doc Fixes.
17017
17018 2005-05-06 Kim F. Storm <storm@cua.dk>
17019
17020 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
17021 vertical-motion when selective-display is active.
17022
17023 * ido.el (ido-setup-hook): New hook.
17024 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17025 (ido-input-stack): New var.
17026 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
17027 ido-next-work-file binding to M-O.
17028 Bind M-f to ido-wide-find-file-or-pop-dir.
17029 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17030 (ido-read-internal): Run ido-setup-hook.
17031 Catch quit in read-file-name and read-string to cancel edit.
17032 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17033 Automatically pop-all when completing a directory name (RET).
17034 (ido-file-internal): Add with-no-warnings around ffap and dired code.
17035 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17036 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17037 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17038 New functions for M-b/M-f to move among the directory components.
17039 (ido-make-merged-file-list): Catch quit to cancel merge.
17040 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17041 (ido-completion-help): No warnings for ido-completion-buffer-full.
17042
17043 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
17044
17045 * font-lock.el (font-lock-negation-char-face): New face and variable.
17046 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
17047 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
17048 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
17049 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
17050
17051 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
17052
17053 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
17054 Fix typo in docstring.
17055
17056 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
17057 (ebrowse-print-statistics-line)
17058 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
17059
17060 * term/w32-win.el (image-library-alist): Add additional name for
17061 Xpm library.
17062
17063 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
17064
17065 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
17066 use gcc instead of cpp.
17067
17068 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
17069 (gdb-create-define-alist): Use it.
17070 (gdb-cpp-define-alist-program): Update for MS-DOS.
17071
17072 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
17073
17074 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
17075
17076 2005-05-04 Richard M. Stallman <rms@gnu.org>
17077
17078 * help.el (describe-key): No error when UNTRANSLATED is nil.
17079
17080 * simple.el (line-move-1): Fix previous change to signal errors
17081 appropriately.
17082
17083 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
17084
17085 * calendar/icalendar.el (icalendar-version): Now at 0.12.
17086 (icalendar-duration-correction): Remove.
17087 (icalendar--get-event-properties): Split result at commas.
17088 (icalendar--decode-isoduration): New optional argument
17089 DURATION-CORRECTION.
17090 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
17091 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
17092 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
17093 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
17094 (icalendar--convert-anniversary-to-ical): New functions, extracted
17095 from icalendar-export-region, with bug fixes.
17096 (icalendar-export-region): Use the above functions.
17097 (icalendar-import-buffer): Check before saving diary file.
17098 (icalendar--convert-recurring-to-diary)
17099 (icalendar--convert-non-recurring-all-day-to-diary)
17100 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
17101 extracted from icalendar--convert-ical-to-diary, with bug fixes.
17102 (icalendar--convert-ical-to-diary): Use the above functions.
17103
17104 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
17105
17106 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
17107 Remove these recent additions.
17108 (c-mode): Restore to before 2005-04-28.
17109
17110 * progmodes/cc-vars.el (cc-define-list-program): Remove this
17111 recent addition.
17112
17113 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
17114 (gdb-define-alist): New variables.
17115 (gdb-create-define-alist): New function.
17116 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
17117 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
17118 with string-to-number.
17119 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
17120
17121 * progmodes/gud.el: Replace string-to-int with string-to-number.
17122 (gud-find-file): Handle gdb-define-alist.
17123
17124 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
17125
17126 2005-05-02 Jay Belanger <belanger@truman.edu>
17127
17128 * calc/calc-aent.el (math-read-token):
17129 * calc/calc-bin.el (calc-word-size):
17130 * calc/calc-ext.el (calc-read-number-fancy):
17131 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
17132 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
17133 * calc/calc-frac.el (calc-over-notation):
17134 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
17135 (calc-graph-num-points, calc-graph-init):
17136 * calc/calc-prog.el (calc-read-parse-table-part)
17137 (calc-edit-macro-repeats):
17138 * calc/calc-yank.el (calc-do-grab-rectangle):
17139 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
17140 Replace `string-to-int' by `string-to-number'.
17141
17142 2005-05-02 Kim F. Storm <storm@cua.dk>
17143
17144 * kmacro.el: Use executing-kbd-macro-index variable.
17145
17146 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
17147
17148 * net/rlogin.el (rlogin-parse-words): Delete func.
17149 (rlogin): Use split-string, not rlogin-parse-words.
17150 Also, if there are option-like elements in the parsed args,
17151 take the host to be the first arg immediately following them.
17152 Suggested by Michael Mauger.
17153
17154 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17155
17156 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
17157
17158 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17159
17160 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
17161 (cc-mode-cpp-program): Rename to cc-define-list-program and
17162 move to cc-vars.el.
17163
17164 * progmodes/cc-vars.el (cc-define-list-program):
17165 Change to "gcc -E -dM -". Make customizable.
17166
17167 2005-05-02 Kim F. Storm <storm@cua.dk>
17168
17169 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
17170
17171 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17172
17173 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
17174
17175 * international/mule-util.el (truncate-string): Remove alias and
17176 obsolete declaration.
17177
17178 * international/mule-cmds.el (update-iso-coding-systems):
17179 Remove alias and obsolete declaration.
17180
17181 * international/mule.el (coding-system-parent): Remove alias and
17182 obsolete declaration.
17183
17184 * subr.el (define-function, sref): Remove aliases and obsolete
17185 declarations.
17186 (chars-in-region): Remove obsolete declaration.
17187
17188 2005-05-01 Richard M. Stallman <rms@gnu.org>
17189
17190 * info.el (Info-mode): Set widen-automatically to nil, locally.
17191
17192 * simple.el (widen-automatically): New variable.
17193 (pop-global-mark): Obey widen-automatically.
17194
17195 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
17196
17197 * term/xterm.el (function-key-map): Call substitute-key-definition
17198 before the keymap size is increased by a lot of define-key calls.
17199
17200 2005-05-01 Richard M. Stallman <rms@gnu.org>
17201
17202 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
17203 Rename ARG to ELEMENT. Doc fix.
17204
17205 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
17206
17207 * allout.el (allout-exposure): Remove macro and obsolete declaration.
17208 Remove references to allout-exposure/change to allout-new-exposure.
17209
17210 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
17211 bytecode symbols.
17212
17213 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
17214 (compiled-function-p, focus-frame, unfocus-frame):
17215 Remove aliases and obsolete declarations.
17216 Back out inadvertent changes from previous commit.
17217
17218 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17219
17220 * files.el (require-final-newline): Make Custom tags consistent
17221 with mode-require-final-newline.
17222 (mode-require-final-newline): Doc fix.
17223
17224 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17225
17226 * international/latexenc.el (latexenc-find-file-coding-system):
17227 Fix regular expressions.
17228
17229 2005-05-01 David Kastrup <dak@gnu.org>
17230
17231 * international/latexenc.el (latexenc-find-file-coding-system):
17232 Fix regular expressions.
17233
17234 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
17235
17236 * subr.el (string-to-int): Make obsolete.
17237
17238 2005-04-30 Richard M. Stallman <rms@gnu.org>
17239
17240 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
17241
17242 * loadup.el: load jka-comp-hook.
17243
17244 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
17245 (jka-compr-handler): Add autoload. `put' calls moved
17246 to jka-comp-hook.el.
17247 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
17248 (jka-compr-inhibit): Autoload.
17249
17250 * jka-comp-hook.el: New file.
17251 Enable the mode by default.
17252
17253 * files.el (backup-buffer-copy): Use copy-file instead
17254 of write-region, and put back the 'excl.
17255
17256 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
17257
17258 * progmodes/flymake.el (flymake-split-string)
17259 (flymake-split-string, flymake-log, flymake-pid-to-names)
17260 (flymake-reg-names, flymake-get-source-buffer-name)
17261 (flymake-unreg-names, flymake-add-line-err-info)
17262 (flymake-add-err-info): Clarify docstrings.
17263 (flymake-popup-menu, flymake-make-emacs-menu)
17264 (flymake-make-xemacs-menu): Add docstrings.
17265 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
17266 Set variables directly throughout.
17267
17268 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
17269
17270 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
17271 exists. Initialize cc-define-alist.
17272 (c-mode): Add cc-create-define-alist locally to after-save-hook.
17273 If there is no file (Macroexpansion) don't create an alist.
17274
17275 2005-04-29 Sam Steingold <sds@gnu.org>
17276
17277 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
17278 (cc-create-define-alist): Use it instead of the hard-coded string.
17279
17280 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17281
17282 * international/mule-conf.el (file-coding-system-alist): Fix regexp
17283 for latexenc.
17284
17285 2005-04-29 Lute Kamstra <lute@gnu.org>
17286
17287 * emacs-lisp/generic.el: Improve commentary section.
17288 (define-generic-mode): Improve docstring.
17289
17290 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
17291
17292 * textmodes/org.el (many places): Change to quiet the byte compiler.
17293 (org-prefix-format-compiled): New variable.
17294 (org-compile-prefix-format): New function.
17295 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
17296 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
17297 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
17298 (org-get-entries-from-diary): Use `org-get-time-of-day' for
17299 consistency with entries from `org-mode' files.
17300 (org-get-time-of-day): Fix bug with partial matches early in a line.
17301 (org-non-link-chars): New constant.
17302 (org-link-regexp): Respect `org-non-link-chars'.
17303 (org-agenda-day-view): Remove command.
17304 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
17305 (org-follow-bbdb-link, org-store-link): Search also company field.
17306 (org-highlight-overlay): New variable.
17307 (org-highlight, org-unhighlight): New functions.
17308 (org-agenda-mode): Add pre-command-hook to remove highlight.
17309 (org-evaluate-time-range): Behavior depends upon whether time stamp
17310 contains a time or not.
17311 (org-show-subtree, org-show-entry): New functions.
17312 (org-agenda-cleanup-fancy-diary): Remove empty lines.
17313
17314 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
17315
17316 * comint.el (comint-output-filter-functions): Add autoload cookie.
17317
17318 2005-04-28 Kim F. Storm <storm@cua.dk>
17319
17320 * ido.el (ido-everywhere): Fix last change.
17321
17322 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17323
17324 * international/latexenc.el: New file.
17325 * international/mule-conf.el (file-coding-system-alist): For .tex,
17326 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
17327
17328 2005-04-28 Lute Kamstra <lute@gnu.org>
17329
17330 * font-lock.el (font-lock-add-keywords)
17331 (font-lock-remove-keywords): Clarify docstring.
17332 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
17333 Don't start docstrings with a `*'.
17334 (font-lock-update-removed-keyword-alist): Give it a docstring.
17335
17336 * generic-x.el: Update commentary section.
17337 Only require font-lock when compiling.
17338 Define all modes conditionally.
17339 Place all generic modes in the generic-x-modes customization group.
17340 (generic-x-modes): New customization group.
17341 (generic-default-modes, generic-mswindows-modes)
17342 (generic-unix-modes, generic-other-modes): New constants.
17343 (generic-define-mswindows-modes, generic-define-unix-modes):
17344 Update docstrings. Make them obsolete.
17345 (generic-extras-enable-list): New default value. Update docstring.
17346 Improve :type. Change :set function.
17347 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
17348 Fix docstring.
17349
17350 * emacs-lisp/generic.el (generic-mode-internal):
17351 Simplify font-lock-defaults.
17352 (define-generic-mode): Fix docstring.
17353
17354 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17355
17356 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
17357 font-lock-face property to highlight matches.
17358
17359 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
17360
17361 * progmodes/cc-mode.el (cc-create-define-alist): New function.
17362 (cc-define-alist): New variable.
17363 (c-mode): Make it local and initialize it.
17364
17365 * progmodes/gdb-ui.el (gdb-active-process): New variable.
17366 (gdb-exited): New function.
17367 (gdb-annotation-rules): Use it.
17368 (gdb-starting): Set gdb-active-process to t.
17369 (gdb-stopping): Amend doc string.
17370 (gdb-reset): Set gdb-active-process to nil.
17371
17372 * tooltip.el (tooltip-gud-tips): Show the associated #define
17373 directives when a C program under GDB is not executing.
17374
17375 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
17376
17377 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
17378 font-lock-fontify-syntactic-keywords.
17379
17380 * font-lock.el (font-lock-default-fontify-region): Don't force
17381 parse-sexp-lookup-properties to nil.
17382
17383 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17384
17385 * man.el (man-mode-syntax-table): Set up `:' to have
17386 word-constituent syntax.
17387
17388 2005-04-27 Lute Kamstra <lute@gnu.org>
17389
17390 * novice.el (disable-command): Don't add spurious newlines to the
17391 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
17392
17393 2005-04-26 Jay Belanger <belanger@truman.edu>
17394
17395 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
17396 than one window before deleting window.
17397
17398 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
17399
17400 * shell.el (shell-prompt-pattern): Doc fix.
17401 (shell-mode): Set paragraph-separate buffer locally to "\\'".
17402
17403 * comint.el (comint-prompt-regexp, comint-get-old-input)
17404 (comint-use-prompt-regexp)
17405 (comint-use-prompt-regexp-instead-of-fields)
17406 (comint-replace-by-expanded-history, comint-send-input)
17407 (comint-output-filter, comint-get-old-input-default)
17408 (comint-line-beginning-position, comint-bol, comint-show-output)
17409 (comint-backward-matching-input, comint-forward-matching-input)
17410 (comint-next-prompt, comint-previous-prompt):
17411 Rename `comint-use-prompt-regexp-instead-of-fields' to
17412 `comint-use-prompt-regexp'. Keep old name as alias and declare
17413 obsolete.
17414 (comint-use-prompt-regexp): Shorten first line of doc string.
17415
17416 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
17417 Set paragraph-separate buffer locally to "\\'".
17418
17419 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
17420 Adapt to above name change.
17421
17422 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
17423 (smbclient-prompt-regexp): Ditto.
17424
17425 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
17426
17427 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
17428
17429 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
17430 gdb-location-list.
17431 Break lines that are over 80 characters wide.
17432
17433 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
17434
17435 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
17436 New fun and var, to preserve compatibility.
17437
17438 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
17439
17440 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
17441
17442 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
17443 name to file-newer-than-file-p.
17444
17445 2005-04-26 Richard M. Stallman <rms@gnu.org>
17446
17447 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
17448
17449 * progmodes/python.el (python-mode):
17450 Use new name eldoc-documentation-function.
17451
17452 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
17453
17454 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17455 (eldoc-documentation-function):
17456 Rename from eldoc-print-current-symbol-info-function. Calls changed.
17457
17458 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
17459
17460 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17461
17462 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17463
17464 * term/xterm.el (function-key-map): Fix strings for
17465 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
17466 {C,S,A,C-S}-{f1-f12}.
17467
17468 2005-04-26 Kenichi Handa <handa@m17n.org>
17469
17470 * international/mule-cmds.el (select-safe-coding-system):
17471 Fix previous change.
17472
17473 2005-04-26 Lute Kamstra <lute@gnu.org>
17474
17475 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
17476
17477 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
17478 (font-lock-comment-delimiter-face): Ditto.
17479
17480 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
17481
17482 2005-04-25 Jay Belanger <belanger@truman.edu>
17483
17484 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
17485 to t while inserting information; use help-mode.
17486
17487 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17488
17489 * term.el (ansi-term-color-vector): Use the xterm colors.
17490 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
17491
17492 2005-04-25 Lute Kamstra <lute@gnu.org>
17493
17494 * font-core.el (font-lock-defaults): Fix docstring.
17495
17496 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
17497
17498 2005-04-25 Kenichi Handa <handa@m17n.org>
17499
17500 * international/mule-cmds.el (select-safe-coding-system):
17501 Don't check consistency with coding: spec, etc if raw-text or
17502 no-conversion was found to be safe.
17503
17504 2005-04-24 Richard M. Stallman <rms@gnu.org>
17505
17506 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
17507 citation markers at start of each line.
17508
17509 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
17510 citation markers at start of each line.
17511
17512 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
17513
17514 * files.el (mode-require-final-newline): Fix previous change.
17515 (require-final-newline): Fix type label.
17516
17517 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17518
17519 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
17520 statement in buffer (broken by 2004-11-24 change).
17521
17522 2005-04-24 Kim F. Storm <storm@cua.dk>
17523
17524 * ido.el (ido-everywhere): Save and restore old read-buffer-function
17525 and read-file-name-function values. Don't overwrite existing
17526 non-nil values if ido-mode is enabled without ido-everywhere.
17527
17528 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
17529
17530 * files.el (mode-require-final-newline): Minor doc fix.
17531
17532 2005-04-24 Eli Zaretskii <eliz@gnu.org>
17533
17534 * subr.el (syntax-after): Doc fix.
17535 (syntax-class): If argument is nil, return nil. Mask off upper 16
17536 bits, not 8 bits.
17537
17538 * files.el (mode-require-final-newline): Doc fix.
17539 (backup-buffer-copy): Fix last change.
17540
17541 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17542
17543 * term/mac-win.el: Require select. Set selection-coding-system to
17544 mac-system-coding-system. Call menu-bar-enable-clipboard.
17545 (x-last-selected-text-clipboard, x-last-selected-text-primary)
17546 (x-select-enable-clipboard): New variables.
17547 (x-select-text, x-get-selection, x-selection-value)
17548 (x-get-selection-value, mac-select-convert-to-string)
17549 (mac-services-open-file, mac-services-open-selection)
17550 (mac-services-insert-text): New functions.
17551 (CLIPBOARD, FIND): Put mac-scrap-name property.
17552 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
17553 (public.tiff): Put mac-ostype property.
17554 (selection-converter-alist): Add entries for them.
17555 (mac-application-menu-map): New keymap.
17556 (interprogram-cut-function, interprogram-paste-function): Set to
17557 x-select-text and x-get-selection-value, respectively.
17558 (split-window-keep-point): Set to t.
17559
17560 2005-04-23 Richard M. Stallman <rms@gnu.org>
17561
17562 * files.el (read-directory-name): Always pass non-nil
17563 DEFAULT-FILENAME arg to read-file-name.
17564 (backup-buffer-copy, basic-save-buffer-2): Take care against
17565 writing thru an unexpected existing symlink.
17566 (revert-buffer): In indirect buffer, revert the base buffer.
17567 (magic-mode-alist): Doc fix.
17568 (buffer-stale-function): Doc fix.
17569 (minibuffer-with-setup-hook): Avoid warning.
17570 (mode-require-final-newline): Doc and custom fix.
17571
17572 * follow.el (follow-end-of-buffer): Use with-no-warnings.
17573
17574 * font-lock.el (font-lock-comment-face): On terminals with few colors,
17575 use the default appearance.
17576 (font-lock-comment-delimiter-face): New face, new variable.
17577
17578 * imenu.el (imenu--generic-function): The official position of a
17579 definition is the start of the line that BEG is in.
17580
17581 * midnight.el (midnight-timer): Move defvar up.
17582
17583 * mouse.el (mouse-drag-region-1): Delete some debugging code.
17584
17585 * saveplace.el (save-place-to-alist): Use with-no-warnings.
17586
17587 * startup.el (command-line): Use with-no-warnings.
17588
17589 * window.el (window-size-fixed): New defvar.
17590
17591 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
17592
17593 * mail/rmail.el (rmail-font-lock-keywords):
17594 Use font-lock-comment-delimiter-face.
17595
17596 * mail/sendmail.el (mail-font-lock-keywords):
17597 Use font-lock-comment-delimiter-face.
17598
17599 * progmodes/compile.el (next-error-highlight-timer): New defvar.
17600
17601 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
17602
17603 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17604 Specify t for LAXMATCH when matching directories.
17605 Save match data around compilation-compat-error-properties form.
17606
17607 2005-04-23 David Kastrup <dak@gnu.org>
17608
17609 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
17610 Mention that the autoloaded aliases should be kept for AUCTeX.
17611
17612 2005-04-23 Andreas Schwab <schwab@suse.de>
17613
17614 * isearch.el (isearch-forward): Doc fix.
17615
17616 2005-04-23 Eli Zaretskii <eliz@gnu.org>
17617
17618 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17619 (jit-lock-stealth-nice): Change default value to 0.5.
17620
17621 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
17622
17623 * abbrev.el (write-abbrev-file): Write table entries in
17624 alphabetical order by table name.
17625
17626 2005-04-22 Kim F. Storm <storm@cua.dk>
17627
17628 * ido.el (ido-read-internal): Fix `list' completion.
17629
17630 2005-04-22 Kenichi Handa <handa@m17n.org>
17631
17632 * recentf.el (recentf-save-file-coding-system): New variable.
17633 (recentf-save-list): Encode the file by
17634 recentf-save-file-coding-system and add coding: tag.
17635
17636 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
17637
17638 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17639
17640 2005-04-21 Lute Kamstra <lute@gnu.org>
17641
17642 * loadhist.el (unload-feature): Don't remove a function from hooks
17643 if it is about to be restored to an autoload . Remove functions
17644 that will become unbound from auto-mode-alist. Simplify the code.
17645
17646 * subr.el (assq-delete-all): New implementation that is linear,
17647 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
17648 (rassq-delete-all): New function.
17649
17650 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17651 Add size-indication-mode.
17652
17653 2005-04-21 Kenichi Handa <handa@m17n.org>
17654
17655 * international/mule-cmds.el: Add autoload for widget-value in
17656 eval-when-compile.
17657
17658 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
17659
17660 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17661 Add tooltip-mode.
17662
17663 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17664
17665 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
17666
17667 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17668 (inferior-lisp-filter-regexp, inferior-lisp-program)
17669 (inferior-lisp-load-command, inferior-lisp-prompt)
17670 (inferior-lisp-mode-hook, lisp-source-modes)
17671 (inferior-lisp-load-hook): defvar->defcustom.
17672 (inferior-lisp-program, inferior-lisp-prompt)
17673 (inferior-lisp-load-hook): Doc fixes.
17674 (inferior-lisp-install-letter-bindings): Small change in
17675 introductory comment.
17676
17677 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
17678
17679 * vc.el (vc-annotate-color-map): Change some colors so that text
17680 using them as foreground is readable on both white and black
17681 backgrounds.
17682
17683 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17684
17685 * international/mule-conf.el (translation-table-for-input):
17686 Remove redundant declaration.
17687
17688 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17689
17690 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17691
17692 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17693 (tooltip-toggle-gud-tips): New function.
17694
17695 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17696
17697 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17698 right angle brackets.
17699
17700 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17701
17702 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
17703
17704 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17705
17706 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
17707 Remove. Update callers to use expand-file-name instead.
17708
17709 * subr.el (syntax-class): New function.
17710
17711 * simple.el (blink-matching-open): Use it.
17712
17713 * paren.el (show-paren-function): Use it to recognize parens that are
17714 also used in 2-char comment markers.
17715
17716 2005-04-19 Lute Kamstra <lute@gnu.org>
17717
17718 * loadhist.el (unload-feature): Update for new format of
17719 load-history. Simplify the code.
17720
17721 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17722
17723 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
17724 (mac-add-charset-info): New function. Initialize variable
17725 mac-charset-info-alist using it.
17726 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
17727 for translation.
17728 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
17729 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
17730 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
17731 New CCL programs.
17732
17733 2005-04-19 Kim F. Storm <storm@cua.dk>
17734
17735 * simple.el (next-buffer, prev-buffer, next-error)
17736 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17737 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
17738
17739 * bindings.el (next-buffer, prev-buffer, next-error)
17740 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17741 (clone-indirect-buffer-other-window): Move bindings from simple.el.
17742 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
17743 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
17744
17745 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17746
17747 * isearch.el (isearch-edit-string): Make the search-ring available for
17748 minibuffer history commands.
17749 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
17750 the default history commands now work just as well.
17751 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
17752
17753 2005-04-18 Kim F. Storm <storm@cua.dk>
17754
17755 * emulation/cua-base.el (cua--pre-command-handler): Add more
17756 elaborate check for shift modifier on non-window systems.
17757
17758 2005-04-18 Lars Hansen <larsh@math.ku.dk>
17759
17760 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
17761
17762 2005-04-18 Kim F. Storm <storm@cua.dk>
17763
17764 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
17765 and make it optional. Don't test tooltip-gud-echo-area here.
17766 (tooltip-gud-process-output, gdb-tooltip-print):
17767 Pass tooltip-gud-echo-area to tooltip-show.
17768 (tooltip-help-tips): Remove second optional arg to tooltip-show.
17769
17770 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17771
17772 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
17773 `display-graphic-p' may not be bound yet.
17774
17775 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
17776
17777 * startup.el (command-line): No longer enable Xterm Mouse mode by
17778 default in terminals compatible with xterm.
17779
17780 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
17781
17782 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
17783
17784 * tooltip.el (tooltip-gud-echo-area): Rename from
17785 tooltip-use-echo-area.
17786 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
17787 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
17788 area independently of where help tooltips are displayed.
17789
17790 2005-04-17 David Kastrup <dak@gnu.org>
17791
17792 * cus-theme.el (custom-theme-write-variables): Quote variables
17793 where necessary.
17794
17795 2005-04-17 Richard M. Stallman <rms@gnu.org>
17796
17797 * simple.el (yank-excluded-properties): Add follow-link to value.
17798
17799 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
17800
17801 * startup.el (fancy-splash-max-time): Just 30 seconds.
17802 (fancy-splash-delay): Just 7.
17803 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
17804
17805 * loadhist.el (unload-feature): Update for new format of load-history.
17806 Simplify the code.
17807
17808 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
17809 (rmail-font-lock-keywords): Don't fontify the text of a citation.
17810
17811 * mail/sendmail.el (mail-font-lock-keywords):
17812 Don't fontify subject text.
17813 Don't fontify the text of a citation.
17814
17815 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
17816
17817 * comint.el (comint-output-filter): Run comint-output-filter-functions
17818 with point where the user had it.
17819
17820 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17821
17822 * international/ucs-tables.el (ucs-set-table-for-input):
17823 Disable when using unify-on-decoding.
17824
17825 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
17826
17827 * emulation/cua-base.el (cua-global-mark-face): Add special case
17828 for displays supporting a high number of colors.
17829
17830 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17831
17832 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
17833
17834 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
17835
17836 * filesets.el (filesets-add-buffer): If user supplies a name of a
17837 non-existing fileset, create a new fileset.
17838
17839 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
17840
17841 * textmodes/org.el (org-up-heading-all): Fix bug with
17842 `outline-up-heading-all'.
17843
17844 2005-04-16 Andreas Schwab <schwab@suse.de>
17845
17846 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
17847 /etc/permissions.d/* and /etc/aliases.d/*.
17848
17849 2005-04-16 Kenichi Handa <handa@m17n.org>
17850
17851 * international/code-pages.el (cp-make-coding-system):
17852 Set `translation-table-for-input' property value to the symbol
17853 ucs-mule-to-mule-unicode, not to that value.
17854 (pt154): Escape guillemet by `\'.
17855
17856 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
17857
17858 * loadup.el: Load tooltip if x-show-tip is fboundp.
17859
17860 * startup.el (command-line): Add comment.
17861
17862 * tooltip.el (tooltip-mode): Specify correct standard value for
17863 Custom in init-value.
17864
17865 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
17866
17867 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
17868 possible.
17869
17870 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
17871
17872 * textmodes/org.el (org-agenda-date-prompt): Rename from
17873 `org-agenda-date-today'.
17874 (org-evaluate-time-range): Insert at point instead of directly
17875 after time range.
17876 (org-first-headline-recenter, org-subtree-end-visible-p)
17877 (org-optimize-window-after-visibility-change): New functions
17878 (org-agenda-post-command-hook): Don't allow point at end of line,
17879 to make sure it always hits the text properties.
17880 (org-agenda-next-date-line, org-agenda-previous-date-line):
17881 New commands.
17882 (org-set-regexps-and-options): Category may contain white space.
17883 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17884 Improve marker positions.
17885 (org-agenda-new-marker): Argument POS made optional.
17886 (org-agenda-get-timestamps): Deadlines which are done are listed
17887 in org-done-face now.
17888 (org-agenda-get-todos, org-agenda-get-timestamps)
17889 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17890 Set `undone-face' and `done-face' properties.
17891 (org-last-todo-state-is-todo): New variable.
17892 (org-todo): Set `org-last-todo-state-is-todo'.
17893 (org-agenda-todo): Change face according to
17894 `org-last-todo-state-is-todo'. And change other lines referring to
17895 the same entry.
17896 (org-calendar-goto-agenda): New command.
17897 (org-calendar-to-agenda-key): New option.
17898 (org-startup-folded): New allowed value `content'.
17899 (org-set-regexps-and-options): Accept new value `content' for
17900 `org-startup-folded'.
17901 (org-get-current-options): Handle new value `content' for
17902 `org-startup-folded'.
17903 (org-insert-todo-heading): New command.
17904 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
17905 interactively in empty file and option
17906 `org-insert-mode-line-in-empty-file' has been set.
17907 (org-agenda-todo, org-agenda-priority): Modify to use
17908 `org-agenda-change-all-lines'.
17909 (org-warning-face): Change color on dark background
17910
17911 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17912
17913 * international/mule-cmds.el (set-locale-environment): On Mac OS,
17914 use preferences AppleLocale and AppleLanguages, and variable
17915 mac-system-locale for default locale. On Mac OS Classic, use
17916 mac-system-coding-system for default coding systems.
17917
17918 * term/mac-win.el: Don't set file-name-coding-system.
17919 Decode variables system-name, emacs-build-system, user-login-name, and
17920 user-full-name by mac-system-coding-system on Mac OS Classic.
17921 (mac-system-coding-system): New variable.
17922
17923 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
17924
17925 * startup.el (command-line): Handle `xterm-mouse-mode' before
17926 reading init file.
17927
17928 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
17929
17930 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17931
17932 * progmodes/sh-script.el (sh-here-document-word): Make it a
17933 defcustom. Doc fix.
17934 (sh-add): Bash uses $(( )) for arithmetic.
17935 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17936 (sh-maybe-here-document): Remove quotes and leading whitespace
17937 from heredoc word when closing. Indent heredoc with tabs if word
17938 starts with "-".
17939
17940 2005-04-13 Richard M. Stallman <rms@gnu.org>
17941
17942 * simple.el (undo): Fix previous change.
17943
17944 * custom.el (defface): Doc fix.
17945
17946 2005-04-13 Lute Kamstra <lute@gnu.org>
17947
17948 * Makefile.in (DONTCOMPILE): Remove list.
17949 (compile, compile-always): Don't use DONTCOMPILE.
17950 (update-authors): Load the library in which batch-update-authors
17951 is defined.
17952 * makefile.w32-in (DONTCOMPILE): Remove list.
17953 (compile, compile-always): Fix comments.
17954 (update-authors): Load the library in which batch-update-authors
17955 is defined.
17956
17957 * generic-x.el (generic-mode-ini-file-find-file-hook):
17958 Rename to ini-generic-mode-find-file-hook.
17959 Keep generic-mode-ini-file-find-file-hook as an alias.
17960 (ini-generic-mode-find-file-hook): Rename from
17961 generic-mode-ini-file-find-file-hook. Fix docstring.
17962 (ini-generic-mode): Docstring change.
17963 (bat-generic-mode-run-as-comint): Silence the byte compiler.
17964
17965 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17966 called from lisp.
17967
17968 * generic.el: Move to the emacs-lisp subdir.
17969
17970 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17971
17972 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17973 and C-S- function and cursor motion keys.
17974
17975 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
17976
17977 * startup.el (command-line): Enable Xterm Mouse mode by default.
17978 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
17979 for Custom. No longer show "Mouse" in mode line when enabled.
17980 Doc fix.
17981
17982 2005-04-12 Kim F. Storm <storm@cua.dk>
17983
17984 * emulation/cua-base.el (cua-rectangle-face)
17985 (cua-rectangle-noselect-face): Define face attributes here.
17986
17987 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17988
17989 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17990
17991 * startup.el (command-line): Turn off blinking cursor if
17992 cursorBlink in resources is off or false.
17993
17994 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17995
17996 * term/mac-win.el (dnd): Require dnd.
17997 (mac-drag-n-drop): Call dnd-handle-one-url.
17998 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17999 (kTextEncodingISOLatin2): Remove constants.
18000 (mac-script-code-coding-systems): New constant.
18001 (mac-handle-language-change): New function.
18002 (special-event-map): Bind it to `language-change' event.
18003 (mac-centraleurroman, mac-cyrillic): New coding systems.
18004 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18005 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18006 and mac-cyrillic-encoder to encode-mac-centraleurroman and
18007 encode-mac-cyrillic, respectively.
18008
18009 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18010
18011 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18012 Don't set overlay-arrow-string to "=>" as this is done
18013 globally in C now.
18014
18015 2005-04-12 Lute Kamstra <lute@gnu.org>
18016
18017 * generic-x.el (rc-generic-mode, rul-generic-mode):
18018 Fix auto-mode-alist entries.
18019 (etc-fstab-generic-mode): Tweak fontification.
18020
18021 * generic.el (generic-make-keywords-list): Fix docstring.
18022 (generic-mode-internal): Simplify generic-font-lock-keywords.
18023
18024 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18025
18026 * whitespace.el (whitespace-buffer-leading)
18027 (whitespace-buffer-trailing): Revert the incorrect test inversion.
18028 However, fix the highlight area for the leading and
18029 trailing whitespaces to show space.
18030
18031 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18032
18033 * whitespace.el (whitespace-version): Bump to 3.5
18034
18035 (whitespace-buffer-leading, whitespace-buffer-trailing):
18036 Invert sense of the test to highlight the whitespace.
18037
18038 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18039
18040 * progmodes/gud.el (gud-display-line): GUD uses its own
18041 overlay arrow now so don't set overlay-arrow-string.
18042 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
18043
18044 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
18045
18046 * term.el (term-ansi-current-bold, term-ansi-current-underline)
18047 (term-ansi-current-reverse, term-ansi-current-invisible)
18048 (term-ansi-face-already-done): Change to boolean.
18049 (term-reset-terminal, term-handle-colors-array): Handle the above
18050 vars accordingly.
18051 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
18052 (term-emulate-terminal): Use the new name.
18053
18054 * faces.el (secondary-selection): Use yellow1, not yellow.
18055 (trailing-whitespace): Use red1, not red.
18056
18057 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18058
18059 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
18060 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
18061 (dired-dnd-handle-file): Call dnd-get-local-file-uri
18062
18063 * cus-edit.el (dnd): New group.
18064
18065 * term/w32-win.el (dnd): Require dnd
18066 (w32-drag-n-drop): Call dnd-handle-one-url.
18067
18068 * x-dnd.el: Require dnd.
18069 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
18070 Call dnd-handle-one-url.
18071 (x-dnd-types-alist, x-dnd-insert-utf8-text)
18072 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
18073 to dnd-insert-text.
18074 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18075 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
18076 (x-dnd-get-local-file-name, x-dnd-open-local-file)
18077 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
18078
18079 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18080
18081 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18082
18083 * wdired.el: Doc fixes.
18084 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
18085 (wdired-use-dired-vertical-movement): Rename from
18086 wdired-always-move-to-filename-beginning.
18087 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
18088 (wdired-change-to-wdired-mode): Change mode name.
18089 (wdired-newline): Delete.
18090
18091 2005-04-11 Richard M. Stallman <rms@gnu.org>
18092
18093 * whitespace.el (whitespace-highlight-the-space):
18094 Don't call whitespace-unhighlight-the-space here.
18095
18096 * simple.el (undo): Record t in undo-equiv-table
18097 for the redo record made by an undo-in-region.
18098
18099 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18100
18101 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
18102 (gdb-frame-inferior-io-buffer): New Functions to control
18103 display of separate IO buffer.
18104 (menu): Add them to menu-bar.
18105 (gdb-display-buffer): Check for buffer another frame.
18106 Protect GUD buffer.
18107 (gdb-setup-windows): Create IO buffer if not already there.
18108 (gdb-memory-mode): Remove purecopy noops.
18109
18110 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18111
18112 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
18113 and pass to self-insert-command.
18114
18115 2005-04-11 Lute Kamstra <lute@gnu.org>
18116
18117 * generic.el: Commentary section cleanup.
18118 (generic): Delete.
18119 (generic-use-find-file-hook, generic-lines-to-scan)
18120 (generic-find-file-regexp, generic-ignore-files-regexp)
18121 (default-generic-mode, generic-mode-find-file-hook)
18122 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
18123 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
18124 (generic-use-find-file-hook, generic-lines-to-scan)
18125 (generic-find-file-regexp, generic-ignore-files-regexp)
18126 (default-generic-mode, generic-mode-find-file-hook)
18127 (generic-mode-ini-file-find-file-hook): Move from generic.el.
18128
18129 2005-04-10 Karl Fogel <kfogel@red-bean.com>
18130
18131 * bookmark.el (bookmark-write-file): Catch errors writing file.
18132 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
18133
18134 2005-04-10 Richard M. Stallman <rms@gnu.org>
18135
18136 * startup.el (fancy-splash-tail): Update copyright year.
18137 (command-line): Split part of -Q into -D.
18138 (emacs-basic-display): New defvar.
18139 (fancy-splash-text): Correct name of menu item.
18140
18141 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
18142
18143 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
18144 lines in one node.
18145
18146 * comint.el (comint-send-input): New arg ARTIFICIAL.
18147 Callers in this file changed.
18148
18149 * abbrev.el (define-abbrevs): Read system abbrevs properly.
18150
18151 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
18152
18153 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
18154
18155 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
18156 `ldap-search-internal'.
18157
18158 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18159
18160 * files.el (set-auto-mode-1): Use line-end-position.
18161
18162 * international/latin-1.el:
18163 * international/latin-2.el:
18164 * international/latin-3.el:
18165 * international/latin-4.el:
18166 * international/latin-5.el:
18167 * international/latin-8.el:
18168 * international/latin-9.el: Give punctuation syntax to NBSP.
18169
18170 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
18171 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
18172 Use char-classes to accept non-ascii letters, accepted in some recent
18173 bibtex implementations.
18174
18175 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
18176
18177 * custom.el (custom-set-minor-mode): Any non-nil value for the
18178 variable should enable the mode when set through Custom.
18179
18180 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18181
18182 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
18183 TAB binding so tab-always-indent is obeyed.
18184 (vhdl-minibuffer-local-map): Move initialization into declaration.
18185 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
18186 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
18187 (vhdl-hooked-abbrev): Avoid test for XEmacs.
18188 (vhdl-current-line): Use line-beginning-position.
18189 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
18190 with-output-to-temp-buffer, so the current position can be recorded.
18191
18192 2005-04-10 Masatake YAMATO <jet@gyve.org>
18193
18194 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18195 Add regexp for gcov.
18196
18197 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18198
18199 * calendar/time-date.el (time-to-seconds, seconds-to-time)
18200 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
18201 syntax which Emacs 20 doesn't support.
18202
18203 2005-04-09 Richard M. Stallman <rms@gnu.org>
18204
18205 * help.el (describe-key-briefly, describe-key):
18206 Replace strings as event types with "(any string)".
18207
18208 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18209
18210 * arc-mode.el (archive-mode-map): Move initialization into
18211 the declaration. Override *all* bindings of `undo'.
18212 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
18213
18214 2005-04-09 Jay Belanger <belanger@truman.edu>
18215
18216 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
18217
18218 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
18219
18220 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
18221 (xterm-register-default-colors): Update color values computation
18222 to match xterm-200.
18223
18224 2005-04-09 Kenichi Handa <handa@m17n.org>
18225
18226 * international/code-pages.el (iso-latin-7): Fix the map.
18227
18228 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
18229
18230 * emacs-lisp/lisp.el (defun-prompt-regexp)
18231 (parens-require-spaces, buffer-end, end-of-defun)
18232 (insert-parentheses): Doc fixes.
18233
18234 2005-04-08 Kim F. Storm <storm@cua.dk>
18235
18236 * comint.el (comint-highlight-prompt): Fix face spec.
18237 * hi-lock.el (hi-green): Likewise.
18238
18239 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18240
18241 * cus-edit.el (custom-modified-face):
18242 * comint.el (comint-highlight-input): Fix previous changes.
18243 * term.el (term-handle-ansi-escape): Add a comment.
18244
18245 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18246
18247 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
18248 in the buffer and in whitespace-highlighted-space.
18249 (whitespace-unhighlight-the-space): Simplify.
18250 (whitespace-buffer): Simplify.
18251
18252 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18253
18254 * textmodes/table.el (table-cell-face): Add special case for
18255 displays supporting a high number of colors.
18256 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18257 (vhdl-font-lock-reserved-words-face)
18258 (vhdl-speedbar-architecture-face)
18259 (vhdl-speedbar-instantiation-face)
18260 (vhdl-speedbar-architecture-selected-face)
18261 (vhdl-speedbar-instantiation-selected-face): Likewise.
18262 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
18263 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
18264 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18265 (ebrowse-root-class-face, ebrowse-member-attribute-face)
18266 (ebrowse-progress-face): Likewise.
18267 * progmodes/compile.el (compilation-info-face): Likewise.
18268 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
18269 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
18270 * calendar/calendar.el (diary-face): Likewise.
18271 * woman.el (woman-italic-face, woman-bold-face)
18272 (woman-unknown-face): Likewise.
18273 * wid-edit.el (widget-button-pressed-face): Likewise.
18274 * whitespace.el (whitespace-highlight-face): Likewise.
18275 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
18276 * pcvs-info.el (cvs-marked-face): Likewise.
18277 * info.el (info-xref): Likewise.
18278 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
18279 * hilit-chg.el (highlight-changes-face)
18280 (highlight-changes-delete-face): Likewise.
18281 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
18282 (hi-red-b): Likewise.
18283 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
18284 * font-lock.el (font-lock-keyword-face)
18285 (font-lock-function-name-face, font-lock-warning-face): Likewise.
18286 * cus-edit.el (custom-invalid-face, custom-modified-face)
18287 (custom-set-face, custom-changed-face, custom-variable-tag-face)
18288 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
18289 * comint.el (comint-highlight-prompt): Likewise.
18290
18291 2005-04-08 Lute Kamstra <lute@gnu.org>
18292
18293 * font-lock.el (font-lock-keywords): Docstring fixes.
18294
18295 2005-04-08 Kenichi Handa <handa@m17n.org>
18296
18297 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
18298 chars are more than a limit, print " and more..." at the tail.
18299
18300 2005-04-08 Kim F. Storm <storm@cua.dk>
18301
18302 * emacs-lisp/authors.el (authors-aliases): Update list.
18303 (authors-ignored-files): New list.
18304 (authors-fixed-entries): Fix typo.
18305 (authors-renamed-files-alist): Update list.
18306 (authors-add): Check authors-ignored-files.
18307
18308 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
18309
18310 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
18311 optional, to ensure backward compatibility.
18312
18313 2005-04-08 Stephen Eglen <stephen@gnu.org>
18314
18315 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
18316
18317 2005-04-08 Kim F. Storm <storm@cua.dk>
18318
18319 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
18320
18321 * mouse.el (mouse-on-link-p): Doc fix.
18322
18323 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
18324
18325 * ielm.el (ielm-prompt-read-only): Doc fix.
18326
18327 * comint.el (comint-prompt-read-only): Doc fix.
18328
18329 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
18330
18331 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
18332 ensure dired always handles wildcards passed to ffap.
18333 (find-file-at-point): Use it.
18334 (ffap-dired-wildcards): Doc fix.
18335
18336 2005-04-07 Juri Linkov <juri@jurta.org>
18337
18338 * simple.el (next-error-overlay-arrow-position): New defvar.
18339 Put "=>" on its property `overlay-arrow-string'. Add it to
18340 `overlay-arrow-variable-list'.
18341
18342 * progmodes/compile.el (compilation-setup):
18343 Set `next-error-overlay-arrow-position' to nil. Also set it to
18344 nil in the local hook `kill-buffer-hook'. Make local variable
18345 `overlay-arrow-string' and set it to "=>".
18346 (compilation-goto-locus): Set BOL position to
18347 `next-error-overlay-arrow-position' instead of
18348 `overlay-arrow-position'.
18349
18350 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
18351 locally instead of adding it to the global hook.
18352 (Info-kill-buffer): Move up.
18353
18354 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
18355
18356 * term/xterm.el (xterm-standard-colors): Update color values from
18357 xterm-200.
18358
18359 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
18360
18361 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
18362
18363 * fast-lock.el:
18364 * lazy-lock.el: Move them to the obsolete subdir.
18365
18366 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18367
18368 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
18369 (wdired-add-replace-advice): Remove.
18370 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
18371
18372 2005-04-06 Kim F. Storm <storm@cua.dk>
18373
18374 * startup.el (command-line): Add --bare-bones alias for -Q.
18375
18376 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18377
18378 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
18379 create the startup fontset if a font specification ends with
18380 `mac-roman'.
18381
18382 2005-04-06 Lute Kamstra <lute@gnu.org>
18383
18384 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
18385 change.
18386
18387 * emacs-lisp/copyright.el (copyright-update-year): Replace the
18388 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
18389
18390 2005-04-05 Lute Kamstra <lute@gnu.org>
18391
18392 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
18393 (define-generic-mode): Ditto. Fix debug declaration.
18394
18395 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18396 Put them in the generic-x group.
18397
18398 * calendar/timeclock.el (timeclock): Doc fix.
18399
18400 * generic.el (define-generic-mode): Don't use custom-current-group.
18401 Document default :group value.
18402 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
18403 (define-global-minor-mode): Don't use custom-current-group.
18404
18405 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
18406
18407 * startup.el (command-line-1): Display startup-echo-area-message
18408 when fancy splash screen is in use.
18409
18410 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
18411 (sh-escaped-newline): New face.
18412 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
18413 newline, and use sh-escaped-newline face.
18414
18415 * progmodes/tcl.el (tcl-escaped-newline): New face.
18416 (tcl-builtin-list): New variable.
18417 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
18418 newlines. Fix keywords subexpression number.
18419
18420 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
18421
18422 * textmodes/org.el (org-diary-default-entry): Fix call to
18423 `add-to-diary-entry'.
18424
18425 2005-04-05 Kim F. Storm <storm@cua.dk>
18426
18427 * ediff-init.el: Use (featurep 'xemacs).
18428
18429 2005-04-05 David Ponce <david@dponce.com>
18430
18431 * cus-edit.el (face): Derive from symbol widget. Display sample
18432 of the current face on the fly.
18433 (widget-face-sample-face-get, widget-face-notify): New functions.
18434 (widget-face-value-create): Remove.
18435
18436 * wid-edit.el (widget-field-end): Temporarily remove field
18437 narrowing before to call `get-char-property'.
18438
18439 2005-04-04 Jay Belanger <belanger@truman.edu>
18440
18441 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
18442 (math-read-subscripts): New variable.
18443 (math-read-preprocess-string): Process subscripts.
18444
18445 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
18446
18447 * comint.el (comint-prompt-read-only): Doc fix.
18448
18449 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
18450 `-1'. Doc fix.
18451
18452 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
18453
18454 * textmodes/org.el (org-insert-mode-line-in-empty-file):
18455 Change default value to nil.
18456
18457 2005-04-04 Lute Kamstra <lute@gnu.org>
18458
18459 * autorevert.el (auto-revert-mode): Specify :group.
18460 * battery.el (display-battery-mode): Specify :group.
18461 * diff-mode.el (diff-minor-mode): Specify :group.
18462 * font-core.el (font-lock-mode): Specify :group.
18463 * hl-line.el (hl-line-mode): Specify :group.
18464 * iimage.el (iimage): New customization group.
18465 (iimage-mode): Specify :group.
18466 * longlines.el (longlines-mode): Specify :group.
18467 * master.el: Don't require easy-mmode.
18468 (master): New customization group.
18469 (master-mode): Specify :group.
18470 * msb.el (msb-mode): Specify :group.
18471 * reveal.el (reveal-mode): Specify :group.
18472 * simple.el (next-error-follow-minor-mode): Specify :group.
18473 * smerge-mode.el (smerge-mode): Specify :group.
18474 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
18475 * emulation/cua-base.el (cua-mode): Specify :group.
18476 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
18477 * language/thai-util.el (thai-auto-composition-mode)
18478 (thai-word-mode): Specify :group.
18479 * mail/supercite.el (sc-minor-mode): Specify :group.
18480 * progmodes/cwarn.el (cwarn-mode): Specify :group.
18481 * progmodes/flymake.el (flymake-mode): Specify :group.
18482 * progmodes/glasses.el (glasses-mode): Specify :group.
18483 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
18484 * textmodes/enriched.el (enriched-mode): Specify :group.
18485 * textmodes/refill.el (refill-mode): Specify :group.
18486
18487 * add-log.el (change-log-font-lock-keywords): Names in
18488 parenthesized lists can contain spaces.
18489
18490 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
18491
18492 * startup.el (fancy-splash-text): Shorten default text of
18493 "Emacs Tutorial" line. Also, if the current language env
18494 indicates an available tutorial file other than TUTORIAL,
18495 extract its title and append it to the line in parentheses.
18496 (fancy-splash-insert): If arg is a thunk, funcall it.
18497
18498 2005-04-04 Jay Belanger <belanger@truman.edu>
18499
18500 * calc.el (calc-language-alist): Add tags to customization type.
18501
18502 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
18503
18504 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
18505 Doc fix.
18506
18507 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
18508
18509 * add-log.el (change-log-font-lock-keywords): The manual
18510 describing a Change Log entry, says: (...) "Aside from these
18511 header lines, every line in the change log starts with a space or
18512 a tab.". The font-lock was not highlighting lines started with
18513 spaces, added support for it.
18514
18515 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18516
18517 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
18518 (bibtex-generate-url-list): Update docstring accordingly. Put the
18519 complex example in the docstring.
18520 (bibtex-font-lock-url): Use pop.
18521
18522 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18523
18524 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
18525
18526 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
18527
18528 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
18529
18530 * filesets.el (filesets-set-default): Doc fix.
18531
18532 2005-04-03 Lute Kamstra <lute@gnu.org>
18533
18534 * generic.el (define-generic-mode): Add argument to specify
18535 keywords for defcustom.
18536 (default-generic-mode): Specify :group.
18537
18538 * generic-x.el: Specify :group for all generic modes.
18539
18540 * desktop.el (desktop-no-desktop-file-hook)
18541 (desktop-after-read-hook): Doc fix.
18542
18543 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
18544
18545 * simple.el (visible-mode): Use explicit :group keyword.
18546 This changes the group of `visible-mode-hook' from paren-blinking
18547 to editing-basics.
18548
18549 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
18550
18551 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
18552 mailbox specifications as well as URLs.
18553 (rmail-insert-inbox-text): Remove unused conditional branches.
18554
18555 2005-04-01 Jay Belanger <belanger@truman.edu>
18556
18557 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
18558 (calc-gnuplot-print-command): Move definitions to calc.el.
18559
18560 * calc/calc-embed.el (calc-embedded-announce-formula)
18561 (calc-embedded-open-formula, calc-embedded-close-formula)
18562 (calc-embedded-open-word, calc-embedded-close-word)
18563 (calc-embedded-open-plain, calc-embedded-close-plain)
18564 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
18565 (calc-embedded-open-mode, calc-embedded-close-mode):
18566 Move definitions to calc.el.
18567
18568 * calc/calc.el (calc-settings-file, calc-language-alist):
18569 Make customizable.
18570 (calc-embedded-announce-formula, calc-embedded-open-formula)
18571 (calc-embedded-close-formula, calc-embedded-open-word)
18572 (calc-embedded-close-word, calc-embedded-open-plain)
18573 (calc-embedded-close-plain, calc-embedded-open-new-formula)
18574 (calc-embedded-close-new-formula, calc-embedded-open-mode)
18575 (calc-embedded-close-mode, calc-gnuplot-name)
18576 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
18577 from other files and make customizable.
18578
18579 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18580
18581 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
18582 Use buffer-live-p.
18583 (cvs-mode-run): Don't call cvs-update-header here.
18584 (cvs-run-process): Call cvs-update-header.
18585 Use process properties for cvs-postprocess and cvs-buffer so that
18586 the sentinel can behave better if the temp buffer is killed.
18587 Use a pipe rather than a tty, to better handle unexpected prompts.
18588 (cvs-sentinel): Rewrite. Call cvs-update-header.
18589
18590 2005-04-01 Andre Spiegel <spiegel@gnu.org>
18591
18592 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
18593 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
18594
18595 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18596
18597 * generic.el (define-generic-mode): Add indentation rule.
18598
18599 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
18600
18601 * files.el (mode-require-final-newline): Make Custom correctly
18602 report a nil value and allow to set it to nil via Custom.
18603 Doc fix.
18604
18605 2005-04-01 Kenichi Handa <handa@m17n.org>
18606
18607 * international/characters.el: Enable the correct case setting for
18608 dotless-i and dotted-I.
18609
18610 2005-04-01 Kim F. Storm <storm@cua.dk>
18611
18612 * ido.el (ido-file-internal): Fall back to non-ido command if
18613 initial directory is on slow ftp (or tramp) host.
18614
18615 2005-03-31 Richard M. Stallman <rms@gnu.org>
18616
18617 * emacs-lisp/autoload.el (make-autoload):
18618 Handle define-global-minor-mode.
18619
18620 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18621 Rename from easy-mmode-define-global-mode.
18622 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18623
18624 * progmodes/scheme.el (scheme-mode-syntax-table):
18625 Update syntax of | and # for two-character comment syntax.
18626
18627 2005-03-31 Lute Kamstra <lute@gnu.org>
18628
18629 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18630 (define-minor-mode): Call custom-current-group at load-time.
18631
18632 * generic.el (define-generic-mode): Add debug declaration.
18633 Add defcustom for the mode hook.
18634 (generic-mode-internal): Use run-mode-hooks.
18635
18636 2005-03-31 Kim F. Storm <storm@cua.dk>
18637
18638 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
18639 (mouse-fixup-help-message): New defun called by show_help_echo
18640 to fixup mouse-2 prefix in help messages when applicable.
18641
18642 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
18643
18644 2005-03-31 Kenichi Handa <handa@m17n.org>
18645
18646 * language/thai-word.el (thai-find-word-ends): Pay attention to
18647 the case that we reach the end of buffer.
18648
18649 * textmodes/fill.el (fill-text-properties-at): New function.
18650 (fill-newline): Use fill-text-properties-at instead of
18651 text-properties-at.
18652
18653 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18654
18655 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
18656 not comint-quote-filename.
18657
18658 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
18659
18660 * help-fns.el (help-with-tutorial): Revert last change.
18661
18662 2005-03-31 Kim F. Storm <storm@cua.dk>
18663
18664 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18665
18666 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
18667
18668 * calendar/cal-china.el: Update reference to "Calendrical
18669 Calculations" book; there's a new edition.
18670 * calendar/cal-coptic.el: Likewise.
18671 * calendar/cal-french.el: Likewise.
18672 * calendar/cal-hebrew.el: Likewise.
18673 * calendar/cal-islam.el: Likewise.
18674 * calendar/cal-iso.el: Likewise.
18675 * calendar/cal-julian.el: Likewise.
18676 * calendar/cal-mayan.el: Likewise.
18677 * calendar/cal-persia.el: Likewise.
18678 * calendar/calendar.el: Likewise.
18679 * calendar/holidays.el: Likewise.
18680 * calendar/lunar.el: Likewise.
18681 * calendar/solar.el: Likewise.
18682
18683 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18684 white space from doc string.
18685
18686 2005-03-30 Jay Belanger <belanger@truman.edu>
18687
18688 * calc/calc-help.el (calc-full-help): Remove email address.
18689
18690 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
18691
18692 * help-fns.el (help-with-tutorial): Delete title line.
18693
18694 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18695
18696 * calendar/cal-x.el (calendar-one-frame-setup)
18697 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
18698 rather than `symbol' for set-window-dedicated-p.
18699
18700 * calendar/appt.el (appt-buffer-name): Make it a constant.
18701 (appt-add): Doc fix.
18702
18703 * filesets.el (filesets-menu-path, filesets-menu-before)
18704 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
18705 (filesets-menu-cache-file): Use directory ~/.emacs.d.
18706 (filesets-add-submenu): Delete and use add-submenu instead.
18707
18708 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
18709
18710 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
18711 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
18712 (org-diary-default-entry): New function.
18713 (org-get-entries-from-diary): Better parsing of diary entries.
18714 (org-agenda-check-no-diary): New function.
18715 ("diary-lib"): Advice to function `add-to-diary-list', to allow
18716 linking to diary entries.
18717 (org-agenda-execute-calendar-command): New function.
18718 (org-agenda): Improve visible section in window.
18719 Use `org-fit-agenda-window'.
18720 (org-fit-agenda-window): New option.
18721 (org-move-subtree-down): Better handling of empty lines
18722 at end of subtree.
18723 (org-cycle): Numeric prefix is interpreted now as show-subtree N
18724 levels up.
18725 (org-fontify-done-headline): New option.
18726 (org-headline-done-face): New face.
18727 (org-set-font-lock-defaults): Use `org-headline-done-face'.
18728 (org-table-copy-down): Rename from `org-table-copy-from-above'.
18729 When current field is non-empty, it is copied to next row.
18730 (org-table-copy-from-above): Fix bug which made it
18731 impossible to copy fields containing only a single non-white character.
18732
18733 2005-03-30 Kim F. Storm <storm@cua.dk>
18734
18735 * kmacro.el (kmacro-end-macro): Isearch may store this command
18736 into the macro -- so ignore it when executing keyboard macro.
18737
18738 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18739
18740 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
18741
18742 2005-03-29 Kenichi Handa <handa@m17n.org>
18743
18744 * language/thai.el ("Thai"): Set setup-function and exit-function
18745 for Thai language environment.
18746
18747 * language/thai-util.el: Require thai-word.
18748 (thai-word-mode-map): New variable.
18749 (thai-word-mode): New minor mode.
18750 (setup-thai-language-environment-internal): New function.
18751 (exit-thai-language-environment-internal): New function.
18752
18753 * language/thai-word.el (thai-word-table): Declare it by defvar,
18754 use dolist to initialize it.
18755 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
18756 (thai-fill-find-break-point): New functions.
18757
18758 2005-03-29 Richard M. Stallman <rms@gnu.org>
18759
18760 * simple.el (idle-update-delay): Move definition up.
18761 (set-mark): Doc fix.
18762
18763 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
18764
18765 * longlines.el: New file.
18766
18767 * simple.el (buffer-substring-filters): New variable.
18768 (filter-buffer-substring): New function.
18769 (kill-region, copy-region-as-kill): Use it.
18770
18771 * register.el (copy-to-register, append-to-register)
18772 (prepend-to-register): Use filter-buffer-substring.
18773
18774 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18775
18776 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
18777 (gud-filter-pending-text): Move in front of gdb.
18778 (gud-overlay-arrow-position): New variable.
18779 (gud-sentinel, gud-display-line): Use it in place of
18780 overlay-arrow-position.
18781
18782 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
18783
18784 * progmodes/fortran.el (fortran-if-indent): Doc fix.
18785 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
18786 (fortran-font-lock-keywords-4): New variable.
18787 (fortran-blocks-re, fortran-end-block-re)
18788 (fortran-start-block-re): New constants, for hideshow.
18789 (hs-special-modes-alist): Add a Fortran entry.
18790 (fortran-mode-map): Bind fortran-end-of-block,
18791 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
18792 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
18793 (fortran-looking-at-if-then, fortran-end-of-block)
18794 (fortran-beginning-of-block): New functions, for hideshow.
18795
18796 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18797 Doc fix. Tweak regexp.
18798 (f90-beginning-of-block): Push mark first.
18799
18800 2005-03-29 Jay Belanger <belanger@truman.edu>
18801
18802 * calc/calc.el: Update copyright date.
18803 (calc-version): Increase to 2.1.
18804 (calc-version-date): Remove.
18805
18806 * calc/calc-help.el: Update copyright date.
18807 (calc-full-help): Remove reference to calc-version-date.
18808 Update copyright date.
18809
18810 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18811
18812 * vc.el (vc-do-command): Use a pipe for async processes, so password
18813 prompts don't show up at places where the user can't reply.
18814
18815 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18816
18817 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
18818 on the file name we pass to the inferior shell.
18819
18820 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
18821
18822 * progmodes/which-func.el (which-function): Be robust in the face of an
18823 imenu--make-index-alist failure.
18824
18825 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18826
18827 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
18828
18829 * progmodes/python.el (python-preoutput-filter): Fix last change.
18830
18831 2005-03-29 Lute Kamstra <lute@gnu.org>
18832
18833 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
18834 functions and compiled macros.
18835 (debug-convert-byte-code): Handle macros too.
18836 (debug-on-entry-1): Don't signal an error when trying to clear a
18837 function that is not set to debug on entry.
18838
18839 2005-03-29 Jay Belanger <belanger@truman.edu>
18840
18841 * calc/calc-lang.el: Add functions to math-function-table
18842 properties of tex and math.
18843
18844 2005-03-29 Kenichi Handa <handa@m17n.org>
18845
18846 * ps-mule.el (ps-mule-plot-string): Translate characters by
18847 ps-print-translation-table.
18848 (ps-mule-begin-job): Call find-charset-region/string with
18849 ps-print-translation-table.
18850 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
18851
18852 * ps-print.el (ps-print-translation-table): New variable.
18853 (ps-plot-region): Translate characters by ps-print-translation-table.
18854
18855 2005-03-29 Juri Linkov <juri@jurta.org>
18856
18857 * simple.el (next-error-highlight-timer): New variable.
18858
18859 * progmodes/compile.el (compilation-goto-locus):
18860 Use `next-error-highlight-timer' instead of `sit-for'.
18861
18862 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18863
18864 * mail/supercite.el (sc-mail-field): Use assoc-string.
18865 (sc-get-address): Simplify regexps.
18866
18867 * files.el (minibuffer-with-setup-hook): New macro.
18868 (find-file-read-args): Use it to avoid let-binding
18869 minibuffer-with-setup-hook (which breaks turning on/off
18870 file-name-shadow-mode while in the prompt).
18871
18872 * complete.el (PC-read-include-file-name-internal):
18873 Use test-completion.
18874
18875 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
18876
18877 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
18878
18879 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18880
18881 * window.el (window-buffer-height): Use count-screen-lines.
18882
18883 * progmodes/python.el (python-preoutput-leftover): New var.
18884 (python-preoutput-filter): Use it.
18885 (python-send-receive): Loop until all the result has been received.
18886
18887 2005-03-28 Juri Linkov <juri@jurta.org>
18888
18889 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
18890
18891 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
18892 "Recover Crashed Session".
18893 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
18894 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
18895 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
18896 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
18897 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
18898 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
18899 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
18900 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
18901
18902 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
18903 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
18904 Ediff Sessions", "Toggle use of separate control buffer frame",
18905 "Use separate frame for Ediff control buffer".
18906
18907 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
18908 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
18909 "Rename Bookmark", "Delete Bookmark".
18910
18911 * info.el (Info-mode-menu): Remove ellipsis from "Index".
18912 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
18913 Add `:active Info-index-alternatives' to "Next Matching Item".
18914
18915 * wdired.el (wdired-change-to-wdired-mode):
18916 Mention `wdired-abort-changes' key in the initial message.
18917
18918 * international/mule.el (auto-coding-alist): Associate non-ascii
18919 image filename extensions with `no-conversion'.
18920
18921 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18922
18923 * international/iso-acc.el:
18924 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18925
18926 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
18927
18928 * textmodes/sgml-mode.el (html-mode): Doc update.
18929
18930 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18931
18932 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
18933
18934 * term.el (term-move-columns): Fix face after extending a line.
18935 (term-insert-spaces): Likewise.
18936 (term-reset-terminal): Fix off by one error.
18937
18938 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18939
18940 * international/mule.el (auto-coding-alist): Add .xpi files.
18941
18942 * files.el (auto-mode-alist): Add .xpi files.
18943
18944 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
18945
18946 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18947
18948 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18949
18950 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18951
18952 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
18953
18954 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18955 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
18956
18957 * calendar/cal-move.el (calendar-beginning-of-year): Move the
18958 cursor to Jan 1 when needed.
18959 (calendar-end-of-year): Fix -/+ typo.
18960 Reported by Chong Yidong <cyd@stupidchicken.com>.
18961
18962 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18963
18964 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18965
18966 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18967 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
18968
18969 2005-03-25 Richard M. Stallman <rms@gnu.org>
18970
18971 * filesets.el (filesets-init): Add autoload.
18972
18973 * mail/mailalias.el (mail-directory): Doc fix.
18974
18975 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18976
18977 * mail/mailalias.el (mail-directory-process): Do nothing if
18978 mail-directory-process is an atom.
18979 (mail-get-names): Ignore mail-directory-names if it is an atom.
18980 (mail-directory-process defvar): Doc fix.
18981 (mail-names): Doc fix.
18982
18983 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
18984
18985 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18986
18987 2005-03-26 Kenichi Handa <handa@m17n.org>
18988
18989 * international/mule-util.el (detect-coding-with-priority):
18990 Call update-coding-systems-internal before detect-coding-region.
18991
18992 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
18993
18994 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18995 (gdb-frames-mode-map): Add follow-link property.
18996
18997 2005-03-25 Jay Belanger <belanger@truman.edu>
18998
18999 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19000 for variables.
19001
19002 2005-03-25 Juri Linkov <juri@jurta.org>
19003
19004 * image-mode.el: Optimize image filename extension regexps in
19005 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
19006 in `auto-mode-alist'.
19007 (image-mode): Add `image-toggle-display-text' to local hook
19008 `change-major-mode-hook'. Display the image as an image by
19009 default. Set `cursor-type' and `truncate-lines' if the image
19010 is already displayed. Take into account the current mode (image
19011 or text) in message.
19012 (image-minor-mode): New minor mode.
19013 (image-mode-maybe, image-toggle-display-text): New functions.
19014 (image-toggle-display): Use called-interactively-p.
19015 Let-bind `inhibit-read-only' to t.
19016
19017 * image-mode.el (image-minor-mode): Set `cursor-type' and
19018 `truncate-lines' if the image is already displayed. Add turning
19019 image-minor-mode off to `change-major-mode-hook'. Add message.
19020 Call `image-toggle-display-text' after turning image-minor-mode off.
19021
19022 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
19023
19024 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19025 Terminal.app, use utf-8.
19026 (set-display-table-and-terminal-coding-system): Add coding-system arg.
19027 (set-locale-environment): Use it.
19028
19029 * term/xterm.el: Undo last change, better done in mule-cmds.el.
19030
19031 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19032
19033 * progmodes/python.el (python-close-block-statement-p)
19034 (python-outdent-p, python-current-defun): Use symbol-end.
19035
19036 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
19037
19038 * files.el (save-some-buffers): Doc fix.
19039
19040 2005-03-25 Werner Lemberg <wl@gnu.org>
19041
19042 * complete.el, thumbs.el: Replace `legal' with `valid'.
19043 * calendar/calendar.el: Replace `legal' with `valid'.
19044 * emacs-lisp/advice.el: Replace `legal' with `valid'.
19045 * mail/supercite.el: Replace `legal' with `valid'.
19046 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
19047 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
19048 Replace `legal' with `valid'.
19049 * textmodes/reftex-vars.el, textmodes/reftex.el:
19050 Replace `legal' with `valid'.
19051
19052 2005-03-25 Werner Lemberg <wl@gnu.org>
19053
19054 * calc/calc-forms.el, calc/calc-sel.el
19055 * midnight.el, vc-cvs.el
19056 * emacs-lisp/cl-macs.el
19057 * emulation/vip.el
19058 * eshell/esh-io.el, eshell/esh-var.el
19059 * mail/supercite.el
19060 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
19061 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
19062 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
19063 * progmodes/sh-script.el, progmodes/xscheme.el
19064 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
19065 * textmodes/reftex-index.el, textmodes/reftex-parse.el
19066 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
19067 * textmodes/reftex.el, textmodes/org.el:
19068 Replace `illegal' with `invalid'.
19069
19070 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19071
19072 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
19073 (flymake-find-buildfile, flymake-find-possible-master-files)
19074 (flymake-check-include, flymake-parse-line): Replace loops over the
19075 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19076
19077 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19078 Substitute file-name-as-directory in the rest of the file.
19079 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19080 (flymake-replace-region): Remove unused arg `buffer'.
19081 (flymake-check-patch-master-file-buffer): Update calls to it.
19082 (flymake-add-err-info): Remove unused var `count'.
19083 (flymake-mode): Use define-minor-mode.
19084
19085 * progmodes/flymake.el: Use with-current-buffer.
19086 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
19087 flymake-replace-regexp-in-string, flymake-line-beginning-position)
19088 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
19089 Avoid testing for `xemacs'.
19090 (flymake-nop): Move.
19091 (flymake-region-has-flymake-overlays): Return the computed value.
19092 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
19093 Remove unused var `endline'.
19094 (flymake-get-line-count): Remove unused function.
19095 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
19096
19097 * emulation/vi.el:
19098 * generic.el:
19099 * hilit-chg.el (global-highlight-changes):
19100 * hi-lock.el (hi-lock-mode):
19101 * follow.el: find-file-hooks -> find-file-hook.
19102
19103 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
19104
19105 2005-03-24 Juri Linkov <juri@jurta.org>
19106
19107 * dired.el (dired-mode-map): Add menu item "Compare directories"
19108 for dired-compare-directories.
19109
19110 * dired-aux.el (dired-compare-directories): Add autoload cookie.
19111 Doc fix. Replace `read-file-name' with `read-directory-name'.
19112
19113 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19114
19115 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
19116
19117 2005-03-24 Jay Belanger <belanger@truman.edu>
19118
19119 * calc/calc-embed.el (calc-embedded-mode-change): Save all
19120 relevant mode settings in calc-embedded-original-modes when modes
19121 are permanently changed.
19122
19123 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19124
19125 * autoinsert.el: find-file-hooks -> find-file-hook.
19126
19127 2005-03-24 Lute Kamstra <lute@gnu.org>
19128
19129 * generic.el (generic-font-lock-defaults): Make it obsolete.
19130 (generic-font-lock-keywords): New variable to replace
19131 generic-font-lock-defaults.
19132 (generic-mode-set-font-lock): Delete it.
19133 (generic-mode-internal): Don't call generic-mode-set-font-lock.
19134 (generic-bracket-support): Add docstring.
19135
19136 * generic-x.el: Rename generic-font-lock-defaults to
19137 generic-font-lock-keywords throughout.
19138 (mailagent-rules-setup-function): Delete it.
19139 (mailagent-rules-generic-mode): Use anonymous function instead.
19140 (show-tabs-generic-mode-font-lock-defaults-1)
19141 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
19142 Quote faces.
19143 (show-tabs-tab-face, show-tabs-space-face): Specify background,
19144 not foreground.
19145
19146 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19147 Recognize define-generic-mode.
19148
19149 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19150
19151 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
19152 if there's no completion table.
19153
19154 2005-03-23 Miles Bader <miles@gnu.org>
19155
19156 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19157 Remove tty-specific variants, as they're no longer needed.
19158
19159 2005-03-23 Lute Kamstra <lute@gnu.org>
19160
19161 * generic-x.el: Code cleanup: make args constant whenever possible.
19162 (installshield-statement-keyword-list)
19163 (installshield-system-functions-list)
19164 (installshield-system-variables-list, installshield-types-list)
19165 (installshield-funarg-constants-list): Make them constants.
19166
19167 * generic.el (generic-make-keywords-list): Add autoload cookie.
19168
19169 * calendar/time-date.el: Add comment on time value formats.
19170 Don't require parse-time.
19171 (with-decoded-time-value): New macro.
19172 (encode-time-value): New function.
19173 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19174 (days-to-time): Return a valid time value when arg is huge.
19175 (time-since): Use time-subtract.
19176 (time-to-number-of-days): Use time-to-seconds.
19177
19178 2005-03-23 David Ponce <david@dponce.com>
19179
19180 * recentf.el (recentf-keep): New option.
19181 (recentf-menu-action): Default to `find-file'.
19182 (recentf-keep-non-readable-files-flag)
19183 (recentf-keep-non-readable-files-p)
19184 (recentf-file-readable-p, recentf-find-file)
19185 (recentf-cleanup-remote): Remove.
19186 (recentf-include-p): More robust.
19187 (recentf-keep-p): New function.
19188 (recentf-remove-if-non-kept): Rename from
19189 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
19190 All callers updated.
19191 (recentf-menu-items-for-commands): Fix help string.
19192 (recentf-track-closed-file): Update. Doc fix.
19193 (recentf-cleanup): Update. Count removed files. Doc fix.
19194
19195 2005-03-23 Kim F. Storm <storm@cua.dk>
19196
19197 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19198 Don't inherit from fringe face (now happens automatically).
19199
19200 2005-03-22 Kim F. Storm <storm@cua.dk>
19201
19202 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
19203 position values.
19204
19205 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19206
19207 * menu-bar.el (showhide-date-time): Remove.
19208 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
19209 (menu-bar-make-mm-toggle): Simplify.
19210
19211 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19212
19213 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
19214 Accept qualified variable and function names.
19215
19216 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
19217
19218 * bindings.el (completion-ignored-extensions):
19219 Remove ".lis" for `vax-vms'.
19220
19221 2005-03-22 Andreas Schwab <schwab@suse.de>
19222
19223 * generic-x.el: Revert last change.
19224 * ldefs-boot.el: Update.
19225
19226 2005-03-22 Jay Belanger <belanger@truman.edu>
19227
19228 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
19229 (calc-embedded-save-original-modes)
19230 (calc-embedded-restore-original-modes): New functions.
19231 (calc-do-embedded): Save original modes when entering embedded mode
19232 and restore when leaving embedded mode.
19233 (calc-embedded-modes-change): Change the value of
19234 calc-embedded-original-modes to reflect permanent changes.
19235
19236 2005-03-22 Lute Kamstra <lute@gnu.org>
19237
19238 * generic-x.el: Require generic again.
19239
19240 2005-03-22 Miles Bader <miles@gnu.org>
19241
19242 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19243 Tweak details to look good on both ttys and bitmap displays, light
19244 or dark background, etc.
19245
19246 2005-03-21 Kim F. Storm <storm@cua.dk>
19247
19248 * tooltip.el (tooltip-show-help-function): Check car and cdr of
19249 mouse position.
19250
19251 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19252
19253 * icomplete.el: Don't forcibly turn on the mode upon load.
19254 (icomplete-mode): Use define-minor-mode.
19255 (icomplete-eoinput): Default to nil.
19256 (icomplete-minibuffer-setup): Remove autoload.
19257 (icomplete-tidy): Simplify.
19258 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
19259 in the initial state or if the user has modified the field.
19260 Fix handling of icomplete-max-delay-chars.
19261 Remove code that handles the oddball case where
19262 minibuffer-completion-table is an integer.
19263 Wrap icomplete-completions in while-no-input in case building
19264 completions takes more time than expected.
19265 (icomplete-completions): Simplify.
19266
19267 2005-03-21 Richard M. Stallman <rms@gnu.org>
19268
19269 * jka-compr.el (jka-compr-really-do-compress):
19270 Make variable buffer-local.
19271
19272 * image-mode.el: Handle .xpm files too.
19273 (image-toggle-display): Preserve modification flag.
19274
19275 * help.el (where-is): Don't mention aliases with no key bindings.
19276
19277 2005-03-21 Lute Kamstra <lute@gnu.org>
19278
19279 * generic.el: Fix commentary section. Don't require cl for
19280 compilation.
19281 (generic-mode-list): Add autoload cookie.
19282 (generic-use-find-file-hook, generic-lines-to-scan)
19283 (generic-find-file-regexp, generic-ignore-files-regexp)
19284 (generic-mode, generic-mode-find-file-hook)
19285 (generic-mode-ini-file-find-file-hook): Fix docstrings.
19286 (define-generic-mode): Make it a defmacro. Fix docstring.
19287 (generic-mode-internal): Code cleanup. Add autoload cookie.
19288 (generic-mode-set-comments): Code cleanup.
19289 * generic-x.el: Don't prevent compilation. Don't require generic.
19290 Follow coding conventions. Minor code cleanup.
19291 (etc-fstab-generic-mode): Add some keywords.
19292 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
19293 define-generic-mode like a function declaration.
19294
19295 2005-03-21 Jay Belanger <belanger@truman.edu>
19296
19297 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
19298 changing modes.
19299
19300 2005-03-21 Sam Steingold <sds@gnu.org>
19301
19302 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
19303
19304 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
19305
19306 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
19307 Add underscore to "f$ lexicals" regexp.
19308
19309 2005-03-20 Juri Linkov <juri@jurta.org>
19310
19311 * subr.el (progress-reporter-do-update): When `min-value' is equal
19312 to `max-value', set `percentage' to 0 and prevent division by zero.
19313
19314 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
19315
19316 Sync with Tramp 2.0.48.
19317
19318 * net/tramp.el (all): Change all addresses to .gnu.org.
19319 (tramp-append-tramp-buffers): New defun.
19320 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
19321 Catch `dont-send' signal.
19322 (tramp-set-auto-save-file-modes): Set always permissions, because
19323 there might be an old auto-saved file belonging to another
19324 original file. This could be a security threat. Reported by
19325 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
19326 Check for Emacs 21.3.50 removed.
19327
19328 * net/tramp-smb.el (all): Remove debug construct for
19329 `with-parsed-tramp-file-name'.
19330 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
19331 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
19332 No error message if DIRECTORY or FILENAME doesn't exist.
19333 (tramp-smb-open-connection): Check existence of
19334 `tramp-smb-program'.
19335
19336 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
19337
19338 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
19339 Properly handle the case where the `m' or `s' command's argument is not
19340 yet terminated.
19341 (perl-indent-new-calculate): New function.
19342 (perl-indent-line): Use it.
19343
19344 2005-03-20 Miles Bader <miles@gnu.org>
19345
19346 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
19347 in text-mode too. Change to new face names.
19348 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
19349 Add `:weight bold' attribute.
19350 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
19351
19352 2005-03-19 Juri Linkov <juri@jurta.org>
19353
19354 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
19355
19356 * international/mule.el (auto-coding-alist): Sync with
19357 `auto-mode-alist' by adding upper case archive file extensions
19358 and adding ear/war to jar extension.
19359
19360 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
19361
19362 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
19363 running, restart it.
19364
19365 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
19366
19367 * finder.el (finder-current-item): Throw an error on an empty line.
19368
19369 * man.el (Man-follow-manual-reference): If current-word returns
19370 nil, use "".
19371
19372 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
19373
19374 * simple.el (goto-line): Doc fix.
19375
19376 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
19377
19378 * files.el (save-buffer): Doc fix.
19379
19380 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
19381
19382 * recentf.el (recentf-cleanup-remote): New variable.
19383 (recentf-cleanup): Use it to conditionally check availability of
19384 remote files.
19385
19386 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
19387
19388 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
19389 function names.
19390
19391 2005-03-19 Eli Zaretskii <eliz@gnu.org>
19392
19393 * language/thai-word.el: New file.
19394
19395 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19396
19397 * files.el (backup-buffer): If the file's directory is not
19398 writable, use copy instead of move to backup the file.
19399
19400 2005-03-19 Eli Zaretskii <eliz@gnu.org>
19401
19402 * obsolete/keyswap.el: Moved to obsolete/ from term/.
19403
19404 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19405
19406 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
19407 Use functionp instead of symbolp and fboundp. Reported by Drkm
19408 <darkman_spam@yahoo.fr>.
19409 (ps-print-version): New version 6.6.6.
19410
19411 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
19412
19413 * textmodes/table.el (table--line-column-position): New idiom.
19414 (table--row-column-insertion-point-p): New function to test
19415 validity of row and column insertion operation at a location.
19416 (table-global-menu, table-cell-menu): Use above functions for
19417 deterministic test operation.
19418 (table--editable-cell-p): Behave in deterministic fashion.
19419
19420 2005-03-18 Juri Linkov <juri@jurta.org>
19421
19422 * isearch.el (isearch-lazy-highlight-new-loop):
19423 Make arguments beg and end optional.
19424 (isearch-update): Remove optional arguments nil from
19425 isearch-lazy-highlight-new-loop.
19426 (isearch-lazy-highlight-search): Let-bind case-fold-search to
19427 isearch-lazy-highlight-case-fold-search instead of
19428 isearch-case-fold-search, and let-bind isearch-regexp to
19429 isearch-lazy-highlight-regexp.
19430 Use isearch-lazy-highlight-last-string instead of isearch-string.
19431
19432 * replace.el (perform-replace): Remove bindings of global
19433 variables isearch-string, isearch-regexp, isearch-case-fold-search.
19434 Add three new arguments to `replace-highlight'.
19435 (replace-highlight): Add arguments string, regexp, case-fold.
19436 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
19437 to allow isearch-lazy-highlight-new-loop to use these values
19438 to set corresponding isearch-lazy-highlight-* internal
19439 variables whose values lazy highlighting will use regardless of
19440 changes to global variables isearch-string, isearch-regexp,
19441 isearch-case-fold-search during lazy highlighting loop.
19442 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
19443 to `lazy-highlight-cleanup'.
19444
19445 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
19446 (ispell-highlight-face): Set default face to `isearch' when
19447 lazy highlighting is enabled.
19448 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
19449 priority to 1. Add lazy highlighting.
19450 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
19451 from `isearch-dehighlight'.
19452
19453 2005-03-18 David Ponce <david@dponce.com>
19454
19455 * files.el (hack-local-variables): Do a case-insensitive search
19456 for End.
19457
19458 2005-03-18 Juri Linkov <juri@jurta.org>
19459
19460 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
19461 `isearch-lazy-highlight-cleanup', add alias to old name and
19462 declare obsolete. Add release numbers to other obsolete vars.
19463 (isearch-done, isearch-lazy-highlight-new-loop):
19464 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
19465 (lazy-highlight-cleanup) <variable>: Doc fix.
19466 (isearch-lazy-highlight-update): Rename obsolete
19467 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
19468
19469 2005-03-18 Kenichi Handa <handa@m17n.org>
19470
19471 * language/thai-util.el: Fix categorization of Thai characters in
19472 thai-category-table.
19473 (thai-composition-pattern): Adjust it for the above change.
19474 (thai-self-insert-command, thai-compose-syllable): New functions.
19475 (thai-compose-region): Use thai-compose-syllable.
19476 (thai-compose-string): Likewise.
19477 (thai-composition-function): Likewise.
19478 (thai-auto-composition): New function.
19479 (thai-auto-composition-mode): New minor mode.
19480
19481 * language/thai.el: Fix patterns to be registered in
19482 composition-function-table.
19483
19484 * international/quail.el (quail-input-method): Locally bind
19485 inhibit-modification-hooks to t.
19486
19487 2005-03-17 Richard M. Stallman <rms@gnu.org>
19488
19489 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
19490 (perl-mode): Use run-mode-hooks.
19491
19492 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
19493 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
19494 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
19495
19496 * mail/sendmail.el (sendmail-send-it): Reenable the code
19497 to compute resend-to-address and use it.
19498
19499 * tar-mode.el (tar-mode): Turn off undo unconditionally.
19500
19501 * image-mode.el: New file.
19502
19503 * image.el (insert-sliced-image): Add autoload cookie.
19504
19505 * font-lock.el (font-lock-lines-before): New user option.
19506 (font-lock-after-change-function): Obey it.
19507
19508 * bindings.el (esc-map): Make M-g a prefix.
19509 Bind M-g g and M-g M-g to goto-line.
19510
19511 * faces.el (face-id): Doc fix.
19512
19513 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19514
19515 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
19516 (rmail-show-message): Use rmail-unknown-mail-followup-to.
19517 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
19518
19519 * mail/sendmail.el (mail-yank-ignored-headers)
19520 (mail-font-lock-keywords, mail-mode-fill-paragraph):
19521 Add Mail-Followup-To and Mail-Reply-To headers.
19522 (mail-citation-hook): Add autoload cookie.
19523 (mail-mode): Doc fix.
19524 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
19525 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
19526 (mail-mode-fill-paragraph): Handle those headers.
19527 (mail-mailing-lists): New variable.
19528 (mail-mail-reply-to, mail-mail-followup-to): New functions.
19529
19530 2005-03-17 Juri Linkov <juri@jurta.org>
19531
19532 * isearch.el (isearch-fallback): Check for `(car previous)'
19533 before calling `isearch-other-end-state'.
19534
19535 2005-03-17 Kim F. Storm <storm@cua.dk>
19536
19537 * simple.el (move-beginning-of-line): Move to beginning of buffer
19538 line, as well as beginning of screen line.
19539
19540 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
19541
19542 * calendar/diary-lib.el (mark-diary-entries): Use new optional
19543 argument REDRAW rather than calendar-redrawing variable.
19544 * calendar/calendar.el (calendar-redrawing): Delete.
19545 (redraw-calendar): Do not bind calendar-redrawing.
19546
19547 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
19548
19549 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
19550 diary-file buffer.
19551
19552 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19553
19554 * help.el (describe-mode): Allow a :minor-mode-function property to
19555 specify a different minor mode toggle function than the variable.
19556 * simple.el (auto-fill-function):
19557 * subr.el (add-minor-mode): Use it.
19558
19559 2005-03-16 Kenichi Handa <handa@m17n.org>
19560
19561 * language/ethio-util.el (sera-being-called-by-w3): New variable.
19562 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
19563 (ethio-fidel-to-sera-buffer): Likewise.
19564
19565 2005-03-16 Juri Linkov <juri@jurta.org>
19566
19567 * emacs-lisp/find-func.el (find-function-regexp):
19568 Add defun-emitting macro `menu-bar-make-toggle'.
19569
19570 * isearch.el: Put `isearch-scroll' property to
19571 `split-window-horizontally'.
19572
19573 * info.el: Update error messages for `debug-ignored-errors'.
19574 (Info-isearch-search): Doc fix.
19575 (Info-find-node): Move up code to go into info buffer before
19576 recording the node to the history.
19577 (Info-fontify-node): Fontify titles only if the next line
19578 has two or more `*', `=', `-', `.'.
19579 Display "go to this node" for empty (match-string 3).
19580
19581 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19582
19583 * term/mac-win.el: Add mouse pointer shape constants.
19584
19585 2005-03-15 Kim F. Storm <storm@cua.dk>
19586
19587 * simple.el (move-beginning-of-line): Use vertical-motion.
19588
19589 2005-03-15 Juri Linkov <juri@jurta.org>
19590
19591 * isearch.el (isearch-error): New variable.
19592 (isearch-invalid-regexp, isearch-within-brackets): Remove.
19593 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
19594 (isearch-within-brackets-state): Remove.
19595 (isearch-case-fold-search-state, isearch-pop-fun-state):
19596 Decrease frame index.
19597 (isearch-mode, isearch-top-state, isearch-push-state)
19598 (isearch-edit-string, isearch-abort, isearch-search-and-update)
19599 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
19600 (isearch-search, isearch-lazy-highlight-new-loop):
19601 Replace `isearch-invalid-regexp' with `isearch-error'.
19602 Remove `isearch-within-brackets'.
19603 (isearch-search): Add `search-failed' handler to `condition-case'.
19604 (isearch-lazy-highlight-search): Add `condition-case' to catch
19605 errors and allow `isearch-lazy-highlight-update' to try
19606 highlighting from the beginning of the window.
19607 (isearch-repeat): Move up code to set isearch-wrapped to t
19608 before calling isearch-wrap-function.
19609
19610 * info.el (Info-isearch-initial-node): New internal variable.
19611 (Info-search): Signal an error in isearch mode when search leaves
19612 the initial node. Signal an error when `bound' is non-nil and
19613 nothing was found in the current subfile.
19614 (Info-isearch-search): Remove `condition-case'.
19615 (Info-isearch-wrap): Don't wrap when search failed during leaving
19616 the initial node. If `Info-isearch-search' is nil, wrap around
19617 the current node.
19618 (Info-isearch-start): New fun.
19619 (Info-mode): Add buffer-local hook `Info-isearch-start' to
19620 `isearch-mode-hook'.
19621
19622 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19623
19624 * simple.el (normal-erase-is-backspace): Set default to t if
19625 running on Mac.
19626
19627 * term/mac-win.el (function-key-map): Sync with x-win.el.
19628
19629 2005-03-15 Kenichi Handa <handa@m17n.org>
19630
19631 * international/mule-cmds.el (locale-language-names): Modify the
19632 format of elements and add more entries.
19633 (locale-preferred-coding-systems): Add more entries.
19634 (set-locale-environment): Adjust for the change of
19635 locale-language-names.
19636
19637 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19638
19639 * pcvs.el (smerge-ediff): Remove bogus autoload.
19640
19641 2005-03-14 Lute Kamstra <lute@gnu.org>
19642
19643 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19644 Ignore a `*' at the beginning of a line.
19645
19646 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
19647 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19648 subr.el.
19649 (dont-compile, eval-when-compile, eval-and-compile): Use declare
19650 to specify indentation.
19651
19652 * generic.el (define-generic-mode): Let generic-mode-list be a
19653 list of strings; test membership with equal.
19654
19655 2005-03-14 Kim F. Storm <storm@cua.dk>
19656
19657 * simple.el (next-line, previous-line): Add optional try-vscroll
19658 arg to recognize interactive use. Pass it on to line-move.
19659 (line-move): Don't perform auto-window-vscroll when defining or
19660 executing keyboard macro to ensure consistent behavior.
19661
19662 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
19663
19664 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19665
19666 2005-03-13 Lute Kamstra <lute@gnu.org>
19667
19668 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19669 debugger-setup-buffer so that backtrace marks the frames set to
19670 debug-on-exit and we don't have to do it manually. Set an extra
19671 debug-on-exit for macro's.
19672 (debugger-setup-buffer): Don't mark the top frame manually.
19673
19674 2005-03-12 Lute Kamstra <lute@gnu.org>
19675
19676 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19677 lisp-indent-function throughout.
19678 (with-no-warnings): Set lisp-indent-function property.
19679
19680 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
19681
19682 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19683 Add entry for backslash.
19684
19685 2005-03-12 Juri Linkov <juri@jurta.org>
19686
19687 * info.el (Info-search): Four fixes for backward search.
19688
19689 2005-03-11 Jay Belanger <belanger@truman.edu>
19690
19691 * calc/calc.el (calc-language-alist): New variable.
19692 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19693 (calc-embedded-find-modes): Use calc-language-alist instead of
19694 calc-embedded-language-alist.
19695
19696 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19697
19698 * calendar/calendar.el (calendar-redrawing): New internal
19699 variable.
19700 (redraw-calendar): Remove bogus save-excursion from previous
19701 change. Bind calendar-redrawing to t for mark-diary-entries.
19702 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
19703 calendar if that is why we were called.
19704
19705 2005-03-11 Kenichi Handa <handa@m17n.org>
19706
19707 * international/mule.el (make-coding-system): Set property
19708 coding-system-define-form to nil.
19709 (define-coding-system-alias): Likewise.
19710
19711 2005-03-11 Kenichi Handa <handa@m17n.org>
19712
19713 These changes are suggested by Dave Love <fx@gnu.org>.
19714
19715 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
19716 coding: tag.
19717 (adaptive-fill-regexp): Add more bullets.
19718 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
19719 regexps.
19720
19721 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19722
19723 * help.el (describe-mode): Properly handle non-trivial lighters.
19724 Don't ignore minor modes that are not listed in minor-mode-list.
19725
19726 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
19727 feature ON when the user requests to turn it OFF.
19728
19729 2005-03-10 Lute Kamstra <lute@gnu.org>
19730
19731 * emacs-lisp/debug.el (debug-entry-code): Delete it.
19732 (implement-debug-on-entry): New function to replace debug-entry-code.
19733 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
19734 second argument as the 2005-03-07 change makes it obsolete.
19735 (debug-on-entry, cancel-debug-on-entry): Update call to
19736 debug-on-entry-1.
19737 (debug, debugger-setup-buffer): Comment update.
19738 (debugger-frame-number): Update to work with implement-debug-on-entry.
19739
19740 2005-03-10 Jay Belanger <belanger@truman.edu>
19741
19742 * calc/calc-embed.el (math-ms-args): Declare it.
19743 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
19744 math-ms-args.
19745 (calc-embedded-subst): Use math-multi-subst-rec to substitute
19746 variables.
19747
19748 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
19749
19750 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
19751 Use message-box.
19752
19753 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
19754 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
19755 (tooltip-gud-tips): Simplify.
19756 (tooltip-gud-tips-p): Remove superfluous :set.
19757 (tooltip-gud-modes): Add fortran-mode.
19758 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
19759
19760 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
19761
19762 2005-03-09 Kim F. Storm <storm@cua.dk>
19763
19764 * play/animate.el (animate-place-char): Use forward-line instead
19765 of next-line to improve performance.
19766
19767 2005-03-09 Simon Josefsson <jas@extundo.com>
19768
19769 * net/browse-url.el (browse-url-default-browser): Doc fix.
19770
19771 2005-03-09 Miles Bader <miles@gnu.org>
19772
19773 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
19774 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
19775
19776 2005-03-09 Kenichi Handa <handa@m17n.org>
19777
19778 * international/latin-1.el: Set case and syntax for 255 only if
19779 set-case-syntax-set-multibyte is nil.
19780
19781 * textmodes/ispell.el (ispell-insert-word): New function.
19782 (ispell-word): Use ispell-insert-word to insert a new word.
19783 (ispell-process-line): Likewise.
19784 (ispell-complete-word): Likewise.
19785
19786 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
19787
19788 * calendar/calendar.el (redraw-calendar): Preserve point.
19789 Reported by Matt Hodges <MPHodges@member.fsf.org>.
19790 (calendar-week-start-day): Move after definition of
19791 redraw-calendar. Delete buffer test, since redraw-calendar has
19792 that now.
19793
19794 * calendar/diary-lib.el (mark-diary-entries): Only call
19795 redraw-calendar in the first of any recursive calls.
19796 Reported by Alan Shutko <ats@acm.org>.
19797
19798 2005-03-08 Juri Linkov <juri@jurta.org>
19799
19800 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
19801 (html-horizontal-rule, html-line, html-image, html-checkboxes)
19802 (html-radio-buttons): Add a space before the trailing `/>' where
19803 sgml-xml-mode is non-nil.
19804 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
19805 the subsequent tag of the empty XML tag.
19806 (html-href-anchor): Don't set initial input to "http:".
19807 (html-image): Ask for the image URL and set point inside alt="".
19808 (html-name-anchor): Duplicate the name in the `id' attribute when
19809 sgml-xml-mode is non-nil.
19810 (html-paragraph): Remove \n before <p>.
19811 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
19812 instead of `checked' when sgml-xml-mode is non-nil.
19813
19814 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
19815 Remove 1 space before #RRGGBB to not truncate it on terminal
19816 windows w/o fringes. Remove 1 space between bg and fg examples
19817 to get more space.
19818 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
19819 avoid byte-compile warnings.
19820
19821 * image-file.el (image-file-handler): Put `safe-magic' property to
19822 `image-file-handler'.
19823
19824 * info.el (Info-isearch-search): Emulate word search in
19825 isearching through multiple Info nodes with Info-search.
19826 (Info-isearch-wrap): Allow isearch-word.
19827
19828 2005-03-08 Lute Kamstra <lute@gnu.org>
19829
19830 * emacs-lisp/debug.el (debugger-step-through): Make sure that
19831 stepping into the debugger's code is not possible.
19832 (debugger-jumping-flag): Docstring update.
19833
19834 2005-03-08 Jay Belanger <belanger@truman.edu>
19835
19836 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
19837 embedded mode begins.
19838 (calc-embedded-language-alist): New variable.
19839 (calc-embedded-find-modes): Use calc-embedded-language-alist to
19840 set default language mode.
19841
19842 2005-03-08 Kenichi Handa <handa@m17n.org>
19843
19844 * international/ccl.el (define-ccl-program): Fix docstring about
19845 extra 256 bytes assured for the output buffer.
19846
19847 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19848 Fix BUFFER_MAGNIFICATION to 2.
19849 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19850
19851 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
19852
19853 * align.el (align-rules-list): Added an alignment rule for CSS
19854 declarations (applies to css-mode and html-mode buffers).
19855
19856 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19857
19858 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
19859
19860 2005-03-07 Kim F. Storm <storm@cua.dk>
19861
19862 * simple.el (move-beginning-of-line): New command.
19863
19864 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
19865
19866 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
19867
19868 * emulation/cua-base.el: Put CUA move property on move-end-of-line
19869 and move-beginning-of-line.
19870
19871 * apropos.el (apropos-print): Omit command from M-x ... RET.
19872
19873 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
19874
19875 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
19876 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
19877
19878 2005-03-06 Richard M. Stallman <rms@gnu.org>
19879
19880 * bindings.el (esc-map): Bind M-g to goto-line.
19881
19882 * facemenu.el (global-map): Bind M-o, not M-g.
19883
19884 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19885
19886 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
19887 "Open Directory" as for "Open File".
19888
19889 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
19890
19891 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
19892 (push-mark-command): Run activate-mark-hook.
19893
19894 2005-03-06 Richard M. Stallman <rms@gnu.org>
19895
19896 * help-mode.el (help-mode-finish): Don't alter the element
19897 in view-return-to-alist if there already is one.
19898
19899 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
19900 make sure the current buffer is the expected one.
19901
19902 * novice.el (disabled-command-function): Output in *Disabled Command*.
19903 Explicitly ignore non-keyboard events, and explicitly handle C-g.
19904
19905 * textmodes/flyspell.el (flyspell-large-region):
19906 Pass args differently for aspell.
19907
19908 * files.el (mode-require-final-newline): Doc fix.
19909
19910 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19911
19912 * progmodes/which-func.el (which-function):
19913 Specify NOERROR when calling imenu--make-index-alist.
19914
19915 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19916
19917 * simple.el (normal-erase-is-backspace): Define default value.
19918
19919 * custom.el (custom-theme-set-variables): Remove unused var
19920 `immediate'.
19921 (custom-reevaluate-setting): Simple function to handle variables
19922 that are defined before their default value can really be
19923 computed.
19924
19925 * startup.el (command-line): Use it for temporary-file-directory,
19926 small-emporary-file-directory, auto-save-file-name-transforms,
19927 blink-cursor-mode, and normal-erase-is-backspace.
19928
19929 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19930 progress, even with buggy anchored keywords.
19931
19932 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
19933
19934 * simple.el (goto-line): Remove unbalanced final parenthesis.
19935
19936 2005-03-05 Richard M. Stallman <rms@gnu.org>
19937
19938 * simple.el (goto-line): Use a number at point as the default.
19939 With C-u as arg, switch buffers.
19940
19941 2005-03-05 Juri Linkov <juri@jurta.org>
19942
19943 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19944 with `no-blinking-cursor'.
19945
19946 * startup.el (no-blinking-cursor): New defvar.
19947 (command-line): Add `--no-blinking-cursor' to longopts.
19948 Set `no-blinking-cursor' to t for command line arguments
19949 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
19950 with `no-blinking-cursor' in the condition for calling
19951 `blink-cursor-mode'.
19952
19953 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
19954
19955 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19956 (menu-bar-options-save): Add blink-cursor-mode.
19957 (menu-bar-options-menu): Add blink-cursor-mode.
19958
19959 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
19960
19961 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19962 (icalendar-export-file, icalendar-export-region)
19963 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
19964 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19965
19966 2005-03-04 Lute Kamstra <lute@gnu.org>
19967
19968 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
19969 (debug-function-list): Ditto.
19970
19971 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
19972
19973 * textmodes/texinfmt.el (texinfo-append-refill):
19974 Redefine the types of line to which @refill
19975 is not appended by replacing a search for `@refill\\|@bye' with
19976 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
19977 itemize@refill' bug and the unfilled long lines bug.
19978 (texinfmt-version): Update number and date.
19979
19980 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19981
19982 * international/code-pages.el (windows-1250, windows-125[2-8])
19983 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19984
19985 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19986
19987 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19988 bound yet.
19989
19990 2005-03-02 Romain Francoise <romain@orebokech.com>
19991
19992 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19993 buffer after removing limits.
19994 (ibuffer-pop-filter): Ditto.
19995 Update copyright.
19996
19997 2005-03-02 Miles Bader <miles@gnu.org>
19998
19999 * button.el (make-text-button): If the user doesn't specify a
20000 type, use the default. Rewrite to use `add-text-properties' and
20001 plist functions.
20002
20003 2005-03-01 Lute Kamstra <lute@gnu.org>
20004
20005 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20006 (debugger-jumping-flag): New var.
20007 (debug-entry-code): Use it.
20008 (debugger-jump): Use debugger-jumping-flag and add
20009 debugger-reenable to post-command-hook.
20010 (debugger-reenable): Use debugger-jumping-flag and remove itself
20011 from post-command-hook.
20012 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20013 debugger-reenable.
20014
20015 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
20016
20017 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20018 inclusion of "itemize\\|", which may be unnecessary, is certainly
20019 inelegant, and stops refilling in itemize lists when formatting
20020 Japanese Texinfo files to Info.
20021 Update copyright to 2005.
20022
20023 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
20024
20025 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20026 of an error if GDB can't find the source file.
20027
20028 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20029
20030 * calendar/calendar.el (redraw-calendar): Work from any buffer,
20031 not just the calendar.
20032
20033 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20034 first.
20035 (diary-redraw-calendar): New function.
20036 (make-diary-entry): Add diary-redraw-calendar to local
20037 write-contents-functions. Turn off selective display before
20038 inserting in diary.
20039
20040 2005-03-01 Kim F. Storm <storm@cua.dk>
20041
20042 * emacs-lisp/copyright.el (copyright-fix-years): New command.
20043
20044 2005-03-01 Lute Kamstra <lute@gnu.org>
20045
20046 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
20047 that debug-entry-code can be safely removed from a function while
20048 this code is being evaluated. Revert the 2005-02-27 change as the
20049 new implementation no longer requires it. Make sure that a
20050 function body containing just a string is not mistaken for a docstring.
20051 (debug): Skip one more frame in case of debug on entry.
20052 (debugger-setup-buffer): Delete one more frame line in case of
20053 debug on entry.
20054 (debugger-frame-number): Update to use the new text introduced by
20055 the 1999-11-03 change. Skip one more frame in case of debug on entry.
20056
20057 2005-02-28 Kim F. Storm <storm@cua.dk>
20058
20059 * double.el (double-translate-key): Call force-window-update after
20060 read-event to avoid crash in redisplay.
20061
20062 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
20063
20064 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
20065 (debug): Use it. Move the inhibit-trace earlier.
20066 (debug-entry-code): New const.
20067 (debug-on-entry-1): Use it.
20068
20069 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
20070
20071 * international/utf-16.el (ccl-encode-mule-utf-16le):
20072 Fix BUFFER_MAGNIFICATION to 2.
20073 (ccl-encode-mule-utf-16be): Likewise.
20074
20075 2005-02-28 Kenichi Handa <handa@m17n.org>
20076
20077 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20078 Fix BUFFER_MAGNIFICATION to 4.
20079 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20080
20081 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
20082
20083 * speedbar.el (speedbar-update-flag): Doc fix.
20084 (speedbar-show-info-under-mouse): Give set-mouse-position the right
20085 argument.
20086
20087 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
20088
20089 * reveal.el (reveal-post-command): Don't try to reveal overlays which
20090 have a non-nil `invisible' property but are actually visible.
20091
20092 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
20093 for perldoc sections.
20094 (perl-outline-regexp, perl-outline-level): New var and function.
20095 (perl-mode): Use them.
20096
20097 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
20098
20099 * calendar/diary-lib.el (diary-remind): Discard any mark portion
20100 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
20101
20102 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
20103
20104 * cus-edit.el: Comment change.
20105 (custom-buffer-create-internal): Slightly reword text at top of
20106 Custom buffers. Mention there that saving an option edits the
20107 init file. Add link to Emacs manual node on `custom-file'.
20108 (custom-magic-alist): Rewrite individual State messages to use
20109 capitalized keywords. Doc fix.
20110
20111 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
20112
20113 * calendar/calendar.el (calendar-buffer): Move above
20114 calendar-week-start-day.
20115 (calendar-week-start-day): Doc fix. Add :set function.
20116 (calendar-minimum-window-height): New variable.
20117 (generate-calendar-window): Only resize window if selected-window
20118 is displaying the calendar buffer. Use new variable
20119 calendar-minimum-window-height.
20120 (generate-calendar): Reword error message.
20121 (calendar-mode-map): Bind DEL to scroll-other-window-down.
20122
20123 2005-02-27 Andreas Schwab <schwab@suse.de>
20124
20125 * vc.el (vc-do-command): Don't run command asynchronously when
20126 operating in a remote directory.
20127
20128 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
20129 change from sync with Tramp 2.0.47.
20130
20131 2005-02-27 Richard M. Stallman <rms@gnu.org>
20132
20133 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
20134
20135 * textmodes/flyspell.el (flyspell-mode-on):
20136 Call ispell-change-dictionary only if necessary.
20137
20138 * emacs-lisp/re-builder.el (regexp-builder): New function.
20139
20140 * register.el (describe-register-1): Explicitly handle
20141 yank-excluded-properties = t.
20142
20143 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
20144 (custom-magic-alist): Change the status descriptions again.
20145 (face widget-type): Total rewrite based on `restricted-sexp'
20146 to eliminate the confusing double hiding levels.
20147
20148 * emacs-lisp/debug.el (debug-on-entry-1):
20149 If function body is empty, add nil as body form.
20150
20151 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20152
20153 * emacs-lisp/trace.el (inhibit-trace): New var.
20154 (trace-make-advice): Use it.
20155
20156 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
20157
20158 2005-02-26 Kim F. Storm <storm@cua.dk>
20159
20160 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
20161 (mouse-on-link-p, mouse-drag-region-1): Use it.
20162
20163 2005-02-25 Lute Kamstra <lute@gnu.org>
20164
20165 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
20166
20167 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
20168
20169 * frame.el (blink-cursor-mode): Add :group keyword.
20170
20171 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
20172
20173 * calendar/icalendar.el (icalendar--decode-isodatetime):
20174 New optional argument DAY-SHIFT.
20175 (icalendar-export-region): Fix coding-system-for-write.
20176 (icalendar--convert-ical-to-diary): Shift end-day of all-day
20177 events by one.
20178
20179 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
20180
20181 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
20182
20183 2005-02-24 Kim F. Storm <storm@cua.dk>
20184
20185 * international/iso-acc.el (iso-accents-compose): Fix crash
20186 during redisplay. Call force-window-update after read-event
20187 and delete-region to signal that window is not accurate.
20188
20189 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
20190
20191 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
20192 Remove unused and inexistent var `inhibit-trace'.
20193 (debugger-mode): Use run-mode-hooks.
20194 (debugger-list-functions): Add buttons; setup xref stack.
20195
20196 2005-02-23 Richard M. Stallman <rms@gnu.org>
20197
20198 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
20199 appointment says it was explicitly made.
20200 (appt-add): Set the 3rd element.
20201 (appt-make-list): Preserve explicit appointments.
20202
20203 * subr.el (find-tag-default): Catch errors in forward-sexp.
20204
20205 2005-02-23 Juri Linkov <juri@jurta.org>
20206
20207 * info.el (Info-isearch-search): New defcustom.
20208 (Info-isearch-search): Call the default isearch function
20209 when Info-isearch-search is nil.
20210 (Info-isearch-wrap): Use variable Info-isearch-search.
20211
20212 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
20213
20214 * cus-edit.el: Comment change.
20215
20216 2005-02-22 Kim F. Storm <storm@cua.dk>
20217
20218 * progmodes/hideif.el (hide-ifdef-use-define-alist):
20219 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
20220
20221 2005-02-22 Simon Josefsson <jas@extundo.com>
20222
20223 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
20224 New variable.
20225 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
20226 Oskarsson" <myrkraverk@users.sourceforget.net>.
20227
20228 2005-02-22 Kim F. Storm <storm@cua.dk>
20229
20230 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
20231 check that window of that event is the selected window.
20232 (mouse-drag-region-1): Compare mouse event window to selected
20233 window before setting point.
20234
20235 * tooltip.el (tooltip-show-help-function): Pass event to
20236 mouse-on-link-p so it can check selected window.
20237
20238 2005-02-22 Kenichi Handa <handa@m17n.org>
20239
20240 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
20241 (ps-mule-show-warning): New function.
20242 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
20243 characters are found.
20244
20245 * ps-print.el (ps-header-footer-string): Return a list of header
20246 and footer strings.
20247
20248 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
20249
20250 * pcvs.el (cvs-retrieve-revision): Fix thinko.
20251
20252 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
20253
20254 * frame.el (blink-cursor-mode): Use define-minor-mode.
20255
20256 * term/mac-win.el (function-key-map): Use char-names more consistently.
20257 (file-name-coding-system): Only set it for MacOS-9. The other case is
20258 already handled in mule-cmds.el (where it also works when mac-win.el
20259 is not used).
20260
20261 2005-02-21 Kenichi Handa <handa@m17n.org>
20262
20263 * international/mule.el (ctext-pre-write-conversion): Always use
20264 " *code-converting-work*" buffer for work.
20265
20266 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
20267
20268 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
20269
20270 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
20271
20272 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
20273
20274 * ses.el (undo-more): Restore defadvice, but only the part that
20275 allows changes outside the restricted area of the buffer.
20276
20277 2005-02-20 Kim F. Storm <storm@cua.dk>
20278
20279 * simple.el (line-move): Add fourth optional arg try-vscroll which
20280 must be set to perform auto-window-vscroll.
20281 When moving backwards and doing auto-window-vscroll, automatically
20282 vscroll to the last part of lines which are taller than the window.
20283 (next-line, previous-line): Set try-vscroll arg on line-move.
20284
20285 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
20286
20287 * replace.el (query-replace, query-replace-regexp)
20288 (replace-string, replace-regexp): When operating on region, make
20289 the minibuffer prompt say so.
20290
20291 * isearch.el (isearch-forward): Document isearch-query-replace and
20292 isearch-query-replace-regexp keybindings.
20293
20294 2005-02-19 Jay Belanger <belanger@truman.edu>
20295
20296 * calc/calc-aent.el (math-read-token): Add local variable.
20297
20298 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
20299 (calc-edit-top): Move declaration to earlier in file.
20300 (calc-edit-macro-repeats): Add local variables.
20301
20302 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
20303 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
20304 calcFunc-tanh.
20305 Adjust integration rule for calcFunc-tan.
20306
20307 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20308
20309 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
20310 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
20311 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
20312 (viper-skip-separators): Bug fix.
20313 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
20314 particular major mode.
20315 (viper-del-backward-char-in-replace): Don't put deleted char on the
20316 kill ring.
20317
20318 * viper-ex.el (viper-color-display-p): New function.
20319 (viper-has-face-support-p): Use viper-color-display-p.
20320
20321 * viper-keym.el (viper-gnus-modifier-map): New keymap.
20322
20323 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
20324
20325 * viper-util.el (viper-glob-unix-files): Fix shell status check.
20326 (viper-file-remote-p): Make equivalent to file-remote-p.
20327
20328 * viper.el (viper-major-mode-modifier-list):
20329 Use viper-gnus-modifier-map.
20330
20331 2005-02-19 David Kastrup <dak@gnu.org>
20332
20333 * subr.el (subregexp-context-p): Fix garbled doc string by adding
20334 quoting.
20335
20336 2005-02-19 Jay Belanger <belanger@truman.edu>
20337
20338 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
20339 Remove extra definitions.
20340 (calc-coth): New function.
20341 (calcFunc-cot): Fix `let'.
20342
20343 2005-02-19 Eli Zaretskii <eliz@gnu.org>
20344
20345 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
20346 the reasons we use "type pc" in these faces.
20347
20348 * button.el (button): Ditto.
20349
20350 2005-02-19 Michael Mauger <mmaug@yahoo.com>
20351
20352 * replace.el (query-replace-read-from): Set the value of
20353 query-replace-from-history-variable to handle the case of an empty
20354 string entered to accept the suggested default.
20355
20356 * net/tramp.el (tramp-file-name-for-operation):
20357 Use dired-call-process instead of dired-call-process-command.
20358
20359 2005-02-19 Jay Belanger <belanger@truman.edu>
20360
20361 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
20362 (math-div-non-trig): New variables.
20363 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
20364 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
20365 (math-combine-prod, math-div-symb-fancy): Add simplifications for
20366 trig expressions.
20367
20368 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
20369
20370 * progmodes/gdb-ui.el (gdb-var-update-handler)
20371 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
20372 for watch expressions,
20373 (gdb-var-create-handler): Don't set speedbar-update-flag.
20374 (gdb-post-prompt): Simplify test for speedbar.
20375
20376 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20377
20378 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
20379 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
20380 we use the syntax table of the correct buffer.
20381 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
20382 Felix Gatzemeier.
20383
20384 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
20385 (ediff-file-remote-p): Make synonymous with file-remote-p.
20386 In all deffaces ediff-*-face-*, use min-colors.
20387
20388 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
20389 ediff-recurse-to-subdirectories.
20390 (ediff-mark-if-equal): Check that the arguments are strings, use
20391 ediff-same-contents (after to Felix Gatzemeier).
20392
20393 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
20394 nil.
20395
20396 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
20397
20398 * log-view.el (log-view-message-re): Fix up Subversion regexp.
20399
20400 2005-02-18 David Kastrup <dak@gnu.org>
20401
20402 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
20403 use `mark-active' when defined.
20404
20405 2005-02-18 Kenichi Handa <handa@m17n.org>
20406
20407 * ps-print.el (ps-font-info-database): New entry
20408 ZapfChancery-MediumItalic with correct font name. Fix font name
20409 of the entry Zapf-Chancery-MediumItalic.
20410
20411 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
20412
20413 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
20414
20415 2005-02-16 Kim F. Storm <storm@cua.dk>
20416
20417 * ido.el (ido-fallback-command): Pass user input to fallback command.
20418
20419 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
20420
20421 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
20422 (gdb-find-file-hook): Add server prefix.
20423
20424 2005-02-16 Richard M. Stallman <rms@gnu.org>
20425
20426 * replace.el (perform-replace): Pass new args to replace-highlight.
20427 (replace-highlight): Take region args,
20428 and pass them to isearch-lazy-highlight-new-loop.
20429
20430 * novice.el (disabled-command-hook): Autoload the defalias
20431 and the make-obsolete-variable call.
20432
20433 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
20434
20435 * isearch.el (isearch-lazy-highlight-start-limit)
20436 (isearch-lazy-highlight-end-limit): New variables limit
20437 the region for highlighting.
20438 (isearch-lazy-highlight-new-loop): New args BEG and END.
20439 (isearch-lazy-highlight-search): Use the new vars.
20440 (isearch-lazy-highlight-update): Likewise.
20441
20442 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
20443
20444 * cus-start.el (all): Use default-boundp.
20445
20446 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
20447
20448 * menu-bar.el (menu-bar-select-frame): Handle current frame.
20449
20450 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
20451
20452 * autorevert.el (auto-revert-stop-on-user-input)
20453 (auto-revert-verbose): Doc fixes.
20454
20455 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
20456
20457 * international/mule-cmds.el (set-locale-environment): Remove call
20458 to set-selection-coding-system on Windows.
20459
20460 2005-02-15 Jay Belanger <belanger@truman.edu>
20461
20462 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
20463 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
20464 calcFunc-coth.
20465 (math-simplify-sqrt): Add simplifications.
20466
20467 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
20468 to list.
20469
20470 * calc/calc-ext.el: Add functions to autoloads.
20471
20472 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
20473 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
20474 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
20475 (math-csc-raw, math-cot-raw): New functions.
20476
20477 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
20478
20479 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
20480 the variable name in a message.
20481
20482 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
20483 calcFunc-csc, calcFunc-cot.
20484
20485 * calc/calcalg2.el: Add derivative and integration rules for
20486 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
20487 calcFunc-csch, calcFunc-coth.
20488 (math-do-integral-methods): Add to checks for when to use
20489 substitutions.
20490
20491 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
20492
20493 2005-02-15 Lute Kamstra <lute@gnu.org>
20494
20495 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20496 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
20497 <monnier@iro.umontreal.ca>
20498 (lisp-outline-level): Improve efficiency. Suggested by David
20499 Kastrup <dak@gnu.org>.
20500
20501 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
20502
20503 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
20504 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
20505 (gdb-set-gud-minor-mode-existing-buffers): New functions.
20506 (gdb-find-file-hook): New hook. Add it to find-file-hook.
20507 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
20508
20509 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
20510
20511 * cus-start.el (all): Comment change.
20512
20513 2005-02-14 Lute Kamstra <lute@gnu.org>
20514
20515 * cus-start.el (all): Check if symbol is void.
20516
20517 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
20518
20519 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
20520 optional argument to \cite.
20521
20522 2005-02-14 Richard M. Stallman <rms@gnu.org>
20523
20524 * cus-edit.el (custom-buffer-create-internal): Update help message.
20525 (custom-magic-alist): Update help messages.
20526
20527 * cus-start.el (all): Allow a var to specify a standard value.
20528
20529 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
20530
20531 * custom.el (custom-theme-set-variables): Handle variable aliases.
20532
20533 * frame.el (blink-cursor-timer): Doc fix.
20534 (blink-cursor): Make it an alias for `blink-cursor-mode' and
20535 declare obsolete.
20536 (blink-cursor-mode): Define with defcustom and use correct
20537 standard expression in that defcustom.
20538 * startup.el (command-line): Adapt to above changes in frame.el.
20539
20540 2005-02-11 Lute Kamstra <lute@gnu.org>
20541
20542 * apropos.el (apropos-score-doc): Prevent division by zero.
20543
20544 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
20545
20546 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
20547 (icalendar--get-event-property-attributes)
20548 (icalendar--get-event-properties)
20549 (icalendar--datetime-to-diary-date): New functions.
20550 (icalendar--split-value): Doc fix.
20551 (icalendar--datetime-to-noneuropean-date)
20552 (icalendar--datetime-to-european-date): New optional argument
20553 SEPARATOR. Return result as a string instead of a list.
20554 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
20555 (icalendar--convert-string-for-export): Rename arg S to STRING.
20556 (icalendar-export-region): Doc fix. Change name of error buffer.
20557 Save output buffer.
20558 (icalendar-import-file): Add blank at end of prompt.
20559 (icalendar-import-buffer): Doc fix. Do not switch to error
20560 buffer. Indicate status in return value.
20561 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
20562 buffer. Save output buffer. Handle exception from recurrence
20563 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
20564 events. Fix problems with weekly all-day events.
20565
20566 2005-02-10 Richard M. Stallman <rms@gnu.org>
20567
20568 * simple.el (eval-expression-print-format):
20569 Avoid warning about edebug-active.
20570
20571 * help.el (help-for-help-internal): Rename from help-for-help.
20572 (help-for-help): Define with defalias.
20573
20574 * font-core.el (font-lock-default-function): Use with-no-warnings.
20575
20576 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
20577
20578 * custom.el (defface): Doc fix.
20579
20580 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
20581
20582 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
20583 width 0" to prevent word wrapping problems.
20584
20585 2005-02-09 Kim F. Storm <storm@cua.dk>
20586
20587 * ido.el (ido-file-extensions-order): New defcustom.
20588 (ido-file-extension-lessp, ido-file-extension-aux)
20589 (ido-file-extension-order): New advanced file ordering.
20590 (ido-file-lessp): New simple file ordering.
20591 (ido-sort-list): Remove.
20592 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
20593 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
20594
20595 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
20596
20597 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
20598 that some versions of grep produce.
20599 (grep-mode-font-lock-keywords): Likewise.
20600
20601 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
20602
20603 * progmodes/gdb-ui.el (gdb-location-list): New variable.
20604 (gdb-cdir): Delete.
20605 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
20606 (gdb-source-info): Treat case when source file is in another
20607 directory properly.
20608 (gdb-get-location): New function.
20609
20610 2005-02-07 Jay Belanger <belanger@truman.edu>
20611
20612 * calc/calc-prog.el (calc-write-parse-table-part)
20613 (calc-fix-token-name): Fix a check for language type.
20614
20615 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
20616
20617 2005-02-07 Andre Spiegel <spiegel@gnu.org>
20618
20619 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20620 as directory not writable.
20621
20622 2005-02-07 Kim F. Storm <storm@cua.dk>
20623
20624 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20625 (cua--standard-movement-commands): Remove list.
20626 Instead, set CUA property value to move for movement commands.
20627 (cua-movement-commands): Remove. Users must set CUA prop instead.
20628 (cua--pre-command-handler): Check CUA property.
20629 (cua--init-keymaps): Don't remap undo commands.
20630 (cua-mode): Don't call cua--rectangle-on-off.
20631
20632 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20633 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20634 (cua--rect-undo-set-point): New var.
20635 (cua--rectangle-undo-boundary): Setup undo apply entry.
20636 (cua--rect-undo-handler): New function for rectangle undo.
20637 (cua--rect-start-position, cua--rect-end-position): Add.
20638 (cua--rectangle-post-command): Call cua--rectangle-set-corners
20639 for restored rectangle. Set point if cua--rect-undo-set-point.
20640
20641 2005-02-06 Jay Belanger <belanger@truman.edu>
20642
20643 * calc/calc-lang.el (calc-tex-language): Display more information
20644 in messages.
20645
20646 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20647 in TeX mode.
20648
20649 2005-02-06 Richard M. Stallman <rms@gnu.org>
20650
20651 * emacs-lisp/lisp.el (buffer-end): Doc fix.
20652
20653 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
20654
20655 * net/ldap.el (ldap-search-internal): Support attributes with
20656 optional descriptions separated by a semi-colon, as in
20657 "userCertificate;binary".
20658
20659 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20660
20661 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20662 isn't a cons (i.e. the version is 0).
20663
20664 2005-02-05 Eli Zaretskii <eliz@gnu.org>
20665
20666 * help.el (help-for-help): Doc fix.
20667
20668 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
20669
20670 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
20671 GDB-Windows on the menu-bar as this works better.
20672
20673 2005-02-04 Jay Belanger <belanger@truman.edu>
20674
20675 * calc/calc-embed.el (calc-embedded-update): Don't put in
20676 unnecessary newlines. Adjust the end of formula marker.
20677
20678 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20679 (math-latex-parse-two-args): New function.
20680
20681 2005-02-03 Lute Kamstra <lute@gnu.org>
20682
20683 * help-fns.el (help-with-tutorial): Make sure that users cannot
20684 remove the entire text of the tutorial by means of `undo'.
20685
20686 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
20687
20688 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20689 in recent changes, where the ispell process was repeatedly
20690 killed & restarted.
20691
20692 * international/mule-cmds.el (set-locale-environment): Set file-name
20693 coding system to utf-8 on Darwin systems.
20694 (set-default-coding-systems): Don't set default-file-name-coding-system
20695 on Darwin systems.
20696
20697 2005-02-03 Richard M. Stallman <rms@gnu.org>
20698
20699 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
20700
20701 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
20702
20703 * faces.el (list-faces-display): Add optional argument.
20704
20705 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20706
20707 * font-core.el (font-lock-default-function): Handle the rare case where
20708 only font-lock-keywords is set.
20709
20710 2005-02-02 Kenichi Handa <handa@m17n.org>
20711
20712 * international/characters.el: Cancel previous change for
20713 I-WITH-DOT-ABOVE and DOTLESS-i.
20714
20715 * international/latin-5.el: Cancel previous change.
20716
20717 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20718
20719 * progmodes/gud.el: Correction to syntax in gud-menu-map.
20720
20721 2005-02-02 Kenichi Handa <handa@m17n.org>
20722
20723 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
20724 DOTLESS-i.
20725
20726 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
20727 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
20728
20729 * case-table.el (get-upcase-table): New function.
20730 (copy-case-table): Copy upcaes table too if non-nil.
20731 (set-case-syntax-delims): Maintain upcase table too.
20732 (set-case-syntax-pair): Likewise.
20733 (set-upcase-syntax, set-downcase-syntax): New functions.
20734 (set-case-syntax): Maintain upcase table too.
20735
20736 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20737
20738 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
20739
20740 * progmodes/gud.el (gud-goto-info): New function.
20741 (gud-tool-bar-map): Use correct icon.
20742
20743 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20744
20745 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
20746 When delegating, order args in the funcall correctly.
20747
20748 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20749
20750 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
20751
20752 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
20753
20754 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
20755 buffer not visiting a file.
20756
20757 2005-01-31 Jay Belanger <belanger@truman.edu>
20758
20759 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
20760 bound on the line with the formula.
20761
20762 2005-01-31 Kim F. Storm <storm@cua.dk>
20763
20764 * ses.el (ses-create-cell-variable-range)
20765 (ses-destroy-cell-variable-range, ses-reset-header-string)
20766 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
20767 (ses-insert-row): Fix format of apply undo entries.
20768
20769 2005-01-31 Jay Belanger <belanger@truman.edu>
20770
20771 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
20772 parts.
20773
20774 * calc/calc-embed.el (calc-embedded-open-formula)
20775 (calc-embedded-close-formula): Ignore matrix environments.
20776
20777 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
20778 TeX mode.
20779
20780 * calc/calc-lang.el (math-function-table, math-oper-table)
20781 (math-variable-table): Adjust the LaTeX portions.
20782
20783 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
20784 (math-latex-ignore-words): New constant.
20785
20786 2005-01-31 Richard M. Stallman <rms@gnu.org>
20787
20788 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
20789 (ispell-local-dictionary): Doc fix.
20790 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
20791 Don't reinitialize at run time. Don't defcustom.
20792 All uses changed to append ispell-local-dictionary-alist,
20793 or check it first.
20794 (ispell-current-dictionary): New variable for dictionary in use.
20795 (ispell-dictionary): Now used only for global default.
20796 (ispell-start-process): Set ispell-current-dictionary,
20797 not ispell-dictionary.
20798 (ispell-change-dictionary): Use this only for setting
20799 user preferences.
20800 (ispell-internal-change-dictionary): New function
20801 to change the current dictionary in use.
20802 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
20803 Use ispell-current-dictionary.
20804 Handle ispell-local-dictionary-overridden.
20805 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
20806
20807 2005-01-31 Jay Belanger <belanger@truman.edu>
20808
20809 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
20810
20811 * calc/calc-ext.el: Add calc-latex-language to autoloads.
20812 (calc-mode-map): Add calc-latex-language.
20813
20814 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
20815 (math-latex-print-frac): New functions.
20816 (math-oper-table, math-function-table, math-variable-table)
20817 (math-complex-format, math-input-filter): Add latex properties.
20818 (calc-set-language): Set math-expr-special-function-mapping.
20819
20820 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
20821 (calc-write-parse-table-part): Add LaTeX support.
20822
20823 * calc/calc.el (calc-language): Adjust docstring.
20824 (calc-set-mode-line): Add LaTeX support.
20825 (math-expr-special-function-mapping): New variable.
20826 (math-tex-ignore-words): Add to list.
20827
20828 * calc/calccomp.el (math-compose-expr, math-compose-rows):
20829 Add LaTeX support.
20830 (math-compose-expr): Add support for special functions.
20831
20832 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
20833
20834 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
20835
20836 * progmodes/gdb-ui.el (gdb-memory-address)
20837 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
20838 (gdb-memory-mode-map, gdb-memory-format-keymap)
20839 (gdb-memory-format-menu, gdb-memory-unit-keymap)
20840 (gdb-memory-unit-menu): New variables for a buffer
20841 that lets the user examine program memory.
20842 (gdb-memory-set-address, gdb-memory-set-repeat-count)
20843 (gdb-memory-format-binary, gdb-memory-format-octal)
20844 (gdb-memory-format-unsigned, gdb-memory-format-signed)
20845 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
20846 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
20847 (gdb-memory-unit-word, gdb-memory-unit-halfword)
20848 (gdb-memory-unit-byte, gdb-memory-unit-menu)
20849 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
20850 (gdb-memory-mode, gdb-memory-buffer-name)
20851 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
20852 New functions for above buffer.
20853
20854 2005-01-30 Richard M. Stallman <rms@gnu.org>
20855
20856 * cus-edit.el (custom-bury-buffer): Function deleted.
20857 (custom-buffer-done-function): Option deleted.
20858 (custom-buffer-done-kill): New replacement option.
20859 (Custom-buffer-done): Call quit-window.
20860 (custom-buffer-create-internal): Update for above changes.
20861
20862 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
20863
20864 * simple.el (undo-ask-before-discard): New var.
20865 (undo-outer-limit-truncate): Implement it.
20866 (undo-extra-outer-limit): Doc update.
20867
20868 2005-01-29 Richard M. Stallman <rms@gnu.org>
20869
20870 * ses.el (undo-more): Delete defadvice.
20871 (ses-begin-change): Doc fix.
20872
20873 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
20874 instead of rebinding C-x u and C-_.
20875
20876 * files.el (normal-backup-enable-predicate): Return nil for files
20877 in /tmp, regardless of temporary-file-directory.
20878
20879 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
20880
20881 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
20882 (open-rectangle, delete-whitespace-rectangle-line)
20883 (clear-rectangle-line): If FILL, pass t instead of FILL
20884 for move-to-column's 2nd arg.
20885
20886 * simple.el (undo): Fix the test for continuing a series of undos.
20887 (undo-more): Set pending-undo-list to t when we reach end.
20888 (pending-undo-list): Move up defvar.
20889
20890 * wid-edit.el (widget-button-click):
20891 Shorten the range of the track-mouse binding.
20892
20893 * comint.el (comint-insert-input): Undo previous changes;
20894 use last-input-event in interactive spec.
20895
20896 2005-01-29 Eli Zaretskii <eliz@gnu.org>
20897
20898 * progmodes/compile.el (compilation-start): Bind buffer-read-only
20899 to nil before invoking call-process. Reset buffer's modified flag
20900 after fontifying it in the no-async branch.
20901
20902 * wid-edit.el (widget-specify-button): If mouse pointer shape
20903 cannot be changed, use mouse face instead.
20904
20905 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
20906
20907 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20908 (gdb-goto-breakpoint): Make breakpoint handling work on template
20909 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
20910 (gdb-assembler-custom): Update to recognize breakpoint information
20911 added on 2005-01-19.
20912
20913 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20914
20915 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
20916 (dsssl-mode): Use define-derived-mode.
20917 (scheme-mode-initialize): Remove.
20918 (scheme-mode): Use run-mode-hooks.
20919
20920 * cus-edit.el (customize-group-other-window)
20921 (custom-buffer-create-other-window): Don't override special-display-*.
20922 (custom-mode-map): Make it dense.
20923
20924 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20925 sets the default value.
20926
20927 2005-01-28 Eli Zaretskii <eliz@gnu.org>
20928
20929 * descr-text.el: Add more keywords.
20930
20931 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20932
20933 * speedbar.el: Avoid unnecessary use of locate-library.
20934
20935 * international/mule-cmds.el (standard-display-european-internal):
20936 Don't fiddle with latin-1 non-break space any more since it's now
20937 special cased in the C code.
20938 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20939
20940 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
20941
20942 * cus-start.el (all): Add `undo-outer-limit'.
20943
20944 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20945
20946 * textmodes/bibtex.el (bibtex-format-entry):
20947 Use `bibtex-empty-field-re' only on the text of fields, not on entire
20948 field lines.
20949 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20950 not on part of a buffer.
20951
20952 2005-01-25 Lute Kamstra <lute@gnu.org>
20953
20954 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20955 nonempty field text strings like "{letters\\macro{}more letters}".
20956 Clarify docstring.
20957 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20958 (bibtex-entry-offset, bibtex-parse-association)
20959 (bibtex-parse-field-name): Fix typos in docstrings.
20960 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
20961
20962 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
20963
20964 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
20965 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
20966 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20967 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20968
20969 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20970 isearch minor mode.
20971
20972 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
20973
20974 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20975
20976 2005-01-24 Lute Kamstra <lute@gnu.org>
20977
20978 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20979 CASECHARS and NOT-CASECHARS regular expressions of the
20980 "nederlands" and "nederlands8" dictionaries to prevent a "Range
20981 striding over charsets" error.
20982
20983 2005-01-24 Jay Belanger <belanger@truman.edu>
20984
20985 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20986 display variable name.
20987
20988 2005-01-24 Kenichi Handa <handa@m17n.org>
20989
20990 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20991 Fix setting of the element of encoded-kbd-iso2022-invocations.
20992
20993 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
20994
20995 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20996 (gdb-threads-select): Change to also accept mouse events.
20997 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20998 (gdb-threads-mouse-select): Delete.
20999
21000 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
21001
21002 * files.el (insert-directory): Take care of empty directory,
21003 listed without -a switch.
21004
21005 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
21006
21007 * textmodes/refill.el (refill-post-command-function):
21008 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21009 to the list of functions that we should be careful not to undo.
21010 (refill-late-fill-paragraph-function): Remove.
21011 (refill-saved-state): New var.
21012 (refill-mode): Use it to save fill-paragraph-function.
21013 Save also the value of auto-fill-function.
21014
21015 * term/w32-win.el: Simplify code.
21016
21017 2005-01-23 Kim F. Storm <storm@cua.dk>
21018
21019 * simple.el (line-move): Adapt to new return value from
21020 pos-visible-in-window-p.
21021
21022 * simple.el (line-move): Fix last change. Check partial
21023 visibility at point rather than at window-start.
21024
21025 2005-01-22 Jason Rumney <jasonr@gnu.org>
21026
21027 * term/w32-win.el (xw-defined-colors): Remove debug-message.
21028
21029 2005-01-22 David Kastrup <dak@gnu.org>
21030
21031 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21032
21033 2005-01-22 Eli Zaretskii <eliz@gnu.org>
21034
21035 * type-break.el (type-break-mode): Add a test for
21036 type-break-file-name being non-nil.
21037
21038 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
21039
21040 * net/eudc.el (top level): Call (message "") via progn, so that
21041 eudc-options-file is loaded.
21042
21043 2005-01-22 Kim F. Storm <storm@cua.dk>
21044
21045 * simple.el (line-move-1): Rename from line-move.
21046 (line-move): New function that adjusts vscroll for partially
21047 visible rows, and calls line-move-1 otherwise.
21048
21049 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
21050
21051 * pcomplete.el: Define pcomplete-read-event instead of read-event,
21052 since it's not a complete read-event implementation
21053
21054 2005-01-20 Jay Belanger <belanger@truman.edu>
21055
21056 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
21057 for called function.
21058
21059 2005-01-20 Steven Tamm <steventamm@mac.com>
21060
21061 * term/mac-win.el (process-connection-type): Remove.
21062 Controlled now by s/darwin.h:PTY_ITERATION.
21063
21064 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21065
21066 * window.el (handle-select-window): Don't switch window when we're
21067 in the minibuffer.
21068
21069 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
21070
21071 * subr.el (dotimes-with-progress-reporter): New macro.
21072
21073 * ses.el (ses-dotimes-msg): Remove macro.
21074 Use `dotimes-with-progress-reporter' instead.
21075
21076 2005-01-19 Steven Tamm <steventamm@mac.com>
21077
21078 * term/mac-win.el (process-connection-type): Use new
21079 operating-system-release variable to use ptys on Darwin 7 (OS X
21080 10.3) when using carbon build.
21081
21082 2005-01-19 Jay Belanger <belanger@truman.edu>
21083
21084 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
21085 flags if the last command was a tab or M-tab.
21086
21087 * calc/calc-prog.el (calc-user-define-edit): Put original formula
21088 in formula editing buffer.
21089
21090 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21091
21092 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
21093 breakpoint image symbol in margin.
21094
21095 2005-01-19 Jay Belanger <belanger@truman.edu>
21096
21097 * calc/calc-prog.el (calc-execute-kbd-macro):
21098 Ignore calc-keep-arg-flag.
21099
21100 2005-01-19 Kenichi Handa <handa@m17n.org>
21101
21102 * textmodes/ispell.el (ispell-looking-at): New function.
21103 (ispell-process-line): Use ispell-looking-at to compare the ispell
21104 output and the buffer contents.
21105
21106 2005-01-18 Jay Belanger <belanger@truman.edu>
21107
21108 * calc/calc.el (calc-display-raw): Fix docstring.
21109
21110 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
21111
21112 * simple.el (blink-matching-open): Strip extra info from syntax.
21113
21114 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
21115 funny chars in the end-of-here-doc marker.
21116
21117 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21118
21119 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
21120 that enable/disabled state of breakpoints is shown correctly in
21121 fringe and on ttys.
21122 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
21123 Add breakpoint information as text properties.
21124 (gdb-mouse-toggle-breakpoint):
21125 Rename to gdb-mouse-set-clear-breakpoint.
21126 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
21127 breakpoints in the margin.
21128 (gdb-remove-strings): Simplify.
21129
21130 2005-01-17 Jay Belanger <belanger@truman.edu>
21131
21132 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
21133 erasing buffer.
21134
21135 2005-01-17 Richard M. Stallman <rms@gnu.org>
21136
21137 * progmodes/grep.el (grep-find): Copy from `grep' the condition
21138 for calling grep-compute-defaults.
21139
21140 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
21141 if buffer is empty.
21142
21143 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
21144
21145 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
21146
21147 * hilit-chg.el (highlight-changes-mode): Don't autoload.
21148
21149 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
21150 non-preloaded variables.
21151
21152 2005-01-17 Steven Tamm <steventamm@mac.com>
21153
21154 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
21155 tex-shell cause to force interactivity when using pipes.
21156
21157 2005-01-17 Kim F. Storm <storm@cua.dk>
21158
21159 * simple.el (just-one-space): Make arg optional.
21160
21161 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
21162
21163 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
21164 posn-at-x-y to t to access left-margin.
21165
21166 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
21167
21168 Sync with Tramp 2.0.47.
21169
21170 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
21171 catching keep-date problems in cp/scp operations.
21172 (tramp-handle-copy-file): Don't call `set-file-modes'
21173 unconditionally. Specialized functions should know better what is
21174 necessary. This improves performance a little bit, and the
21175 functions could catch errors with `cp -p' and `scp -p'.
21176 (tramp-do-copy-or-rename-file-via-buffer)
21177 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
21178 when appropriate.
21179 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
21180 Call `set-file-modes' when appropriate.
21181 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
21182 Johnsson <isak@hypergene.com>
21183 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
21184 of both Tramp buffer and debug buffer. Reported by Joakim Verona
21185 <joakim@verona.se>
21186 (tramp-file-name-for-operation): Mark `shell-command' as magic for
21187 Emacs only.
21188
21189 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
21190 `find-file-hooks' and `dired-mode-hook'.
21191 (tramp-minor-mode-map): Respective map. Add remapping for
21192 `compile' and `recompile'.
21193 (tramp-remap-command, tramp-recompile): New defuns.
21194 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
21195 in buffer "*Compilation*". Call the commands asynchronously.
21196
21197 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
21198 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
21199 `shell-command', because it isn't magic in XEmacs. Reported by
21200 Adrian Aichner <adrian@xemacs.org>.
21201
21202 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
21203 `substitute-in-file-name.
21204 (tramp-smb-handle-substitute-in-file-name): New defun.
21205 (tramp-smb-advice-PC-do-completion): Delete advice.
21206
21207 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
21208
21209 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
21210 Fix error in deleting region.
21211
21212 2005-01-15 Richard M. Stallman <rms@gnu.org>
21213
21214 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
21215 In non-temp buffer, switch syntax table temporarily.
21216
21217 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
21218
21219 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
21220
21221 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
21222
21223 * imenu.el (imenu--split-menu): Copy menulist before sorting.
21224 (imenu--generic-function): Use START, not BEG, as pos of definition.
21225
21226 * simple.el (just-one-space): Argument specifies number of spaces.
21227
21228 * simple.el (eval-expression-print-format): Avoid warning
21229 about edebug-active.
21230
21231 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
21232
21233 * progmodes/sh-script.el: Code copied from make-mode.el
21234 with small changes,
21235 (sh-mode-map): Bind C-c C-\.
21236 (sh-backslash-column, sh-backslash-align): New variables.
21237 (sh-backslash-region, sh-append-backslash): New functions.
21238
21239 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
21240
21241 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
21242 (rmail-pop-password, rmail-pop-password-required): Move to
21243 rmail-obsolete group.
21244 (rmail-set-pop-password): Rename to rmail-set-remote-password.
21245 All callers updated.
21246 (rmail-get-pop-password): Rename to rmail-get-remote-password.
21247 Take an argument specifying whether it is POP or IMAP mailbox we
21248 are using. All callers updated.
21249 (rmail-pop-password-error): Rename to
21250 rmail-remote-password-error. Added mailutils-specific error message.
21251 (rmail-movemail-search-path)
21252 (rmail-movemail-variant-in-use): New variables.
21253 (rmail-remote-password, rmail-remote-password-required):
21254 New customization variables.
21255 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
21256 (rmail-parse-url): New function.
21257 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
21258 with GNU mailutils movemail.
21259
21260 2005-01-15 Kevin Ryde <user42@zip.com.au>
21261
21262 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
21263 suffix to space, $ or '$, to correctly position point when going
21264 to @table style constants like DBL_MAX.
21265
21266 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
21267
21268 * type-break.el (type-break-mode, type-break-file-time)
21269 (type-break-file-keystroke-count, type-break-choose-file):
21270 Don't store data in or load data from the file if type-break-file-name
21271 is nil.
21272 (type-break-file-name): Doc update as per the above.
21273
21274 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
21275
21276 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
21277 lookup-key might return nil; handle that.
21278
21279 2005-01-15 Alan Mackenzie <acm@muc.de>
21280
21281 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
21282 rather than the element found, thus enabling the tree to be setcar'd.
21283
21284 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
21285
21286 * textmodes/org.el (org-show-following-heading): New option.
21287 (org-show-hierarchy-above): Use `org-show-following-heading'.
21288 (org-cycle): Documentation fix.
21289
21290 * textmodes/org.el (orgtbl-optimized): New option
21291 (orgtbl-mode): New command, a minor mode.
21292 (orgtbl-mode-map): New variable.
21293 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
21294 (orgtbl-error, orgtbl-self-insert-command)
21295 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
21296
21297 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
21298 a local variable in each org-mode buffer.
21299
21300 * textmodes/org.el (org-set-regexps-and-options): Rename from
21301 `org-set-regexps'. Added checking for STARTUP keyword.
21302 (org-get-current-options): Add STARTUP options.
21303 (org-table-insert-row): Make mode intelligent about when
21304 realignment is needed.
21305 (org-self-insert-command, org-delete-backward-char, org-delete-char):
21306 New commands.
21307 (org-enable-table-editor): New default value `optimized'.
21308 (org-table-blank-field): Support blanking regions if active.
21309
21310 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
21311
21312 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
21313 if the year is not given.
21314
21315 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
21316 Add new escapes %m and %M, fixed bug with %F by adding
21317 save-match-data.
21318 (reftex-reference): Remove ?. from list of spaces.
21319 (reftex-label-info): Add automatic label prefix recognition.
21320
21321 * textmodes/reftex-index.el (reftex-index-next-phrase):
21322 Add slave parameter to call of `reftex-index-this-phrase'.
21323 (reftex-index-this-phrase): New optional argument.
21324 (reftex-index-region-phrases): Add slave parameter to call of
21325 `reftex-index-this-phrase'.
21326 (reftex-display-index): New argument redo.
21327 (reftex-index-rescan): Add `redo' to arguments of
21328 `reftex-display-index'.
21329 (reftex-index-Rescan, reftex-index-revert)
21330 (reftex-index-switch-index-tag): Add `redo' to arguments of
21331 `reftex-display-index'.
21332 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
21333 indexing. Fix bug with matching is there is a quote before or
21334 after the word.
21335
21336 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
21337 Fix bug when collecting citation keys in lines with comments.
21338 (reftex-citation): Prefix argument no longer rescans the document,
21339 but forces prompting for optional arguments of cite macros.
21340 (reftex-do-citation): Prompting for optional arguments implemented.
21341
21342 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21343 Add optional arguments to most cite commands.
21344 (reftex-cite-cleanup-optional-args): New option
21345 (reftex-cite-prompt-optional-args): New option.
21346 (reftex-trust-label-prefix): New option.
21347
21348 * textmodes/reftex-toc.el (reftex-toc-find-section):
21349 Add push-mark before changing the position in the buffer.
21350
21351 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
21352 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
21353
21354 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
21355
21356 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
21357 more carefully.
21358
21359 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
21360
21361 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
21362 (sgml-mode): Use it.
21363 (sgml-get-context): Better keep track of implicitly closed tags.
21364
21365 2005-01-13 Kenichi Handa <handa@m17n.org>
21366
21367 * textmodes/ispell.el: These changes are to fix misalignment error
21368 caused by equivalent characters of different Emacs charsets.
21369 (ispell-unified-chars-table): New variable.
21370 (ispell-get-decoded-string): New function.
21371 (ispell-get-casechars, ispell-get-not-casechars)
21372 (ispell-get-otherchars): Call ispell-get-decoded-string.
21373
21374 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
21375
21376 * custom.el (custom-declare-variable): Just put symbol instead
21377 of (defvar . symbol) in `current-load-list'.
21378
21379 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
21380
21381 * emacs-lisp/elint.el: Fixed typo in Commentary section.
21382
21383 2005-01-12 Jay Belanger <belanger@truman.edu>
21384
21385 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
21386 to create a Calc summary.
21387
21388 2005-01-12 Kim F. Storm <storm@cua.dk>
21389
21390 * mouse.el (mouse-on-link-p): Change functionality and doc
21391 string to comply with latest description in lisp ref.
21392
21393 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
21394
21395 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
21396 Enable mouse clicks on mode-line, header-line and margin.
21397 (event-type): Give mouse event symbols an `event-kind' property
21398 with value `mouse-click'.
21399
21400 2005-01-12 Juri Linkov <juri@jurta.org>
21401
21402 * facemenu.el (list-colors-display): Add new arg buffer-name.
21403 Use it. Fix docstring. Replace code for identifying duplicate
21404 colors by the name with call to `list-colors-duplicates' which
21405 identifies duplicate colors by the value unless the color
21406 is one of special Windows colors. Set truncate-lines to t.
21407 Print sorted duplicate color names on each line. Indent to 22
21408 \(the longest color name in rgb.txt) instead of 20. Optimize.
21409 (list-colors-duplicates): New function.
21410 (facemenu-color-name-equal): Delete function.
21411
21412 * facemenu.el (list-colors-print): New function created from code
21413 in list-colors-display. Print #RRGGBB at the window right edge.
21414 (list-colors-display): When temp-buffer-show-function is not
21415 defined, call list-colors-print from temp-buffer-show-hook
21416 to get the right value of window-width in list-colors-print
21417 after the buffer is displayed.
21418
21419 * simple.el (pop-mark): Move deactivate-mark out of conditional
21420 part to deactivate the active mark regardless of the state of the
21421 mark ring.
21422
21423 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
21424 variables line in desktop files.
21425
21426 2005-01-12 Juri Linkov <juri@jurta.org>
21427
21428 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
21429 Bring together isearch highlight related options.
21430 (lazy-highlight): Replace group `replace' by `matching'.
21431 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21432 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21433 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
21434 and declare them obsolete.
21435 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
21436 (isearch-faces): Remove defgroup.
21437 (isearch-overlay, isearch-highlight, isearch-dehighlight):
21438 Move isearch highlighting code closer to lazy highlighting code.
21439
21440 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
21441 (query-replace-highlight, query-replace-lazy-highlight)
21442 (query-replace): Move definitions to the beginning of the file.
21443
21444 2005-01-11 Juri Linkov <juri@jurta.org>
21445
21446 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
21447 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
21448 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
21449
21450 * info.el (Info-history-forward): New variable.
21451 (Info-select-node): Reset Info-history-forward to nil.
21452 (Info-last): Turn into defalias.
21453 (Info-history-back): Rename from Info-last.
21454 Add current node to Info-history-forward.
21455 (Info-history-forward): New fun.
21456 (Info-mode-map): Replace Info-last by Info-history-back.
21457 Bind Info-history-forward to "r".
21458 (Info-mode-menu): Replace Info-last by Info-history-back.
21459 Fix menu item text. Add menu item for Info-history-forward.
21460 (info-tool-bar-map): Replace Info-last by Info-history-back.
21461 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
21462 for Info-history-forward.
21463 (Info-mode): Replace Info-last by Info-history-back in docstring.
21464 Add local variable Info-history-forward.
21465 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
21466
21467 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
21468
21469 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
21470 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
21471 Ignore select-window events rather than fiddle with
21472 mouse-autoselect-window.
21473
21474 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
21475
21476 * type-break.el (type-break-mode): Fix previous change.
21477
21478 2005-01-10 Jay Belanger <belanger@truman.edu>
21479
21480 * calc/calc-ext.el (calc-reset): Reset when inside embedded
21481 calculator; only reset when point is inside a calculator.
21482 Don't adjust the window height if the window takes up the whole height
21483 of the frame.
21484
21485 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
21486
21487 * ebuff-menu.el (Electric-buffer-menu-mode):
21488 Preserve value of buffer-local var header-line-format.
21489
21490 2005-01-09 Jay Belanger <belanger@truman.edu>
21491
21492 * calc/calc.el (calc-mode-var-list-restore-saved-values):
21493 Make sure settings file exists before accessing it.
21494
21495 * calc/calc-embed.el (calc-embedded-subst):
21496 Replace math-multi-subst-rec, which is only supposed to be called
21497 by math-multi-subst, by math-multi-subst.
21498
21499 2005-01-09 Andre Spiegel <spiegel@gnu.org>
21500
21501 * vc.el (vc-allow-async-revert): New user option.
21502 (vc-disable-async-diff): New internal variable.
21503 (vc-revert-buffer): Use them to disable asynchronous diff.
21504
21505 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
21506 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
21507 asynchronously if vc-disable-async-diff is t.
21508
21509 2005-01-09 Jay Belanger <belanger@truman.edu>
21510
21511 * calc/calc.el (defcalcmodevar): New macro.
21512 (calc-mode-var-list-restore-default-values)
21513 (calc-mode-var-list-restore-saved-values): New functions.
21514 (calc-mode-var-list): Use defcalcmodevar to define it.
21515 (calc-always-load-extensions, calc-line-numbering)
21516 (calc-line-breaking, calc-display-just, calc-display-origin)
21517 (calc-number-radix, calc-leading-zeros, calc-group-digits)
21518 (calc-group-char, calc-point-char, calc-frac-format)
21519 (calc-prefer-frac, calc-hms-format, calc-date-format)
21520 (calc-float-format, calc-full-float-format, calc-complex-format)
21521 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
21522 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
21523 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
21524 (calc-matrix-brackets, calc-language, calc-language-option)
21525 (calc-left-label, calc-right-label, calc-word-size)
21526 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
21527 (calc-display-raw, calc-internal-prec, calc-angle-mode)
21528 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
21529 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
21530 (calc-window-height, calc-display-trail, calc-show-selections)
21531 (calc-use-selections, calc-assoc-selections)
21532 (calc-display-working-message, calc-auto-why, calc-timing)
21533 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
21534 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
21535 (calc-gnuplot-default-device, calc-gnuplot-default-output)
21536 (calc-gnuplot-print-device, calc-gnuplot-print-output)
21537 (calc-gnuplot-geometry, calc-graph-default-resolution)
21538 (calc-graph-default-resolution-3d, calc-invocation-macro)
21539 (calc-show-banner): Use defcalcmodevar to declare them and set
21540 their default values.
21541
21542 * calc/calc-ext.el (calc-reset): Restore saved values of variables
21543 instead of default values (but restore default values if there is
21544 an argument of 0).
21545
21546 2005-01-09 David Kastrup <dak@gnu.org>
21547
21548 * desktop.el (desktop-restore-eager): Fix typo in type.
21549
21550 2005-01-08 Richard M. Stallman <rms@gnu.org>
21551
21552 * cus-edit.el (customize): Delete :link.
21553
21554 2005-01-08 Jay Belanger <belanger@truman.edu>
21555
21556 * calc/calc.el (calc-mode): Remove the extension from the
21557 `calc-settings-file' file name when loading it.
21558
21559 2005-01-08 Kim F. Storm <storm@cua.dk>
21560
21561 * info.el (Info-mode-map, Info-next-link-keymap)
21562 (Info-prev-link-keymap, Info-up-link-keymap):
21563 Map follow-link to mouse-face.
21564 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21565
21566 2005-01-08 Jay Belanger <belanger@truman.edu>
21567
21568 * calc/calc.el (calc-settings-file): Change default value.
21569 Suggested by cgw in a comment in calc-mode.el.
21570
21571 * calc/calc-mode.el (calc-settings-file-name):
21572 Compare calc-settings-file to user-init-file instead of ~/.emacs.
21573 Replace ~/.emacs in a prompt by calc-settings-file.
21574
21575 2005-01-07 Lars Hansen <larsh@math.ku.dk>
21576
21577 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
21578 (desktop-lazy-idle-delay): New customizable variables.
21579 (desktop-buffer-args-list): New variable.
21580 (desktop-append-buffer-args): New function.
21581 (desktop-save): Call desktop-append-buffer-args for some buffers.
21582 (desktop-lazy-create-buffer): New function.
21583 (desktop-idle-create-buffers): New function.
21584 (desktop-read): Add message about buffers to restore lazily.
21585 (desktop-lazy-abort): New command.
21586 (desktop-clear): Call desktop-lazy-abort.
21587 (desktop-lazy-complete): New command.
21588
21589 2005-01-06 Richard M. Stallman <rms@gnu.org>
21590
21591 * emacs-lisp/find-func.el (find-face-definition):
21592 Rename from find-face.
21593
21594 2005-01-06 Kim F. Storm <storm@cua.dk>
21595
21596 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
21597
21598 * man.el (Man-xref-man-page, Man-xref-header-file)
21599 (Man-xref-normal-file): Add follow-link property.
21600
21601 2005-01-06 Jay Belanger <belanger@truman.edu>
21602
21603 * calc/calc-units.el: Make sure the proper macro definitions are
21604 available when compiling.
21605
21606 2005-01-06 Juri Linkov <juri@jurta.org>
21607
21608 * isearch.el (isearch-lazy-highlight-update):
21609 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
21610
21611 2005-01-06 Miles Bader <miles@gnu.org>
21612
21613 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
21614 (isearch-lazy-highlight-face): Use new name.
21615
21616 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
21617
21618 * uniquify.el (uniquify-rationalize-file-buffer-names):
21619 Re-add an interactive spec.
21620 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21621 to the same name.
21622
21623 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21624 (isearch-update, isearch-done): Adjust calls accordingly.
21625
21626 2005-01-05 Richard M. Stallman <rms@gnu.org>
21627
21628 * custom.el (custom-set-variables, custom-theme-set-variables):
21629 Clarify documentation.
21630
21631 * emacs-lisp/find-func.el (find-variable)
21632 (find-variable-other-window, find-variable-other-frame):
21633 Fix the TYPE args to find-function-read and find-function-do-it.
21634 (find-function): Doc fix.
21635 (find-function-at-point): Replace function-at-point alias.
21636
21637 2005-01-04 Richard M. Stallman <rms@gnu.org>
21638
21639 * cus-face.el (custom-declare-face):
21640 Record defface in current-load-list.
21641
21642 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21643
21644 * emacs-lisp/find-func.el: Doc fixes.
21645 (find-face-regexp): New variable.
21646 (find-function-regexp-alist): New variable.
21647 (find-function-C-source): Third arg is now TYPE.
21648 (find-function-search-for-symbol): Handle general TYPE.
21649 (find-function-read, find-function-do-it): Handle general TYPE.
21650 (find-definition-noselect, find-face): New functions.
21651 (function-at-point): Alias deleted.
21652
21653 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
21654
21655 * battery.el (display-battery-mode): Rename from display-battery.
21656 Handle the case where it gets turned off.
21657
21658 2005-01-04 Richard M. Stallman <rms@gnu.org>
21659
21660 * cus-edit.el (customize): Make :link point to user doc.
21661
21662 * man.el (Man-fontify-manpage): Turn off undo generation.
21663
21664 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21665
21666 2005-01-04 Andreas Schwab <schwab@suse.de>
21667
21668 * files.el (insert-directory): Only look for error lines in
21669 inserted text. Don't move too far after processing --dired markers.
21670
21671 2005-01-04 Richard M. Stallman <rms@gnu.org>
21672
21673 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21674 Don't expand if the character is @, period, dash, etc.
21675 (define-mail-abbrev): Quote names that contain problem characters.
21676
21677 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
21678
21679 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21680
21681 2005-01-03 Richard M. Stallman <rms@gnu.org>
21682
21683 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21684 (query-replace-highlight, query-replace-lazy-highlight)
21685 (query-replace): Definitions moved up. Doc fix.
21686
21687 2005-01-03 Richard M. Stallman <rms@gnu.org>
21688
21689 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21690 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21691 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21692 (lazy-highlight-face): Rename from isearch-lazy-...
21693 Change all references to them.
21694
21695 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
21696
21697 * cus-edit.el (custom-file): Doc fix for defcustom.
21698 (custom-file): The function no longer sets the variable
21699 `custom-file' to its return value.
21700
21701 * startup.el (command-line): No longer load `custom-file'.
21702
21703 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21704
21705 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
21706
21707 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
21708 Don't confuse module-prefixed identifiers for labels.
21709 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
21710
21711 2005-01-02 Richard M. Stallman <rms@gnu.org>
21712
21713 * files.el (basic-save-buffer-1): Fix previous change.
21714
21715 * loadhist.el (file-loadhist-lookup): New function.
21716 (file-provides, file-requires): Use it.
21717
21718 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
21719 instead of calculating the right size.
21720
21721 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21722
21723 * vc-svn.el (vc-svn-diff): Stay local if possible.
21724
21725 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
21726
21727 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
21728
21729 * files.el (hack-local-variables): Fix last change.
21730
21731 2005-01-02 Jay Belanger <belanger@truman.edu>
21732
21733 * calc/calc-yank.el (calc-edit-top): New variable.
21734 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
21735 object. Change header properties.
21736 (calc-edit-finish, calc-edit-finish-stack-object)
21737 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
21738 edited object.
21739 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
21740 for the beginning of the edited object.
21741 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
21742 for the beginning of the edited object.
21743 * calc/calc-prog.el (calc-edit-macro-finish-edit)
21744 (calc-finish-formula-edit, calc-macro-repeats)
21745 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
21746 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
21747 beginning of the edited object.
21748 (calc-user-define-edit): Change the header for editing macros.
21749 Remove unnecessary variable.
21750
21751 2005-01-01 Jay Belanger <belanger@truman.edu>
21752
21753 * calc/calc-yank.el (calc-edit-mode): Change default header.
21754 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
21755 * calc/calc-store.el (calc-edit-variable): Change title to match new
21756 header.
21757 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
21758 mode to match new header.
21759 (calc-user-define-edit): Change titles to include names of commands.
21760 (calc-finish-formula-edit): Adjust to handle new header.
21761 (calc-finish-macro-edit): Remove.
21762 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
21763 (calc-edit-macro-command, calc-edit-macro-command-type)
21764 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
21765 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
21766 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
21767 (calc-edit-macro-finish-edit): New functions.
21768 (calc-user-define-edit): Use new functions to edit named calc macros.
21769
21770 2005-01-01 Stefan <monnier@iro.umontreal.ca>
21771
21772 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
21773
21774 * ses.el (copy-region-as-kill): Deactivate mark.
21775
21776 2005-01-01 Richard M. Stallman <rms@gnu.org>
21777
21778 * replace.el (occur-1): If the output buffer is also an input,
21779 don't kill it, rename it.
21780
21781 * faces.el (set-face-background, set-face-foreground): Doc fix.
21782
21783 * cus-face.el (custom-face-attributes): Fix :help-echo strings
21784 for :foreground and :background.
21785
21786 * dired.el (dired-view-command-alist): Variable deleted.
21787 (dired-view-file, dired-mouse-find-file-other-window):
21788 Delete the code to use it.
21789
21790 2005-01-01 Kim F. Storm <storm@cua.dk>
21791
21792 * image.el (insert-sliced-image): Use t for line-height property.
21793
21794 See ChangeLog.11 for earlier changes.
21795
21796 ;; Local Variables:
21797 ;; coding: iso-2022-7bit
21798 ;; End:
21799
21800 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
21801 Copying and distribution of this file, with or without modification,
21802 are permitted provided the copyright notice and this notice are preserved.
21803
21804 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1