]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Remove unnecessary leading * in docstrings.
[gnu-emacs] / lisp / ChangeLog
1 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc.el: Remove unnecessary leading * in docstrings.
4 (vc-annotate-mode-map): Move initialization into declaration.
5 (vc-static-header-alist): Nitpick on the regexp.
6 (vc-default-init-version): New fun.
7 (vc-register): Use it.
8 (vc-insert-headers): Use dolist.
9 (vc-annotate-get-backend): Remove unused function.
10 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
11 (vc-annotate-mode): Remove corresponding call.
12 (vc-annotate-car-last-cons): Simplify.
13 (vc-annotate-buffers): Remove var.
14 (vc-annotate-backend): Make it buffer-local.
15 (vc-annotate): Move the interaction to the interactive spec.
16 Add a `buf' argument.
17 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18 killing&creating a vc-annotate buffer, which is very disruptive when
19 the buffers are shown in dedicated frames.
20
21 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
22
23 * descr-text.el: Add FSF as maintainer.
24 (describe-text-mode, describe-text-mode-map)
25 (describe-text-mode-hook, describe-text-done): Delete. Use normal
26 help-mode.
27 (describe-text-widget, describe-text-sexp)
28 (describe-property-list, describe-text-category)
29 (describe-text-properties, describe-text-properties-1)
30 (describe-char): Use help buttons instead of widgets.
31 (describe-char-unicodedata-file): Make URL link in doc string.
32
33 2005-12-22 Richard M. Stallman <rms@gnu.org>
34
35 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
36 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
37 Don't include buttons that write a file when there's no file.
38 (custom-variable-menu, custom-face-menu, custom-group-menu):
39 Don't include commands that write a file when there's no file.
40 (customize-browse): Reword the top-of-buffer help intro.
41 (custom-buffer-create-internal): Fix previous change.
42 (customize-changed-options-previous-release): Prev release is 21.1.
43 (customize-changed-options): Doc fix.
44 (customize-changed): New alias.
45 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
46 Say "standard values".
47 (Custom-reset-standard): Doc fix.
48 (custom-face-reset-standard): Doc fix.
49
50 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
53 even if font-lock-mode is non-nil since it may be t without having
54 turned on font-lock-mode-internal.
55 (font-lock-choose-keywords): Minor optimization.
56 (font-lock-add-keywords, font-lock-remove-keywords)
57 (font-lock-set-defaults): Don't call make-local-variable on a variable
58 that we know to already be local.
59
60 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
61
62 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
63 messages if in the minibuffer.
64
65 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
68 (tex-mode-flyspell-verify, flyspell-get-word)
69 (flyspell-external-point-words): Don't use point-min/max uselessly.
70
71 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
72 by Kevin Rodgers. Instead, just hide the completions buffer if we
73 don't need to show it.
74
75 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
76
77 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
78
79 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
82 delete-windows-on with an inexistent buffer.
83
84 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
85
86 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
87 Delete defcustom variable :tag names.
88
89 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
90
91 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
92 (log-view-font-lock-keywords): Ajust subgroup numbers.
93 (log-view-current-tag): Don't hard code the number of subgroups.
94
95 2005-12-20 Juri Linkov <juri@jurta.org>
96
97 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
98 (tooltip-x-offset, tooltip-y-offset): Doc fix.
99
100 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
101 (menu-bar-non-minibuffer-window-p): Instead of checking
102 display-multi-frame-p, use selected-frame when menu-updating-frame
103 is nil.
104
105 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
106
107 * align.el (align-rules-list): Use [ \t] instead of \s-
108 for column separators in text mode.
109
110 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
111
112 * help-mode.el (help-customize-variable, help-customize-face):
113 Don't pop help-xref-stack as help-follow no longer pushes
114 anything on to it.
115
116 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
117
118 * textmodes/org.el: (org-agenda-custom-commands): New option.
119 (org-agenda): Offer custom commands on splash screen.
120 (org-make-tags-matcher): Parser for Boolean logic added.
121 (org-agenda-set-tags): New command.
122 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
123 (org-set-tags): Efficiency improvements.
124 (org-auto-align-tags): New option.
125 (org-todo, org-demote, org-promote): Realign tags.
126 (org-tags-completion-function): Use also "&" and "|" as separators.
127 (org-org-menu): Agenda commands simplified.
128
129 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
130
131 * cus-edit.el (customize-apropos, customize-apropos-options):
132 Docstring changes.
133
134 * font-lock.el (font-lock): Add tags to the links in the defgroup.
135
136 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
137
138 * longlines.el (longlines-mode): Wrap while widened.
139 (longlines-decode-region, longlines-encode-region): Compute max
140 just once.
141
142 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
143
144 * cus-edit.el (mac): New group.
145
146 * cus-start.el (all): Add user options in macterm.c. Add test for
147 Mac-related built-ins. Fix test for GTK-related built-ins.
148
149 * term/mac-win.el (mac-handle-language-change)
150 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
151 (mac-services-open-selection, mac-services-mail-selection)
152 (mac-services-mail-to, mac-services-insert-text)
153 (mac-dispatch-apple-event): Add docstrings.
154 (x-get-selection, mac-select-convert-to-string): Select coding
155 system from `utf-16be' and `utf-16le' using `byteorder'.
156
157 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * subr.el (lazy-completion-table): Don't be fooled if the var holds
160 a "list" (lambda ...) rather than a real completion list.
161
162 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
163 lexical-let when encountering ((lambda (...) ...) ...).
164
165 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
166
167 * progmodes/sh-script.el (sh-mode):
168 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
169 * textmodes/picture.el (picture-mode): Update docstrings.
170
171 2005-12-17 Eli Zaretskii <eliz@gnu.org>
172
173 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
174 commands enclosed in $(ARGQUOTE)s should not be split between two
175 lines, as that will break with GNU Make >3.80, when sh.exe is used
176 and arg quoting is with '..'.
177 (autoloads): Don't break the quoted --eval expression between
178 several lines.
179
180 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
181
182 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
183 Capture error from printing circular structures.
184
185 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
186
187 * wid-edit.el (widget-checkbox-action): Clear undo info.
188
189 2005-12-16 Bill Wohler <wohler@newt.com>
190
191 * menu-bar.el (kill-this-buffer): Set a good example by using menu
192 bar, not menubar in comment.
193
194 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
197 After-change-functions should not clobber the match data.
198
199 2005-12-16 Juri Linkov <juri@jurta.org>
200
201 * simple.el (choose-completion): Use `buffer-substring-no-properties'
202 instead of `buffer-substring'.
203 (completion-common-substring): Doc fix.
204 (completion-setup-function): Use minibuffer-completion-contents
205 instead of minibuffer-contents. Don't set common-string-length
206 initially. Remove special handling of partial-completion-mode.
207 Move computation of completion-base-size into one cond.
208 Call completion-base-size-function in mainbuf. In computation of
209 completion-base-size for file name completion don't move point to
210 the end of the minibuffer. Move computation of common-string-length
211 into one cond. Start putting faces only when common-string-length>=0.
212 Add condition to put completions-common-part when
213 common-string-length>0.
214
215 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
216 place point at the first different character in the minibuffer
217 even if this position is at the beginning of the minibuffer.
218
219 * info.el (Info-read-node-name-1): In completion-base-size-function's
220 lambda return 1 if common-substring or minibuffer-completion-contents
221 starts with (, and 0 otherwise.
222
223 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
224 Use `crm-current-element' for second arg of `display-completion-list'.
225
226 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
227
228 * files.el (set-auto-mode): Look for an interpreter specified on
229 the first line also if search for mode specification succeeded,
230 but the mode is not known.
231
232 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
233
234 * textmodes/org.el: (org-tags-match-list-sublevels): New option.
235 (org-open-at-point): Implement tag searches as links.
236 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
237 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
238 (org-tags-sparse-tree, org-tags-view, org-set-tags)
239 (org-agenda-dispatch): New commands.
240 (org-use-tag-inheritance, org-tags-column): New options.
241 (org-tab-follows-link, org-return-follows-link): New options.
242 (org-tags): New customize group.
243 (org-start-icalendar-file): Get local time zone.
244 (org-tags-completion-function): New function.
245 (org-set-font-lock-defaults): Make sure links will also be
246 highlighted inside headlines.
247
248 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
249
250 * term.el (term-emulate-terminal):
251 Let term-handle-ansi-terminal-messages override what Bash says about
252 its current directory.
253
254 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
255
256 * bindings.el (last-buffer): Move to simple.el.
257 * simple.el (last-buffer): Move here.
258 (get-next-valid-buffer): New function.
259 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
260 (prev-buffer): Ditto. Rename to `previous-buffer'.
261
262 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
263 * bindings.el (global-map): Ditto.
264
265 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
266
267 * cus-edit.el: Introductory comment change.
268 (custom-magic-alist): Change message string for the `rogue' state.
269
270 2005-12-15 Richard M. Stallman <rms@gnu.org>
271
272 * tooltip.el: Delete defcustom variable :tag names.
273
274 * complete.el (partial-completion-mode): Doc fix.
275
276 * textmodes/flyspell.el (flyspell-external-point-words):
277 Use save-excursion to ensure we don't move backward in the
278 search loop, not even one character.
279 (flyspell-delete-all-overlays): Use remove-overlays directly.
280
281 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
282 (ispell-start-process): Set that variable.
283 Clear ispell-buffer-local-name.
284 (ispell-internal-change-dictionary):
285 Set ispell-current-dictionary after killing process.
286 (ispell-buffer-local-dict):
287 Don't set spell-personal-dictionary after killing process.
288 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
289 (ispell-tex-skip-alists)
290 (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
291
292 * net/newsticker.el (newsticker--retrieval-timer-list)
293 (newsticker--display-timer, newsticker-running-p)
294 (newsticker-ticker-running-p): Definitions moved up.
295
296 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
297
298 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
299
300 2005-12-15 David Ponce <david@dponce.com>
301
302 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
303 (recentf-edit-list, recentf-open-files): Signal an error when
304 there is no recent file.
305
306 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
307
308 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
309 read-only except for texinfo-format-region evaluation.
310
311 2005-12-14 Richard M. Stallman <rms@gnu.org>
312
313 * vc.el (vc-default-previous-version, vc-default-next-version)
314 (vc-do-command): Doc fixes.
315
316 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
317
318 * textmodes/bibtex.el (bibtex-expand-strings)
319 (bibtex-autokey-expand-string, bibtex-name-part)
320 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
321 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
322 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
323 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
324 (bibtex-entry-postfix, bibtex-known-entry-type-re)
325 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
326 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
327 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
328 (bibtex-beginning-of-last-entry): Remove.
329 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
330 message if comma is missing but buffer is read-only.
331 (bibtex-parse-field-text): Handle whitespaces at the end of field
332 text. Return 3-element list with beginning and end of field text
333 and end of field.
334 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
335 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
336 (bibtex-search-forward-field, bibtex-search-backward-field):
337 Search always delimited by limits of entry. Use more efficient
338 search algorithms.
339 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
340 bibtex-end-of-name-in-field.
341 (bibtex-text-in-field-bounds): Handle BibTeX strings when
342 extracting the content of a field.
343 (bibtex-text-in-field): Use search limits.
344 (bibtex-parse-string-prefix): Handle empty string keys based on
345 bibtex-string-empty-key.
346 (bibtex-parse-string): Fix docstring.
347 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
348 (bibtex-preamble-prefix, bibtex-strings): New functions.
349 (bibtex-skip-to-valid-entry): Include preceding whitespace in
350 BibTeX entries (consistent with other BibTeX functions).
351 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
352 (bibtex-search-entry): Fix docstring. Simplify.
353 (bibtex-flash-head, bibtex-complete-string-cleanup)
354 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
355 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
356 (bibtex-parse-entry): New optional arg content.
357 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
358 Use bibtex-text-in-field-bounds.
359 (bibtex-print-help-message): Handle BibTeX strings and preambles.
360 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
361 bibtex-parse-string-postfix.
362 (bibtex-find-text-internal): New function.
363 (bibtex-remove-delimiters): Use it.
364 (bibtex-find-text): Use it. New optional arg help.
365 (bibtex-complete): Handle BibTeX string and preamble entries.
366 (bibtex-Preamble): Fix order of closing delimiters.
367
368 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * vc.el (vc-default-revert): New fun.
371
372 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
373
374 2005-12-14 Romain Francoise <romain@orebokech.com>
375
376 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
377 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
378 (font-lock-remove-keywords): Likewise.
379
380 2005-12-14 Juri Linkov <juri@jurta.org>
381
382 * log-view.el (log-view-diff): Doc fix.
383
384 * isearch.el (isearch-query-replace): Use (mark) instead of
385 isearch-opoint if mark is active in transient-mark-mode.
386
387 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
388
389 * isearch.el (isearch-query-replace): Check for isearch-other-end.
390
391 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
392
393 * progmodes/cpp.el (cpp-face): New widget.
394 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
395
396 2005-12-14 Juri Linkov <juri@jurta.org>
397
398 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
399 around `erase-buffer' and `insert'.
400
401 * descr-text.el (describe-text-properties): Replace buffer name
402 "*Help-2*" with "*Help*<2>".
403 (describe-char): Add functions print-help-return-message,
404 toggle-read-only. Use help-setup-xref with nil to not store
405 describe-char in help-xref-stack. Use help-make-xrefs to
406 make [back] button.
407
408 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
409
410 * wdired.el (wdired-old-point): New internal variable.
411 (wdired-change-to-wdired-mode): Set it buffer-locally.
412 (wdired-abort-changes): Restore point after aborting changes.
413
414 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * vc.el (vc-do-command): Add a new value t for okstatus.
417
418 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
419 frame in case of errors.
420
421 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
422
423 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
424 so it comes after "On the Left" in the menu.
425
426 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
427
428 * cus-edit.el (customize-apropos, customize-apropos-options)
429 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
430
431 2005-12-12 Bill Wohler <wohler@newt.com>
432
433 * vc-svn.el (vc-svn-registered): Fix problem of visiting
434 non-writable Subversion-controlled files by saving window
435 configuration before calling vc-do-command. vc-do-command calls
436 pop-to-buffer on error which is unexpected during registration.
437
438 2005-12-12 Jay Belanger <belanger@truman.edu>
439
440 * calc/README: Update the summary of changes.
441
442 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
443
444 * descr-text.el (describe-char): Rework last fix to solve the problem
445 is the same way it's solved for everything else in that function
446 (i.e. by extracting the info before setting up the *Help* buffer).
447
448 2005-12-12 Kim F. Storm <storm@cua.dk>
449
450 * subr.el (version-regexp-alist): Allow space as separator before
451 non-numeric part, e.g. "1.0 alpha".
452 (version-to-list): Interpret .X.Y version as 0.X.Y version.
453
454 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
455
456 * textmodes/org.el: (org-agenda, org-timeline, org-todo):
457 Implement Logging and the keep-modes setting.
458 (org-get-category): Make sure a string is returned.
459 (org-log-done): New function.
460 (org-log-done, org-closed-string): New options.
461
462 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
463
464 * tooltip.el (tooltip-y-offset): Change default to 20.
465
466 2005-12-12 Richard M. Stallman <rms@gnu.org>
467
468 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
469
470 * frame.el (display-hourglass): Doc fix.
471
472 * help.el (help-for-help-internal): Simplify entry for `a'.
473
474 * info.el (Info-on-current-buffer): Doc fix.
475 (info-insert-file-contents): Don't test (featurep 'jka-compr).
476
477 * startup.el (inhibit-splash-screen): Make this the real name.
478 (inhibit-startup-message): Make this the alias.
479 (command-line): Find only simple.el, and use its directory
480 to fill in other preloaded files' names.
481 (command-line): Deactivate the mark if deactivate-mark is set.
482
483 * international/mule.el (load-with-code-conversion):
484 Bind deactivate-mark.
485
486 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
487
488 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
489
490 * cus-edit.el (customize-apropos): Avoid listing an option more
491 than once under different aliases. No longer list user options
492 that are not defined with defcustom (unless a prefix arg is given).
493 Doc fix.
494 (customize-apropos-options): Doc fix.
495
496 2005-12-11 Juri Linkov <juri@jurta.org>
497
498 * frame.el (set-background-color, set-foreground-color)
499 (set-cursor-color, set-mouse-color, set-border-color):
500 Add explicit prompts to read colors by `facemenu-read-color'.
501 (show-trailing-whitespace, blink-cursor-delay)
502 (blink-cursor-interval, display-hourglass, hourglass-delay):
503 Remove tags.
504 (display-hourglass, hourglass-delay): Doc fix.
505 (cursor-in-non-selected-windows): Capitalize words in tag.
506
507 * faces.el (frame-background-mode): Replace `choice-item' keywords
508 with `const' to not make [default] button. Change default value tag
509 from `default' to `automatic'. Doc fix.
510 (trailing-whitespace) <defface>: Change group `whitespace' to
511 `whitespace-faces'.
512
513 2005-12-11 Richard M. Stallman <rms@gnu.org>
514
515 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
516
517 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
518
519 * term/mac-win.el: Create keymap for mac-apple-event-map.
520
521 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
522
523 * tooltip.el (tooltip-mode): Move to start of file so that it
524 appears at top of customize buffer.
525
526 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
527 Add the gud groupname.
528 (gud-tooltip-mode): Add the tooltip groupname.
529 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
530 avoid conflict with tooltip-use-echo-area.
531
532 2005-12-10 Romain Francoise <romain@orebokech.com>
533
534 * help.el (help-for-help-internal): Add `r' in doc string.
535
536 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
537
538 * align.el (align-regexp, align-highlight-rule):
539 Use region-beginning and region-end instead of point and mark, so that
540 repetition (with `repeat-complex-command') recomputes the region
541 bounds.
542
543 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
544
545 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
546 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
547 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
548 (balance-windows): Rewrite using the above new functions.
549
550 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
551
552 * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
553 react if global-hi-lock-mode seems intended.
554 (global-hi-lock-mode) Renamed from hi-lock-mode.
555 (hi-lock-archaic-interface-message-used)
556 (hi-lock-archaic-interface-deduce): New variables.
557 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
558 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
559 (hi-lock-find-patterns, hi-lock-font-lock-hook):
560 Replace hi-lock-buffer-mode with hi-lock-mode.
561
562 2005-12-10 Kevin Rodgers <ihs_4664@ihs.com>
563
564 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
565 completion list, even after a partial completion has been
566 inserted in the current buffer. If there are more than 1
567 completion, redisplay the *Completions* buffer; if the
568 completion is unique, delete the *Completions* window.
569
570 2005-12-10 Eli Zaretskii <eliz@gnu.org>
571
572 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
573 strings and long subject lines that were broken into multiple
574 lines at arbitrary places. Handle subjects that have "Re: " in
575 the middle.
576
577 2005-12-10 John W. Eaton <jwe@octave.org>
578
579 * emacs/octave-mod.el (octave-electric-space): Don't indent
580 comments or strings if octave-auto-indent is nil.
581
582 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
583
584 * term/mac-win.el: Require url when compiling.
585 Call mac-process-deferred-apple-events after loading init files.
586 (mac-apple-event-map): New defvar. Define event handlers in it.
587 (core-event, internet-event): New Apple event class symbols.
588 (open-application, reopen-application, open-documents)
589 (print-documents, open-contents, quit-application)
590 (application-died, show-preferences, autosave-now, get-url):
591 New Apple event ID symbols.
592 (about): New HICommand ID symbol.
593 (mac-event-spec, mac-event-ae): New macros.
594 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
595 (mac-ae-selection-range, mac-ae-text-for-search)
596 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
597 (mac-application-menu-map): Remove keymap. Handlers for HICommand
598 and Services menu events are now defined in mac-apple-event-map.
599 (mac-drag-n-drop): Remove selection range handling.
600
601 2005-12-10 Kenichi Handa <handa@m17n.org>
602
603 * simple.el (zap-to-char):
604 * isearch.el (isearch-process-search-char): Translate CHAR by
605 translation-table-for-input.
606
607 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
608
609 * foldout.el (foldout-exit-fold): Properly hide subtree.
610
611 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
612
613 * files.el (save-buffer):
614 * international/ucs-tables.el (ucs-set-table-for-input):
615 * mail/mail-extr.el (mail-extract-address-components):
616 * mail/sendmail.el (mail-mode): Reformat doc string.
617
618 2005-12-09 Juri Linkov <juri@jurta.org>
619
620 * isearch.el (isearch-highlight): Change main overlay priority
621 from 1 to 1001. Simplify.
622 (isearch-lazy-highlight-update): Change lazy overlay priority
623 from 0 to 1000.
624
625 * replace.el (replace-highlight): Change overlay priority from
626 1 to 1001.
627
628 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
629 Change overlay priority from 1 to 1001. Reuse existing overlay.
630
631 * compare-w.el (compare-windows-highlight): Change overlay
632 priority from 1 to 1000.
633
634 * menu-bar.el (menu-bar-edit-menu): Add listp around
635 pending-undo-list to disable menu item "undo" when pending
636 undo list is empty.
637
638 * locate.el (locate): Disable undo in *Locate* buffer.
639
640 2005-12-09 Kim F. Storm <storm@cua.dk>
641
642 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
643
644 2005-12-09 David Ponce <david@dponce.com>
645
646 * recentf.el: Improvement of the menu code.
647 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
648 instead of menu hook.
649 (recentf-show-menu, recentf-hide-menu): New functions.
650 (recentf-menu-customization-changed, recentf-mode): Use them.
651 (recentf-menu-action, recentf-max-menu-items)
652 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
653 (recentf-arrange-by-rule-others)
654 (recentf-arrange-by-rules-min-items)
655 (recentf-arrange-by-rule-subfilter) : Don't use
656 `recentf-menu-customization-changed'.
657 (recentf-arrange-rules): Likewise. Accept functions to compute
658 sub-menu titles.
659 (recentf-menu-filter): Likewise. Doc fix.
660 (recentf-menu-value-shortcut): Doc fix.
661 (recentf-dump-variable): Quote atom value.
662 (recentf-make-menu-items): Update to use it as a menu filter.
663 (recentf-match-rule): New function.
664 (recentf-arrange-by-rule): Use it.
665 (recentf-indirect-mode-rule): New function.
666 (recentf-build-mode-rules): Use it.
667 (recentf-dir-rule): New function.
668 (recentf-arrange-by-dir): Use it.
669 (recentf-filter-changer-current): Rename from
670 `recentf-filter-changer-state'. All references updated.
671 (recentf-filter-changer-alist): Update filter names.
672 (recentf-filter-changer-select): New function.
673 (recentf-filter-changer): Use it. Make a sub-menu from filters
674 available in `recentf-filter-changer-alist'.
675 (recentf-data-cache, recentf-clear-data)
676 (recentf-update-menu): Remove. All references updated.
677 (recentf-match-rule-p, recentf-build-dir-rules)
678 (recentf-filter-changer-goto-next)
679 (recentf-filter-changer-get-current)
680 (recentf-filter-changer-get-next): Remove.
681
682 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
683
684 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
685 buffer "Reset" button to "Reset to Current" for consistency with
686 the State buttons.
687
688 2005-12-08 John Paul Wallington <jpw@pobox.com>
689
690 * ibuf-ext.el (define-ibuffer-filter filename):
691 If `dired-directory' is a list then really use its car.
692
693 2005-12-08 Kim F. Storm <storm@cua.dk>
694
695 * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
696 indention of text on right side of replaced rectangle.
697
698 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
699
700 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
701 No need to check gud-comint-buffer is bound.
702 (gdb): Prevent multiple debugging when first session uses gdba.
703
704 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
705
706 CC Mode update to 5.31.
707
708 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
709 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
710 might do this function properly in the future).
711
712 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
713 macros c-sentence-end and c-default-value-sentence end, to cope
714 with Emacs 22's new function `sentence-end'.
715
716 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
717
718 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
719 compat issue using `c-put-overlay' and `c-delete-overlay'.
720
721 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
722 compat macros to handle overlays/extents.
723
724 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
725
726 * progmodes/cc-fix.el: Add definitions of the macros push and pop
727 (for GNU Emacs 20.4)
728
729 * progmodes/cc-defs.el:
730 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
731
732 * progmodes/cc-cmds.el (c-show-syntactic-information): change the
733 highlighting mechanism so it will work in XEmacs too.
734
735 * progmodes/cc-defs.el: Insert c-int-to-char.
736
737 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
738 call to the new macro c-int-to-char. This solves XEmacs's
739 regarding characters as different from integers.
740
741 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
742
743 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
744 helper.
745
746 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
747 construct to make the indirect face lookup work in XEmacs.
748
749 (c-cpp-matchers): Append the negation char face to the existing
750 fontification, so that the cpp face doesn't disappear. Use
751 `c-make-syntactic-matcher' to avoid negation chars in comments and
752 strings.
753
754 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
755 to map to `font-lock-negation-char-face' in emacsen where it
756 exists.
757
758 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
759
760 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
761
762 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
763 "c-subword-move-mode" as "c-subword-mode".
764
765 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
766 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
767
768 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
769
770 * progmodes/cc-mode.el: Added autoload directive for
771 `c-subword-move-mode' for use in older emacsen.
772
773 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
774
775 * progmodes/cc-mode.el:
776 (i) Insert a binding for C-c C-backspace into
777 c-bind-special-erase-keys which works in TTYs.
778 (ii) Make sure that when file styles are used, any explicitly
779 given style variables take priority over those in the style. Do
780 this by calling `hack-local-variables' a second time.
781
782 * progmodes/cc-vars.el: Add language specific customization
783 widgets for AWK to c-doc-comment-style, c-require-final-newline
784 and c-default-style. Add a defcustom for awk-mode-hook. Give
785 c-syntactic-element and c-syntactic-context doc-strings by
786 directly setting their `variable-documentation' propery. This
787 allows Emacs 22.1 to read these with C-h v.
788
789 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
790 Monnier).
791
792 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
793
794 * progmodes/cc-fonts.el, cc-vars.el
795 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
796 gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
797 Masatake YAMATO.
798
799 (c-doc-comment-style): Made GtkDoc default in C mode.
800
801 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
802 and C-c C-<delete>.
803
804 (c-bind-special-erase-keys): New function for use on
805 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
806
807 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
808 <delete> key behavior in XEmacs according to `delete-forward-p'.
809 C.f. `c-electric-delete'.
810
811 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
812
813 * progmodes/cc-mode.el: Give c-hungry-backspace and
814 c-hungry-delete-forward permanent key bindings.
815
816 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
817 c-syntactic-context for calls to "criteria functions", for
818 consistency with other calls to user functions.
819
820 * progmodes/cc-cmds.el (c-indent-command): expunge use of
821 `current-prefix-arg', since this might be the prefix arg to a
822 command which calls c-indent-command as a function. Change the
823 interactive spec from "p" to "P".
824
825 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
826 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
827 was difficult to understand.
828
829 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
830
831 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
832 first char of an identifier.
833
834 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
835 +" syntax in C++.
836
837 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
838
839 * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
840 auto-fill doesn't split a c-comment's last word from a hanging
841 "*/" when a space is typed between them after fill-column.
842
843 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
844
845 * progmodes/cc-styles.el (c-set-style,
846 c-setup-paragraph-variables): Abort the command if we're not in a
847 CC Mode buffer.
848
849 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
850 with blank comment-prefix, and a blank line as the comment's
851 second line.
852
853 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
854
855 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
856 Incorporated the patterns added in the Emacs development branch
857 for the new Emacs 22 face `font-lock-negation-char-face'.
858
859 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
860 of "red" since it stands out better in xterms and DOS terminals.
861
862 * progmodes/cc-engine.el (c-literal-faces): Added
863 `font-lock-comment-delimiter-face' which is new in Emacs 22.
864
865 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
866
867 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
868 forcibly enable c-electric-flag.
869
870 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
871 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
872 just after the comment-prefix of a C-style comment will close that
873 comment.
874
875 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
876
877 * progmodes/cc-fonts.el (c-basic-matchers-before,
878 c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
879 in Pike.
880
881 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
882 digraphs.
883
884 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
885 (c-cpp-message-directives, c-cpp-include-directives,
886 c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
887 c-cpp-expr-directives): Introduced new language constants to
888 control cpp syntax in a cleaner way.
889
890 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
891
892 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
893
894 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
895 c-multiline-string-start-char): New language constants and
896 variables to specify how newlines in string literals work.
897
898 (c-font-lock-invalid-string): Use them.
899
900 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
901 unbalanced close brace is entered. Optimization by avoiding going
902 back over arbitrarily large blocks. Removed hints that this
903 function only would be relevant/useful in AWK.
904
905 (c-electric-brace): Indent syntactically after the cleanups since
906 lineup functions might do it differently then.
907
908 * progmodes/cc-engine.el, cc-langs.el
909 (c-opt-op-identifier-prefix): New language constant and variable.
910
911 (c-just-after-func-arglist-p, c-after-special-operator-id,
912 c-search-decl-header-end, c-inside-bracelist-p): Use it.
913
914 * progmodes/cc-align.el, cc-engine.el
915 (c-after-special-operator-id): New helper to handle C++ operator
916 identifiers.
917
918 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
919 c-guess-basic-syntax): Handle C++ operator identifiers in
920 declarations.
921
922 * progmodes/cc-langs.el (c-assignment-operators): Added the
923 trigraph version of ^= too.
924
925 * progmodes/cc-langs.el (c-assignment-operators): Added the
926 trigraph version of |= in C++.
927
928 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
929 `c-decl-hangon-kwds' after the identifier name.
930
931 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
932 whether an arglist is "nonempty", ignore a comment after the open
933 paren if it isn't followed by a non-comment token on the same
934 line.
935
936 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
937 heuristics below the point to cope with classes inside special
938 brace lists in Pike.
939
940 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
941
942 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
943
944 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
945
946 * progmodes/cc-guess.el (cc-guess-install): New function to
947 install an already guessed style in another buffer.
948
949 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
950 sets `inhibit-read-only' - `c-save-buffer-state' should be used
951 anyway if the change always is undone.
952
953 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
954
955 Implement togglable electricity:
956
957 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
958 saying when it should be used.
959
960 * progmodes/cc-engine.el: Add the new buffer-local variable,
961 c-electric-flag.
962
963 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
964 c-toggle-auto-newline.
965
966 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
967 c-toggle-auto-newline. Remove the binding for
968 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
969 c-toggle-electric-state.
970
971 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
972
973 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
974 c-\(forward\|backward\)-subword.
975 (c-update-modeline): Add the new modeline flag `l' for
976 `c-electric-flag'. Make the auto-newline flag `a' dependent on
977 `l'.
978 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
979 the old name an alias of the new name.
980 (c-toggle-electric-state): New function.
981 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
982 Adapt these functions to do electric things only when
983 c-electric-flag is non-nil.
984 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
985 new functions from c-electric-brace.
986 (c-point-syntax): Add a check for "virtual semicolons" in AWK
987 mode, so that the tentative extra newline doesn't change the
988 syntax of the following brace.
989 (c-electric-brace): restructure by extracting the above functions.
990 Tidy up the coding somewhat.
991 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
992 restructure a bit.
993
994 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
995
996 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
997 anchor position(s) using faces. Thanks to Masatake YAMATO for the
998 idea.
999
1000 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
1001 (c-submode-indicators): Changed name from `c-auto-hungry-string'
1002 since it's now used to track another submode.
1003
1004 (c-update-modeline): Converted to function and extended to check
1005 `c-subword-move-mode'.
1006
1007 (c-forward-into-nomenclature, c-backward-into-nomenclature):
1008 Converted to compat aliases for `c-forward-subword' and
1009 `c-backward-subword'.
1010
1011 * progmodes/cc-subword.el: New functions and minor mode to handle
1012 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
1013
1014 (c-forward-subword, c-backward-subword, c-mark-subword,
1015 c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
1016 c-capitalize-subword, c-downcase-subword, c-upcase-subword):
1017 Functions corresponding to the standard word handling functions.
1018
1019 (c-subword-move-mode): Minor mode that replaces all the standard
1020 word handling functions with their subword equivalences.
1021
1022 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1023
1024 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
1025 entry for one-liner-defun.
1026
1027 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
1028 name in its def-edebug-spec.
1029
1030 * progmodes/cc-cmds.el (c-electric-brace): Make the
1031 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
1032 compacts space before a comment, if this will make things fit on
1033 one line.
1034
1035 Introduce an "awk" style, mainly for auto-newline and clean-ups.
1036
1037 * progmodes/cc-align.el: new function c-snug-1line-defun-close
1038
1039 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
1040 clean-up one-liner-defun.
1041
1042 * progmodes/cc-styles.el: Add the new "awk" style.
1043
1044 * progmodes/cc-vars.el: Add description of one-liner-defun to
1045 c-cleanup-list's doc-string. New user options,
1046 c-max-one-liner-length. In c-default-style, set the default style
1047 for AWK to "awk".
1048
1049 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1050
1051 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
1052 macros inside labels.
1053
1054 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
1055 `c-at-statement-start-p' and `c-at-expression-start-p'.
1056
1057 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
1058 error if the mark isn't set.
1059
1060 * progmodes/cc-engine.el (c-guess-continued-construct,
1061 c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
1062 accurately detect functions inside functions.
1063
1064 * progmodes/cc-engine.el (c-at-expression-start-p): New function
1065 like `c-at-statement-start-p' that additionally recognizes commas
1066 and expression parentheses as delimiters.
1067
1068 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1069 to avoid heuristics that doesn't work for unclosed blocks.
1070
1071 (c-at-statement-start-p): New function.
1072
1073 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1074 Objective-C directives, e.g. directives spanning lines should work
1075 reasonably well now.
1076
1077 (c-put-c-type-property, c-clear-c-type-property): New helpers.
1078
1079 (c-forward-objc-directive): New function to move over any ObjC
1080 directive.
1081
1082 (c-just-after-func-arglist-p, c-guess-basic-syntax,
1083 c-basic-matchers-before): Use it.
1084
1085 (c-font-lock-objc-iip-decl): Removed.
1086
1087 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1088 in the template arglist recognition.
1089
1090 * progmodes/cc-styles.el (c-style-alist): Fixed several
1091 inconsistencies in the Whitesmith style.
1092
1093 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1094 lineup function to get lines after Whitesmith style blocks
1095 correctly indented.
1096
1097 (c-lineup-whitesmith-in-block): Backed out the compensation for
1098 opening parens since it's done using `add' lists in the style
1099 definition instead. Don't use the anchor position since it varies
1100 too much between the syntactic symbols. :P
1101
1102 * progmodes/cc-vars.el (c-valid-offset): Updated.
1103
1104 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1105 lists where the offsets are combined according to several
1106 different methods: `first', `min', `max', and `add'. Report
1107 offset evaluation errors with `c-benign-error' so that some kind
1108 of reindentation still is done.
1109
1110 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
1111 `arglist-intro' the same way as `arglist-cont-nonempty' and
1112 `arglist-close'.
1113
1114 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
1115 situations for `arglist-cont-nonempty' and `arglist-close'.
1116
1117 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
1118 constant.
1119
1120 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
1121 cc-bytecomp-boundp' in a number of places.
1122
1123 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
1124 macro related issue.
1125
1126 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1127
1128 * progmodes/cc-awk.el: Change the terminology of regexps: A char
1129 list is now
1130 [asdf], a char class [:alpha:]. Include code for char classes.
1131 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
1132 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
1133
1134 Remove (nearly all of) the cruft associated with AWK Mode's former
1135 concept of "virtual semicolons":
1136
1137 Adapt c-beginning-of-statement, c-end-of-statement (together with
1138 subfunctions) to use the new notion of "virtual semicolon" in
1139 place of the old awkward special handling for AWK. There remains
1140 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
1141 * progmodes/cc-cmds.el:
1142 (c-ascertain-adjacent-literal): In the backwards direction, now
1143 recognises AWK regexp delimiters as string delimiters.
1144 (c-after-statement-terminator-p): Adapt for virtual semicolons;
1145 check more rigorously for "end of macro".
1146 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
1147 virtual semicolons;
1148 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
1149 out the code for forward movement into ...
1150 (c-end-of-statement): Now contains the code for forward movement,
1151 adapted for virtual semicolons.
1152
1153 * progmodes/cc-engine.el:
1154 (c-ws*-string-limit-regexp): new regexp.
1155 (c-forward-single-comment, c-backward-single-comment): Comment out
1156 the (now redundant) "special" AWK stuff.
1157
1158 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
1159 c-string-par-start, c-string-par-separate to be more like Text
1160 Mode than Fundamental Mode.
1161
1162 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1163
1164 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
1165 to the fontified region so that fontification doesn't occur
1166 outside it
1167 (could happen e.g. when fontifying a line with an unfinished
1168 declaration).
1169
1170 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1171
1172 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
1173 moved to near the start of the file. ^L now separate sections of
1174 the file. New defconsts: c-awk-non-eol-esc-pair-re,
1175 c-awk-blank-or-comment-line-re,
1176 c-awk-one-line-possibly-open-string-re,
1177 c-awk-regexp-one-line-possibly-open-char-class-re,
1178 c-awk-one-line-possibly-open-regexp-re,
1179 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
1180 c-awk-vsemi-status-unknown-p.
1181
1182 Amend the concept of "virtual semicolons" (in the indentation
1183 engine) for languages like AWK, such that they are now
1184 conceptually attached to end of the last token of a statement, not
1185 the end of the line. (In AWK Mode, however, the pertinent text
1186 property is still physically set on the EOL.) Remove the specific
1187 tests for awk-mode, thus facilitating the introduction of other
1188 language modes where EOLs can end statements. (Note: The
1189 funtionality in cc-cmds.el, specifically
1190 c-beginning/end-of-statement has yet to be amended.)
1191
1192 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
1193 c-vsemi-status-unknown-p.
1194
1195 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
1196 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
1197 c-vsemi-status-unknown-p-fn (in a new page).
1198
1199 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
1200 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
1201 numerous awkward forms like
1202 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
1203 with
1204 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
1205 variable before-ws-ip, the place just after char-before-ip
1206 appears.
1207
1208 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
1209 a comment.
1210
1211 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1212
1213 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
1214 `c-tentative-buffer-changes'.
1215
1216 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
1217 converted to macro to choose between Emacs and XEmacs at compile
1218 time.
1219
1220 (c-set-region-active): New set counterpart to
1221 `c-region-is-active-p'.
1222
1223 (c-tentative-buffer-changes): New macro to handle temporary buffer
1224 changes in a convenient way.
1225
1226 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
1227 for `c-tentative-buffer-changes'.
1228
1229 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
1230 the checks for paren sexps between the point and the keyword, to
1231 avoid some false alarms.
1232
1233 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
1234 Fixed a situation where an error could be thrown for unbalanced
1235 parens. Changed to make use of c-keyword-member' to avoid some
1236 repeated regexp matches.
1237
1238 (c-opt-lambda-key, c-opt-inexpr-block-key,
1239 c-opt-inexpr-class-key): These language variable are no longer
1240 necessary.
1241
1242 (c-block-stmt-kwds): New language constant used by
1243 c-looking-at-inexpr-block'.
1244
1245 (c-guess-basic-syntax): Removed an optional check that looked at
1246 the existence of the now removed language variables.
1247
1248 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
1249 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
1250 object instantiation expressions as declarations in some contexts.
1251 This bug only affected languages where the declarator can't be
1252 enclosed in parentheses.
1253
1254 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
1255 insert newlines before and after substatement braces.
1256
1257 * progmodes/cc-engine.el: Improved the heuristics for recognizing
1258 function declaration headers and the handling of C++ style member
1259 init lists.
1260
1261 (c-just-after-func-arglist-p): Rewritten to use
1262 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
1263
1264 (c-beginning-of-member-init-list): Removed since it isn't used
1265 anymore.
1266
1267 (c-guess-basic-syntax): Case 5B adapted for the new
1268 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
1269 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
1270 covers all cases now).
1271
1272 * progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws.
1273
1274 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1275
1276 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
1277 c-string-par-start/separate c-sentence-end-with-esc-eol,
1278 initialised in c-setup-paragraph-variables, used in string
1279 scanning subroutines of c-beginning-of-statement.
1280
1281 * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
1282 which precedes the newly inserted `{'.
1283
1284 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1285
1286 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
1287 function for declaration level blocks. It should now cope with
1288 templates better and also be a lot more comprehensible.
1289
1290 (c-looking-at-decl-block): The new function.
1291
1292 (c-search-uplist-for-classkey): The old one. It's now a wrapper
1293 for compatibility.
1294
1295 (c-add-class-syntax, c-guess-continued-construct,
1296 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
1297
1298 (c-decl-block-key): Changed to tell apart ambiguous and
1299 unambiguous keywords. Pike specials are now handled directly in
1300 the code instead.
1301
1302 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
1303 language constants and variables to make the backward skip in
1304 `c-looking-at-decl-block' as tight as possible.
1305
1306 (c-nonsymbol-token-char-list): New language constant.
1307
1308 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
1309 find balanced template arglists backwards.
1310
1311 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
1312 making char classes for `c-syntactic-skip-backward'.
1313
1314 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
1315 16D - can't be a class-close at that point.
1316
1317 * progmodes/cc-engine.el (c-guess-basic-syntax,
1318 c-add-class-syntax): Don't narrow out the enclosing declaration
1319 level. This makes everything a lot easier, and it was actually
1320 only four small places that needed it to work. Some places that
1321 previously did `widen' are removed now, which has the effect that
1322 `c-guess-basic-syntax' never will look at things outside the
1323 current narrowment now. The anchor position for `topmost-intro'
1324 is affected by this, but it was so bogus it was basically useless
1325 before, and now it's equally bogus but in a slightly different
1326 way.
1327
1328 (c-narrow-out-enclosing-class): Gone.
1329
1330 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
1331 the narrowed region.
1332
1333 (c-least-enclosing-brace): Removed silly optional argument.
1334
1335 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
1336 the point could be left directly after an open paren when finding
1337 the beginning of the first decl in the block.
1338
1339 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
1340 Specify which submatch to use.
1341
1342 * progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC.
1343
1344 (c-decl-start-re): No no longer any need for special treatment of
1345 ObjC due to the above.
1346
1347 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
1348 presumably follows C in that regard.
1349
1350 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
1351 New language constants to specify operator tokens inside
1352 identifiers in a more high level way.
1353
1354 (c-opt-identifier-prefix-key): New internal language constant.
1355
1356 (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
1357 c-identifier-start, c-identifier-key): Now completely calculated
1358 from other constants.
1359
1360 (c-identifier-last-sym-match): Decommissioned since it's no longer
1361 used.
1362
1363 (c-operators): Use `c-identifier-ops'. Documented
1364 `postfix-if-paren'.
1365
1366 * progmodes/cc-engine.el (c-forward-name): Removed the
1367 optimization when c-identifier-key is equal to c-symbol-key since
1368 it doesn't work in byte compiled files. Don't record empty
1369 regions as identifiers.
1370
1371 * progmodes/cc-langs.el (c-filter-ops): New helper function to
1372 simplify access to `c-operators' and its likes.
1373
1374 (c-operator-list, c-all-op-syntax-tokens,
1375 c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
1376 c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
1377 c-primary-expr-regexp, c-cast-parens): Use it.
1378
1379 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
1380 an explicit language in functions.
1381
1382 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
1383 variant of adornment.
1384
1385 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
1386 variable.
1387
1388 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
1389 the Pike value.
1390
1391 * progmodes/cc-engine.el (c-on-identifier,
1392 c-simple-skip-symbol-backward): Small fix for handling "-"
1393 correctly in `skip-chars-backward'. Affected the operator lfun
1394 syntax in Pike.
1395
1396 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
1397 diagnostic message about precompiled language vars not being used.
1398
1399 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
1400 "__attribute__" is followed by a parenthesis.
1401
1402 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
1403 c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
1404 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
1405
1406 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
1407 cleanups to properly detect the declared identifiers in various
1408 declarations.
1409
1410 (c-decl-start-kwds): New language constant to recognize
1411 declarations that can start anywhere. Used for class declarations
1412 in Pike.
1413
1414 (c-specifier-key, c-not-decl-init-keywords,
1415 c-decl-prefix-or-start-re, c-find-decl-prefix-search,
1416 c-find-decl-spots): Implement `c-decl-start-kwds'.
1417
1418 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
1419 c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
1420 handling of the compiler specific extension keywords into a new
1421 language constant `c-decl-hangon-kwds' that defines keyword
1422 clauses to be ignored in declarations.
1423
1424 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
1425 past unrecognized tokens when handling `c-colon-type-list-kwds'.
1426 Necessary to stop at the declared identifier in e.g. IDL valuetype
1427 declarations.
1428
1429 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1430 c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1431 c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1432 c-forward-decl-or-cast-1): Recognize the declared identifier in
1433 class and enum declarations as such and not as part of the type.
1434
1435 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1436 interpretation of PRECEDING-TOKEN-END when there's no preceding
1437 token.
1438
1439 (c-forward-decl-or-cast-1): Don't disregard sure signs of
1440 declarations when there's some syntax error later on.
1441
1442 (c-complex-decl-matchers): Did away with a reference to
1443 `c-specifier-key'.
1444
1445 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1446 value - this variable is always dynamically bound.
1447
1448 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1449 cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1450 cc-cmds.el, cc-defs.el: Changed the policy for marking up
1451 functions that might do hidden buffer changes: All such internal
1452 functions are now marked instead of those that don't.
1453
1454 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1455 c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1456 c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1457 c-literal-type): Allow these functions to make hidden buffer changes,
1458 so that they are free to use text property caching later on.
1459
1460 (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1461 c-electric-brace, c-electric-slash, c-electric-star,
1462 c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1463 c-electric-paren, c-electric-continued-statement, c-indent-command,
1464 c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1465 c-context-line-break): Added `c-save-buffer-state' calls to comply
1466 with the changed semantics of the functions above.
1467
1468 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1469 when macros occur in obscure places. Optimized the sexp movement
1470 a bit.
1471
1472 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1473
1474 Enhancements for c-beginning-of-statement to work in AWK Mode:
1475
1476 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
1477 (completed statement) with `}' (statement completed by closing
1478 brace or semicolon) and `$' (statement completed by EOL).
1479
1480 (c-awk-virtual-semicolon-ends-prev-line-p,
1481 c-awk-virtual-semicolon-ends-line-p,
1482 c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
1483 c-awk-at-statement-end-p): new functions
1484
1485 * progmodes/cc-cmds.el: Simplify the structure of functions
1486 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
1487 two functions and c-beginning-of-statement to handle AWK Mode.
1488
1489 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
1490 c-backward-single-comment for AWK mode. Attempt to clarify their
1491 doc-strings.
1492
1493 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
1494
1495 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1496
1497 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
1498 label handling. Labels are now recognized in a uniform and more
1499 robust way, regardless of context. Text properties are put on all
1500 labels to recognize the following declarations better. Multiword
1501 labels are handled both in indentation and fontification for the
1502 benefit of language extensions like Qt. For consistency, keywords
1503 in labels are now fontified with the label face instead. That
1504 also applies to "case" and "default".
1505
1506 (c-beginning-of-statement-1): Fixed some bugs in the label
1507 handling. Disregard `c-nonlabel-token-key' in labels that begin
1508 with `c-label-kwds'.
1509
1510 (c-find-decl-spots): Support that the callback adds more
1511 `c-decl-end' spots to find.
1512
1513 (c-forward-decl-or-cast-1): Don't treat a list of plain
1514 identifiers followed by a colon as a declaration.
1515
1516 (c-forward-label): New function to recognize labels.
1517
1518 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
1519 `c-forward-label'. Moved the label recognition cases (14 and 15)
1520 earlier since they aren't so context sensitive now. Handle labels
1521 on the top level gracefully. Moved access label recognition to
1522 the generic label case (CASE 15) - removed CASE 5E.
1523
1524 (c-font-lock-declarations): Added recognition of labels in the
1525 same round since we need to handle labels in parallell with other
1526 declarations to recognize both accurately. It should also improve
1527 speed.
1528
1529 (c-simple-decl-matchers, c-basic-matchers-after): Moved
1530 `c-font-lock-labels' so that it only is used on decoration level 2
1531 since `c-font-lock-declarations' handles it otherwise.
1532
1533 (c-complex-decl-matchers): Removed the simplistic recognition of
1534 access labels.
1535
1536 (c-decl-prefix-re): Removed the kludges that was necessary to cope
1537 with labels earlier.
1538
1539 (c-decl-start-re): New language variable to make
1540 `c-font-lock-declarations' stop for the special protection labels
1541 in Objective-C that start with '@'.
1542
1543 (c-label-key): Removed since it's no longer used.
1544
1545 (c-recognize-colon-labels, c-label-prefix-re): New language
1546 constants to support recognition of generic colon-terminated
1547 labels.
1548
1549 (c-type-decl-end-used): `c-decl-end' is now used whenever there
1550 are colon terminated labels.
1551
1552 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
1553 first argument starts with a special brace list.
1554
1555 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
1556 c-font-lock-declarations): Broke out the declaration and cast
1557 recognition from `c-font-lock-declarations' to a new function, so
1558 that it can be used in the indentation engine.
1559
1560 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
1561 up to the start of the literal. Fixed bug with the point on the
1562 wrong side of the search limit that could happen when the start
1563 position is inside a literal.
1564
1565 * progmodes/cc-engine.el (c-parse-state,
1566 c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1567 so that it's kept a little bit back to increase the hit rate.
1568
1569 (c-parse-state): Changed the macro handling and fixed some
1570 glitches. Macro context is checked more often than necessary now,
1571 but otoh less garbage conses are generated.
1572
1573 * progmodes/cc-engine.el (c-parse-state,
1574 c-invalidate-state-cache): Cache the last position where
1575 `c-state-cache' applies. This can speed up refontification quite
1576 a bit in blocks where there are many non-brace parens before the
1577 point.
1578
1579 (c-state-cache-end): New variable for this.
1580
1581 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1582 cache variable.
1583
1584 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1585 get close initial continue positions when the start position is
1586 inside a literal or macro. Do not call the callback for spots
1587 before the start position (which can happen e.g. for `c-decl-end'
1588 spots inside comments). Optimize better in special cases when the
1589 region is a single line inside a literal or macro (typically when
1590 the current line is refontified).
1591
1592 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1593 to `c-add-stmt-syntax' - there's no need to explicitly whack off
1594 entries from the paren state.
1595
1596 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1597 special case for "else if" clauses.
1598
1599 * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1600 c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1601
1602 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1603 language variable to recognize the gcc extension with statement
1604 blocks inside expressions.
1605
1606 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1607 it somewhat more comprehensible. The argument AT-BLOCK-START is
1608 no longer used and hence removed.
1609
1610 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1611 to `c-add-stmt-syntax'.
1612
1613 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1614 `c-beginning-of-statement-1' instead of duplicating parts of it.
1615 This fixes bogus label recognition.
1616
1617 * progmodes/cc-engine.el (c-add-type, c-check-type,
1618 c-forward-name, c-forward-type): Improved storage of template
1619 types in `c-found-types' so that they can be recognized better.
1620
1621 (c-syntactic-content): Added option to skip past nested parens.
1622
1623 * progmodes/cc-engine.el (c-forward-name): Set
1624 `c-last-identifier-range' all the time. It's less work that way.
1625 Handle that there might not be an identifier to store in
1626 `c-last-identifier-range'.
1627
1628 (c-forward-type): Handle that `c-last-identifier-range' might be
1629 nil from `c-forward-name'.
1630
1631 * progmodes/cc-defs.el: (c-safe-scan-lists,
1632 c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
1633
1634 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
1635 to work even if the form fails.
1636
1637 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
1638 down in a large file in one go.
1639
1640 (c-get-fallback-start-pos): New helper function for
1641 `c-parse-state'.
1642
1643 * progmodes/cc-align.el (c-lineup-assignments): New lineup
1644 function which is like `c-lineup-math' but returns nil instead of
1645 `c-basic-offset' when it doesn't match.
1646
1647 (c-lineup-math): Changed to use `c-lineup-assignments'.
1648
1649 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1650
1651 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
1652 c-beginning-of-statement. New subfunctions
1653 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
1654
1655 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1656
1657 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
1658 hardcoded char classes whereever possible. Changed a couple of
1659 places to use skip by syntax instead of skip by char class.
1660
1661 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
1662 Fixed a bug in the regexp that caused extreme backtracking.
1663
1664 * progmodes/cc-langs.el (c-block-comment-starter,
1665 c-block-comment-ender): New language constants to specify in a
1666 single place how block comments look.
1667
1668 (c-comment-start-regexp, c-block-comment-start-regexp,
1669 comment-start, comment-end, comment-start-skip,
1670 c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
1671 c-syntactic-ws, c-nonempty-syntactic-ws,
1672 c-single-line-syntactic-ws, c-syntactic-eol): Now built from
1673 `c-line-comment-starter', `c-block-comment-starter' and
1674 `c-block-comment-ender'.
1675
1676 (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
1677 language constants to break up things a bit.
1678
1679 (c-simple-ws): New language constant for simple whitespace.
1680
1681 * progmodes/cc-defs.el (c-concat-separated): New convenience
1682 function.
1683
1684 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
1685 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
1686 newlines. Allow and ignore nil elements in the list.
1687
1688 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1689
1690 * progmodes/cc-cmds.el: Comment out a (n almost certainly
1691 superfluous) check, (eq here (point-max)) in
1692 c-beginning-of-statement.
1693
1694 * progmodes/cc-cmds.el: Tidy up the comments in
1695 c-beginning-of-statement and subfunctions.
1696
1697 * progmodes/cc-awk.el: Replace calls to put-text-property to the
1698 more flexible c-put-char-property and c-clear-char-properties.
1699 Add the author's email address.
1700
1701 * progmodes/cc-langs.el: New variable,
1702 c-block-comment-start-regexp.
1703
1704 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
1705 closing "*/" of a block comment.
1706
1707 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
1708 subfunctions) so that it works at BOB and EOB.
1709
1710 * progmodes/cc-cmds.el, cc-vars.el: More updating of
1711 c-beginning-of-statement, including new variable
1712 c-block-comment-start-regexp.
1713
1714 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1715
1716 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
1717 symbols from `*-font-lock-extra-types' so that there's no need to
1718 use `regexp-opt' on those lists.
1719
1720 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
1721 `c-type-modifier-kwds' is empty.
1722
1723 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
1724 there are several strings on the same line.
1725
1726 * progmodes/cc-engine.el (c-literal-limits): Removed the
1727 compatibility function for older emacsen. `c-literal-limits-fast'
1728 has now taken the place of this function.
1729
1730 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
1731 with older emacsen: We now require 'pps-extended-state.
1732
1733 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1734
1735 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
1736 which obviates the need to hack sentence-end. This now handles
1737 escaped newlines in strings correctly. Correct minor bugs in
1738 c-move-over-sentence and in c-beginning-of-statement.
1739
1740 * progmodes/cc-cmds.el (c-beginning-of-statement (and
1741 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
1742 that movement over macros and code are rigorously separated from
1743 eachother. Correct a few incidental bugs.
1744
1745 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
1746 Improve its doc-string. Improve the handling of certain specific
1747 cases.
1748
1749 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1750
1751 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
1752 (c-guess-basic-syntax): Changed the way class-level labels are
1753 recognized; they can now contain essentially any symbols.
1754
1755 (c-opt-extra-label-key): New language variable to cope with the
1756 special protection label syntax in Objective-C.
1757
1758 (c-opt-access-key): Removed; this is now handled better by
1759 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
1760
1761 (c-complex-decl-matchers): Update to handle that
1762 `c-opt-access-key' no longer exists.
1763
1764 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
1765 improved label recognition in `c-beginning-of-statement-1'.
1766
1767 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1768 Recognize bitfields better.
1769
1770 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
1771 Removed some cruft and fixed a bug that could cause it to go to a
1772 position further down.
1773
1774 * progmodes/cc-langs.el, cc-engine.el
1775 (c-beginning-of-statement-1): Improved detection of labels in
1776 declaration contexts.
1777
1778 (c-beginning-of-decl-1): Use it.
1779
1780 (c-nonlabel-token-key): New language constant and variable needed
1781 by `c-beginning-of-statement-1'.
1782
1783 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
1784 manifested itself due to the correction in `c-forward-sexp'.
1785
1786 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
1787 these behave as documented when used at the buffer limits.
1788
1789 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
1790 (c-type-decl-end-used): Made this a language variable.
1791
1792 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
1793 correctly when `combine-after-change-calls' is used together with
1794 temporary narrowings.
1795
1796 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
1797 labels correctly when the start point is immediately after the
1798 colon.
1799
1800 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
1801 since it isn't used anymore.
1802
1803 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
1804 bracket arglists such as template parens in C++.
1805
1806 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
1807 in the last check-in. Some optimization.
1808
1809 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
1810 where it could stop at the same level in a preceding sexp when
1811 PAREN-LEVEL is set.
1812
1813 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
1814 text property lookup only when it's needed.
1815
1816 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
1817 Changed the policy for paren marked angle brackets to be more
1818 persistent; once marked they remain marked even when they're found
1819 to be unbalanced in the searched region. This should keep the
1820 paren syntax around even when individual lines are refontified in
1821 multiline template arglists.
1822
1823 (c-parse-and-markup-<>-arglists): New dynamically bound variable
1824 to control markup so that incorrect angle bracket arglists aren't
1825 marked in contexts where the correct value for
1826 `c-disallow-comma-in-<>-arglists' isn't known.
1827
1828 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
1829 argument has become `c-parse-and-markup-<>-arglists'.
1830
1831 (c-remove-<>-arglist-properties): Removed - no longer used.
1832
1833 (c-after-change-check-<>-operators): New function used on
1834 `after-change-functions' to avoid that "<" and ">" characters that
1835 are part of longer operators have paren syntax.
1836
1837 (c-<>-multichar-token-regexp): New language variable used by
1838 `c-after-change-check-<>-operators'.
1839
1840 (c-after-change): Call `c-after-change-check-<>-operators'.
1841
1842 (c-font-lock-<>-arglists): Use the context properties set by
1843 `c-font-lock-declarations' to set
1844 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
1845 markup.
1846
1847 (c-font-lock-declarations): Removed code that undoes the invalid
1848 markup done by `c-font-lock-<>-arglists'.
1849
1850 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
1851 after `c-font-lock-declarations'.
1852
1853 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
1854 paren-level feature.
1855
1856 (c-guess-basic-syntax): Improved the anchor position for
1857 `template-args-cont' in nested template arglists. There's still
1858 much to be desired in this area, though.
1859
1860 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1861
1862 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
1863 Make the "Text Filling and Line Breaking" commands work for AWK
1864 buffers.
1865
1866 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1867
1868 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
1869 Removed;
1870 (c-major-mode-is 'awk-mode) can be used instead now.
1871
1872 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
1873 it doesn't work no longer are supported.
1874
1875 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
1876 cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
1877 requires support for the syntax-table' text property, which rules
1878 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
1879 cruft associated with those versions.
1880
1881 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
1882 for the `syntax-table' text property, which rules out Emacs 19 and
1883 XEmacs < 21.4. Removed various compatibility cruft associated
1884 with those versions.
1885
1886 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
1887 support for the `syntax-table' text property.
1888
1889 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
1890 variable and use an extra quoted face name instead. All the
1891 emacsen flavors handle that correctly.
1892
1893 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
1894 c-font-lock-declarators, c-font-lock-declarations,
1895 c-complex-decl-matchers, c-basic-matchers-after): Use a text
1896 property to mark the items in in declarator lists to handle
1897 refontification inside multiline declarations better.
1898
1899 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
1900 construct like "a * b = c;" as a declaration.
1901
1902 2005-12-08 Kim F. Storm <storm@cua.dk>
1903
1904 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
1905 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
1906 select either meta, hyper, or super modifier for rectangle commands.
1907 (cua--rectangle-modifier-key): New defvar.
1908 (cua--M/H-key): Use it. Remove special case for 'space.
1909 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
1910 on X, to meta otherwise. Always bind C-return to toggle
1911 rectangle. Pass ?\s instead of 'space to cua--M/H-key.
1912
1913 * emulation/cua-rect.el (cua-help-for-rectangle): Use
1914 cua--rectangle-modifier-key. Handle super modifier too.
1915 (cua--init-rectangles): Always bind C-return to toggle rectangle.
1916 Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
1917
1918 * ido.el: Move Acknowledgements and History after Commentary.
1919 Minor changes to Commentary.
1920
1921 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
1922 keymap if cua--prefix-override-timer equals 'shift.
1923 (cua--shift-control-prefix): New function; emulate "type prefix
1924 key twice" functionality to handle shifted prefix key override.
1925 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
1926 commands.
1927 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
1928
1929 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
1930
1931 * textmodes/org.el (org-insert-heading): Try to do items before
1932 headings.
1933 (org-agenda-mode): Quote `org-agenda-mode-hook'.
1934 (org-insert-item): New function.
1935 (org-renumber-ordered-list): Don't skip to higher level lists.
1936
1937 2005-12-08 Juri Linkov <juri@jurta.org>
1938
1939 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
1940
1941 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
1942
1943 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
1944
1945 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
1946 the constructed function name fun-1.
1947
1948 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
1949 because such links don't lead to parent documentation.
1950
1951 2005-12-08 Kenichi Handa <handa@m17n.org>
1952
1953 * descr-text.el (describe-char): Use *Help-2* buffer if the
1954 current buffer is *Help*. Call describe-text-properties while
1955 setting the original buffer.
1956
1957 2005-12-07 Bill Wohler <wohler@newt.com>
1958
1959 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
1960 and causes problems with non-MH users (such as Gnus users).
1961
1962 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
1963
1964 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
1965 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
1966 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
1967 command "info sources". Move calls to GDB command "list".
1968 (gdb-find-file-hook): Just use gdb-source-file-list.
1969 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
1970 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
1971 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
1972 (gdb-data-list-register-values-handler): Use correct trigger name.
1973
1974 2005-12-07 Kim F. Storm <storm@cua.dk>
1975
1976 * ido.el (ido-completion-map): Renamed from ido-mode-map.
1977 (ido-common-completion-map, ido-file-completion-map)
1978 (ido-file-dir-completion-map, ido-buffer-completion-map):
1979 Renamed from ido-mode-....-map.
1980 (ido-init-completion-maps): Renamed from ido-init-mode-maps.
1981 (ido-setup-completion-map): Renamed from ido-define-mode-map.
1982 (ido-read-internal): Bind minibuffer-local-filename-completion-map
1983 to ido-completion-map.
1984
1985 2005-12-07 Kenichi Handa <handa@m17n.org>
1986
1987 * international/mule-cmds.el
1988 (set-display-table-and-terminal-coding-system): If the coding
1989 system specified in `unibyte-display' property is different from
1990 the arg coding-system, don't setup standard-display-table.
1991
1992 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1993
1994 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
1995 that comments end at \n, regardless of selective-display.
1996
1997 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
1998
1999 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
2000 (gdb-version): New variables.
2001 (gdb-source-file-list, gdb-register-names)
2002 (gdb-changed-registers): New variables for use with GDB 6.4+.
2003 (gdb-ann3): Replace with...
2004 (gdb-init-1, gdb-init-2): ...two new functions.
2005 (gdba, gdb-prompt): Call gdb-init-1.
2006 (gdb-get-version): New function. Call gdb-init-2 from here.
2007 (gud-watch): Make it work with mouse events too.
2008 (gdb-post-prompt): Don't add to queue until GDB version is known.
2009 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
2010 (gdb-locals-mode): Use gdb-version.
2011 (gdb-memory-format-map, gdb-memory-unit-map)
2012 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
2013 (gdb-locals-font-lock-keywords-1)
2014 (gdb-locals-font-lock-keywords-2): New variables.
2015 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
2016 (gdb-set-gud-minor-mode-existing-buffers-1)
2017 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
2018 (gdb-var-update-1, gdb-var-update-handler-1)
2019 (gdb-data-list-register-values-handler)
2020 (gdb-data-list-register-values-custom)
2021 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
2022 (gdb-stack-list-locals-handler, gdb-get-register-names):
2023 New functions for use with GDB 6.4+.
2024 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
2025 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
2026 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
2027 (gdb-stack-list-locals-regexp)
2028 (gdb-data-list-register-names-regexp): New regexps for use with
2029 GDB 6.4+.
2030
2031 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2032
2033 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
2034
2035 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
2036
2037 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
2038 prompts work for AUTH PLAIN. Also reported by Steve Allan
2039 <seallan@verizon.net>.
2040
2041 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2042
2043 * frame.el (set-frame-parameter): Add doc string.
2044
2045 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
2046
2047 * textmodes/org.el (org-occur-highlights): New variable.
2048 (org-highlight-new-match, org-remove-occur-highlights): New functions.
2049 (org-highlight-sparse-tree-matches): New option.
2050 (org-do-occur): New function.
2051 (org-get-heading): Make it work also at beginning of line.
2052 (org-category-table): New variable.
2053 (org-get-category-table, org-get-category)
2054 (org-camel-to-words, org-link-search): New functions.
2055 (org-select-this-todo-keyword): New variable.
2056 (org-todo-list): New command.
2057 (org-shiftright, org-shiftleft): New commands.
2058 (org-agenda-todo): Add prefix argument.
2059 (org-show-hierarchy-above): New option.
2060 (org-show-todo-tree): Numerical prefix creates tree for specific
2061 TODO keyword.
2062 (org-outline-level): New function, to assign a level to plain
2063 lists items.
2064 (org-cycle-include-plain-lists): New option.
2065 (org-mode): Use `org-outline-level' as value of `outline-level'.
2066 (org-cycle): Temporarily switch `outline-regexp' if
2067 `org-cycle-include-plain-lists' is non-nil.
2068 (org-start-icalendar-file): Fix format bug.
2069 (org-agenda-get-day-entries): Create category table.
2070 (org-agenda-get-todos, org-agenda-get-timestamps)
2071 (org-agenda-get-deadlines, org-agenda-get-scheduled)
2072 (org-agenda-get-blocks): Use `org-get-category'.
2073 (org-context-in-file-links): Rename from
2074 `org-line-numbers-in-file-links' .
2075
2076 2005-12-06 Romain Francoise <romain@orebokech.com>
2077
2078 * window.el (balance-windows): Delete extraneous third arg in call
2079 to `enlarge-window'.
2080
2081 2005-12-06 Kenichi Handa <handa@m17n.org>
2082
2083 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2084
2085 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
2086
2087 * progmodes/gdb-ui.el (gdb-var-create-handler)
2088 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2089 (gdb-var-list-children-handler, gdb-var-update-handler):
2090 Current buffer is already gdb-partial-output-buffer, don't
2091 make it current again.
2092
2093 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
2094
2095 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2096 (list-buffers-noselect): Use it.
2097
2098 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2101 (mail-yank-ignored-headers): Use regexp-opt.
2102 (mail-mode-map): Move initialization into declaration.
2103 (mail-sent-via): Remove unused shadowed var `to-line'.
2104 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2105 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2106 (mail-do-fcc): Use dolist and push.
2107 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2108 (mail-yank-ignored-headers): Don't autoload.
2109
2110 2005-12-05 Kenichi Handa <handa@m17n.org>
2111
2112 * international/mule-cmds.el (set-language-info-internal): New fun.
2113 (set-language-info): Call set-language-info-internal to update
2114 language-info-alist. If LANG-ENV is the current one, call
2115 set-language-environment to make INFO effective now.
2116 (set-language-info-alist): Likewise.
2117 (locale-language-names): With locale "en", use English
2118 lang. env. but set the default codings to iso-8859-1.
2119
2120 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
2121
2122 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
2123 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
2124 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
2125 for plain strings.
2126 (gdb-frames-mode): Remove redundant call to font-lock-mode.
2127 (gdb-all-registers): Rename from toggle-gdb-all-registers.
2128 Create registers buffer if necessary. Echo new state in minibuffer.
2129 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
2130
2131 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
2132
2133 * info.el (Info-fontify-node): Match external links using
2134 non-directory part of filename.
2135
2136 2005-12-04 Juri Linkov <juri@jurta.org>
2137
2138 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
2139 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
2140 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
2141 because there is no customization option for it.
2142
2143 * font-lock.el (lisp-font-lock-keywords-1):
2144 Add define-global-minor-mode.
2145
2146 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
2147
2148 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
2149 properties on the constructed variable names.
2150
2151 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2152 Put `definition-name' properties on the constructed function names
2153 next-sym and prev-sym.
2154
2155 * emacs-lisp/find-func.el (find-function-regexp):
2156 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
2157 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
2158 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
2159 and easy-menu-define.
2160
2161 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
2162 easy-mmode-define-global-mode and define-global-minor-mode.
2163 (lisp-imenu-generic-expression): Add define-global-minor-mode.
2164
2165 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
2166 instead of easy-mmode-define-global-mode.
2167
2168 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2169 Use define-minor-mode instead of easy-mmode-define-minor-mode.
2170
2171 * cus-edit.el (customize-group, customize-group-other-window):
2172 Filter out autoloaded options from the group completion list by
2173 using heuristics that autoloaded groups don't have `custom-autoload'
2174 property on their symbols (they have only `custom-loads').
2175
2176 * simple.el (completion-setup-function): Put completions-common-part
2177 face on complete completion string too (i.e. completion string
2178 without completions-first-difference face).
2179
2180 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
2181
2182 2005-12-03 Eli Zaretskii <eliz@gnu.org>
2183
2184 * view.el (view-mode): Doc fix.
2185
2186 * disp-table.el (standard-display-european): Add to the warning
2187 message a reference to the doc string.
2188
2189 * play/yow.el (apropos-zippy): Call print-help-return-message,
2190 similar to other Help and Apropos commands.
2191
2192 * help.el (print-help-return-message): If pop-up-frames is
2193 non-nil, set up help-return-method to delete the help window and,
2194 possibly, its frame as well, and don't display message about
2195 scrolling the help window. Doc fix.
2196 (help-return-method): Doc fix.
2197
2198 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
2199
2200 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
2201 whereby names of length one or names starting with a
2202 symbol-constituent character would not be returned.
2203
2204 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2205
2206 * subr.el (atomic-change-group): Add edebug and indentation spec.
2207
2208 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2209
2210 * completion.el (save-completions-file-name): Fix typo in last change.
2211
2212 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2213
2214 * info.el: Move back/forward history to the beginning of the tool bar.
2215
2216 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
2217
2218 * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
2219 Add fset of allout-real-isearch-abort during compile to fix
2220 byte-compilation warnings.
2221 (allout-mode-p): Move definition of this macro above all uses, or
2222 byte compilation in barren emacs (eg, during emacs build) will
2223 lack the definition.
2224 (allout-mode): Move this variable above any uses, or byte
2225 compilation will fail.
2226 (allout-resolve-xref): Remove use of personal file-reference function.
2227 (allout-toggle-current-subtree-encryption): Do the current (ie,
2228 visible containing) topic, rather than nearest around point. Doc fix.
2229 (allout-toggle-subtree-encryption): New function, workhorse that
2230 works on nearest topic containing point.
2231 (allout-encrypt-string): Signal requirement for newer version of pgg.
2232 (allout-resumptions): Doc fix.
2233
2234 2005-12-02 Eli Zaretskii <eliz@gnu.org>
2235
2236 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
2237
2238 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
2239
2240 * textmodes/flyspell.el (flyspell-external-point-words):
2241 Consider a misspelling as found in the string search if: (a) misspelling
2242 and found string lengths match, or (b) misspelling is found as
2243 element in a boundary-chars separated longer string, or (c)
2244 ispell-program-name is really ispell and misspelling is found as
2245 part of a TeX string. After successful match move beginning of
2246 search region to end of match. Warn about not found misspellings
2247 once the process is done.
2248 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
2249
2250 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
2251
2252 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
2253 tool bar (removed inadvertently).
2254
2255 2005-12-02 Juri Linkov <juri@jurta.org>
2256
2257 * log-view.el (log-view-diff): Clarify doc string.
2258
2259 2005-12-01 Bill Wohler <wohler@newt.com>
2260
2261 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
2262 triggers lm-verify errors.
2263
2264 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
2265
2266 * simple.el (transient-mark-mode, line-number-mode)
2267 (column-number-mode, size-indication-mode): Remove `:require nil'.
2268
2269 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
2270
2271 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
2272 in the margin also.
2273 (gdb-breakpoints-mode-map): Use D instead of d for
2274 gdb-delete-breakpoint.
2275 (gdb-get-frame-number): Require a number to match on.
2276 (gdb-threads-mode-map): Add follow-link binding.
2277
2278 2005-11-30 Jason Rumney <jasonr@gnu.org>
2279
2280 * isearch.el (isearch-mode-map): Avoid exiting search on
2281 language-change event.
2282
2283 2005-11-30 Romain Francoise <romain@orebokech.com>
2284
2285 * speedbar.el (speedbar-default-position): New defcustom.
2286 (speedbar-frame-reposition-smartly): Use it.
2287
2288 * dframe.el (dframe-reposition-frame-emacs): Fix position
2289 computation for `left' location.
2290 Update copyright year.
2291
2292 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2293
2294 * help.el (help-map): Move initialization into declaration.
2295
2296 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
2297
2298 * help-fns.el (help-argument-name): Don't autoload.
2299 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
2300 to be re-loaded when customizing the `help' group.
2301
2302 2005-11-30 John Paul Wallington <jpw@gnu.org>
2303
2304 * help-fns.el (describe-function-1): Fill arglist output.
2305
2306 2005-11-30 Kim F. Storm <storm@cua.dk>
2307
2308 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
2309 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
2310 after revert-buffer (or anything else which kills all local variables).
2311
2312 * apropos.el (apropos-parse-pattern): Doc fix.
2313 Set apropos-regexp directly, rather than expecting callers to do so.
2314 (apropos-command, apropos, apropos-value, apropos-documentation):
2315 Simplify calls to apropos-parse-pattern.
2316
2317 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
2318
2319 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2320 (hi-lock-face-phrase-buffer): Use hi-yellow face.
2321 (hi-lock-write-interactive-patterns): Use comment-region.
2322
2323 * longlines.el (longlines-mode): Add mail-setup-hook.
2324
2325 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
2326
2327 * simple.el (sendmail-user-agent-compose, next-line):
2328 Conditionally use hard-newline.
2329
2330 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
2331
2332 * international/latexenc.el (latex-inputenc-coding-alist):
2333 Reword doc string.
2334
2335 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
2336
2337 * help.el (describe-key-briefly, describe-key): Recognize default
2338 bindings.
2339
2340 2005-11-29 Romain Francoise <romain@orebokech.com>
2341
2342 * view.el (view-inhibit-help-message): New defcustom.
2343 (view-mode-enter): Use it.
2344
2345 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
2346
2347 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
2348 Preserve user position.
2349
2350 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
2351
2352 * font-lock.el: Throw error if facemenu is not loaded to prevent
2353 accidental change of loading order in loadup.el. (Suggested by RMS.)
2354
2355 * loadup.el: Add comment explaining why facemenu must be loaded
2356 before font-lock.
2357
2358 2005-11-28 Jay Belanger <belanger@truman.edu>
2359
2360 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
2361 (calc-dispatch-map): Add more keys for `calc-same-interface'.
2362
2363 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
2364
2365 * calc/calc-embed.el (calc-do-embedded): Update help message.
2366
2367 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
2368
2369 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2370
2371 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
2372
2373 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
2374 called-interactively-p.
2375 (elp-profilable-p): Rename from elp-not-profilable-p.
2376 Invert result and take into account macros and autoloaded functions.
2377 (elp-instrument-function): Update call.
2378 (elp-instrument-package): Update call. Add completion.
2379 (elp-pack-number): Use match-string.
2380 (elp-results-jump-to-definition-by-mouse): Merge into
2381 elp-results-jump-to-definition and then remove.
2382 (elp-output-insert-symname): Make help echo text single-line.
2383
2384 * replace.el (query-replace-map): Move initialization into declaration.
2385 (occur-engine): Use with-current-buffer.
2386 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
2387 (occur-mode-mouse-goto): Replace with an alias.
2388
2389 2005-11-28 Juri Linkov <juri@jurta.org>
2390
2391 * simple.el (quoted-insert): Let-bind input-method-function to nil.
2392
2393 * term/w32-win.el: Bind [S-tab] to [backtab].
2394
2395 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
2396 `Info-find-file' to t.
2397
2398 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
2399 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
2400 and same-window-regexps.
2401 (occur-next-error): Don't move point for arg 0.
2402
2403 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
2404
2405 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
2406
2407 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2408
2409 * log-edit.el (log-edit-changelog-use-first): New var.
2410 (log-edit-changelog-ours-p): Use it.
2411 (log-edit-insert-changelog): Set it with new arg `use-first'.
2412 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
2413 (log-edit-hook): Add them to the list of suggested options.
2414
2415 * textmodes/flyspell.el (flyspell-last-buffer): New var.
2416 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
2417 redundant work.
2418 (flyspell-mode-on): Use add-hook for after-change-functions.
2419 (flyspell-mode-off): Use remove-hook for after-change-functions.
2420 (flyspell-changes): Make it buffer-local.
2421 (flyspell-after-change-function): Make it non-interactive. Use push.
2422 (flyspell-post-command-hook): Check input-pending-p while processing
2423 the potentially long list of buffer changes.
2424
2425 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2426
2427 * buff-menu.el (list-buffers-noselect): Display the selected
2428 frame's buffer list, not the global one.
2429
2430 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
2431
2432 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2433 that (list last-input-event) works as in interactive spec.
2434
2435 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2436
2437 * loadup.el ("facemenu"): Load facemenu before font-lock, because
2438 `facemenu-keymap' needs to be defined when font-lock is loaded.
2439 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2440
2441 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2442
2443 * completion.el: Remove useless leading * in defcustom docstrings.
2444 (save-completions-file-name): Use ~/.emacs.d if available.
2445 (completion-standard-syntax-table): Rename from
2446 cmpl-standard-syntax-table and fold initialization into declaration,
2447 thus removing cmpl-make-standard-completion-syntax-table.
2448 (completion-lisp-syntax-table, completion-c-syntax-table)
2449 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2450 (cmpl-saved-syntax, cmpl-saved-point): Remove.
2451 (symbol-under-point, symbol-before-point)
2452 (symbol-under-or-before-point, symbol-before-point-for-complete)
2453 (add-completions-from-c-buffer): Use with-syntax-table.
2454 (make-completion): Don't return a list of completion entries.
2455 Update callers.
2456 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2457 (completion-initialize): Rename from initialize-completions.
2458 (completion-find-file-hook): Rename from cmpl-find-file-hook.
2459 (kill-emacs-save-completions): Collect stats here.
2460 (save-completions-to-file, load-completions-from-file):
2461 Use with-current-buffer.
2462 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
2463 into a function. Move all calls to toplevel.
2464 (completion-lisp-mode-hook): New fun.
2465 (completion-c-mode-hook, completion-setup-fortran-mode):
2466 Set the syntax-table here. Use local-set-key.
2467 (completion-saved-bindings): New var.
2468 (dynamic-completion-mode): Make it into a proper minor mode.
2469 (load-completions-from-file): Remove unused var `num-uses'.
2470
2471 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
2472 constructor if it is explicitly overridden.
2473
2474 * complete.el (PC-completion-as-file-name-predicate):
2475 Use minibuffer-completing-file-name.
2476 (partial-completion-mode): Use find-file-not-found-functions.
2477 (PC-lisp-complete-symbol): Use with-syntax-table.
2478 (PC-look-for-include-file): Remove dead setq.
2479 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
2480 (PC-complete): Use with-current-buffer.
2481
2482 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
2483 escape single quotes.
2484
2485 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2486
2487 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
2488 of `if' whose condition always returned nil. Doc fix.
2489
2490 * buff-menu.el (Buffer-menu-revert-function): Make the selected
2491 window's buffer the current buffer around the call to
2492 `list-buffers-noselect'. This is necessary to mark that buffer
2493 with a `.' in the Buffer Menu when called from Lisp, for instance
2494 by Auto Revert Mode.
2495
2496 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
2497
2498 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
2499 attaching to it.
2500 (gdb-pre-prompt): Make sure gdb-error is reset.
2501
2502 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
2503 with a child process, detect it.
2504 (gud-speedbar-buttons): Match regexp more carefully.
2505
2506 2005-11-27 Richard M. Stallman <rms@gnu.org>
2507
2508 * mouse.el (mouse-drag-move-window-bottom):
2509 Use adjust-window-trailing-edge.
2510
2511 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2512
2513 * simple.el (blink-matching-open): Ignore
2514 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
2515 (blink-matching-paren-on-screen): Update docstring.
2516
2517 * paren.el (show-paren-mode): No longer change
2518 `blink-matching-paren-on-screen'.
2519
2520 2005-11-27 John Paul Wallington <jpw@pobox.com>
2521
2522 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2523 (gdb-threads-select, gdb-edit-register-value):
2524 Use `posn-set-point' instead of `mouse-set-point' because the
2525 latter is not fbound when configured without X.
2526
2527 2005-11-27 Kim F. Storm <storm@cua.dk>
2528
2529 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
2530 existing face when partially highlighting a TAB in a rectangle.
2531
2532 2005-11-26 Kim F. Storm <storm@cua.dk>
2533
2534 * ido.el (ido-mode-map): Doc fix.
2535 (ido-mode-common-map, ido-mode-file-map)
2536 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
2537 (ido-define-mode-map): Rewrite. Select one of the new maps as
2538 parent for ido-mode-map instead of building from scratch.
2539 (ido-init-mode-maps): New defun to initialize new maps.
2540 (ido-mode): Call it.
2541 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
2542 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2543
2544 2005-11-26 John Paul Wallington <jpw@pobox.com>
2545
2546 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
2547 `mouse-set-point' because the latter is not fbound when configured
2548 without X.
2549
2550 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
2551
2552 * files.el (file-relative-name): Doc fix.
2553
2554 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
2555
2556 * progmodes/octave-inf.el (inferior-octave-startup): Force a
2557 non-empty string for secondary prompt PS2.
2558
2559 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
2560
2561 * progmodes/compile.el (compilation-setup): Fix last change.
2562
2563 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
2564
2565 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2566 (gdb-mouse-toggle-breakpoint-margin)
2567 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2568 Add gdb-server-prefix to keep out of command history.
2569 (gdb-edit-register-value): New function.
2570 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2571 (gdb-info-registers-custom): Use above map.
2572
2573 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
2574
2575 * custom.el (enable-theme): Signal error if argument is not a
2576 theme. Don't recalculate a face if it's not loaded yet.
2577
2578 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2579 the `user' theme is in effect.
2580
2581 * info.el (Info-on-current-buffer): Record actual filename in
2582 Info-current-file, instead of t, or a fake filename if a non-file
2583 buffer. Make autoload.
2584 (Info-find-node, Info-revert-find-node): No need to check for
2585 Info-current-file nil.
2586 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2587 Info-current-file is now never `t'.
2588 (Info-fontify-node): Many simplifications due to Info-current-file
2589 always being valid. Use Info-find-file to find node filename.
2590
2591 2005-11-25 David Kastrup <dak@gnu.org>
2592
2593 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2594 new character, then delete" in order to preserve markers.
2595
2596 2005-11-25 David Ponce <david@dponce.com>
2597
2598 * recentf.el (recentf-arrange-by-rule): Handle a special
2599 `auto-mode-alist'-like "strip suffix" rule.
2600 (recentf-build-mode-rules): Handle second level auto-mode entries.
2601
2602 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
2603
2604 * viper-keym.el (viper-ESC-key): Use different values in terminal and
2605 window modes.
2606
2607 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2608 jde-javadoc-checker-report-mode.
2609
2610 * ediff-wind (ediff-make-wide-display): Slight simplification.
2611
2612 * ediff.el (ediff-date): Change the date of last update.
2613
2614 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
2615
2616 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2617 Use define-minor-mode, and make it a local mode. Turn on font-lock.
2618 (hi-lock-mode): New global minor mode.
2619 (turn-on-hi-lock-if-enabled): New function.
2620 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2621 Change arguments to regexp and face instead of a font-lock pattern.
2622 Directly set face property, instead of refontifying.
2623 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
2624 (hi-lock-find-patterns): Use line-number-at-pos.
2625
2626 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
2627 arguments for hi-lock-set-pattern.
2628 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
2629 font-lock-fontify-buffer.
2630 (hi-lock-find-file-hook, hi-lock-current-line)
2631 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
2632
2633 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
2634 turned off.
2635
2636 * progmodes/compile.el (compilation-setup): Don't fiddle with
2637 font-lock-defaults.
2638
2639 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
2640
2641 * progmodes/gdb-ui.el (gdb-var-create-handler)
2642 (gdb-var-list-children-handler): Find values for all variable
2643 objects. gud-speedbar-buttons decides whether to display them.
2644
2645 2005-11-24 Romain Francoise <romain@orebokech.com>
2646
2647 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2648 buffer name with a space.
2649
2650 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
2651
2652 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
2653 `org-export-local-list-max-depth'. Change default value to 3.
2654 (org-auto-renumber-ordered-lists)
2655 (org-plain-list-ordered-item-terminator): New options.
2656 (org-at-item-p, org-beginning-of-item, org-end-of-item)
2657 (org-get-indentation, org-get-string-indentation)
2658 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2659 functions.
2660 (org-move-item-down, org-move-item-up): New commands.
2661 (org-export-as-html): New classes for CSS support. Bug fix in
2662 regular expression detecting fixed-width regions. Respect
2663 `org-local-list-ordered-item-terminator'.
2664 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2665 also a list item.
2666 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2667 New item moving functions.
2668
2669 2005-11-24 Juri Linkov <juri@jurta.org>
2670
2671 * isearch.el (isearch-repeat): With empty search ring set
2672 `isearch-error' to the error string instead of signaling error
2673 with the function `error'.
2674
2675 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2676
2677 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
2678
2679 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
2680
2681 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
2682 and variable.
2683 (gdb-var-create-handler, gdb-var-list-children-handler):
2684 Don't match on "char **...".
2685 (gdb-var-update-handler): Find values for all variable objects.
2686 (gdb-info-frames-custom): Identify frames by leading "#".
2687
2688 * progmodes/gud.el (gud-speedbar-menu-items): Add
2689 gdb-speedbar-auto-raise as radio button.
2690 (gud-speedbar-buttons): Raise speedbar if requested.
2691 Don't match on "char **...".
2692 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
2693 Make it editable.
2694
2695 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
2696
2697 * info.el (Info-fontify-node): Handle the case where
2698 Info-current-file is t.
2699
2700 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2701
2702 * simple.el (blink-matching-open): Fix off-by-one in last change.
2703
2704 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2705
2706 * term/mac-win.el: Don't change default directory.
2707
2708 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
2709
2710 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
2711 buffers correctly. (It used to throw an error in such buffers.)
2712 Make it ask for confirmation in group buffers and other Custom
2713 buffers containing more than one customization item.
2714
2715 2005-11-22 John Paul Wallington <jpw@gnu.org>
2716
2717 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
2718 property on mail and url overlays.
2719 (goto-address-at-point): Use `posn-set-point' instead of
2720 `mouse-set-point' because the latter is not fbound when configured
2721 without X.
2722
2723 2005-11-22 Lars Hansen <larsh@soem.dk>
2724
2725 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
2726 (ls-lisp-classify, ls-lisp-format): Delete call to
2727 ls-lisp-parse-symlink.
2728 (ls-lisp-handle-switches): Handle symlinks to directories as
2729 directories when ls-lisp-dirs-first in non-nil.
2730
2731 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
2732
2733 * startup.el (command-line): Make sure that loaddefs.el is handled
2734 correctly in load-history.
2735
2736 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
2737
2738 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
2739 (gdb-struct-string, gdb-array-string): New constants.
2740 (gdb-info-locals-handler): Use them.
2741 (gdb-reset): Reset gdb-var-list to nil.
2742
2743 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2744
2745 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
2746 in patterns.
2747
2748 2005-11-21 Juri Linkov <juri@jurta.org>
2749
2750 * custom.el (defcustom): Update link types in docstring.
2751
2752 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
2753
2754 * custom.el (defgroup): Add doc-string-elt info.
2755
2756 * widget.el (define-widget): Don't use declare for the doc-string-elt.
2757
2758 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2759
2760 * newcomment.el (comment-enter-backward): Fix last fix.
2761
2762 * simple.el (blink-matching-open):
2763 * paren.el (show-paren-function): Allow new paren-class info.
2764
2765 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
2766
2767 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
2768 handled automagically.
2769
2770 2005-11-20 Andreas Schwab <schwab@suse.de>
2771
2772 * descr-text.el (describe-char): When copying overlays put them
2773 over the full char description instead of just the first character
2774 of it.
2775
2776 2005-11-20 Juri Linkov <juri@jurta.org>
2777
2778 * simple.el (what-cursor-position):
2779 * descr-text.el (describe-char): Use Lisp-readable syntax
2780 for octal and hex. Reorder decimal, octal and hex values.
2781 Remove excess whitespace in the output. Use `=' in `column='
2782 like in `point=' and `Hscroll='.
2783
2784 * international/mule-cmds.el (encoded-string-description):
2785 Use Lisp-readable syntax for hex.
2786
2787 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2788
2789 * newcomment.el (comment-enter-backward): Handle the case where the
2790 comment is closed by EOB.
2791
2792 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * longlines.el (longlines-before-revert-hook)
2795 (longlines-after-revert-hook): New functions.
2796 (longlines-mode): Turn off longlines temporarily when reverting.
2797 Add a message-setup-hook.
2798 (longlines-decode-buffer): New function.
2799 (longlines-wrap-line): Preserve marker positions.
2800
2801 2005-11-19 Andreas Schwab <schwab@suse.de>
2802
2803 * emacs-lisp/shadow.el: Handle compressed files.
2804
2805 2005-11-19 Romain Francoise <romain@orebokech.com>
2806
2807 * net/browse-url.el (browse-url-default-browser): Signal an error
2808 if no usable browser can be found, rather than try to load w3.
2809
2810 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
2811
2812 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
2813 replacing existing properties.
2814 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
2815 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
2816 tty specs.
2817 (rcirc-server-prefix, rcirc-server): New faces.
2818 (rcirc-url-regexp): Generate with rx macro.
2819 (rcirc-last-server-message-time): New variable.
2820 (rcirc-filter): Record time of last message.
2821 (rcirc-keepalive): Kill processes that did not send a message
2822 since the last ping.
2823 (rcirc-mode): Give rcirc-topic a local binding here.
2824
2825 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
2826
2827 * subr.el (read-passwd): Fontify the prompt as we do with other
2828 prompts.
2829
2830 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
2831
2832 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
2833 binding buffer-read-only to nil.
2834
2835 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2836
2837 * complete.el (partial-completion-mode):
2838 Mention completion-auto-help in the doc string.
2839
2840 * man.el (Man-highlight-references): Doc fix. Reformat code in a
2841 more Lisp-ish way.
2842
2843 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2844
2845 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
2846 digits, not 8, to avoid misalignment for files larger than 100MB.
2847
2848 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2849
2850 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
2851 Mention "keyboard shortcuts" in the help text.
2852
2853 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2854
2855 * startup.el (fancy-splash-default-action): Discard only
2856 mouse-down and succeeding mouse-up events in the splash screen
2857 window so that drag-n-drop event can be processed.
2858
2859 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * longlines.el (longlines-mode): Add hacks for mail-mode and
2862 message-mode.
2863
2864 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
2865
2866 * textmodes/org.el (org-table-sort-lines): New command.
2867 (org-tbl-menu): Add entry for `org-table-sort-lines'.
2868 (org-add-file): Command removed, use `org-agenda-file-to-front'
2869 instead.
2870 (org-export-icalendar): Use `org-icalendar-combined-name'.
2871 (org-cycle-agenda-files, org-agenda-file-to-end)
2872 (org-agenda-file-to-front): New commands.
2873 (org-table-tab-jumps-over-hlines,org-export-html-style): New
2874 options.
2875 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2876 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2877 New functions.
2878 (org-fill-paragraph): Call `org-table-align' in tables.
2879 (org-mode): Call `org-set-autofill-regexps'.
2880 (org-export-as-html): Support for local handformatted lists.
2881 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2882 (org-export-local-list-max-depth): New option.
2883 (org-html-expand): Use `org-html-protect'.
2884
2885 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
2886
2887 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
2888 to "p".
2889 (gdb): Move definition of gud-pp to...
2890
2891 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
2892 speedbar.
2893 (gdb-find-watch-expression): New function.
2894
2895 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2896
2897 * faces.el (face-attribute, set-face-attribute): Mention existence
2898 of `:ignore-defface' setting in docstring.
2899
2900 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2901
2902 * simple.el (completion-setup-function): Fix last change.
2903
2904 2005-11-17 John Paul Wallington <jpw@pobox.com>
2905
2906 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
2907 Use `posn-set-point' instead of `mouse-set-point' because the
2908 latter is not fbound when configured without X.
2909
2910 * comint.el (comint-insert-input): Likewise.
2911
2912 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2913
2914 * simple.el (hard-newline): New variable.
2915 (sendmail-user-agent-compose, next-line): Use it.
2916
2917 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
2918 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
2919 (mail-mail-reply-to, mail-mail-followup-to)
2920 (mail-position-on-field, mail-signature, mail-yank-original)
2921 (mail-attach-file): Likewise.
2922
2923 * mail/mailheader.el (mail-header-format)
2924 (mail-header-format-function): Likewise.
2925
2926 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
2927
2928 2005-11-17 Juri Linkov <juri@jurta.org>
2929
2930 * font-lock.el (font-lock-faces): Rename this defgroup from
2931 `font-lock-highlighting-faces'.
2932 (font-lock-comment-face, font-lock-comment-delimiter-face)
2933 (font-lock-string-face, font-lock-doc-face)
2934 (font-lock-keyword-face, font-lock-builtin-face)
2935 (font-lock-function-name-face, font-lock-variable-name-face)
2936 (font-lock-type-face, font-lock-constant-face)
2937 (font-lock-warning-face, font-lock-negation-char-face)
2938 (font-lock-preprocessor-face)
2939 (font-lock-regexp-grouping-backslash)
2940 (font-lock-regexp-grouping-construct): Rename :group from
2941 `font-lock-highlighting-faces' to `font-lock-faces'.
2942
2943 * cus-edit.el (lisp, c, tex):
2944 * progmodes/ada-mode.el (ada):
2945 * progmodes/asm-mode.el (asm):
2946 * progmodes/cperl-mode.el (cperl-faces):
2947 * progmodes/cpp.el (cpp):
2948 * progmodes/dcl-mode.el (dcl):
2949 * progmodes/f90.el (f90):
2950 * progmodes/fortran.el (fortran):
2951 * progmodes/icon.el (icon):
2952 * progmodes/idlwave.el (idlwave-misc):
2953 * progmodes/m4-mode.el (m4):
2954 * progmodes/make-mode.el (makefile):
2955 * progmodes/meta-mode.el (meta-font):
2956 * progmodes/modula2.el (modula2):
2957 * progmodes/octave-mod.el (octave):
2958 * progmodes/pascal.el (pascal):
2959 * progmodes/perl-mode.el (perl):
2960 * progmodes/prolog.el (prolog):
2961 * progmodes/ps-mode.el (PostScript-edit):
2962 * progmodes/scheme.el (scheme):
2963 * progmodes/sh-script.el (sh-script):
2964 * progmodes/simula.el (simula):
2965 * progmodes/tcl.el (tcl):
2966 * textmodes/nroff-mode.el (nroff):
2967 * textmodes/reftex-vars.el (reftex-fontification-configurations):
2968 * textmodes/sgml-mode.el (sgml):
2969 * textmodes/texinfo.el (texinfo):
2970 Add :link (custom-group-link font-lock-faces) to defgroup.
2971
2972 * hi-lock.el (hi-lock): Rename this defgroup from
2973 `hi-lock-interactive-text-highlighting'. Change parent group from
2974 `faces' to `font-lock'. Add link to the manual.
2975 (hi-lock-mode, hi-lock-file-patterns-range)
2976 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
2977 `hi-lock-interactive-text-highlighting' to `hi-lock'.
2978 (hi-lock-faces): Add :group `faces'.
2979
2980 * cus-edit.el (custom-variable-prompt): Clarify the code.
2981
2982 * faces.el (face-read-string): Set the default value arg of
2983 completing-read.
2984
2985 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
2986
2987 * rfn-eshadow.el (file-name-shadow-properties)
2988 (file-name-shadow-tty-properties, file-name-shadow-mode):
2989 Remove autoloads, because the file is now preloaded.
2990
2991 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2992
2993 * printing.el (easy-menu-intern): Don't define.
2994 (pr-get-symbol): Use easy-menu-intern only if defined.
2995
2996 * simple.el (blink-matching-open): Simplify a bit.
2997 (completion-setup-function): Fix the case of partial-completion-mode
2998 when the minibuffer's contents start with "-".
2999 Obey completion-base-size-function even when
3000 minibuffer-completing-file-name is non-nil.
3001
3002 2005-11-16 Richard M. Stallman <rms@gnu.org>
3003
3004 * net/eudcb-ph.el (eudc-ph-open-session):
3005 Use set-process-query-on-exit-flag.
3006
3007 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
3008
3009 * international/ucs-tables.el (ucs-set-table-for-input):
3010 Use make-local-variable, not make-variable-buffer-local.
3011
3012 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3013 Improve warning message text.
3014
3015 * savehist.el (savehist-save-hook): Add :group.
3016
3017 * menu-bar.el (menu-bar-help-menu):
3018 Rename Find Extra Packages to External Packages.
3019
3020 * cus-edit.el (Custom-reset-standard): Verify that
3021 :custom-standard-value prop exists before calling it.
3022
3023 * apropos.el (apropos-calc-scores): Use apropos-pattern.
3024
3025 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
3026
3027 * wid-edit.el (color): Enclose %t in %{...%}.
3028
3029 * cus-edit.el (face): Enclose %t in %{...%}.
3030
3031 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
3032
3033 * savehist.el (savehist-mode-hook): Re-add the var.
3034 (savehist-mode): Use it.
3035
3036 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3037
3038 * textmodes/flyspell.el: Fix commenting convention.
3039 Remove unnecessary leading * in custom docstrings.
3040 (flyspell-emacs): Remove unused var.
3041 (flyspell-delete-region-overlays): Use remove-overlays.
3042 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
3043 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
3044 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
3045 (flyspell-debug-signal-word-checked): Use with-current-buffer.
3046 (make-flyspell-overlay): Don't locally reuse a global name.
3047 (flyspell-highlight-incorrect-region)
3048 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
3049 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
3050 (flyspell-notify-misspell): Remove unused args `start' and `end'.
3051 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
3052 Wrap calls to accept-process-output inside with-local-quit since it's
3053 often called from a post-command-hook.
3054 (flyspell-correct-word, flyspell-auto-correct-word):
3055 Use ispell-send-string.
3056 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
3057
3058 * calendar/diary-lib.el (diary-list-entries): Also hide the
3059 terminating newline.
3060
3061 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
3062
3063 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
3064 window-system, to allow fonts on tty.
3065
3066 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
3067
3068 * progmodes/gud.el (gud-speedbar-item-info): New function.
3069 (gud-install-speedbar-variables): Use it to display data type
3070 of watch expression as a tooltip in speedbar.
3071
3072 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
3073
3074 * font-core.el (global-font-lock-mode): Add :version keyword,
3075 because default was changed.
3076
3077 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3078
3079 * startup.el (command-line): Use `custom-reevaluate-setting' for
3080 `file-name-shadow-mode'.
3081
3082 * loadup.el: Preload rfn-eshadow.
3083
3084 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3085 Add :version keyword.
3086 (file-name-shadow-properties, file-name-shadow-tty-properties)
3087 (file-name-shadow): Add :version keyword.
3088
3089 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3090 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3091 in the custom-group property of the symbol frames and the fringe
3092 group got no link to its parent group frames.
3093 Doc fix.
3094
3095 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
3096
3097 * progmodes/gud.el (gud-stop-subjob): New function.
3098 (gud-menu-map, gud-tool-bar-map): Use it.
3099
3100 2005-11-16 Kim F. Storm <storm@cua.dk>
3101
3102 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3103 than kill it.
3104 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
3105 to a more useful/logical place.
3106
3107 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
3108
3109 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
3110 go buttons complementary.
3111
3112 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3113
3114 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
3115 (rfn-eshadow-sifn-equal): New function.
3116 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
3117
3118 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
3119
3120 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
3121 string.
3122
3123 * viper.el (viper-emacs-state-mode-list): Ensure that
3124 rcirc-mode buffers come up in Emacs state.
3125
3126 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
3127 operation.
3128
3129 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3130
3131 * term.el (term-termcap-format): Fix typos.
3132 (term-down): Fix the negative argument case.
3133
3134 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
3135
3136 * progmodes/gdb-ui.el: Remove face-alias left over from change on
3137 2005-08-15.
3138 (gdb-ann3): New command gud-go.
3139 (menu): Accomodate gdb-mi.el.
3140 (gdb-assembler-custom): Make buffer of selected window current
3141 so that set-window-point works.
3142
3143 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
3144 buttons and include new ones.
3145
3146 2005-11-16 Kim F. Storm <storm@cua.dk>
3147
3148 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
3149 (gud-menu-map): Use it.
3150
3151 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
3152
3153 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
3154 that works correctly for Custom and that does not override a user
3155 who disables it.
3156
3157 * help-mode.el (help-make-xrefs, help-xref-on-pp)
3158 (help-xref-interned, help-follow): Make hyperlinks for variables
3159 that are unbound, but have a non-nil variable-documentation property.
3160
3161 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
3162 mode hook. (It conflicted with defcustoms for some mode hooks.)
3163 Use the `variable-documentation' property to give the mode hook a
3164 docstring and expand that docstring.
3165
3166 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
3167
3168 * savehist.el (savehist-mode): Don't bother with
3169 `custom-set-minor-mode'.
3170 (savehist-coding-system): Check XEmacs version.
3171 (history-length): Declare also at run time.
3172 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
3173 Don't set the customize state.
3174 (savehist-minibuffer-hook): Special case for when
3175 minibuffer-history-variable is equal to t.
3176
3177 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3178
3179 * files.el (write-file): Refresh VC status.
3180
3181 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
3182 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
3183 than fundamental-mode to see if the mode was set.
3184
3185 2005-11-14 Romain Francoise <romain@orebokech.com>
3186
3187 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
3188 dummy function in `eval-when-compile' to avoid compiler warning.
3189 Require `man' at compile time.
3190
3191 2005-11-14 Jay Belanger <belanger@truman.edu>
3192
3193 * calc-alg.el (calcFunc-write-out-power): Rename it to
3194 calcFunc-powerexpand.
3195 (math-write-out-power): Rename it to math-powerexpand; have it
3196 handle negative exponents.
3197 (calc-writeoutpower): Rename it to calc-powerexpand.
3198
3199 * calc-ext.el: Change calcFunc-writeoutpower and
3200 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
3201 autoloads.
3202 Add calcFunc-ldiv to autoloads.
3203
3204 * calc-arith.el (calcFunc-ldiv): New function.
3205
3206 * calc.el (calc-left-divide): New function.
3207
3208 2005-11-14 Juri Linkov <juri@jurta.org>
3209
3210 * cus-edit.el (custom-variable-prompt): Set the default value arg
3211 of completing-read.
3212
3213 * cus-dep.el (custom-make-dependencies): Reverse the list of
3214 found dependencies.
3215
3216 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3217
3218 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
3219 Highlighting" entry, it is on by default now.
3220 (menu-bar-options-save): Do not save global-font-lock-mode.
3221
3222 2005-11-13 Richard M. Stallman <rms@gnu.org>
3223
3224 * textmodes/flyspell.el (flyspell-large-region):
3225 Call flyspell-accept-buffer-local-defs.
3226
3227 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
3228
3229 * textmodes/flyspell.el (flyspell-notify-misspell):
3230 Fix misspelling of "Misspelling".
3231 (flyspell-process-localwords): New function.
3232 (flyspell-large-region): Call flyspell-process-localwords and
3233 flyspell-delete-region-overlays.
3234 (flyspell-delete-region-overlays): New function.
3235 (flyspell-delete-all-overlays): Call that.
3236
3237 2005-11-13 Richard M. Stallman <rms@gnu.org>
3238
3239 * help.el (help-for-help-internal): Improve doc of C-h a.
3240 (describe-key): Improve prompt; doc fix.
3241
3242 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * vc-svn.el (vc-svn-registered): Catch all errors.
3245
3246 * cus-dep.el (custom-make-dependencies): Typo.
3247
3248 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
3249
3250 * net/tramp-util.el (top): Fix compilation warning.
3251
3252 2005-11-13 Kim F. Storm <storm@cua.dk>
3253
3254 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
3255
3256 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
3257
3258 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
3259 (gud-speedbar-buttons): Match on "const char *" too.
3260
3261 * progmodes/gdb-ui.el (gdb-var-create-handler)
3262 (gdb-var-list-children-handler): Match on "const char *" too.
3263 (gdb-var-evaluate-expression-handler): Match on empty string.
3264 (gdb-var-update-handler): Only call
3265 gdb-var-evaluate-expression-handler when required.
3266
3267 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
3268
3269 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
3270 selected window. This still doesn't work for speedbar.
3271 (gud-speedbar-buttons): Handle string expressions properly.
3272
3273 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3274 (gdb-var-create-handler): Handle string expressions properly.
3275 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
3276 Handle string expressions properly. Move "type" field into regexp.
3277
3278 2005-11-12 Karl Fogel <kfogel@red-bean.com>
3279
3280 * bookmark.el (bookmark-maybe-message): New function to reduce
3281 code duplication: invokes `message' iff baud-rate is high enough.
3282 (bookmark-write-file): Use above instead of an inline conditional.
3283 (bookmark-load): Same.
3284
3285 2005-11-12 Karl Fogel <kfogel@red-bean.com>
3286
3287 * bookmark.el (bookmark-write-file): Don't visit the destination
3288 file, just write the data to it using write-region. This is
3289 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
3290 change to avoid visiting the file in the first place.
3291
3292 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
3293
3294 * hi-lock.el (hi-lock-mode): Set the default value of
3295 font-lock-defaults.
3296
3297 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
3298
3299 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
3300 arg to `file-attributes'.
3301 (find-lisp-format): The UID and GID can now be strings.
3302
3303 2005-11-12 Kim F. Storm <storm@cua.dk>
3304
3305 * help.el (help-map): Bind C-h d to apropos-documentation.
3306
3307 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
3308 when point is at end-of-buffer.
3309
3310 * apropos.el (apropos-match-face): Doc fix.
3311 (apropos-sort-by-scores): Add new choice `verbose'.
3312 (apropos-documentation-sort-by-scores): New defcustom.
3313 (apropos-pattern): Now contains the pattern entered by the user.
3314 (apropos-pattern-quoted): New defvar.
3315 (apropos-regexp): New defvar, containing the regexp corresponding
3316 to apropos-pattern.
3317 (apropos-all-words-regexp): Rename from apropos-all-regexp.
3318 (apropos-read-pattern): New defun. Use it to read pattern arg in
3319 interactive calls; returns list of words for a word list, and
3320 string for a regexp.
3321 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
3322 parses a list of words or regexp as returned by apropos-read-pattern.
3323 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
3324 (apropos-score-doc): Return a very high score if the string
3325 entered by the user matches literally.
3326 (apropos-variable): Doc fix. Use apropos-read-pattern.
3327 (apropos-command): Doc fix. Use apropos-read-pattern and
3328 apropos-parse-pattern. Call apropos-print with nosubst=t.
3329 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
3330 apropos-parse-pattern.
3331 (apropos-documentation): Doc fix. Use apropos-read-pattern and
3332 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
3333 apropos-documentation-sort-by-scores. Call apropos-print with
3334 nosubst=t.
3335 (apropos-documentation-internal): Pass doc string through
3336 substitute-key-definition before adding text properties.
3337 Highlight substring matching literal user input if possible.
3338 (apropos-documentation-check-doc-file): Remove locals beg and end.
3339 Fix calculation of score (as added twice). Pass doc string through
3340 substitute-key-definition before adding text properties.
3341 (apropos-documentation-check-elc-file): Pass doc string through
3342 substitute-key-definition before adding text properties.
3343 Highlight substring matching literal user input if possible.
3344 (apropos-print): Add new arg NOSUBST; if set, command and variable
3345 doc strings have already been passed through substitute-key-definition.
3346 Add code to handle apropos-accumulator items without score element
3347 for backwards compatibility (e.g. with woman package).
3348 Only show scores if apropos-sort-by-scores is `verbose'.
3349
3350 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3351
3352 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
3353 Add jka-compr-load-suffixes to load-suffixes.
3354
3355 * jka-compr.el: Require 'jka-cmpr-hook.
3356 (jka-compr-info-compress-message, jka-compr-info-compress-program)
3357 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
3358 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
3359 (jka-compr-info-can-append, jka-compr-info-strip-extension)
3360 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
3361 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
3362 (jka-compr-uninstall): Remove entries from
3363 jka-compr-added-to-file-coding-system-alist after they are used.
3364 (jka-compr-error): Remove unused var `curbuf'.
3365 (jka-compr-file-local-copy): Remove unused var `notfound'.
3366
3367 2005-11-10 Romain Francoise <romain@orebokech.com>
3368
3369 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
3370
3371 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
3372
3373 * progmodes/gud.el (gud-menu-map): Move parentheses.
3374 (gdb): New command gud-pv.
3375
3376 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * tar-mode.el: Remove spurious or unnecessary leading stars
3379 in docstrings.
3380 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
3381 (tar-parse-octal-integer-safe): Use mapc.
3382 (tar-header-block-summarize): Remove unused var `ck'.
3383 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
3384 cleared before. Obey default-enable-multibyte-characters.
3385 Use mapconcat. Simplify setting of tar-header-offset.
3386 (tar-mode-map): Move initialization inside delcaration.
3387 (tar-flag-deleted): Use `abs'.
3388 (tar-expunge-internal): Remove unused var `line'.
3389 (tar-expunge-internal): Don't hardcode point-min==1.
3390 (tar-expunge): Widen while doing set-buffer-multibyte.
3391 (tar-rename-entry): Use file-name-coding-system.
3392 (tar-alter-one-field): Don't hardcode point-min==1.
3393 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
3394 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
3395
3396 2005-11-10 Masatake YAMATO <jet@gyve.org>
3397
3398 * add-log.el (add-log-current-defun): Handle class::method
3399 notation of c++. Fix incorrect comment.
3400
3401 2005-11-10 Alan Mackenzie <acm@muc.de>
3402
3403 * help-fns.el (describe-variable): Make C-h v work when a variable
3404 has variable documentation yet is unbound.
3405
3406 2005-11-10 Masatake YAMATO <jet@gyve.org>
3407
3408 * man.el (Man-highlight-references): Set an empty
3409 string to `Man-arguments' if it is nil.
3410 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
3411
3412 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3413
3414 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
3415 commenting conventions.
3416
3417 * cus-dep.el (custom-make-dependencies): Simplify.
3418 Better follow the commenting conventions.
3419
3420 2005-11-09 Richard M. Stallman <rms@gnu.org>
3421
3422 * apropos.el (apropos-pattern): Rename from apropos-regexp.
3423 (apropos-orig-pattern): Rename from apropos-orig-regexp.
3424 All uses changed.
3425 (apropos-rewrite-regexp): Doc fix.
3426 (apropos-variable, apropos-command, apropos, apropos-value):
3427 Change prompt; carry through the argument renaming.
3428
3429 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
3430
3431 * find-lisp.el: Require dired.
3432 (find-lisp-find-dired-internal): Do not call
3433 `abbreviate-file-name' on DIR.
3434
3435 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
3436
3437 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3438
3439 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
3440
3441 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3442 when using the speedbar.
3443 (gdb): New command gud-pp.
3444 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3445
3446 2005-11-09 Juri Linkov <juri@jurta.org>
3447
3448 * replace.el (occur-excluded-properties): New defcustom.
3449 (occur-1, occur-engine, occur-accumulate-lines): Use it.
3450
3451 2005-11-08 Jay Belanger <belanger@truman.edu>
3452
3453 * calc/calc-units.el (math-convert-units): Replace any composite
3454 unit by its definition.
3455
3456 2005-11-08 Lars Hansen <larsh@soem.dk>
3457
3458 * emacs-lisp/autoload.el (update-directory-autoloads):
3459 Add obsolete function alias.
3460
3461 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3462
3463 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3464 comment-indent-function.
3465 (lisp-comment-indent): Replace by an alias for comment-indent-default.
3466
3467 * reveal.el (reveal-post-command): Rework the handling of
3468 reveal-open-spots, so as to be more reliable. There were several
3469 tricky corner cases where an open spot might be lost, or where
3470 a closed spot might end up on the list of open spots.
3471 Only reveal text that's ellipsised.
3472
3473 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
3474
3475 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
3476
3477 2005-11-07 John Paul Wallington <jpw@gnu.org>
3478
3479 * ibuffer.el (ibuffer): Search iconified frames too when
3480 getting Ibuffer buffer's window.
3481
3482 2005-11-06 Richard M. Stallman <rms@gnu.org>
3483
3484 * progmodes/compile.el (compilation-internal-error-properties):
3485 save-excursion around the computation of MARKER.
3486
3487 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
3488
3489 * textmodes/flyspell.el (flyspell-external-point-words):
3490 flyspell-get-word returns a list, not just a string.
3491
3492 2005-11-06 John Paul Wallington <jpw@pobox.com>
3493
3494 * ibuffer.el (ibuffer): Search all visible frames when getting
3495 Ibuffer buffer's window.
3496
3497 2005-11-07 Masatake YAMATO <jet@gyve.org>
3498
3499 * man.el (Man-reference-regexp): Accept spaces between
3500 `Man-name-regexp' and `Man-section-regexp'.
3501 (Man-apropos-regexp): New variable.
3502 (Man-abstract-xref-man-page): Use value for `Man-target-string'
3503 if available.
3504 (Man-highlight-references, Man-highlight-references0):
3505 Handle the case when `Man-arguments' includes "-k".
3506 (Man-highlight-references0): Rename the argument `TARGET-POS' to
3507 `TARGET'. `TARGET' can be a number, function or nil.
3508
3509 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
3510
3511 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
3512 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
3513 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
3514 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
3515 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
3516 (gdb-send-item): Use buffer-local-value and simplify.
3517
3518 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
3519
3520 * startup.el (command-line): Use `custom-reevaluate-setting' for
3521 `global-font-lock-mode'.
3522
3523 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
3524 by default, except in batch mode or when the -D option is given.
3525
3526 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
3527 specified keyword args on to `define-minor-mode'. Update docstring.
3528
3529 2005-11-05 Romain Francoise <romain@orebokech.com>
3530
3531 * replace.el (occur-engine): Add marker at end of line, too.
3532
3533 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
3534
3535 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3536 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3537 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3538 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3539 argument to all these routines, so the passphrase can be managed
3540 externally and passed in to the system.
3541 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3542 pgg-add-passphrase-to-cache function.
3543
3544 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3545 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3546 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3547 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3548 argument to all these routines, so the passphrase can be managed
3549 externally and passed in to the system.
3550 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3551 function.
3552
3553 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3554
3555 * font-lock.el: Don't deal with font-lock-face-attributes here,
3556 move the code ...
3557
3558 * startup.el (command-line): ... here. Use face-spec-set instead
3559 of custom-declare-face.
3560
3561 * faces.el (face-spec-set): Reset the face if spec is not nil.
3562
3563 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3564
3565 * newcomment.el (comment-region-internal): Box more tightly in the
3566 common case where there's no TAB in the boxed text.
3567
3568 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3569
3570 * info.el (info-tool-bar-map): Use images prev-node, next-node and
3571 up-node.
3572
3573 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
3574
3575 * newsticker.el: Commentary updated. Code formatting changed.
3576 (newsticker-version): Change to "1.9".
3577 (newsticker, newsticker-feed): Doc fix.
3578 (newsticker-url-list): Doc fix. Add option "Weekly".
3579 (newsticker-retrieval-interval): Add option "Weekly".
3580 (newsticker-headline-processing): Doc fix.
3581 (newsticker-auto-mark-filter): Remove.
3582 (newsticker-auto-mark-filter-list): New.
3583 (newsticker-layout, newsticker-sort-method): Doc fix.
3584 (newsticker-hide-old-items-in-newsticker-buffer)
3585 (newsticker-heading-format, newsticker-item-format)
3586 (newsticker-desc-format): Doc fix.
3587 (newsticker-show-all-rss-elements): Remove.
3588 (newsticker-show-all-news-elements): New.
3589 (newsticker-faces, newsticker-ticker): Doc fix.
3590 (remove-from-invisibility-spec): Code formatting.
3591 (newsticker--process-ids): New.
3592 (newsticker-mode): Doc fix.
3593 (newsticker-mode): Change mode-line-format.
3594 (newsticker-start): Remove debug output.
3595 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
3596 (newsticker-w3m-show-inline-images): Code formatting.
3597 (newsticker-next-item): Call `force-mode-line-update'.
3598 (newsticker-previous-item): Call `force-mode-line-update'.
3599 (newsticker-next-feed): Call `force-mode-line-update'.
3600 (newsticker-previous-feed): Call `force-mode-line-update'.
3601 (newsticker-mark-all-items-at-point-as-read): Code formatting.
3602 (newsticker-show-old-items): Do not show descs.
3603 (newsticker-hide-entry): Hide too much.
3604 (newsticker-hide-entry, newsticker-show-entry)
3605 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3606 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3607 (newsticker-toggle-auto-narrow-to-item): Code formatting.
3608 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3609 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3610 (newsticker-get-news): Call `force-mode-line-update'.
3611 Collect process ids.
3612 (newsticker--sentinel): Change coding system handling.
3613 Move image retrieval to new functions newsticker--get-logo-url-*.
3614 Move feed parsing to new functions newsticker--parse-*.
3615 Update list of process ids.
3616 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3617 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3618 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3619 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3620 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3621 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3622 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3623 (newsticker--decode-coding-string): Remove.
3624 (newsticker--decode-numeric-entities): Check input. Format code.
3625 (newsticker--remove-whitespace): Check input.
3626 (newsticker--do-forget-preformatted): Doc fix.
3627 (newsticker--decode-rfc822-date): Allow for missing time.
3628 (newsticker--update-process-ids): New.
3629 (newsticker--image-sentinel): Change comment.
3630 (newsticker--image-read): Change error message.
3631 (newsticker--imenu-goto): Doc fix. Show headline title.
3632 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
3633 (newsticker--buffer-do-insert-text): Clean whitespace in
3634 html-rendered headline title. Code formatting.
3635 Call `newsticker--buffer-print-extra-elements'.
3636 (newsticker--buffer-print-extra-element): Remove.
3637 (newsticker--buffer-print-extra-elements): New.
3638 (newsticker--buffer-do-print-extra-element): New.
3639 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
3640 large sizes.
3641 (newsticker--run-auto-mark-filter)
3642 (newsticker--do-run-auto-mark-filter):
3643 Use `newsticker-auto-mark-filter-list'.
3644
3645 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
3646
3647 * net/rcirc.el: Use split-string OMIT-NULLS argument.
3648 (rcirc-print): Force redisplay before running hooks. Do long
3649 buffer truncation after making new text read-only. Deal with nil
3650 text when decoding strings. If TARGET is nil, use either the
3651 currently selected buffer, if it is an rcirc buffer and of the
3652 same process or the process buffer.
3653 (rcirc-mode): Remove header-line. Recompute short buffer names.
3654 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
3655 (rcirc-short-buffer-name): Add variable.
3656 (rcirc-kill-buffer-hook): Recompute short buffer names.
3657 Remove nick from private channel.
3658 (rcirc-send-input): Send command text to current-buffer.
3659 Don't clear overlay arrow here.
3660 (rcirc-short-buffer-name): Return a short buffer name.
3661 (rcirc-update-short-buffer-names, rcirc-abbreviate)
3662 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
3663 buffer-name abbreviations.
3664 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
3665 Do not touch nick-table when killing a parted channel.
3666 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
3667 Clear arrow from current buffer if it is now hidden.
3668 (rcirc-current-buffer): Add variable.
3669 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3670 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
3671 Remove -face from names.
3672 (rcirc-update-activity-string): Print "DND" when globally ignoring
3673 activity.
3674 (rcirc-ignore-buffer-activity-flag): Rename from
3675 rcirc-ignore-channel-activity.
3676 (rcirc-ignore-all-activity-flag): Doc fix.
3677 (rcirc-channels): Remove variable.
3678 (rcirc-kill-buffer-hook):
3679 (rcirc-get-buffer-create): Add nick to private channel.
3680 (rcirc-multiline-edit-submit): Remove tabs.
3681 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
3682 folded.
3683 (rcirc-remove-nick-channel): Bug fix.
3684 (rcirc-toggle-ignore-buffer-activity): Rename from
3685 rcirc-toggle-ignore-channel-activity.
3686 (rcirc-record-activity): Add buffers to the front of the list.
3687 (rcirc-update-activity): Remove killed buffers from list.
3688 (rcirc-process-server-response-1): Remove last argument if it is
3689 null before calling handler.
3690 (rcirc): Add "rcirc" defcustom prefix.
3691 (rcirc-prompt): Simplify default prompt.
3692 Use custom-initialize-default.
3693 (rcirc-private-chats): Remove variable.
3694 (rcirc-prompt): Change initialization.
3695 (rcirc-version): Remove function.
3696 (rcirc-id-string): Add constant.
3697 (rcirc-last-buffer): Remove variable.
3698 (rcirc-buffer-alist): Add variable.
3699 (rcirc-connect): Update variable setup.
3700 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
3701 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
3702 default.
3703 (rcirc-handler-generic): Trigger activity.
3704 (rcirc-send-message): Create the buffor of the target.
3705 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
3706 (rcirc-get-buffer): Just return nil if there is no matching buffer.
3707 (rcirc-multiline-edit-cancel): Remove function.
3708 (rcirc-set-last-buffer): Remove function.
3709 (rcirc-get-any-buffer): Add function.
3710 (rcirc-join-channels): Don't print /join text.
3711 (rcirc-toggle-ignore-channel-activity): Add and update echo area
3712 messages.
3713 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
3714 (rcirc-handler-NOTICE): Recognize CTCP responses.
3715 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
3716 constructing TOPIC string for buffers we are not JOINed.
3717 (rcirc-handler-CTCP-response): Add handler.
3718 (rcirc-multiline-edit-submit): Restore the window-configuration
3719 before adjusting point.
3720 (rcirc): Add customization group.
3721 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
3722 (rcirc-user-full-name, rcirc-startup-channels-alist)
3723 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
3724 (rcirc-ignore-all-activity-flag, rcirc-time-format)
3725 (rcirc-input-ring-size, rcirc-read-only-flag)
3726 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
3727 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
3728 Change defvar to defcustom.
3729 (rcirc-update-prompt): Add optional ALL arg, which will update
3730 prompts in all rcirc buffers. Regexp quote replacement text.
3731 (rcirc-fill-column): Accept 'frame-width as a value.
3732 (rcirc-set-changed): Add function.
3733 (rcirc-next-active-buffer): Write more meaningful messages.
3734 (rcirc-faces): Add customization group.
3735 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
3736 (rcirc-nick-in-message-face, rcirc-prompt-face)
3737 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
3738 (with-rcirc-process-buffer): Move before first usage.
3739 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
3740 (rcirc-debug-flag): Rename from `rcirc-log-p'.
3741 (rcirc-debug): Rename from `rcirc-log'.
3742 (rcirc-format-response-string): Do not print '-' chars for a
3743 NOTICE with no sender. Simplify output of server responses.
3744
3745 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3746
3747 (rcirc-browse-url-map, rcirc-browse-url-at-point)
3748 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
3749 mouse and RET clickable.
3750
3751 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3752
3753 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
3754
3755 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
3756
3757 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3758 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3759 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3760 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3761 argument to all these routines, so the passphrase can be managed
3762 externally and passed in to the system.
3763 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3764 pgg-add-passphrase-to-cache function.
3765
3766 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3767 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3768 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3769 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3770 argument to all these routines, so the passphrase can be managed
3771 externally and passed in to the system.
3772 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3773 function.
3774
3775 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
3776
3777 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
3778 from goto-address-url-regexp.
3779
3780 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
3781
3782 * textmodes/org.el (org-read-date, org-goto-calendar)
3783 (org-recenter-calendar, org-agenda-goto-calendar):
3784 Temporarily clear 'calendar-move-hook'.
3785
3786 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
3787
3788 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
3789 merging.
3790
3791 * ediff-util.el (ediff-previous-difference): Don't skip regions that
3792 have merge clashes.
3793
3794 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3795
3796 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3797 Undo previous change.
3798
3799 * startup.el (command-line): Use `custom-reevaluate-setting' for
3800 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
3801 tty-register-default-colors on Mac.
3802
3803 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3804
3805 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
3806 (gdb-buffer-type): Make it automatically buffer local...
3807 (gdb-get-create-buffer): ...and set it accordingly.
3808 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
3809 actually work.
3810
3811 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
3812
3813 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
3814 not red.
3815
3816 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3817
3818 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
3819 case GUD buffer is not visible.
3820 (gdb-goto-breakpoint): Try to force display in source buffer.
3821 (gdb-frame-gdb-buffer): Copy other similar functions.
3822 (gdb-restore-windows): Don't display source if not asked for.
3823 (gdb-assembler-buffer-name): Don't capitalise.
3824
3825 2005-11-03 Richard M. Stallman <rms@gnu.org>
3826
3827 * wid-edit.el (key-sequence): New widget type.
3828
3829 * simple.el (set-mark-command-repeat-pop): New variable.
3830 (set-mark-command): Only interpret plan C-@ after a pop as a pop
3831 if set-mark-command-repeat-pop is true.
3832
3833 * info.el (Info-fontify-node): Don't display extra "see" if there
3834 already is one here.
3835
3836 * mouse.el: Fix special handling of DEL after dragging a region:
3837 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
3838 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
3839
3840 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
3841
3842 * textmodes/ispell.el (ispell-command-loop): Change `i' description
3843 not to assume it pertains to an affix.
3844
3845 * textmodes/flyspell.el (flyspell-post-command-hook):
3846 Bind deactivate-mark to prevent deactivation.
3847
3848 2005-11-03 Lars Hansen <larsh@soem.dk>
3849
3850 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
3851 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
3852 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
3853
3854 2005-11-03 Romain Francoise <romain@orebokech.com>
3855
3856 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
3857 Update copyright years.
3858
3859 2005-11-03 Sam Steingold <sds@gnu.org>
3860
3861 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3862 Use system-type instead of window-system because window-system is not
3863 correctly defined during loadup.
3864
3865 2005-11-02 Mark A. Hershberger <mah@everybody.org>
3866
3867 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
3868 (xml-parse-tag): Join strings separated by a comment properly.
3869
3870 2005-11-02 Andreas Schwab <schwab@suse.de>
3871
3872 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
3873
3874 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
3877 (byte-optimize-pure-func): Quote the eval'd value.
3878
3879 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3880 Rename from perl-font-lock-syntactic-face-function.
3881 Change the calling convention so it can be used as a font-lock MATCHER.
3882 Do the parse-partial-sexp loop outselves.
3883 (perl-font-lock-syntactic-keywords): Use it.
3884 (perl-mode): Don't set font-lock-syntactic-face-function any more.
3885
3886 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
3887
3888 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
3889 disassembly buffer too.
3890 (gdb-exited): Remove overlay arrows when execution has finished.
3891 (gdb-info-frames-custom, gdb-info-threads-custom)
3892 (gdb-info-registers-custom): Don't add inappropriate text
3893 properties if inferior is not active.
3894
3895 2005-11-02 Glenn Morris <rgm@gnu.org>
3896
3897 * progmodes/fortran.el (fortran-blink-match):
3898 Use `blink-matching-delay'.
3899
3900 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
3901
3902 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
3903
3904 2005-11-02 Lars Hansen <larsh@soem.dk>
3905
3906 * net/tramp.el (tramp-action-out-of-band): Handle scp message
3907 "Permission denied".
3908
3909 2005-11-01 Richard M. Stallman <rms@gnu.org>
3910
3911 * textmodes/flyspell.el (flyspell-external-point-words):
3912 Pass nil to flyspell-get-word.
3913
3914 2005-11-02 Kim F. Storm <storm@cua.dk>
3915
3916 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
3917 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
3918
3919 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3920
3921 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
3922 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3923 (calendar-mouse-print-dates): Add optional `event' argument.
3924 Update interactive-spec.
3925 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3926 Use `calendar-event-to-date' instead of `event'.
3927
3928 2005-11-02 Masatake YAMATO <jet@gyve.org>
3929
3930 * progmodes/ld-script.el (ld-script-builtins):
3931 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
3932 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
3933 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
3934
3935 2005-11-01 Romain Francoise <romain@orebokech.com>
3936
3937 * vc-sccs.el: Update copyright year.
3938 * ezimage.el: Likewise.
3939
3940 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
3941
3942 * info.el (Info-fontify-node): Use `string-width' for fontifying
3943 underlined titles.
3944
3945 2005-11-01 Juri Linkov <juri@jurta.org>
3946
3947 * info.el (Info-fontify-node): Downcase node header keywords Node,
3948 Prev, Next, Up before comparison.
3949 (Info-history): Insert absolute directory name, and put invisible
3950 property on it.
3951
3952 2005-11-01 Juri Linkov <juri@jurta.org>
3953
3954 * info.el (Info-file-supports-index-cookies): New variable.
3955 (Info-find-node-2): Check makeinfo version for index cookie support.
3956 (Info-index-nodes): Search for nodes with index cookies only when
3957 Info-file-supports-index-cookies is t. Otherwise, search nodes
3958 with "Index" in the node name.
3959 (Info-index-node): Search index cookie in the current node only when
3960 Info-file-supports-index-cookies is t. Otherwise, check the word
3961 "Index" in the node name.
3962 (Info-find-emacs-command-nodes): Remove code that searches nodes
3963 with "Index" node name in the top menu.
3964
3965 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3966
3967 * progmodes/scheme.el (scheme-mode-variables): Use the default
3968 comment-indent-function.
3969
3970 * faces.el (face-attribute): Handle the case where a face inherits from
3971 a non-existent face.
3972
3973 * simple.el (eval-expression-print-format): Use lisp-readable syntax
3974 for octal and hexa output, and merge the char into the paren.
3975 (kill-new): Use push.
3976 (copy-to-buffer): Use with-current-buffer.
3977 (completion-setup-function): Move code in loop to remove redundancy.
3978 (minibuffer-local-must-match-map): Don't add bindings that duplicate
3979 those inherited from minibuffer-local-completion-map.
3980
3981 * savehist.el (savehist-mode) <defcustom>:
3982 Use custom-set-minor-mode if available.
3983 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
3984 and emit a message if applicable.
3985
3986 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
3987
3988 * savehist.el: Sync up to version 19.
3989 (savehist-mode): New minor mode.
3990 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
3991 (savehist-length): Remove (use history-length instead).
3992 (savehist-file-modes): Rename from savehist-modes.
3993 (savehist-save-hook, savehist-loaded): New vars.
3994 (savehist-load): Use savehist-mode. Try to smooth up transition from
3995 old format to new format.
3996 (savehist-install): Allow savehist-autosave-interval to be nil.
3997 (savehist-save): Run the new hook. Be more careful to only trim the
3998 history variables.
3999 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
4000 (savehist-printable): Print into a buffer rather than char-by-char.
4001
4002 2005-11-01 John Wiegley <johnw@newartisans.com>
4003
4004 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
4005 toggle-ignore keybinding (C-a). The author said it had been
4006 disabled much earlier due to a possible incompatibility, but after
4007 many months of usage I have encountered no problems (and it is a
4008 rather useful option, especially for switching to " *temp*").
4009
4010 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
4011 support for OS/X's AddressBook, by calling out to the open source
4012 program "contacts" (installable through Fink).
4013
4014 * net/eudc.el (eudc-expand-inline): If the
4015 `eudc-multiple-match-handling-method' is set to `all', delete the
4016 query string before inserting the query result.
4017
4018 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
4019 flag, to prevent Eshell from using the system ls when
4020 `eshell-ls-insert-directory' is in used.
4021 (eshell-ls-insert-directory): Disable font-lock in directory
4022 buffer so that Eshell's own fontification is seen. This broke
4023 recently due to changes in font-lock, so this goes back to version
4024 21 behavior.
4025
4026 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
4027
4028 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
4029 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
4030 (gdb-many-windows): Doc fix.
4031
4032 2005-10-31 Romain Francoise <romain@orebokech.com>
4033
4034 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
4035
4036 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4037
4038 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
4039 that global-font-lock-mode can be enabled by default.
4040
4041 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
4042 (font-lock-add-keywords, font-lock-remove-keywords)
4043 (font-lock-fontify-buffer): Remove autoload cookies.
4044
4045 * jit-lock.el (jit-lock-register): Likewise.
4046
4047 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
4048
4049 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
4050
4051 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4052 intact if there is no gud-comint-buffer.
4053
4054 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
4055
4056 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
4057 old prompt comint-prompt-read-only is t and GDB commands are
4058 issued from tool bar etc.
4059
4060 2005-10-31 Masatake YAMATO <jet@gyve.org>
4061
4062 * vc.el (vc-directory-exclusion-list): Add "{arch}".
4063
4064 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
4065
4066 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
4067 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4068
4069 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
4070
4071 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4072 starting at beginning of line. Fontification is messed up when
4073 `open-paren-in-column-0-is-defun-start' set to t.
4074 Reported by John Paul Wallington <jpw@pobox.com>.
4075
4076 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
4077
4078 * comint.el (comint-send-input): Call `comint-update-fence' when
4079 `comint-process-echoes' and `comint-prompt-read-only' are both
4080 non-nil, to avoid leftover read-only newline.
4081
4082 2005-10-30 Richard M. Stallman <rms@gnu.org>
4083
4084 * textmodes/flyspell.el (flyspell-external-point-words):
4085 Detect when WORD can't be checked properly because
4086 flyspell-get-word finds just part of it, and move on.
4087
4088 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4089 boundarychar for Polish.
4090 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4091 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4092
4093 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
4094
4095 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4096 (gdb-registers-font-lock-keywords): Delete.
4097 (gdb-registers-mode): Don't fontify.
4098 (gdb-info-registers-custom): Use text properties instead as, in
4099 future, changed register values will use font-lock-warning-face.
4100 (gdb-local-font-lock-keywords): Rename to...
4101 (gdb-locals-font-lock-keywords): ...for consistency.
4102
4103 2005-10-30 Andre Spiegel <spiegel@gnu.org>
4104
4105 * vc.el (vc-switch-backend): Better error message if the buffer is
4106 not visiting a file under version control.
4107
4108 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
4109
4110 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
4111
4112 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
4113 ~/.emacs.d/.emacs.
4114
4115 2005-10-29 Richard M. Stallman <rms@gnu.org>
4116
4117 * replace.el (occur-mode-mouse-goto): Always go to other window.
4118 (occur-mode-goto-occurrence): Always switch in same window.
4119
4120 * simple.el (undo): Display message at end, not at start.
4121
4122 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
4123 New arg REUSE-CELL.
4124 (cancel-timer-internal): New function.
4125 (timer-event-handler): Use cancel-timer-internal,
4126 and pass the cell it returns to timer-activate...
4127
4128 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
4129 (jit-lock-deferred-fontify, jit-lock-context-fontify)
4130 (jit-lock-after-change): Test memory-full.
4131
4132 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
4133
4134 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4135 part of the decoded armor to find the key-identifier.
4136 (pgg-gpg-lookup-key-owner): New function to return the
4137 human-readable identifier of a key owner.
4138 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4139 key itself.
4140 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4141 the key value) if we have a key and can match it against a secret
4142 key. Also, added a note pointing out fact that the prompt only
4143 indicates the first matching key.
4144
4145 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4146 pgg-decrypt-region.
4147 (pgg-pending-timers): A new hash for tracking the passphrase cache
4148 timers, so that new ones supercede old ones.
4149 (pgg-add-passphrase-to-cache): Rename from
4150 `pgg-add-passphrase-cache' to reduce confusion (all callers
4151 changed). Modified to cancel old timers when new ones are added.
4152 (pgg-remove-passphrase-from-cache): Rename from
4153 `pgg-remove-passphrase-cache' to reduce confusion (all callers
4154 changed). Modified to cancel old timers when their keys are
4155 removed from the cache.
4156 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4157 XEmacs, an indirection to delete-itimer.
4158 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4159 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4160 users can only check cache without risk of prompting. Correct bug in
4161 notruncate behavior.
4162 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4163 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4164 Add informative docstrings.
4165 (pgg-decrypt): Convey provided passphrase in subordinate call to
4166 pgg-decrypt-region.
4167
4168 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4169 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4170 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4171 'passphrase' argument, so the passphrase can be managed externally
4172 and then passed in to the system.
4173
4174 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4175 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4176 so the passphrase cache can be used reliably with identifiers
4177 besides a pgp packet's key id.
4178
4179 * pgg-gpg.el (pgg-pgp-encrypt-region)
4180 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4181 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4182 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
4183 argument to all these routines, so the passphrase can be managed
4184 externally and passed in to the system.
4185
4186 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4187 'notruncate' argument, so the passphrase cache can be used
4188 reliably with identifiers besides a pgp packet's key id.
4189
4190 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
4191
4192 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4193 symmetric encryption.
4194 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4195 encrypted session key.
4196 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4197 message ask for the passphrase in a proper way.
4198
4199 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4200 New user commands for symmetric encryption.
4201
4202 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
4203
4204 * textmodes/conf-mode.el (conf-assignment-sign)
4205 (conf-assignment-regexp): Fix docstrings.
4206 (conf-mode-initialize): New function.
4207 (conf-mode): Remove optional args. Use delay-mode-hooks to
4208 recognize recursive calls.
4209 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
4210 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
4211 (conf-xdefaults-mode): Use define-derived-mode and
4212 conf-mode-initialize.
4213
4214 2005-10-29 Romain Francoise <romain@orebokech.com>
4215
4216 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
4217
4218 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
4219
4220 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4221 part of the decoded armor to find the key-identifier.
4222 (pgg-gpg-lookup-key-owner): New function to return the
4223 human-readable identifier of a key owner.
4224 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4225 key itself.
4226 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4227 the key value) if we have a key and can match it against a secret
4228 key. Also, added a note pointing out fact that the prompt only
4229 indicates the first matching key.
4230
4231 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4232 pgg-decrypt-region.
4233 (pgg-pending-timers): A new hash for tracking the passphrase cache
4234 timers, so that new ones supercede old ones.
4235 (pgg-add-passphrase-to-cache): Rename from
4236 `pgg-add-passphrase-cache' to reduce confusion (all callers
4237 changed). Modified to cancel old timers when new ones are added.
4238 (pgg-remove-passphrase-from-cache): Rename from
4239 `pgg-remove-passphrase-cache' to reduce confusion (all callers
4240 changed). Modified to cancel old timers when their keys are
4241 removed from the cache.
4242 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4243 XEmacs, an indirection to delete-itimer.
4244 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4245 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4246 users can only check cache without risk of prompting. Correct bug in
4247 notruncate behavior.
4248 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4249 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4250 Add informative docstrings.
4251 (pgg-decrypt): Convey provided passphrase in subordinate call to
4252 pgg-decrypt-region.
4253
4254 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
4255
4256 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4257 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4258 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4259 'passphrase' argument, so the passphrase can be managed externally
4260 and then passed in to the system.
4261
4262 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4263 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4264 so the passphrase cache can be used reliably with identifiers
4265 besides a pgp packet's key id.
4266
4267 * pgg-gpg.el (pgg-pgp-encrypt-region)
4268 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4269 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4270 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
4271 argument to all these routines, so the passphrase can be managed
4272 externally and passed in to the system.
4273
4274 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4275 'notruncate' argument, so the passphrase cache can be used
4276 reliably with identifiers besides a pgp packet's key id.
4277
4278 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
4279
4280 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4281 symmetric encryption.
4282 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4283 encrypted session key.
4284 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4285 message ask for the passphrase in a proper way.
4286
4287 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4288 New user commands for symmetric encryption.
4289
4290 2005-10-28 Bill Wohler <wohler@newt.com>
4291
4292 * help-mode.el (help-url): New button type. Calls browse-url.
4293 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
4294 Similar to Info nodes: URL `url'.
4295 (help-make-xrefs): Create help-url buttons for
4296 help-xref-url-regexp matches.
4297
4298 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
4299
4300 * tool-bar.el (tool-bar-add-item-from-menu)
4301 (tool-bar-local-item-from-menu): Fix doc strings.
4302
4303 2005-10-28 Romain Francoise <romain@orebokech.com>
4304
4305 * ldefs-boot.el: Update.
4306
4307 * subr.el (locate-library): Move from help-fns.el.
4308 * help-fns.el (locate-library): Move to subr.el.
4309
4310 2005-10-28 Richard M. Stallman <rms@gnu.org>
4311
4312 * net/tramp.el (tramp-completion-mode): defvar moved up.
4313
4314 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
4315
4316 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
4317
4318 * files.el (find-file-noselect): Use %d to format large file size.
4319
4320 * bindings.el (mode-line-format): Add %e.
4321
4322 * loadup.el ("facemenu"): Load unconditionally.
4323 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
4324 ("x-dnd"): Load, when appropriate.
4325
4326 * startup.el (command-line): Call before-init-hook earlier.
4327 Warn about some bad characters in -u user name.
4328
4329 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
4330 (flyspell-external-point-words): Error if misspelled word is not found.
4331 Set flyspell-large-region-beg at end of word.
4332
4333 2005-10-28 Andreas Schwab <schwab@suse.de>
4334
4335 * view.el (View-revert-buffer-scroll-page-forward):
4336 Use view-page-size-default.
4337
4338 2005-10-28 Juri Linkov <juri@jurta.org>
4339
4340 * international/quail.el (quail-get-current-str): Translate last
4341 raw character for deterministic input methods.
4342
4343 2005-10-27 Jay Belanger <belanger@truman.edu>
4344
4345 * calc/calc-ext.el: Add functions to autoloads.
4346 (math-identity-matrix-p, math-ident-row-p): New functions.
4347
4348 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
4349 multiplication by an identity matrix; don't turn multiplication by
4350 an inverse matrix into division.
4351 (math-div-symbol-fancy): Replace division by matrices with
4352 multiplication by inverse.
4353
4354 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
4355
4356 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
4357 (calc-writeoutpower): New functions.
4358
4359 2005-10-27 Romain Francoise <romain@orebokech.com>
4360
4361 * replace.el (occur-engine): Include colon in mouse-face highlight.
4362
4363 * dired-x.el: Change Maintainer field.
4364
4365 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
4366
4367 * longlines.el (longlines-mode): Bind after-change-functions to
4368 nil during initial decoding and final encoding.
4369
4370 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4371
4372 * term.el (term-emulate-terminal, term-handle-colors-array)
4373 (term-handle-ansi-escape): Specify the terminfo capabilities
4374 implemented.
4375
4376 2005-10-26 Richard M. Stallman <rms@gnu.org>
4377
4378 * info.el (Info-fontify-node): Fix detection of sentence-break
4379 before *Note.
4380
4381 2005-10-26 Romain Francoise <romain@orebokech.com>
4382
4383 * smerge-mode.el: Add `tools' to file keywords.
4384
4385 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
4386
4387 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
4388 when the fringe is not available.
4389
4390 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
4391 (def-gdb-auto-update-trigger): Simplify construction.
4392 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
4393 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
4394 defined explicitly.
4395 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
4396 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
4397 defined explicitly.
4398 (gdb-info-locals-custom): Remove as it's a no-op.
4399
4400 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
4401
4402 * longlines.el (longlines-mode): Remove narrowing before
4403 performing the initial decoding or final encoding.
4404
4405 2005-10-25 Romain Francoise <romain@orebokech.com>
4406
4407 * emacs-lisp/find-func.el (find-library-name): Also strip
4408 extension if library name ends in .el, to take advantage of
4409 `find-library-suffixes'.
4410
4411 2005-10-25 Richard M. Stallman <rms@gnu.org>
4412
4413 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
4414
4415 2005-10-25 Juri Linkov <juri@jurta.org>
4416
4417 * textmodes/texinfo.el (texinfo-mode): Change charset of one
4418 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
4419
4420 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4421
4422 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
4423 (blackbox-redefine-key): Add argument `map'.
4424
4425 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
4426 regions when moving the jit-lock-context-unfontify-pos boundary.
4427
4428 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
4429
4430 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
4431
4432 2005-10-25 Masatake YAMATO <jet@gyve.org>
4433
4434 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
4435
4436 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
4437
4438 * play/blackbox.el (blackbox-redefine-key): New function.
4439 (blackbox-mode-map): Use it to remap existing bindings for cursor
4440 motion instead of binding literal keys.
4441
4442 2005-10-25 Glenn Morris <rgm@gnu.org>
4443
4444 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
4445 diary does not end in a newline. Do not assume a blank line at
4446 the start of the diary file.
4447
4448 2005-10-25 Kenichi Handa <handa@m17n.org>
4449
4450 * international/quail.el (quail-translate-key): If the input
4451 method is deterministic and failed to handle the last key, restart
4452 the key handling loop from an appropriate key.
4453
4454 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
4455
4456 * vc.el (vc-dired-mode): Extend comment for binding of
4457 `directory-listing-before-filename-regexp'.
4458
4459 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4460
4461 * textmodes/texinfo.el (texinfo-mode):
4462 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
4463 not to unnecessarily expose emacs-mule's internal char codes.
4464
4465 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
4466
4467 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4468 Display hand pointer and help-echo on disabled icon too.
4469 (gdb-mouse-until): New function.
4470 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
4471
4472 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
4473
4474 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
4475 with 2005-10-23 change to doctor.el.
4476
4477 * finder.el (finder-mode-map): Add follow-link binding.
4478
4479 2005-10-25 Kim F. Storm <storm@cua.dk>
4480
4481 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
4482 to gdb-mouse-toggle-breakpoint-fringe.
4483 (gdb-mouse-toggle-breakpoint-margin): Rename from
4484 gdb-mouse-toggle-breakpoint. Fix doc.
4485 (gdb-mouse-toggle-breakpoint-fringe): New defun.
4486 (gdb-put-string): Add optional SPROPS arg. Add props to string.
4487 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
4488 string properties also for fringe breakpoint bitmaps.
4489
4490 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
4491
4492 * textmodes/org.el (org-start-icalendar-file): Fix format form.
4493
4494 2005-10-25 Masatake YAMATO <jet@gyve.org>
4495
4496 * simple.el (completion-common-substring):
4497 Use `completion-common-substring' prior to `completion-base-size'.
4498
4499 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
4500
4501 * savehist.el: Require CL while compiling.
4502 (savehist-history-variables): Remove.
4503 (savehist-save-minibuffer-history, savehist-additional-variables)
4504 (savehist-minibuffer-history-variables): New vars.
4505 (savehist-save): Use them.
4506 (savehist-uninstall, savehist-minibuffer-hook): New funs.
4507 (savehist-install): New fun, extracted from savehist-load.
4508 (savehist-load): Use them.
4509
4510 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
4513 a dummy doc-string-elt property.
4514 (defalias, defvaralias, define-category): Add a docstring property.
4515
4516 * image.el (defimage):
4517 * widget.el (define-widget):
4518 * custom.el (defface, defcustom): Add `doc-string' declaration.
4519
4520 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
4521 (defadvice): Add `doc-string' declaration.
4522
4523 * emacs-lisp/byte-run.el (macro-declaration-function):
4524 Handle `doc-string' declarations.
4525 (define-obsolete-function-alias, define-obsolete-variable-alias):
4526 Add `doc-string' declaration.
4527
4528 2005-10-24 Kenichi Handa <handa@m17n.org>
4529
4530 * international/utf-7.el (utf-7): Add autoload cookie.
4531
4532 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
4533
4534 2005-10-24 Eli Zaretskii <eliz@gnu.org>
4535
4536 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
4537 list of directories passed to batch-update-autoloads. Add "." to
4538 the list of the echoed directories.
4539
4540 * pgg-def.el:
4541 * pgg-gpg.el:
4542 * pgg-parse.el:
4543 * pgg-pgp.el:
4544 * pgg-pgp5.el:
4545 * pgg.el: Moved here from the gnus subdirectory.
4546
4547 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
4548
4549 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
4550 in case comint-prompt-read-only is set to t.
4551
4552 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
4553 in case comint-prompt-read-only is set to t.
4554
4555 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
4556
4557 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
4558 Now a string.
4559 (icalendar-import-format): Handle CLASS, STATUS, URL.
4560 Rename `subject' to `summary'.
4561 (icalendar-import-format-summary): Rename from
4562 `icalendar-import-format-subject'.
4563 (icalendar-import-format-url, icalendar-import-format-status)
4564 (icalendar-import-format-class): New variables.
4565 (icalendar--rris): Take variable argument list.
4566 (icalendar--datestring-to-isodate): Remove unnecessary
4567 calendar-style check when converting dates with explicit month names.
4568 (icalendar-export-region): Change return type of conversion
4569 subroutines. Bury current buffer unless error occurred.
4570 (icalendar--convert-to-ical)
4571 (icalendar--parse-summary-and-rest): New functions.
4572 (icalendar--convert-ordinary-to-ical)
4573 (icalendar--convert-weekly-to-ical)
4574 (icalendar--convert-yearly-to-ical)
4575 (icalendar--convert-block-to-ical)
4576 (icalendar--convert-cyclic-to-ical)
4577 (icalendar--convert-anniversary-to-ical): Change return type.
4578 Strip trailing blanks from subject.
4579 (icalendar--convert-sexp-to-ical): Change return type.
4580 Strip trailing blanks from subject. Handle simple sexp
4581 entries as generated by icalendar.el.
4582 (icalendar--convert-float-to-ical)
4583 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
4584 (icalendar-import-file): Doc fix.
4585 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
4586 Correct call to icalendar--rris.
4587 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
4588 `summary'.
4589 (icalendar--add-diary-entry): Rename `subject' to `summary'.
4590
4591 2005-10-24 Romain Francoise <romain@orebokech.com>
4592
4593 * server.el (server-sentinel): Set query-on-exit flag to nil on
4594 new client processes (it isn't inherited from the server process).
4595
4596 * replace.el (occur-engine): Rearrange text properties.
4597
4598 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4599
4600 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
4601 case-fold-search is nil.
4602 (debug-help-follow): Use help-xref-interned directly.
4603
4604 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
4605
4606 * thumbs.el (thumbs-image-type): Add .pbm.
4607
4608 2005-10-23 Richard M. Stallman <rms@gnu.org>
4609
4610 * faces.el (inhibit-face-set-after-frame-default): New variable.
4611 (set-face-attribute): Bind it.
4612 (face-set-after-frame-default): Test it.
4613
4614 * help-fns.el (describe-simplify-lib-file-name): New function.
4615 (describe-function-1, describe-variable): Use it.
4616
4617 * faces.el (describe-face): Use describe-simplify-lib-file-name.
4618
4619 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
4620 Eliminate nil as possible value.
4621 (tooltip-hide-delay): Reduce internal-border-width.
4622
4623 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
4624 (menu-bar-file-menu) <new-file>: Likewise.
4625
4626 * simple.el (line-move-finish): Ignore fields computing LINE-END.
4627
4628 * international/mule.el (load-with-code-conversion):
4629 Pass full file name to `eval-buffer' unless preloading.
4630
4631 * textmodes/flyspell.el (flyspell-large-region):
4632 Call ispell-check-version.
4633
4634 * textmodes/ispell.el (ispell-local-dictionary-overridden):
4635 Fix the make-variable-buffer-local call that was supposed
4636 to be for this variable.
4637 (ispell-aspell-supports-utf8): Doc fix.
4638 (ispell-find-aspell-dictionaries): Preserve elements of
4639 ispell-dictionary-alist for dictionaries that aspell doesn't report.
4640 (ispell-aspell-find-dictionary): Return nil on error.
4641
4642 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
4643 (doctor-symptoms): Likewise.
4644
4645 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
4646
4647 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
4648
4649 * cus-edit.el (custom-button, custom-button-pressed): New vars.
4650 (custom-raised-buttons): Add :set spec.
4651 (custom-button-unraised, custom-button-pressed-unraised):
4652 New faces, so that custom-raised-buttons actually does something.
4653 (custom-mode): Use custom-button and custom-button-pressed.
4654
4655 * wid-edit.el (widget-specify-button): Don't ignore
4656 widget-mouse-face on graphic terminals.
4657 (widget-move-and-invoke): Cleanup.
4658
4659 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
4660
4661 * whitespace.el (whitespace-cleanup): Doc fix.
4662
4663 2005-10-23 Romain Francoise <romain@orebokech.com>
4664
4665 * emulation/viper.el (viper-set-hooks): Quote forms passed to
4666 `eval-after-load' to avoid evaluating their result.
4667
4668 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
4669
4670 * files.el (directory-listing-before-filename-regexp):
4671 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
4672
4673 * dired.el (dired-move-to-filename-regexp): Remove.
4674 All occurences replaced by `directory-listing-before-filename-regexp'.
4675
4676 * dired-x.el, locate.el, vc.el:
4677 Replace `dired-move-to-filename-regexp' by
4678 `directory-listing-before-filename-regexp'. In vc.el it is
4679 overwritten locally; maybe this can be handled in files.el too.
4680
4681 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
4682 replaced by `directory-listing-before-filename-regexp'.
4683
4684 2005-10-23 Andreas Schwab <schwab@suse.de>
4685
4686 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
4687 and eval-next-after-load.
4688
4689 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
4690
4691 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
4692 exist, create it.
4693
4694 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
4695
4696 * allout.el: Remove autoloads for mailcrypt and crypt++.
4697 Require pgg, pgg-gpg during compilation.
4698 (allout-version): Increment version number to 2.1, and use a literal
4699 rather than RCS Id.
4700 (allout-default-encryption-scheme): Remove.
4701 (allout-passphrase-verifier-handling)
4702 (allout-passphrase-verifier-string)
4703 (allout-file-passphrase-verifier-string)
4704 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
4705 (allout-passphrase-hint-handling): Rename and simplify.
4706 (allout-init): Use `find-file-hook' if available, otherwise
4707 `find-file-hooks'.
4708 (allout-mode): Use `write-file-functions' if available, otherwise
4709 `local-write-file-hooks' and, instead of making auto-save-hook
4710 buffer local, make the write-file-hook activity contingent to
4711 allout-mode.
4712 (allout-mode): Use key-binding substitution in the docstring.
4713 (allout-kill-line): Spell-out kill ring data structure mutation
4714 instead of using byte-compiler-complaint-provoking `pop'.
4715 (allout-insert-listified): Use `insert' rather than `insert-string'
4716 (allout-toggle-current-subtree-encryption): Update docstring, adjust
4717 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
4718 (allout-encrypt-string): Totally revamped vis new underlying
4719 encryption facilities.
4720 (allout-mc-activate-passwd): Remove.
4721 (allout-obtain-passphrase): New, more or less replaces
4722 allout-mc-activate-passwd.
4723 (allout-encrypted-key-info): More or less replaces
4724 allout-encrypted-text-type.
4725 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
4726 (my-mark-marker): Use `(featurep 'xemacs)'.
4727
4728 2005-10-23 Lars Hansen <larsh@soem.dk>
4729
4730 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4731 (byte-compile-file-form-defmumble, byte-compile-defun)
4732 (byte-compile-defmacro): Use it.
4733 (byte-compile-form): Don't call byte-compile-set-symbol-position
4734 when a byte-compile handler is called.
4735
4736 2005-10-22 Romain Francoise <romain@orebokech.com>
4737
4738 * savehist.el (savehist-history-variables): Add `grep-find-history'.
4739
4740 * subr.el (eval-after-load): Convert library name to an absolute
4741 file name using locate-library, since load-history no longer has
4742 library names in it.
4743
4744 2005-10-22 Richard M. Stallman <rms@gnu.org>
4745
4746 * files.el (make-temp-file): Move from subr.el.
4747 * subr.el (make-temp-file): Move to files.el.
4748
4749 * window.el (get-buffer-window-list): Move from subr.el.
4750 * subr.el (get-buffer-window-list): Move to window.el.
4751
4752 * image.el (image-load-path): Use eval-at-startup to initialize.
4753
4754 * subr.el (eval-at-startup): New macro.
4755
4756 * subr.el: Much rearrangement of functions and division
4757 into pages. No code changes.
4758
4759 2005-10-22 Kenichi Handa <handa@m17n.org>
4760
4761 * tar-mode.el (tar-extract): Be sure to call
4762 find-operation-coding-system if set-auto-coding doesn't find a
4763 coding system.
4764
4765 2005-10-22 Kim F. Storm <storm@cua.dk>
4766
4767 * image.el (image-type-header-regexps): Rename from image-type-regexps.
4768 Change users.
4769 (image-type-file-name-regexps): New defconst.
4770 (image-type-from-data): Simplify loop.
4771 (image-type-from-buffer): New defun.
4772 (image-type-from-file-header): Use it instead of image-type-from-data.
4773 Use image-search-load-path instead of only looking in data-directory.
4774 (image-type-from-file-name): New defun.
4775 (image-search-load-path): Change `pathname' to `filename'.
4776 Make PATH arg optional, default to image-load-path.
4777
4778 2005-10-21 Richard M. Stallman <rms@gnu.org>
4779
4780 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4781
4782 * textmodes/paragraphs.el (sentence-end-base): New variable.
4783 (sentence-end): Use sentence-end-base.
4784
4785 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * font-lock.el (font-lock-default-fontify-region): Check the multiline
4788 property independently from the font-lock-multiline variable.
4789
4790 2005-10-21 Richard M. Stallman <rms@gnu.org>
4791
4792 * emacs-lisp/find-func.el (find-library-name): Doc fix.
4793
4794 * startup.el (command-line): Convert library names
4795 in `load-history' to absolute file names.
4796
4797 * subr.el (symbol-file): Doc fix.
4798
4799 * loadhist.el (file-loadhist-lookup): Call locate-library
4800 instead of find-library-name. Don't try converting
4801 abs file names to library names, since load-history no longer
4802 has library names in it.
4803 (file-dependents, file-provides, file-requires): Doc fixes.
4804
4805 2005-10-21 Juri Linkov <juri@jurta.org>
4806
4807 * progmodes/etags.el (tags-table-mode): New function.
4808 (tags-verify-table): Replace initialize-new-tags-table with
4809 tags-table-mode.
4810
4811 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
4812 default value.
4813 (desktop-modes-not-to-save): Add tags-table-mode to the
4814 default value.
4815
4816 * info.el (Info-index-next): Add total number of index
4817 alternatives to the message.
4818
4819 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
4820 backward only space (instead of space and period) before looking
4821 at sentence end.
4822
4823 * simple.el (set-variable): Use user-variable-p instead of symbolp.
4824 Add the old variable value as 4th default-value arg of read-string.
4825
4826 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4827
4828 * cus-face.el (custom-declare-face): Make face from X resources
4829 also on Mac.
4830
4831 * disp-table.el (standard-display-g1, standard-display-graphic):
4832 Refuse to use string glyphs also on Mac.
4833 (standard-display-european): Don't set terminal coding system also
4834 on Mac.
4835
4836 * frame.el (display-screens): Use x-display-screens also on Mac.
4837
4838 2005-10-21 Romain Francoise <romain@orebokech.com>
4839
4840 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
4841
4842 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4843
4844 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
4845 and $? into sexps.
4846
4847 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
4848 warning face on open-paren-in-column-0.
4849
4850 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
4851 boundary case. Fix typo.
4852 Suggested by Martin Rudalics <rudalics@gmx.at>.
4853
4854 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
4855
4856 * textmodes/org.el (org-combined-agenda-icalendar-file)
4857 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
4858 (org-export-icalendar-this-file)
4859 (org-export-icalendar-all-agenda-files)
4860 (org-export-icalendar-combine-agenda-files): New commands.
4861 (org-export-icalendar, org-print-icalendar-entries)
4862 (org-start-icalendar-file, org-finish-icalendar-file)
4863 (org-ical-ts-to-string): New functions.
4864 (org-read-date, org-goto-calendar)
4865 (org-agenda-goto-calendar): Inhibit displaying diary entries by
4866 call to `calendar'.
4867 (orgtbl-setup): Remove the :keys arguments from the menu description.
4868 (org-after-save-iCalendar-file-hook): New variable.
4869
4870 2005-10-21 Kenichi Handa <handa@m17n.org>
4871
4872 * language/vietnamese.el (tcvn-5712): Make it an alias of
4873 vietnamese-tcvn coding-system.
4874
4875 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
4876
4877 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
4878 group id is given.
4879
4880 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4881
4882 * progmodes/sh-script.el (sh-escaped-line-re): New var.
4883 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
4884 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
4885 whose line is either continued or ends with a comment.
4886
4887 2005-10-20 Romain Francoise <romain@orebokech.com>
4888
4889 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
4890
4891 * replace.el (occur-engine): Add follow-link property.
4892
4893 * font-core.el (font-lock-mode): Doc fix.
4894
4895 2005-10-20 Richard M. Stallman <rms@gnu.org>
4896
4897 * net/rcirc.el: New file.
4898
4899 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
4900
4901 * term.el (term-term-name): Initialize to "eterm-color".
4902
4903 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
4904
4905 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
4906 for encryption functionality.
4907 Move allout customization subgroup from `editing' to `outlines' group.
4908 Fix commentary 'keywords' to legitimate ones.
4909 Update author info (using my current email address, obscurified).
4910 (allout-encrypt-string, allout-encryption-produce-work-buffer)
4911 (allout-encrypted-topic-p, allout-encrypted-text-type)
4912 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
4913 (allout-situate-encryption-key-verifier)
4914 (allout-get-encryption-key-verifier, allout-verify-key)
4915 (allout-next-topic-pending-encryption)
4916 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
4917 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
4918 (outline-key-verifier-handling, outline-key-hint-handling)
4919 (outline-encrypt-unencrypted-on-saves): New defcustoms.
4920 (allout-file-key-verifier-string, allout-encryption-scheme)
4921 (allout-key-verifier-string, allout-key-hint-string)
4922 (allout-after-save-decrypt): New variables.
4923 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
4924 (allout-after-saves-handler): New hook functions.
4925 (allout-post-command-business): Do allout-after-save-decrypt.
4926 (allout-enable-file-variable-adjustment): Custom var to enable
4927 mechanism for adding and adjusting settings of Emacs file variables.
4928 (allout-adjust-file-variable, allout-file-vars-section-data):
4929 New functions, implement the mechanism.
4930 (outlineify-sticky): Use the file vars mechanism.
4931 (allout-inhibit-protection, allout-during-write-cue)
4932 (allout-override-protect, allout-before-change-protect): Remove.
4933 (allout-flag-region, allout-open-topic): Adjust read-only text.
4934 (allout-open-line-not-read-only): Add to facilitate read-only
4935 text based protection.
4936 (allout-kill-line): Revise to adjust read-only text, clue the
4937 user about the inhibition.
4938 (allout-unprotected): Use unwind-protect.
4939 (allout-shift-in, allout-shift-out): Disallow manually shifting a
4940 topic deeper than the offspring depth of the previous topic -
4941 avoiding confusing "containment discontinuities".
4942 (allout-reindent-bodies): Fix retention of body relative hanging
4943 indent during promotion of collapsed bodies.
4944 (allout-open-topic): Make it easy to open new topic with same
4945 bullet as current topic - topic creation functions provided with
4946 any universal argument provokes now prompt for bullet, defaulting
4947 to the bullet of the previous topic.
4948 (allout-plain-bullets-string, allout-distinctive-bullets-string):
4949 Plain bullet alternates '.' period and ',' comma only. All other
4950 bullets are relegated to special status (but customizable).
4951 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
4952 since it actually operates w.r.t. most immediately containing
4953 entry, visible or not.
4954 (allout-hide-current-entry, allout-show-current-entry): Use the
4955 revised version.
4956 (allout-old-expose-topic): Solidify deprecation.
4957 (allout-end-of-subtree): Add so we can span concealed as well
4958 as visible topics.
4959 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
4960 (allout-end-of-current-heading): Tweak to just respect the first line.
4961 (allout-get-body-text): Add.
4962 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
4963 when invoked interactively.
4964 (allout-up-current-level): Use `interactive-p'.
4965 (allout-mode, allout-init): Miscellaneous docstring and
4966 operational refinements, as well as hookups of new encryption stuff.
4967 (allout-beginning-of-current-entry): Now works as advertised.
4968 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
4969 (allout-isearch-rectification): Refine condition for isearching.
4970 (allout-isearch-abort, allout-enwrap-isearch)
4971 (allout-flag-region, my-region-active-p): Relocate some macros.
4972 (allout-title): Fallback title is '(buffer-name)', not
4973 non-existing '(current-buffer-name)'.
4974 (subst-char-in-string): Define if absent (for some XEmacs versions).
4975
4976 2005-10-20 Jari Aalto <jari.aalto@cante.net>
4977
4978 * mail/sendmail.el (mail-setup-hook, mail-aliases)
4979 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
4980 (mail-citation-prefix-regexp, mail-signature-file)
4981 (mail-default-headers, mail-bury-selects-summary)
4982 (mail-send-nonascii): Add autoload cookies.
4983
4984 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4985
4986 * frame.el (blink-cursor-mode): Add `mac' to the list of
4987 window-system's that support blinking cursor.
4988
4989 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
4990
4991 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
4992
4993 2005-10-20 Eli Zaretskii <eliz@gnu.org>
4994
4995 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
4996 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
4997 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
4998
4999 2005-10-20 Kim F. Storm <storm@cua.dk>
5000
5001 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
5002 (ido-set-current-directory): Don't add / after final @.
5003 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
5004 Explicitly handle ange-ftp completion oddities.
5005 (ido-make-file-list): Don't rotate list at tramp root to avoid
5006 triggering tramp file handler for expand-file-name via get-file-buffer.
5007
5008 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5009
5010 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
5011
5012 2005-10-19 Jay Belanger <belanger@truman.edu>
5013
5014 * calc/calc-units.el (math-standard-units): Add units, adjust
5015 symbols and update values.
5016 (math-unit-prefixes): Add more prefixes.
5017
5018 2005-10-19 Romain Francoise <romain@orebokech.com>
5019
5020 * bookmark.el (bookmark-menu-heading): New face.
5021 (bookmark-bmenu-list): Use it.
5022 Don't fiddle with `baud-rate' at top-level.
5023
5024 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
5025
5026 * image.el (create-image, find-image): Mention max-image-size in
5027 docstring.
5028
5029 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5030
5031 * savehist.el (savehist-load): Revert to checking XEmacs.
5032
5033 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
5034 Various docstring and line-width fixups.
5035 (conf-mode): Use cond.
5036 Set font-lock-defaults. Don't set comment-use-syntax.
5037
5038 2005-10-18 David Ponce <david@dponce.com>
5039
5040 * tree-widget.el (tree-widget-button-click): New function.
5041 (tree-widget-button-keymap): Use it.
5042
5043 2005-10-18 Romain Francoise <romain@orebokech.com>
5044
5045 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5046 (bookmark-bmenu-hide-filenames): Add follow-link property.
5047 Improve help-echo text.
5048
5049 * ffap.el (find-file-at-point): Doc fix.
5050
5051 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5052
5053 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
5054
5055 2005-10-18 Masatake YAMATO <jet@gyve.org>
5056
5057 Install to the CVS repository what I forgot to install in my
5058 2005-10-16 changes.
5059
5060 * progmodes/python.el (python-complete-symbol): Pass the common
5061 prefix substring of completion to `display-completion-list'.
5062
5063 * textmodes/org.el (org-complete): Ditto.
5064
5065 2005-10-18 Masatake YAMATO <jet@gyve.org>
5066
5067 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5068
5069 * woman.el (WoMan-xref-man-page): New button type derived
5070 from `Man-abstract-xref-man-page'.
5071 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5072
5073 * man.el (Man-abstract-xref-man-page): New button type.
5074 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5075 (Man-highlight-references): Add new optional argument `xref-man-type'.
5076
5077 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
5078
5079 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5080
5081 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
5082
5083 * cus-edit.el (Custom-move-and-invoke): Delete.
5084 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5085
5086 * wid-edit.el (widget-move-and-invoke): New function, from
5087 Custom-move-and-invoke.
5088
5089 2005-10-17 Bill Wohler <wohler@newt.com>
5090
5091 Move all remaining images from lisp/toolbar to etc/images, move
5092 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
5093 the low resolution images in their own directory (low-color).
5094
5095 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5096 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5097 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5098 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5099 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5100 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5101 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5102
5103 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5104 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5105 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5106 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
5107 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
5108 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
5109 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
5110 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
5111 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
5112 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
5113 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
5114 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
5115 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
5116 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
5117 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
5118
5119 To conform with convention, replace the underscore (_) in the
5120 following image names with dash (-) or (/) as appropriate.
5121
5122 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
5123 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
5124 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
5125 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
5126 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
5127 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
5128 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
5129 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
5130 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
5131 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
5132 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
5133 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
5134 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
5135 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
5136 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
5137
5138 * info.el (info-tool-bar-map): Replace underscores in image names
5139 with dashes.
5140
5141 * makefile.w32-in (WINS): Remove toolbar.
5142
5143 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
5144
5145 * tool-bar.el: Move to lisp from toolbar. Now that
5146 toolbar is empty, it should be deleted when folks run "cvs up -P".
5147
5148 2005-10-18 Jay Belanger <belanger@truman.edu>
5149
5150 * calc/calc-store.el (calc-store-into): Get the proper variable name
5151 to display in message.
5152
5153 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
5154
5155 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
5156 expressions display in speedbar for all buffers when debugging.
5157 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
5158
5159 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
5160 (speedbar-insert-button, speedbar-make-button):
5161 Use add-text-properties.
5162 (speedbar-update-localized-contents)
5163 (speedbar-update-directory-contents)
5164 (speedbar-update-special-contents): Use dolist.
5165 (speedbar-buffer-easymenu-definition): Add a menu separator.
5166
5167 2005-10-17 Jason Rumney <jasonr@gnu.org>
5168
5169 * makefile.w32-in: Use $(lisp) consistently.
5170 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
5171 for shell specific generation of mh-autoloads.
5172
5173 2005-10-17 Richard M. Stallman <rms@gnu.org>
5174
5175 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
5176
5177 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5178
5179 * jit-lock.el (jit-lock-fontify-now):
5180 Move jit-lock-context-unfontify-pos to avoid wasted work.
5181
5182 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
5183
5184 * net/tramp.el (tramp-completion-mode): New defvar. Used in
5185 `tramp-completion-mode' for checking if we are in completion mode.
5186 (tramp-completion-handle-file-name-all-completions): Reorder code
5187 in order to complete for file names only in case there are no
5188 method/user/host completions. This is necessary for cooperation
5189 with ido. Reported by Kim F. Storm <storm@cua.dk>.
5190
5191 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
5192
5193 * longlines.el (longlines-search-forward)
5194 (longlines-search-backward): Match any number of spaces.
5195
5196 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
5197
5198 * diff-mode.el (diff-mode): Doc fix.
5199
5200 2005-10-16 David Reitter <david.reitter@gmail.com>
5201
5202 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
5203 as default on darwin and windows systems.
5204
5205 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
5206
5207 * arc-mode.el (archive-zip-extract): Doc fix.
5208
5209 2005-10-16 Romain Francoise <romain@orebokech.com>
5210
5211 * mouse.el (mouse-1-click-follows-link): Doc fix.
5212
5213 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5214
5215 * savehist.el: Don't require CL at runtime.
5216 (savehist-xemacs): Remove.
5217 (savehist-coding-system): Use utf-8 if present, regardless of religion.
5218 (savehist-no-conversion): Use (featurep 'xemacs).
5219 (savehist-load): Check existence of start-itimer rather than XEmacs.
5220 Use an idle timer.
5221 (savehist-process-for-saving): Replace use of CL funs `subseq' and
5222 `delete-if-not'.
5223
5224 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
5225
5226 * savehist.el: Newer version.
5227 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
5228 (savehist-last-checksum, savehist-no-conversion): New vars.
5229 (savehist-autosave, savehist-process-for-saving, savehist-printable):
5230 New functions.
5231 (savehist-load, savehist-save): Use them.
5232 (savehist-delimit): Remove.
5233
5234 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5235
5236 * progmodes/compile.el (compilation-goto-locus): Display the
5237 compilation buffer first and the source buffer second, in case they're
5238 in overlapping frames. Don't raise the compilation frame if it was the
5239 selected window upon entry. Pass the `other-window' arg to
5240 pop-to-buffer.
5241
5242 * info.el (Info-fontify-node): Use dolist.
5243 Change add-text-properties to put-text-property.
5244
5245 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5246
5247 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
5248 bound of search.
5249
5250 2005-10-16 Masatake YAMATO <jet@gyve.org>
5251
5252 * dabbrev.el (dabbrev-completion): Pass the common
5253 prefix substring of completion to `display-completion-list'.
5254
5255 * filecache.el (file-cache-minibuffer-complete)
5256 (file-cache-complete): Ditto.
5257
5258 * tempo.el (tempo-display-completions): Ditto.
5259
5260 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
5261
5262 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
5263
5264 * eshell/em-hist.el (eshell-list-history): Ditto.
5265
5266 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
5267
5268 * mail/mailalias.el (mail-complete): Ditto.
5269
5270 * progmodes/etags.el (complete-tag): Ditto.
5271
5272 * progmodes/make-mode.el (makefile-complete): Ditto.
5273
5274 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
5275
5276 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
5277
5278 * progmodes/pascal.el (pascal-complete-word)
5279 (pascal-show-completions): Ditto.
5280
5281 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
5282
5283 * simple.el (completion-common-substring): New variable.
5284 (completion-setup-function): Use `completion-common-substring'
5285 to put faces.
5286
5287 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5288
5289 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
5290 (x-get-selection, mac-select-convert-to-string): Convert from/to
5291 UTF-16 clipboard data as in native byte order, no BOM.
5292
5293 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
5294
5295 * progmodes/gud.el (gud-tool-bar-map): Rename the images
5296 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
5297 (gud-sentinel): Use speedbar-frame to check for speedbar.
5298
5299 2005-10-15 Richard M. Stallman <rms@gnu.org>
5300
5301 * savehist.el: New file.
5302
5303 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
5304
5305 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
5306 Fix bug in \bf fontification.
5307
5308 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 * pcvs.el (cvs-edit-log-files): New var.
5311 (cvs-mode-edit-log): New arg `file'.
5312 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
5313 Instead force the use of the original file and nothing else.
5314 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
5315 the cvs-minor-wrap-function is set.
5316 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
5317
5318 2005-10-14 Bill Wohler <wohler@newt.com>
5319
5320 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
5321 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
5322 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
5323 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
5324 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
5325 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
5326 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
5327 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
5328 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
5329 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
5330 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
5331 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
5332 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
5333 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
5334 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
5335
5336 * progmodes/gud.el (gud-tool-bar-map): Rename the images
5337 appropriately (for example, gud-break to gud/break).
5338
5339 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
5340
5341 * longlines.el (longlinges-search-function)
5342 (longlines-search-forward, longlines-search-backward): New functions.
5343 (longlines-mode): Set isearch-search-fun-function to
5344 longlinges-search-function.
5345
5346 * mouse.el (mouse-drag-region-1): Handle the case where a
5347 double-click event is bound to an arbitrary function.
5348
5349 2005-10-14 David Ponce <david@dponce.com>
5350
5351 * recentf.el (recentf-track-opened-file)
5352 (recentf-track-closed-file, recentf-update-menu)
5353 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
5354 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
5355 mouse-1-click-follows-link.
5356
5357 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5358
5359 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
5360 Gnome file-manager.png. Suggested by
5361 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
5362
5363 * toolbar/README: Add diropen.xpm.
5364
5365 2005-10-13 Bill Wohler <wohler@newt.com>
5366
5367 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
5368 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
5369
5370 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5371
5372 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5373 Don't waste the byte-compiler's time on constant data.
5374
5375 2005-10-13 Kenichi Handa <handa@m17n.org>
5376
5377 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
5378 byte with `escape-glyph' face.
5379
5380 * international/fontset.el (ccl-encode-unicode-font):
5381 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
5382 Handle the case that ucs-mule-to-mule-unicode translates a character to
5383 ASCII (usually for IPA characters).
5384
5385 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5386
5387 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
5388 Don't hide the underline of titles if font-lock-mode is disabled.
5389
5390 2005-10-12 Bill Wohler <wohler@newt.com>
5391
5392 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
5393 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5394 files in MH-E-SRC have been updated.
5395 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
5396
5397 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5398
5399 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
5400 (mixal-mode-syntax-table): Add \n as end-comment.
5401 (mixal-operation-codes-alist): Immediately initialize to full value.
5402 (mixal-add-operation-code): Remove.
5403 (mixal-describe-operation-code): Make the arg non-optional.
5404 Use the interactive spec instead.
5405 Use mixal-operation-codes-alist rather than mixal-operation-codes.
5406 (mixal-font-lock-keywords): Don't highlight comments here any more.
5407 (mixal-font-lock-syntactic-keywords): New var.
5408 (mixal-mode): Use it. Fix comment-start-skip.
5409
5410 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5411
5412 * startup.el (command-line-x-option-alist): -nb => -nbi
5413
5414 2005-10-12 Kim F. Storm <storm@cua.dk>
5415
5416 * startup.el (fancy-splash-default-action): Discard mouse click in
5417 the splash screen window, as it has no sensible meaning in the
5418 next window to be selected. Fixes error reported by Jan D.
5419
5420 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
5421
5422 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
5423
5424 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5425
5426 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
5427 Try to fix up minor layout issues like indentation, line break, etc...
5428 (mixal-mode-syntax-table): Don't try to specify comment syntax,
5429 because it doesn't work.
5430 (mixal-operation-codes): Add some more codes.
5431 (mixal-font-lock-keywords): Process comments here.
5432 (mixal-mode): mixasm no longer needs -g option.
5433
5434 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
5435
5436 * progmodes/sh-script.el (sh-tmp-file):
5437 Use mktemp -t. Finish support for es and rc shells.
5438
5439 2005-10-11 Jay Belanger <belanger@truman.edu>
5440
5441 * calc/calcalg2.el (calc-integral): With an argument, compute the
5442 definite integral.
5443
5444 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
5445
5446 * mouse.el (mouse-drag-region-1): Don't try to catch a
5447 double-click when doing follow-link (it's overridden anyway).
5448
5449 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
5450
5451 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
5452 (autoload-print-form-outbuf): Add docstring.
5453
5454 2005-10-11 Juri Linkov <juri@jurta.org>
5455
5456 * info.el (Info-mode-menu): Delete menu item "Edit".
5457 (Info-mode): Delete description of Info-edit from docstring,
5458 and rearrange descriptions of Info commands in the order
5459 they are documented in the Info manual.
5460
5461 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5462
5463 * calendar/appt.el (appt-check): Use diary-selective-display var.
5464
5465 2005-10-10 Richard M. Stallman <rms@gnu.org>
5466
5467 * net/newsticker.el (newsticker-start, newsticker-show-news):
5468 Add autoload cookies.
5469
5470 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
5471
5472 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
5473
5474 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
5475
5476 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
5477
5478 2005-10-10 Jay Belanger <belanger@truman.edu>
5479
5480 * calc/calc-arith.el (math-check-known-scalarp)
5481 (math-check-known-matrixp): Check the values of arguments that are
5482 variables.
5483 (math-check-known-square-matrixp): New function.
5484 (math-known-square-matrixp): Use math-check-known-square-matrixp.
5485 (math-super-types): Add sqmatrix type.
5486
5487 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
5488 mode name `square' to 'sqmatrix'.
5489
5490 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
5491 mode name `square' to 'sqmatrix'.
5492
5493 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 * progmodes/etags.el (select-tags-table-mode): Don't use
5496 selective-display.
5497 (tags-select-tags-table): Pass `button' to the action function.
5498 (select-tags-table): Place the side-info on button properties rather
5499 than in hidden text. Abbreviate file names.
5500 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
5501 (select-tags-table-select): Add `button' argument.
5502 Get side-info from the button property rather than from hidden text.
5503
5504 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
5505
5506 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
5507 (gud-speedbar-buttons): Preserve point if possible.
5508 (gud-sentinel): Restore previous speedbar display type.
5509
5510 * progmodes/gdb-ui.el (gdba): Improve diagram.
5511 (def-gdb-auto-update-handler, gdb-info-locals-handler)
5512 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
5513 Call get-buffer-window once.
5514
5515 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5516
5517 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
5518 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
5519 (pascal-indent-command): Remove unused var `ind'.
5520 (pascal-indent-case): Remove unused var `oldpos'.
5521 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
5522 since it's now used as a proper minor mode map.
5523 (pascal-outline): Rename to pascal-outline-mode.
5524 (pascal-outline-mode): Use define-minor-mode.
5525 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
5526 selective-display.
5527
5528 2005-10-10 Andreas Schwab <schwab@suse.de>
5529
5530 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
5531 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
5532
5533 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
5534 outside source directory.
5535
5536 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
5537
5538 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
5539 C-x' as a prefix.
5540 (orgtbl-mode-map): Full keymap instead of sparse, because all
5541 `self-insert-command' keys are redefined in this map.
5542 (org-export-as-html): Specify charset for HTML file, by taking it
5543 from the coding system.
5544
5545 2005-10-10 Kenichi Handa <handa@m17n.org>
5546
5547 * textmodes/flyspell.el (flyspell-check-word-p):
5548 If unread-command-events is non-empty, don't call sit-for.
5549
5550 2005-10-09 Richard M. Stallman <rms@gnu.org>
5551
5552 * font-lock.el (font-lock-syntactic-keywords)
5553 (font-lock-keywords): Doc fixes.
5554
5555 * textmodes/flyspell.el (flyspell-external-point-words):
5556 Simplify logic, and don't try to check for consecutive appearances
5557 of one incorrect word.
5558
5559 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
5560
5561 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
5562 separator.
5563
5564 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
5565 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
5566 (gud-expansion-speedbar-buttons): New function.
5567 (gud-speedbar-buttons): Check for gud-comint-buffer.
5568
5569 2005-10-09 Bill Wohler <wohler@newt.com>
5570
5571 * Makefile.in (updates): Add mh-loaddefs dependency.
5572
5573 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
5574
5575 * speedbar.el (speedbar-file-key-map): Fix typo.
5576
5577 2005-10-09 Daniel Brockman <daniel@brockman.se>
5578
5579 * cus-start.el (line-spacing): Add custom spec.
5580
5581 2005-10-09 Romain Francoise <romain@orebokech.com>
5582
5583 * textmodes/ispell.el (ispell-check-version): Fix last change.
5584
5585 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5586
5587 * term/x-win.el: Remove -i, --icon-type from comment.
5588
5589 * startup.el (command-line-x-option-alist): Remove options -i,
5590 -itype, --icon-type, added -nb, --no-bitmap-icon
5591
5592 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
5593
5594 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
5595 instead of :active.
5596
5597 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
5598
5599 * textmodes/ispell.el (ispell-check-version):
5600 Ignore hyphen, and all that follows, in aspell's version text.
5601
5602 2005-10-08 Jay Belanger <belanger@truman.edu>
5603
5604 * calc/calc-arith.el (math-known-square-matrixp): New function.
5605 (math-pow-fancy): Check for matrices before distributing exponent
5606 across products.
5607
5608 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
5609 fullscreen keypad. Suggested by Luc Teirlinck.
5610 (calc-keypad-show-input): Add space for formatting.
5611
5612 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
5613 Add square matrix option.
5614
5615 * calc/calc-poly.el (math-expand-term): Check for matrices instead
5616 of checking calc-matrix-mode when deciding how to expand.
5617
5618 * calc/calc.el (calc-set-mode-line): Add square matrix option.
5619
5620 2005-10-08 Lars Hansen <larsh@soem.dk>
5621
5622 * net/tramp.el (tramp-perl-directory-files-and-attributes):
5623 Add error handling.
5624 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
5625
5626 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
5627
5628 Sync with Tramp 2.0.51.
5629
5630 * net/tramp.el (tramp-handle-set-visited-file-modtime)
5631 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5632 Insert special handling for `last-coding-system-used', again
5633 it still seems to be necessary (unlike stated before).
5634 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
5635 (tramp-password-prompt-regexp): There might be other words before
5636 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
5637 (tramp-chunksize): Improve docstring.
5638 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
5639 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
5640 Christian Joergensen <bugs@razor.dk>.
5641
5642 2005-10-07 Glenn Morris <rgm@gnu.org>
5643
5644 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
5645 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
5646 precision'.
5647
5648 2005-10-07 Romain Francoise <romain@orebokech.com>
5649
5650 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
5651 (ibuffer-do-shell-command-pipe-replace)
5652 (ibuffer-do-shell-command-file, ibuffer-do-eval)
5653 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
5654 (ibuffer-do-revert, ibuffer-do-replace-regexp)
5655 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
5656 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5657 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
5658 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
5659 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
5660 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
5661 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
5662 Autoload file sans suffix.
5663
5664 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
5665
5666 2005-10-07 David Ponce <david@dponce.com>
5667
5668 * recentf.el (recentf-menu-open-all-flag): New option.
5669 (recentf-digit-shortcut-command-name): New function.
5670 (recentf--shortcuts-keymap): New variable.
5671 (recentf-menu-shortcuts): New variable.
5672 (recentf-make-menu-items): Initialize it. Replace the "More..."
5673 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
5674 (recentf-menu-value-shortcut): New function.
5675 (recentf-make-menu-item): Use it. No more in-lined.
5676 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
5677 (recentf-open-most-recent-file): Rename from
5678 `recentf-open-file-with-key'. Don't depend on key binding.
5679 (recentf-mode-map): New variable.
5680 (recentf-mode): Use it.
5681
5682 2005-10-06 Bill Wohler <wohler@newt.com>
5683
5684 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
5685
5686 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
5687 (MH-E-SRC): New. Used by mh-autoloads.
5688 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5689 files in MH-E-SRC have been updated.
5690 (compile, recompile, bootstrap): Depend on mh-autoloads.
5691
5692 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
5693
5694 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
5695 gud-break and gud-remove icons when the fringe is not available.
5696
5697 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
5698 Typo.
5699
5700 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
5701
5702 * play/zone.el (zone): Wrap body with save-window-excursion.
5703
5704 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
5705
5706 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5707 Use the new `list-only' arg to diary-list-entries.
5708
5709 * calendar/diary-lib.el: Use overlays rather than selective-display.
5710 (diary-selective-display): New var.
5711 (diary-header-line-format): Use it.
5712 (diary-list-entries): Add argument `list-only'.
5713 Put the buffer in diary-mode. Don't add \^M at beg and end.
5714 Replace \^M by invisible overlays.
5715 (diary-unhide-everything): Replace \^M by invisible overlays.
5716 (print-diary-entries): Look for overlays rather than \^M.
5717 Add a space to the temp buffer name.
5718 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
5719 Put the buffer in diary-mode.
5720 (list-sexp-diary-entries): Replace \^M by invisible overlays.
5721 (diary-anniversary): Make the year arg optional.
5722 (diary-time-regexp): New const.
5723 (diary-font-lock-keywords): Use it to accept a few more time formats.
5724
5725 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
5726
5727 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
5728
5729 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
5730 Fix bug introduced 2005-07-03: Use (car (last ...))
5731 to faithfully reproduce replaced artist-last.
5732 (artist-set-arrow-points-for-poly): Likewise.
5733 Suggested by Johan Bockg\e,Ae\e(Brd.
5734
5735 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
5736
5737 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
5738 * wid-edit.el (widget):
5739 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
5740 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
5741
5742 2005-10-06 Kenichi Handa <handa@m17n.org>
5743
5744 * international/mule-cmds.el (set-language-environment):
5745 Fix setting up of case-table for unibyte mode.
5746
5747 * simple.el (what-cursor-position): If the character is displayed
5748 by some `display' text property, show that. Don't use
5749 single-key-description for eight-bit characters in multibyte mode.
5750
5751 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
5752
5753 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
5754 (gdb-ann3): Set it.
5755 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
5756 (gdb-info-frames-custom): Use inverse-video for first five
5757 characters of selected frame only.
5758 (gdb-get-frame-number): Select frame even when point is on frame
5759 number.
5760
5761 2005-10-06 Masatake YAMATO <jet@gyve.org>
5762
5763 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5764 Put `font-lock-function-name-face'.
5765 (gdb-info-frames-custom): Put `font-lock-function-name-face'
5766 and `font-lock-variable-name-face'
5767 (gdb-registers-font-lock-keywords): New font lock keywords definition.
5768 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
5769 (gdb-memory-font-lock-keywords): New font lock keywords definition.
5770 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
5771 (gdb-local-font-lock-keywords): New font lock keywords definition.
5772 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
5773 (gdb-threads-font-lock-keywords): New font lock keywords definition.
5774 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
5775
5776 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
5777
5778 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
5779 (ediff-merge-region-is-non-clash-to-skip): Previously called
5780 ediff-merge-region-is-non-clash.
5781
5782 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
5783 Use insert-buffer-substring.
5784
5785 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
5786 selecting files to patch. Also bug fixes.
5787
5788 * ediff-util.el (ediff-setup): Bug fix.
5789 (ediff-next-difference): Never skip clashes that differ in white
5790 space only.
5791
5792 * ediff-wind.el (ediff-setup-control-frame)
5793 (ediff-destroy-control-frame): Check the menubar feature.
5794
5795 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
5796 (viper-refresh-mode-line): Use make-local-variable to localize
5797 some vars instead of make-variable-buffer-local. Suggested by
5798 Stefan Monnier.
5799
5800 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
5801 (viper-restore-cursor-type, viper-set-insert-cursor-type):
5802 Use make-local-variable instead of make-variable-buffer-local.
5803 Suggested by Stefan Monnier.
5804
5805 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
5806 (viper-comint-mode-hook): Use make-local-variable on
5807 require-final-newline.
5808 (viper-non-hook-settings): Don't use make-variable-buffer-local.
5809
5810 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5811
5812 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
5813 also the second char of a comment-start sequence.
5814 (scheme-sexp-comment-syntax-table): New var.
5815 (lambda, define): Set their scheme-doc-string-elt property.
5816 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
5817 Use lisp-font-lock-syntactic-face-function now that it properly
5818 handles |...| symbols.
5819 (scheme-mode-variables): Set lisp-doc-string-elt-property,
5820 parse-sexp-lookup-properties and font-lock-extra-managed-props.
5821
5822 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
5823 bit from # to |.
5824 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
5825
5826 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
5827 (lisp-doc-string-elt-property): New var.
5828 (lisp-font-lock-syntactic-face-function): Use it.
5829 Rewrite to recognize docstrings even for forms not at toplevel.
5830
5831 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
5832 annotation on the | part of #| rather than on the # part.
5833 (scheme-font-lock-syntactic-face-function): New function, to
5834 distinguish strings from |...| symbols.
5835 (scheme-mode-variables): Use it. Also fix up the font-lock-time
5836 syntax-table so that #|...|# is properly highlighted.
5837
5838 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
5839 Don't mark as docstring the 3rd elem of an unknown toplevel form.
5840
5841 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5842
5843 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
5844 and C-e.
5845
5846 * emacs-lisp/eldoc.el: Move comments into docstrings.
5847 (eldoc-message-commands): Initialize in its declaration.
5848 Add move-beginning-of-line and move-end-of-line.
5849 (eldoc-add-command, eldoc-add-command-completions)
5850 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
5851
5852 * outline.el (outline-mark-subtree): Activate the mark.
5853
5854 * calendar/appt.el (appt-time-regexp): New var.
5855 (appt-add, appt-make-list): Use it.
5856 (appt-convert-time): Clean up.
5857
5858 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
5859 Don't set any syntax-table property here.
5860 (tex-font-lock-verb): New function. Do it here.
5861 (tex-font-lock-syntactic-keywords): Use it.
5862
5863 2005-10-04 Richard M. Stallman <rms@gnu.org>
5864
5865 * wid-edit.el (widget-file-complete): Get the widget start point
5866 the right way. Default directory to `/' if file has none.
5867
5868 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
5869
5870 * textmodes/flyspell.el (flyspell-mode-on):
5871 Call ispell-maybe-find-aspell-dictionaries.
5872
5873 * textmodes/ispell.el (ispell-word, ispell-region):
5874 Call ispell-maybe-find-aspell-dictionaries.
5875 (ispell-accept-buffer-local-defs):
5876 Don't call ispell-maybe-find-aspell-dictionaries
5877
5878 2005-10-04 Richard M. Stallman <rms@gnu.org>
5879
5880 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
5881
5882 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
5883
5884 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
5885 instead of `fboundp' in order to allow for anonymous functions.
5886
5887 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
5888
5889 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
5890 case the user clicks on the link while another window is selected.
5891 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
5892
5893 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
5894 functionality.
5895 (dframe-help-echo): Save point in case mouse tracking is off.
5896
5897 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
5898
5899 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
5900
5901 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5902
5903 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
5904 not change the global value of those vars.
5905
5906 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
5907 make-local-variable which we do not need any more.
5908
5909 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
5910
5911 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
5912 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
5913 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
5914 (speedbar-path-line): Define obsolete aliases.
5915 (speedbar-line-directory): Doc fix.
5916
5917 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
5918 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
5919 instead of speedbar-line-path.
5920
5921 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5922
5923 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
5924 to nil if dropping on a window. Handle dropping on a minibuffer window
5925 like dropping on a non-window part of Emacs.
5926
5927 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5928
5929 * net/ange-ftp.el: Use with-current-buffer.
5930 (ange-ftp-insert-directory): Do not follow symlinks any more.
5931
5932 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5933 Remove interactive spec.
5934
5935 2005-10-03 Kim F. Storm <storm@cua.dk>
5936
5937 * ido.el (ido-mode): Use custom-initialize-set.
5938
5939 2005-10-02 Richard M. Stallman <rms@gnu.org>
5940
5941 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
5942 Use insert-buffer-substring.
5943
5944 * net/tramp.el: Pacify byte compiler warnings in pacification code.
5945 (tramp-handle-file-local-copy): Use insert-buffer-substring.
5946
5947 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5948
5949 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
5950 in last change.
5951 (ange-ftp-insert-directory): Fix up the search for the case where
5952 `file' is absolute.
5953
5954 2005-10-02 Romain Francoise <romain@orebokech.com>
5955
5956 * progmodes/compile.el (compile-goto-error): Delete extra paren.
5957
5958 2005-10-02 Andreas Schwab <schwab@suse.de>
5959
5960 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
5961 directory component in the session info.
5962
5963 2005-10-01 Richard M. Stallman <rms@gnu.org>
5964
5965 * comint.el (comint-redirect-subvert-readonly): Doc fix.
5966
5967 * simple.el (next-error-internal): New function.
5968
5969 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
5970 (compilation-start): Pass new arg to compilation-buffer-name.
5971 (compile-goto-error): Use next-error-internal.
5972
5973 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5974
5975 * speedbar.el: Remove RCS tag.
5976 (speedbar-check-read-only): Handle non-existent files.
5977
5978 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
5979
5980 * info.el (Info-speedbar-hierarchy-buttons)
5981 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
5982
5983 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5984
5985 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
5986 Do not match newline.
5987 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
5988 (bibtex-summary): Remove unnecessary save-excursion.
5989 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
5990
5991 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5992
5993 * term/mac-win.el: Add charset info for "iso10646-1".
5994 Modify default fontset to use ATSUI-compatible fonts for some charsets
5995 if available.
5996
5997 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5998
5999 * speedbar.el: Re-apply arch tag.
6000 (speedbar-version): Rename to version 1.0. Suggested by Eric
6001 M. Ludlam.
6002 Reapply two changes from Emacs CVS' version of speedbar lost
6003 during the merge:
6004 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
6005 (speedbar-frame-parameters): Improve customize type.
6006
6007 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6008
6009 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
6010 (ange-ftp-file-directory-p): Fix the symlink case.
6011 (ange-ftp-insert-directory): When listing a single file, get a list of
6012 the parent buffer and extract the relevant line. Inspired from a patch
6013 by Katsumi Yamaoka <yamaoka@jpl.org>.
6014 (ange-ftp-file-name-sans-versions): Simplify.
6015
6016 2005-09-30 Bill Wohler <wohler@newt.com>
6017
6018 Move MH-E image files from toolbar and mail directories into
6019 etc/images.
6020
6021 * mail/reply2.*: Move to etc/images/mail/reply*.
6022
6023 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
6024 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
6025 etc/images.
6026
6027 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
6028 * toolbar/reply*: Move to etc/images/mail.
6029
6030 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
6031
6032 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
6033
6034 * speedbar.el: New version 1.0pre3.
6035
6036 Frame management code (including timer, and mouse click specifics)
6037 moved to dframe.el:
6038 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
6039 (speedbar-timer): Removed. Use dframe-timer.
6040 (speedbar-close-frame): Removed. Use dframe-close-frame.
6041 (speedbar-activity-change-focus-flag): Removed. Use
6042 dframe-activity-change-focus-flag.
6043 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
6044 dframe-update-speed.
6045
6046 (speedbar-current-frame): New macro. Use this instead of the
6047 variable speedbar-frame.
6048
6049 (speedbar-use-images, speedbar-expand-image-button-alist)
6050 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
6051
6052 (speedbar-find-image-on-load-path): Removed. Replaced by
6053 defezimage in ezimage.el.
6054 (speedbar-expand-image-button-alist): Removed. Replaced by
6055 ezimage-expand-image-button-alist in ezimage.el.
6056
6057 (speedbar-ignored-directory-regexp)
6058 (speedbar-add-ignored-directory-regexp)
6059 (speedbar-ignored-directory-expressions)
6060 (speedbar-line-directory, speedbar-buffers-line-directory)
6061 (speedbar-directory-line, speedbar-buffers-line-directory):
6062 Renamed, replacing `path' with `directory'.
6063
6064 (speedbar-create-directory, speedbar-expand-line-descendants)
6065 (speedbar-toggle-line-expansion)
6066 (speedbar-contract-line-descendants): New commands.
6067
6068 (speedbar-query-confirmation-method, speedbar-select-frame-method)
6069 (speedbar-use-tool-tips-flag): New options.
6070
6071 (speedbar-check-read-only, speedbar-require-version)
6072 (speedbar-insert-separator, speedbar-buffers-tail-notes)
6073 (speedbar-handle-delete-frame, speedbar-try-completion)
6074 (speedbar-update-localized-contents): New functions.
6075
6076 (speedbar-incompatible-version, speedbar-ro-to-do-point)
6077 (speedbar-object-read-only-indicator): New variables.
6078
6079 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6080 New hooks.
6081
6082 (speedbar-separator-face): New face.
6083
6084 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6085 (speedbar-ignored-modes): Add fundamental-mode.
6086 (speedbar-directory-unshown-regexp): Add . directories.
6087
6088 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6089 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6090 `]' for full expand/close.
6091 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6092
6093 (speedbar-check-vc): Support hidden files.
6094 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6095 (speedbar-this-file-in-vc): Use vc-state if available. If VC
6096 state is nil, it is not checked out.
6097
6098 (speedbar-line-text, speedbar-line-token): Support expand buttons
6099 with no text.
6100 (speedbar-refresh): Universal argument acts as power-click.
6101 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6102 that buffer to get variable values.
6103
6104 And many other bugfixes.
6105
6106 * dframe.el, ezimage.el, sb-image.el: New files.
6107
6108 * sb-*.xpm: Remove files. New image files installed into
6109 etc/images/ezimage.
6110
6111 2005-09-30 Kenichi Handa <handa@m17n.org>
6112
6113 * ps-mule.el (ps-mule-show-warning): If a character is in
6114 ps-print-translation-table, don't treat it as non-printable.
6115
6116 2005-09-30 David Ponce <david@dponce.com>
6117
6118 * tree-widget.el (tree-widget-themes-load-path): New variable.
6119 (tree-widget-themes-directory): Doc fix.
6120 (tree-widget-image-formats) [Emacs]: Doc fix.
6121 (tree-widget--locate-sub-directory): New function.
6122 (tree-widget-themes-directory): Use it.
6123
6124 * recentf.el (recentf-filename-handlers): Rename from
6125 `recentf-filename-handler'. Allow a list of functions.
6126 (recentf-menu-items-for-commands): Fix :help strings.
6127 (recentf-apply-filename-handlers): New function.
6128 (recentf-expand-file-name): Use it.
6129 (recentf-cleanup): Remove duplicates too.
6130
6131 2005-09-29 Juri Linkov <juri@jurta.org>
6132
6133 * faces.el: Rearrange face definitions to be in the same order as
6134 their face descriptions in "(emacs)Standard Faces".
6135
6136 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
6137
6138 * tooltip.el (tooltip): Add group `basic-faces'.
6139
6140 * buff-menu.el (Buffer-menu-buffer): Remove group
6141 `font-lock-highlighting-faces'.
6142
6143 * progmodes/compile.el (compilation-error, compilation-warning)
6144 (compilation-info, compilation-line-number, compilation-column-number):
6145 Change group from `font-lock-highlighting-faces' to `compilation'.
6146
6147 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6148 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
6149 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
6150 (vhdl-font-lock-reserved-words-face)
6151 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
6152 `font-lock-highlighting-faces'.
6153
6154 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
6155
6156 2005-09-28 Kim F. Storm <storm@cua.dk>
6157
6158 * emulation/cua-base.el: Set CUA move property on additional commands:
6159 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
6160 forward-sexp, backward-sexp, forward-list, backward-list.
6161
6162 2005-09-28 Romain Francoise <romain@orebokech.com>
6163
6164 * comint.el (comint-show-output): Really set point at the
6165 beginning of the output when not using `comint-use-prompt-regexp'.
6166
6167 2005-09-27 Jay Belanger <belanger@truman.edu>
6168
6169 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
6170 in TeX mode.
6171
6172 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
6173
6174 * textmodes/org.el (org-table-sum): Fix format string.
6175
6176 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
6177 Quote face names.
6178
6179 2005-09-26 Romain Francoise <romain@orebokech.com>
6180
6181 * isearch.el (isearch-forward-regexp): Close doc string.
6182
6183 2005-09-25 Richard M. Stallman <rms@gnu.org>
6184
6185 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
6186
6187 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
6188
6189 * progmodes/compile.el (compilation-error-properties):
6190 When getting the file from the previous error message,
6191 correctly decode the new data format.
6192
6193 * progmodes/cc-cmds.el (c-electric-paren):
6194 Call old-blink-paren only for close-paren.
6195
6196 2005-09-24 Andreas Schwab <schwab@suse.de>
6197
6198 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
6199 condition.
6200
6201 2005-09-25 Romain Francoise <romain@orebokech.com>
6202
6203 * dired-aux.el (dired-copy-file-recursive):
6204 * dired.el (dired-delete-file):
6205 * ediff-mult.el (ediff-dir-diff-copy-file):
6206 * ediff-util.el (ediff-test-save-region):
6207 * forms.el (forms-mode):
6208 * ido.el (ido-file-internal, ido-delete-file-at-head):
6209 * log-edit.el (log-edit-done):
6210 * ses.el (ses-yank-resize):
6211 * play/gomoku.el (gomoku-human-plays, gomoku)
6212 (gomoku-human-resigns, gomoku-prompt-for-other-game)
6213 (gomoku-offer-a-draw):
6214 * play/landmark.el (lm-human-resigns, lm):
6215 * net/eudcb-ldap.el (eudc-ldap-check-base):
6216 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
6217 * progmodes/ebrowse.el (ebrowse-find-pattern):
6218 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
6219 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
6220 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
6221
6222 * vc.el (vc-delete-file):
6223 * play/gomoku.el (gomoku-terminate-game, gomoku)
6224 (gomoku-prompt-for-move, gomoku-human-takes-back):
6225 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
6226 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
6227
6228 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6229
6230 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
6231 color rxvt terminals by using the code xterm.el used to use before
6232 2005-04-09 in order to match the colors used by rxvt.
6233
6234 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6235
6236 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
6237 colors rxvt-unicode terminals by using the same code as xterm.el.
6238
6239 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 * textmodes/tex-mode.el (tex-font-lock-append-prop)
6242 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
6243 new symbol used for the tex-verbatim face.
6244
6245 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6246
6247 * woman.el (woman-file-name):
6248 * wid-edit.el (widget-file-prompt-value)
6249 (widget-coding-system-prompt-value):
6250 * w32-fns.el (set-w32-system-coding-system):
6251 * vc.el (vc-version-diff, vc-annotate):
6252 * textmodes/reftex-auc.el (reftex-arg-cite)
6253 (reftex-arg-index-tag):
6254 * textmodes/refer.el (refer-get-bib-files):
6255 * textmodes/artist.el (artist-figlet-choose-font):
6256 * terminal.el (terminal-emulator):
6257 * replace.el (occur-read-primary-args):
6258 * rect.el (string-rectangle, string-insert-rectangle):
6259 * ps-print.el (ps-print-preprint):
6260 * progmodes/pascal.el (pascal-goto-defun):
6261 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
6262 * progmodes/compile.el (compilation-find-file):
6263 * printing.el (pr-interactive-n-up):
6264 * play/animate.el (animate-birthday-present):
6265 * net/rcompile.el (remote-compile):
6266 * man.el (man, Man-goto-section, Man-follow-manual-reference):
6267 * mail/rmailsum.el (rmail-summary-search-backward)
6268 (rmail-summary-search):
6269 * mail/rmailout.el (rmail-output-read-rmail-file-name)
6270 (rmail-output-read-file-name):
6271 * mail/rmail.el (rmail-search, rmail-search-backwards):
6272 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
6273 * locate.el (locate):
6274 * international/quail.el (quail-show-keyboard-layout):
6275 * international/mule.el (set-buffer-file-coding-system)
6276 (revert-buffer-with-coding-system, set-file-name-coding-system)
6277 (set-terminal-coding-system, set-keyboard-coding-system)
6278 (set-next-selection-coding-system):
6279 * international/mule-diag.el (describe-coding-system)
6280 (describe-font, describe-fontset):
6281 * international/mule-cmds.el (universal-coding-system-argument)
6282 (search-unencodable-char, describe-input-method)
6283 (set-language-environment, describe-language-environment):
6284 * international/codepage.el (codepage-setup):
6285 * international/code-pages.el (codepage-setup):
6286 * info.el (Info-search, Info-follow-reference)
6287 (Info-search-backward):
6288 * emacs-lisp/advice.el (ad-read-advised-function)
6289 (ad-read-advice-class, ad-clear-cache, ad-activate)
6290 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
6291 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
6292 (ad-read-regexp):
6293 * ediff-util.el (ediff-toggle-regexp-match):
6294 * ediff-ptch.el (ediff-prompt-for-patch-file):
6295 * dired-aux.el (dired-diff):
6296 * diff.el (diff):
6297 * cus-edit.el (custom-variable-prompt):
6298 * calendar/timeclock.el (timeclock-ask-for-project):
6299 * calc/calcalg3.el (calc-get-fit-variables):
6300 * calc/calc-store.el (calc-edit-variable)
6301 (calc-permanent-variable):
6302 * vc-mcvs.el (vc-mcvs-register):
6303 * shadowfile.el (shadow-define-literal-group):
6304 * woman.el (woman-file-name):
6305 * vc.el (vc-version-diff, vc-merge):
6306 * textmodes/reftex-index.el (reftex-index-complete-tag):
6307 * format.el (format-decode-buffer, format-decode-region):
6308 * emulation/viper-cmd.el (viper-read-string-with-history):
6309 * emacs-lisp/debug.el (cancel-debug-on-entry):
6310 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6311 * ediff.el (ediff-merge-revisions)
6312 (ediff-merge-revisions-with-ancestor, ediff-revision):
6313 * completion.el (interactive-completion-string-reader):
6314 * calc/calc-prog.el (calc-user-define-formula):
6315 Follow convention for reading with the minibuffer.
6316
6317 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
6318
6319 * progmodes/python.el (python-describe-symbol): Add globals() and
6320 locals() to the arguments of emacs.ehelp.
6321
6322 2005-09-24 Magnus Henoch <mange@freemail.hu>
6323
6324 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
6325 New function, code extracted from ispell-valid-dictionary-list.
6326 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
6327 Call it.
6328
6329 2005-09-24 Eli Zaretskii <eliz@gnu.org>
6330
6331 * subr.el (version-regexp-alist): Extend valid syntax for version
6332 strings: allow any of the characters -,_,+ to separate the
6333 alpha/beta/rc part from the version part. Doc fix.
6334 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
6335
6336 2005-09-23 David Reitter <david.reitter@gmail.com>
6337
6338 * mail/mailclient.el: New file.
6339
6340 2005-09-23 Richard M. Stallman <rms@gnu.org>
6341
6342 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
6343 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
6344 Doc fixes.
6345
6346 * progmodes/cc-mode.el (c-font-lock-init):
6347 Specify font-lock-lines-before.
6348
6349 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6350
6351 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
6352 whole conflict.
6353
6354 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
6355
6356 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
6357 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
6358 of `remap' feature when available. Additional key bindings for
6359 better tty support.
6360 (org-mode-restart, org-force-self-insert): New commands.
6361 (org-time-stamp-inactive): New command.
6362 (org-remap): New function.
6363 (org-table-auto-blank-field, org-level-color-stars-only): New options.
6364 (org-enable-fixed-width-editor): Move to `org-structure'
6365 customization group.
6366 (org-self-insert-command, orgtbl-self-insert-command): Modify to
6367 blank field after field motion commands.
6368
6369 2005-09-23 Kenichi Handa <handa@m17n.org>
6370
6371 * international/mule-cmds.el (set-language-environment):
6372 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
6373 have to call utf-translate-cjk-load-tables.
6374
6375 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * mouse.el (mouse-move-drag-overlay): Fix last change.
6378
6379 2005-09-22 David Ponce <david@dponce.com>
6380
6381 * tree-widget.el (tree-widget-value-create): Fix previous change.
6382
6383 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6384
6385 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
6386
6387 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6388
6389 * mouse.el (mouse-move-drag-overlay): New function.
6390 (mouse-drag-region-1): Use it.
6391 Try to simplify a bit the state handling. Handle clicks on links
6392 inside intangible areas.
6393 (mouse-save-then-kill): Minor simplification.
6394 (mouse-secondary-overlay): Make it always non-nil instead of
6395 recreating it each time.
6396 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
6397 (mouse-kill-secondary, mouse-secondary-save-then-kill):
6398 Simplify accordingly.
6399
6400 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6401
6402 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
6403
6404 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
6405
6406 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
6407 (ediff-file-name-sans-prefix): Treat nil as an empty string.
6408 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
6409 to patch.
6410
6411 * ediff-util.el: Use insert-buffer-substring.
6412
6413 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
6414
6415 * emulation/viper-cmd.el (viper-change-state): Don't move over the
6416 field boundaries in the minibuffer.
6417 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
6418 (viper-minibuffer-post-command-hook): New hook.
6419 (viper-line): Don't move cursor at bolp.
6420
6421 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
6422
6423 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
6424 avoid compiler warnings.
6425
6426 * emulation/viper-macs.el (ex-map): Better messages.
6427
6428 * emulation/viper-utils.el (viper-beginning-of-field): New function.
6429
6430 * emulation/viper.el: Replace make-variable-buffer-local with
6431 viper-make-variable-buffer-local everywhere, to avoid warnings.
6432
6433 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6434
6435 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6436 Delete unused var `old-selected-window'.
6437 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
6438 (mouse-drag-secondary): Delete unused var `start-frame'.
6439
6440 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6441
6442 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
6443
6444 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
6447 Re-indent within 80 columns. Use inhibit-read-only.
6448
6449 2005-09-19 Romain Francoise <romain@orebokech.com>
6450
6451 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
6452
6453 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6454
6455 * font-lock.el (font-lock-default-fontify-region): Don't add a line
6456 unconditionally, since the after-change-function already did it.
6457
6458 2005-09-19 Miles Bader <miles@gnu.org>
6459
6460 * net/newsticker.el: Get rid of CVS keyword.
6461
6462 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
6463
6464 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
6465 The prompt is formatted later.
6466
6467 2005-09-19 David Ponce <david@dponce.com>
6468
6469 * tree-widget.el (tree-widget-value-create): Save the converted
6470 tree :node widget.
6471
6472 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
6473
6474 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
6475 variable `message'.
6476
6477 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
6478
6479 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
6480 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
6481 <slawomir.nowaczyk.847@student.lu.se>.
6482
6483 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
6484
6485 * image.el (image-load-path): Use symbol `data-directory' instead
6486 of its value, for backward compatibility with packages that bind
6487 it during `find-image'. Suggested by Katsumi Yamaoka.
6488 (image-search-load-path): Handle symbols whose values are strings.
6489
6490 2005-09-18 Romain Francoise <romain@orebokech.com>
6491
6492 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
6493 with-current-buffer form in save-excursion.
6494
6495 2005-09-18 D Goel <deego@gnufans.org>
6496
6497 * apropos.el (apropos-command): Fix `message' call: first arg
6498 should be a format spec. In this and all other cases that appear
6499 below and elsewhere in the source code, I made a change only when
6500 two conditions were satisfied: [1] I can think of a possibility
6501 that the arguments would cause an error, for example, the code in
6502 question relies on external variables such as filenames. [2] I
6503 was sure that the arg to `message' could not have been nil in the code.
6504
6505 * textmodes/tildify.el (tildify-region): Ditto.
6506
6507 * textmodes/reftex-index.el (reftex-index-change-entry)
6508 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
6509 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
6510 * textmodes/org.el (org-complete, org-deadline, org-schedule)
6511 (org-priority, org-table-sum):
6512 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
6513 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
6514 (flyspell-word, flyspell-display-next-corrections):
6515 * textmodes/bibtex.el (bibtex-print-help-message):
6516 * textmodes/artist.el (artist-key-set-point-poly):
6517 * term/mac-win.el (mac-services-insert-text):
6518 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
6519 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
6520 (vhdl-port-paste-testbench, vhdl-compose-new-component)
6521 (vhdl-compose-configuration):
6522 * progmodes/sh-script.el (sh-blink, sh-show-indent)
6523 (sh-set-indent, sh-learn-line-indent):
6524 * progmodes/ps-mode.el (ps-mode-target-column):
6525 * progmodes/idlwave.el (idlwave-make-tags)
6526 (idlwave-scan-library-catalogs):
6527 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
6528 * progmodes/gud.el (gud-jdb-analyze-source):
6529 * progmodes/flymake.el (flymake-log):
6530 * progmodes/ebnf2ps.el (ebnf-generate-region):
6531 * progmodes/cmacexp.el (c-macro-expansion):
6532 * progmodes/ada-xref.el (ada-treat-cmd-string):
6533 * progmodes/ada-mode.el (ada-create-case-exception-substring)
6534 (ada-justified-indent-current, ada-batch-reformat):
6535 * play/zone.el (zone):
6536 * play/landmark.el (lm-move):
6537 * play/decipher.el (decipher-show-alphabet):
6538 * net/newsticker.el (newsticker--display-jump)
6539 (newsticker--display-scroll):
6540 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
6541 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
6542 * mail/feedmail.el (feedmail-dump-message-to-queue):
6543 * eshell/esh-proc.el (eshell-remove-process-entry):
6544 * emulation/ws-mode.el (ws-last-error):
6545 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
6546 (viper-record-kbd-macro):
6547 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
6548 * emacs-lisp/lisp-mnt.el (lm-report-bug):
6549 * emacs-lisp/find-func.el (find-function-noselect):
6550 * calendar/timeclock.el (timeclock-status-string)
6551 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
6552 (timeclock-when-to-leave-string):
6553 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
6554 * calc/calc-units.el (calc-enter-units-table):
6555 * calc/calc-mode.el (calc-mode-record-mode):
6556 * woman.el (woman-mini-help):
6557 * wdired.el (wdired-change-to-wdired-mode):
6558 * vc.el (vc-retrieve-snapshot):
6559 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
6560 * startup.el (display-startup-echo-area-message):
6561 * simple.el (set-goal-column):
6562 * ses.el (ses-command-hook, ses-recalculate-cell):
6563 * server.el (server-process-filter):
6564 * printing.el (pr-interface-txt-print, pr-interface-printify)
6565 (pr-interface-ps):
6566 * pcvs.el (cvs-help):
6567 * log-edit.el (log-edit, log-edit-mode-help):
6568 * iswitchb.el (iswitchb-possible-new-buffer):
6569 * isearch.el (isearch-edit-string):
6570 * image-mode.el (image-mode, image-minor-mode):
6571 * ibuf-macs.el (define-ibuffer-filter):
6572 * hi-lock.el (hi-lock-find-patterns):
6573 * files.el (toggle-read-only):
6574 * ediff-util.el (ediff-copy-diff)
6575 (ediff-write-merge-buffer-and-maybe-kill):
6576 * echistory.el (Electric-history-undefined):
6577 * dnd.el (dnd-insert-text):
6578 * dired-aux.el (dired-query):
6579 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
6580 * bookmark.el (bookmark-bmenu-locate):
6581 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
6582 Fix `message' calls to ensure first arg is a format string.
6583 The change was made only when these two conditions were satisfied:
6584 [1] when there is a possibility that the arguments would cause an error
6585 for example, if the code in question relies on external variables
6586 such as filenames, and
6587 [2] if the arg to `message' could not have been nil in the code.
6588
6589 * pcomplete.el (pcomplete--help): Fix `message' format spec.
6590 Not having a %s would be weird, though not technically wrong.
6591
6592 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6593
6594 * term/mac-win.el (mac-add-charset-info): Doc fix.
6595
6596 2005-09-17 Romain Francoise <romain@orebokech.com>
6597
6598 * shell.el (shell-resync-dirs): Handle echoing processes more
6599 reliably. Don't insert resync command if `comint-process-echoes'
6600 is non-nil.
6601
6602 2005-09-17 Magnus Henoch <mange@freemail.hu>
6603
6604 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
6605 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
6606 aspell versions >= 0.60.
6607 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
6608 only if ispell-aspell-supports-utf8 is non-nil.
6609
6610 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6611
6612 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
6613 buffer-local value to lisp-indent-function.
6614
6615 2005-09-17 Milan Zamazal <pdm@zamazal.org>
6616
6617 * progmodes/glasses.el (glasses-make-readable): If
6618 glasses-separator differs from underscore, put appropriate
6619 overlays over underscore characters.
6620 (glasses-convert-to-unreadable): If glasses-separator differs from
6621 underscore, try to convert glasses-separator characters to
6622 underscores.
6623
6624 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6625
6626 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
6627 Use with-syntax-table and dolist.
6628
6629 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
6630
6631 * textmodes/reftex-auc.el:
6632 * textmodes/reftex-cite.el:
6633 * textmodes/reftex-dcr.el:
6634 * textmodes/reftex-global.el:
6635 * textmodes/reftex-parse.el:
6636 * textmodes/reftex-ref.el:
6637 * textmodes/reftex-sel.el:
6638 * textmodes/reftex-toc.el:
6639 * textmodes/reftex-vars.el:
6640 * textmodes/reftex.el: Small changes to remove compiler warnings.
6641
6642 * textmodes/reftex-index.el: Likewise.
6643 (reftex-query-index-phrase): More efficient use of markers.
6644
6645 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
6646
6647 * image.el (image-load-path): New variable.
6648 (image-search-load-path): New function.
6649 (find-image): Search for images in `image-load-path'.
6650
6651 2005-09-15 Richard M. Stallman <rms@gnu.org>
6652
6653 * follow.el: Change Maintainer field.
6654
6655 2005-09-15 David Ponce <david@dponce.com>
6656
6657 * recentf.el (recentf-save-file-modes): New option.
6658 (recentf-save-list): Use it.
6659
6660 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
6661
6662 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
6663 (mode-line-mule-info, mode-line-modified): Move bindings from
6664 mouse-3 to mouse-1.
6665
6666 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
6667
6668 * simple.el (sendmail-user-agent-compose): Revert last change.
6669
6670 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6671
6672 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
6673 Use with-current-buffer.
6674 (ange-ftp-gwp-start): Remove unused var `gw-user'.
6675 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
6676 (ange-ftp-insert-directory): Remove unused var `short'.
6677 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
6678
6679 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
6680 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
6681
6682 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
6683 (check-calendar-holidays, diary-list-entries): Autoload.
6684 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
6685 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
6686
6687 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
6688 which mistakenly removed a call to display-buffer.
6689
6690 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
6691
6692 * obsolete/iso-insert.el: Move to obsolete/ from international/.
6693
6694 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
6695
6696 * progmodes/hideshow.el
6697 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
6698 (hs-allow-nesting): New user var.
6699 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
6700 (hs-hide-block-at-point): When nesting allowed,
6701 if there is already an overlay in place, delete it.
6702 (hs-safety-is-job-n): Delete func; remove call sites.
6703 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
6704 (hs-overlay-at): New func.
6705 (hs-already-hidden-p, hs-show-block): Use it.
6706 (hs-hide-all): Don't pre-clean if nesting allowed.
6707 (hs-show-all): Temporarily disallow
6708 nesting around call to `hs-discard-overlays'.
6709
6710 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
6711
6712 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
6713 Delete unused local var.
6714
6715 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
6716
6717 * help-fns.el (describe-categories): "?\ " -> "?\s".
6718 (help-do-arg-highlight): Recognize also ARG-n, as in
6719 `move-to-left-margin' (ARG+n is already recognized). Simplify.
6720
6721 * international/codepage.el (dos-unsupported-char-glyph):
6722 * net/newsticker.el (tool-bar-map, w3-mode-map)
6723 (w3m-minor-mode-map):
6724 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
6725 (ent-alist):
6726 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
6727
6728 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
6729
6730 * custom.el (custom-push-theme): Handle the case where a symbol is
6731 bound but face properties have not yet been assigned.
6732
6733 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
6734 Fix behavior if noerase is `t' and there is no mail buffer.
6735
6736 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
6737 if `continue' is nil, rather than signal an error.
6738
6739 2005-09-12 Richard M. Stallman <rms@gnu.org>
6740
6741 * font-lock.el (font-lock-keywords): Add autoload.
6742
6743 * help-fns.el (describe-variable): Rearrange to put source link
6744 in a predictable place.
6745
6746 * net/newsticker.el: New file.
6747
6748 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6749
6750 * calendar/calendar.el (calendar-for-loop): Add edebug info.
6751 (calendar-basic-setup): Use the new nil arg.
6752 (number-of-diary-entries): Move to diary-lib.el.
6753
6754 * calendar/diary-lib.el: Use with-current-buffer, match-string.
6755 (diary-list-entries): Use with-syntax-table and dolist.
6756 Rename from list-diary-entries.
6757 Use number-of-diary-entries if `number' is nil.
6758 (diary, diary-view-entries): Use this new name and new nil arg value.
6759 (number-of-diary-entries): Move from calendar.el.
6760 (diary-unhide-everything): New function.
6761 (include-other-diary-files, fancy-diary-display)
6762 (diary-show-all-entries, make-diary-entry): Use it.
6763 (diary-mail-entries): Use buffer-string.
6764 (mark-diary-entries): Fix long standing paren typo.
6765 (diary-sexp-entry): Use count-lines.
6766 (make-diary-entry): Avoid `previous-line'.
6767 (diary-mode-map): New var.
6768 (diary-mode): Redraw cal after saving. Setup header-line.
6769 (fancy-diary-display-mode): Use local-set-key.
6770
6771 * startup.el (command-line): Try calling various terminal-init-foo-bar
6772 functions by stripping hyphenated suffixes from $TERM.
6773
6774 * files.el (normal-mode): Check boundness of font-lock-keywords.
6775
6776 2005-09-12 Richard M. Stallman <rms@gnu.org>
6777
6778 * progmodes/compile.el: Don't decide a file's directory
6779 until the user actually tries to go there.
6780 (compilation-next-error-function):
6781 Pass compilation-find-file the directory from the file-struct.
6782 (compilation-internal-error-properties): Separate local FILE-STRUCT
6783 from FILE. Doc the args better. Rename arg FMT to FMTS.
6784 (compilation-find-file): Arg DIR renamed to DIRECTORY.
6785 Expand it, and if nil, use default-directory.
6786 (compilation-get-file-structure): Don't mix specified directory
6787 with default directory. Put specified directory into
6788 file-struct. Don't make the file name absolute.
6789
6790 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6791 (compile-command): Add autoload.
6792 (compilation-disable-input): Add autoload.
6793
6794 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
6795
6796 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
6797 strings of the variables it can override.
6798 (time-stamp): New (as yet undocumented) time-stamp-format escapes
6799 %Q and %q, for fully-qualified domain name and unqualified host name.
6800
6801 2005-09-11 Kim F. Storm <storm@cua.dk>
6802
6803 * emacs-lisp/authors.el (authors-aliases): Update list.
6804 (authors-fixed-entries): Update mldrag.el entry.
6805
6806 2005-09-10 Alan Mackenzie <acm@muc.de>
6807
6808 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
6809 from the region narrowed to.
6810
6811 2005-09-10 Magnus Henoch <mange@freemail.hu>
6812
6813 * textmodes/ispell.el (ispell-check-version): Signal an error if
6814 aspell version is less than 0.60.
6815
6816 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
6817
6818 * progmodes/octave-inf.el (inferior-octave-startup):
6819 Resync current dir at the end.
6820
6821 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
6822
6823 * woman.el (woman-topic-at-point-default):
6824 Rename to woman-use-topic-at-point-default.
6825 (woman-topic-at-point): Rename to woman-use-topic-at-point.
6826 (woman-file-name): Reflect renames above. Automatically use the
6827 word at point as topic if woman-use-topic-at-point is non-nil.
6828 Otherwise offer it as default but don't insert it in the
6829 minibuffer. Also use `test-completion' instead of `assoc' as
6830 suggested by Stefan Monnier.
6831
6832 2005-09-10 Andre Spiegel <spiegel@gnu.org>
6833
6834 * vc.el (vc-directory, vc-update-change-log): Throw an error on
6835 the attempt to do it over Tramp. This is not yet supported.
6836
6837 2005-09-10 Eli Zaretskii <eliz@gnu.org>
6838
6839 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6840 (menu-bar-non-minibuffer-window-p): New functions.
6841 ("Split Window", "Save As..."): Use them.
6842 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
6843 ("Print Buffer", "Truncate Long Lines in this Buffer"):
6844 Use menu-bar-menu-frame-live-and-visible-p.
6845 ("Save Buffer", "Insert File", "Open Directory...")
6846 ("Open File...", "Visit New File..."):
6847 Use menu-bar-non-minibuffer-window-p.
6848 (kill-this-buffer-enabled-p, dired <menu-enable>):
6849 Use menu-bar-non-minibuffer-window-p.
6850
6851 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6852
6853 * cus-start.el (all): Don't complain about fringe-related
6854 built-ins if fringes are not supported. Ditto about
6855 selection-related built-ins. Fix the test for GTK-related built-ins.
6856
6857 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
6858 ("Postscript Print Buffer", "Print Region", "Save As...")
6859 ("Save", "Insert File...", "Open Directory...")
6860 ("Open File...", "Visit New File..."")
6861 ("Truncate Long Lines in this Buffer"): Don't look at
6862 menu-updating-frame if this display does not support multiple frames.
6863
6864 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6865
6866 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
6867
6868 2005-09-09 Emilio Lopes <eclig@gmx.net>
6869
6870 * woman.el: Format- and whitespace-related changes.
6871
6872 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6873
6874 * woman.el: Fix my email address.
6875
6876 2005-09-08 Richard M. Stallman <rms@gnu.org>
6877
6878 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
6879 (sh-mode): Locally set skeleton-pair-default-alist.
6880
6881 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
6882
6883 * progmodes/flymake.el: Require `compile' unconditionally.
6884
6885 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
6886
6887 * woman.el (woman-file-name): Provide a default, not initial input.
6888
6889 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
6890
6891 * font-lock.el (font-lock-support-mode): Doc fix.
6892
6893 * descr-text.el (describe-property-list): Handle non-symbol prop names.
6894
6895 2005-09-08 Richard M. Stallman <rms@gnu.org>
6896
6897 * simple.el (blink-matching-open): Get rid of text props from
6898 the string shown in echo area. Don't permanently set point.
6899 Some rearrangements.
6900
6901 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
6902
6903 * recentf.el (recentf-filename-handler): Add custom choice
6904 `abbreviate-file-name'.
6905
6906 * msb.el (msb--very-many-menus): Fix typo.
6907
6908 * disp-table.el (standard-display-european): Don't set
6909 enable-multibyte-characters to nil.
6910
6911 2005-09-08 David Ponce <david@dponce.com>
6912
6913 * recentf.el (recentf-show-file-shortcuts-flag): New option.
6914 (recentf-expand-file-name): Doc fix.
6915 (recentf-dialog-mode-map): Define digit shortcuts.
6916 (recentf--files-with-key): New variable.
6917 (recentf-show-digit-shortcut-filter): New function.
6918 (recentf-open-files-items): New function.
6919 (recentf-open-files): Use it.
6920 (recentf-open-file-with-key): New command.
6921
6922 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
6923
6924 * buff-menu.el (Buffer-menu-sort-by-column): New function.
6925 Suggested by Kim F. Storm.
6926 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
6927 (Buffer-menu-make-sort-button): Use global keymap.
6928
6929 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
6930
6931 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
6932 (Man-getpage-in-background-advice): Remove defadvice; it isn't
6933 necessary any longer with the remapped command.
6934 (Man-bgproc-sentinel-advice): Remove defadvice which counts
6935 formatting time only.
6936
6937 * net/tramp.el (tramp-action-password)
6938 (tramp-multi-action-password): Compile the password prompt from
6939 `method', `user' and `host'. Sometimes it isn't obvious which
6940 password to enter, for example with remote files offered by
6941 recentf.el, or with multiple steps. Suggested by Robert Marshall
6942 <robert@chezmarshall.freeserve.co.uk>.
6943
6944 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6945
6946 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6947 Fix regexp for when "s///" is at the beginning of line.
6948
6949 2005-09-07 Jay Belanger <belanger@truman.edu>
6950
6951 * calc/calc-poly.el (math-expand-term): Multiply out any powers
6952 when in matrix mode.
6953
6954 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
6957 non-anonymous functions.
6958
6959 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
6960
6961 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
6962 when using a header line. Otherwise, use mouse-1-click-follows-link.
6963
6964 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
6965 can't be moved; don't signal an error.
6966
6967 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
6968
6969 * cus-theme.el (custom-theme-write-faces): Save the current face
6970 spec, not the defface spec.
6971
6972 * custom.el (custom-known-themes): Clarify meaning of "standard".
6973 (custom-push-theme): Save old values in the standard theme.
6974 (disable-theme): Correct typo.
6975 (custom-face-theme-value) Deleted unused function.
6976 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
6977
6978 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6979
6980 * progmodes/compile.el (compilation-goto-locus): Take into account
6981 iconified frames when determining whether the buffer is
6982 already visible.
6983 Don't reset window height if the window already existed.
6984
6985 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
6986
6987 * custom.el (load-theme): Rename from require-theme.
6988 Add interactive spec.
6989 (enable-theme): Rename from custom-enable-theme.
6990 Add interactive spec.
6991 (disable-theme): Rename from custom-disable-theme.
6992 Add interactive spec.
6993 (custom-make-theme-feature): Doc fix.
6994 (custom-theme-directory): Doc fix.
6995 (provide-theme): Call enable-theme.
6996
6997 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6998
6999 * obsolete/lazy-lock.el (lazy-lock-mode):
7000 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
7001 font-lock-mode if it's off. Print a warning instead.
7002
7003 * progmodes/compile.el (compilation-start): Ignore errors if the
7004 process died before we get to send-eof.
7005
7006 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
7007 Undo last change. Enclosing the result in quotes broke things on Unix
7008 since tex-send-command passes it through shell-quote-argument.
7009 (tex-send-command): Pass `file' through convert-standard-filename
7010 when possible.
7011 (tex-uptodate-p): Handle the case where TeX hasn't put additional
7012 info in a transcript.
7013
7014 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
7015
7016 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
7017 fix compilation warning. Reorder the key definitions to group
7018 together keys emitted by the current version of xterm.
7019
7020 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
7021 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
7022 Reorder predicates to correct min-color usage.
7023
7024 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
7025
7026 * longlines.el (longlines-mode): Inhibit read-only when encoding.
7027 Kill local variables when longlines-mode is turned off.
7028
7029 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7030
7031 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
7032
7033 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
7034
7035 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
7036
7037 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
7038 (font-lock-lines-before): Change default to being inactive.
7039 (font-lock-default-fontify-region): Obey font-lock-lines-before.
7040 (font-lock-after-change-function): Don't handle f-l-lines-before here.
7041
7042 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
7043
7044 * net/tramp.el (tramp-handle-make-auto-save-file-name):
7045 Deactivate temporarily advice if active (not needed for Emacs 22,
7046 but for backwards compatibility).
7047 (tramp-exists-file-name-handler): Rewrite. First implementation
7048 was too simple.
7049 (tramp-advice-make-auto-save-file-name):
7050 Call `tramp-handle-make-auto-save-file-name' (again, just for
7051 backwards compatibility).
7052
7053 2005-08-31 Reto Zimmermann <reto@gnu.org>
7054
7055 * progmodes/vhdl-mode.el
7056 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
7057 (vhdl-end-p): Fix indentation bug "else" after "-- when".
7058 (vhdl-set-default-project): New function (easier setting of default).
7059 (vhdl-port-copy): Handle extended identifiers for generics.
7060 (vhdl-compiler-alist): Better description for error message regexp.
7061 (vhdl-make): Query for target, use previous as default.
7062 (vhdl-port-copy): Fix port copy for port names starting with "signal".
7063 (vhdl-font-lock-keywords-2): Fix fontification for record
7064 el. assign.
7065 (vhdl-speedbar-make-subpack-line): Add package body link.
7066 (vhdl-generate-makefile-1): Not include itself as dependency.
7067 (vhdl-font-lock-init): Highlight c-preprocessor directives.
7068 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7069 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7070 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7071 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7072 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7073 (vhdl-import-project): Add string argument for `error'.
7074 (vhdl-compose-configuration)
7075 (vhdl-compose-configuration-architecture): Add configuration
7076 declaration generation.
7077 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7078 (vhdl-trailer-re): Add "record" keyword (better indentation).
7079 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7080 "[^ \t-\"]+".
7081 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
7082 (vhdl-testbench-entity-file-name)
7083 (vhdl-testbench-architecture-file-name): Allow separate
7084 customization of testbench file names.
7085 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7086 (vhdl-get-visible-signals): Allow newline within alias declaration.
7087 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7088 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7089 (member-ignore-case): Alias for missing function in XEmacs.
7090 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7091 (vhdl-update-sensitivity-list): Ignore case on read signals.
7092 (vhdl-replace-string): Adjust case only for file names.
7093 (vhdl-update-sensitivity-list): Fix search for read signals.
7094 (vhdl-update-sensitivity-list): Exclude formal parameters.
7095 (vhdl-get-visible-signals): Include aliases of signals.
7096 (vhdl-get-visible-signals): Fix signal name searching.
7097 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7098 (vhdl-fixup-whitespace-region): Fix for character
7099 literals (e.g. ':').
7100
7101 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7102
7103 * ansi-color.el (comint-last-output-start):
7104 * bs.el (font-lock-verbose):
7105 * diff-mode.el (add-log-buffer-file-name-function):
7106 * dired-x.el (vm-folder-directory):
7107 * faces.el (help-xref-stack-item):
7108 * files.el (font-lock-keywords):
7109 * find-lisp.el (dired-buffers, dired-subdir-alist):
7110 * ido.el (cua-inhibit-cua-keys):
7111 * log-view.el (cvs-minor-wrap-function):
7112 * outline.el (font-lock-warning-face):
7113 * simple.el (compilation-current-error):
7114 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
7115 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
7116 * tooltip.el (comint-prompt-regexp):
7117 * w32-fns.el (explicit-shell-file-name):
7118 * term/mac-win.el (mac-charset-info-alist)
7119 (mac-services-selection, mac-system-script-code):
7120 * term/tty-colors.el (msdos-color-values):
7121 * term/w32-win.el (xlfd-regexp-registry-subnum):
7122 * term/x-win.el (x-keysym-table, x-selection-timeout)
7123 (x-session-id, x-session-previous-id):
7124 * textmodes/ispell.el (mail-yank-prefix):
7125 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
7126 * textmodes/org.el (calc-embedded-close-formula)
7127 (calc-embedded-open-formula)
7128 (font-lock-unfontify-region-function):
7129 * textmodes/reftex-global.el (isearch-next-buffer-function)
7130 (TeX-master):
7131 * textmodes/reftex.el (font-lock-keywords):
7132 * textmodes/tex-mode.el (font-lock-comment-face)
7133 (font-lock-doc-face):
7134 * textmodes/texinfo.el (outline-heading-alist):
7135 Add defvars.
7136
7137 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
7138 (artist-spray-chars, artist-mode-init, artist-replace-string)
7139 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
7140 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
7141 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
7142
7143 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
7144 (conf-align-assignments): "?\ " -> "?\s".
7145
7146 * textmodes/reftex-index.el (TeX-master): Add defvar.
7147 (reftex-index-phrases-marker): Move up defvar.
7148
7149 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
7150 (reftex-toc-include-labels-indicator)
7151 (reftex-toc-include-index-indicator)
7152 (reftex-toc-max-level-indicator): Move up declarations.
7153
7154 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
7155 of args to `tramp-run-real-handler', even if it's empty in this case.
7156
7157 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7158
7159 * dired.el (dired-move-to-filename-regexp): Add date format for
7160 Mac OS X 10.3 in East Asian locales.
7161
7162 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
7163
7164 * files.el (make-auto-save-file-name): Add file name handler call
7165 if applicable.
7166
7167 * net/tramp.el (tramp-file-name-handler-alist)
7168 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
7169 (tramp-handle-make-auto-save-file-name): Rename from
7170 `tramp-make-auto-save-file-name'.
7171 (tramp-exists-file-name-handler): New defun.
7172 (tramp-advice-make-auto-save-file-name): Make defadvice only when
7173 `make-auto-save-file-name' is not a magic file name operation.
7174
7175 2005-08-30 Richard M. Stallman <rms@gnu.org>
7176
7177 * files.el (risky-local-variable-p):
7178 Match `-predicates' and `-commands.
7179
7180 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
7181 (custom-save-all): Visit the file if necessary;
7182 kill the buffer if we created it.
7183 (custom-save-delete): Don't visit file or kill buffer here.
7184
7185 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
7186
7187 * textmodes/org.el (org-special-keyword): New face.
7188 (org-table-copy-down, org-table-eval-formula)
7189 (org-table-recalculate, org-init-section-numbers):
7190 Use `string-to-number' instead of `string-to-int'.
7191 (org-get-location): Use `insert-buffer-substring' instead of
7192 `insert-buffer'.
7193 (org-modify-diary-entry-string): New function.
7194 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
7195 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
7196 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
7197 active region.
7198 (org-export-as-html): Handle QUOTE keyword.
7199 (org-quote-string): New option.
7200 (org-bookmark-jump-unhide): New function, used for
7201 `bookmark-after-jump-hook'.
7202 (org-diary-default-entry): Apply only when not called through
7203 `org-agenda'.
7204
7205 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
7206
7207 * net/eudc.el (mode-popup-menu):
7208 * play/handwrite.el (ps-printer-name, ps-lpr-command):
7209 * progmodes/ada-mode.el (compile-auto-highlight)
7210 (skeleton-further-elements):
7211 * progmodes/autoconf.el (font-lock-syntactic-keywords):
7212 * progmodes/cmacexp.el (msdos-shells):
7213 * progmodes/compile.el (font-lock-extra-managed-props)
7214 (font-lock-keywords, font-lock-maximum-size)
7215 (font-lock-support-mode):
7216 * progmodes/grep.el (font-lock-lines-before):
7217 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
7218 * progmodes/mixal-mode.el (compile-command):
7219 * progmodes/perl-mode.el (font-lock-comment-face)
7220 (font-lock-doc-face, font-lock-string-face):
7221 * progmodes/prolog.el (comint-prompt-regexp):
7222 * progmodes/sh-script.el (font-lock-comment-face)
7223 (font-lock-set-defaults, font-lock-string-face):
7224 * progmodes/sql.el (font-lock-keyword-face)
7225 (font-lock-set-defaults, font-lock-string-face):
7226 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
7227 (itimer-version, lazy-lock-defer-contextually)
7228 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
7229 Add defvars.
7230
7231 * progmodes/cperl-mode.el (cperl-electric-lbrace)
7232 (cperl-electric-keyword, cperl-electric-pod)
7233 (cperl-electric-backspace, cperl-forward-re)
7234 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
7235 (vc-rcs-header, vc-sccs-header): Add defvars.
7236
7237 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
7238 (font-lock-syntactic-keywords, gud-find-expr-function):
7239 Add defvars.
7240
7241 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
7242 (gdb-frame-parameters): Declare before use.
7243
7244 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
7245 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
7246 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
7247 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
7248
7249 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
7250 (idlwave-help-with-source): Use `insert-buffer-substring', not
7251 `insert-buffer'.
7252
7253 2005-08-29 Juri Linkov <juri@jurta.org>
7254
7255 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
7256 Put outline-back-to-heading function call inside save-excursion.
7257
7258 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
7259
7260 * man.el (Man-init-defvars, Man-translate-references)
7261 (Man-support-local-filenames, Man-highlight-references):
7262 * progmodes/sql.el (sql-interactive-mode):
7263 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
7264
7265 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
7266 (compilation-mode-font-lock-keywords): Add defvars.
7267 (checkdoc-interactive-loop): "?\ " -> "?\s".
7268
7269 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
7270 (font-lock-doc-face, font-lock-string-face)
7271 (font-lock-keywords-case-fold-search): Add defvars.
7272 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
7273
7274 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
7275 Don't pass X and Y (they are ignored anyway).
7276 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
7277 (mouse-delete-window): Make arguments optional.
7278
7279 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
7280 (caesar-translate-table, minor-modes, news-buffer-save)
7281 (news-group-name, news-minor-modes): Add defvars.
7282
7283 * emacs-lisp/lselect.el (mouse-highlight-priority)
7284 (x-lost-selection-functions, zmacs-regions):
7285 * emacs-lisp/pp.el (font-lock-verbose):
7286 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
7287 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
7288 (ses-mode-map):
7289 * emacs-lisp/tcover-unsafep.el (safe-functions):
7290 * international/mule-cmds.el (mac-system-coding-system)
7291 (mac-system-locale):
7292 * language/ethio-util.el (rmail-current-message)
7293 (rmail-message-vector):
7294 * language/thai-util.el (thai-auto-composition-mode):
7295 * mail/metamail.el (rmail-current-message, rmail-message-vector):
7296 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
7297 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
7298 (vm-primary-inbox, vm-spool-files):
7299 * mail/rmail.el (deleted-head, font-lock-fontified)
7300 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
7301 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
7302 (total-messages):
7303 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
7304 (rmail-summary-mode-map):
7305 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
7306 (rmail-last-label, rmail-last-multi-labels)
7307 (rmail-summary-vector, rmail-total-messages):
7308 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
7309 * mail/rmailsum.el (msgnum):
7310 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
7311 (rmail-current-message):
7312 * obsolete/fast-lock.el (font-lock-face-list):
7313 * obsolete/rnewspost.el (mail-reply-buffer):
7314 * obsolete/scribe.el (compile-command):
7315 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
7316
7317 2005-08-28 John Paul Wallington <jpw@gnu.org>
7318
7319 * ibuf-ext.el (ibuffer-auto-update-changed):
7320 Use `frame-or-buffer-changed-p' to check whether we need to update.
7321 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
7322 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
7323 as a `frame-or-buffer-changed-p' state vector instead.
7324
7325 2005-08-27 Romain Francoise <romain@orebokech.com>
7326
7327 * textmodes/makeinfo.el (makeinfo-compile):
7328 Use `compilation-start'. Set `next-error-function' according to
7329 `disable-errors'.
7330 (makeinfo-next-error): New function.
7331 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
7332 (makeinfo-buffer): Likewise.
7333
7334 * progmodes/compile.el (compilation-start): Add autoload cookie.
7335
7336 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
7337 * textmodes/sgml-mode.el: Likewise.
7338 * progmodes/python.el: Likewise.
7339
7340 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7341
7342 * simple.el (blink-matching-paren-distance): Document the meaning
7343 of nil value, and allow to customize to nil.
7344
7345 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
7346 command.com, not command.exe.
7347
7348 2005-08-26 John Wiegley <johnw@newartisans.com>
7349
7350 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
7351 code around a bit so that an extraneous nil argument is not added
7352 to a command when no args are given.
7353
7354 * eshell/esh-arg.el (eshell-parse-double-quote): If a
7355 double-quoted argument resolves to nil, return it as an empty
7356 string rather than as nil. This made it impossible to pass "" to
7357 a shell script as a null string argument.
7358
7359 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7360
7361 * outline.el (outline-invent-heading): New fun.
7362 (outline-promote, outline-demote): Use it.
7363 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
7364 (outline-end-of-subtree): Remove unused var `opoint'.
7365
7366 2005-08-26 David Reitter <david.reitter@gmail.com>
7367
7368 * menu-bar.el (truncate-lines, write-file, print-buffer)
7369 (ps-print-buffer-faces, ps-print-buffer, split-window):
7370 Disable menu items when the frame they refer to is invisible, or when
7371 they refer to a buffer and the minibuffer is selected.
7372
7373 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
7374
7375 * progmodes/flymake.el (flymake-highlight-err-lines):
7376 Use save-excursion around flymake-highlight-line to preserve point.
7377
7378 2005-08-26 Eli Zaretskii <eliz@gnu.org>
7379
7380 * progmodes/octave-mod.el: Change Author and Maintainer address.
7381 (octave-maintainer-address): Change Kurt's email address.
7382 * progmodes/octave-inf.el: Change Author and Maintainer address.
7383 * progmodes/octave-hlp.el: Change Author and Maintainer address.
7384
7385 2005-08-26 Kim F. Storm <storm@cua.dk>
7386
7387 * subr.el (version-list-<, version-list-<=, version-list-=):
7388 Rename from integer-list-*.
7389 (version-list-not-zero): Likewise. Fix while loop.
7390 (version=): Use version-list-= instead of string-equal.
7391
7392 2005-08-26 Richard M. Stallman <rms@gnu.org>
7393
7394 * outline.el (outline-promote): Try shortening the heading.
7395 As last resort, read the heading to use.
7396 (outline-demote): As last resort, read the heading to use.
7397
7398 2005-08-26 Romain Francoise <romain@orebokech.com>
7399
7400 * progmodes/compile.el (compilation-start): Doc fix.
7401
7402 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
7403 (antlr-font-lock-additional-keywords): Fix reference to
7404 `antlr-font-lock-literal-regexp' erroneously changed during the
7405 mass face rename.
7406 (antlr-run-tool): Use `compilation-start'.
7407
7408 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
7409 instead of the obsolete `compile-internal'.
7410
7411 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
7412
7413 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
7414 (number, original-date):
7415 * calendar/cal-china.el (date):
7416 * calendar/cal-coptic.el (date):
7417 * calendar/cal-french.el (date):
7418 * calendar/cal-hebrew.el (date, entry, number, original-date):
7419 * calendar/cal-islam.el (date, number, original-date):
7420 * calendar/cal-iso.el (date):
7421 * calendar/cal-julian.el (date):
7422 * calendar/cal-mayan.el (date):
7423 * calendar/cal-menu.el (date, event):
7424 * calendar/cal-persia.el (date):
7425 * calendar/lunar.el (date):
7426 * calendar/solar.el (date): Add defvars.
7427
7428 * emerge.el:
7429 * ibuffer.el:
7430 * info-xref.el:
7431 * obsolete/bg-mouse.el:
7432 * obsolete/sun-curs.el:
7433 * obsolete/swedish.el: Move the `defvar's to the top level.
7434
7435 * smerge-mode.el (smerge-refined-change): Add :group.
7436
7437 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
7440 (smerge-keep-n): Remove props.
7441 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7442 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
7443 now that it's done in smerge-keep-n.
7444 (smerge-refined-change): New face.
7445 (smerge-refine-chopup-region, smerge-refine-highlight-change)
7446 (smerge-refine): New funs.
7447 (smerge-basic-map): Bind smerge-refine.
7448
7449 2005-08-25 Juri Linkov <juri@jurta.org>
7450
7451 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
7452 compilation-process-setup-function and compilation-disable-input
7453 in grep-mode instead of let-bindings in grep.
7454
7455 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
7456 Delete "Automatic File De/compression" (auto-compression-mode).
7457
7458 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
7459
7460 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
7461 Silence warning about non-existent variable.
7462
7463 2005-08-25 Richard M. Stallman <rms@gnu.org>
7464
7465 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
7466 Rename "Describe Key" to "Describe Key or Mouse Operation".
7467
7468 * mail/mailalias.el (build-mail-aliases): Delete comments
7469 from the contents before processing them.
7470
7471 * isearch.el (isearch-edit-string): Erase the Search prompt
7472 if user enters an empty string and there is no default.
7473
7474 * comint.el (comint-file-name-prefix): Add autoload.
7475
7476 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
7477
7478 * subr.el (play-sound): Rearrange to avoid warning.
7479
7480 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
7481
7482 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
7483 New hook.
7484 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
7485
7486 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7487
7488 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
7489
7490 * custom.el (custom-theme-set-variables): Sort minor modes last.
7491
7492 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7493
7494 * subr.el (version-separator, version-regexp-alist): New vars used by
7495 version comparison funs.
7496 (integer-list-<, integer-list-=, integer-list-<=)
7497 (integer-list-not-zero): New funs for integer list comparison.
7498 (version-to-list, version=, version<, version<=): New funs for version
7499 comparison.
7500
7501 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
7502
7503 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
7504 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
7505 time to silence the byte-compiler.
7506
7507 * ibuffer.el (ibuffer-compile-make-eliding-form)
7508 (ibuffer-check-formats): Use `with-no-warnings' to hide references
7509 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
7510 so it's silly to get warnings for it).
7511 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
7512 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
7513 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
7514 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
7515 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
7516 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
7517 Defvar at compile time.
7518 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
7519 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
7520 Declare them before use.
7521
7522 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
7523 (info-xref-good, info-xref-bad): Defvar at compile time.
7524
7525 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
7526 Use `let*' instead of `let'.
7527
7528 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
7529 (*mouse-y*, menu, char): Defvar at compile time.
7530 (sc::menu): Declare it before use.
7531 (sc::pack-one-line): Use `let', not `let*'.
7532
7533 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
7534 (mail-send-hook): Defvar at compile time.
7535
7536 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
7537 Defvar at compile time.
7538
7539 * term/sun-mouse.el (current-global-mousemap)
7540 (current-local-mousemap): Declare them before use.
7541
7542 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
7543
7544 * bookmark.el (bookmark-after-jump-hook): New hook.
7545 (bookmark-jump): Run `bookmark-after-jump-hook'.
7546
7547 2005-08-23 Juri Linkov <juri@jurta.org>
7548
7549 * faces.el (minibuffer-prompt): Doc fix.
7550
7551 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
7552
7553 * progmodes/xscheme.el: Trivial changes to silence warnings.
7554 (xscheme-previous-mode, xscheme-previous-process-state):
7555 Add defvars.
7556 (xscheme-last-input-end, xscheme-process-command-line)
7557 (xscheme-process-name, xscheme-buffer-name)
7558 (xscheme-expressions-ring-max, xscheme-expressions-ring)
7559 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
7560 (xscheme-control-g-synchronization-p)
7561 (xscheme-control-g-disabled-p, xscheme-string-receiver)
7562 (default-xscheme-runlight, xscheme-runlight)
7563 (xscheme-runlight-string, xscheme-process-filter-state)
7564 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
7565 Move to beginning of file.
7566 (scheme-interaction-mode-commands-alist)
7567 (scheme-interaction-mode-map, scheme-debugger-mode-map):
7568 Declare them before use. Note: the initialization code for the variables
7569 has not been moved because it uses functions that reference the variables.
7570 (xscheme-control-g-message-string, xscheme-process-filter-alist)
7571 (xscheme-prompt-for-expression-map): Declare them before use.
7572 (scheme-debugger-mode-commands): "?\ " -> "?\s".
7573
7574 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
7575
7576 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
7577
7578 2005-08-22 Juri Linkov <juri@jurta.org>
7579
7580 * faces.el (set-face-underline): Delete this duplicate function
7581 and make an obsolete alias to set-face-underline-p.
7582 (set-face-underline-p): Use docstring of set-face-underline.
7583 (describe-face): Create hyperlink to parent face.
7584
7585 * info.el (Info-insert-dir): Use save-excursion around
7586 insert-buffer-substring.
7587 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
7588 (Info-escape-percent): Delete function.
7589 (Info-fontify-node): Replace Info-escape-percent by
7590 replace-regexp-in-string with REP arg set to lambda that
7591 duplicates `%' and preserves text properties.
7592
7593 * progmodes/compile.el (compilation-disable-input): Doc fix.
7594 (define-compilation-mode): Doc fix and refill.
7595 (kill-compilation): Use `mode-name' in the error message.
7596 (compilation-find-file): Use `compilation-error' in the
7597 read-file-name's prompt.
7598
7599 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7600
7601 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
7602 (smerge-auto-leave): Make undo re-enable the mode.
7603 (debug-ignored-errors): Add the user-error of impossible resolution.
7604 (smerge-resolve): Move things around a bit, in preparation for later.
7605 (smerge-diff): Don't fail if the buffer has no associated file.
7606 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
7607 (smerge-conflict-overlay): New function.
7608 (smerge-match-conflict): Don't add text properties here.
7609 (smerge-find-conflict): Instead, add an overlay here.
7610 Also check for the case where we're inside a conflict already, so as to
7611 obviate the need for font-lock-multiline, which is unbearably slow with
7612 large conflicts and ciomplex font-lock patterns.
7613 (smerge-remove-props): Remove overlay rather than text-properties.
7614 (smerge-mode): Don't set font-lock-multiline.
7615 Remove overlays when turned off.
7616
7617 2005-08-21 Kim F. Storm <storm@cua.dk>
7618
7619 * ido.el (ido-ignore-item-p): Use save-match-data.
7620 Bind case-fold-search to ido-case-fold locally.
7621
7622 2005-08-20 Richard M. Stallman <rms@gnu.org>
7623
7624 * files.el (normal-mode): If font lock is on, turn it off and on.
7625
7626 * subr.el (replace-regexp-in-string): Doc fix.
7627
7628 * startup.el (command-line-1): Don't suppress startup screen
7629 due to existing processes.
7630
7631 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
7632
7633 * progmodes/compile.el (compilation-disable-input): Default to nil.
7634
7635 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7636
7637 * progmodes/compile.el (compilation-disable-input): New defcustom.
7638 (compilation-start): If compilation-disable-input is non-nil, send
7639 EOF to the compilation process.
7640
7641 2005-08-20 Eli Zaretskii <eliz@gnu.org>
7642
7643 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
7644 Run the argument of tex-shell-cd-command through
7645 convert-standard-filename, to get the correct style of slashes on
7646 Windows, and enclose the result in quotes, in case the file name
7647 includes whitespace or other special characters.
7648
7649 2005-08-19 Andreas Schwab <schwab@suse.de>
7650
7651 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
7652 process.
7653
7654 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7655
7656 * cus-start.el (minibuffer-prompt-properties): Correct typo.
7657
7658 2005-08-18 Kim F. Storm <storm@cua.dk>
7659
7660 * scroll-lock.el: Fix errors due to incorrect line wrapping.
7661
7662 2005-08-18 Richard M. Stallman <rms@gnu.org>
7663
7664 * scroll-lock.el: New file.
7665
7666 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
7667
7668 * dired.el (dired-move-to-end-of-filename):
7669 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
7670
7671 2005-08-18 Kim F. Storm <storm@cua.dk>
7672
7673 * ido.el (ido-everywhere): Fix defcustom :set function to disable
7674 rather than toggle mode when custom value is nil.
7675 (ido-everywhere): Fix defun doc string.
7676
7677 2005-08-17 Richard M. Stallman <rms@gnu.org>
7678
7679 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
7680 as tag instead of "Inviolable".
7681
7682 2005-08-17 Kim F. Storm <storm@cua.dk>
7683
7684 * windmove.el (windmove-coordinates-of-position): Remove.
7685 (windmove-coordinates-of-window-position): Remove.
7686 (windmove-reference-loc): Use posn-at-point instead.
7687
7688 * subr.el (insert-for-yank-1): Doc fix.
7689
7690 * ido.el (ido-enter-matching-directory): Rename from
7691 ido-enter-single-matching-directory. Change 'slash choice to
7692 'only. Add 'first choice.
7693 (ido-exhibit): Adapt to above changes.
7694
7695 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
7696
7697 * Makefile.in: Expand comment about building loaddefs.el.
7698
7699 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
7700
7701 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
7702 Comment use of defadvice.
7703
7704 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
7705
7706 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
7707
7708 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
7709 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
7710 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
7711 * progmodes/idlw-shell.el, progmodes/ld-script.el,
7712 * progmodes/which-func.el, ruler-mode.el, strokes.el,
7713 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
7714 for backward compatibility for faces that did not appear in the
7715 previous Emacs release.
7716
7717 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
7718
7719 2005-08-15 Kim F. Storm <storm@cua.dk>
7720
7721 * emulation/cua-base.el (cua-delete-region): Return t if
7722 deleted region was non-empty.
7723 (cua-replace-region): Inhibit overwrite-mode for
7724 self-insert-command if replaced region was non-empty.
7725 (cua--explicit-region-start, cua--status-string): Make them
7726 buffer-local at top-level...
7727 (cua-mode): ...rather than when mode is enabled.
7728
7729 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
7730
7731 * progmodes/vhdl-mode.el (vhdl-emacs-21):
7732 Set t for Emacs 21, 22, and so on.
7733
7734 2005-08-15 David Ponce <david@dponce.com>
7735
7736 * tree-widget.el: Update Commentary header.
7737 (tree-widget-theme): Doc fix.
7738 (tree-widget-space-width): New option.
7739 (tree-widget-image-properties): Look up in the default theme too.
7740 (tree-widget--cursors): Only for images with arrow pointer shape.
7741 (tree-widget-lookup-image): Pointer shape is hand by default.
7742 (tree-widget-icon): Rename generic icon widget from
7743 `tree-widget-control'.
7744 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
7745 derive from `tree-widget-icon'.
7746 (tree-widget-handle): Improve default look and feel of the text
7747 representation.
7748 (tree-widget): Rename :*-control properties to :*-icon properties.
7749 Add :action and :help-echo properties.
7750 (tree-widget-after-toggle-functions): Move.
7751 (tree-widget-close-node, tree-widget-open-node): Remove.
7752 (tree-widget-before-create-icon-functions): New hook.
7753 (tree-widget-value-create): Update to allow customization of icons
7754 and nodes at run-time via that new hook.
7755 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
7756 (tree-widget-icon-action, tree-widget-icon-help-echo)
7757 (tree-widget-action, tree-widget-help-echo): New functions.
7758
7759 2005-08-15 Kim F. Storm <storm@cua.dk>
7760
7761 * ido.el (ido-buffer-internal): Use with-no-warnings.
7762 (ido-make-merged-file-list): Use while-no-input.
7763
7764 2005-08-15 Richard M. Stallman <rms@gnu.org>
7765
7766 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
7767 (flyspell-large-region): Fix doc and custom type.
7768
7769 2005-08-14 Richard M. Stallman <rms@gnu.org>
7770
7771 * files.el (interpreter-mode-alist): Doc fix.
7772
7773 * mail/rmail.el (rmail-nonignored-headers): New variable.
7774 (rmail-clear-headers): Use it.
7775 (rmail-reply): Better handling of mail-followup-to header.
7776
7777 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7778 Rename variable from sh-font-lock-keywords. In the `shell' entry,
7779 don't try to refer to executable-font-lock-keywords.
7780 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
7781 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
7782 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
7783 (sh-mode): Set comment-start-skip, local-abbrev-table,
7784 imenu-case-fold-search.
7785 (sh-set-shell): Don't set them here.
7786 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
7787 Don't cache the results in the original alist; don't ever modify
7788 that alist.
7789
7790 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
7791
7792 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
7793 empty.
7794
7795 2005-08-15 Andreas Schwab <schwab@suse.de>
7796
7797 * desktop.el: Put autoload cookie at risky-local-variable declarations.
7798
7799 * dired.el, info.el, mail/rmail.el: Revert last change.
7800
7801 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
7802
7803 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
7804 modification in `eval-after-load' form.
7805 * info.el: Likewise.
7806 * mail/rmail.el: Likewise.
7807
7808 2005-08-14 Juri Linkov <juri@jurta.org>
7809
7810 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7811 Remove highlighting of "Compilation started". Highlight only
7812 the word "finished" in "Compilation finished". Add highlighting
7813 of "interrupt", "killed", "terminated" and the exit code.
7814 (compilation-start): Add newline after header. Use exactly the
7815 same time stamp format as the finishing message.
7816 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
7817
7818 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
7819 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
7820 Add highlighting of "interrupt", "killed", "terminated".
7821
7822 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
7823 enabled and the current command is self-insert-command, call it
7824 explicitly with overwrite-mode bound to nil, to not allow it
7825 to delete the character after the selected region.
7826
7827 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
7828
7829 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
7830 move-end-of-line, end-of-line, and beginning-of-line to the list
7831 of commands after which the echo area is updated.
7832
7833 2005-08-12 Eli Zaretskii <eliz@gnu.org>
7834
7835 * cus-edit.el (custom-save-all, custom-save-delete):
7836 Bind recentf-exclude to exclude custom-file.
7837
7838 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
7839
7840 * mail/rmailsum.el (rmail-summary-end-of-message): New command
7841 to go to the bottom of the mail message. Added to
7842 `rmail-summary-mode-map' with key "/".
7843 (rmail-summary-show-message): New (internal) function for use by
7844 both `rmail-summary-beginning/end-of-message'.
7845 (rmail-summary-beginning-of-message): Change to use
7846 rmail-summary-show-message.
7847
7848 * mail/rmail.el (rmail-end-of-message): New command to go to the
7849 end of the current message. Added to `rmail-mode-map' with key "/".
7850 (rmail-beginning-of-message): Fix to work as documented.
7851 (rmail-mode): Change documentation.
7852
7853 * progmodes/compile.el (compilation-start): Add the line
7854 "Compilation started" with compilation start time.
7855 (compilation-mode-font-lock-keywords): Add `started' to keywords.
7856
7857 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
7858
7859 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
7860 of menu items.
7861
7862 2005-08-11 Richard M. Stallman <rms@gnu.org>
7863
7864 * simple.el (pop-global-mark): Reverse test of widen-automatically.
7865
7866 * battery.el (battery-status-function): Don't use ignore-errors.
7867
7868 2005-08-11 Lute Kamstra <lute@gnu.org>
7869
7870 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
7871 define-obsolete-variable-alias.
7872
7873 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7874
7875 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
7876 (ange-ftp-send-cmd): Revert last change, and expand
7877 the comment explaining the problem.
7878
7879 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
7880
7881 * ldefs-boot.el: Update.
7882
7883 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
7884 item to "Time, Load and Mail". Change help echo text.
7885
7886 * time.el (display-time-use-mail-icon, display-time-format)
7887 (display-time-string-forms): Shorten first line of docstrings.
7888
7889 2005-08-10 Lars Hansen <larsh@soem.dk>
7890
7891 * desktop.el (desktop-buffer-mode-handlers):
7892 Make non-customizable. Add autoload cookie. Change initial value to
7893 nil; add elements in respective modules instead. Fix doc string.
7894 (desktop-load-file): New function.
7895 (desktop-minor-mode-handlers): New autoloaded variable.
7896 (desktop-create-buffer): Call minor mode handlers.
7897 Use desktop-load-file to load major and minor mode modules prior to
7898 checking for a handler.
7899 (desktop-save): Don't add nil to desktop-minor-modes for minor
7900 modes with nil function in desktop-minor-mode-table. Don't delete
7901 desktop file before rewriting it.
7902 (desktop-locals-to-save): Add autoload cookie. Don't make
7903 automatically buffer-local. Add variables column-number-mode,
7904 size-indication-mode, indent-tabs-mode,
7905 indicate-buffer-boundaries, indicate-empty-lines and
7906 show-trailing-whitespace.
7907 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
7908 regexps. Don't use desktop-clear-preserve-buffers-regexp.
7909 (desktop-clear-preserve-buffers-regexp): Delete.
7910 (desktop-clear-preserve-buffers): Update initial value and docstring.
7911 (desktop-save-buffer): Fix doc string.
7912
7913 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
7914 (hilit-chg-desktop-restore): New function.
7915 (highlight-changes-mode): Add highlight-changes-mode to
7916 desktop-locals-to-save.
7917
7918 * dired.el: Add handler to desktop-buffer-mode-handlers.
7919 (dired-restore-desktop-buffer): Remove autoload cookie.
7920 (dired-mode): Add autoload cookie.
7921
7922 * info.el: Add handler to desktop-buffer-mode-handlers.
7923 (Info-restore-desktop-buffer): Remove autoload cookie.
7924 (Info-mode): Add autoload cookie.
7925
7926 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
7927 (mh-restore-desktop-buffer): Remove autoload cookie.
7928 (mh-folder-mode): Add autoload cookie.
7929
7930 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
7931 (rmail-restore-desktop-buffer): Remove autoload cookie.
7932
7933 2005-08-11 Masatake YAMATO <jet@gyve.org>
7934
7935 * hexl.el (hexl-address-region):
7936 (hexl-ascii-region, hexl-font-lock-keywords):
7937 (hexl-highlight-line-range): Use the term "region"
7938 instead of "area" for consistency with the other symbols
7939 defined in hexl.el.
7940
7941 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7942
7943 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
7944 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
7945 out by Juri Linkov). Add `display-battery-mode'.
7946
7947 2005-08-09 Juri Linkov <juri@jurta.org>
7948
7949 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7950 Remove `-text' from face variable names.
7951 (compilation-error-file-name, compilation-warning-file-name)
7952 (compilation-info-file-name): Delete faces.
7953 (compilation-line-number, compilation-column-number):
7954 Remove face underlining.
7955 (compilation-message-face): Set to `underline' value by default.
7956 (compilation-error-face, compilation-warning-face)
7957 (compilation-info-face): Remove `-file-name' from face names.
7958 (compilation-error-text-face, compilation-warning-text-face)
7959 (compilation-info-text-face): Delete face variables.
7960 (compilation-text-face): Delete function.
7961
7962 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
7963 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
7964 (grep-error-face): Set to `compilation-error' instead of
7965 `compilation-error-face' (which is redefined to `grep-hit-face' in
7966 grep buffers).
7967 (grep-mode-font-lock-keywords): Remove `-text' from face variable
7968 names. Use `grep-error-face' instead of `compilation-error-text-face'.
7969
7970 * dired-aux.el (dired-do-query-replace-regexp):
7971 Use `query-replace-read-args'.
7972
7973 * replace.el (query-replace-read-from, query-replace-read-to)
7974 (query-replace-read-args): Rename arg `string' to `prompt'.
7975
7976 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
7977
7978 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
7979
7980 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
7981 uploading files.
7982 (ange-ftp-canonize-filename): Handle file names beginning with ~
7983 correctly.
7984
7985 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
7986
7987 * textmodes/fill.el (canonically-space-region)
7988 (fill-context-prefix, fill-french-nobreak-p)
7989 (fill-delete-newlines, fill-comment-paragraph)
7990 (justify-current-line): "?\ " -> "?\s".
7991
7992 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
7993
7994 * textmodes/fill.el (fill-nonuniform-paragraphs):
7995 Improve argument/docstring consistency.
7996
7997 2005-08-09 Richard M. Stallman <rms@gnu.org>
7998
7999 * textmodes/ispell.el (ispell-word): More fboundp checks.
8000
8001 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
8002 (find-file-noselect-1): Call it here, only if RAWFILE.
8003 (normal-mode): Always set some major mode.
8004 (save-some-buffers-action-alist): Change some explanation strings.
8005 (file-name-non-special): In the `quote' method, use unwind-protect.
8006
8007 2005-08-09 Magnus Henoch <mange@freemail.hu>
8008
8009 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8010 (ispell-have-aspell-dictionaries): New variable.
8011 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
8012 (ispell-get-aspell-config-value): New function.
8013 (ispell-aspell-find-dictionary): New function.
8014 (ispell-aspell-add-aliases): New function.
8015 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
8016 appropriate. Don't look for ispell dictionaries if we use aspell.
8017 (ispell-menu-map): Don't build a submenu of dictionaries.
8018
8019 2005-08-09 Richard M. Stallman <rms@gnu.org>
8020
8021 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
8022 (sql-read-passwd): Use read-passwd.
8023
8024 * progmodes/idlw-toolbar.el (idlwave-toolbar)
8025 (idlwave-toolbar-is-possible): Add defvars.
8026
8027 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
8028 Avoid warnings.
8029
8030 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
8031 (idlwave-system-class-info, idlwave-executive-commands-alist):
8032 Use defvar.
8033
8034 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
8035
8036 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
8037 Avoid warnings.
8038
8039 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
8040 and content-type: headers.
8041
8042 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
8043
8044 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
8045 and rename some of them to be more self-explanatory.
8046
8047 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
8048
8049 * startup.el (command-line-1): Implement -scriptload.
8050
8051 * replace.el (occur-engine): Initial *Occur* output not undoable.
8052
8053 * menu-bar.el (menu-bar-file-menu): Rename some menu items
8054 and improve help strings.
8055
8056 * isearch.el (isearch-repeat): When changing direction,
8057 mark search successful.
8058
8059 * ediff-init.el: Use (featurep 'xemacs).
8060
8061 * comint.el (send-invisible): Identify buffer, if not selected.
8062
8063 * align.el: Delete autoload for c-guess-basic-syntax.
8064
8065 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
8066
8067 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8068 Improve argument/docstring consistency. Doc fixes.
8069 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8070 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8071 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8072 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8073 (r2bv-organization, r2bv-pages, r2bv-primary-author)
8074 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8075 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8076 Defvar at compile time.
8077
8078 2005-08-09 Juri Linkov <juri@jurta.org>
8079
8080 * info.el: Replace `info' with upper-case `Info' where appropriate.
8081 (info-title-1, info-title-2, info-title-3, info-title-4)
8082 (info-menu-header): Move up face definitions.
8083 (info-menu-star): Rename from `info-menu-5'.
8084 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8085 (Info-fontify-visited-nodes): Fix docstring.
8086 (Info-hide-note-references): Fix docstring.
8087 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8088 menu items in the same way as on cross-references.
8089 (info-apropos): Fix sorting order and formatting to be like in the
8090 stand-alone Info browser. Display error messages for 1 sec.
8091 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
8092 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8093 from the menu bar.
8094 (Info-insert-dir): Restore point after calling
8095 `insert-buffer-substring'.
8096
8097 2005-08-08 Richard M. Stallman <rms@gnu.org>
8098
8099 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8100 (recompute-lucid-menubar): Add defvars.
8101
8102 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8103
8104 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8105
8106 * net/net-utils.el (run-dig): Rename from `dig'.
8107
8108 * play/gametree.el (gametree-mode): Use make-local-variable,
8109 not make-variable-buffer-local.
8110
8111 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
8112
8113 * ansi-color.el (ansi-color-make-extent)
8114 (ansi-color-set-extent-face): Use fboundp, not functionp.
8115
8116 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
8117 not make-variable-buffer-local.
8118
8119 * bookmark.el (Info-current-file): Add defvar.
8120 (bookmark-jump-noselect): Use with-no-warnings.
8121
8122 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
8123
8124 * ebuff-menu.el (Helper-return-blurb): Add defvar.
8125
8126 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
8127
8128 * find-file.el (ada-procedure-start-regexp)
8129 (ada-package-start-regexp): Add defvars.
8130
8131 * info.el (Info-insert-dir): Use insert-buffer-substring.
8132
8133 * xml.el (xml-att-def-re): Add defvar.
8134
8135 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
8136 calling convention.
8137
8138 * subr.el (while-no-input): Return t if there is input.
8139
8140 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
8141
8142 * cus-start.el (all): Add `overflow-newline-into-fringe'.
8143
8144 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
8145
8146 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
8147 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
8148
8149 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
8150
8151 * cmuscheme.el (scheme-start-file): Replace reference to
8152 `user-emacs-directory' by "~/.emacs.d/".
8153
8154 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
8155
8156 * info.el (Info-dir-remove-duplicates): Avoid case folding
8157 in loop; instead, keep downcased strings for comparison.
8158 Suggested by Helmut Eller.
8159
8160 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
8161
8162 Sync with Tramp 2.0.50.
8163
8164 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
8165 XEmacs case; not necessary anymore.
8166 (tramp-user-regexp): Allow "@" as part of user name.
8167 (tramp-handle-set-visited-file-modtime)
8168 (tramp-handle-insert-file-contents)
8169 (tramp-handle-write-region): No special handling for
8170 `last-coding-system-used, because this is done in
8171 `tramp-accept-process-output' now.
8172 (tramp-accept-process-output): New defun.
8173 (tramp-process-one-action, tramp-process-one-multi-action)
8174 (tramp-wait-for-regexp, tramp-wait-for-output)
8175 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
8176 Howells <dhowells@redhat.com>.
8177 (clear-visited-file-modtime): Defadvice removed. The check for
8178 unset buffer's modtime does not need to be based on
8179 `tramp-buffer-file-attributes'. Suggested by RMS.
8180 (tramp-message): Insert "\n" if not being at beginning of line.
8181 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
8182 sequence with same logic.
8183 (tramp-completion-handle-expand-file-name): Discard call of
8184 `tramp-drop-volume-letter'. It is not necessary, and there have
8185 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
8186 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8187 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
8188 should always be visible.
8189 (tramp-handle-insert-directory, tramp-setup-complete)
8190 (tramp-set-process-query-on-exit-flag)
8191 (tramp-append-tramp-buffers): Pacify byte-compiler.
8192 (tramp-bug): Delete non-existing variables from list.
8193 Apply `tramp-load-report-modules' as pre-hook.
8194 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
8195 `shell-prompt-pattern' because of non-7bit characters.
8196 Reported by Sebastian Luque <sluque@mun.ca>.
8197 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
8198 (tramp-match-string-list): Remove function.
8199 (tramp-wait-for-regexp): Remove call of that function.
8200 Suggested by Kim F. Storm <storm@cua.dk>.
8201 (tramp-set-auto-save-file-modes): Use octal integer code #o600
8202 instead of octal character code ?\600. The latter resulted in a
8203 syntax error with XEmacs.
8204
8205 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
8206 XEmacs case; not necessary anymore.
8207 (tramp-smb-handle-write-region): No special handling for
8208 `last-coding-system-used, because this is done in
8209 `tramp-accept-process-output' now.
8210 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
8211
8212 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
8213
8214 * wid-edit.el (widget-choice-value-create):
8215 Unconditionally respect user choice. Set :explicit-choice back to nil
8216 when no longer needed.
8217 (widget-choice-action): Unconditionally respect user choice.
8218 Eliminate :explicit-choice-value.
8219
8220 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
8221
8222 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
8223 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
8224 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
8225 running new function `toggle-indicate-empty-lines'.
8226 Rename "Customize" item to "Customize fringe".
8227 Rename "Indicators" item to "Buffer boundaries" and change help echo.
8228 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
8229 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
8230 Delete "Empty lines only" item.
8231 (menu-bar-showhide-fringe-ind-customize): New function.
8232 (menu-bar-showhide-fringe-ind-mixed)
8233 (menu-bar-showhide-fringe-ind-box)
8234 (menu-bar-showhide-fringe-ind-right)
8235 (menu-bar-showhide-fringe-ind-left)
8236 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
8237 instead of `fringe-indicators'.
8238
8239 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
8240
8241 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
8242 Change the date of last update.
8243
8244 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
8245
8246 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
8247 (viper-exec-yank, viper-put-back): Don't display modification msg
8248 if in the minibuffer.
8249
8250 * viper-init.el (viper-replace-overlay-cursor-color)
8251 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
8252 Make variables frame local.
8253
8254 * viper-util.el (viper-append-filter-alist): Use append instead of
8255 nconc.
8256
8257 * viper.el (viper-vi-state-mode-list)
8258 (viper-emacs-state-mode-list): Move help-mode and
8259 completion-list-mode from the first list to the second.
8260 (viper-mode): Docstring.
8261 (viper-go-away, viper-non-hook-settings): Don't localize
8262 minor-mode-alist in newer Emacsen. Add advice to
8263 set-cursor-color. Don't bind "\C-c\\".
8264
8265 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
8266
8267 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
8268 (scheme-macro-expand-command): New user options.
8269 (scheme-trace-procedure, scheme-expand-current-form): New commands.
8270 (scheme-form-at-point, scheme-start-file)
8271 (scheme-interactively-start-process): New functions.
8272 (scheme-get-process): New function, extracted from `scheme-proc'.
8273 (run-scheme): Call `scheme-start-file' to get start file, and pass
8274 it to `make-comint'.
8275 (switch-to-scheme, scheme-proc):
8276 Call `scheme-interactively-start-process' if no Scheme buffer/process
8277 is available.
8278
8279 2005-08-06 Juri Linkov <juri@jurta.org>
8280
8281 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8282 Use `compilation-text-face', `compilation-info-text-face' and
8283 `compilation-error-text-face' instead of `font-lock-keyword-face'.
8284 (compilation-error): New face.
8285 (compilation-error-file-name): Inherit from
8286 `compilation-error' instead of `font-lock-warning-face'.
8287 (compilation-warning-file-name): Inherit from
8288 `compilation-warning' instead of `font-lock-warning-face'.
8289 (compilation-info, compilation-error-file-name)
8290 (compilation-warning-file-name, compilation-info-file-name)
8291 (compilation-line-number, compilation-column-number): Doc fix.
8292 (compilation-error-text-face, compilation-warning-text-face)
8293 (compilation-info-text-face): New face variables.
8294 (compilation-line-face, compilation-column-face)
8295 (compilation-enter-directory-face)
8296 (compilation-leave-directory-face): Doc fix.
8297 (compilation-text-face): New function.
8298
8299 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
8300 instead of 1 to display binary file names as info file links.
8301 (grep-error-face): Use `compilation-error-face' instead of
8302 `font-lock-keyword-face'.
8303 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
8304 and `compilation-warning-text-face' instead of
8305 `font-lock-keyword-face'. Use `compilation-error-text-face'
8306 instead of `grep-error-face'.
8307
8308 2005-08-05 Kenichi Handa <handa@m17n.org>
8309
8310 * international/code-pages.el: Add autoload cookies for all coding
8311 systems.
8312
8313 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
8314
8315 * cus-start.el (all): Put undo.c where it alphabetically belongs.
8316
8317 2005-08-04 Juri Linkov <juri@jurta.org>
8318
8319 * progmodes/compile.el (compilation-mode-map):
8320 * progmodes/grep.el (grep-mode-map):
8321 Bind TAB to `compilation-next-error' and [backtab] to
8322 `compilation-previous-error'.
8323
8324 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
8325 matching line numbers, column numbers and their ranges with regexp
8326 matching only line numbers.
8327 (grep-context-face): New face variable.
8328 (grep-mode-font-lock-keywords): Use it.
8329
8330 * faces.el (read-face-name): Delete duplicate faces.
8331
8332 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
8333
8334 * thumbs.el (thumbs-find-image): Don't make variables
8335 automatically buffer local.
8336 (thumbs-current-tmp-filename, thumbs-current-image-filename)
8337 (thumbs-image-num): Make automatically buffer local.
8338 (thumbs-show-thumbs-list): Use `make-local-variable', not
8339 `make-variable-buffer-local'.
8340 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
8341
8342 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
8343 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
8344 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
8345 (bother, bye, canyou, chatlst, continue, deathlst, describe)
8346 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
8347 (feelings-about, foullst, found, hello, history, howareyoulst)
8348 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
8349 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
8350 (neglst, obj, object, owner, please, problems, qlist)
8351 (random-adjective, relation, remlst, repetitive-shortness)
8352 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
8353 (shortlst, something, sportslst, stallmanlst, states, subj)
8354 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
8355 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
8356 Defvar at compile time.
8357
8358 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
8359 not `make-variable-buffer-local'.
8360
8361 2005-08-02 Kim F. Storm <storm@cua.dk>
8362
8363 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
8364 rectangle overlay in selected window.
8365
8366 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
8367
8368 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
8369 instead of display group. Make `indicate-buffer-boundaries'
8370 customizable through Custom.
8371
8372 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
8373
8374 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
8375 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
8376 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
8377 (gdb-put-string): Fix typos in docstrings.
8378
8379 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
8380
8381 Update copyright notices of files in progmodes directory for
8382 release of Emacs 22.1.
8383
8384 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
8385
8386 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
8387 Don't barf if the GUD buffer has been killed.
8388
8389 2005-08-01 Kim F. Storm <storm@cua.dk>
8390
8391 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
8392
8393 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
8394
8395 * simple.el (next-error-follow-minor-mode):
8396 make-variable-buffer-local -> make-local-variable.
8397
8398 * emacs-lisp/cl-extra.el: Require CL also when compiling.
8399
8400 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
8401 (byte-compile-form-make-variable-buffer-local): New functions to warn
8402 about misuses of make-variable-buffer-local where make-local-variable
8403 was meant.
8404
8405 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
8406
8407 * bs.el (bs-attributes-list): Doc fix.
8408 (bs): Update url-link.
8409
8410 * desktop.el (desktop-save-buffer): Fix typos in docstring.
8411 (desktop-load-default): Simplify.
8412
8413 * ibuffer.el (ibuffer-columnize-and-insert-list)
8414 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
8415 (ibuffer-unmark-all, ibuffer-toggle-marks)
8416 (ibuffer-unmark-forward, ibuffer-unmark-backward)
8417 (ibuffer-compile-make-format-form, ibuffer-format-column)
8418 (ibuffer-current-buffers-with-marks)
8419 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
8420 (ibuffer): Doc fix.
8421 (ibuffer-mode): Fix typo in docstring.
8422 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
8423 with `define-obsolete-variable-alias'.
8424 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
8425
8426 2005-07-29 Kenichi Handa <handa@m17n.org>
8427
8428 * international/mule-cmds.el (select-message-coding-system):
8429 Be sure to use LF for end-of-line. If no coding system is decided,
8430 return iso-8859-1-unix.
8431
8432 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
8433
8434 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
8435 (ange-ftp-pending-error-line): New vars.
8436 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
8437 to handle the non-fatal no-route-to-host messages.
8438 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8439
8440 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
8441
8442 * isearch.el (isearch-mode-map, isearch-other-meta-char)
8443 (isearch-quote-char, isearch-printing-char)
8444 (isearch-text-char-description): "?\ " -> "?\s".
8445 (isearch-lazy-highlight-cleanup)
8446 (isearch-lazy-highlight-initial-delay)
8447 (isearch-lazy-highlight-interval)
8448 (isearch-lazy-highlight-max-at-a-time)
8449 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
8450 Declare with define-obsolete-*-alias macros.
8451 (isearch-forward): Fix typo in docstring.
8452 (search-invisible, search-ring-yank-pointer)
8453 (regexp-search-ring-yank-pointer): Doc fixes.
8454
8455 * recentf.el (recentf-menu-append-commands-p): Declare with
8456 `define-obsolete-variable-alias'.
8457 (recentf-max-saved-items, recentf-menu-filter)
8458 (recentf-arrange-by-rule-subfilter): Doc fixes.
8459 (recentf-menu-append-commands-flag)
8460 (recentf-initialize-file-name-history, recentf-expand-file-name)
8461 (recentf-clear-data): Fix typos in docstrings.
8462
8463 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
8464
8465 * progmodes/gdb-ui.el: Smarten comments.
8466 (gdb-info-breakpoints-custom): Use nowarn when finding file.
8467
8468 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8469
8470 * term/apollo.el (terminal-init-apollo): New function containing
8471 all former top level forms in the file.
8472 * term/bobcat.el (terminal-init-bobcat):
8473 * term/cygwin.el (terminal-init-cygwin):
8474 * term/iris-ansi.el (terminal-init-iris-ansi):
8475 * term/linux.el (terminal-init-linux):
8476 * term/news.el (terminal-init-news):
8477 * term/rxvt.el (terminal-init-rxvt):
8478 * term/sun.el (terminal-init-sun):
8479 * term/tvi970.el (terminal-init-tvi970):
8480 * term/vt100.el (terminal-init-vt100):
8481 * term/vt102.el (terminal-init-vt102):
8482 * term/vt125.el (terminal-init-vt125):
8483 * term/vt200.el (terminal-init-vt200):
8484 * term/vt201.el (terminal-init-vt201):
8485 * term/vt220.el (terminal-init-vt220):
8486 * term/vt240.el (terminal-init-vt240):
8487 * term/vt300.el (terminal-init-vt300):
8488 * term/vt320.el (terminal-init-vt320):
8489 * term/vt400.el (terminal-init-vt400):
8490 * term/vt420.el (terminal-init-vt420):
8491 * term/wyse50.el (terminal-init-wyse50):
8492 * term/xterm.el (terminal-init-xterm): Likewise.
8493
8494 * term/README: Describe the terminal-init-* functionality.
8495
8496 * startup.el (command-line): After loading the terminal initialization
8497 file call the corresponding terminal initialization function.
8498
8499 2005-07-27 Kenichi Handa <handa@m17n.org>
8500
8501 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
8502 negative.
8503
8504 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
8505 (ps-mule-composition-prologue): Fix for the case that
8506 RelativeCompose is false.
8507
8508 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8509
8510 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
8511
8512 * descr-text.el (describe-char): Handle the case where the list of
8513 chars is displayed in a separate frame.
8514 Be a bit more discriminating when looking for the char.
8515
8516 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
8517
8518 * bookmark.el (bookmark-automatically-show-annotations)
8519 (bookmark-read-annotation-text-func): Doc fixes.
8520 (bookmark-save): Improve argument/docstring consistency.
8521 (bookmark-get-bookmark, bookmark-get-bookmark-record)
8522 (bookmark-alist-from-buffer)
8523 (bookmark-upgrade-file-format-from-0)
8524 (bookmark-grok-file-format-version)
8525 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
8526 (bookmark-read-annotation-mode)
8527 (bookmark-insert-current-bookmark, bookmark-jump)
8528 (bookmark-exit-hook): Fix typos in docstrings.
8529 (bookmark-exit-hooks): Define as obsolete alias.
8530 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
8531 not `bookmark-exit-hooks'. Fix docstring.
8532 (bookmark-bmenu-select): "?\ " -> "?\s".
8533
8534 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
8535
8536 * startup.el (command-line): Fix typo.
8537
8538 2005-07-24 Richard M. Stallman <rms@gnu.org>
8539
8540 * tooltip.el (tooltip-mode): Test emacs-basic-display,
8541 not emacs-quick-startup.
8542
8543 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
8544
8545 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
8546 (reb-next-match, reb-show-subexp): Use `with-selected-window'
8547 instead of `reb-with-current-window'.
8548 (reb-prev-match): Likewise. Also, don't move left if the search
8549 was unsuccessful.
8550 (reb-initialize-buffer): New function.
8551 (re-builder, reb-change-syntax): Use it.
8552
8553 * man.el (Man-goto-page): Make second argument NOERROR optional.
8554
8555 2005-07-23 Richard M. Stallman <rms@gnu.org>
8556
8557 * man.el (Man-bgproc-sentinel): Check here for failure to find
8558 any man page in the output, and report the error here.
8559 (Man-arguments): Make it permanent local.
8560 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
8561 (Man-mode): Pass t for NOERROR.
8562
8563 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
8564 (grep-mode-font-lock-keywords):
8565 Don't use compilation-...-face for messages that are not file names.
8566
8567 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8568 Don't use compilation-...-face for messages that are not file names.
8569
8570 2005-07-22 Juri Linkov <juri@jurta.org>
8571
8572 * startup.el (normal-splash-screen): Update menu name.
8573
8574 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
8575
8576 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8577
8578 * term/xterm.el: Load term/rxvt if the terminal is actually an
8579 rxvt terminal.
8580 (xterm-rxvt-set-background-mode): Remove, not used anymore.
8581
8582 * term/rxvt.el (function-key-map): Use substitute-key-definition
8583 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
8584
8585 * term/cygwin.el: New file.
8586
8587 2005-07-22 Kim F. Storm <storm@cua.dk>
8588
8589 * image-file.el (insert-image-file, image-file-yank-handler):
8590 Fix last change to maintain a (unique) yank-handler on yanked images.
8591
8592 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
8593
8594 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
8595 of the file size (as in "177B" for 177 bytes). This happens with
8596 "ls -lh" on FreeBSD.
8597
8598 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
8599
8600 * hilit-chg.el (highlight-changes-global-initial-state)
8601 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
8602 (hilit-chg-fixup, highlight-changes-mode):
8603 Fix typos in docstrings.
8604 (highlight-changes-global-modes, highlight-changes-rotate-faces):
8605 Doc fixes.
8606
8607 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
8608
8609 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
8610 mode function using `eval-after-load'.
8611
8612 2005-07-21 Kim F. Storm <storm@cua.dk>
8613
8614 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
8615 included when reporting an emacs crash, and tell about the DEBUG file.
8616
8617 * image-file.el (insert-image-file): Add yank-handler.
8618 (image-file-yank-handler): Yank handler to make unique copies of
8619 images when they are yanked into a buffer next to each other.
8620
8621 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
8622
8623 * comint.el (comint-use-prompt-regexp, comint-send-input)
8624 (comint-source-default, comint-extract-string)
8625 (comint-get-source, comint-word, comint-completion)
8626 (comint-source, comint-prompt-read-only, comint-update-fence):
8627 Fix typos in docstrings.
8628 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
8629 Declare with define-obsolete-*-alias macros.
8630 (comint-previous-matching-input-from-input)
8631 (comint-next-matching-input-from-input)
8632 (comint-previous-matching-input, comint-next-matching-input)
8633 (comint-forward-matching-input):
8634 Improve argument/docstring consistency.
8635
8636 * desktop.el (desktop-clear-preserve-buffers-regexp):
8637 Also preserve the *server* buffer.
8638
8639 * simple.el (clone-indirect-buffer): Doc fix.
8640 (fixup-whitespace, just-one-space)
8641 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
8642 (next-error, next-error-highlight)
8643 (next-error-highlight-no-select, next-error-last-buffer)
8644 (next-error-buffer-p, next-error-find-buffer, next-error)
8645 (previous-error, next-error-no-select, previous-error-no-select)
8646 (open-line, split-line, minibuffer-prompt-width, kill-new)
8647 (binary-overwrite-mode): Fix typos in docstrings.
8648 (set-fill-column): Fix typo in message.
8649
8650 * skeleton.el (skeleton-proxy-new): Doc fix.
8651
8652 * strokes.el (strokes-load-hook): Doc fix.
8653 (strokes-grid-resolution, strokes-get-grid-position)
8654 (strokes-renormalize-to-grid, strokes-read-stroke)
8655 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
8656 (strokes-global-map): Fix typos in docstrings.
8657 (strokes-help): Doc fix. Fix help message and pass it through
8658 `substitute-command-keys'.
8659
8660 * tempo.el (tempo-insert-prompt, tempo-interactive)
8661 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
8662 (tempo-insert-string-functions, tempo-local-tags)
8663 (tempo-define-template, tempo-insert-template)
8664 (tempo-insert-prompt-compat, tempo-is-user-element)
8665 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
8666 Fix typos in docstrings.
8667
8668 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
8669 (vcursor-key-bindings, vcursor-use-vcursor-map)
8670 (vcursor-find-window, vcursor-scroll-down)
8671 (vcursor-disable, vcursor-beginning-of-buffer)
8672 (vcursor-end-of-buffer): Fix typos in docstrings.
8673 (vcursor-relative-move, vcursor-get-char-count):
8674 Improve argument/docstring consistency.
8675
8676 * version.el: "?\ " -> "?\s".
8677
8678 * wid-edit.el (widget-default-create, widget-after-change)
8679 (widget-default-format-handler, widget-checklist-add-item)
8680 (widget-radio-add-item, widget-choose, widget-specify-secret)
8681 (widget-field-value-create, widget-field-value-get)
8682 (widget-editable-list-format-handler)
8683 (widget-editable-list-entry-create, widget-group-value-create)
8684 (widget-documentation-link-add)
8685 (widget-documentation-string-value-create): "?\ " -> "?\s".
8686 (widget-convert-text): Doc fix.
8687 (widget-narrow-to-field, widget-field-find)
8688 (widget-url-link-action, widget-emacs-library-link-action)
8689 (widget-color-notify): Fix typos in docstrings.
8690
8691 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
8692 (x-select-text, set-w32-system-coding-system)
8693 (w32-add-charset-info): Fix typos in docstrings.
8694
8695 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
8696 (cua-enable-cua-keys, cua-use-hyper-key)
8697 (cua-virtual-rectangle-edges): Fix typos in docstrings.
8698 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
8699
8700 * net/tramp.el (tramp-handle-load): Fix typo in error message.
8701
8702 * emacs-lisp/re-builder.el (regexp-builder): Declare with
8703 `defalias' instead of faking it.
8704
8705 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
8706 (eshell-ls-missing, eshell-ls-dired-initial-args)
8707 (eshell-ls-use-in-dired): Fix typos in docstrings.
8708
8709 2005-07-20 Kim F. Storm <storm@cua.dk>
8710
8711 * emulation/cua-base.el (cua-mode): Improve doc string.
8712
8713 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
8714
8715 * abbrev.el (expand-region-abbrevs): Doc fix.
8716 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
8717 Improve argument/docstring consistency.
8718
8719 * arc-mode.el (archive-get-descr, archive-alternate-display):
8720 Doc fixes.
8721 (archive-l-e): Improve argument/docstring consistency.
8722 (archive-tmpdir, archive-unixdate, archive-unixtime)
8723 (archive-chmod-entry): Fix typos in docstrings.
8724 (archive-unflag, archive-unflag-backwards)
8725 (archive-unmark-all-files): "?\ " -> "?\s".
8726
8727 * buff-menu.el (Buffer-menu-unmark): Doc fix.
8728 (Buffer-menu-not-modified, Buffer-menu-execute)
8729 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
8730 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
8731
8732 * composite.el (compose-string, encode-composition-rule)
8733 (compose-last-chars): Fix typos in docstrings.
8734
8735 * desktop.el (desktop-enable, desktop-basefilename):
8736 Declare with `define-obsolete-variable-alias'.
8737 (desktop-internal-v2s): Don't quote keywords.
8738 (desktop-clear): "?\ " -> "?\s".
8739
8740 * dired.el (dired-align-file, dired-flag-backup-files)
8741 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
8742 (dired-listing-switches, dired-ls-F-marks-symlinks)
8743 (dired-dwim-target, dired-load-hook, dired-mode-hook)
8744 (dired-directory, dired-faces, dired, dired-revert)
8745 (dired-mode, dired-summary, dired-view-file)
8746 (dired-copy-filename-as-kill, dired-delete-file)
8747 (dired-no-confirm, dired-unmark-all-marks)
8748 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
8749 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
8750 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
8751 Fix typos in message strings.
8752
8753 * dired-x.el (virtual-dired): Declare with `defalias'.
8754 (dired-mark-unmarked-files, dired-local-variables-file)
8755 (dired-omit-here-always): Doc fix.
8756 (dired-omit-mode, dired-find-subdir)
8757 (dired-enable-local-variables, dired-clean-up-buffers-too)
8758 (dired-extra-startup, dired-mark-extension, dired-jump)
8759 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
8760 (dired-smart-shell-command, dired-guess-shell-alist-user)
8761 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
8762 (dired-x-bind-find-file, dired-x-submit-report):
8763 Fix typos in docstrings.
8764 (dired-mark-unmarked-files): "?\ " -> "?\s".
8765
8766 * dirtrack.el (dirtrack-list): Fix typos in docstring.
8767
8768 * faces.el (describe-face): "?\ " -> "?\s".
8769 (read-all-face-attributes, read-face-font, modify-face)
8770 (face-attr-construct, italic): Fix typos in docstrings.
8771 (frame-update-face-colors): Declare with
8772 `define-obsolete-function-alias'.
8773
8774 * files.el (find-file-noselect, recode-file-name): Doc fixes.
8775 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
8776 (magic-mode-alist, buffer-file-numbers-unique)
8777 (write-file-functions, get-free-disk-space):
8778 Fix typos in docstrings.
8779 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
8780 (write-contents-hooks, write-file-hooks):
8781 Declare with `define-obsolete-variable-alias'.
8782
8783 * forms-d2.el (arch-rj): Fix typo in docstrings.
8784 (arch-tocol): Likewise. "?\ " -> "?\s".
8785
8786 * frame.el (set-frame-font, cursor-in-non-selected-windows):
8787 Fix typo in docstring.
8788 (set-screen-width, set-screen-height): Delete redundant info in
8789 doctrings.
8790 (new-frame, screen-height, screen-width): Declare with
8791 `define-obsolete-function-alias'.
8792 (delete-frame-hook, blink-cursor): Declare with
8793 `define-obsolete-variable-alias'.
8794
8795 * paths.el (prune-directory-list): Fix typos in docstring.
8796
8797 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
8798 (cvs-prefix-get): Fix typos in docstrings.
8799
8800 * ps-print.el (ps-extend-face-list, ps-extend-face)
8801 (ps-print-background-image): Fix typos in docstrings.
8802 (ps-default-fg, ps-default-bg): Doc fixes.
8803
8804 * s-region.el (s-region-bind): Doc fix.
8805 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
8806
8807 * textmodes/org.el (org-table-formula-substitute-names)
8808 (org-table-get-vertical-vector): Doc fixes.
8809 (org-table-recalculate): Remove unused argument to `message'.
8810
8811 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
8812
8813 * textmodes/org.el (org-table-column-names)
8814 (org-table-column-name-regexp)
8815 (org-table-named-field-locations): New variables.
8816 (org-archive-subtree): Protect `this-command' when calling
8817 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
8818 the kill buffer.
8819 (org-complete): Remove fixed-formula completion.
8820 (org-edit-formulas-map): New variable.
8821 (org-table-edit-formulas): New command.
8822 (org-finish-edit-formulas, org-abort-edit-formulas)
8823 (org-show-variable, org-table-get-vertical-vector): New functions.
8824 (org-table-maybe-eval-formula): Handle `:=' fields.
8825 (org-table-get-stored-formulas, org-table-store-formulas)
8826 (org-table-get-formula, org-table-modify-formulas)
8827 (org-table-replace-in-formulas): Handle named field formulas.
8828 (org-table-get-specials): Store locations of named fields.
8829
8830 2005-07-19 Juri Linkov <juri@jurta.org>
8831
8832 * progmodes/grep.el (grep-regexp-alist)
8833 (grep-mode-font-lock-keywords, grep-process-setup):
8834 Use default GNU grep match color "01;31m" instead of "01;41m".
8835 (grep-regexp-alist, grep-mode-font-lock-keywords):
8836 Use `\\[[0-9]*m' instead of `\\[00m'.
8837 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
8838 sgr_start where its handling is more important. Use the real
8839 length of sgr_start instead of constant 8.
8840 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
8841 specially. Delete all remaining escape sequences.
8842 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
8843 (grep-regexp-alist): Make hyperlink only for binary file name
8844 instead of the whole line.
8845 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
8846 (grep-mode): Add autoload.
8847
8848 * emacs-lisp/find-func.el (find-function-regexp):
8849 Add `define-compilation-mode'.
8850
8851 2005-07-19 Juri Linkov <juri@jurta.org>
8852
8853 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
8854 (compare-windows-sync-string-size, compare-windows-recenter)
8855 (compare-windows-highlight, compare-windows): Add version 22.1.
8856 (compare-windows) <defface>: Inherit from lazy-highlight instead
8857 of duplicating its default value.
8858
8859 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
8860 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
8861
8862 * descr-text.el (describe-char): Create link buttons for `charset'
8863 and `code point'. Add the current input method name with a link
8864 button to `to input' field. Print face names of display table
8865 characters in `The display table entry is displayed by' section
8866 instead of printing face-id in the `display' field.
8867 Guess hardcoded faces and create a link button for them.
8868 Skip empty fields when calculating max-width.
8869 Treat `widget-create' specially while inserting strings from the
8870 collected field list.
8871 (describe-char-after): Made obsolete in version 22.1, not 21.5.
8872
8873 * diff-mode.el (diff-file-header): Change foreground color from
8874 yellow to green on light backgrounds.
8875 (diff-context): Inherit from `shadow' only for color/grayscale
8876 with more than 88 colors.
8877 (diff-indicator-removed, diff-indicator-added)
8878 (diff-indicator-changed): New faces.
8879 (diff-font-lock-keywords): Use new faces. Regroup rules.
8880 Add "^---$" for `normal' diff format. Fontify `#' lines with
8881 font-lock-comment-delimiter-face and font-lock-comment-face.
8882 Add `#' to ^[^...] in the rule for `diff-context-face'.
8883
8884 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
8885 a button-like box. Inherit from `highlight' on low colors.
8886 (shadow): Use shades of gray only for color/grayscale with
8887 more than 88 colors. Use green for light backgrounds with
8888 8 colors, and yellow for dark backgrounds with 8 colors.
8889
8890 * font-lock.el (font-lock-regexp-grouping-backslash):
8891 Don't inherit from escape-glyph (use bold for all cases).
8892
8893 * info.el (info-xref-visited): Use light foreground color `violet'
8894 for dark backgrounds instead of dark color `magenta3'.
8895 (info-title-1): Use `yellow' color for dark backgrounds.
8896
8897 * isearch.el (isearch): Use not-too-dark magenta3 instead of
8898 too-light magenta2.
8899
8900 * replace.el (match): Use slightly more light RoyalBlue3 instead
8901 of dark RoyalBlue4.
8902
8903 * wid-edit.el (widget-inactive): Inherit from `shadow'.
8904
8905 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
8906
8907 * novice.el (disabled-command-hook): Declare it with
8908 `define-obsolete-variable-alias'.
8909
8910 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
8911 (desktop-buffer-misc-functions, desktop-buffer-handlers)
8912 (desktop-load-default): Add release to obsolescence info.
8913 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
8914 (desktop-append-buffer-args, desktop-read):
8915 Fix typos in docstrings.
8916 (desktop-kill): Fix typo in message.
8917 (desktop-save): Doc fix.
8918
8919 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
8920
8921 * viper-cmd.el (viper-escape-to-state): Bug fix.
8922 (viper-envelop-ESC-key): Change the definition of fast
8923 keysequence so it'll work with keyboard macros.
8924
8925 * ediff.el (ediff-patch-buffer): Change the docstring.
8926
8927 2005-07-19 Kenichi Handa <handa@m17n.org>
8928
8929 * international/mule-cmds.el (select-safe-coding-system): Try to
8930 use an auto-coding (if any) before anything else. If the found
8931 auto-coding is invalid, show a warning message.
8932
8933 * international/mule.el (find-auto-coding): New function created
8934 by modifying the body of set-auto-coding.
8935 (set-auto-coding): Use find-auto-coding to find a coding.
8936
8937 2005-07-18 Richard M. Stallman <rms@gnu.org>
8938
8939 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
8940 not isearch-mode-end-hook-error.
8941 (allout-before-change-protect): Fix error message.
8942
8943 2005-07-18 Juri Linkov <juri@jurta.org>
8944
8945 * allout.el (allout-mode):
8946 * calculator.el (calculator-copy):
8947 * custom.el (custom-known-themes):
8948 * dired.el (dired-desktop-buffer-misc-data)
8949 (dired-restore-desktop-buffer):
8950 * dired-x.el (dired-omit-marker-char):
8951 * files.el (basic-save-buffer):
8952 * font-core.el (font-lock-mode):
8953 * calendar/calendar.el (calendar-goto-hebrew-date)
8954 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
8955 (calendar-goto-persian-date):
8956 * language/ethio-util.el (ethio-sera-to-fidel-region):
8957 * textmodes/picture.el (picture-mode):
8958 Delete duplicate duplicate words.
8959
8960 2005-07-18 Juri Linkov <juri@jurta.org>
8961
8962 * isearch.el (isearch-mode-map): Remove key bindings for regexp
8963 chars * ? } |.
8964 (isearch-fallback): Don't call `isearch-process-search-char'.
8965 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
8966 (isearch-process-search-char): Call `isearch-fallback' for regexp
8967 chars * ? } |.
8968 (isearch-return-char): Make obsolete with `make-obsolete' instead
8969 of simply documenting it as obsolete in the docstring.
8970 (isearch-fallback): Refill docstring.
8971
8972 * international/isearch-x.el
8973 (isearch-process-search-multibyte-characters): Remove unneeded
8974 `concat'. Add intermediate values to `junk-hist' instead of
8975 `minibuffer-history'. Test the length of `str'.
8976
8977 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
8978
8979 * allout.el (allout-resolve-xref): Fix typos in error strings.
8980 (allout-before-change-protect): Remove unneeded `concat'.
8981
8982 * array.el (array-mode, array-reconfigure-rows)
8983 (untabify-backward): Fix typos in docstrings.
8984 (array-reconfigure-rows): Use `insert-buffer-substring', not
8985 `insert-buffer'.
8986
8987 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
8988 * progmodes/ada-mode.el (ada-make-body):
8989 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
8990
8991 * dired.el (dired-log):
8992 * tar-mode.el (tar-subfile-save-buffer):
8993 * play/zone.el (zone-pgm-stress-destress):
8994 Use `insert-buffer-substring', not `insert-buffer'.
8995
8996 2005-07-17 Simon Josefsson <jas@extundo.com>
8997
8998 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
8999
9000 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
9001
9002 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
9003 Add plain auth method.
9004 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
9005
9006 2005-07-17 Kim F. Storm <storm@cua.dk>
9007
9008 * ido.el (dired-other-window): Add ido property.
9009
9010 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
9011
9012 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9013 Fix typo in docstring.
9014 (byte-compile-interactive-only-functions): Add `insert-buffer' and
9015 `insert-file-literally'.
9016
9017 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
9018 info and delete redundant message. Doc fix.
9019 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
9020 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
9021
9022 2005-07-16 Richard M. Stallman <rms@gnu.org>
9023
9024 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
9025 (byte-compile-and): Use byte-compile-and-recursion.
9026 (byte-compile-or-recursion): New function.
9027 (byte-compile-or): Use that.
9028 (byte-compile-if): Guard the else-clause too.
9029 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
9030
9031 * isearch.el (isearch-mode-end-hook-quit): New variable.
9032 (isearch-done): Bind it.
9033 (isearch-mode-end-hook): Doc fix.
9034
9035 * allout.el (allout-isearch-did-quit): Variable deleted.
9036 (allout-real-isearch-abort): Function name no longer used.
9037 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
9038 (allout-isearch-rectification): isearch-mode always exists.
9039 Don't set allout-isearch-did-quit.
9040 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
9041 allout-isearch-did-quit.
9042 (allout-enwrap-isearch): Just add the hook.
9043 (allout-isearch-abort): Function deleted.
9044 (allout-pre-command-business): Avoid warning.
9045
9046 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
9047 Correctly avoid warnings.
9048 (pascal-outline): Likewise.
9049
9050 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
9051
9052 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
9053
9054 * play/tetris.el (tetris-mode): Avoid warning.
9055
9056 * play/snake.el (snake-mode): Avoid warning.
9057
9058 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
9059 (gamegrid-set-display-table): Avoid warning.
9060 (gamegrid-set-timer): Likewise.
9061 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
9062 (gamegrid-add-score-with-update-game-score-1): Take FILE
9063 as argument.
9064 (gamegrid-add-score-with-update-game-score): Pass that argument.
9065 Rename have-shared-game-dir to gamegrid-shared-game-dir.
9066
9067 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9068
9069 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9070 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9071
9072 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9073 and insert-file.
9074
9075 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9076 (sc-ask): Avoid warnings.
9077
9078 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9079 (eshell-hist-initialize): Use that var the natural way.
9080
9081 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9082
9083 * emacs-lisp/re-builder.el (reb-cook-regexp):
9084 Avoid warning calling lre-compile-string.
9085 (reb-color-display-p): Avoid warning.
9086
9087 * calculator.el (calculator-last-input): Guard uses
9088 of event-key and key-press-event-p.
9089 (event-key, key-press-event-p): Delete definitions.
9090
9091 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9092 (find-gc-source-directory, find-gc-subrs-callers)
9093 (find-gc-noreturn-list, find-gc-source-files)
9094 (find-gc-subrs-called): Vars renamed and defvar'd.
9095
9096 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9097 (checkdoc-overlay-put, checkdoc-delete-overlay)
9098 (checkdoc-overlay-start, checkdoc-overlay-end)
9099 (checkdoc-mode-line-update, checkdoc-char=):
9100 Define such that compiler knows they are defined.
9101 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
9102 (checkdoc-read-event): Delete. Use read-event directly.
9103
9104 * whitespace.el (whitespace-make-overlay)
9105 (whitespace-overlay-put, whitespace-delete-overlay)
9106 (whitespace-overlay-start, whitespace-overlay-end):
9107 Define such that compiler knows they are defined.
9108 (whitespace): Move conditional inside.
9109
9110 * tempo.el (tempo-insert-template): Suppress warning.
9111
9112 * ediff-diff.el (longlines-mode): Add defvar.
9113
9114 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
9115
9116 * server.el: Bind "C-x #" in a way that works even if C-x is
9117 redefined to a command key, not a prefix key.
9118
9119 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
9120
9121 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
9122 cl-make-type-test till execution time.
9123
9124 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
9125
9126 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
9127 arg ARG and use it.
9128
9129 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
9130
9131 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
9132
9133 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
9134
9135 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9136 a defcustom with two :set or :type keywords.
9137
9138 2005-07-15 Richard M. Stallman <rms@gnu.org>
9139
9140 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9141 Don't give ^M comment-end syntax.
9142
9143 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
9144
9145 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
9146 Don't consider gdbmi (gdb-mi.el has its own update functions).
9147 (gdb-var-delete): Make it work for gdbmi as well.
9148 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
9149
9150 * progmodes/gud.el (etags, sdb): Only require etags when needed.
9151 (gud-speedbar-menu-items): Correct logic for enabling items.
9152
9153 2005-07-15 Kim F. Storm <storm@cua.dk>
9154
9155 * ido.el: Fix commentary.
9156 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
9157 Use with-no-warnings around ffap-guesser.
9158 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
9159 Let bind minibuffer-completing-file-name to t.
9160
9161 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
9162
9163 * startup.el (site-run-file, keyboard-type): Doc fixes.
9164 (command-line): Check for "--basic-display" argument; also for
9165 "--quick", not "--bare-bones" (which was renamed).
9166 (fancy-splash-text): Add missing item "Getting New Versions".
9167 (normal-splash-screen): Fix typos and improve consistency with
9168 `fancy-splash-text'. Update copyright year.
9169
9170 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
9171 valid binding for `help-char'.
9172
9173 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
9174
9175 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
9176
9177 * term.el (term-mode): Disable cua-mode for term buffers.
9178
9179 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
9180
9181 * add-log.el (add-log-mailing-address, change-log-merge):
9182 Doc fixes.
9183 (change-log-get-method-definition): Fix typo in docstring.
9184
9185 2005-07-14 Kim F. Storm <storm@cua.dk>
9186
9187 * emulation/cua-base.el:
9188 (cua--pre-command-handler-1, cua--pre-command-handler)
9189 (cua--post-command-handler-1, cua--post-command-handler):
9190 Split in two. Check (buffer local) value of cua-mode.
9191 (cua-selection-mode): New command.
9192
9193 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9194
9195 * custom.el (custom-initialize-safe-set)
9196 (custom-initialize-safe-default): Doc fixes.
9197
9198 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9199 and simplify :init-value again.
9200
9201 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9202 and simplify :init-value again. Delete autoload.
9203
9204 * startup.el (command-line): Use `custom-reevaluate-setting' again
9205 for tooltip-mode.
9206
9207 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9208 a defcustom with two :initialize keywords.
9209
9210 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
9211
9212 * allout.el (my-mark-marker, allout-isearch-prior-pos)
9213 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
9214 (allout-post-command-business, allout-flag-region)
9215 (isearch-reenable-font-lock, allout-yank)
9216 (allout-insert-latex-header, allout-insert-latex-trailer)
9217 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9218 (allout-latex-verb-quote): Fix typos in docstrings.
9219 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
9220 (allout-unprotected, allout-prefix-data):
9221 Improve argument/docstring consistency.
9222 (allout-chart-subtree): Fix argument spec.
9223 (allout-open-topic): Rename `use_sib_bullet' argument to
9224 `use-sib-bullet'. Doc fix.
9225
9226 * whitespace.el (whitespace-check-buffer-leading)
9227 (whitespace-check-buffer-trailing)
9228 (whitespace-check-buffer-indent)
9229 (whitespace-check-buffer-spacetab)
9230 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
9231 (whitespace-check-leading-whitespace)
9232 (whitespace-check-trailing-whitespace)
9233 (whitespace-check-spacetab-whitespace)
9234 (whitespace-check-indent-whitespace)
9235 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
9236 (whitespace-modes): Fix typos in docstrings.
9237 (defgroup, defcustom): Doc fixes.
9238
9239 * winner.el (winner-mode, winner-boring-buffers)
9240 (winner-pending-undo-ring): Doc fixes.
9241 (winner-ring): Remove unneeded `progn'.
9242 (winner-equal): `defsubst' it.
9243 (winner-redo): Fix message.
9244
9245 2005-07-13 Kim F. Storm <storm@cua.dk>
9246
9247 * simple.el (line-move-1): Always use vertical-motion to
9248 do the last (or only) line move to ensure some movement.
9249 Undo 2005-06-23 change--don't check for overlays.
9250
9251 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9252
9253 * term/mac-win.el (ccl-encode-mac-roman-font)
9254 (ccl-encode-mac-centraleurroman-font)
9255 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
9256 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
9257 Change charset-id boundary of dimension to ?\xef.
9258 (mac-char-fontspec-list): New constant.
9259 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
9260 argument. Nil uses itself as family in font-spec. Previous
9261 behavior for nil is now provided by non-nil non-string argument.
9262 All callers changed. Add font-specs for Mac fonts to
9263 "fontset-default" unless iso8859-1 fonts are installed.
9264
9265 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9266
9267 * progmodes/sh-script.el (sh-get-indent-info): Only indent
9268 a continuation line if the \ is preceded by SPC or TAB.
9269 (sh-get-indent-info): Simplify.
9270 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
9271 Use with-current-buffer.
9272
9273 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
9274 when the matched text is empty.
9275
9276 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
9277
9278 * startup.el (command-line): Revert to previous handling of
9279 tooltip-mode. Explain in comment why the complexity is needed.
9280
9281 * tooltip.el (tooltip-mode): Revert to previous implementation of
9282 its defcustom.
9283
9284 * frame.el (blink-cursor-mode): Revert to previous implementation
9285 of its defcustom. Update comment.
9286
9287 2005-07-12 Lars Hansen <larsh@soem.dk>
9288
9289 * desktop.el: Update e-mail address.
9290
9291 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9292
9293 * term/mac-win.el (mac-services-mail-selection)
9294 (mac-services-mail-to): New functions.
9295 (mac-application-menu-map): Bind them.
9296
9297 2005-07-12 wulei <milton@wulei.net> (tiny change)
9298
9299 * progmodes/gdb-ui.el: Add note about buffering with Windows.
9300
9301 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
9302
9303 * custom.el (custom-reevaluate-setting): Doc fix.
9304
9305 2005-07-11 Jay Belanger <belanger@truman.edu>
9306
9307 * calc/calc.el (calc-embedded-announce-formula-alist)
9308 (calc-embedded-open-close-plain-alist)
9309 (calc-embedded-open-close-mode-alist): Add checks for additional
9310 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
9311
9312 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
9313
9314 * custom.el (custom-enable-theme): Don't add theme to
9315 `custom-enabled-themes' with `push' because there is no
9316 setf-method for `delq'.
9317
9318 2005-07-11 Richard M. Stallman <rms@gnu.org>
9319
9320 * custom.el (custom-declare-variable): Doc fix.
9321
9322 * dired-aux.el (dired-compare-directories): Remove "." and ".."
9323 from the alists.
9324
9325 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
9326 Do nothing if edebug-active.
9327
9328 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
9329 (edebug-display): Do it here instead.
9330
9331 2005-07-10 Richard M. Stallman <rms@gnu.org>
9332
9333 * cus-face.el (custom-theme-set-faces): Make it work.
9334 (custom-reset-faces): Doc fix.
9335 (custom-theme-reset-internal-face, custom-theme-face-value):
9336 Functions deleted.
9337
9338 * custom.el (custom-push-theme): Maintain list of the settings
9339 of a given theme in its theme-settings property.
9340 Maintain position of old settings in the theme-value
9341 or theme-face property.
9342 (custom-enabled-themes): New variable.
9343 (custom-theme-enabled-p): New function.
9344 (provide-theme): Update custom-enabled-themes.
9345 Disable and reenable the `user' theme.
9346 (require-theme): Doc fix.
9347 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
9348 (custom-theme-value, custom-theme-variable-value): Likewise.
9349 (custom-theme-reset-internal): Likewise.
9350 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
9351 (custom-enable-theme, custom-disable-theme): New functions.
9352 (custom-variable-theme-value, custom-face-theme-value): Likewise.
9353 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
9354 (custom-theme-reset-variables): Simplify.
9355 (deftheme, custom-declare-theme, custom-make-theme-feature):
9356 Definitions moved.
9357
9358 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
9359
9360 * longlines.el (longlines-show-region)
9361 (longlines-unshow-hard-newlines): Recognize hard newlines by
9362 non-nil hard property, instead of t.
9363
9364 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
9365
9366 * viper-cmd.el (viper--key-maps): New variable.
9367 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
9368 emulation-mode-map-alists.
9369 (viper-envelop-ESC-key): Use viper-subseq.
9370 (viper-search-forward/backward/next): Disable debug-on-error.
9371
9372 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9373 (viper-ESC-key): New defcustoms.
9374
9375 * viper-macs.el (ex-map-read-args): Use viper-subseq.
9376
9377 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
9378 (viper-subseq): Copy of subseq from cl.el.
9379
9380 * viper.el (viper-go-away, viper-set-hooks): Use
9381 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
9382
9383 * viper-mous.el (viper-current-frame-saved): Use defvar.
9384
9385 * viper-init.el: Get rid of -face in face names.
9386
9387 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
9388 Make it work with longlines mode
9389
9390 * ediff-mult.el (ediff-meta-mode-hook): New variable.
9391
9392 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
9393
9394 * ediff-init.el: Get rid of -face in face names.
9395
9396 2005-07-10 Richard M. Stallman <rms@gnu.org>
9397
9398 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
9399 and with-timeout-unsuspend.
9400
9401 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
9402 and with-timeout-unsuspend.
9403
9404 * emacs-lisp/timer.el (with-timeout-timers): New variable.
9405 (with-timeout): Bind that variable to record timers.
9406 (with-timeout-suspend, with-timeout-unsuspend): New functions.
9407
9408 * emacs-lisp/debug.el (debug-help-follow): New function.
9409 (debugger-mode-map): Use that instead of help-follow.
9410 (debugger-setup-buffer): Use eval-buffer-list
9411 to handle eval-buffer frames.
9412
9413 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
9414
9415 * timezone.el (timezone-parse-date): Change first regexp
9416 so it will not mistakenly match dates with no time zone.
9417
9418 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
9419
9420 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
9421
9422 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
9423
9424 * custom.el (custom-initialize-safe-set)
9425 (custom-initialize-safe-default): New functions.
9426
9427 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9428 and simplify :init-value.
9429
9430 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9431 and simplify :init-value. Delete obsolete comment.
9432
9433 * startup.el (command-line): Use `custom-reevaluate-setting' to
9434 handle `tooltip-mode'. Delete obsolete comment.
9435
9436 * files.el (set-visited-file-name): Avoid calling
9437 `file-name-nondirectory' with a nil argument.
9438
9439 2005-07-09 Richard M. Stallman <rms@gnu.org>
9440
9441 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
9442 was called with nil for the buffer, handle the read position right.
9443 Handle read position for eval-region, too.
9444
9445 2005-07-09 Juri Linkov <juri@jurta.org>
9446
9447 * fringe.el (fringe-mode): Add period in docstring.
9448 (fringe-query-style): Build prompt depending on `all-frames' arg.
9449
9450 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
9451 to not create links to unrelated functions in the Help buffer.
9452
9453 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
9454 Doc fix.
9455
9456 * simple.el (next-error-hook): New variable.
9457 (next-error): Use it. Doc fix.
9458
9459 * textmodes/ispell.el (ispell-command-loop): Add current
9460 dictionary name and program name to mode-line-format.
9461 (ispell-region, ispell-process-line): Add current dictionary name
9462 and program name to messages.
9463
9464 2005-07-08 Jay Belanger <belanger@truman.edu>
9465
9466 * calc/calc.el (calc-embedded-announce-formula-alist)
9467 (calc-embedded-open-close-formula-alist)
9468 (calc-embedded-open-close-word-alist)
9469 (calc-embedded-open-close-plain-alist)
9470 (calc-embedded-open-close-new-formula-alist)
9471 (calc-embedded-open-close-mode-alist)
9472 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
9473 (calc-embedded-mode-hook): New variables.
9474
9475 * calc/calc-embed.el (calc-embedded-firsttime)
9476 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
9477 New variables.
9478 (calc-do-embedded): Use calc-embedded-firsttime,
9479 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
9480 determine whether or not to run hooks.
9481 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
9482 calc-embedded-firsttime-formula appropriately.
9483 Set calc-embedded delimiter variables according to mode.
9484
9485 2005-07-08 Richard M. Stallman <rms@gnu.org>
9486
9487 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
9488 Check for "emacs", etc., as entire symbol, not just as word.
9489 (checkdoc-file-comments-engine): Use regexp-quote on FN.
9490
9491 * files.el (set-visited-file-name): Report the error
9492 for "empty filename" earlier.
9493 (kill-some-buffers): Ignore buffers already dead.
9494
9495 * fringe.el (fringe-mode): Doc fix.
9496
9497 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9498 Check for (featurep 'xemacs) and turn off warnings in what it guards.
9499 Use unwind-protect to ensure byte-compile-unresolved-functions
9500 is updated.
9501
9502 * whitespace.el (whitespace-buffer-leading-cleanup):
9503 Simplify w/ skip-chars-forward.
9504 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
9505
9506 * mail/rmail.el (rmail-only-expunge): Fix paren error.
9507 Unconditionally try to leave point at the same old place.
9508
9509 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
9510
9511 * comint.el (comint-postoutput-scroll-to-bottom)
9512 (comint-show-maximum-output): Take scroll-margin into consideration.
9513
9514 2005-07-08 Kim F. Storm <storm@cua.dk>
9515
9516 * ido.el (ido-use-filename-at-point): New choice `guess'.
9517 (ido-file-internal): Try ffap-guesser if selected.
9518
9519 * ido.el (ido-before-fallback-functions): New hook.
9520 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
9521 (ido-read-file-name): Run it.
9522
9523 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9524
9525 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
9526 strings rather than a list of symbols to the completion function.
9527
9528 2005-07-07 Jay Belanger <belanger@truman.edu>
9529
9530 * calc/calc-units.el (math-apply-units): Change the places in
9531 which units are simplified.
9532
9533 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
9534
9535 * cus-edit.el (customize-option, customize-option-other-window):
9536 Make them handle aliases.
9537
9538 * custom.el (custom-variable-p): Make it recursively follow
9539 aliases. Mention that in the docstring.
9540
9541 2005-07-07 Richard M. Stallman <rms@gnu.org>
9542
9543 * cus-start.el (exec-path): Use `directory' instead of `file'.
9544 Fix tag for nil.
9545
9546 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
9547
9548 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
9549 when called non-interactively. Doc fix.
9550
9551 2005-07-07 Lute Kamstra <lute@gnu.org>
9552
9553 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
9554 new address as well.
9555
9556 2005-07-07 Kenichi Handa <handa@m17n.org>
9557
9558 * international/mule.el (make-coding-system):
9559 Describe `ascii-incompatible' property in the docstring.
9560 (set-file-name-coding-system): Signal an error if coding-system is
9561 ascii-incompatible.
9562 (set-keyboard-coding-system): Likewise.
9563
9564 * international/mule-cmds.el (set-default-coding-systems):
9565 Don't set default-file-name-coding-system and
9566 default-keyboard-coding-system if coding-system is ASCII-incompatible.
9567
9568 * international/utf-16.el: Declare that all UTF-16-based coding
9569 systems are ASCII-incompatible.
9570
9571 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
9572
9573 * progmodes/gud.el: Require font-lock for displaying errors.
9574 Used by gdb-ui.el.
9575
9576 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
9577
9578 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
9579 values for the pattern lists which are `read'able but not
9580 `append'able (like symbols).
9581
9582 2005-07-06 Richard M. Stallman <rms@gnu.org>
9583
9584 * progmodes/flymake.el (flymake-float-time): Instead of
9585 with-no-warnings, test for xemacs.
9586 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
9587 to avoid warning.
9588
9589 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
9590
9591 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
9592
9593 2005-07-05 Lute Kamstra <lute@gnu.org>
9594
9595 * battery.el: Add support for Darwin (with much debugging help
9596 from Samuel Lauber <sam124@operamail.com>).
9597 (battery-status-function, battery-echo-area-format)
9598 (battery-mode-line-format): Add support for pmset on Darwin.
9599 (battery-load-low, battery-load-critical): New user options.
9600 (battery-pmset): New function.
9601
9602 2005-07-05 Lute Kamstra <lute@gnu.org>
9603
9604 Update FSF's address in GPL notices.
9605
9606 * textmodes/page-ext.el: Update FSF's address.
9607
9608 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9609
9610 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
9611 filling from using prefix when filling a single-line docstring.
9612
9613 * progmodes/flymake.el: Remove useless eval-when-compile.
9614
9615 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
9616
9617 2005-07-04 Richard M. Stallman <rms@gnu.org>
9618
9619 * textmodes/org.el (org-file-apps-defaults-gnu):
9620 Rename from org-file-apps-defaults-linux.
9621 (org-default-apps): Don't test system-type for `linux'.
9622 (org-file-apps): Doc fix.
9623
9624 2005-07-04 David Ponce <david@dponce.com>
9625
9626 * tree-widget.el: Improve header Commentary section.
9627 (tree-widget) [defgroup]
9628 (tree-widget-image-enable, tree-widget-themes-directory)
9629 (tree-widget-theme, tree-widget-image-properties-emacs)
9630 (tree-widget-image-properties-xemacs, tree-widget-create-image)
9631 (tree-widget-image-formats, tree-widget-control)
9632 (tree-widget-empty-control, tree-widget-leaf-control
9633 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
9634 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
9635 (tree-widget-keep, tree-widget-after-toggle-functions)
9636 (tree-widget-open-node, tree-widget-close-node): Doc fix.
9637 (tree-widget-open-control, tree-widget-close-control): Fix doc and
9638 :help-echo message.
9639 (tree-widget-set-theme): Doc fix. Use `string-equal'.
9640 (tree-widget-image-properties): Doc fix. Clearer implementation.
9641 (tree-widget--cursors): New constant.
9642 (tree-widget-lookup-image): New function split from
9643 `tree-widget-find-image'. Clearer implementation.
9644 (tree-widget-find-image): Use it.
9645 (tree-widget-button-keymap): Use `set-keymap-parent'.
9646 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
9647 Define the sub-widgets here.
9648 (tree-widget-node): Check that :node is not a tree-widget.
9649 (tree-widget-get-super, tree-widget-open-control)
9650 (tree-widget-close-control, tree-widget-empty-control)
9651 (tree-widget-leaf-control, tree-widget-guide)
9652 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
9653 (tree-widget-no-handle, tree-widget-value-delete)
9654 (tree-widget-map): Remove.
9655 (tree-widget-children-value-save): Doc fix. Simplified.
9656 (tree-widget-value-create): Update according to previous changes.
9657
9658 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
9659
9660 * textmodes/org.el: Leading space replaced by TABS.
9661 (org-recalc-marks, org-table-rotate-recalc-marks)
9662 (org-table-get-specials): Treat "^" and "_" marks.
9663 (org-table-justify-field-maybe): Optional argument NEW.
9664 (org-table-eval-formula): Parsing of the format simplified.
9665 New modes C,I. Honor the %= parameter in the current table.
9666 Avoid unnecessary re-align by using the NEW argument to
9667 `org-table-justify-field-maybe'.
9668 (org-calc-default-modes): Default for date-format mimicks org-mode.
9669 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
9670
9671 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9672
9673 * cus-face.el (custom-theme-set-faces): Make it handle face
9674 aliases whose alias declarations are pre- or autoloaded.
9675
9676 2005-07-04 Juri Linkov <juri@jurta.org>
9677
9678 * faces.el (read-face-name): Put the code for getting a face name
9679 from the buffer before adding the faces from the `face' property.
9680 Use `completing-read-multiple' instead of `completing-read'.
9681 Require `crm'. Add default value and post-process the returned
9682 list of faces.
9683
9684 * emacs-lisp/crm.el (crm-find-current-element)
9685 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
9686
9687 * emacs-lisp/lisp-mode.el (eval-defun-1):
9688 * emacs-lisp/edebug.el (edebug-eval-defun):
9689 Remove unnecessary quotes.
9690
9691 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
9692
9693 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
9694 (prolog-indent-level): Fix typo in docstring.
9695
9696 * info.el (Info-history, Info-history-forward)
9697 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
9698
9699 * add-log.el (add-change-log-entry):
9700 * comint.el (comint-dynamic-list-input-ring)
9701 (comint-dynamic-list-completions):
9702 * dabbrev.el (dabbrev-expand):
9703 * delim-col.el (delimit-columns-rectangle-line):
9704 * diff-mode.el (diff-context->unified, diff-reverse-direction)
9705 (diff-unified->context):
9706 * ediff-init.el (ediff-abbrev-jobname):
9707 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
9708 (ediff-replace-session-activity-marker-in-meta-buffer):
9709 * info.el (Info-summary):
9710 * lpr.el (printify-region):
9711 * printing.el (pr-create-interface):
9712 * ps-print.el (ps-print-quote):
9713 * ses.el (ses-column-widths, ses-print-cell)
9714 (ses-adjust-print-width, ses-center):
9715 * shell.el (shell-file-name-quote-list):
9716 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
9717 (strokes-fill-current-buffer-with-whitespace)
9718 (strokes-xpm-for-stroke, strokes-list-strokes)
9719 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
9720 * term.el (term-dynamic-list-input-ring)
9721 (term-dynamic-list-completions):
9722 * calc/calc.el (math-format-stack-value):
9723 * emacs-lisp/edebug.el (edebug-display-freq-count):
9724 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
9725 (delphi-new-comment-line):
9726 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
9727 * progmodes/executable.el (executable-set-magic):
9728 * progmodes/python.el (inferior-python-mode):
9729 * progmodes/scheme.el (scheme-mode-syntax-table):
9730 * progmodes/sh-script.el (sh-maybe-here-document):
9731 * progmodes/sql.el (sql-copy-column):
9732 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
9733 * textmodes/bibtex.el (bibtex-mode):
9734 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
9735 (sgml-auto-attributes):
9736 * textmodes/table.el (table-insert, table-shorten-cell)
9737 (table--generate-source-scan-lines, table-delete-row)
9738 (*table--cell-delete-char, table--spacify-frame)
9739 (table--horizontally-shift-above-and-below)
9740 (table--cell-insert-char, table--cell-blank-str)
9741 (table--fill-region-strictly):
9742 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
9743 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
9744
9745 * add-log.el (change-log):
9746 * apropos.el (apropos):
9747 * comint.el (comint-completion, comint-source):
9748 * dabbrev.el (dabbrev):
9749 * delim-col.el (columns):
9750 * diff-mode.el (diff-mode):
9751 * ediff.el (ediff):
9752 * ediff-diff.el (ediff-diff):
9753 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
9754 * ediff-mult.el (ediff-mult):
9755 * ediff-ptch.el (ediff-ptch):
9756 * ediff-wind.el (ediff-window):
9757 * facemenu.el (facemenu):
9758 * indent.el (indent):
9759 * info.el (info):
9760 * jka-cmpr-hook.el (compression, jka-compr):
9761 * lpr.el (lpr):
9762 * outline.el (outlines):
9763 * pcmpl-cvs.el (pcmpl-cvs):
9764 * pcmpl-rpm.el (pcmpl-rpm):
9765 * printing.el (printing):
9766 * ps-print.el (postscript, ps-print, ps-print-horizontal)
9767 (ps-print-vertical, ps-print-headers, ps-print-font)
9768 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
9769 (ps-print-background, ps-print-printer, ps-print-page)
9770 (ps-print-miscellany):
9771 * ses.el (ses):
9772 * shell.el (shell, shell-directories, shell-faces):
9773 * startup.el (initialization):
9774 * strokes.el (strokes):
9775 * term.el (term):
9776 * uniquify.el (uniquify):
9777 * w32-vars.el (w32):
9778 * calc/calc.el (calc):
9779 * emacs-lisp/bytecomp.el (bytecomp):
9780 * emacs-lisp/cl-indent.el (lisp-indent):
9781 * emacs-lisp/edebug.el (edebug):
9782 * emacs-lisp/elp.el (elp):
9783 * emacs-lisp/testcover.el (testcover):
9784 * emacs-lisp/trace.el (trace):
9785 * emulation/viper-ex.el (viper-ex):
9786 * emulation/viper-mous.el (viper-mouse):
9787 * mail/mailalias.el (mailalias):
9788 * mail/supercite.el (supercite, supercite-frames)
9789 (supercite-attr, supercite-cite, supercite-hooks):
9790 * net/rcompile.el (remote-compile):
9791 * net/rlogin.el (rlogin):
9792 * obsolete/ooutline.el (outlines):
9793 * progmodes/delphi.el (delphi):
9794 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
9795 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
9796 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
9797 (ebnf-optimization):
9798 * progmodes/etags.el (etags):
9799 * progmodes/executable.el (executable):
9800 * progmodes/idlwave.el (idlwave):
9801 * progmodes/pascal.el (pascal):
9802 * progmodes/prolog.el (prolog):
9803 * progmodes/python.el (python):
9804 * progmodes/scheme.el (scheme):
9805 * progmodes/sh-script.el (sh, sh-script):
9806 * progmodes/sql.el (SQL):
9807 * progmodes/tcl.el (tcl):
9808 * textmodes/bibtex.el (bibtex, bibtex-autokey):
9809 * textmodes/enriched.el (enriched):
9810 * textmodes/makeinfo.el (makeinfo):
9811 * textmodes/sgml-mode.el (sgml):
9812 * textmodes/table.el (table-hooks):
9813 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
9814 * textmodes/texinfo.el (texinfo):
9815 * textmodes/two-column.el (two-column):
9816 Finish `defgroup' description with period.
9817
9818 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
9819 * eshell/esh-var.el (eshell-var):
9820 * progmodes/vhdl-mode.el (vhdl-testbench):
9821 * textmodes/org.el (org): Fix typos in docstrings.
9822
9823 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
9824 consistency.
9825
9826 * progmodes/flymake.el (flymake-find-file): Remove.
9827 (flymake-float-time): Use `with-no-warnings'.
9828 (flymake-check-start-time, flymake-check-was-interrupted)
9829 (flymake-err-info, flymake-is-running, flymake-last-change-time)
9830 (flymake-new-err-info): `defvar' at compile time.
9831
9832 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
9833
9834 * replace.el (occur-hook): Doc fix.
9835 (occur-1): Don't call `occur-hook' if there are no matches.
9836
9837 2005-07-03 Richard M. Stallman <rms@gnu.org>
9838
9839 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
9840 global-map, save the same map.
9841 (global-map): Don't alter it at top level.
9842 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
9843 Then alter it here instead.
9844 (tpu-edt-off): Set global-map to the saved one.
9845
9846 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
9847 All references simplified.
9848 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
9849 (zmacs-regions): Add defvar.
9850 (repeat-complex-command-map): Everything about that deleted.
9851
9852 * textmodes/artist.el (artist-key-is-drawing)
9853 (artist-key-endpoint1, artist-key-poly-point-list)
9854 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
9855 (artist-key-compl-table, artist-rb-save-data)
9856 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
9857 Don't put them in eval-when-compile.
9858 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
9859
9860 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
9861 Use with-no-warnings.
9862
9863 * net/browse-url.el (dos-windows-version): Add defvar.
9864
9865 * mail/supercite.el (filladapt-prefix-table): Add defvar.
9866
9867 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
9868 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
9869 (rmail-new-summary-line-count): Rename from new-summary-line-count.
9870 Add defvar.
9871 (rmail-summary-beginning-of-message): Use with-no-warnings.
9872 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
9873
9874 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
9875 Use with-no-warnings.
9876
9877 * emulation/vi.el (vi-mark-region): Use c-mark-function.
9878 (c-mark-function): Add point-moving-unit property.
9879 (vi-goto-line): Use with-no-warnings.
9880
9881 * emulation/edt.el (edt-last-copied-word): Add defvar.
9882 (zmacs-region-stays): Likewise.
9883 (edt-mark-section-wisely): Use c-mark-function for C.
9884 Use makr-defun for Fortran.
9885 (time-string): defvar deleted.
9886 (edt-display-the-time): Don't set time-string.
9887
9888 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
9889
9890 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9891 Don't warn when name is not constant
9892 or for defining the group `emacs'.
9893
9894 * tooltip.el (gud-tooltip-mode): Add defvar.
9895
9896 * startup.el (default-frame-background-mode): Add defvar.
9897
9898 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
9899
9900 * info.el (tool-bar-map): Add defvar.
9901
9902 * dired.el (dnd-protocol-alist): Add defvar.
9903
9904 * dired-aux.el (dired-query): Display question with answer, when
9905 the user answers.
9906
9907 * custom.el (custom-add-option): Doc fix.
9908
9909 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
9910
9911 2005-07-03 Eli Zaretskii <eliz@gnu.org>
9912
9913 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
9914 bogus name from the last change.
9915
9916 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
9917
9918 * custom.el (custom-declare-variable): Fix typos in comment.
9919 (custom-known-themes): Doc fix.
9920 (custom-theme-directory): New defcustom.
9921 (require-theme): Make it check `custom-theme-directory'.
9922
9923 * cus-theme.el (custom-new-theme-mode): New function.
9924 (custom-theme-name, custom-theme-variables, custom-theme-faces)
9925 (custom-theme-description): Add compiler defvars.
9926 (customize-create-theme): Add doc to the "*New Custom Theme*"
9927 buffer. Use `custom-new-theme-mode'.
9928 (custom-theme-write): Put the created buffer in emacs-lisp-mode
9929 and save it to the `custom-theme-directory'. Make this the
9930 default directory of the buffer.
9931
9932 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
9933
9934 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
9935 Fix unbalanced parentheses.
9936
9937 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9938
9939 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
9940 into flymake-mode and delegate to flymake-mode.
9941
9942 * find-file.el (ff-which-function-are-we-in): Clean up.
9943
9944 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
9945
9946 * replace.el (occur-rename-buffer): Fix docstring.
9947
9948 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
9949 (edt-last-copied-word, edt-learn-macro-count)
9950 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
9951 (edt-rect-start-point, edt-user-global-map, rect-start-point)
9952 (time-string, zmacs-region-stays):
9953 * emulation/edt-mapper.el (edt-save-function-key-map)
9954 (EDT-key-name): `defvar' to silence the byte-compiler.
9955
9956 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
9957
9958 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
9959 font-lock-regexp-backslash. Doc fix.
9960 (font-lock-regexp-backslash-grouping-construct): Rename from
9961 font-lock-regexp-backslash-construct. Doc fix.
9962 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
9963 grouping constructs.
9964
9965 2005-07-02 Eli Zaretskii <eliz@gnu.org>
9966
9967 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
9968 updating all the prerequisites.
9969
9970 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
9971
9972 * textmodes/org.el (org-agenda-start-on-weekday)
9973 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
9974 (org-agenda-use-time-grid, org-archive-location)
9975 (org-allow-space-in-links, org-usenet-links-prefer-google)
9976 (org-enable-table-editor, org-export-default-language)
9977 (org-export-html-show-new-buffer, org-fill-paragraph)
9978 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
9979 (org-goto-quit, org-occur, org-eval-in-calendar)
9980 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
9981 (org-agenda-diary-entry, org-remember-help)
9982 (org-table-convert-region, org-at-table-p)
9983 (org-table-move-row-down, org-table-move-row-up)
9984 (org-table-copy-region, org-table-toggle-vline-visibility)
9985 (org-table-get-stored-formulas, org-table-get-specials)
9986 (org-recalc-commands, org-table-eval-formula)
9987 (org-table-formula-substitute-names, orgtbl-make-binding)
9988 (org-format-org-table-html, org-format-table-table-html)
9989 (org-format-table-table-html-using-table-generate-source)
9990 (org-customize): Fix typos in docstrings.
9991 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
9992 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
9993 (org-back-to-heading): Doc fixes.
9994 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
9995 (org-agenda-change-all-lines, org-get-header):
9996 Improve argument/docstring consistency.
9997 (orgtbl-error): Fix error message.
9998
9999 * progmodes/flymake.el (flymake-find-possible-master-files)
10000 (flymake-master-file-compare, flymake-get-line-err-count)
10001 (flymake-highlight-line, flymake-gui-warnings-enabled):
10002 Fix typos in docstrings.
10003 (flymake-parse-line, flymake-get-project-include-dirs-function)
10004 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
10005 Doc fixes.
10006 (flymake-get-project-include-dirs-function)
10007 (flymake-make-err-menu-data):
10008 Improve argument/docstring consistency.
10009
10010 2005-07-01 Lute Kamstra <lute@gnu.org>
10011
10012 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
10013 Catch errors with ignore-errors. Use temporary buffer.
10014 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
10015
10016 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
10017 background color faces.
10018 (facemenu-set-foreground, facemenu-set-background):
10019 Use facemenu-set-face-from-menu.
10020 (facemenu-set-face-from-menu): Treat face names that start with
10021 "fg:" or "bg:" as special.
10022 (facemenu-add-new-color): Don't create faces. Simplify.
10023
10024 2005-06-30 Richard M. Stallman <rms@gnu.org>
10025
10026 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
10027 (crm-find-current-element): Likewise.
10028
10029 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
10030
10031 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
10032
10033 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10034
10035 * arc-mode.el (archive-extract): Make it work as a mouse binding.
10036 (archive-mouse-extract): Make it an obsolete alias.
10037 (archive-mode-map): Don't use archive-mouse-extract any more.
10038 (archive-mode, archive-extract): write-contents-hooks ->
10039 write-contents-functions.
10040 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
10041 first arg.
10042 (archive-rename-entry): Update the call.
10043 (archive-zip-summarize): Remove unused var `method'.
10044 (archive-lzh-summarize): Remove unused var `creator'.
10045
10046 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
10047 dedicated frame upon exit.
10048
10049 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
10050 (archive-zip-extract, archive-zip-expunge)
10051 (archive-zip-update, archive-zip-update-case): Use executable-find.
10052 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
10053 Use restore-buffer-modified-p.
10054 (archive-extract, archive-add-new-member, archive-write-file-member):
10055 Use with-current-buffer.
10056 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
10057
10058 2005-06-30 Andreas Schwab <schwab@suse.de>
10059
10060 * progmodes/gud.el (gud-filter): Remove unneeded progn.
10061
10062 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10063
10064 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
10065
10066 2005-06-30 Juri Linkov <juri@jurta.org>
10067
10068 * faces.el (vertical-border): Inherit from mode-line-inactive
10069 only on tty.
10070
10071 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
10072
10073 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10074 example, -NLINES in the `occur' docstring).
10075
10076 * replace.el (occur-1): When no matches are found, do not set the
10077 `buffer-read-only' and modified flags for the occur buffer,
10078 because it is deleted.
10079
10080 * emulation/cua-base.el (cua-check-pending-input)
10081 (cua-repeat-replace-region, cua-mode, cua-debug)
10082 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10083 Fix typos in docstrings.
10084
10085 * emulation/cua-gmrk.el (cua-toggle-global-mark)
10086 (cua-cut-region-to-global-mark)
10087 (cua--cut-rectangle-to-global-mark):
10088 Remove period from end of messages.
10089
10090 * emulation/cua-rect.el (cua-do-rectangle-padding):
10091 Remove period from end of messages.
10092 (cua--rectangle-seq-format): Fix typo in docstring.
10093 (cua-sequence-rectangle, cua-fill-char-rectangle):
10094 Improve argument/docstring consistency.
10095
10096 2005-06-29 Juri Linkov <juri@jurta.org>
10097
10098 * faces.el (default-frame-background-mode): New internal variable.
10099 (frame-set-background-mode): Use it.
10100
10101 * startup.el (normal-top-level): Set default-frame-background-mode
10102 instead of frame-background-mode. Before setting it, test for its
10103 nil value. Remove tests for frame-background-mode and frame
10104 parameter `reverse'. Add test for "unspecified-fg".
10105
10106 * term/xterm.el (xterm-rxvt-set-background-mode):
10107 * term/rxvt.el (rxvt-set-background-mode):
10108 Set default-frame-background-mode instead of frame-background-mode.
10109
10110 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
10111
10112 * simple.el (set-variable): Warn about obsolete user variables.
10113
10114 * imenu.el (imenu--completion-buffer):
10115 * mouse.el (mouse-buffer-menu-alist):
10116 * msb.el (msb-invisible-buffer-p):
10117 * calendar/diary-lib.el (diary-header-line-format):
10118 * emacs-lisp/pp.el (pp-buffer):
10119 * progmodes/cperl-mode.el (cperl-do-auto-fill):
10120 * textmodes/picture.el (picture-replace-match):
10121 Change space constants followed by a sexp to "?\s ".
10122
10123 * play/decipher.el (decipher-loop-with-breaks):
10124 * textmodes/texinfo.el (texinfo-insert-@item): Change space
10125 constants "protected" from end of line by a comment to "?\s".
10126
10127 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10128
10129 * font-lock.el (save-buffer-state): Use `declare'.
10130
10131 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
10132 reset the syntax-table to cperl-mode-syntax-table.
10133 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
10134 "foo_print_bar" is not matched as a reserved keyword.
10135
10136 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
10137
10138 * textmodes/org.el (orgtbl-setup): New function, for delayed
10139 setup for the orgtbl commands.
10140 (org-calc-default-modes): New option.
10141 (orgtbl-make-binding): Use `defun' to get better help display.
10142 (org-diary): Call `org-compile-prefix-format'.
10143 (org-table-formula-substitute-names): New function.
10144 (org-agenda-day-view, org-agenda-week-view): New commands.
10145 (org-agenda-toggle-week-view): Command removed.
10146 (org-tbl-menu): Split off from org-org-menu.
10147 (org-mode): Move removal of outline-mode menus to here.
10148 (org-table-formula-debug): New option.
10149 (org-table-insert-row): Keep first field if just "#" or "*".
10150 (org-mode): Paragraph regexps fixed.
10151 (org-table-recalculate-regexp): New constant.
10152 (org-table-justify-field-maybe): Avoid replace if not necessary.
10153 (org-copy-special, org-cut-special): Use `call-interactively'.
10154 (org-table-copy-region): Take region from `interactive' call.
10155 (org-trim): Return string even if no match.
10156 (org-formula): New face.
10157 (org-set-font-lock-defaults): No longer highlight "FIXME".
10158 But highlight formula-related fields in table.
10159 (org-table-p): Use regexp, not fontification.
10160 (org-table-align): Handle white space at end of line.
10161 (org-table-formula-evaluate-inline): New option.
10162 (org-mode): Auto-wrapping in comment lines turned off.
10163 (org-table-copy-down): Evaluate only in copied field, not in
10164 destination.
10165 (org-table-current-formula): Variable removed.
10166 (org-table-store-formulas, org-table-get-stored-formulas)
10167 (org-table-modify-formulas, org-table-replace-in-formulas)
10168 (org-table-maybe-eval-formula): New functions.
10169 (org-table-get-formula): Modify to use stored formulas.
10170 (org-table-insert-column, org-table-delete-column)
10171 (org-table-move-column): Call `org-table-modify-formulas'.
10172 (org-complete): Add completion for keyword formulas.
10173 (orgtbl-mode): Pull orgtbl-mode-map to start of
10174 minor-mode-map-alist.
10175
10176 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10177
10178 * progmodes/python.el (python-check): Require `compile' before
10179 modifying its variables.
10180
10181 * newcomment.el (comment-indent-default): Don't get fooled by an early
10182 end of buffer.
10183
10184 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10185
10186 * ps-print.el (ps-print-version): Fix version number.
10187
10188 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
10189
10190 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
10191
10192 2005-06-28 Richard M. Stallman <rms@gnu.org>
10193
10194 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
10195 (flyspell-local-mouse-map): Declaration deleted.
10196 (flyspell-mouse-map): Bind only mouse-2.
10197 (flyspell-mode-map): Don't test flyspell-use-local-map.
10198 (flyspell-overlay-keymap-property-name): Var deleted.
10199 (flyspell-mode-on): Don't make local bindings for
10200 flyspell-mouse-map and flyspell-mode-map.
10201 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
10202
10203 * textmodes/ispell.el (ispell-word): Do not ignore short words.
10204
10205 * progmodes/compile.el (compilation-next-error-function):
10206 Don't switch buffers; operate on the current buffer.
10207
10208 * progmodes/compile.el (compilation-error-file-name)
10209 (compilation-warning-file-name, compilation-info-file-name)
10210 (compilation-line-number, compilation-column-number): New faces.
10211 (compilation-error-face, compilation-warning-face)
10212 (compilation-info-face, compilation-line-face)
10213 (compilation-column-face): Use them.
10214
10215 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
10216
10217 * comint.el (comint-password-prompt-regexp): Accept ", try again".
10218
10219 * bindings.el (global-map): Bind insertchar and its variants.
10220
10221 2005-06-27 Richard M. Stallman <rms@gnu.org>
10222
10223 * textmodes/artist.el (artist-text-overwrite)
10224 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
10225
10226 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10227
10228 * ps-print.el: It was not working the page selection for printing.
10229 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
10230 (ps-print-version): New version 6.6.7.
10231 (ps-end-sheet): New fun.
10232 (ps-header-sheet, ps-end-job): Call it.
10233
10234 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
10235
10236 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
10237
10238 2005-06-27 Lute Kamstra <lute@gnu.org>
10239
10240 * facemenu.el (facemenu-unlisted-faces): Add foreground and
10241 background color faces.
10242 (facemenu-get-face): Delete function.
10243 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
10244 (facemenu-add-new-color): Make second argument mandatory.
10245 Create the appropriate face and return it. Simplify.
10246 (facemenu-set-foreground, facemenu-set-background): Don't check if
10247 color is defined. Use return value of facemenu-add-new-color.
10248
10249 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
10250
10251 * progmodes/gud.el (gud-filter): Add missing argument to
10252 with-selected-window.
10253
10254 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10255
10256 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
10257 a :require to the defcustom.
10258
10259 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
10260 defcustoms corresponding to minor modes.
10261
10262 2005-06-26 David Ponce <david@dponce.com>
10263
10264 * recentf.el: Require tree-widget instead of wid-edit.
10265 (recentf-filename-handler): Fix widget :type.
10266 (recentf-cancel-dialog, recentf-open-more-files)
10267 (recentf-open-files-action): Doc fix.
10268 (recentf-dialog-goto-first): New function.
10269 (recentf-dialog-mode-map): Set parent keymap first.
10270 (recentf-dialog-mode): Define with define-derived-mode.
10271 Don't display continuation lines in dialogs.
10272 (recentf-edit-list): Rename from recentf-edit-selected-items.
10273 (recentf-edit-list-select): Rename from recentf-edit-list-action.
10274 Simplify.
10275 (recentf-edit-list-validate): New function.
10276 (recentf-edit-list): Update accordingly.
10277 (recentf-open-files-item-shift): Remove.
10278 (recentf-open-files-item): Convert menu elements into tree and
10279 link widgets. Don't create the widgets.
10280 (recentf-open-files): Update accordingly.
10281 (recentf-save-list): Untabify.
10282
10283 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
10284
10285 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
10286 (keep-lines): Add INTERACTIVE arg. Never delete lines only
10287 partially contained in the active region. Do not take active
10288 region into account when called from Lisp, unless INTERACTIVE arg
10289 is non-nil. Use `forward-line' instead of `beginning-of-line' to
10290 avoid trouble with fields. Make marker point nowhere when no
10291 longer used. Always return nil. Doc fix.
10292 (flush-lines): Add INTERACTIVE arg. Do not take active region
10293 into account when called from Lisp, unless INTERACTIVE arg is
10294 non-nil. Use `forward-line' instead of `beginning-of-line' to
10295 avoid trouble with fields. Make marker point nowhere when no
10296 longer used. Always return nil. Doc fix.
10297 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
10298 interchangeable. Do not take active region into account when
10299 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
10300 message in echo area when called from Lisp, unless INTERACTIVE arg
10301 is non-nil. Avoid saying "1 occurrences". Do not use markers.
10302 Return the number of matches. Doc fix.
10303 (occur): Doc fix.
10304 (perform-replace): Make comment follow double space convention for
10305 the sake of `outline-minor-mode'.
10306
10307 * faces.el (facep): Doc fix.
10308
10309 2005-06-25 Richard M. Stallman <rms@gnu.org>
10310
10311 * facemenu.el (facemenu-enable-faces-p): New function.
10312 (facemenu-background-menu, facemenu-foreground-menu)
10313 (facemenu-face-menu): Add menu-enable property.
10314
10315 * jka-compr.el (jka-compr-insert-file-contents):
10316 Special handling if cannot find the uncompression program.
10317
10318 * cus-face.el (custom-face-attributes): Add autoload.
10319
10320 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10321 Bind comment-indent-function locally.
10322
10323 * window.el (save-selected-window): Use save-current-buffer.
10324
10325 * subr.el (with-selected-window): Use save-current-buffer.
10326
10327 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
10328 and with-current-buffer.
10329
10330 2005-06-24 Richard M. Stallman <rms@gnu.org>
10331
10332 * simple.el (line-move-1): Fix previous change.
10333
10334 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
10335
10336 * replace.el (occur-1): Set `buffer-read-only' and the
10337 buffer-modified flag before running `occur-hook' to protect
10338 against unintentional buffer switches that can lead to data loss.
10339
10340 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
10341
10342 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
10343 (gud-gdb-marker-filter): Use font-lock-warning-face for any
10344 initial error.
10345
10346 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
10347 after fresh input.
10348 (gdb-var-create-handler): Put name of expression in quotes.
10349
10350 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
10351
10352 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
10353 elements of RING in order, and without bogus nil elements.
10354
10355 2005-06-23 Richard M. Stallman <rms@gnu.org>
10356
10357 * simple.el (set-variable): Args renamed; doc fix.
10358 (line-move-1): When there are overlays around, use vertical-motion.
10359
10360 * faces.el (escape-glyph): Use brown against light background.
10361 (nobreak-space): Rename from no-break-space.
10362 Fix previous change.
10363
10364 * dired-aux.el (dired-do-copy): Fix arg prompt.
10365
10366 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
10367
10368 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
10369
10370 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
10371 rather than "Distributor".
10372
10373 2005-06-23 Lute Kamstra <lute@gnu.org>
10374
10375 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
10376 (debug-on-entry): Use it. New interactive declaration that uses
10377 function-called-at-point.
10378
10379 2005-06-23 Kim F. Storm <storm@cua.dk>
10380
10381 * subr.el (save-match-data): Add comment about using evaporate arg
10382 to set-match-data.
10383
10384 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
10385
10386 * cus-edit.el (customize-face)
10387 (customize-face-other-window): Handle face aliases.
10388
10389 * faces.el (face-documentation, set-face-attribute)
10390 (face-spec-set): Handle face aliases.
10391
10392 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
10393
10394 * help-mode.el (help-make-xrefs): If a symbol representing a face
10395 name is not followed by the word "face", it could still be a
10396 function or variable name, so don't bypass other checks.
10397
10398 2005-06-22 Juri Linkov <juri@jurta.org>
10399
10400 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10401 Replace aliased functions with calls where second arg `inherit' is t.
10402
10403 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
10404
10405 * progmodes/gdb-ui.el (gdb-error): New variable.
10406 (gdb-error): New function.
10407 (gdb-annotation-rules): Act on error-begin and error annotations.
10408 (gdb-concat-output): Use font-lock-warning-face for errors.
10409
10410 2005-06-22 Miles Bader <miles@gnu.org>
10411
10412 * bindings.el (propertized-buffer-identification): Use renamed
10413 `Buffer-menu-buffer' face.
10414
10415 * faces.el (vertical-border): Rename from `vertical-divider'.
10416 (escape-glyph): Change dark-background color back to `cyan'.
10417
10418 2005-06-21 Juri Linkov <juri@jurta.org>
10419
10420 * faces.el (face-user-default-spec): Try getting `customized-face'
10421 prior to `saved-face'.
10422 (frame-background-mode): Refill docstring.
10423
10424 * emacs-lisp/lisp-mode.el (eval-defun-1):
10425 * emacs-lisp/edebug.el (edebug-eval-defun):
10426 Set `saved-face' temporarily to nil before calling form.
10427 Set `customized-face' to the new spec after that.
10428
10429 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
10430
10431 * subr.el (1value, lambda, key-substitution-in-progress):
10432 Doc fixes.
10433
10434 * autoinsert.el (auto-insert-alist):
10435 * ses.el (ses-call-printer):
10436 * subr.el (noreturn):
10437 * emacs-lisp/lisp.el (check-parens):
10438 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
10439 * net/browse-url.el (browse-url-mosaic):
10440 * progmodes/cc-defs.el (c-safe-scan-lists):
10441 * progmodes/ebnf-abn.el (ebnf-abn-lex):
10442 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
10443 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
10444 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
10445 * progmodes/ebnf-iso.el (ebnf-iso-lex):
10446 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
10447
10448 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
10449
10450 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
10451
10452 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
10453
10454 * calendar/appt.el (appt-make-list): Activate the package, if
10455 not already active (for backwards compatibility).
10456
10457 2005-06-20 Kim F. Storm <storm@cua.dk>
10458
10459 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
10460
10461 2005-06-20 Miles Bader <miles@gnu.org>
10462
10463 * faces.el (vertical-divider): New face.
10464
10465 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
10466
10467 * simple.el (kill-whole-line): Doc fix.
10468 (next-error-buffer-p, next-error-find-buffer)
10469 (clone-indirect-buffer): Fix typos in docstrings.
10470 (comment-line-break-function): Doc fix: don't say variable
10471 is automatically buffer-local (it isn't).
10472
10473 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
10474
10475 * net/tramp-ftp.el (top):
10476 * net/tramp-smb.el (top):
10477 * net/tramp-util.el (top):
10478 * net/tramp-uu.el (top):
10479 * net/tramp-vc.el (top):
10480 * net/tramp.el (top): Revert copyright years back to original
10481 ones. Tramp has a life outside GNU Emacs.
10482
10483 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
10484
10485 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
10486
10487 2005-06-18 Juri Linkov <juri@jurta.org>
10488
10489 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
10490 end of first regexp to limit the match to the position between
10491 line number and source line with same separator character as used
10492 between file name and line number. In the second regexp limit
10493 mouse-face area to file name and line number by adding new group
10494 for them and referring it in HYPERLINK arg.
10495 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
10496 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
10497 previous line where grep markers may be already removed.
10498
10499 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
10500
10501 * progmodes/ps-mode.el: Update version and maintainer's email address.
10502
10503 2005-06-18 Steve Youngs <steve@xemacs.org>
10504
10505 * net/browse-url.el (browse-url-browser-function)
10506 (browse-url-default-browser): Add firefox.
10507 (browse-url-firefox-program, browse-url-firefox-arguments)
10508 (browse-url-firefox-startup-arguments)
10509 (browse-url-firefox-new-window-is-tab): New defcustoms.
10510 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
10511
10512 2005-06-17 Richard M. Stallman <rms@gnu.org>
10513
10514 * startup.el (command-line): Warn if specified user name has
10515 no home directory.
10516
10517 * term.el (term-get-old-input, term-input-filter, term-input-sender)
10518 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
10519
10520 * longlines.el (longlines-mode, longlines-show-hard-newlines):
10521 Doc fixes.
10522
10523 * faces.el (underline): Try bold if terminal doesn't support underline.
10524
10525 * mail/sendmail.el (mail-setup-with-from): New variable.
10526 (mail-insert-from-field): New function.
10527 (sendmail-send-it): Call it.
10528 (mail-setup): Optionally call it here.
10529
10530 * term/linux.el: Call tty-no-underline.
10531
10532 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
10533
10534 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
10535
10536 2005-06-17 Miles Bader <miles@gnu.org>
10537
10538 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
10539 (ediff-current-diff-C, ediff-current-diff-Ancestor)
10540 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
10541 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
10542 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
10543 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
10544 Remove "-face" suffix from face names.
10545 (ediff-current-diff-face-A, ediff-current-diff-face-B)
10546 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10547 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10548 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10549 (ediff-even-diff-face-A, ediff-even-diff-face-B)
10550 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10551 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10552 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10553 New backward-compatibility aliases for renamed faces.
10554 (ediff-current-diff-face-A, ediff-current-diff-face-B)
10555 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10556 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10557 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10558 (ediff-even-diff-face-A, ediff-even-diff-face-B)
10559 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10560 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10561 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10562 Use renamed ediff faces.
10563
10564 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
10565 Remove "-face" suffix from face names.
10566 (eshell-test-ok-face, eshell-test-failed-face):
10567 New backward-compatibility aliases for renamed faces.
10568 (eshell-run-test): Use renamed eshell-test faces.
10569
10570 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
10571 face name.
10572 (eshell-prompt-face): New backward-compatibility alias for renamed
10573 face.
10574 (eshell-emit-prompt): Use renamed eshell-prompt face.
10575
10576 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
10577 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
10578 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
10579 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
10580 Remove "-face" suffix from face names.
10581 (eshell-ls-directory-face, eshell-ls-symlink-face)
10582 (eshell-ls-executable-face, eshell-ls-readonly-face)
10583 (eshell-ls-unreadable-face, eshell-ls-special-face)
10584 (eshell-ls-missing-face, eshell-ls-archive-face)
10585 (eshell-ls-backup-face, eshell-ls-product-face)
10586 (eshell-ls-clutter-face):
10587 New backward-compatibility aliases for renamed faces.
10588 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
10589
10590 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
10591 Remove "-face" suffix from face name.
10592 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
10593 instead of literal face.
10594
10595 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
10596
10597 * emacs-lisp/warnings.el (display-warning, lwarn)
10598 (warning-minimum-log-level): Doc fixes.
10599 (warning-minimum-level, warning-minimum-log-level):
10600 Add :debug to :type choices.
10601
10602 * progmodes/ada-mode.el (ada-format-paramlist)
10603 (ada-get-indent-case, ada-check-matching-start)
10604 (ada-check-defun-name, ada-goto-matching-decl-start)
10605 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
10606 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
10607 (ada-make-subprogram-body): Follow error conventions.
10608 (ada-case-exception-file, ada-indent-comment-as-code)
10609 (ada-indent-handle-comment-special, ada-indent-renames)
10610 (ada-indent-return, ada-search-directories-internal)
10611 (ada-tab-policy, ada-case-exception-substring)
10612 (ada-other-file-alist, ada-matching-start-re)
10613 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
10614 (ada-imenu-generic-expression, ada-compile-goto-error)
10615 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
10616 (ada-popup-menu, ada-add-extensions, ada-mode)
10617 (ada-region-selected, ada-create-case-exception)
10618 (ada-create-case-exception-substring, ada-after-keyword-p)
10619 (ada-activate-keys-for-case, ada-adjust-case-region)
10620 (ada-adjust-case-buffer, ada-format-paramlist)
10621 (ada-scan-paramlist, ada-insert-paramlist)
10622 (ada-indent-newline-indent)
10623 (ada-indent-newline-indent-conditional)
10624 (ada-justified-indent-current, ada-goto-previous-word)
10625 (ada-indent-current, ada-get-indent-open-paren)
10626 (ada-get-indent-paramlist, ada-get-indent-end)
10627 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
10628 (ada-get-indent-block-start, ada-get-indent-subprog)
10629 (ada-get-indent-noindent, ada-get-indent-label)
10630 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
10631 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
10632 (ada-goto-stmt-end, ada-goto-next-word)
10633 (ada-check-matching-start, ada-check-defun-name)
10634 (ada-goto-matching-decl-start, ada-goto-matching-start)
10635 (ada-goto-matching-end, ada-search-ignore-string-comment)
10636 (ada-in-decl-p, ada-looking-at-semi-or)
10637 (ada-looking-at-semi-private, ada-in-paramlist-p)
10638 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
10639 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
10640 (ada-next-procedure, ada-previous-procedure, ada-next-package)
10641 (ada-previous-package, ada-create-menu)
10642 (ada-fill-comment-paragraph-justify)
10643 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
10644 (ada-other-file-name, ada-last-which-function-line)
10645 (ada-last-which-function-subprog, ada-which-function)
10646 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
10647 (ada-gen-treat-proc, ada-check-emacs-version)
10648 (ada-continuation-indent, ada-align-region-separate):
10649 Fix typos in docstrings.
10650 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
10651
10652 2005-06-16 Lute Kamstra <lute@gnu.org>
10653
10654 * simple.el (fundamental-mode): Run after-change-major-mode-hook
10655 conditionally.
10656
10657 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10658
10659 * comint.el (comint-replace-by-expanded-filename)
10660 (comint-prompt-regexp, comint-delimiter-argument-list)
10661 (comint-preinput-scroll-to-bottom):
10662 * info.el (Info-hide-cookies-node):
10663 * ls-lisp.el (ls-lisp-classify):
10664 * find-file.el (ff-search-directories, ff-special-constructs)
10665 (ff-find-other-file):
10666 * font-lock.el (font-lock-keywords):
10667 * shell.el (shell-prompt-pattern)
10668 (shell-dynamic-complete-functions, shell-mode)
10669 (shell-delimiter-argument-list):
10670 * term.el (term-replace-by-expanded-filename)
10671 (term-prompt-regexp, term-delimiter-argument-list):
10672 * woman.el (woman-ignore, woman0-if):
10673 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
10674 * emacs-lisp/elint.el (elint-init-env):
10675 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
10676 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
10677 * language/ethio-util.el (ethio-tilde-escape)
10678 (ethio-use-three-dot-question):
10679 * net/zone-mode.el (zone-mode-load-time-setup):
10680 * progmodes/cc-align.el (c-lineup-argcont):
10681 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
10682 * progmodes/cperl-mode.el (cperl-set-style-back):
10683 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10684 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
10685 Fix spellings in docstrings.
10686
10687 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
10688 * progmodes/modula2.el (m2-for): Fix spellings.
10689
10690 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
10691
10692 * simple.el (undo-more): Don't use `format' on `error' arguments.
10693 Improve argument/docstring consistency.
10694 (pending-undo-list): Doc fix.
10695
10696 * smerge-mode.el (smerge-ensure-match):
10697 * emulation/vip.el (vip-ex):
10698 * net/zone-mode.el (zone-mode-update-serial):
10699 * progmodes/idlwave.el (idlwave-complete):
10700 * progmodes/vhdl-mode.el (vhdl-visit-file)
10701 (vhdl-compose-wire-components):
10702 Don't use `format' on `error' arguments.
10703
10704 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
10705 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
10706 (tooltip-help-tips): Fix typos in docstrings.
10707
10708 2005-06-16 David Ponce <david@dponce.com>
10709
10710 * tree-widget.el (tree-widget-value-create): Simplify last change.
10711
10712 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
10713
10714 * ido.el (ido-incomplete-regexp): New variable.
10715 (ido-set-matches-1): Handle invalid-regexp error and set
10716 ido-incomplete-regexp.
10717 (ido-incomplete-regexp): New face.
10718 (ido-completions): Use it.
10719 (ido-complete, ido-exit-minibuffer, ido-completions):
10720 Handle incomplete regexps.
10721 (ido-completions): Add check for complete match when entering a regexp.
10722
10723 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10724
10725 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
10726
10727 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10728
10729 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
10730 by field delimiters.
10731
10732 2005-06-15 David Ponce <david@dponce.com>
10733
10734 * tree-widget.el: eval-and-compile inlined functions so they will
10735 be available at run-time too.
10736 (tree-widget-super-format-handler)
10737 (tree-widget-format-handler): Remove.
10738 (tree-widget-value-create): Handle the :indent property.
10739
10740 2005-06-15 Miles Bader <miles@gnu.org>
10741
10742 * progmodes/which-func.el (which-func): Only inherit
10743 `font-lock-function-name-face' when that makes sense against the
10744 default mode-line face, otherwise set the face color explicitly.
10745
10746 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
10747 faces instead of (non-existent) variables.
10748
10749 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10750
10751 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
10752 (iswitchb-get-matched-buffers): Likewise. Simplify.
10753
10754 2005-06-14 Miles Bader <miles@gnu.org>
10755
10756 * progmodes/ld-script.el (ld-script-location-counter):
10757 Remove "-face" suffix from face name.
10758 (ld-script-location-counter-face):
10759 New backward-compatibility alias for renamed face.
10760 (ld-script-location-counter-face): Use renamed face.
10761
10762 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
10763 (cperl-hash): Remove "-face" suffix from face names.
10764 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
10765 New backward-compatibility aliases for renamed faces.
10766 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
10767 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
10768
10769 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
10770 name.
10771 (which-func-face): New backward-compatibility alias for renamed face.
10772 (which-func-format): Use renamed which-func face.
10773
10774 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
10775 (vhdl-function, vhdl-directive, vhdl-reserved-word)
10776 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
10777 names.
10778 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
10779 (vhdl-speedbar-configuration, vhdl-speedbar-package)
10780 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
10781 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
10782 (vhdl-speedbar-architecture-selected)
10783 (vhdl-speedbar-configuration-selected)
10784 (vhdl-speedbar-package-selected)
10785 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
10786 names.
10787 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
10788 Use renamed faces.
10789 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
10790 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
10791 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
10792 Use renamed faces.
10793 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
10794 names.
10795 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
10796 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
10797 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
10798 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
10799 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
10800 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
10801
10802 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
10803 face name.
10804 (sh-heredoc-face): New backward-compatibility alias for renamed face.
10805 (sh-heredoc-face): Use renamed sh-heredoc face.
10806
10807 * progmodes/idlw-help.el (idlwave-help-link):
10808 Remove "-face" suffix from face name.
10809 (idlwave-help-link-face):
10810 New backward-compatibility alias for renamed face.
10811 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
10812
10813 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
10814 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
10815 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
10816 New backward-compatibility aliases for renamed faces.
10817 (idlwave-shell-disabled-breakpoint-face)
10818 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
10819
10820 * progmodes/flymake.el (flymake-errline, flymake-warnline):
10821 Remove "-face" suffix from face names.
10822 (flymake-errline-face, flymake-warnline-face):
10823 New backward-compatibility aliases for renamed faces.
10824 (flymake-highlight-line): Use renamed flymake faces.
10825
10826 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10827 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
10828 (ebrowse-member-class, ebrowse-progress):
10829 Remove "-face" suffix from face names.
10830 (ebrowse-tree-mark-face, ebrowse-root-class-face)
10831 (ebrowse-file-name-face, ebrowse-default-face)
10832 (ebrowse-member-attribute-face, ebrowse-member-class-face)
10833 (ebrowse-progress-face):
10834 New backward-compatibility aliases for renamed faces.
10835 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
10836 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
10837 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
10838 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
10839
10840 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
10841 antlr-syntax)
10842 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
10843 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
10844 names.
10845 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
10846 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
10847 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
10848 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
10849 backward-compatibility aliases for renamed faces.
10850 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
10851 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
10852 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
10853 remove "font-lock-". Use renamed antlr-mode faces.
10854 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
10855 literal face-names with face variable references.
10856
10857 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
10858 face name.
10859 (Buffer-menu-buffer-face): New backward-compatibility alias for
10860 renamed face.
10861 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
10862
10863 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
10864
10865 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
10866 Eliminate "-face" suffix.
10867 (makefile-targets): Inherit from font-lock-function-name-face and
10868 eliminate "-face" suffix.
10869 (makefile-shell): Remove attributes and eliminate "-face" suffix.
10870 (makefile-*-font-lock-keywords): Append makefile-targets in rule
10871 actions, instead of prepending, to make it less visible.
10872 (makefile-previous-dependency, makefile-match-dependency):
10873 Don't match a target on a continuation line.
10874
10875 * files.el (auto-mode-alist): Put Makefile in gmake mode.
10876
10877 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
10878
10879 * progmodes/gdb-ui.el (menu): Re-order menu items.
10880 (gdb-tooltip-print): Respect tooltip-use-echo-area.
10881
10882 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
10883 Define in tooltip.el.
10884 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
10885 (gud-tooltip-tips): Respect tooltip-use-echo-area and
10886 gud-tooltip-echo-area.
10887
10888 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
10889 backward compatibility and make obsolete.
10890 (tooltip-help-tips): Use tooltip-use-echo-area.
10891 (tooltip-show-help-function): Rename to...
10892 (tooltip-show-help): ...this, because it is a function.
10893 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
10894
10895 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10896
10897 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
10898 (edebug-print-length, edebug-print-level, edebug-print-circle)
10899 (edebug-modify-breakpoint, edebug-eval-last-sexp)
10900 (edebug-eval-print-last-sexp): Doc fixes.
10901
10902 2005-06-14 Kim F. Storm <storm@cua.dk>
10903
10904 * ido.el (ido-mode): Make a new keymap every time we enable ido,
10905 as the coverage buffer/file/both may change.
10906
10907 2005-06-14 Lute Kamstra <lute@gnu.org>
10908
10909 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
10910 and run-mode-hooks. Simplify.
10911
10912 * mail/rmailedit.el (rmail-edit-mode):
10913 * progmodes/octave-inf.el (inferior-octave-mode):
10914 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
10915
10916 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
10917 and run-mode-hooks.
10918 (recentf-edit-list, recentf-open-files): Don't call
10919 kill-all-local-variables directly.
10920
10921 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
10922
10923 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
10924
10925 * emacs-lisp/byte-run.el (make-obsolete)
10926 (define-obsolete-function-alias): Rename arguments FUNCTION and
10927 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10928 (make-obsolete-variable, define-obsolete-variable-alias):
10929 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
10930 respectively.
10931
10932 * isearchb.el (isearchb-activate):
10933 * pcvs.el (cvs-mode):
10934 * ses.el (ses-load):
10935 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
10936 * net/tramp.el (tramp-find-file-exists-command)
10937 (tramp-find-shell):
10938 * progmodes/ada-mode.el (ada-create-case-exception)
10939 (ada-create-case-exception-substring, ada-make-subprogram-body):
10940 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10941 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
10942 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
10943 * textmodes/org.el (org-promote, org-evaluate-time-range)
10944 (org-agenda-next-date-line, org-agenda-previous-date-line)
10945 (org-agenda-error, org-open-at-point, org-table-move-row)
10946 (org-format-table-table-html-using-table-generate-source)
10947 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
10948 * textmodes/reftex.el (reftex-access-scan-info):
10949 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
10950 (reftex-toc-promote-prepare): Follow error conventions.
10951
10952 * diff-mode.el (diff-mode): Fix typo in docstring.
10953
10954 * forms.el (forms--intuit-from-file): Fix reference to
10955 `forms-number-of-fields' in error message.
10956 (forms-print): Fix quoting in error message.
10957
10958 * forms.el (forms-mode):
10959 * emulation/vi.el (vi-goto-insert-state):
10960 * progmodes/flymake.el (flymake-new-err-info)
10961 (flymake-start-syntax-check-for-current-buffer)
10962 (flymake-simple-cleanup):
10963 * eshell/esh-var.el (eshell/export):
10964 * progmodes/gud.el (xdb):
10965 * textmodes/flyspell.el (flyspell-incorrect-hook)
10966 (flyspell-maybe-correct-transposition)
10967 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
10968
10969 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
10970
10971 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
10972 minibuffer prompt.
10973
10974 2005-06-13 Kim F. Storm <storm@cua.dk>
10975
10976 * subr.el (add-to-ordered-list): New defun.
10977
10978 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
10979 add cua--keymap-alist to emulation-mode-map-alists.
10980
10981 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10982
10983 * subr.el (complete-in-turn): New macro.
10984 (dynamic-completion-table, lazy-completion-table): Add debug info.
10985
10986 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
10987 in preference to face aliases.
10988
10989 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
10990 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
10991 Remove unused vars `start' and `firstline'.
10992 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
10993 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
10994
10995 2005-06-13 Eli Zaretskii <eliz@gnu.org>
10996
10997 * cus-start.el (all): Don't complain about missing GTK-related
10998 variables, unless either `gtk' is boundp or this isn't a
10999 `windows-nt' build.
11000
11001 2005-06-13 Lute Kamstra <lute@gnu.org>
11002
11003 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
11004 run-mode-hooks.
11005
11006 * ediff-mult.el (ediff-meta-mode):
11007 * ediff-util.el (ediff-mode): Use run-mode-hooks.
11008
11009 * ledit.el (ledit-mode): Use delay-mode-hooks.
11010
11011 * woman.el (woman-mode-line-format): Delete constant.
11012 (woman-mode-map): Initialize it properly.
11013 (woman-mode): Set mode-class property to special.
11014 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
11015 Set major-mode and mode-name. Don't set mode-line-format directly.
11016 (Man-getpage-in-background): Don't reference woman-mode-line-format.
11017
11018 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
11019 string argument obsolete.
11020
11021 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
11022
11023 * textmodes/org.el (org-CUA-compatible): New option.
11024 (org-disputed-keys): New variable.
11025 (org-key): New function.
11026 (orgtbl-make-binding): Add docstring to the created function.
11027 (org-mode): Set paragraph start/separate regexps.
11028 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
11029 (org-archive-location, org-archive-mark-done)
11030 (org-archive-stamp-time): New options.
11031 (org-archive-subtree): New command.
11032 (org-fill-paragraph): New function.
11033 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
11034 (org-fake-empty-table-line): Function removed.
11035 (org-format-org-table-html): Do not create empty table lines at
11036 separator lines. Improved table header treatment.
11037 (org-link-format): New option.
11038 (org-make-link): New function.
11039 (org-insert-link, org-store-link): Use org-make-link.
11040 (org-open-file): Quote file name for shell command, to allow
11041 spaces in file names.
11042 (org-link-regexp): Fix bug with mailto link.
11043 (org-link-maybe-angles-regexp, org-protected-link-regexp):
11044 New constants.
11045 (org-export-as-html): Deal with the optional angles around a link.
11046 Better treatment of file: links.
11047 (org-open-at-point): Replace @{ and @} with < and >.
11048 (org-run-mode-hooks): Function removed.
11049 (org-agenda-mode): No longer use `org-run-mode-hooks'.
11050
11051 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
11052
11053 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
11054 MI command -data-list-register-values.
11055 (gdb-post-prompt): Indent properly.
11056
11057 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
11058
11059 * hilit-chg.el (highlight-changes-colors): Rename from
11060 `highlight-changes-colours'.
11061 (highlight-changes-colours): Keep as obsolete alias.
11062 (highlight-changes-face-list): Doc fix.
11063 (hilit-chg-make-list): Use `highlight-changes-colors'.
11064
11065 2005-06-12 Mark A. Hershberger <mah@everybody.org>
11066
11067 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11068 defun-prompt-regexp.
11069
11070 2005-06-12 Eli Zaretskii <eliz@gnu.org>
11071
11072 * loadup.el: Don't say we are dumping under 2 names on windows-nt
11073 and cygwin.
11074
11075 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11076 Don't use an old loaddefs.el, as in Makefile.in.
11077
11078 2005-06-12 Lute Kamstra <lute@gnu.org>
11079
11080 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11081
11082 * man.el (Man-mode-map): Initialize it properly.
11083 (Man-mode): Set mode-class property to special.
11084
11085 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11086
11087 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
11088
11089 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11090 A newline is needed in the docstring there.
11091
11092 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11093 Doc fixes.
11094
11095 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11096
11097 * printing.el: Doc fix. The menubar is no more changed when printing
11098 is loaded, it only changes when pr-menu-bind or pr-update-menus is
11099 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
11100 (pr-version): New version number (6.8.4).
11101 (pr-menu-bind): New command.
11102 (pr-update-menus): Docstring and code fix.
11103 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11104 Docstring fix.
11105 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11106 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
11107
11108 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
11109
11110 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
11111 "Returns" to "return", document useful return values, etc.
11112
11113 2005-06-11 Alan Mackenzie <acm@muc.de>
11114
11115 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
11116 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
11117 (adaptive-file-function): Minor amendment to doc-string.
11118
11119 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11120
11121 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
11122 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
11123 Fix :type--it is `integer', not `string'.
11124
11125 * faces.el (modeline-highlight): Rename from (the erroneous)
11126 `modeline-higilight'.
11127
11128 2005-06-11 Lute Kamstra <lute@gnu.org>
11129
11130 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
11131 lisp-interaction-mode-map but make it the parent.
11132 (edebug-eval-mode): Use define-derived-mode.
11133
11134 2005-06-11 Andreas Schwab <schwab@suse.de>
11135
11136 * bindings.el: Add binding of `ESC functionkey' for every
11137 `M-functionkey'.
11138 * hexl.el (hexl-mode-map): Likewise.
11139
11140 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
11141
11142 * progmodes/compile.el (compilation-error-regexp-alist-alist)
11143 [msft]: update regexp for newer msft compilers.
11144
11145 2005-06-10 Mark A. Hershberger <mah@everybody.org>
11146
11147 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
11148 ATTLIST portions of included DTDs.
11149 (xml-parse-dtd): Eliminate use of inefficient match-data.
11150
11151 2005-06-10 Miles Bader <miles@gnu.org>
11152
11153 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11154 (mpuz-text): Remove "-face" suffix from face names.
11155 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
11156 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
11157 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
11158
11159 * play/gomoku.el (gomoku-O, gomoku-X):
11160 Remove "-face" suffix from face names.
11161 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
11162 New backward-compatibility aliases for renamed faces.
11163 (gomoku-font-lock-keywords): Use renamed gomoku faces.
11164
11165 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
11166
11167 * thumbs.el: Fixes for changes of 2005-06-09.
11168 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
11169 as a directory.
11170 (thumbs-thumbname): Remove directory separator from format string;
11171 `thumbs-thumbsdir' now returns a valid directory name.
11172 (thumbs-temp-dir): New defsubst.
11173 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
11174 Use it.
11175
11176 * cus-edit.el (minibuffer):
11177 * files.el (make-backup-file-name-function):
11178 * filesets.el (filesets-external-viewers):
11179 * hilit-chg.el (highlight-changes-colours)
11180 (highlight-changes-face-list, highlight-changes-rotate-faces):
11181 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
11182 * kmacro.el (kmacro-call-macro):
11183 * log-edit.el (log-edit-changelog-full-paragraphs):
11184 * mouse.el (mouse-1-click-follows-link):
11185 * skeleton.el (skeleton-autowrap):
11186 * subr.el (insert-for-yank-1):
11187 * tempo.el (tempo-insert-region):
11188 * terminal.el (terminal-emulator):
11189 * time.el (display-time-mail-face):
11190 * vc.el (vc-annotate):
11191 * vcursor.el (vcursor-copy-line):
11192 * woman.el (woman-bold-headings, woman-ignore)
11193 (woman-default-faces, woman-monochrome-faces):
11194 * calendar/todo-mode.el (todo-insert-threshold):
11195 * emulation/pc-select.el (pc-select-selection-keys-only)
11196 (pc-selection-mode):
11197 * emulation/vip.el (vip-find-char-forward):
11198 * emulation/viper-cmd.el (viper-find-char-forward):
11199 * international/mule-cmds.el
11200 (select-safe-coding-system-accept-default-p)
11201 (input-method-exit-on-invalid-key):
11202 * international/mule-diag.el (describe-coding-system):
11203 * international/ucs-tables.el (unify-8859-on-encoding-mode):
11204 * net/browse-url.el (browse-url-xterm-program):
11205 * obsolete/lazy-lock.el (lazy-lock-mode):
11206 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
11207 (cperl-mode):
11208 * progmodes/cpp.el (cpp-face-light-name-list)
11209 (cpp-face-dark-name-list):
11210 * progmodes/delphi.el (delphi-newline-always-indents):
11211 Fix spellings in docstrings.
11212
11213 * ido.el (ido-mode, ido-file-extensions-order)
11214 (ido-default-file-method, ido-default-buffer-method)
11215 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
11216 (ido-decorations, ido-read-file-name-as-directory-commands)
11217 (ido-read-file-name-non-ido, ido-work-directory-list)
11218 (ido-ignore-item-temp-list, ido-current-directory)
11219 (ido-magic-forward-char, ido-enter-find-file)
11220 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
11221 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
11222
11223 2005-06-10 Lute Kamstra <lute@gnu.org>
11224
11225 * play/dunnet.el (dun-mode): Use define-derived-mode.
11226 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
11227 obsolete alias.
11228
11229 * play/doctor.el (doctor-mode-map): Remove defvar.
11230 (doctor-mode): Use define-derived-mode.
11231
11232 * mail/mspools.el (mspools-mode):
11233 * net/eudc-hotlist.el (eudc-hotlist-mode):
11234 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
11235
11236 2005-06-10 Miles Bader <miles@gnu.org>
11237
11238 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11239 Remove "-face" suffix from face names.
11240 (flyspell-incorrect-face, flyspell-duplicate-face):
11241 New backward-compatibility aliases for renamed faces.
11242 (flyspell-mode-on, make-flyspell-overlay)
11243 (flyspell-highlight-incorrect-region)
11244 (flyspell-highlight-duplicate-region)
11245 (flyspell-display-next-corrections)
11246 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
11247
11248 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
11249 from face name.
11250 (texinfo-heading-face): New backward-compatibility alias for
11251 renamed face.
11252 (texinfo-heading-face): Use renamed texinfo-heading face.
11253
11254 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
11255 suffix from face names.
11256 (tex-math-face, tex-verbatim-face):
11257 New backward-compatibility aliases for renamed faces.
11258 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
11259 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
11260 literal face name.
11261
11262 * textmodes/table.el (table-cell): Remove "-face" suffix from face
11263 name.
11264 (table-cell-face): New backward-compatibility alias for renamed face.
11265 (table--put-cell-face-property, table--update-cell-face):
11266 Use renamed table-cell face.
11267
11268 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
11269 from face name.
11270 (sgml-namespace-face): New backward-compatibility alias for
11271 renamed face.
11272 (sgml-namespace-face): Use renamed sgml-namespace face.
11273
11274 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
11275 (org-level-4, org-level-5, org-level-6, org-level-7)
11276 (org-level-8, org-warning, org-headline-done)
11277 (org-deadline-announce, org-scheduled-today)
11278 (org-scheduled-previously, org-link, org-done, org-table)
11279 (org-time-grid): Remove "-face" suffix from face names.
11280 (org-level-1-face, org-level-2-face, org-level-3-face)
11281 (org-level-4-face, org-level-5-face, org-level-6-face)
11282 (org-level-7-face, org-level-8-face, org-warning-face)
11283 (org-headline-done-face, org-deadline-announce-face)
11284 (org-scheduled-today-face, org-scheduled-previously-face)
11285 (org-link-face, org-done-face, org-table-face)
11286 (org-time-grid-face):
11287 New backward-compatibility aliases for renamed faces.
11288 (org-level-faces, org-set-font-lock-defaults, org-timeline)
11289 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
11290 (org-agenda-get-timestamps, org-agenda-get-scheduled)
11291 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
11292
11293 * emulation/viper-init.el (viper-search, viper-replace-overlay)
11294 (viper-minibuffer-emacs, viper-minibuffer-insert)
11295 (viper-minibuffer-vi): Remove "-face" suffix from face names.
11296 (viper-search-face, viper-replace-overlay-face)
11297 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11298 (viper-minibuffer-vi-face):
11299 New backward-compatibility aliases for renamed faces.
11300 (viper-search-face, viper-replace-overlay-face)
11301 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11302 (viper-minibuffer-vi-face): Use renamed viper faces.
11303
11304 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
11305 Remove "-face" suffix from face names.
11306 (testcover-nohits-face, testcover-1value-face):
11307 New backward-compatibility aliases for renamed faces.
11308 (testcover-mark): Use renamed testcover faces.
11309
11310 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
11311 face name.
11312 (diary-button-face): New backward-compatibility alias for renamed face.
11313 (diary-entry): Use renamed diary-button face.
11314
11315 * calendar/calendar.el (diary, calendar-today, holiday)
11316 (mark-visible-calendar-date): Remove "-face" suffix from face names.
11317 (diary-face, calendar-today-face, holiday-face):
11318 New backward-compatibility aliases for renamed faces.
11319 (eval-after-load "facemenu", diary-entry-marker)
11320 (calendar-today-marker, calendar-holiday-marker, diary-face):
11321 Use renamed calendar faces.
11322
11323 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
11324 (compare-windows-face): New backward-compatibility alias for
11325 renamed face.
11326 (compare-windows-highlight): Use renamed compare-windows face.
11327
11328 * strokes.el (strokes-char): Remove "-face" suffix from face name.
11329 (strokes-char-face): New backward-compatibility alias for renamed face.
11330 (strokes-encode-buffer): Use renamed strokes-char face.
11331
11332 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
11333 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
11334 Remove "-face" suffix from face names.
11335 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11336 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11337 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
11338 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
11339 Use renamed pcvs faces.
11340 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
11341 * pcvs-defs.el (cvs-mode-map): Likewise.
11342 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
11343
11344 * info.el (info-title-1, info-title-2, info-title-3)
11345 (info-title-4): Remove "-face" suffix from and downcase face names.
11346 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11347 (Info-title-4-face):
11348 New backward-compatibility aliases for renamed faces.
11349 (Info-fontify-node): Use renamed info faces.
11350
11351 * hilit-chg.el (highlight-changes, highlight-changes-delete):
11352 Remove "-face" suffix from face names.
11353 (highlight-changes-face, highlight-changes-delete-face):
11354 New backward-compatibility aliases for renamed faces.
11355 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
11356 (hilit-chg-make-list): Use renamed highlight-changes faces.
11357
11358 * generic-x.el (show-tabs-tab, show-tabs-space):
11359 Remove "-face" suffix from face names.
11360 (show-tabs-tab-face, show-tabs-space-face):
11361 New backward-compatibility aliases for renamed faces.
11362 (show-tabs-generic-mode-font-lock-defaults-1)
11363 (show-tabs-generic-mode-font-lock-defaults-2):
11364 Use renamed show-tabs faces.
11365
11366 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
11367 (smerge-markers): Remove "-face" suffix from face names.
11368 (smerge-mine-face, smerge-other-face, smerge-base-face)
11369 (smerge-markers-face):
11370 New backward-compatibility aliases for renamed faces.
11371 (smerge-mine-face, smerge-other-face, smerge-base-face)
11372 (smerge-markers-face): Use renamed smerge faces.
11373
11374 * log-view.el (log-view-file, log-view-message): Remove "-face"
11375 suffix from face names.
11376 (log-view-file-face, log-view-message-face):
11377 New backward-compatibility aliases for renamed faces.
11378 (log-view-file-face, log-view-message-face): Use renamed log-view
11379 faces.
11380
11381 * paren.el (show-paren-match, show-paren-mismatch):
11382 Remove "-face" suffix from face names.
11383 (show-paren-match-face, show-paren-mismatch-face):
11384 New backward-compatibility aliases for renamed faces.
11385 (show-paren-function): Use renamed show-paren faces.
11386
11387 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
11388 (ruler-mode-margins, ruler-mode-fringes)
11389 (ruler-mode-column-number, ruler-mode-fill-column)
11390 (ruler-mode-comment-column, ruler-mode-goal-column)
11391 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
11392 suffix from face names.
11393 (ruler-mode-default-face, ruler-mode-pad-face)
11394 (ruler-mode-margins-face, ruler-mode-fringes-face)
11395 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
11396 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
11397 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
11398 New backward-compatibility aliases for renamed faces.
11399 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
11400 (ruler-mode-column-number, ruler-mode-fill-column)
11401 (ruler-mode-comment-column, ruler-mode-goal-column)
11402 (ruler-mode-tab-stop, ruler-mode-current-column)
11403 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
11404 faces.
11405
11406 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
11407 face name.
11408 (whitespace-highlight-the-space): Use renamed face.
11409 (whitespace-highlight-face): New backward-compatibility alias for
11410 renamed face.
11411
11412 * woman.el (woman-italic, woman-bold, woman-unknown)
11413 (woman-addition, woman-symbol-face):
11414 Remove "-face" suffix from face names.
11415 (woman-italic-face, woman-bold-face, woman-unknown-face)
11416 (woman-addition-face):
11417 New backward-compatibility aliases for renamed faces.
11418 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
11419 (woman-decode-region, woman-replace-match)
11420 (woman-display-extended-fonts, woman-special-characters)
11421 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
11422 Use renamed woman faces.
11423
11424 * longlines.el (longlines-visible-face): Face removed.
11425
11426 * diff-mode.el (diff-header, diff-file-header, diff-index)
11427 (diff-hunk-header, diff-removed, diff-added, diff-changed)
11428 (diff-function, diff-context, diff-nonexistent): Remove "-face"
11429 suffix from face names.
11430 (diff-header-face, diff-file-header-face, diff-index-face)
11431 (diff-hunk-header-face, diff-removed-face, diff-added-face)
11432 (diff-changed-face, diff-function-face, diff-context-face)
11433 (diff-nonexistent-face): New backward-compatibility aliases for
11434 renamed faces.
11435 (diff-header-face, diff-file-header-face)
11436 (diff-index, diff-index-face, diff-hunk-header)
11437 (diff-hunk-header-face, diff-removed, diff-removed-face)
11438 (diff-added, diff-added-face, diff-changed-face, diff-function)
11439 (diff-function-face, diff-context-face, diff-nonexistent)
11440 (diff-nonexistent-face): Use renamed diff-mode faces.
11441
11442 * progmodes/compile.el (compilation-warning-face)
11443 (compilation-info-face): Remove "-face" suffix from face names.
11444 (compilation-warning-face, compilation-info-face):
11445 New backward-compatibility aliases for renamed faces.
11446 (compilation-warning-face, compilation-info-face):
11447 Use renamed compilation faces.
11448
11449 * add-log.el (change-log-date, change-log-name)
11450 (change-log-email, change-log-file, change-log-list)
11451 (change-log-conditionals, change-log-function)
11452 (change-log-acknowledgement): Remove "-face" suffix from face names.
11453 (change-log-date-face, change-log-name-face)
11454 (change-log-email-face, change-log-file-face)
11455 (change-log-list-face, change-log-conditionals-face)
11456 (change-log-function-face, change-log-acknowledgement-face):
11457 New backward-compatibility aliases for renamed faces.
11458 (change-log-font-lock-keywords): Use renamed change-log faces.
11459
11460 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
11461 (custom-set, custom-changed, custom-saved, custom-button)
11462 (custom-button-pressed, custom-documentation, custom-state)
11463 (custom-comment, custom-comment-tag, custom-variable-tag)
11464 (custom-variable-button, custom-face-tag, custom-group-tag-1)
11465 (custom-group-tag): Remove "-face" suffix from face names.
11466 (custom-magic-alist, custom-magic-value-create)
11467 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
11468 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11469 (custom-set-face, custom-changed-face, custom-saved-face)
11470 (custom-button-face, custom-button-pressed-face)
11471 (custom-documentation-face, custom-state-face)
11472 (custom-comment-face, custom-comment-tag-face)
11473 (custom-variable-tag-face, custom-variable-button-face)
11474 (custom-face-tag-face, custom-group-tag-face-1)
11475 (custom-group-tag-face):
11476 New backward-compatibility aliases for renamed faces.
11477
11478 * wid-edit.el (widget-documentation, widget-button)
11479 (widget-field, widget-single-line-field, widget-inactive)
11480 (widget-button-pressed): "-face" suffix removed from face names.
11481 (widget-documentation-face, widget-button-face)
11482 (widget-field-face, widget-single-line-field-face)
11483 (widget-inactive-face, widget-button-pressed-face):
11484 New backward-compatibility aliases for renamed faces.
11485 (widget-documentation-face, widget-button-face)
11486 (widget-button-pressed-face, widget-specify-field)
11487 (widget-specify-inactive): Use renamed widget faces.
11488
11489 2005-06-10 Kenichi Handa <handa@m17n.org>
11490
11491 * term/x-win.el (x-clipboard-yank): Remove condition-case
11492 wrapping.
11493
11494 2005-06-11 Kenichi Handa <handa@m17n.org>
11495
11496 * add-log.el (change-log-font-lock-keywords): Make the regexp for
11497 date lines stricter.
11498
11499 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
11500
11501 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
11502 of x-get-selection.
11503
11504 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
11505
11506 * comint.el (comint-mode, comint-snapshot-last-prompt):
11507 * frame.el (frame-current-scroll-bars):
11508 * term.el (term-mode, term-check-proc, term-input-sender)
11509 (term-simple-send, term-extract-string, term-word)
11510 (term-match-partial-filename):
11511 * window.el (window-current-scroll-bars):
11512 * emulation/cua-base.el (cua-normal-cursor-color)
11513 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
11514 (cua-global-mark-cursor-color):
11515 * mail/undigest.el (rmail-forward-separator-regex):
11516 Fix typos in docstrings.
11517
11518 * comint.el (comint-check-proc, make-comint-in-buffer)
11519 (comint-source-default): Doc fixes.
11520
11521 * term.el (term-send-string): Improve argument/docstring consistency.
11522
11523 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
11524
11525 * comint.el (comint-send-input): Bind `inhibit-read-only' around
11526 call to `delete-region'.
11527 (comint-mode-hook): Do not enable Font Lock by default.
11528
11529 2005-06-09 Lute Kamstra <lute@gnu.org>
11530
11531 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
11532 could be void.
11533
11534 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11535
11536 * emacs-lisp/debug.el (debugger-will-be-back): New var.
11537 (debug): Use it.
11538 (debugger-step-through, debugger-continue, debugger-jump)
11539 (debugger-return-value): Set it when needed.
11540 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
11541 Use inhibit-read-only.
11542
11543 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
11544
11545 * window.el (shrink-window-if-larger-than-buffer)
11546 (window-size-fixed): Fix typo in docstring.
11547
11548 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
11549 thumbnails directory on loading.
11550 (thumbs-conversion-program): Use `eq' to check the system type,
11551 not `equal'.
11552 (thumbs-temp-dir): Initialize to `temporary-file-directory',
11553 not "/tmp". Fix docstring.
11554 (thumbs-thumbsdir): New function to return the thumbnails
11555 directory, creating it if needed.
11556 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
11557 (thumbs-temp-file): Delete variable and make it into a function.
11558 (thumbs-resize-image, thumbs-modify-image): Use it.
11559 (thumbs-kill-buffer): Simplify.
11560 (thumbs-gensym): Defalias or duplicate CL `gensym'.
11561 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
11562 docstrings.
11563
11564 2005-06-09 Kim F. Storm <storm@cua.dk>
11565
11566 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
11567 set-match-data to free markers in match-data.
11568
11569 * replace.el (replace-match-data): Pass RESEAT arg `t' to
11570 match-data to unchain markers in match-data.
11571
11572 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11573
11574 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
11575 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
11576 unnecessary now.
11577
11578 2005-06-08 Richard M. Stallman <rms@gnu.org>
11579
11580 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
11581 give the variable a doc string that doesn't say don't set it directly.
11582
11583 * textmodes/ispell.el (ispell-check-version):
11584 Use match-string-no-properties.
11585 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
11586 (ispell-buffer-local-words): Likewise.
11587
11588 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
11589 except on terminals with enough colors to really display it.
11590 (makefile-dependency-regex): Delete spurious `bb'.
11591
11592 * faces.el (escape-glyph): Use blue once again in last case.
11593 (no-break-space): Redefine so that it isn't invisible on a tty.
11594
11595 2005-06-08 Kim F. Storm <storm@cua.dk>
11596
11597 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
11598 also when reading directory name.
11599
11600 2005-06-08 Lute Kamstra <lute@gnu.org>
11601
11602 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
11603 (flyspell-mode-line-string): Remove autoload cookie.
11604 (flyspell-mode): Remove defvar.
11605
11606 2005-06-07 Lute Kamstra <lute@gnu.org>
11607
11608 * textmodes/org.el (org-run-mode-hooks): New function.
11609 (org-agenda-mode): Use it.
11610
11611 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
11612
11613 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
11614
11615 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11616
11617 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
11618
11619 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
11620
11621 * font-lock.el (font-lock-add-keywords): Doc fix.
11622
11623 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11624
11625 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
11626 (tex-compile-default): In the absence of any history, use the order in
11627 tex-compile-alist to choose the preferred command.
11628 (tex-compile-commands): Reorder a bit.
11629
11630 * textmodes/flyspell.el (flyspell-auto-correct-binding)
11631 (flyspell-incorrect-face, flyspell-duplicate-face):
11632 Use (X)Emacs-agnostic code.
11633 (flyspell-mode-map): Don't overwrite at each load. Remove code
11634 redundant with the subsequent add-minor-mode. Merge Emacs and
11635 XEmacs code.
11636 (flyspell-word): Minor simplification.
11637 (flyspell-math-tex-command-p): Quieten the byte-compiler.
11638 (flyspell-external-point-words): Remove unused vars `size' and `start'.
11639 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
11640 Merge the corresponding Emacs code.
11641 (flyspell-correct-word, flyspell-xemacs-popup):
11642 Use flyspell-do-correct.
11643
11644 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
11645 a dedicated window.
11646
11647 * international/latexenc.el (latexenc-find-file-coding-system):
11648 Undo part of last patch, to turn off a compiler warning.
11649
11650 2005-06-06 Juri Linkov <juri@jurta.org>
11651
11652 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
11653 Rename `tmm-inactive-face' to `tmm-inactive'.
11654
11655 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
11656
11657 * iswitchb.el: Rename faces.
11658
11659 2005-06-06 Kim F. Storm <storm@cua.dk>
11660
11661 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
11662 (cua-global-mark): Remove -face suffix from face names.
11663
11664 * emulation/cua-gmrk.el (cua--init-global-mark):
11665 Remove cua-global-mark face setup.
11666
11667 2005-06-06 Richard M. Stallman <rms@gnu.org>
11668
11669 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
11670 just like other allowed characters.
11671 (makefile-match-dependency): Exclude leading and training whitespace
11672 from the range of regexp subexp 1.
11673 (makefile-macroassign-regex): Don't try to match the body,
11674 just the name of the macro being defined.
11675
11676 * info.el (Info-read-node-name-2): New function.
11677 (Info-read-node-name-1): Use that.
11678 Add a completion-base-size-function property.
11679
11680 * simple.el (completion-setup-function): Look for
11681 completion-base-size-function property of minibuffer-completion-table.
11682
11683 * files.el (locate-file-completion): Doc fix.
11684
11685 * printing.el: Don't call pr-update-menus; user must do that.
11686
11687 * emacs-lisp/debug.el (debugger-window): New variable.
11688 (debug): Use debugger-window if it is set and still alive.
11689 Record debugger-window for next entry.
11690
11691 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
11692
11693 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
11694
11695 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
11696 (hack-one-local-variable, hack-local-variables)
11697 (hack-local-variables-prop-line): Pass that arg.
11698
11699 2005-06-06 Kim F. Storm <storm@cua.dk>
11700
11701 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11702 (ido-indicator): Remove -face suffix from face names.
11703
11704 2005-06-06 Juri Linkov <juri@jurta.org>
11705
11706 * font-lock.el (font-lock-regexp-backslash)
11707 (font-lock-regexp-backslash-construct): New faces.
11708 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
11709 after `('. Add `while-no-input' to control structures.
11710
11711 * faces.el (no-break-space, shadow): New faces.
11712 (escape-glyph): Use less loud colors pink2 and red4.
11713
11714 * diff-mode.el (diff-context-face)
11715 * dired.el (dired-ignored)
11716 * rfn-eshadow.el (file-name-shadow)
11717 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
11718
11719 * info.el (Info-title-1-face): Use green instead of yellow because
11720 bold yellow is not readable on light backgrounds.
11721
11722 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
11723 before selecting the desired mode to not spend time fontifying
11724 old contents.
11725
11726 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
11727
11728 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
11729 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
11730
11731 * ps-print.el (ps-default-fg, ps-default-bg):
11732 Fix typos in docstrings.
11733
11734 * isearchb.el (isearchb): Don't pass a spurious second argument to
11735 `iswitchb-completions'.
11736
11737 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
11738
11739 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
11740 to preserve point.
11741 (gdb-find-file-hook): Add doc string.
11742
11743 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
11744 C dereferenced pointer expression.
11745 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
11746
11747 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
11748
11749 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
11750 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
11751 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
11752 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
11753 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
11754 Make background transparent.
11755
11756 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
11757
11758 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
11759 (font-lock-remove-keywords): Doc fix.
11760 (font-lock-mode-major-mode): Compiler defvar.
11761 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
11762
11763 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
11764 (font-lock-mode): Update `font-lock-mode-major-mode'.
11765 (font-lock-set-defaults): Compiler defvar.
11766 (font-lock-default-function): Take `font-lock-mode-major-mode'
11767 into account.
11768
11769 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
11770 keep track of which major mode it enabled the minor mode for.
11771 Use find-file-hook again. Update docstring.
11772
11773 * simple.el (eval-expression-print-level)
11774 (eval-expression-print-length, eval-expression-debug-on-error):
11775 Doc fixes.
11776
11777 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
11778
11779 * iswitchb.el (iswitchb-single-match-face)
11780 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
11781 (iswitchb-invalid-regexp-face): New faces.
11782 (iswitchb-completions): Use them.
11783 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
11784 now marked as an obsolete alias.
11785 (iswitchb-read-buffer): Remove check for bound font variables.
11786 (iswitchb-invalid-regexp): New free variable.
11787 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
11788 set iswitchb-invalid-regexp.
11789 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
11790 invalid regexps.
11791 (iswitchb-completions): Add check for complete match when entering
11792 a regexp.
11793 (iswitchb-completions): Remove require-match argument.
11794 (iswitchb-exhibit): Fix caller.
11795 (iswitchb-common-match-inserted): New variable.
11796 (iswitchb-complete, iswitchb-completion-help): Use it.
11797
11798 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
11799
11800 * url-http.el (url-http-chunked-encoding-after-change-function):
11801 Use `url-http-debug' instead of `message'.
11802
11803 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
11804
11805 * url-http.el (url-http-parse-headers): Pass redirected URL as a
11806 callback argument.
11807
11808 2005-06-04 Kim F. Storm <storm@cua.dk>
11809
11810 * simple.el (line-move): Only call sit-for when moving backwards.
11811
11812 * ido.el (ido-make-merged-file-list-1): New defun split from
11813 ido-make-merged-file-list.
11814 (ido-make-merged-file-list): Bind throw-on-input around call to
11815 ido-make-merged-file-list-1. Return input-pending-p if
11816 interrupted by more input available.
11817 (ido-read-internal): Handle input-pending-p return value from
11818 ido-make-merged-file-list.
11819
11820 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11821
11822 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
11823 compatibility code.
11824
11825 * international/latexenc.el (latexenc-find-file-coding-system):
11826 Don't inherit the EOL part of the coding-system from the
11827 tex-main buffer. Fit within 80 columns.
11828
11829 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
11830
11831 * tmm.el (tmm-inactive-face): New face.
11832 (tmm-remove-inactive-mouse-face): New function.
11833 (tmm-prompt, tmm-add-one-shortcut)
11834 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
11835 but not selectable.
11836
11837 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
11838
11839 * faces.el (face-equal): Improve argument/docstring consistency.
11840
11841 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
11842
11843 * progmodes/make-mode.el (makefile-targets-face)
11844 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
11845 (makefile-bsdmake-dependency-regex)
11846 (makefile-makepp-rule-action-regex)
11847 (makefile-bsdmake-rule-action-regex): New constants.
11848 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
11849
11850 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11851 Allow (...) within `...' for makepp messages.
11852
11853 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
11854
11855 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
11856
11857 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
11858 "." files are deleted from all file lists before comparison.
11859
11860 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11861 (viper-ESC-key): Made them customizable.
11862
11863 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
11864
11865 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
11866
11867 * autorevert.el (auto-revert-buffers): Use save-match-data.
11868
11869 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11870
11871 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
11872 menu items with a nil command binding.
11873
11874 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
11875
11876 * emacs-lisp/cl-macs.el (defsetf):
11877 Improve argument/docstring consistency.
11878
11879 * faces.el (list-faces-display): Improve the formatting by
11880 computing the maximum length required for any face-name (reworked
11881 patch of 1999-01-11, accidentally deleted on 1999-07-21).
11882 (internal-find-face): Remove redundant info in docstring.
11883
11884 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
11885
11886 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
11887 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
11888 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
11889 (gdb-assembler-custom): Improve regexps.
11890 (def-gdb-auto-update-handler): Use window point to preserve point.
11891
11892 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11893
11894 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
11895
11896 2005-05-31 Jay Belanger <belanger@truman.edu>
11897
11898 * calc/calc-embed.el (calc-embedded-word): Change argument passed
11899 to calc-embedded.
11900 (calc-embedded-make-info): Have plain prefix argument select
11901 entire line.
11902
11903 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
11904
11905 * faces.el (list-faces-display): Signal error if passed a regexp
11906 that matches no face name.
11907
11908 * simple.el (filter-buffer-substring): Fix typo in docstring.
11909
11910 2005-05-31 Richard M. Stallman <rms@gnu.org>
11911
11912 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
11913 (vhdl-emacs-21): Doc fix.
11914 (vhdl-mode): Unconditionally set comment-padding.
11915 (vhdl-fixup-whitespace-region): Insert spaces only where
11916 there are none.
11917 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
11918
11919 2005-05-30 John Wiegley <johnw@newartisans.com>
11920
11921 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11922 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
11923 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
11924 `directory-sep-char' to ?/, and all uses of `string-to-int' to
11925 `string-to-number'.
11926
11927 2005-05-30 Jay Belanger <belanger@truman.edu>
11928
11929 * calc/calc.el (calc-bug-address): Fix docstring.
11930 (calc-window-hook, calc-trail-window-hook): New variables.
11931 (calc-trail-display): Restore use of calc-trail-window-hook.
11932 (calc): Restore use of calc-window-hook.
11933
11934 2005-05-31 Masatake YAMATO <jet@gyve.org>
11935
11936 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
11937
11938 * help-fns.el (help-C-file-name): Add autoload mark for
11939 `find-function-noselect'.
11940
11941 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11942
11943 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
11944 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
11945
11946 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
11947
11948 * calendar/diary-lib.el (mark-included-diary-files): Only kill
11949 included diary buffer if it was not already being visited.
11950 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
11951
11952 * calendar/icalendar.el (top-level): Do not require 'appt.
11953
11954 * mail/supercite.el (sc-select-attribution): Only use a list
11955 element from sc-attrib-selection-list if it returns a string.
11956 Reported by Davide G. M. Salvetti <salve@debian.org>.
11957
11958 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
11959
11960 * thumbs.el (thumbs-thumbname): The resulting thumbname now
11961 includes a hash value to improve its uniqueness, and has a ".jpg"
11962 extension. Also, it is now a valid filename on all systems.
11963 (thumbs-make-thumb): Use `let', not `let*'.
11964 (thumbs-show-thumbs-list): Check for JPEG availability.
11965
11966 2005-05-30 Richard M. Stallman <rms@gnu.org>
11967
11968 * filesets.el (filesets-menu-ensure-use-cached):
11969 Prevent warning when emacs-version>= is undefined.
11970
11971 * printing.el (pr-interactive-n-up): Use string-to-number.
11972
11973 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
11974
11975 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11976 Warn only when name to be defined is quoted.
11977
11978 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
11979
11980 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
11981 Make regexp more robust.
11982 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
11983 Force regeneration of disassembly.
11984
11985 2005-05-29 Jay Belanger <belanger@truman.edu>
11986
11987 * calc/calc.el (calc-user-invocation): Check if
11988 calc-invocation-macro is non-nil.
11989
11990 2005-05-29 Juri Linkov <juri@jurta.org>
11991
11992 * add-log.el (change-log-font-lock-keywords):
11993 Add `+' to e-mail regexp to accept mail address with keywords.
11994
11995 * man.el (Man-name-regexp): Add `:' to accept qualified names.
11996
11997 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
11998
11999 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
12000
12001 * ielm.el (inferior-emacs-lisp-mode): Ditto.
12002
12003 2005-05-29 Richard M. Stallman <rms@gnu.org>
12004
12005 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12006 Undo the change that moves to end of the current word.
12007
12008 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
12009
12010 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
12011 Throw error when count <= 0 to ensure input is a number.
12012 (gdb-read-memory-custom): Pick up address from buffer.
12013 (gdb-memory-mode): Allow user to increment and decrement
12014 memory address from header line.
12015
12016 2005-05-29 Richard M. Stallman <rms@gnu.org>
12017
12018 * flyspell.el (flyspell-version): Function deleted.
12019 (flyspell-auto-correct-previous-hook): Doc fix.
12020
12021 * jit-lock.el (jit-lock-function, jit-lock-after-change):
12022 Do nothing if memory is full.
12023
12024 * font-lock.el (font-lock-fontify-syntactically-region):
12025 Pass t for GREEDY to looking-back.
12026
12027 * saveplace.el (save-place-alist-to-file): Write the file
12028 using write-region.
12029
12030 * subr.el (looking-back): New argument GREEDY.
12031
12032 * progmodes/compile.el (compilation-start): Set the mode
12033 before inserting the initial text.
12034
12035 * progmodes/which-func.el (which-func-update-1): Turn the mode
12036 off in case of error by setting which-func-mode.
12037
12038 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
12039
12040 * flyspell.el (flyspell-auto-correct-previous-word):
12041 Narrow down to what's on the screen, and recenter overlays
12042 at the end of the next word.
12043
12044 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
12045
12046 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
12047 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
12048 (flyspell-abbrev-p): Default to nil.
12049 (flyspell-use-global-abbrev-table-p): Doc fix.
12050 (flyspell-large-region): Allow nil as value.
12051 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
12052
12053 (mail-mode-flyspell-verify): More robust handling
12054 of `mail-header-separator'. More efficient signature detection.
12055 Allow for regexp metacharacters in message-header-separator.
12056 Adding `To' not to be checked in mail-mode-flyspell-verify.
12057
12058 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
12059 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
12060 Bind flyspell-auto-correct-binding.
12061 Bind C-. and C-, .
12062 (flyspell-mode-map): Likewise.
12063 (flyspell-mode): Doc fix.
12064 (flyspell-accept-buffer-local-defs): Preserve current buffer.
12065 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
12066 (flyspell-word-cache-result): New var, always local.
12067 (flyspell-check-pre-word-p): Doc fix.
12068 (flyspell-check-changed-word-p): Handle spc like newline.
12069 (flyspell-post-command-hook): Set flyspell-word-cache-result.
12070 (flyspell-word-search-backward, flyspell-word-search-forward):
12071 New functions.
12072 (flyspell-word): Return t if nothing to check.
12073 When parsing TeX code, check for after } or \.
12074 Use flyspell-word-search-backward to find previous word.
12075 Return nil if duplicated word.
12076 For word already checked, return same value as last time.
12077 Set flyspell-word-cache-result after checking.
12078 Don't clobber the return value.
12079 (flyspell-get-word): Major rewrite.
12080 (flyspell-external-point-words): New locals pword, pcount.
12081 Fix size used in progress message.
12082 Find the proper corresponding word in flyspell-large-region-buffer.
12083 (flyspell-region): Check for flyspell-large-region = nil.
12084 (flyspell-highlight-incorrect-region): Clean up overlays in region.
12085 (flyspell-auto-correct-word): Check that WORD is a cons.
12086 (flyspell-correct-word): Likewise.
12087
12088 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
12089
12090 * progmodes/make-mode.el (makefile-rule-action-regex)
12091 (makefile-macroassign-regex, makefile-makepp-mode)
12092 (makefile-bsdmake-mode): Continuation lines may be empty.
12093 Reported by Joshua Varner.
12094 (makefile-makepp-font-lock-keywords): Add $(stem).
12095
12096 2005-05-28 Karl Berry <karl@gnu.org>
12097
12098 * textmodes/tex-mode.el: Now that tex-send-command calls
12099 shell-quote-argument (2005-03-31 change), remove all calls to
12100 shell-quote-argument; they all end up invoking tex-send-command.
12101 The double quoting loses on filenames with non-safe characters,
12102 such as "@". Reported by Frederik Fouvry.
12103
12104 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
12105
12106 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
12107 about preserving point.
12108
12109 2005-05-27 Jay Belanger <belanger@truman.edu>
12110
12111 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
12112 Info-goto-node.
12113
12114 * calc/calc-embed.el (calc-embed-arg): New variable.
12115 (calc-do-embedded-activate, calc-embedded-activate-formula)
12116 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
12117 variable by new variable.
12118 (calc-embedded-make-info): Replace undeclared variable by new
12119 variable. When selecting region with positive prefix
12120 argument, use end of previous line instead of beginning of line.
12121
12122 * calc/calc-aent.el (calc-arg-values): Declare it.
12123
12124 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
12125 Declare them.
12126
12127 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
12128
12129 * calc/calc.el (calc-alg-map): Declare it.
12130
12131 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
12132
12133 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
12134
12135 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
12136 (gdb-registers-buffer, toggle-gdb-all-registers):
12137 Toggle display of floating point registers.
12138 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
12139
12140 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
12141 (toggle-gud-tooltip-dereference):
12142 Rename from gud-toggle-tooltip-dereference.
12143
12144 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12145
12146 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
12147
12148 2005-05-27 Jay Belanger <belanger@truman.edu>
12149
12150 * calc/calc-prog.el (calc-kbd-report): Remove.
12151 (calc-kbd-query): Rewrite.
12152
12153 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
12154
12155 * image.el (image-library-alist): Move to image.c.
12156 (image-type-available-p): Doc fix.
12157
12158 2005-05-27 Lute Kamstra <lute@gnu.org>
12159
12160 * calc/calc.el (calc):
12161 * outline.el (outline-1, outline-2, outline-3, outline-4)
12162 (outline-5, outline-6, outline-7, outline-8):
12163 * textmodes/dns-mode.el (dns-mode):
12164 * textmodes/sgml-mode.el (sgml-namespace-face):
12165 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
12166 (tex-verbatim-face, tex-use-reftex):
12167 * textmodes/texinfo.el (texinfo-heading-face):
12168 Specify customization group.
12169
12170 * longlines.el: Don't require easy-mmode.
12171 (longlines-visible-face): Specify customization group.
12172
12173 2005-05-27 Kenichi Handa <handa@m17n.org>
12174
12175 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
12176 encoding table of windows-1251.
12177
12178 * international/ucs-tables.el (ucs-set-table-for-input):
12179 If translation-table-for-input of a coding system is a symbol, get
12180 its translation-table property.
12181
12182 * international/code-pages.el: Don't register a coding system into
12183 non-iso-charset-alist more than once.
12184 (cp-make-coding-system): Likewise.
12185
12186 2005-05-26 John Wiegley <johnw@newartisans.com>
12187
12188 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
12189 `eshell-resume-eval' is wrapped in a list, it indicates that the
12190 command was run asynchronously. In that case, unwrap the value
12191 before checking the delimiter value.
12192
12193 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
12194 character before a space at the end of a line is \, assume the space
12195 is part of the last argument rather than a final argument separator.
12196
12197 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
12198 is in use, and the target is `t' or `nil' (which are the most common
12199 values), don't assume that the symbol target is a buffer.
12200
12201 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
12202
12203 * calendar/calendar.el (calendar-mode-line-format):
12204 Use mode-line-highlight as mouse-face.
12205
12206 * time.el (display-time-string-forms, display-time-update):
12207 Use mode-line-highlight as mouse-face.
12208
12209 2005-05-26 Jay Belanger <belanger@truman.edu>
12210
12211 * calc/calc.el (calc-language-alist): Remove extra defvar.
12212
12213 2005-05-26 Lute Kamstra <lute@gnu.org>
12214
12215 * arc-mode.el (archive-mode):
12216 * bookmark.el (bookmark-read-annotation-mode)
12217 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
12218 * bs.el (bs-mode):
12219 * calc/calc-yank.el (calc-edit-mode):
12220 * calc/calc.el (calc-mode, calc-trail-mode):
12221 * calculator.el (calculator-mode):
12222 * chistory.el (command-history-mode):
12223 * comint.el:
12224 * cus-edit.el (custom-mode):
12225 * descr-text.el (describe-text-mode):
12226 * ebuff-menu.el (Electric-buffer-menu-mode):
12227 * ediff-util.el (ediff-mode):
12228 * emacs-lisp/re-builder.el (reb-mode):
12229 * emulation/vi.el (vi-mode-setup):
12230 * emulation/ws-mode.el (wordstar-mode):
12231 * eshell/esh-mode.el (eshell-mode):
12232 * forms.el (forms-mode):
12233 * help-mode.el (help-mode):
12234 * hexl.el (hexl-mode):
12235 * ibuffer.el (ibuffer-mode):
12236 * ielm.el (inferior-emacs-lisp-mode):
12237 * info.el (Info-mode, Info-edit-mode):
12238 * international/swedish.el:
12239 * ledit.el (ledit-from-lisp-mode):
12240 * locate.el (locate-mode):
12241 * mail/rmail.el (rmail-mode):
12242 * mail/rmailedit.el (rmail-edit-mode):
12243 * mail/rmailsum.el (rmail-summary-mode):
12244 * mail/supercite.el (sc-electric-mode):
12245 * net/eudc.el (eudc-mode):
12246 * net/quickurl.el (quickurl-list-mode):
12247 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
12248 * obsolete/ooutline.el (outline-mode):
12249 * obsolete/options.el (Edit-options-mode):
12250 * obsolete/rnews.el (news-mode):
12251 * obsolete/rnewspost.el (news-reply-mode):
12252 * play/5x5.el (5x5-mode):
12253 * play/decipher.el (decipher-mode, decipher-stats-mode):
12254 * play/gomoku.el (gomoku-mode):
12255 * play/snake.el (snake-mode):
12256 * play/solitaire.el (solitaire-mode):
12257 * play/tetris.el (tetris-mode):
12258 * progmodes/ada-mode.el (ada-mode):
12259 * progmodes/antlr-mode.el (antlr-mode):
12260 * progmodes/autoconf.el (autoconf-mode):
12261 * progmodes/dcl-mode.el (dcl-mode):
12262 * progmodes/delphi.el (delphi-mode):
12263 * progmodes/ebrowse.el (ebrowse-tree-mode)
12264 (ebrowse-electric-list-mode, ebrowse-member-mode)
12265 (ebrowse-electric-position-mode):
12266 * progmodes/f90.el (f90-mode):
12267 * progmodes/fortran.el (fortran-mode):
12268 * progmodes/icon.el (icon-mode):
12269 * progmodes/idlw-help.el (idlwave-help-mode):
12270 * progmodes/idlw-shell.el (idlwave-shell-mode):
12271 * progmodes/idlwave.el (idlwave-mode):
12272 * progmodes/inf-lisp.el (inferior-lisp-mode):
12273 * progmodes/m4-mode.el (m4-mode):
12274 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
12275 * progmodes/modula2.el (modula-2-mode):
12276 * progmodes/octave-inf.el (inferior-octave-mode):
12277 * progmodes/octave-mod.el (octave-mode):
12278 * progmodes/pascal.el (pascal-mode):
12279 * progmodes/sh-script.el (sh-mode):
12280 * progmodes/sql.el (sql-mode, sql-interactive-mode):
12281 * progmodes/vhdl-mode.el (vhdl-mode):
12282 * progmodes/xscheme.el (scheme-interaction-mode):
12283 * replace.el (occur-mode):
12284 * ses.el (ses-mode):
12285 * simple.el (completion-list-mode):
12286 * skeleton.el:
12287 * speedbar.el (speedbar-mode):
12288 * term.el (term-mode):
12289 * terminal.el (terminal-edit-mode):
12290 * textmodes/reftex-index.el (reftex-index-mode)
12291 (reftex-index-phrases-mode):
12292 * textmodes/reftex-sel.el (reftex-select-label-mode)
12293 (reftex-select-bib-mode):
12294 * textmodes/reftex-toc.el (reftex-toc-mode):
12295 * wdired.el (wdired-change-to-wdired-mode):
12296 * wid-browse.el (widget-browse-mode):
12297 Use run-mode-hooks.
12298
12299 * array.el (array-mode):
12300 * calendar/todo-mode.el (todo-mode):
12301 * man.el (Man-mode):
12302 * play/landmark.el (lm-mode):
12303 * play/mpuz.el (mpuz-mode):
12304 Use kill-all-local-variables and run-mode-hooks.
12305
12306 * subr.el (delay-mode-hooks): Specify indentation.
12307
12308 2005-05-26 Mark A. Hershberger <mah@everybody.org>
12309
12310 * xml.el (xml-substitute-special): Don't die for undefined xml
12311 entities.
12312
12313 2005-05-26 Jay Belanger <belanger@truman.edu>
12314
12315 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
12316 of nil.
12317
12318 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
12319
12320 * progmodes/gdb-ui.el (gdb-frame-address):
12321 Rename from gdb-current-address.
12322 (gdb-previous-frame-address): Rename from gdb-previous-address.
12323 (gdb-selected-frame): Rename from gdb-current-frame.
12324 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
12325 (gdb-frame-number): Rename from gdb-current-stack-level.
12326 (gdb-ann3): Match new mode-name for disassembly buffer.
12327 Extend initialization of variables.
12328 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
12329 (gdb-memory-mode): Use mouse-face in header line.
12330 (gdb-assembler-buffer-name): Call it disassembly and give frame
12331 in mode line.
12332 (gdb-source-spec-regexp, gdb-assembler-custom)
12333 (gdb-invalidate-assembler, gdb-frame-handler):
12334 Make robust to leading zeroes in address format.
12335
12336 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
12337
12338 * textmodes/org.el (org-mode): Use `define-derived-mode' to
12339 define `org-mode'.
12340 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
12341
12342 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12343
12344 * log-edit.el (log-edit-changelog-entries): Distinguish between
12345 filenames like xfns.c and fns.c.
12346
12347 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
12348
12349 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
12350 point after reverting.
12351 (Buffer-menu-make-sort-button): Handle the case where
12352 `Buffer-menu-use-header-line' is nil.
12353
12354 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12355
12356 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
12357 New funcs. In minibuffer-local-completion-map bind `]', `/'
12358 and `:' to them.
12359
12360 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12361
12362 * startup.el (normal-top-level): Allow modification of load-path while
12363 we're iterating over it.
12364
12365 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
12366
12367 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
12368 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
12369 (thumbs-resize-interactive, thumbs-insert-image)
12370 (thumbs-insert-thumb, thumbs-dired-show-marked)
12371 (thumbs-find-image-at-point, thumbs-delete-images)
12372 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
12373 (thumbs-increment-image-size, thumbs-decrement-image-size):
12374 Fix typos in docstrings.
12375
12376 2005-05-24 Andre Spiegel <spiegel@gnu.org>
12377
12378 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
12379 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
12380 (cperl-mode): Use them.
12381
12382 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
12383
12384 * window.el (quit-window, shrink-window-if-larger-than-buffer):
12385 Doc fixes.
12386
12387 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
12388
12389 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
12390 Bind C-d to gdb-inferior-io-eof.
12391
12392 * dired.el (dired-dnd-popup-notice): Use message-box.
12393
12394 2005-05-23 Masatake YAMATO <jet@gyve.org>
12395
12396 * bindings.el (mode-line-major-mode-keymap):
12397 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
12398
12399 * faces.el (mode-line-highlight): New face.
12400
12401 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
12402 as mouse-face.
12403
12404 * bindings.el (top-level, help-echo, mode-line-modified)
12405 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
12406 as mouse-face.
12407
12408 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
12409
12410 * progmodes/cc-engine.el (c-guess-basic-syntax):
12411 Remove spurious call to `zerop'.
12412
12413 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
12414
12415 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
12416
12417 CC Mode update to 5.30.10:
12418
12419 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
12420 could go past the limit in decoration level 2, thereby causing
12421 errors during interactive fontification.
12422
12423 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
12424 the file is evaluated interactively.
12425
12426 * cc-engine.el (c-guess-basic-syntax): Handle operator
12427 declarations somewhat better in C++.
12428
12429 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
12430 make use of `run-mode-hooks' which has been added in Emacs 21.1.
12431 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12432 (awk-mode): Use it.
12433 (make-local-hook): Suppress warning about obsoleteness.
12434
12435 * cc-engine.el, cc-align.el, cc-cmds.el
12436 (c-append-backslashes-forward, c-delete-backslashes-forward)
12437 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
12438 Compensate for return value from `forward-line' when it has moved
12439 but not to a different line due to eob.
12440
12441 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
12442 `objc-method-intro' and `objc-method-args-cont'.
12443
12444 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
12445
12446 CC Mode update to 5.30.10:
12447
12448 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
12449 in the copyright statement. Incidentally, change "along with GNU
12450 Emacs" to "along with this program" where it occurs.
12451
12452 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
12453 so that it is interactive, hence can be found by M-x awk-mode
12454 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
12455 <gmorris+emacs@ast.cam.ac.uk>.
12456
12457 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
12458 Mode's regexps.
12459
12460 2005-05-23 Kevin Ryde <user42@zip.com.au>
12461
12462 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
12463 c-parse-state, to avoid a lisp error (on bad code).
12464
12465 2005-05-23 Lute Kamstra <lute@gnu.org>
12466
12467 * subr.el (font-lock-defaults): Remove defvar as it's already
12468 defined in font-core.el.
12469
12470 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
12471
12472 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
12473
12474 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
12475 more general and work when GDB variable "print pretty" is on,
12476 as with Emacs, for example.
12477
12478 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
12479
12480 * font-core.el: Update comment.
12481
12482 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12483 Use `after-change-major-mode-hook' instead of `find-file-hook'.
12484
12485 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
12486
12487 2005-05-22 Eli Zaretskii <eliz@gnu.org>
12488
12489 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
12490 and `yank-handler' in the doc strings.
12491
12492 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12493
12494 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
12495
12496 2005-05-22 Richard M. Stallman <rms@gnu.org>
12497
12498 * help.el (describe-key): Move print-help-return-message call
12499 out of conditional.
12500
12501 * progmodes/etags.el (list-tags): Use with-no-warnings.
12502
12503 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
12504 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
12505 (starttls-extra-args, starttls-extra-arguments): Add defvars.
12506
12507 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
12508
12509 * language/viet-util.el (viet-viscii-nonascii-translation-table):
12510 Add defvar.
12511
12512 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
12513 Use defvar, not defconst.
12514
12515 * hexl.el (hexl-follow-line): Use with-no-warnings.
12516
12517 * emulation/tpu-extras.el: Use write-file-functions instead of
12518 write-file-hooks.
12519
12520 * dired.el (dired-font-lock-keywords): Fontify files with junk
12521 extensions even if marked by -F.
12522
12523 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
12524
12525 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
12526 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
12527 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
12528 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
12529 (concatenate, list-length, get*, getf, cl-remprop):
12530 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
12531 (etypecase, progv, lexical-let, lexical-let*)
12532 (multiple-value-bind, multiple-value-setq, shiftf):
12533 Improve argument/docstring consistency.
12534
12535 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
12536
12537 2005-05-22 Andre Spiegel <spiegel@gnu.org>
12538
12539 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
12540 doesn't exist.
12541
12542 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
12543 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
12544
12545 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
12546
12547 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
12548 already deleted variables: auto-fill-hook, blink-paren-hook,
12549 lisp-indent-hook, inhibit-local-variables, unread-command-event,
12550 suspend-hooks, comment-indent-hook, meta-flag,
12551 before-change-function, after-change-function,
12552 font-lock-doc-string-face.
12553
12554 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
12555
12556 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12557
12558 2005-05-21 Eli Zaretskii <eliz@gnu.org>
12559
12560 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
12561 rmail-dont-reply-to.
12562
12563 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12564
12565 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
12566 literal blank when splitting new-header-values.
12567
12568 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
12569
12570 * calendar/cal-menu.el (cal-menu-update): Add separator as a
12571 string so that tmm doesn't create a completion entry for it.
12572
12573 * textmodes/table.el (table-disable-menu): Ditto.
12574
12575 2005-05-21 Richard M. Stallman <rms@gnu.org>
12576
12577 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
12578
12579 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
12580
12581 * net/rcompile.el (remote-compile): Use compilation-start.
12582
12583 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
12584
12585 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
12586
12587 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
12588 Default to makefile-bsdmake-mode on BSD systems.
12589
12590 * imenu.el (imenu-generic-expression, imenu--generic-function'):
12591 REGEXP may also be a search function now. The part of doc-string
12592 for describing the structure was 95% identical to that of
12593 `imenu--generic-function'. Unify it there.
12594
12595 * progmodes/make-mode.el (makefile-imenu-generic-expression):
12596 Use function to find dependencies, because regexp alone is so complex,
12597 it easily goes into an endless loop.
12598 (makefile-makepp-mode): Also add submenu for Perl functions
12599 defined in the makefile.
12600 (makefile-bsdmake-mode): Special imenu-generic-expression no
12601 longer needed, due to function call.
12602 (makefile-match-dependency): Take BOUND into account when checking
12603 if we're through.
12604
12605 2005-05-20 Jay Belanger <belanger@truman.edu>
12606
12607 * calc/calc-units.el (calc-invalidate-units-table):
12608 Use inhibit-read-only.
12609 (math-build-units-table-buffer): Use view-mode.
12610
12611 2005-05-20 David Kastrup <dak@gnu.org>
12612
12613 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
12614 easy-menu-add is not a nop on Emacs; and clarify when to call it.
12615
12616 2005-05-20 Lute Kamstra <lute@gnu.org>
12617
12618 * diff-mode.el (diff-header-face, diff-file-header-face)
12619 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12620 (diff-added-face, diff-changed-face, diff-function-face)
12621 (diff-context-face, diff-nonexistent-face): Put them in the
12622 diff-mode customization group.
12623
12624 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12625
12626 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
12627
12628 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
12629
12630 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
12631 Minor regexp-optimization.
12632
12633 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
12634
12635 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
12636 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
12637 (org-agenda-add-time-grid-maybe): New function.
12638 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
12639 (org-table-create): `dotimes' instead of `mapcar'.
12640 (org-xor): Simplify implementation.
12641 (org-agenda): `inhibit-redisplay' turned on.
12642 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
12643 a consistent line after a state change.
12644 (org-agenda-remove-times-when-in-prefix): New option.
12645 (org-prefix-has-time): New variable.
12646 (org-parse-time-string): Optional argument NODEFAULT.
12647 (org-format-agenda-item): Parse items for time-of-day
12648 specifications and move these into the prefix if possible.
12649 (org-agenda-priority): Get current heading, not previous heading
12650 during agenda remote editing.
12651
12652 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
12653
12654 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
12655 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
12656 (remove-duplicates, delete-duplicates, substitute)
12657 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
12658 (nsubstitute-if-not, find, find-if, find-if-not, position)
12659 (position-if, position-if-not, count, count-if, count-if-not)
12660 (mismatch, search, sort*, stable-sort, merge, member*)
12661 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
12662 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
12663 (intersection, nintersection, set-difference, nset-difference)
12664 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
12665 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
12666 (nsublis, tree-equal): Improve argument/docstring consistency.
12667
12668 * subr.el (send-string, send-region): Remove obsolescence declaration.
12669 (window-dot, set-window-dot, read-input, show-buffer)
12670 (eval-current-buffer, string-to-int):
12671 Add release number to obsolescence declarations.
12672
12673 2005-05-19 Kim F. Storm <storm@cua.dk>
12674
12675 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
12676 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
12677
12678 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
12679
12680 * faces.el (list-faces-display): Make back button respect optional
12681 regexp arg.
12682
12683 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
12684
12685 * calculator.el (calculator-radix-grouping-mode)
12686 (calculator-radix-grouping-digits, calculator-displayer)
12687 (calculator-radix-grouping-separator, calculator-copy-displayer):
12688 * dabbrev.el (dabbrev-search-these-buffers-only):
12689 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
12690 (diff-advance-after-apply-hunk, diff-mode-hook)
12691 (diff-minor-mode-prefix):
12692 * imenu.el (imenu-use-popup-menu):
12693 * jit-lock.el (jit-lock-context-time):
12694 * newcomment.el (comment-fill-column, comment-column)
12695 (comment-style, comment-padding, comment-multi-line)
12696 (comment-empty-lines, comment-auto-fill-only-comments):
12697 * reveal.el (reveal-around-mark):
12698 * uniquify.el (uniquify-buffer-name-style)
12699 (uniquify-after-kill-buffer-p)
12700 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
12701 (uniquify-min-dir-content, uniquify-separator)
12702 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
12703 * w32-vars.el (w32-fixed-font-alist):
12704 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
12705 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
12706 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
12707 * progmodes/perl-mode.el (perl-indent-level)
12708 (perl-continued-statement-offset, perl-continued-brace-offset)
12709 (perl-brace-offset, perl-brace-imaginary-offset)
12710 (perl-label-offset, perl-indent-continued-arguments)
12711 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
12712 * progmodes/tcl.el (tcl-indent-level)
12713 (tcl-continued-indent-level, tcl-auto-newline)
12714 (tcl-tab-always-indent, tcl-electric-hash-style)
12715 (tcl-help-directory-list, tcl-use-smart-word-finder)
12716 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
12717 (inferior-tcl-source-command):
12718 * textmodes/fill.el (enable-kinsoku):
12719 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
12720 * textmodes/table.el (table-yank-handler):
12721 Specify missing group (and type, if simple) in defcustom.
12722
12723 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
12724
12725 * progmodes/compile.el (compilation-finish-function): Fix defvar.
12726
12727 2005-05-19 Richard M. Stallman <rms@gnu.org>
12728
12729 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
12730
12731 * subr.el (event-basic-type): Don't get an error.
12732 (left-fringe-p): Function deleted.
12733
12734 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
12735 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
12736
12737 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
12738 in recursive copy.
12739
12740 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
12741
12742 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
12743
12744 * emacs-lisp/bytecomp.el
12745 (byte-compile-file-form-custom-declare-variable):
12746 Call byte-compile-nogroup-warn if appropriate.
12747
12748 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
12749 (compilation-set-window): Don't call left-fringe-p; do it directly.
12750
12751 2005-05-19 Jay Belanger <belanger@truman.edu>
12752
12753 * calc/calc-graph.el (calc-graph-format-data): Make sure
12754 var-PlotRejects is bound before trying to check its value.
12755
12756 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
12757
12758 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
12759 definition of this variable from reftex-global.el to reftex.el,
12760 because it is needed in the menu.
12761
12762 2005-05-19 Lute Kamstra <lute@gnu.org>
12763
12764 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
12765 years are fixed. Don't insert a space after a dash.
12766
12767 2005-05-19 Kim F. Storm <storm@cua.dk>
12768
12769 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
12770
12771 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
12772
12773 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
12774 strings, because (eq ... ?\\) is fairly frequent.
12775
12776 * progmodes/make-mode.el (makefile-add-this-line-targets):
12777 Simplify and integrate into `makefile-pickup-targets'.
12778 (makefile-add-this-line-macro): Simplify and integrate into
12779 `makefile-pickup-macros.
12780 (makefile-pickup-filenames-as-targets): Simplify.
12781 (makefile-previous-dependency, makefile-match-dependency):
12782 Don't stumble over `::'.
12783
12784 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
12785
12786 * subr.el (post-command-idle-hook, post-command-idle-delay):
12787 Remove obsoletion of post-command-idle-hook and
12788 post-command-idle-delay.
12789
12790 * faces.el (list-faces-display): Provide button when describe-face
12791 is called to take user back to the list of faces.
12792
12793 * help-fns.el (describe-variable): Remove hyperlinks in a
12794 variable's value as these are quite frequently inappropriate.
12795
12796 * follow.el (follow-submit-feedback, follow-mode):
12797 Remove references to post-command-idle-hook.
12798
12799 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
12800
12801 * progmodes/make-mode.el (makefile-previous-dependency)
12802 (makefile-match-dependency): Check for := (and in bsd mode also
12803 !=) to give a better result, even when font-lock is not on.
12804
12805 2005-05-18 Jay Belanger <belanger@truman.edu>
12806
12807 * calc/calc-help.el (calc-s-prefix-help):
12808 Add `calc-copy-special-constant' to help string.
12809
12810 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
12811
12812 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
12813
12814 2005-05-18 Jay Belanger <belanger@truman.edu>
12815
12816 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
12817 in linear factors are in proper order.
12818
12819 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
12820
12821 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12822 Support for jurabib.
12823
12824 * textmodes/reftex.el (featurep): Define aliases for overlay
12825 commands, for XEmacs compatibility, and use these aliases in
12826 overlay initializations.
12827 (reftex-highlight): Use `reftex-move-overlay'.
12828 (reftex-unhighlight): Use `reftex-delete-overlay'.
12829 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
12830 (reftex-access-search-path): Use `reftex-uniquify' instead of
12831 `reftex-uniq'
12832
12833 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
12834 `before-string' property modification enables for Emacs as well.
12835 (reftex-select-item): Use `reftex-delete-overlay'.
12836 (reftex-select-mark): Use `reftex-make-overlay' and
12837 `reftex-overlay-put'.
12838 (reftex-select-unmark): Use `reftex-delete-overlay' and
12839 `reftex-overlay-put'.
12840
12841 2005-05-18 Lute Kamstra <lute@gnu.org>
12842
12843 * emacs-lisp/lisp.el (check-parens): Fix docstring.
12844
12845 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
12846
12847 * add-log.el (add-change-log-entry):
12848 * array.el (array-make-template, array-reconfigure-rows)
12849 (array-init-max-row, array-init-max-column)
12850 (array-init-columns-per-line, array-init-field-width):
12851 * replace.el (replace-match-maybe-edit, perform-replace):
12852 * textmodes/spell.el (spell-region):
12853 Replace `read-input' by `read-string'.
12854
12855 * forms.el (forms-mode):
12856 * finder.el (finder-compile-keywords):
12857 * shadowfile.el (shadow-read-files):
12858 Replace `eval-current-buffer' by `eval-buffer'.
12859
12860 * terminal.el (te-pass-through):
12861 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
12862 (ange-ftp-raw-send-cmd):
12863 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
12864 (send-process-next-char, telnet-initial-filter, telnet):
12865 Replace `send-string' by `process-send-string'.
12866
12867 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
12868 (prolog-consult-region): Replace `send-string' by
12869 `process-send-string'; replace `send-region' by `process-send-region'.
12870
12871 * progmodes/delphi.el (delphi-log-msg):
12872 Replace `set-window-dot' by `set-window-point'.
12873
12874 * subr.el (window-dot, set-window-dot, read-input, send-string)
12875 (send-region, show-buffer, eval-current-buffer):
12876 Make really obsolete, as the comment says.
12877
12878 2005-05-17 Kim F. Storm <storm@cua.dk>
12879
12880 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
12881 (cua--init-keymaps): Bind C-return instead of S-return to set
12882 rectangle mark.
12883
12884 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
12885 instead of S-return to toggle/clear rectangle mark.
12886
12887 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
12888
12889 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
12890 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
12891 Also fontify plain strings assigned to variables, mostly so that a
12892 colon has a face and is thus not taken as a dependency separator.
12893 (makefile-previous-dependency): Inline the new matcher, because it
12894 is too complex to work in both directions.
12895 (makefile-match-dependency): Eliminate `backward' arg (see above).
12896 Completely reimplemented so as to not sometimes go into an endless
12897 loop. It should also be more efficient, because first it only
12898 searches for `:', instead of applying the very complex regexp.
12899 (makefile-mode): Cancel `font-lock-support-mode', because blocks
12900 to be fontified in one piece can be too long for JIT.
12901 Makefiles are never *that* big.
12902
12903 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
12904
12905 * dired.el (dired-mode): Simplify.
12906
12907 2005-05-17 Lute Kamstra <lute@gnu.org>
12908
12909 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
12910 defcustom for the mode hook variable.
12911
12912 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
12913 Emacs Lisp Reference Manual.
12914
12915 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
12916
12917 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
12918 (evenp, list*):
12919 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
12920 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
12921
12922 * net/tramp-smb.el (tramp-smb-open-connection):
12923 Pass `tramp-chunksize' as fifth (required) argument.
12924
12925 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
12926
12927 * font-lock.el (lisp-font-lock-keywords-1):
12928 Set `font-lock-negation-char-face' for [^...] char group.
12929 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
12930
12931 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
12932 a var, and refine it to mask one more level of nested vars.
12933 (makefile-rule-action-regex): Turn it into a var, and refine it so
12934 it recognizes backslashed continuation lines as belonging to the
12935 same command.
12936 (makefile-macroassign-regex): Refine it so it recognizes
12937 backslashed continuation lines as belonging to the same command.
12938 (makefile-var-use-regex): Don't look at the next char, because it
12939 might be the same one to be skipped by the initial [^$], leading
12940 to an overlooked variable use.
12941 (makefile-make-font-lock-keywords): Remove two parameters, which
12942 are now variables that some of the modes set locally.
12943 Handle dependency and rule action matching through functions, because
12944 regexps alone match too often. Dependency matching now comes
12945 last, so it can check, whether a colon already matched something else.
12946 (makefile-mode): Inform that font-lock improves makefile parsing
12947 capabilities.
12948 (makefile-match-dependency, makefile-match-action): New functions.
12949
12950 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
12951
12952 * emacs-lisp/cl-extra.el (equalp): Doc fix.
12953
12954 * align.el (align-regexp):
12955 * ansi-color.el (ansi-color-get-face):
12956 * array.el (array-reconfigure-rows, array-init-max-row)
12957 (array-init-max-column, array-init-columns-per-line)
12958 (array-init-field-width):
12959 * dired-aux.el (dired-trample-file-versions):
12960 * dired-x.el (dired-mark-sexp):
12961 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
12962 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
12963 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
12964 * faces.el (face-read-integer):
12965 * files.el (backup-extract-version, insert-directory):
12966 * hexl.el (hexl-insert-decimal-char):
12967 * server.el (server-process-filter):
12968 * shell.el (shell-extract-num):
12969 * startup.el (command-line-1):
12970 * term.el (term-command-hook):
12971 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
12972 (time-stamp-do-number):
12973 * time.el (display-time-update):
12974 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
12975 (timezone-fix-time):
12976 * vms-patch.el (vms-suspend-resume-hook):
12977 * calendar/appt.el (appt-convert-time):
12978 * calendar/cal-bahai.el (mark-bahai-diary-entries):
12979 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12980 * calendar/cal-islam.el (mark-islamic-diary-entries):
12981 * calendar/calendar.el (calendar-cursor-to-date)
12982 (calendar-star-date):
12983 * calendar/diary-lib.el (diary-attrtype-convert)
12984 (mark-diary-entries, diary-entry-time):
12985 * calendar/solar.el (solar-get-number):
12986 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
12987 * emacs-lisp/re-builder.el (reb-display-subexp):
12988 * emulation/edt.el (edt-set-scroll-margins):
12989 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12990 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
12991 (vip-get-ex-count):
12992 * emulation/viper-ex.el (viper-get-ex-token)
12993 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
12994 * international/fontset.el (fontset-plain-name):
12995 * mail/feedmail.el (feedmail-look-at-queue-directory):
12996 * mail/mailalias.el (mail-get-names):
12997 * mail/rmail.el (rmail-convert-to-babyl-format):
12998 * mail/rmailsum.el (rmail-make-basic-summary-line)
12999 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
13000 (rmail-summary-goto-msg):
13001 * mail/smtpmail.el (smtpmail-read-response):
13002 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
13003 (ange-ftp-vms-add-file-entry):
13004 * play/gametree.el (gametree-looking-at-ply)
13005 (gametree-current-branch-score):
13006 * progmodes/ada-xref.el (ada-prj-find-prj-file)
13007 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13008 * progmodes/cperl-mode.el (condition-case):
13009 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
13010 (ebrowse-set-member-buffer-column-width)
13011 (ebrowse-select-1st-to-9nth):
13012 * progmodes/etags.el (etags-snarf-tag):
13013 * progmodes/flymake.el (flymake-parse-line):
13014 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
13015 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
13016 (idlwave-shell-menu-def):
13017 * progmodes/ps-mode.el (ps-run-goto-error):
13018 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
13019 (vhdl-speedbar-contract-level):
13020 * term/mac-win.el (x-handle-numeric-switch):
13021 * term/sun-mouse.el (sun-get-frame-data):
13022 * term/w32-win.el (x-handle-numeric-switch):
13023 * term/x-win.el (x-handle-numeric-switch):
13024 * textmodes/ispell.el (ispell-parse-output):
13025 * textmodes/nroff-mode.el (nroff-outline-level):
13026 * textmodes/reftex-cite.el (reftex-bib-sort-year)
13027 (reftex-bib-sort-year-reverse, reftex-format-citation):
13028 * textmodes/reftex-parse.el (reftex-init-section-numbers)
13029 (reftex-section-number):
13030 * textmodes/texinfmt.el (texinfo-paragraphindent):
13031 Replace `string-to-int' by `string-to-number'.
13032
13033 * international/latexenc.el: Add page marker to force the "Local
13034 Variables:" string out of the last page.
13035
13036 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
13037
13038 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
13039 tooltip-change-major-mode.
13040 (gud-tooltip-print-command): Remove case where gud-minor-mode
13041 is gdb ("--fullname").
13042 (gud-tooltip-tips): Turn GUD tooltips off for this case and
13043 explain to user.
13044
13045 2005-05-16 Jay Belanger <belanger@truman.edu>
13046
13047 * calc/calc-store.el (calc-copy-special-constant): New function.
13048
13049 * calc/calc-ext.el (calc-init-extensions): Add binding for
13050 `calc-copy-special-constant'.
13051
13052 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
13053 for the `calc-copy-special-constant' command.
13054
13055 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
13056
13057 * subr.el (left-fringe-p): New function.
13058
13059 * progmodes/compile.el (compilation-setup): Set local value of
13060 overlay-arrow-string to "" always.
13061 (compilation-set-window): Left fringe then don't scroll.
13062 No left fringe then no arrow and scroll message to top.
13063 (compilation-context-lines): Adjust doc string accordingly.
13064
13065 2005-05-16 Kim F. Storm <storm@cua.dk>
13066
13067 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13068 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13069 (ido-wide-find-dir-or-delete-dir): New command for M-d.
13070 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
13071 (ido-read-file-name): Handle commands with ido property value
13072 equal to find-file as reading a file name, to allow C-d to enter dired.
13073 (ibuffer-find-file): Add ido property with value find-file.
13074
13075 2005-05-15 Kim F. Storm <storm@cua.dk>
13076
13077 * subr.el (open-network-stream-nowait): Remove.
13078 (open-network-stream-server): Remove.
13079
13080 2005-05-15 Richard M. Stallman <rms@gnu.org>
13081
13082 * faces.el (describe-face): Output a definition link button.
13083
13084 * help-mode.el (help-face-def): New button type.
13085
13086 * emacs-lisp/copyright.el (copyright-fix-years):
13087 Match properly if the first year is 2-digit.
13088 Don't mess up the whitespace after the years by filling.
13089
13090 * dired-aux.el (dired-mark-confirm):
13091 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13092
13093 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13094 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13095 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13096
13097 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13098 Set font-lock-comment-start-skip.
13099
13100 * font-lock.el (font-lock-comment-start-skip): New variable.
13101 (font-lock-comment-end-skip): New variable.
13102 (font-lock-fontify-syntactically-region): Use them if non-nil.
13103
13104 2005-05-15 Jay Belanger <belanger@truman.edu>
13105
13106 * calc/calc-store.el (calc-store-value): Return a string rather
13107 than display it as a message.
13108 Use calc-var-name for variable name.
13109 (calc-store-into): Add the result of calc-store-value to message.
13110 (calc-copy-variable): Add a message.
13111 (calc-store-exchange): Improve error messages.
13112 (calc-store-binary, calc-store-map): Don't reset the values of
13113 special constants.
13114
13115 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
13116
13117 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
13118 manual to docstring.
13119
13120 * files.el (hack-local-variables-confirm): Add STRING argument.
13121 Make the function handle non file visiting buffers correctly.
13122 (hack-local-variables-prop-line, hack-local-variables)
13123 (hack-one-local-variable): Use STRING arg of
13124 `hack-local-variables-confirm'.
13125
13126 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
13127
13128 Sync with Tramp 2.0.49.
13129
13130 * net/tramp.el (tramp-handle-dired-call-process)
13131 (tramp-handle-insert-directory):`insert-buffer' cannot be used
13132 because the contents of the Tramp buffer is changed before
13133 insertion (`expand-file' and alike).
13134 (tramp-handle-insert-directory): If `localname' has an empty
13135 nondirectory name, it must not be quoted.
13136 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
13137 variable `tramp-chunksize'. Change callees.
13138 (tramp-open-connection-setup-interactive-shell): Check remote host
13139 for buggy `send-process-string' implementation.
13140 Set `tramp-chunksize' if found. Reported by Michael Kifer
13141 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
13142 (tramp-handle-shell-command): `insert-buffer' cannot be used
13143 because the contents of the Tramp buffer is changed before
13144 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
13145 <frederic.bothamy@free.fr>.
13146 (tramp-set-auto-save): Actions should be done for Tramp file name
13147 handler only. Ange-FTP has its own auto-save mechanism.
13148 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13149 (tramp-set-auto-save-file-modes): Set file modes of
13150 `buffer-auto-save-file-name' to ?\600 as fallback solution.
13151 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
13152 (tramp-bug): Remove obsolete variable.
13153 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
13154 for presence of `mml-mode'. Make it running for older Emacsen as well.
13155
13156 2005-05-14 John Paul Wallington <jpw@pobox.com>
13157
13158 * ibuf-ext.el (define-ibuffer-filter filename):
13159 If `dired-directory' is a list, use its car.
13160
13161 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
13162
13163 * ibuffer.el (define-ibuffer-column filename):
13164 If `dired-directory' is a list, use its car.
13165
13166 2005-05-14 Richard M. Stallman <rms@gnu.org>
13167
13168 * subr.el (symbol-file): Doc fix.
13169
13170 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
13171 (byte-compile-form): Call byte-compile-nogroup-warn.
13172 (byte-compile-warning-types): Doc fix.
13173
13174 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
13175
13176 * progmodes/cc-engine.el (c-literal-faces):
13177 Add font-lock-comment-delimiter-face.
13178
13179 * net/net-utils.el (dig): Use with-no-warnings.
13180
13181 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
13182 (sc-recite-frame-alist, sc-default-cite-frame)
13183 (sc-default-uncite-frame, sc-default-recite-frame)
13184 (sc-attrib-selection-list, sc-rewrite-header-list):
13185 Mark as risky-local-variable.
13186
13187 * international/ogonek.el (ogonek-jak, ogonek-how):
13188 Don't use beginning-of-buffer.
13189
13190 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
13191
13192 * calendar/solar.el (solar-data-list): Move definition up.
13193
13194 * dnd.el (dnd-protocol-alist): Add autoload.
13195
13196 * progmodes/sh-script.el: Many doc usage fixes.
13197 (sh-indent-after-do): Change default to match common styles.
13198
13199 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
13200
13201 * files.el (interpreter-mode-alist)
13202 (auto-mode-interpreter-regexp): Doc fixes.
13203
13204 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
13205
13206 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
13207
13208 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
13209
13210 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13211
13212 * dired.el (dired-mode): make-variable-buffer-local =>
13213 make-local-variable.
13214
13215 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13216
13217 * term/mac-win.el (mac-select-convert-to-string): Try coding
13218 systems in mac-script-code-coding-systems if specified one cannot
13219 encode string for `com.apple.traditional-mac-plain-text'.
13220
13221 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
13222
13223 * progmodes/make-mode.el (makefile-targets-face)
13224 (makefile-shell-face, makefile-makepp-perl-face): New faces.
13225 (makefile-dependency-regex): Fix it to not make the colon in
13226 $(var:a=b) special.
13227 (makefile-rule-action-regex): New regexp for highlighting embedded
13228 Shell strings.
13229 (makefile-macroassign-regex): Handle != for highlighting as
13230 embedded Shell strings.
13231 (makefile-var-use-regex): New const.
13232 (makefile-statements, makefile-automake-statements)
13233 (makefile-gmake-statements, makefile-makepp-statements)
13234 (makefile-bsdmake-statements): New consts.
13235 (makefile-make-font-lock-keywords): New function.
13236 (makefile-automake-font-lock-keywords)
13237 (makefile-gmake-font-lock-keywords)
13238 (makefile-makepp-font-lock-keywords)
13239 (makefile-bsdmake-font-lock-keywords): New consts.
13240 (makefile-mode-map): Add switchers between the various submodes.
13241 (makefile-mode): Document the availability of the variants.
13242 (makefile-automake-mode, makefile-gmake-mode)
13243 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
13244
13245 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
13246 new variants of makefile-mode.
13247
13248 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13249
13250 * font-lock.el (font-lock-comment-delimiter-face): Fix up
13251 the inheritance.
13252
13253 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
13254
13255 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
13256 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
13257
13258 * files.el (normal-mode): Extend the scope of the
13259 `enable-local-variables' binding to include the `set-auto-mode' call.
13260 (magic-mode-alist): Doc fix.
13261
13262 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13263
13264 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
13265 font-lock-comment-face rather than copying its setting.
13266
13267 2005-05-12 Andreas Schwab <schwab@suse.de>
13268
13269 * eshell/esh-mode.el (eshell-send-input): Doc fix.
13270
13271 2005-05-12 Lute Kamstra <lute@gnu.org>
13272
13273 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
13274 defcustom for the mode hook variable. Delete the last argument.
13275 * generic-x.el: Fix callers of define-generic-mode.
13276 (generic-x-modes): Delete group.
13277 (show-tabs-tab-face, show-tabs-space-face): Put them in the
13278 generic-x customization group.
13279
13280 2005-05-12 Kim F. Storm <storm@cua.dk>
13281
13282 * font-lock.el (font-lock-negation-char-face): Default to "off".
13283
13284 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
13285 font-lock-negation-char-face to ! in !=.
13286
13287 2005-05-12 Masatake YAMATO <jet@gyve.org>
13288
13289 * add-log.el (find-change-log): Fix typos in the docstring
13290 of function.
13291
13292 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13293
13294 * international/latexenc.el (latexenc-find-file-coding-system):
13295 Avoid `re-search-forward' when looking for input encoding because
13296 of speed and safety. Better regular expressions for recognizing
13297 input encoding. Limit a search for TeX-master/tex-main-file to
13298 the local variable section.
13299
13300 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
13301
13302 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
13303 syntax of $ to "'" (quote).
13304
13305 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13306
13307 * dnd.el (dnd-protocol-alist): Improve custom type.
13308
13309 * dired.el (dired-dnd-protocol-alist): New variable.
13310 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
13311 `dired-mode-hook' to the end.
13312
13313 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
13314
13315 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
13316 comment-end if comment-start-skip is not set.
13317 Obey the font-lock-comment-delimiter-face variables.
13318
13319 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
13320
13321 * files.el (executable-find): Move from executable.el. Use
13322 locate-file.
13323 * progmodes/executable.el (executable-find): Move to files.el.
13324
13325 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
13326 when trying to ensure forward progress.
13327
13328 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
13329
13330 * mouse-sel.el (mouse-sel-follow-link-p): New function.
13331 (mouse-select, mouse-select-internal, mouse-extend-internal):
13332 Use it to implement mouse-1-click-follows-link functionality.
13333
13334 2005-05-11 Richard M. Stallman <rms@gnu.org>
13335
13336 * font-lock.el (font-lock-fontify-syntactically-region):
13337 Use font-lock-comment-delimiter-face for comment delimiters.
13338
13339 2005-05-10 Jay Belanger <belanger@truman.edu>
13340
13341 * calc/calc-help.el (calc-m-prefix-help): Add mention of
13342 preserving embedded modes.
13343
13344 2005-05-10 Richard M. Stallman <rms@gnu.org>
13345
13346 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
13347
13348 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
13349 Move from ada-stmt.el.
13350 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
13351
13352 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
13353 Move to ada-mode.el.
13354 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
13355
13356 * cus-edit.el (custom-file): Call file-chase-links.
13357
13358 * files.el (read-directory-name): Fix previous change.
13359 (hack-local-variables-confirm): New function.
13360 (hack-local-variables-prop-line, hack-local-variables)
13361 (hack-one-local-variable): Use it.
13362
13363 2005-05-10 Lute Kamstra <lute@gnu.org>
13364
13365 * font-lock.el (font-lock-keywords-alist)
13366 (font-lock-removed-keywords-alist): Clarify docstrings.
13367
13368 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
13369
13370 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
13371 (gdb-source-info): Check for preprocessor info.
13372 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
13373 a macro for a function.
13374 (gdb-info-breakpoints-custom): Try to find file again if not already
13375 found (user might have used GDB dir command).
13376 (gdb-get-location): Update gdb-location-alist correctly for change
13377 to gdb-info-breakpoints-custom.
13378
13379 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13380 (gud-tooltip-print-command): Add gdbmi case.
13381 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
13382 preprocessor info.
13383
13384 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
13385
13386 * startup.el (fancy-splash-insert): Fix typo in doc string.
13387
13388 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
13389
13390 * obsolete/float.el (string-to-float):
13391 * obsolete/hilit19.el (hilit-add-pattern):
13392 * obsolete/rnews.el (news-parse-range, news-select-message)
13393 (news-get-pruned-list-of-files): Replace `string-to-int' by
13394 `string-to-number'.
13395
13396 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
13397 `find-file-not-found-hooks'; use `add-hook'.
13398 (uncompress-while-visiting): Set `write-file-functions', not
13399 `write-file-hooks'; use `add-hook'.
13400
13401 2005-05-09 Kim F. Storm <storm@cua.dk>
13402
13403 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
13404 (cua-paste): Handle clipboard action.
13405 (cua--init-keymaps): Remap clipboard-kill-region and
13406 clipboard-kill-ring-save.
13407
13408 2005-05-08 Eli Zaretskii <eliz@gnu.org>
13409
13410 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13411 Improve commentary.
13412
13413 * simple.el (next-error-overlay-arrow-position): Revert the change
13414 made on 2005-04-30.
13415
13416 2005-05-07 Jay Belanger <belanger@truman.edu>
13417
13418 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
13419 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
13420 `calc-sel-reselect'.
13421
13422 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
13423 Calc is in embedded mode.
13424
13425 2005-05-07 Eli Zaretskii <eliz@gnu.org>
13426
13427 * progmodes/compile.el (compilation-setup):
13428 Set overlay-arrow-string to an empty string on text terminals.
13429
13430 * textmodes/ispell.el (ispell-program-name): Try looking for
13431 "aspell" along exec-path, and if found, use it as the default
13432 speller program.
13433
13434 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
13435
13436 * international/mule.el (sgml-xml-auto-coding-function):
13437 Recognize encoding='FOO' in single quotes as well as in double quotes.
13438
13439 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13440
13441 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
13442 as well as `interactive', so that defmacro* would recognize
13443 `declare' forms.
13444
13445 2005-05-07 Eli Zaretskii <eliz@gnu.org>
13446
13447 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13448 Explain more about the LIGHTER arg's usage in the doc string.
13449 Add commentary to clarify what the code does. Fix the regexp that
13450 strips whitespace from LIGHTER. Quote LIGHTER before using it,
13451 since it could have characters special to regular expressions.
13452
13453 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
13454
13455 * replace.el (occur-1): Bind inhibit-read-only so that
13456 erase-buffer doesn't barf on read-only text properties (likewise
13457 for add-text-properties in occur-engine). Mark buffer as unmodified.
13458 (occur-engine): Don't set buffer-read-only here.
13459
13460 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13461
13462 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
13463 list-buffers-directory. This caused the *cvs-commit* buffer to be
13464 sometimes mistakenly reused as a *cvs* buffer.
13465
13466 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
13467
13468 * tooltip.el: Move code for GUD tooltips into gud.el.
13469 (require): CL no longer needed to compile case.
13470 (tooltip-mode): Do not toggle functions for GUD tooltips.
13471 (tooltip-gud-tips-p): Remove. Replace with minor mode
13472 gud-tooltip-mode in gud.el.
13473 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
13474 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
13475 tooltip-gud prefix with gud-tooltip and obsolete.
13476 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
13477 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
13478 (tooltip-mouse-motion): Mouse movement functions/variable.
13479 Rename in gud.el by adding gud prefix.
13480 (tooltip-gud-original-filter, tooltip-gud-dereference)
13481 (tooltip-gud-event, tooltip-toggle-gud-tips)
13482 (tooltip-gud-process-output, tooltip-gud-print-command)
13483 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
13484 gud.el by replacing tooltip-gud prefix with gud-tooltip.
13485 (gdb-tooltip-print): Move to gdb-ui.el.
13486
13487 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
13488 (require): CL needed to compile case.
13489 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
13490 tooltip-gud-tips-p. Make it a minor-mode.
13491 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
13492 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
13493 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
13494 (gud-tooltip-change-major-mode)
13495 (gud-tooltip-activate-mouse-motions-if-enabled)
13496 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
13497 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
13498 (gud-tooltip-original-filter, gud-tooltip-dereference)
13499 (gud-tooltip-event, tooltip-toggle-gud-tips)
13500 (gud-tooltip-process-output, gud-tooltip-print-command)
13501 (gud-tooltip-tips): Move from tooltip.el.
13502
13503 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
13504 (gdb-cpp-define-alist-flags): Doc fix.
13505 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
13506 gud-tooltip-mode is t.
13507
13508 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13509
13510 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
13511 evaporate if their text is deleted.
13512 (goto-address-at-point): Make it work as a mouse binding as well.
13513 (goto-address-at-mouse): Obsolete it. Update users.
13514
13515 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
13516
13517 * calendar/appt.el (top-level): No longer activate on load.
13518
13519 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
13520
13521 * calendar/cal-bahai.el (mark-bahai-diary-entries):
13522 * net/webjump.el (webjump):
13523 * progmodes/idlw-help.el (idlwave-do-context-help1)
13524 (idlwave-highlight-linked-completions):
13525 * textmodes/po.el (po-find-file-coding-system-guts):
13526 Replace `assoc-ignore-case' by `assoc-string'.
13527
13528 2005-05-06 Eli Zaretskii <eliz@gnu.org>
13529
13530 * files.el (locate-file): Doc fix.
13531
13532 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
13533 Remove the redundant test for ms-dos.
13534
13535 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
13536 look for the preprocessor with exec-suffixes. If not found in
13537 standard places, look in exec-path. Remove most of the tests that
13538 used system-type.
13539
13540 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
13541
13542 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
13543
13544 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
13545 file-name clash with jka-compr.el on 8+3 filesystems.
13546
13547 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13548
13549 * term/mac-win.el: Don't define or bind scroll bar functions if
13550 x-toolkit-scroll-bars is t.
13551 (x-select-text, x-get-selection-value): Clear
13552 x-last-selected-text-clipboard if x-select-enable-clipboard is
13553 nil.
13554 (PRIMARY): Put mac-scrap-name property.
13555 (mac-select-convert-to-file-url): New function.
13556 (public.file-url): New selection target type. Add to
13557 selection-converter-alist.
13558 (x-get-selection, x-selection-value): Handle it.
13559 (x-cut-buffer-or-selection-value): New alias.
13560
13561 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13562
13563 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
13564 entry to avoid calling bibtex-find-entry with arg global
13565 being t. Remove arg key.
13566 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
13567 (bibtex-copy-summary-as-kill): Change accordingly.
13568
13569 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13570
13571 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
13572 (org-agenda-date-later): Use with-current-buffer.
13573
13574 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
13575
13576 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
13577 (define-obsolete-variable-alias): Doc Fixes.
13578
13579 2005-05-06 Kim F. Storm <storm@cua.dk>
13580
13581 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
13582 vertical-motion when selective-display is active.
13583
13584 * ido.el (ido-setup-hook): New hook.
13585 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
13586 (ido-input-stack): New var.
13587 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
13588 ido-next-work-file binding to M-O.
13589 Bind M-f to ido-wide-find-file-or-pop-dir.
13590 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
13591 (ido-read-internal): Run ido-setup-hook.
13592 Catch quit in read-file-name and read-string to cancel edit.
13593 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
13594 Automatically pop-all when completing a directory name (RET).
13595 (ido-file-internal): Add with-no-warnings around ffap and dired code.
13596 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
13597 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
13598 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
13599 New functions for M-b/M-f to move among the directory components.
13600 (ido-make-merged-file-list): Catch quit to cancel merge.
13601 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
13602 (ido-completion-help): No warnings for ido-completion-buffer-full.
13603
13604 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
13605
13606 * font-lock.el (font-lock-negation-char-face): New face and variable.
13607 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
13608 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
13609 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
13610 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
13611
13612 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
13613
13614 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
13615 Fix typo in docstring.
13616
13617 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
13618 (ebrowse-print-statistics-line)
13619 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
13620
13621 * term/w32-win.el (image-library-alist): Add additional name for
13622 Xpm library.
13623
13624 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
13625
13626 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
13627 use gcc instead of cpp.
13628
13629 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
13630 (gdb-create-define-alist): Use it.
13631 (gdb-cpp-define-alist-program): Update for MS-DOS.
13632
13633 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
13634
13635 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
13636
13637 2005-05-04 Richard M. Stallman <rms@gnu.org>
13638
13639 * help.el (describe-key): No error when UNTRANSLATED is nil.
13640
13641 * simple.el (line-move-1): Fix previous change to signal errors
13642 appropriately.
13643
13644 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
13645
13646 * calendar/icalendar.el (icalendar-version): Now at 0.12.
13647 (icalendar-duration-correction): Remove.
13648 (icalendar--get-event-properties): Split result at commas.
13649 (icalendar--decode-isoduration): New optional argument
13650 DURATION-CORRECTION.
13651 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
13652 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
13653 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
13654 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
13655 (icalendar--convert-anniversary-to-ical): New functions, extracted
13656 from icalendar-export-region, with bug fixes.
13657 (icalendar-export-region): Use the above functions.
13658 (icalendar-import-buffer): Check before saving diary file.
13659 (icalendar--convert-recurring-to-diary)
13660 (icalendar--convert-non-recurring-all-day-to-diary)
13661 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
13662 extracted from icalendar--convert-ical-to-diary, with bug fixes.
13663 (icalendar--convert-ical-to-diary): Use the above functions.
13664
13665 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
13666
13667 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
13668 Remove these recent additions.
13669 (c-mode): Restore to before 2005-04-28.
13670
13671 * progmodes/cc-vars.el (cc-define-list-program): Remove this
13672 recent addition.
13673
13674 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
13675 (gdb-define-alist): New variables.
13676 (gdb-create-define-alist): New function.
13677 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
13678 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
13679 with string-to-number.
13680 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
13681
13682 * progmodes/gud.el: Replace string-to-int with string-to-number.
13683 (gud-find-file): Handle gdb-define-alist.
13684
13685 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
13686
13687 2005-05-02 Jay Belanger <belanger@truman.edu>
13688
13689 * calc/calc-aent.el (math-read-token):
13690 * calc/calc-bin.el (calc-word-size):
13691 * calc/calc-ext.el (calc-read-number-fancy):
13692 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
13693 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
13694 * calc/calc-frac.el (calc-over-notation):
13695 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
13696 (calc-graph-num-points, calc-graph-init):
13697 * calc/calc-prog.el (calc-read-parse-table-part)
13698 (calc-edit-macro-repeats):
13699 * calc/calc-yank.el (calc-do-grab-rectangle):
13700 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
13701 Replace `string-to-int' by `string-to-number'.
13702
13703 2005-05-02 Kim F. Storm <storm@cua.dk>
13704
13705 * kmacro.el: Use executing-kbd-macro-index variable.
13706
13707 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
13708
13709 * net/rlogin.el (rlogin-parse-words): Delete func.
13710 (rlogin): Use split-string, not rlogin-parse-words.
13711 Also, if there are option-like elements in the parsed args,
13712 take the host to be the first arg immediately following them.
13713 Suggested by Michael Mauger.
13714
13715 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
13716
13717 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
13718
13719 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
13720
13721 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
13722 (cc-mode-cpp-program): Rename to cc-define-list-program and
13723 move to cc-vars.el.
13724
13725 * progmodes/cc-vars.el (cc-define-list-program):
13726 Change to "gcc -E -dM -". Make customizable.
13727
13728 2005-05-02 Kim F. Storm <storm@cua.dk>
13729
13730 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
13731
13732 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
13733
13734 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
13735
13736 * international/mule-util.el (truncate-string): Remove alias and
13737 obsolete declaration.
13738
13739 * international/mule-cmds.el (update-iso-coding-systems):
13740 Remove alias and obsolete declaration.
13741
13742 * international/mule.el (coding-system-parent): Remove alias and
13743 obsolete declaration.
13744
13745 * subr.el (define-function, sref): Remove aliases and obsolete
13746 declarations.
13747 (chars-in-region): Remove obsolete declaration.
13748
13749 2005-05-01 Richard M. Stallman <rms@gnu.org>
13750
13751 * info.el (Info-mode): Set widen-automatically to nil, locally.
13752
13753 * simple.el (widen-automatically): New variable.
13754 (pop-global-mark): Obey widen-automatically.
13755
13756 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
13757
13758 * term/xterm.el (function-key-map): Call substitute-key-definition
13759 before the keymap size is increased by a lot of define-key calls.
13760
13761 2005-05-01 Richard M. Stallman <rms@gnu.org>
13762
13763 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
13764 Rename ARG to ELEMENT. Doc fix.
13765
13766 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
13767
13768 * allout.el (allout-exposure): Remove macro and obsolete declaration.
13769 Remove references to allout-exposure/change to allout-new-exposure.
13770
13771 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
13772 bytecode symbols.
13773
13774 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
13775 (compiled-function-p, focus-frame, unfocus-frame):
13776 Remove aliases and obsolete declarations.
13777 Back out inadvertent changes from previous commit.
13778
13779 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
13780
13781 * files.el (require-final-newline): Make Custom tags consistent
13782 with mode-require-final-newline.
13783 (mode-require-final-newline): Doc fix.
13784
13785 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13786
13787 * international/latexenc.el (latexenc-find-file-coding-system):
13788 Fix regular expressions.
13789
13790 2005-05-01 David Kastrup <dak@gnu.org>
13791
13792 * international/latexenc.el (latexenc-find-file-coding-system):
13793 Fix regular expressions.
13794
13795 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
13796
13797 * subr.el (string-to-int): Make obsolete.
13798
13799 2005-04-30 Richard M. Stallman <rms@gnu.org>
13800
13801 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
13802
13803 * loadup.el: load jka-comp-hook.
13804
13805 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
13806 (jka-compr-handler): Add autoload. `put' calls moved
13807 to jka-comp-hook.el.
13808 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
13809 (jka-compr-inhibit): Autoload.
13810
13811 * jka-comp-hook.el: New file.
13812 Enable the mode by default.
13813
13814 * files.el (backup-buffer-copy): Use copy-file instead
13815 of write-region, and put back the 'excl.
13816
13817 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
13818
13819 * progmodes/flymake.el (flymake-split-string)
13820 (flymake-split-string, flymake-log, flymake-pid-to-names)
13821 (flymake-reg-names, flymake-get-source-buffer-name)
13822 (flymake-unreg-names, flymake-add-line-err-info)
13823 (flymake-add-err-info): Clarify docstrings.
13824 (flymake-popup-menu, flymake-make-emacs-menu)
13825 (flymake-make-xemacs-menu): Add docstrings.
13826 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
13827 Set variables directly throughout.
13828
13829 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
13830
13831 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
13832 exists. Initialize cc-define-alist.
13833 (c-mode): Add cc-create-define-alist locally to after-save-hook.
13834 If there is no file (Macroexpansion) don't create an alist.
13835
13836 2005-04-29 Sam Steingold <sds@gnu.org>
13837
13838 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
13839 (cc-create-define-alist): Use it instead of the hard-coded string.
13840
13841 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13842
13843 * international/mule-conf.el (file-coding-system-alist): Fix regexp
13844 for latexenc.
13845
13846 2005-04-29 Lute Kamstra <lute@gnu.org>
13847
13848 * emacs-lisp/generic.el: Improve commentary section.
13849 (define-generic-mode): Improve docstring.
13850
13851 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
13852
13853 * textmodes/org.el (many places): Change to quiet the byte compiler.
13854 (org-prefix-format-compiled): New variable.
13855 (org-compile-prefix-format): New function.
13856 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
13857 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
13858 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
13859 (org-get-entries-from-diary): Use `org-get-time-of-day' for
13860 consistency with entries from `org-mode' files.
13861 (org-get-time-of-day): Fix bug with partial matches early in a line.
13862 (org-non-link-chars): New constant.
13863 (org-link-regexp): Respect `org-non-link-chars'.
13864 (org-agenda-day-view): Remove command.
13865 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
13866 (org-follow-bbdb-link, org-store-link): Search also company field.
13867 (org-highlight-overlay): New variable.
13868 (org-highlight, org-unhighlight): New functions.
13869 (org-agenda-mode): Add pre-command-hook to remove highlight.
13870 (org-evaluate-time-range): Behavior depends upon whether time stamp
13871 contains a time or not.
13872 (org-show-subtree, org-show-entry): New functions.
13873 (org-agenda-cleanup-fancy-diary): Remove empty lines.
13874
13875 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
13876
13877 * comint.el (comint-output-filter-functions): Add autoload cookie.
13878
13879 2005-04-28 Kim F. Storm <storm@cua.dk>
13880
13881 * ido.el (ido-everywhere): Fix last change.
13882
13883 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13884
13885 * international/latexenc.el: New file.
13886 * international/mule-conf.el (file-coding-system-alist): For .tex,
13887 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
13888
13889 2005-04-28 Lute Kamstra <lute@gnu.org>
13890
13891 * font-lock.el (font-lock-add-keywords)
13892 (font-lock-remove-keywords): Clarify docstring.
13893 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
13894 Don't start docstrings with a `*'.
13895 (font-lock-update-removed-keyword-alist): Give it a docstring.
13896
13897 * generic-x.el: Update commentary section.
13898 Only require font-lock when compiling.
13899 Define all modes conditionally.
13900 Place all generic modes in the generic-x-modes customization group.
13901 (generic-x-modes): New customization group.
13902 (generic-default-modes, generic-mswindows-modes)
13903 (generic-unix-modes, generic-other-modes): New constants.
13904 (generic-define-mswindows-modes, generic-define-unix-modes):
13905 Update docstrings. Make them obsolete.
13906 (generic-extras-enable-list): New default value. Update docstring.
13907 Improve :type. Change :set function.
13908 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
13909 Fix docstring.
13910
13911 * emacs-lisp/generic.el (generic-mode-internal):
13912 Simplify font-lock-defaults.
13913 (define-generic-mode): Fix docstring.
13914
13915 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13916
13917 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
13918 font-lock-face property to highlight matches.
13919
13920 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
13921
13922 * progmodes/cc-mode.el (cc-create-define-alist): New function.
13923 (cc-define-alist): New variable.
13924 (c-mode): Make it local and initialize it.
13925
13926 * progmodes/gdb-ui.el (gdb-active-process): New variable.
13927 (gdb-exited): New function.
13928 (gdb-annotation-rules): Use it.
13929 (gdb-starting): Set gdb-active-process to t.
13930 (gdb-stopping): Amend doc string.
13931 (gdb-reset): Set gdb-active-process to nil.
13932
13933 * tooltip.el (tooltip-gud-tips): Show the associated #define
13934 directives when a C program under GDB is not executing.
13935
13936 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13937
13938 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
13939 font-lock-fontify-syntactic-keywords.
13940
13941 * font-lock.el (font-lock-default-fontify-region): Don't force
13942 parse-sexp-lookup-properties to nil.
13943
13944 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13945
13946 * man.el (man-mode-syntax-table): Set up `:' to have
13947 word-constituent syntax.
13948
13949 2005-04-27 Lute Kamstra <lute@gnu.org>
13950
13951 * novice.el (disable-command): Don't add spurious newlines to the
13952 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
13953
13954 2005-04-26 Jay Belanger <belanger@truman.edu>
13955
13956 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
13957 than one window before deleting window.
13958
13959 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
13960
13961 * shell.el (shell-prompt-pattern): Doc fix.
13962 (shell-mode): Set paragraph-separate buffer locally to "\\'".
13963
13964 * comint.el (comint-prompt-regexp, comint-get-old-input)
13965 (comint-use-prompt-regexp)
13966 (comint-use-prompt-regexp-instead-of-fields)
13967 (comint-replace-by-expanded-history, comint-send-input)
13968 (comint-output-filter, comint-get-old-input-default)
13969 (comint-line-beginning-position, comint-bol, comint-show-output)
13970 (comint-backward-matching-input, comint-forward-matching-input)
13971 (comint-next-prompt, comint-previous-prompt):
13972 Rename `comint-use-prompt-regexp-instead-of-fields' to
13973 `comint-use-prompt-regexp'. Keep old name as alias and declare
13974 obsolete.
13975 (comint-use-prompt-regexp): Shorten first line of doc string.
13976
13977 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
13978 Set paragraph-separate buffer locally to "\\'".
13979
13980 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
13981 Adapt to above name change.
13982
13983 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13984 (smbclient-prompt-regexp): Ditto.
13985
13986 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
13987
13988 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
13989
13990 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
13991 gdb-location-list.
13992 Break lines that are over 80 characters wide.
13993
13994 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13995
13996 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
13997 New fun and var, to preserve compatibility.
13998
13999 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
14000
14001 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
14002
14003 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
14004 name to file-newer-than-file-p.
14005
14006 2005-04-26 Richard M. Stallman <rms@gnu.org>
14007
14008 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
14009
14010 * progmodes/python.el (python-mode):
14011 Use new name eldoc-documentation-function.
14012
14013 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
14014
14015 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14016 (eldoc-documentation-function):
14017 Rename from eldoc-print-current-symbol-info-function. Calls changed.
14018
14019 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
14020
14021 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
14022
14023 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
14024
14025 * term/xterm.el (function-key-map): Fix strings for
14026 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
14027 {C,S,A,C-S}-{f1-f12}.
14028
14029 2005-04-26 Kenichi Handa <handa@m17n.org>
14030
14031 * international/mule-cmds.el (select-safe-coding-system):
14032 Fix previous change.
14033
14034 2005-04-26 Lute Kamstra <lute@gnu.org>
14035
14036 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
14037
14038 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
14039 (font-lock-comment-delimiter-face): Ditto.
14040
14041 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
14042
14043 2005-04-25 Jay Belanger <belanger@truman.edu>
14044
14045 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
14046 to t while inserting information; use help-mode.
14047
14048 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
14049
14050 * term.el (ansi-term-color-vector): Use the xterm colors.
14051 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
14052
14053 2005-04-25 Lute Kamstra <lute@gnu.org>
14054
14055 * font-core.el (font-lock-defaults): Fix docstring.
14056
14057 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
14058
14059 2005-04-25 Kenichi Handa <handa@m17n.org>
14060
14061 * international/mule-cmds.el (select-safe-coding-system):
14062 Don't check consistency with coding: spec, etc if raw-text or
14063 no-conversion was found to be safe.
14064
14065 2005-04-24 Richard M. Stallman <rms@gnu.org>
14066
14067 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14068 citation markers at start of each line.
14069
14070 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14071 citation markers at start of each line.
14072
14073 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14074
14075 * files.el (mode-require-final-newline): Fix previous change.
14076 (require-final-newline): Fix type label.
14077
14078 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
14079
14080 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14081 statement in buffer (broken by 2004-11-24 change).
14082
14083 2005-04-24 Kim F. Storm <storm@cua.dk>
14084
14085 * ido.el (ido-everywhere): Save and restore old read-buffer-function
14086 and read-file-name-function values. Don't overwrite existing
14087 non-nil values if ido-mode is enabled without ido-everywhere.
14088
14089 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
14090
14091 * files.el (mode-require-final-newline): Minor doc fix.
14092
14093 2005-04-24 Eli Zaretskii <eliz@gnu.org>
14094
14095 * subr.el (syntax-after): Doc fix.
14096 (syntax-class): If argument is nil, return nil. Mask off upper 16
14097 bits, not 8 bits.
14098
14099 * files.el (mode-require-final-newline): Doc fix.
14100 (backup-buffer-copy): Fix last change.
14101
14102 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14103
14104 * term/mac-win.el: Require select. Set selection-coding-system to
14105 mac-system-coding-system. Call menu-bar-enable-clipboard.
14106 (x-last-selected-text-clipboard, x-last-selected-text-primary)
14107 (x-select-enable-clipboard): New variables.
14108 (x-select-text, x-get-selection, x-selection-value)
14109 (x-get-selection-value, mac-select-convert-to-string)
14110 (mac-services-open-file, mac-services-open-selection)
14111 (mac-services-insert-text): New functions.
14112 (CLIPBOARD, FIND): Put mac-scrap-name property.
14113 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
14114 (public.tiff): Put mac-ostype property.
14115 (selection-converter-alist): Add entries for them.
14116 (mac-application-menu-map): New keymap.
14117 (interprogram-cut-function, interprogram-paste-function): Set to
14118 x-select-text and x-get-selection-value, respectively.
14119 (split-window-keep-point): Set to t.
14120
14121 2005-04-23 Richard M. Stallman <rms@gnu.org>
14122
14123 * files.el (read-directory-name): Always pass non-nil
14124 DEFAULT-FILENAME arg to read-file-name.
14125 (backup-buffer-copy, basic-save-buffer-2): Take care against
14126 writing thru an unexpected existing symlink.
14127 (revert-buffer): In indirect buffer, revert the base buffer.
14128 (magic-mode-alist): Doc fix.
14129 (buffer-stale-function): Doc fix.
14130 (minibuffer-with-setup-hook): Avoid warning.
14131 (mode-require-final-newline): Doc and custom fix.
14132
14133 * follow.el (follow-end-of-buffer): Use with-no-warnings.
14134
14135 * font-lock.el (font-lock-comment-face): On terminals with few colors,
14136 use the default appearance.
14137 (font-lock-comment-delimiter-face): New face, new variable.
14138
14139 * imenu.el (imenu--generic-function): The official position of a
14140 definition is the start of the line that BEG is in.
14141
14142 * midnight.el (midnight-timer): Move defvar up.
14143
14144 * mouse.el (mouse-drag-region-1): Delete some debugging code.
14145
14146 * saveplace.el (save-place-to-alist): Use with-no-warnings.
14147
14148 * startup.el (command-line): Use with-no-warnings.
14149
14150 * window.el (window-size-fixed): New defvar.
14151
14152 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
14153
14154 * mail/rmail.el (rmail-font-lock-keywords):
14155 Use font-lock-comment-delimiter-face.
14156
14157 * mail/sendmail.el (mail-font-lock-keywords):
14158 Use font-lock-comment-delimiter-face.
14159
14160 * progmodes/compile.el (next-error-highlight-timer): New defvar.
14161
14162 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
14163
14164 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14165 Specify t for LAXMATCH when matching directories.
14166 Save match data around compilation-compat-error-properties form.
14167
14168 2005-04-23 David Kastrup <dak@gnu.org>
14169
14170 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
14171 Mention that the autoloaded aliases should be kept for AUCTeX.
14172
14173 2005-04-23 Andreas Schwab <schwab@suse.de>
14174
14175 * isearch.el (isearch-forward): Doc fix.
14176
14177 2005-04-23 Eli Zaretskii <eliz@gnu.org>
14178
14179 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
14180 (jit-lock-stealth-nice): Change default value to 0.5.
14181
14182 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
14183
14184 * abbrev.el (write-abbrev-file): Write table entries in
14185 alphabetical order by table name.
14186
14187 2005-04-22 Kim F. Storm <storm@cua.dk>
14188
14189 * ido.el (ido-read-internal): Fix `list' completion.
14190
14191 2005-04-22 Kenichi Handa <handa@m17n.org>
14192
14193 * recentf.el (recentf-save-file-coding-system): New variable.
14194 (recentf-save-list): Encode the file by
14195 recentf-save-file-coding-system and add coding: tag.
14196
14197 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
14198
14199 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
14200
14201 2005-04-21 Lute Kamstra <lute@gnu.org>
14202
14203 * loadhist.el (unload-feature): Don't remove a function from hooks
14204 if it is about to be restored to an autoload . Remove functions
14205 that will become unbound from auto-mode-alist. Simplify the code.
14206
14207 * subr.el (assq-delete-all): New implementation that is linear,
14208 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
14209 (rassq-delete-all): New function.
14210
14211 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14212 Add size-indication-mode.
14213
14214 2005-04-21 Kenichi Handa <handa@m17n.org>
14215
14216 * international/mule-cmds.el: Add autoload for widget-value in
14217 eval-when-compile.
14218
14219 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
14220
14221 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14222 Add tooltip-mode.
14223
14224 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
14225
14226 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
14227
14228 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
14229 (inferior-lisp-filter-regexp, inferior-lisp-program)
14230 (inferior-lisp-load-command, inferior-lisp-prompt)
14231 (inferior-lisp-mode-hook, lisp-source-modes)
14232 (inferior-lisp-load-hook): defvar->defcustom.
14233 (inferior-lisp-program, inferior-lisp-prompt)
14234 (inferior-lisp-load-hook): Doc fixes.
14235 (inferior-lisp-install-letter-bindings): Small change in
14236 introductory comment.
14237
14238 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
14239
14240 * vc.el (vc-annotate-color-map): Change some colors so that text
14241 using them as foreground is readable on both white and black
14242 backgrounds.
14243
14244 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14245
14246 * international/mule-conf.el (translation-table-for-input):
14247 Remove redundant declaration.
14248
14249 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
14250
14251 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
14252
14253 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
14254 (tooltip-toggle-gud-tips): New function.
14255
14256 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14257
14258 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
14259 right angle brackets.
14260
14261 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
14262
14263 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
14264
14265 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14266
14267 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
14268 Remove. Update callers to use expand-file-name instead.
14269
14270 * subr.el (syntax-class): New function.
14271
14272 * simple.el (blink-matching-open): Use it.
14273
14274 * paren.el (show-paren-function): Use it to recognize parens that are
14275 also used in 2-char comment markers.
14276
14277 2005-04-19 Lute Kamstra <lute@gnu.org>
14278
14279 * loadhist.el (unload-feature): Update for new format of
14280 load-history. Simplify the code.
14281
14282 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14283
14284 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
14285 (mac-add-charset-info): New function. Initialize variable
14286 mac-charset-info-alist using it.
14287 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
14288 for translation.
14289 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
14290 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
14291 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
14292 New CCL programs.
14293
14294 2005-04-19 Kim F. Storm <storm@cua.dk>
14295
14296 * simple.el (next-buffer, prev-buffer, next-error)
14297 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14298 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
14299
14300 * bindings.el (next-buffer, prev-buffer, next-error)
14301 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14302 (clone-indirect-buffer-other-window): Move bindings from simple.el.
14303 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
14304 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
14305
14306 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14307
14308 * isearch.el (isearch-edit-string): Make the search-ring available for
14309 minibuffer history commands.
14310 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
14311 the default history commands now work just as well.
14312 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
14313
14314 2005-04-18 Kim F. Storm <storm@cua.dk>
14315
14316 * emulation/cua-base.el (cua--pre-command-handler): Add more
14317 elaborate check for shift modifier on non-window systems.
14318
14319 2005-04-18 Lars Hansen <larsh@math.ku.dk>
14320
14321 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
14322
14323 2005-04-18 Kim F. Storm <storm@cua.dk>
14324
14325 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
14326 and make it optional. Don't test tooltip-gud-echo-area here.
14327 (tooltip-gud-process-output, gdb-tooltip-print):
14328 Pass tooltip-gud-echo-area to tooltip-show.
14329 (tooltip-help-tips): Remove second optional arg to tooltip-show.
14330
14331 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14332
14333 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
14334 `display-graphic-p' may not be bound yet.
14335
14336 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
14337
14338 * startup.el (command-line): No longer enable Xterm Mouse mode by
14339 default in terminals compatible with xterm.
14340
14341 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
14342
14343 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
14344
14345 * tooltip.el (tooltip-gud-echo-area): Rename from
14346 tooltip-use-echo-area.
14347 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
14348 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14349 area independently of where help tooltips are displayed.
14350
14351 2005-04-17 David Kastrup <dak@gnu.org>
14352
14353 * cus-theme.el (custom-theme-write-variables): Quote variables
14354 where necessary.
14355
14356 2005-04-17 Richard M. Stallman <rms@gnu.org>
14357
14358 * simple.el (yank-excluded-properties): Add follow-link to value.
14359
14360 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
14361
14362 * startup.el (fancy-splash-max-time): Just 30 seconds.
14363 (fancy-splash-delay): Just 7.
14364 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
14365
14366 * loadhist.el (unload-feature): Update for new format of load-history.
14367 Simplify the code.
14368
14369 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
14370 (rmail-font-lock-keywords): Don't fontify the text of a citation.
14371
14372 * mail/sendmail.el (mail-font-lock-keywords):
14373 Don't fontify subject text.
14374 Don't fontify the text of a citation.
14375
14376 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
14377
14378 * comint.el (comint-output-filter): Run comint-output-filter-functions
14379 with point where the user had it.
14380
14381 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14382
14383 * international/ucs-tables.el (ucs-set-table-for-input):
14384 Disable when using unify-on-decoding.
14385
14386 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
14387
14388 * emulation/cua-base.el (cua-global-mark-face): Add special case
14389 for displays supporting a high number of colors.
14390
14391 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
14392
14393 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
14394
14395 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
14396
14397 * filesets.el (filesets-add-buffer): If user supplies a name of a
14398 non-existing fileset, create a new fileset.
14399
14400 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
14401
14402 * textmodes/org.el (org-up-heading-all): Fix bug with
14403 `outline-up-heading-all'.
14404
14405 2005-04-16 Andreas Schwab <schwab@suse.de>
14406
14407 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
14408 /etc/permissions.d/* and /etc/aliases.d/*.
14409
14410 2005-04-16 Kenichi Handa <handa@m17n.org>
14411
14412 * international/code-pages.el (cp-make-coding-system):
14413 Set `translation-table-for-input' property value to the symbol
14414 ucs-mule-to-mule-unicode, not to that value.
14415 (pt154): Escape guillemet by `\'.
14416
14417 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
14418
14419 * loadup.el: Load tooltip if x-show-tip is fboundp.
14420
14421 * startup.el (command-line): Add comment.
14422
14423 * tooltip.el (tooltip-mode): Specify correct standard value for
14424 Custom in init-value.
14425
14426 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
14427
14428 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
14429 possible.
14430
14431 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
14432
14433 * textmodes/org.el (org-agenda-date-prompt): Rename from
14434 `org-agenda-date-today'.
14435 (org-evaluate-time-range): Insert at point instead of directly
14436 after time range.
14437 (org-first-headline-recenter, org-subtree-end-visible-p)
14438 (org-optimize-window-after-visibility-change): New functions
14439 (org-agenda-post-command-hook): Don't allow point at end of line,
14440 to make sure it always hits the text properties.
14441 (org-agenda-next-date-line, org-agenda-previous-date-line):
14442 New commands.
14443 (org-set-regexps-and-options): Category may contain white space.
14444 (org-agenda-get-deadlines, org-agenda-get-scheduled):
14445 Improve marker positions.
14446 (org-agenda-new-marker): Argument POS made optional.
14447 (org-agenda-get-timestamps): Deadlines which are done are listed
14448 in org-done-face now.
14449 (org-agenda-get-todos, org-agenda-get-timestamps)
14450 (org-agenda-get-deadlines, org-agenda-get-scheduled):
14451 Set `undone-face' and `done-face' properties.
14452 (org-last-todo-state-is-todo): New variable.
14453 (org-todo): Set `org-last-todo-state-is-todo'.
14454 (org-agenda-todo): Change face according to
14455 `org-last-todo-state-is-todo'. And change other lines referring to
14456 the same entry.
14457 (org-calendar-goto-agenda): New command.
14458 (org-calendar-to-agenda-key): New option.
14459 (org-startup-folded): New allowed value `content'.
14460 (org-set-regexps-and-options): Accept new value `content' for
14461 `org-startup-folded'.
14462 (org-get-current-options): Handle new value `content' for
14463 `org-startup-folded'.
14464 (org-insert-todo-heading): New command.
14465 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
14466 interactively in empty file and option
14467 `org-insert-mode-line-in-empty-file' has been set.
14468 (org-agenda-todo,org-agenda-priority): Modify to use
14469 `org-agenda-change-all-lines'.
14470 (org-warning-face): Change color on dark background
14471
14472 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14473
14474 * international/mule-cmds.el (set-locale-environment): On Mac OS,
14475 use preferences AppleLocale and AppleLanguages, and variable
14476 mac-system-locale for default locale. On Mac OS Classic, use
14477 mac-system-coding-system for default coding systems.
14478
14479 * term/mac-win.el: Don't set file-name-coding-system.
14480 Decode variables system-name, emacs-build-system, user-login-name, and
14481 user-full-name by mac-system-coding-system on Mac OS Classic.
14482 (mac-system-coding-system): New variable.
14483
14484 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
14485
14486 * startup.el (command-line): Handle `xterm-mouse-mode' before
14487 reading init file.
14488
14489 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
14490
14491 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14492
14493 * progmodes/sh-script.el (sh-here-document-word): Make it a
14494 defcustom. Doc fix.
14495 (sh-add): Bash uses $(( )) for arithmetic.
14496 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
14497 (sh-maybe-here-document): Remove quotes and leading whitespace
14498 from heredoc word when closing. Indent heredoc with tabs if word
14499 starts with "-".
14500
14501 2005-04-13 Richard M. Stallman <rms@gnu.org>
14502
14503 * simple.el (undo): Fix previous change.
14504
14505 * custom.el (defface): Doc fix.
14506
14507 2005-04-13 Lute Kamstra <lute@gnu.org>
14508
14509 * Makefile.in (DONTCOMPILE): Remove list.
14510 (compile, compile-always): Don't use DONTCOMPILE.
14511 (update-authors): Load the library in which batch-update-authors
14512 is defined.
14513 * makefile.w32-in (DONTCOMPILE): Remove list.
14514 (compile, compile-always): Fix comments.
14515 (update-authors): Load the library in which batch-update-authors
14516 is defined.
14517
14518 * generic-x.el (generic-mode-ini-file-find-file-hook):
14519 Rename to ini-generic-mode-find-file-hook.
14520 Keep generic-mode-ini-file-find-file-hook as an alias.
14521 (ini-generic-mode-find-file-hook): Rename from
14522 generic-mode-ini-file-find-file-hook. Fix docstring.
14523 (ini-generic-mode): Docstring change.
14524 (bat-generic-mode-run-as-comint): Silence the byte compiler.
14525
14526 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
14527 called from lisp.
14528
14529 * generic.el: Move to the emacs-lisp subdir.
14530
14531 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
14532
14533 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
14534 and C-S- function and cursor motion keys.
14535
14536 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
14537
14538 * startup.el (command-line): Enable Xterm Mouse mode by default.
14539 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
14540 for Custom. No longer show "Mouse" in mode line when enabled.
14541 Doc fix.
14542
14543 2005-04-12 Kim F. Storm <storm@cua.dk>
14544
14545 * emulation/cua-base.el (cua-rectangle-face)
14546 (cua-rectangle-noselect-face): Define face attributes here.
14547
14548 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
14549
14550 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14551
14552 * startup.el (command-line): Turn off blinking cursor if
14553 cursorBlink in resources is off or false.
14554
14555 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14556
14557 * term/mac-win.el (dnd): Require dnd.
14558 (mac-drag-n-drop): Call dnd-handle-one-url.
14559 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
14560 (kTextEncodingISOLatin2): Remove constants.
14561 (mac-script-code-coding-systems): New constant.
14562 (mac-handle-language-change): New function.
14563 (special-event-map): Bind it to `language-change' event.
14564 (mac-centraleurroman, mac-cyrillic): New coding systems.
14565 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
14566 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
14567 and mac-cyrillic-encoder to encode-mac-centraleurroman and
14568 encode-mac-cyrillic, respectively.
14569
14570 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
14571
14572 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
14573 Don't set overlay-arrow-string to "=>" as this is done
14574 globally in C now.
14575
14576 2005-04-12 Lute Kamstra <lute@gnu.org>
14577
14578 * generic-x.el (rc-generic-mode, rul-generic-mode):
14579 Fix auto-mode-alist entries.
14580 (etc-fstab-generic-mode): Tweak fontification.
14581
14582 * generic.el (generic-make-keywords-list): Fix docstring.
14583 (generic-mode-internal): Simplify generic-font-lock-keywords.
14584
14585 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
14586
14587 * whitespace.el (whitespace-buffer-leading)
14588 (whitespace-buffer-trailing): Revert the incorrect test inversion.
14589 However, fix the highlight area for the leading and
14590 trailing whitespaces to show space.
14591
14592 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
14593
14594 * whitespace.el (whitespace-version): Bump to 3.5
14595
14596 (whitespace-buffer-leading, whitespace-buffer-trailing):
14597 Invert sense of the test to highlight the whitespace.
14598
14599 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
14600
14601 * progmodes/gud.el (gud-display-line): GUD uses its own
14602 overlay arrow now so don't set overlay-arrow-string.
14603 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
14604
14605 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
14606
14607 * term.el (term-ansi-current-bold, term-ansi-current-underline)
14608 (term-ansi-current-reverse, term-ansi-current-invisible)
14609 (term-ansi-face-already-done): Change to boolean.
14610 (term-reset-terminal, term-handle-colors-array): Handle the above
14611 vars accordingly.
14612 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
14613 (term-emulate-terminal): Use the new name.
14614
14615 * faces.el (secondary-selection): Use yellow1, not yellow.
14616 (trailing-whitespace): Use red1, not red.
14617
14618 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14619
14620 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
14621 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
14622 (dired-dnd-handle-file): Call dnd-get-local-file-uri
14623
14624 * cus-edit.el (dnd): New group.
14625
14626 * term/w32-win.el (dnd): Require dnd
14627 (w32-drag-n-drop): Call dnd-handle-one-url.
14628
14629 * x-dnd.el: Require dnd.
14630 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
14631 Call dnd-handle-one-url.
14632 (x-dnd-types-alist, x-dnd-insert-utf8-text)
14633 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
14634 to dnd-insert-text.
14635 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
14636 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
14637 (x-dnd-get-local-file-name, x-dnd-open-local-file)
14638 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
14639
14640 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
14641
14642 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
14643
14644 * wdired.el: Doc fixes.
14645 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
14646 (wdired-use-dired-vertical-movement): Rename from
14647 wdired-always-move-to-filename-beginning.
14648 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
14649 (wdired-change-to-wdired-mode): Change mode name.
14650 (wdired-newline): Delete.
14651
14652 2005-04-11 Richard M. Stallman <rms@gnu.org>
14653
14654 * whitespace.el (whitespace-highlight-the-space):
14655 Don't call whitespace-unhighlight-the-space here.
14656
14657 * simple.el (undo): Record t in undo-equiv-table
14658 for the redo record made by an undo-in-region.
14659
14660 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
14661
14662 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
14663 (gdb-frame-inferior-io-buffer): New Functions to control
14664 display of separate IO buffer.
14665 (menu): Add them to menu-bar.
14666 (gdb-display-buffer): Check for buffer another frame.
14667 Protect GUD buffer.
14668 (gdb-setup-windows): Create IO buffer if not already there.
14669 (gdb-memory-mode): Remove purecopy noops.
14670
14671 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
14672
14673 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
14674 and pass to self-insert-command.
14675
14676 2005-04-11 Lute Kamstra <lute@gnu.org>
14677
14678 * generic.el: Commentary section cleanup.
14679 (generic): Delete.
14680 (generic-use-find-file-hook, generic-lines-to-scan)
14681 (generic-find-file-regexp, generic-ignore-files-regexp)
14682 (default-generic-mode, generic-mode-find-file-hook)
14683 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
14684 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
14685 (generic-use-find-file-hook, generic-lines-to-scan)
14686 (generic-find-file-regexp, generic-ignore-files-regexp)
14687 (default-generic-mode, generic-mode-find-file-hook)
14688 (generic-mode-ini-file-find-file-hook): Move from generic.el.
14689
14690 2005-04-10 Karl Fogel <kfogel@red-bean.com>
14691
14692 * bookmark.el (bookmark-write-file): Catch errors writing file.
14693 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
14694
14695 2005-04-10 Richard M. Stallman <rms@gnu.org>
14696
14697 * startup.el (fancy-splash-tail): Update copyright year.
14698 (command-line): Split part of -Q into -D.
14699 (emacs-basic-display): New defvar.
14700 (fancy-splash-text): Correct name of menu item.
14701
14702 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
14703
14704 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
14705 lines in one node.
14706
14707 * comint.el (comint-send-input): New arg ARTIFICIAL.
14708 Callers in this file changed.
14709
14710 * abbrev.el (define-abbrevs): Read system abbrevs properly.
14711
14712 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
14713
14714 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
14715
14716 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
14717 `ldap-search-internal'.
14718
14719 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14720
14721 * files.el (set-auto-mode-1): Use line-end-position.
14722
14723 * international/latin-1.el:
14724 * international/latin-2.el:
14725 * international/latin-3.el:
14726 * international/latin-4.el:
14727 * international/latin-5.el:
14728 * international/latin-8.el:
14729 * international/latin-9.el: Give punctuation syntax to NBSP.
14730
14731 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
14732 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
14733 Use char-classes to accept non-ascii letters, accepted in some recent
14734 bibtex implementations.
14735
14736 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
14737
14738 * custom.el (custom-set-minor-mode): Any non-nil value for the
14739 variable should enable the mode when set through Custom.
14740
14741 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14742
14743 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
14744 TAB binding so tab-always-indent is obeyed.
14745 (vhdl-minibuffer-local-map): Move initialization into declaration.
14746 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
14747 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
14748 (vhdl-hooked-abbrev): Avoid test for XEmacs.
14749 (vhdl-current-line): Use line-beginning-position.
14750 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
14751 with-output-to-temp-buffer, so the current position can be recorded.
14752
14753 2005-04-10 Masatake YAMATO <jet@gyve.org>
14754
14755 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14756 Add regexp for gcov.
14757
14758 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14759
14760 * calendar/time-date.el (time-to-seconds, seconds-to-time)
14761 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
14762 syntax which Emacs 20 doesn't support.
14763
14764 2005-04-09 Richard M. Stallman <rms@gnu.org>
14765
14766 * help.el (describe-key-briefly, describe-key):
14767 Replace strings as event types with "(any string)".
14768
14769 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14770
14771 * arc-mode.el (archive-mode-map): Move initialization into
14772 the declaration. Override *all* bindings of `undo'.
14773 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
14774
14775 2005-04-09 Jay Belanger <belanger@truman.edu>
14776
14777 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
14778
14779 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
14780
14781 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
14782 (xterm-register-default-colors): Update color values computation
14783 to match xterm-200.
14784
14785 2005-04-09 Kenichi Handa <handa@m17n.org>
14786
14787 * international/code-pages.el (iso-latin-7): Fix the map.
14788
14789 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
14790
14791 * emacs-lisp/lisp.el (defun-prompt-regexp)
14792 (parens-require-spaces, buffer-end, end-of-defun)
14793 (insert-parentheses): Doc fixes.
14794
14795 2005-04-08 Kim F. Storm <storm@cua.dk>
14796
14797 * comint.el (comint-highlight-prompt): Fix face spec.
14798 * hi-lock.el (hi-green): Likewise.
14799
14800 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14801
14802 * cus-edit.el (custom-modified-face):
14803 * comint.el (comint-highlight-input): Fix previous changes.
14804 * term.el (term-handle-ansi-escape): Add a comment.
14805
14806 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14807
14808 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
14809 in the buffer and in whitespace-highlighted-space.
14810 (whitespace-unhighlight-the-space): Simplify.
14811 (whitespace-buffer): Simplify.
14812
14813 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14814
14815 * textmodes/table.el (table-cell-face): Add special case for
14816 displays supporting a high number of colors.
14817 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14818 (vhdl-font-lock-reserved-words-face)
14819 (vhdl-speedbar-architecture-face)
14820 (vhdl-speedbar-instantiation-face)
14821 (vhdl-speedbar-architecture-selected-face)
14822 (vhdl-speedbar-instantiation-selected-face): Likewise.
14823 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
14824 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
14825 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14826 (ebrowse-root-class-face, ebrowse-member-attribute-face)
14827 (ebrowse-progress-face): Likewise.
14828 * progmodes/compile.el (compilation-info-face): Likewise.
14829 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
14830 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
14831 * calendar/calendar.el (diary-face): Likewise.
14832 * woman.el (woman-italic-face, woman-bold-face)
14833 (woman-unknown-face): Likewise.
14834 * wid-edit.el (widget-button-pressed-face): Likewise.
14835 * whitespace.el (whitespace-highlight-face): Likewise.
14836 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
14837 * pcvs-info.el (cvs-marked-face): Likewise.
14838 * info.el (info-xref): Likewise.
14839 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
14840 * hilit-chg.el (highlight-changes-face)
14841 (highlight-changes-delete-face): Likewise.
14842 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
14843 (hi-red-b): Likewise.
14844 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
14845 * font-lock.el (font-lock-keyword-face)
14846 (font-lock-function-name-face, font-lock-warning-face): Likewise.
14847 * cus-edit.el (custom-invalid-face, custom-modified-face)
14848 (custom-set-face, custom-changed-face, custom-variable-tag-face)
14849 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
14850 * comint.el (comint-highlight-prompt): Likewise.
14851
14852 2005-04-08 Lute Kamstra <lute@gnu.org>
14853
14854 * font-lock.el (font-lock-keywords): Docstring fixes.
14855
14856 2005-04-08 Kenichi Handa <handa@m17n.org>
14857
14858 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
14859 chars are more than a limit, print " and more..." at the tail.
14860
14861 2005-04-08 Kim F. Storm <storm@cua.dk>
14862
14863 * emacs-lisp/authors.el (authors-aliases): Update list.
14864 (authors-ignored-files): New list.
14865 (authors-fixed-entries): Fix typo.
14866 (authors-renamed-files-alist): Update list.
14867 (authors-add): Check authors-ignored-files.
14868
14869 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
14870
14871 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
14872 optional, to ensure backward compatibility.
14873
14874 2005-04-08 Stephen Eglen <stephen@gnu.org>
14875
14876 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
14877
14878 2005-04-08 Kim F. Storm <storm@cua.dk>
14879
14880 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
14881
14882 * mouse.el (mouse-on-link-p): Doc fix.
14883
14884 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
14885
14886 * ielm.el (ielm-prompt-read-only): Doc fix.
14887
14888 * comint.el (comint-prompt-read-only): Doc fix.
14889
14890 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
14891
14892 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
14893 ensure dired always handles wildcards passed to ffap.
14894 (find-file-at-point): Use it.
14895 (ffap-dired-wildcards): Doc fix.
14896
14897 2005-04-07 Juri Linkov <juri@jurta.org>
14898
14899 * simple.el (next-error-overlay-arrow-position): New defvar.
14900 Put "=>" on its property `overlay-arrow-string'. Add it to
14901 `overlay-arrow-variable-list'.
14902
14903 * progmodes/compile.el (compilation-setup):
14904 Set `next-error-overlay-arrow-position' to nil. Also set it to
14905 nil in the local hook `kill-buffer-hook'. Make local variable
14906 `overlay-arrow-string' and set it to "=>".
14907 (compilation-goto-locus): Set BOL position to
14908 `next-error-overlay-arrow-position' instead of
14909 `overlay-arrow-position'.
14910
14911 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
14912 locally instead of adding it to the global hook.
14913 (Info-kill-buffer): Move up.
14914
14915 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
14916
14917 * term/xterm.el (xterm-standard-colors): Update color values from
14918 xterm-200.
14919
14920 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
14921
14922 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
14923
14924 * fast-lock.el:
14925 * lazy-lock.el: Move them to the obsolete subdir.
14926
14927 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
14928
14929 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
14930 (wdired-add-replace-advice): Remove.
14931 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
14932
14933 2005-04-06 Kim F. Storm <storm@cua.dk>
14934
14935 * startup.el (command-line): Add --bare-bones alias for -Q.
14936
14937 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14938
14939 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
14940 create the startup fontset if a font specification ends with
14941 `mac-roman'.
14942
14943 2005-04-06 Lute Kamstra <lute@gnu.org>
14944
14945 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
14946 change.
14947
14948 * emacs-lisp/copyright.el (copyright-update-year): Replace the
14949 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
14950
14951 2005-04-05 Lute Kamstra <lute@gnu.org>
14952
14953 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
14954 (define-generic-mode): Ditto. Fix debug declaration.
14955
14956 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14957 Put them in the generic-x group.
14958
14959 * calendar/timeclock.el (timeclock): Doc fix.
14960
14961 * generic.el (define-generic-mode): Don't use custom-current-group.
14962 Document default :group value.
14963 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
14964 (define-global-minor-mode): Don't use custom-current-group.
14965
14966 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
14967
14968 * startup.el (command-line-1): Display startup-echo-area-message
14969 when fancy splash screen is in use.
14970
14971 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
14972 (sh-escaped-newline): New face.
14973 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
14974 newline, and use sh-escaped-newline face.
14975
14976 * progmodes/tcl.el (tcl-escaped-newline): New face.
14977 (tcl-builtin-list): New variable.
14978 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
14979 newlines. Fix keywords subexpression number.
14980
14981 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
14982
14983 * textmodes/org.el (org-diary-default-entry): Fix call to
14984 `add-to-diary-entry'.
14985
14986 2005-04-05 Kim F. Storm <storm@cua.dk>
14987
14988 * ediff-init.el: Use (featurep 'xemacs).
14989
14990 2005-04-05 David Ponce <david@dponce.com>
14991
14992 * cus-edit.el (face): Derive from symbol widget. Display sample
14993 of the current face on the fly.
14994 (widget-face-sample-face-get, widget-face-notify): New functions.
14995 (widget-face-value-create): Remove.
14996
14997 * wid-edit.el (widget-field-end): Temporarily remove field
14998 narrowing before to call `get-char-property'.
14999
15000 2005-04-04 Jay Belanger <belanger@truman.edu>
15001
15002 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
15003 (math-read-subscripts): New variable.
15004 (math-read-preprocess-string): Process subscripts.
15005
15006 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
15007
15008 * comint.el (comint-prompt-read-only): Doc fix.
15009
15010 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
15011 `-1'. Doc fix.
15012
15013 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
15014
15015 * textmodes/org.el (org-insert-mode-line-in-empty-file):
15016 Change default value to nil.
15017
15018 2005-04-04 Lute Kamstra <lute@gnu.org>
15019
15020 * autorevert.el (auto-revert-mode): Specify :group.
15021 * battery.el (display-battery-mode): Specify :group.
15022 * diff-mode.el (diff-minor-mode): Specify :group.
15023 * font-core.el (font-lock-mode): Specify :group.
15024 * hl-line.el (hl-line-mode): Specify :group.
15025 * iimage.el (iimage): New customization group.
15026 (iimage-mode): Specify :group.
15027 * longlines.el (longlines-mode): Specify :group.
15028 * master.el: Don't require easy-mmode.
15029 (master): New customization group.
15030 (master-mode): Specify :group.
15031 * msb.el (msb-mode): Specify :group.
15032 * reveal.el (reveal-mode): Specify :group.
15033 * simple.el (next-error-follow-minor-mode): Specify :group.
15034 * smerge-mode.el (smerge-mode): Specify :group.
15035 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
15036 * emulation/cua-base.el (cua-mode): Specify :group.
15037 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
15038 * language/thai-util.el (thai-auto-composition-mode)
15039 (thai-word-mode): Specify :group.
15040 * mail/supercite.el (sc-minor-mode): Specify :group.
15041 * progmodes/cwarn.el (cwarn-mode): Specify :group.
15042 * progmodes/flymake.el (flymake-mode): Specify :group.
15043 * progmodes/glasses.el (glasses-mode): Specify :group.
15044 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
15045 * textmodes/enriched.el (enriched-mode): Specify :group.
15046 * textmodes/refill.el (refill-mode): Specify :group.
15047
15048 * add-log.el (change-log-font-lock-keywords): Names in
15049 parenthesized lists can contain spaces.
15050
15051 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
15052
15053 * startup.el (fancy-splash-text): Shorten default text of
15054 "Emacs Tutorial" line. Also, if the current language env
15055 indicates an available tutorial file other than TUTORIAL,
15056 extract its title and append it to the line in parentheses.
15057 (fancy-splash-insert): If arg is a thunk, funcall it.
15058
15059 2005-04-04 Jay Belanger <belanger@truman.edu>
15060
15061 * calc.el (calc-language-alist): Add tags to customization type.
15062
15063 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
15064
15065 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
15066 Doc fix.
15067
15068 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
15069
15070 * add-log.el (change-log-font-lock-keywords): The manual
15071 describing a Change Log entry, says: (...) "Aside from these
15072 header lines, every line in the change log starts with a space or
15073 a tab.". The font-lock was not highlighting lines started with
15074 spaces, added support for it.
15075
15076 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15077
15078 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15079 (bibtex-generate-url-list): Update docstring accordingly. Put the
15080 complex example in the docstring.
15081 (bibtex-font-lock-url): Use pop.
15082
15083 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15084
15085 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15086
15087 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15088
15089 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
15090
15091 * filesets.el (filesets-set-default): Doc fix.
15092
15093 2005-04-03 Lute Kamstra <lute@gnu.org>
15094
15095 * generic.el (define-generic-mode): Add argument to specify
15096 keywords for defcustom.
15097 (default-generic-mode): Specify :group.
15098
15099 * generic-x.el: Specify :group for all generic modes.
15100
15101 * desktop.el (desktop-no-desktop-file-hook)
15102 (desktop-after-read-hook): Doc fix.
15103
15104 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
15105
15106 * simple.el (visible-mode): Use explicit :group keyword.
15107 This changes the group of `visible-mode-hook' from paren-blinking
15108 to editing-basics.
15109
15110 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
15111
15112 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
15113 mailbox specifications as well as URLs.
15114 (rmail-insert-inbox-text): Remove unused conditional branches.
15115
15116 2005-04-01 Jay Belanger <belanger@truman.edu>
15117
15118 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
15119 (calc-gnuplot-print-command): Move definitions to calc.el.
15120
15121 * calc/calc-embed.el (calc-embedded-announce-formula)
15122 (calc-embedded-open-formula, calc-embedded-close-formula)
15123 (calc-embedded-open-word, calc-embedded-close-word)
15124 (calc-embedded-open-plain, calc-embedded-close-plain)
15125 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
15126 (calc-embedded-open-mode, calc-embedded-close-mode):
15127 Move definitions to calc.el.
15128
15129 * calc/calc.el (calc-settings-file, calc-language-alist):
15130 Make customizable.
15131 (calc-embedded-announce-formula, calc-embedded-open-formula)
15132 (calc-embedded-close-formula, calc-embedded-open-word)
15133 (calc-embedded-close-word, calc-embedded-open-plain)
15134 (calc-embedded-close-plain, calc-embedded-open-new-formula)
15135 (calc-embedded-close-new-formula, calc-embedded-open-mode)
15136 (calc-embedded-close-mode, calc-gnuplot-name)
15137 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
15138 from other files and make customizable.
15139
15140 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15141
15142 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
15143 Use buffer-live-p.
15144 (cvs-mode-run): Don't call cvs-update-header here.
15145 (cvs-run-process): Call cvs-update-header.
15146 Use process properties for cvs-postprocess and cvs-buffer so that
15147 the sentinel can behave better if the temp buffer is killed.
15148 Use a pipe rather than a tty, to better handle unexpected prompts.
15149 (cvs-sentinel): Rewrite. Call cvs-update-header.
15150
15151 2005-04-01 Andre Spiegel <spiegel@gnu.org>
15152
15153 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
15154 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
15155
15156 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15157
15158 * generic.el (define-generic-mode): Add indentation rule.
15159
15160 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
15161
15162 * files.el (mode-require-final-newline): Make Custom correctly
15163 report a nil value and allow to set it to nil via Custom.
15164 Doc fix.
15165
15166 2005-04-01 Kenichi Handa <handa@m17n.org>
15167
15168 * international/characters.el: Enable the correct case setting for
15169 dotless-i and dotted-I.
15170
15171 2005-04-01 Kim F. Storm <storm@cua.dk>
15172
15173 * ido.el (ido-file-internal): Fall back to non-ido command if
15174 initial directory is on slow ftp (or tramp) host.
15175
15176 2005-03-31 Richard M. Stallman <rms@gnu.org>
15177
15178 * emacs-lisp/autoload.el (make-autoload):
15179 Handle define-global-minor-mode.
15180
15181 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15182 Rename from easy-mmode-define-global-mode.
15183 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
15184
15185 * progmodes/scheme.el (scheme-mode-syntax-table):
15186 Update syntax of | and # for two-character comment syntax.
15187
15188 2005-03-31 Lute Kamstra <lute@gnu.org>
15189
15190 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
15191 (define-minor-mode): Call custom-current-group at load-time.
15192
15193 * generic.el (define-generic-mode): Add debug declaration.
15194 Add defcustom for the mode hook.
15195 (generic-mode-internal): Use run-mode-hooks.
15196
15197 2005-03-31 Kim F. Storm <storm@cua.dk>
15198
15199 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
15200 (mouse-fixup-help-message): New defun called by show_help_echo
15201 to fixup mouse-2 prefix in help messages when applicable.
15202
15203 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
15204
15205 2005-03-31 Kenichi Handa <handa@m17n.org>
15206
15207 * language/thai-word.el (thai-find-word-ends): Pay attention to
15208 the case that we reach the end of buffer.
15209
15210 * textmodes/fill.el (fill-text-properties-at): New function.
15211 (fill-newline): Use fill-text-properties-at instead of
15212 text-properties-at.
15213
15214 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
15215
15216 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
15217 not comint-quote-filename.
15218
15219 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
15220
15221 * help-fns.el (help-with-tutorial): Revert last change.
15222
15223 2005-03-31 Kim F. Storm <storm@cua.dk>
15224
15225 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
15226
15227 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
15228
15229 * calendar/cal-china.el: Update reference to "Calendrical
15230 Calculations" book; there's a new edition.
15231 * calendar/cal-coptic.el: Likewise.
15232 * calendar/cal-french.el: Likewise.
15233 * calendar/cal-hebrew.el: Likewise.
15234 * calendar/cal-islam.el: Likewise.
15235 * calendar/cal-iso.el: Likewise.
15236 * calendar/cal-julian.el: Likewise.
15237 * calendar/cal-mayan.el: Likewise.
15238 * calendar/cal-persia.el: Likewise.
15239 * calendar/calendar.el: Likewise.
15240 * calendar/holidays.el: Likewise.
15241 * calendar/lunar.el: Likewise.
15242 * calendar/solar.el: Likewise.
15243
15244 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
15245 white space from doc string.
15246
15247 2005-03-30 Jay Belanger <belanger@truman.edu>
15248
15249 * calc/calc-help.el (calc-full-help): Remove email address.
15250
15251 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
15252
15253 * help-fns.el (help-with-tutorial): Delete title line.
15254
15255 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15256
15257 * calendar/cal-x.el (calendar-one-frame-setup)
15258 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
15259 rather than 'symbol for set-window-dedicated-p.
15260
15261 * calendar/appt.el (appt-buffer-name): Make it a constant.
15262 (appt-add): Doc fix.
15263
15264 * filesets.el (filesets-menu-path, filesets-menu-before)
15265 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
15266 (filesets-menu-cache-file): Use directory ~/.emacs.d.
15267 (filesets-add-submenu): Delete and use add-submenu instead.
15268
15269 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
15270
15271 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
15272 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
15273 (org-diary-default-entry): New function.
15274 (org-get-entries-from-diary): Better parsing of diary entries.
15275 (org-agenda-check-no-diary): New function.
15276 ("diary-lib"): Advice to function `add-to-diary-list', to allow
15277 linking to diary entries.
15278 (org-agenda-execute-calendar-command): New function.
15279 (org-agenda): Improve visible section in window.
15280 Use `org-fit-agenda-window'.
15281 (org-fit-agenda-window): New option.
15282 (org-move-subtree-down): Better handling of empty lines
15283 at end of subtree.
15284 (org-cycle): Numeric prefix is interpreted now as show-subtree N
15285 levels up.
15286 (org-fontify-done-headline): New option.
15287 (org-headline-done-face): New face.
15288 (org-set-font-lock-defaults): Use `org-headline-done-face'.
15289 (org-table-copy-down): Rename from `org-table-copy-from-above'.
15290 When current field is non-empty, it is copied to next row.
15291 (org-table-copy-from-above): Fix bug which made it
15292 impossible to copy fields containing only a single non-white character.
15293
15294 2005-03-30 Kim F. Storm <storm@cua.dk>
15295
15296 * kmacro.el (kmacro-end-macro): Isearch may store this command
15297 into the macro -- so ignore it when executing keyboard macro.
15298
15299 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
15300
15301 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
15302
15303 2005-03-29 Kenichi Handa <handa@m17n.org>
15304
15305 * language/thai.el ("Thai"): Set setup-function and exit-function
15306 for Thai language environment.
15307
15308 * language/thai-util.el: Require thai-word.
15309 (thai-word-mode-map): New variable.
15310 (thai-word-mode): New minor mode.
15311 (setup-thai-language-environment-internal): New function.
15312 (exit-thai-language-environment-internal): New function.
15313
15314 * language/thai-word.el (thai-word-table): Declare it by defvar,
15315 use dolist to initialize it.
15316 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
15317 (thai-fill-find-break-point): New functions.
15318
15319 2005-03-29 Richard M. Stallman <rms@gnu.org>
15320
15321 * simple.el (idle-update-delay): Move definition up.
15322 (set-mark): Doc fix.
15323
15324 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
15325
15326 * longlines.el: New file.
15327
15328 * simple.el (buffer-substring-filters): New variable.
15329 (filter-buffer-substring): New function.
15330 (kill-region, copy-region-as-kill): Use it.
15331
15332 * register.el (copy-to-register, append-to-register)
15333 (prepend-to-register): Use filter-buffer-substring.
15334
15335 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
15336
15337 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
15338 (gud-filter-pending-text): Move in front of gdb.
15339 (gud-overlay-arrow-position): New variable.
15340 (gud-sentinel, gud-display-line): Use it in place of
15341 overlay-arrow-position.
15342
15343 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
15344
15345 * progmodes/fortran.el (fortran-if-indent): Doc fix.
15346 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
15347 (fortran-font-lock-keywords-4): New variable.
15348 (fortran-blocks-re, fortran-end-block-re)
15349 (fortran-start-block-re): New constants, for hideshow.
15350 (hs-special-modes-alist): Add a Fortran entry.
15351 (fortran-mode-map): Bind fortran-end-of-block,
15352 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
15353 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
15354 (fortran-looking-at-if-then, fortran-end-of-block)
15355 (fortran-beginning-of-block): New functions, for hideshow.
15356
15357 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15358 Doc fix. Tweak regexp.
15359 (f90-beginning-of-block): Push mark first.
15360
15361 2005-03-29 Jay Belanger <belanger@truman.edu>
15362
15363 * calc/calc.el: Update copyright date.
15364 (calc-version): Increase to 2.1.
15365 (calc-version-date): Remove.
15366
15367 * calc/calc-help.el: Update copyright date.
15368 (calc-full-help): Remove reference to calc-version-date.
15369 Update copyright date.
15370
15371 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15372
15373 * vc.el (vc-do-command): Use a pipe for async processes, so password
15374 prompts don't show up at places where the user can't reply.
15375
15376 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
15377
15378 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
15379 on the file name we pass to the inferior shell.
15380
15381 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15382
15383 * progmodes/which-func.el (which-function): Be robust in the face of an
15384 imenu--make-index-alist failure.
15385
15386 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15387
15388 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
15389
15390 * progmodes/python.el (python-preoutput-filter): Fix last change.
15391
15392 2005-03-29 Lute Kamstra <lute@gnu.org>
15393
15394 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
15395 functions and compiled macros.
15396 (debug-convert-byte-code): Handle macros too.
15397 (debug-on-entry-1): Don't signal an error when trying to clear a
15398 function that is not set to debug on entry.
15399
15400 2005-03-29 Jay Belanger <belanger@truman.edu>
15401
15402 * calc/calc-lang.el: Add functions to math-function-table
15403 properties of tex and math.
15404
15405 2005-03-29 Kenichi Handa <handa@m17n.org>
15406
15407 * ps-mule.el (ps-mule-plot-string): Translate characters by
15408 ps-print-translation-table.
15409 (ps-mule-begin-job): Call find-charset-region/string with
15410 ps-print-translation-table.
15411 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
15412
15413 * ps-print.el (ps-print-translation-table): New variable.
15414 (ps-plot-region): Translate characters by ps-print-translation-table.
15415
15416 2005-03-29 Juri Linkov <juri@jurta.org>
15417
15418 * simple.el (next-error-highlight-timer): New variable.
15419
15420 * progmodes/compile.el (compilation-goto-locus):
15421 Use `next-error-highlight-timer' instead of `sit-for'.
15422
15423 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15424
15425 * mail/supercite.el (sc-mail-field): Use assoc-string.
15426 (sc-get-address): Simplify regexps.
15427
15428 * files.el (minibuffer-with-setup-hook): New macro.
15429 (find-file-read-args): Use it to avoid let-binding
15430 minibuffer-with-setup-hook (which breaks turning on/off
15431 file-name-shadow-mode while in the prompt).
15432
15433 * complete.el (PC-read-include-file-name-internal):
15434 Use test-completion.
15435
15436 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
15437
15438 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
15439
15440 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15441
15442 * window.el (window-buffer-height): Use count-screen-lines.
15443
15444 * progmodes/python.el (python-preoutput-leftover): New var.
15445 (python-preoutput-filter): Use it.
15446 (python-send-receive): Loop until all the result has been received.
15447
15448 2005-03-28 Juri Linkov <juri@jurta.org>
15449
15450 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
15451
15452 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
15453 "Recover Crashed Session".
15454 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
15455 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
15456 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
15457 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
15458 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
15459 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
15460 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
15461 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
15462
15463 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
15464 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
15465 Ediff Sessions", "Toggle use of separate control buffer frame",
15466 "Use separate frame for Ediff control buffer".
15467
15468 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
15469 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
15470 "Rename Bookmark", "Delete Bookmark".
15471
15472 * info.el (Info-mode-menu): Remove ellipsis from "Index".
15473 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
15474 Add `:active Info-index-alternatives' to "Next Matching Item".
15475
15476 * wdired.el (wdired-change-to-wdired-mode):
15477 Mention `wdired-abort-changes' key in the initial message.
15478
15479 * international/mule.el (auto-coding-alist): Associate non-ascii
15480 image filename extensions with `no-conversion'.
15481
15482 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15483
15484 * international/iso-acc.el:
15485 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
15486
15487 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
15488
15489 * textmodes/sgml-mode.el (html-mode): Doc update.
15490
15491 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
15492
15493 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
15494
15495 * term.el (term-move-columns): Fix face after extending a line.
15496 (term-insert-spaces): Likewise.
15497 (term-reset-terminal): Fix off by one error.
15498
15499 2005-03-26 Eli Zaretskii <eliz@gnu.org>
15500
15501 * international/mule.el (auto-coding-alist): Add .xpi files.
15502
15503 * files.el (auto-mode-alist): Add .xpi files.
15504
15505 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
15506
15507 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
15508
15509 2005-03-26 Eli Zaretskii <eliz@gnu.org>
15510
15511 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
15512
15513 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
15514
15515 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
15516 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
15517
15518 * calendar/cal-move.el (calendar-beginning-of-year): Move the
15519 cursor to Jan 1 when needed.
15520 (calendar-end-of-year): Fix -/+ typo.
15521 Reported by Chong Yidong <cyd@stupidchicken.com>.
15522
15523 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15524
15525 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
15526
15527 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
15528 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
15529
15530 2005-03-25 Richard M. Stallman <rms@gnu.org>
15531
15532 * filesets.el (filesets-init): Add autoload.
15533
15534 * mail/mailalias.el (mail-directory): Doc fix.
15535
15536 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15537
15538 * mail/mailalias.el (mail-directory-process): Do nothing if
15539 mail-directory-process is an atom.
15540 (mail-get-names): Ignore mail-directory-names if it is an atom.
15541 (mail-directory-process defvar): Doc fix.
15542 (mail-names): Doc fix.
15543
15544 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
15545
15546 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
15547
15548 2005-03-26 Kenichi Handa <handa@m17n.org>
15549
15550 * international/mule-util.el (detect-coding-with-priority):
15551 Call update-coding-systems-internal before detect-coding-region.
15552
15553 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
15554
15555 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
15556 (gdb-frames-mode-map): Add follow-link property.
15557
15558 2005-03-25 Jay Belanger <belanger@truman.edu>
15559
15560 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
15561 for variables.
15562
15563 2005-03-25 Juri Linkov <juri@jurta.org>
15564
15565 * image-mode.el: Optimize image filename extension regexps in
15566 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
15567 in `auto-mode-alist'.
15568 (image-mode): Add `image-toggle-display-text' to local hook
15569 `change-major-mode-hook'. Display the image as an image by
15570 default. Set `cursor-type' and `truncate-lines' if the image
15571 is already displayed. Take into account the current mode (image
15572 or text) in message.
15573 (image-minor-mode): New minor mode.
15574 (image-mode-maybe, image-toggle-display-text): New functions.
15575 (image-toggle-display): Use called-interactively-p.
15576 Let-bind `inhibit-read-only' to t.
15577
15578 * image-mode.el (image-minor-mode): Set `cursor-type' and
15579 `truncate-lines' if the image is already displayed. Add turning
15580 image-minor-mode off to `change-major-mode-hook'. Add message.
15581 Call `image-toggle-display-text' after turning image-minor-mode off.
15582
15583 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15584
15585 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
15586 Terminal.app, use utf-8.
15587 (set-display-table-and-terminal-coding-system): Add coding-system arg.
15588 (set-locale-environment): Use it.
15589
15590 * term/xterm.el: Undo last change, better done in mule-cmds.el.
15591
15592 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
15593
15594 * progmodes/python.el (python-close-block-statement-p)
15595 (python-outdent-p, python-current-defun): Use symbol-end.
15596
15597 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15598
15599 * files.el (save-some-buffers): Doc fix.
15600
15601 2005-03-25 Werner Lemberg <wl@gnu.org>
15602
15603 * complete.el, thumbs.el: Replace `legal' with `valid'.
15604 * calendar/calendar.el: Replace `legal' with `valid'.
15605 * emacs-lisp/advice.el: Replace `legal' with `valid'.
15606 * mail/supercite.el: Replace `legal' with `valid'.
15607 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
15608 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
15609 Replace `legal' with `valid'.
15610 * textmodes/reftex-vars.el, textmodes/reftex.el:
15611 Replace `legal' with `valid'.
15612
15613 2005-03-25 Werner Lemberg <wl@gnu.org>
15614
15615 * calc/calc-forms.el, calc/calc-sel.el:
15616 * midnight.el, vc-cvs.el:
15617 * emacs-lisp/cl-macs.el:
15618 * emulation/vip.el:
15619 * eshell/esh-io.el, eshell/esh-var.el:
15620 * mail/supercite.el:
15621 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
15622 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
15623 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
15624 * progmodes/sh-script.el, progmodes/xscheme.el:
15625 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
15626 * textmodes/reftex-index.el, textmodes/reftex-parse.el
15627 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
15628 * textmodes/reftex.el, textmodes/org.el:
15629 Replace `illegal' with `invalid'.
15630
15631 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15632
15633 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
15634 (flymake-find-buildfile, flymake-find-possible-master-files)
15635 (flymake-check-include, flymake-parse-line): Replace loops over the
15636 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
15637
15638 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
15639 Substitute file-name-as-directory in the rest of the file.
15640 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
15641 (flymake-replace-region): Remove unused arg `buffer'.
15642 (flymake-check-patch-master-file-buffer): Update calls to it.
15643 (flymake-add-err-info): Remove unused var `count'.
15644 (flymake-mode): Use define-minor-mode.
15645
15646 * progmodes/flymake.el: Use with-current-buffer.
15647 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
15648 flymake-replace-regexp-in-string, flymake-line-beginning-position)
15649 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
15650 Avoid testing for `xemacs'.
15651 (flymake-nop): Move.
15652 (flymake-region-has-flymake-overlays): Return the computed value.
15653 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
15654 Remove unused var `endline'.
15655 (flymake-get-line-count): Remove unused function.
15656 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
15657
15658 * emulation/vi.el:
15659 * generic.el:
15660 * hilit-chg.el (global-highlight-changes):
15661 * hi-lock.el (hi-lock-mode):
15662 * follow.el: find-file-hooks -> find-file-hook.
15663
15664 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
15665
15666 2005-03-24 Juri Linkov <juri@jurta.org>
15667
15668 * dired.el (dired-mode-map): Add menu item "Compare directories"
15669 for dired-compare-directories.
15670
15671 * dired-aux.el (dired-compare-directories): Add autoload cookie.
15672 Doc fix. Replace `read-file-name' with `read-directory-name'.
15673
15674 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15675
15676 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
15677
15678 2005-03-24 Jay Belanger <belanger@truman.edu>
15679
15680 * calc/calc-embed.el (calc-embedded-mode-change): Save all
15681 relevant mode settings in calc-embedded-original-modes when modes
15682 are permanently changed.
15683
15684 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15685
15686 * autoinsert.el: find-file-hooks -> find-file-hook.
15687
15688 2005-03-24 Lute Kamstra <lute@gnu.org>
15689
15690 * generic.el (generic-font-lock-defaults): Make it obsolete.
15691 (generic-font-lock-keywords): New variable to replace
15692 generic-font-lock-defaults.
15693 (generic-mode-set-font-lock): Delete it.
15694 (generic-mode-internal): Don't call generic-mode-set-font-lock.
15695 (generic-bracket-support): Add docstring.
15696
15697 * generic-x.el: Rename generic-font-lock-defaults to
15698 generic-font-lock-keywords throughout.
15699 (mailagent-rules-setup-function): Delete it.
15700 (mailagent-rules-generic-mode): Use anonymous function instead.
15701 (show-tabs-generic-mode-font-lock-defaults-1)
15702 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
15703 Quote faces.
15704 (show-tabs-tab-face, show-tabs-space-face): Specify background,
15705 not foreground.
15706
15707 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15708 Recognize define-generic-mode.
15709
15710 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
15711
15712 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
15713 if there's no completion table.
15714
15715 2005-03-23 Miles Bader <miles@gnu.org>
15716
15717 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15718 Remove tty-specific variants, as they're no longer needed.
15719
15720 2005-03-23 Lute Kamstra <lute@gnu.org>
15721
15722 * generic-x.el: Code cleanup: make args constant whenever possible.
15723 (installshield-statement-keyword-list)
15724 (installshield-system-functions-list)
15725 (installshield-system-variables-list, installshield-types-list)
15726 (installshield-funarg-constants-list): Make them constants.
15727
15728 * generic.el (generic-make-keywords-list): Add autoload cookie.
15729
15730 * calendar/time-date.el: Add comment on time value formats.
15731 Don't require parse-time.
15732 (with-decoded-time-value): New macro.
15733 (encode-time-value): New function.
15734 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15735 (days-to-time): Return a valid time value when arg is huge.
15736 (time-since): Use time-subtract.
15737 (time-to-number-of-days): Use time-to-seconds.
15738
15739 2005-03-23 David Ponce <david@dponce.com>
15740
15741 * recentf.el: (recentf-keep): New option.
15742 (recentf-menu-action): Default to `find-file'.
15743 (recentf-keep-non-readable-files-flag)
15744 (recentf-keep-non-readable-files-p)
15745 (recentf-file-readable-p, recentf-find-file)
15746 (recentf-cleanup-remote): Remove.
15747 (recentf-include-p): More robust.
15748 (recentf-keep-p): New function.
15749 (recentf-remove-if-non-kept): Rename from
15750 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
15751 All callers updated.
15752 (recentf-menu-items-for-commands): Fix help string.
15753 (recentf-track-closed-file): Update. Doc fix.
15754 (recentf-cleanup): Update. Count removed files. Doc fix.
15755
15756 2005-03-23 Kim F. Storm <storm@cua.dk>
15757
15758 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15759 Don't inherit from fringe face (now happens automatically).
15760
15761 2005-03-22 Kim F. Storm <storm@cua.dk>
15762
15763 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
15764 position values.
15765
15766 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15767
15768 * menu-bar.el (showhide-date-time): Remove.
15769 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
15770 (menu-bar-make-mm-toggle): Simplify.
15771
15772 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15773
15774 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
15775 Accept qualified variable and function names.
15776
15777 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
15778
15779 * bindings.el (completion-ignored-extensions):
15780 Remove ".lis" for `vax-vms'.
15781
15782 2005-03-22 Andreas Schwab <schwab@suse.de>
15783
15784 * generic-x.el: Revert last change.
15785 * ldefs-boot.el: Update.
15786
15787 2005-03-22 Jay Belanger <belanger@truman.edu>
15788
15789 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
15790 (calc-embedded-save-original-modes)
15791 (calc-embedded-restore-original-modes): New functions.
15792 (calc-do-embedded): Save original modes when entering embedded mode
15793 and restore when leaving embedded mode.
15794 (calc-embedded-modes-change): Change the value of
15795 calc-embedded-original-modes to reflect permanent changes.
15796
15797 2005-03-22 Lute Kamstra <lute@gnu.org>
15798
15799 * generic-x.el: Require generic again.
15800
15801 2005-03-22 Miles Bader <miles@gnu.org>
15802
15803 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15804 Tweak details to look good on both ttys and bitmap displays, light
15805 or dark background, etc.
15806
15807 2005-03-21 Kim F. Storm <storm@cua.dk>
15808
15809 * tooltip.el (tooltip-show-help-function): Check car and cdr of
15810 mouse position.
15811
15812 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15813
15814 * icomplete.el: Don't forcibly turn on the mode upon load.
15815 (icomplete-mode): Use define-minor-mode.
15816 (icomplete-eoinput): Default to nil.
15817 (icomplete-minibuffer-setup): Remove autoload.
15818 (icomplete-tidy): Simplify.
15819 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
15820 in the initial state or if the user has modified the field.
15821 Fix handling of icomplete-max-delay-chars.
15822 Remove code that handles the oddball case where
15823 minibuffer-completion-table is an integer.
15824 Wrap icomplete-completions in while-no-input in case building
15825 completions takes more time than expected.
15826 (icomplete-completions): Simplify.
15827
15828 2005-03-21 Richard M. Stallman <rms@gnu.org>
15829
15830 * jka-compr.el (jka-compr-really-do-compress):
15831 Make variable buffer-local.
15832
15833 * image-mode.el: Handle .xpm files too.
15834 (image-toggle-display): Preserve modification flag.
15835
15836 * help.el (where-is): Don't mention aliases with no key bindings.
15837
15838 2005-03-21 Lute Kamstra <lute@gnu.org>
15839
15840 * generic.el: Fix commentary section. Don't require cl for
15841 compilation.
15842 (generic-mode-list): Add autoload cookie.
15843 (generic-use-find-file-hook, generic-lines-to-scan)
15844 (generic-find-file-regexp, generic-ignore-files-regexp)
15845 (generic-mode, generic-mode-find-file-hook)
15846 (generic-mode-ini-file-find-file-hook): Fix docstrings.
15847 (define-generic-mode): Make it a defmacro. Fix docstring.
15848 (generic-mode-internal): Code cleanup. Add autoload cookie.
15849 (generic-mode-set-comments): Code cleanup.
15850 * generic-x.el: Don't prevent compilation. Don't require generic.
15851 Follow coding conventions. Minor code cleanup.
15852 (etc-fstab-generic-mode): Add some keywords.
15853 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
15854 define-generic-mode like a function declaration.
15855
15856 2005-03-21 Jay Belanger <belanger@truman.edu>
15857
15858 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
15859 changing modes.
15860
15861 2005-03-21 Sam Steingold <sds@gnu.org>
15862
15863 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
15864
15865 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
15866
15867 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
15868 Add underscore to "f$ lexicals" regexp.
15869
15870 2005-03-20 Juri Linkov <juri@jurta.org>
15871
15872 * subr.el (progress-reporter-do-update): When `min-value' is equal
15873 to `max-value', set `percentage' to 0 and prevent division by zero.
15874
15875 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
15876
15877 Sync with Tramp 2.0.48.
15878
15879 * net/tramp.el (all): Change all addresses to .gnu.org.
15880 (tramp-append-tramp-buffers): New defun.
15881 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
15882 Catch `dont-send' signal.
15883 (tramp-set-auto-save-file-modes): Set always permissions, because
15884 there might be an old auto-saved file belonging to another
15885 original file. This could be a security threat. Reported by
15886 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
15887 Check for Emacs 21.3.50 removed.
15888
15889 * net/tramp-smb.el (all): Remove debug construct for
15890 `with-parsed-tramp-file-name'.
15891 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
15892 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
15893 No error message if DIRECTORY or FILENAME doesn't exist.
15894 (tramp-smb-open-connection): Check existence of
15895 `tramp-smb-program'.
15896
15897 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15898
15899 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
15900 Properly handle the case where the `m' or `s' command's argument is not
15901 yet terminated.
15902 (perl-indent-new-calculate): New function.
15903 (perl-indent-line): Use it.
15904
15905 2005-03-20 Miles Bader <miles@gnu.org>
15906
15907 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
15908 in text-mode too. Change to new face names.
15909 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
15910 Add `:weight bold' attribute.
15911 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
15912
15913 2005-03-19 Juri Linkov <juri@jurta.org>
15914
15915 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
15916
15917 * international/mule.el (auto-coding-alist): Sync with
15918 `auto-mode-alist' by adding upper case archive file extensions
15919 and adding ear/war to jar extension.
15920
15921 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
15922
15923 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
15924 running, restart it.
15925
15926 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
15927
15928 * finder.el (finder-current-item): Throw an error on an empty line.
15929
15930 * man.el (Man-follow-manual-reference): If current-word returns
15931 nil, use "".
15932
15933 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
15934
15935 * simple.el (goto-line): Doc fix.
15936
15937 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
15938
15939 * files.el (save-buffer): Doc fix.
15940
15941 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
15942
15943 * recentf.el (recentf-cleanup-remote): New variable.
15944 (recentf-cleanup): Use it to conditionally check availability of
15945 remote files.
15946
15947 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
15948
15949 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
15950 function names.
15951
15952 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15953
15954 * language/thai-word.el: New file.
15955
15956 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15957
15958 * files.el (backup-buffer): If the file's directory is not
15959 writable, use copy instead of move to backup the file.
15960
15961 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15962
15963 * obsolete/keyswap.el: Moved to obsolete/ from term/.
15964
15965 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15966
15967 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
15968 Use functionp instead of symbolp and fboundp. Reported by Drkm
15969 <darkman_spam@yahoo.fr>.
15970 (ps-print-version): New version 6.6.6.
15971
15972 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
15973
15974 * textmodes/table.el (table--line-column-position): New idiom.
15975 (table--row-column-insertion-point-p): New function to test
15976 validity of row and column insertion operation at a location.
15977 (table-global-menu, table-cell-menu): Use above functions for
15978 deterministic test operation.
15979 (table--editable-cell-p): Behave in deterministic fashion.
15980
15981 2005-03-18 Juri Linkov <juri@jurta.org>
15982
15983 * isearch.el (isearch-lazy-highlight-new-loop):
15984 Make arguments beg and end optional.
15985 (isearch-update): Remove optional arguments nil from
15986 isearch-lazy-highlight-new-loop.
15987 (isearch-lazy-highlight-search): Let-bind case-fold-search to
15988 isearch-lazy-highlight-case-fold-search instead of
15989 isearch-case-fold-search, and let-bind isearch-regexp to
15990 isearch-lazy-highlight-regexp.
15991 Use isearch-lazy-highlight-last-string instead of isearch-string.
15992
15993 * replace.el (perform-replace): Remove bindings of global
15994 variables isearch-string, isearch-regexp, isearch-case-fold-search.
15995 Add three new arguments to `replace-highlight'.
15996 (replace-highlight): Add arguments string, regexp, case-fold.
15997 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
15998 to allow isearch-lazy-highlight-new-loop to use these values
15999 to set corresponding isearch-lazy-highlight-* internal
16000 variables whose values lazy highlighting will use regardless of
16001 changes to global variables isearch-string, isearch-regexp,
16002 isearch-case-fold-search during lazy highlighting loop.
16003 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
16004 to `lazy-highlight-cleanup'.
16005
16006 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
16007 (ispell-highlight-face): Set default face to `isearch' when
16008 lazy highlighting is enabled.
16009 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
16010 priority to 1. Add lazy highlighting.
16011 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
16012 from `isearch-dehighlight'.
16013
16014 2005-03-18 David Ponce <david@dponce.com>
16015
16016 * files.el (hack-local-variables): Do a case-insensitive search
16017 for End.
16018
16019 2005-03-18 Juri Linkov <juri@jurta.org>
16020
16021 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
16022 `isearch-lazy-highlight-cleanup', add alias to old name and
16023 declare obsolete. Add release numbers to other obsolete vars.
16024 (isearch-done, isearch-lazy-highlight-new-loop):
16025 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
16026 (lazy-highlight-cleanup) <variable>: Doc fix.
16027 (isearch-lazy-highlight-update): Rename obsolete
16028 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
16029
16030 2005-03-18 Kenichi Handa <handa@m17n.org>
16031
16032 * language/thai-util.el: Fix categorization of Thai characters in
16033 thai-category-table.
16034 (thai-composition-pattern): Adjust it for the above change.
16035 (thai-self-insert-command, thai-compose-syllable): New functions.
16036 (thai-compose-region): Use thai-compose-syllable.
16037 (thai-compose-string): Likewise.
16038 (thai-composition-function): Likewise.
16039 (thai-auto-composition): New function.
16040 (thai-auto-composition-mode): New minor mode.
16041
16042 * language/thai.el: Fix patterns to be registered in
16043 composition-function-table.
16044
16045 * international/quail.el (quail-input-method): Locally bind
16046 inhibit-modification-hooks to t.
16047
16048 2005-03-17 Richard M. Stallman <rms@gnu.org>
16049
16050 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
16051 (perl-mode): Use run-mode-hooks.
16052
16053 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
16054 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
16055 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
16056
16057 * mail/sendmail.el (sendmail-send-it): Reenable the code
16058 to compute resend-to-address and use it.
16059
16060 * tar-mode.el (tar-mode): Turn off undo unconditionally.
16061
16062 * image-mode.el: New file.
16063
16064 * image.el (insert-sliced-image): Add autoload cookie.
16065
16066 * font-lock.el (font-lock-lines-before): New user option.
16067 (font-lock-after-change-function): Obey it.
16068
16069 * bindings.el (esc-map): Make M-g a prefix.
16070 Bind M-g g and M-g M-g to goto-line.
16071
16072 * faces.el (face-id): Doc fix.
16073
16074 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16075
16076 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16077 (rmail-show-message): Use rmail-unknown-mail-followup-to.
16078 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16079
16080 * mail/sendmail.el (mail-yank-ignored-headers)
16081 (mail-font-lock-keywords, mail-mode-fill-paragraph):
16082 Add Mail-Followup-To and Mail-Reply-To headers.
16083 (mail-citation-hook): Add autoload cookie.
16084 (mail-mode): Doc fix.
16085 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16086 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16087 (mail-mode-fill-paragraph): Handle those headers.
16088 (mail-mailing-lists): New variable.
16089 (mail-mail-reply-to, mail-mail-followup-to): New functions.
16090
16091 2005-03-17 Juri Linkov <juri@jurta.org>
16092
16093 * isearch.el (isearch-fallback): Check for `(car previous)'
16094 before calling `isearch-other-end-state'.
16095
16096 2005-03-17 Kim F. Storm <storm@cua.dk>
16097
16098 * simple.el (move-beginning-of-line): Move to beginning of buffer
16099 line, as well as beginning of screen line.
16100
16101 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
16102
16103 * calendar/diary-lib.el (mark-diary-entries): Use new optional
16104 argument REDRAW rather than calendar-redrawing variable.
16105 * calendar/calendar.el (calendar-redrawing): Delete.
16106 (redraw-calendar): Do not bind calendar-redrawing.
16107
16108 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
16109
16110 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
16111 diary-file buffer.
16112
16113 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16114
16115 * help.el (describe-mode): Allow a :minor-mode-function property to
16116 specify a different minor mode toggle function than the variable.
16117 * simple.el (auto-fill-function):
16118 * subr.el (add-minor-mode): Use it.
16119
16120 2005-03-16 Kenichi Handa <handa@m17n.org>
16121
16122 * language/ethio-util.el (sera-being-called-by-w3): New variable.
16123 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
16124 (ethio-fidel-to-sera-buffer): Likewise.
16125
16126 2005-03-16 Juri Linkov <juri@jurta.org>
16127
16128 * emacs-lisp/find-func.el (find-function-regexp):
16129 Add defun-emitting macro `menu-bar-make-toggle'.
16130
16131 * isearch.el: Put `isearch-scroll' property to
16132 `split-window-horizontally'.
16133
16134 * info.el: Update error messages for `debug-ignored-errors'.
16135 (Info-isearch-search): Doc fix.
16136 (Info-find-node): Move up code to go into info buffer before
16137 recording the node to the history.
16138 (Info-fontify-node): Fontify titles only if the next line
16139 has two or more `*', `=', `-', `.'.
16140 Display "go to this node" for empty (match-string 3).
16141
16142 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16143
16144 * term/mac-win.el: Add mouse pointer shape constants.
16145
16146 2005-03-15 Kim F. Storm <storm@cua.dk>
16147
16148 * simple.el (move-beginning-of-line): Use vertical-motion.
16149
16150 2005-03-15 Juri Linkov <juri@jurta.org>
16151
16152 * isearch.el (isearch-error): New variable.
16153 (isearch-invalid-regexp, isearch-within-brackets): Remove.
16154 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
16155 (isearch-within-brackets-state): Remove.
16156 (isearch-case-fold-search-state, isearch-pop-fun-state):
16157 Decrease frame index.
16158 (isearch-mode, isearch-top-state, isearch-push-state)
16159 (isearch-edit-string, isearch-abort, isearch-search-and-update)
16160 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
16161 (isearch-search, isearch-lazy-highlight-new-loop):
16162 Replace `isearch-invalid-regexp' with `isearch-error'.
16163 Remove `isearch-within-brackets'.
16164 (isearch-search): Add `search-failed' handler to `condition-case'.
16165 (isearch-lazy-highlight-search): Add `condition-case' to catch
16166 errors and allow `isearch-lazy-highlight-update' to try
16167 highlighting from the beginning of the window.
16168 (isearch-repeat): Move up code to set isearch-wrapped to t
16169 before calling isearch-wrap-function.
16170
16171 * info.el (Info-isearch-initial-node): New internal variable.
16172 (Info-search): Signal an error in isearch mode when search leaves
16173 the initial node. Signal an error when `bound' is non-nil and
16174 nothing was found in the current subfile.
16175 (Info-isearch-search): Remove `condition-case'.
16176 (Info-isearch-wrap): Don't wrap when search failed during leaving
16177 the initial node. If `Info-isearch-search' is nil, wrap around
16178 the current node.
16179 (Info-isearch-start): New fun.
16180 (Info-mode): Add buffer-local hook `Info-isearch-start' to
16181 `isearch-mode-hook'.
16182
16183 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16184
16185 * simple.el (normal-erase-is-backspace): Set default to t if
16186 running on Mac.
16187
16188 * term/mac-win.el (function-key-map): Sync with x-win.el.
16189
16190 2005-03-15 Kenichi Handa <handa@m17n.org>
16191
16192 * international/mule-cmds.el (locale-language-names): Modify the
16193 format of elements and add more entries.
16194 (locale-preferred-coding-systems): Add more entries.
16195 (set-locale-environment): Adjust for the change of
16196 locale-language-names.
16197
16198 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16199
16200 * pcvs.el (smerge-ediff): Remove bogus autoload.
16201
16202 2005-03-14 Lute Kamstra <lute@gnu.org>
16203
16204 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
16205 Ignore a `*' at the beginning of a line.
16206
16207 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
16208 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
16209 subr.el.
16210 (dont-compile, eval-when-compile, eval-and-compile): Use declare
16211 to specify indentation.
16212
16213 * generic.el (define-generic-mode): Let generic-mode-list be a
16214 list of strings; test membership with equal.
16215
16216 2005-03-14 Kim F. Storm <storm@cua.dk>
16217
16218 * simple.el (next-line, previous-line): Add optional try-vscroll
16219 arg to recognize interactive use. Pass it on to line-move.
16220 (line-move): Don't perform auto-window-vscroll when defining or
16221 executing keyboard macro to ensure consistent behavior.
16222
16223 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16224
16225 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
16226
16227 2005-03-13 Lute Kamstra <lute@gnu.org>
16228
16229 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
16230 debugger-setup-buffer so that backtrace marks the frames set to
16231 debug-on-exit and we don't have to do it manually. Set an extra
16232 debug-on-exit for macro's.
16233 (debugger-setup-buffer): Don't mark the top frame manually.
16234
16235 2005-03-12 Lute Kamstra <lute@gnu.org>
16236
16237 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
16238 lisp-indent-function throughout.
16239 (with-no-warnings): Set lisp-indent-function property.
16240
16241 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
16242
16243 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
16244 Add entry for backslash.
16245
16246 2005-03-12 Juri Linkov <juri@jurta.org>
16247
16248 * info.el (Info-search): Four fixes for backward search.
16249
16250 2005-03-11 Jay Belanger <belanger@truman.edu>
16251
16252 * calc/calc.el (calc-language-alist): New variable.
16253 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
16254 (calc-embedded-find-modes): Use calc-language-alist instead of
16255 calc-embedded-language-alist.
16256
16257 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
16258
16259 * calendar/calendar.el (calendar-redrawing): New internal
16260 variable.
16261 (redraw-calendar): Remove bogus save-excursion from previous
16262 change. Bind calendar-redrawing to t for mark-diary-entries.
16263 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
16264 calendar if that is why we were called.
16265
16266 2005-03-11 Kenichi Handa <handa@m17n.org>
16267
16268 * international/mule.el (make-coding-system): Set property
16269 coding-system-define-form to nil.
16270 (define-coding-system-alias): Likewise.
16271
16272 2005-03-11 Kenichi Handa <handa@m17n.org>
16273
16274 These changes are suggested by Dave Love <fx@gnu.org>.
16275
16276 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
16277 coding: tag.
16278 (adaptive-fill-regexp): Add more bullets.
16279 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
16280 regexps.
16281
16282 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16283
16284 * help.el (describe-mode): Properly handle non-trivial lighters.
16285 Don't ignore minor modes that are not listed in minor-mode-list.
16286
16287 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
16288 feature ON when the user requests to turn it OFF.
16289
16290 2005-03-10 Lute Kamstra <lute@gnu.org>
16291
16292 * emacs-lisp/debug.el (debug-entry-code): Delete it.
16293 (implement-debug-on-entry): New function to replace debug-entry-code.
16294 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
16295 second argument as the 2005-03-07 change makes it obsolete.
16296 (debug-on-entry, cancel-debug-on-entry): Update call to
16297 debug-on-entry-1.
16298 (debug, debugger-setup-buffer): Comment update.
16299 (debugger-frame-number): Update to work with implement-debug-on-entry.
16300
16301 2005-03-10 Jay Belanger <belanger@truman.edu>
16302
16303 * calc/calc-embed.el (math-ms-args): Declare it.
16304 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
16305 math-ms-args.
16306 (calc-embedded-subst): Use math-multi-subst-rec to substitute
16307 variables.
16308
16309 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
16310
16311 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
16312 Use message-box.
16313
16314 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
16315 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
16316 (tooltip-gud-tips): Simplify.
16317 (tooltip-gud-tips-p): Remove superfluous :set.
16318 (tooltip-gud-modes): Add fortran-mode.
16319 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
16320
16321 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
16322
16323 2005-03-09 Kim F. Storm <storm@cua.dk>
16324
16325 * play/animate.el (animate-place-char): Use forward-line instead
16326 of next-line to improve performance.
16327
16328 2005-03-09 Simon Josefsson <jas@extundo.com>
16329
16330 * net/browse-url.el (browse-url-default-browser): Doc fix.
16331
16332 2005-03-09 Miles Bader <miles@gnu.org>
16333
16334 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
16335 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
16336
16337 2005-03-09 Kenichi Handa <handa@m17n.org>
16338
16339 * international/latin-1.el: Set case and syntax for 255 only if
16340 set-case-syntax-set-multibyte is nil.
16341
16342 * textmodes/ispell.el (ispell-insert-word): New function.
16343 (ispell-word): Use ispell-insert-word to insert a new word.
16344 (ispell-process-line): Likewise.
16345 (ispell-complete-word): Likewise.
16346
16347 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
16348
16349 * calendar/calendar.el (redraw-calendar): Preserve point.
16350 Reported by Matt Hodges <MPHodges@member.fsf.org>.
16351 (calendar-week-start-day): Move after definition of
16352 redraw-calendar. Delete buffer test, since redraw-calendar has
16353 that now.
16354
16355 * calendar/diary-lib.el (mark-diary-entries): Only call
16356 redraw-calendar in the first of any recursive calls.
16357 Reported by Alan Shutko <ats@acm.org>.
16358
16359 2005-03-08 Juri Linkov <juri@jurta.org>
16360
16361 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
16362 (html-horizontal-rule, html-line, html-image, html-checkboxes)
16363 (html-radio-buttons): Add a space before the trailing `/>' where
16364 sgml-xml-mode is non-nil.
16365 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
16366 the subsequent tag of the empty XML tag.
16367 (html-href-anchor): Don't set initial input to "http:".
16368 (html-image): Ask for the image URL and set point inside alt="".
16369 (html-name-anchor): Duplicate the name in the `id' attribute when
16370 sgml-xml-mode is non-nil.
16371 (html-paragraph): Remove \n before <p>.
16372 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
16373 instead of `checked' when sgml-xml-mode is non-nil.
16374
16375 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
16376 Remove 1 space before #RRGGBB to not truncate it on terminal
16377 windows w/o fringes. Remove 1 space between bg and fg examples
16378 to get more space.
16379 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
16380 avoid byte-compile warnings.
16381
16382 * image-file.el (image-file-handler): Put `safe-magic' property to
16383 `image-file-handler'.
16384
16385 * info.el (Info-isearch-search): Emulate word search in
16386 isearching through multiple Info nodes with Info-search.
16387 (Info-isearch-wrap): Allow isearch-word.
16388
16389 2005-03-08 Lute Kamstra <lute@gnu.org>
16390
16391 * emacs-lisp/debug.el (debugger-step-through): Make sure that
16392 stepping into the debugger's code is not possible.
16393 (debugger-jumping-flag): Docstring update.
16394
16395 2005-03-08 Jay Belanger <belanger@truman.edu>
16396
16397 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
16398 embedded mode begins.
16399 (calc-embedded-language-alist): New variable.
16400 (calc-embedded-find-modes): Use calc-embedded-language-alist to
16401 set default language mode.
16402
16403 2005-03-08 Kenichi Handa <handa@m17n.org>
16404
16405 * international/ccl.el (define-ccl-program): Fix docstring about
16406 extra 256 bytes assured for the output buffer.
16407
16408 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16409 Fix BUFFER_MAGNIFICATION to 2.
16410 (ccl-encode-mule-utf-16be-with-signature): Likewise.
16411
16412 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
16413
16414 * align.el (align-rules-list): Added an alignment rule for CSS
16415 declarations (applies to css-mode and html-mode buffers).
16416
16417 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16418
16419 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
16420
16421 2005-03-07 Kim F. Storm <storm@cua.dk>
16422
16423 * simple.el (move-beginning-of-line): New command.
16424
16425 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
16426
16427 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
16428
16429 * emulation/cua-base.el: Put CUA move property on move-end-of-line
16430 and move-beginning-of-line.
16431
16432 * apropos.el (apropos-print): Omit command from M-x ... RET.
16433
16434 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
16435
16436 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
16437 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
16438
16439 2005-03-06 Richard M. Stallman <rms@gnu.org>
16440
16441 * bindings.el (esc-map): Bind M-g to goto-line.
16442
16443 * facemenu.el (global-map): Bind M-o, not M-g.
16444
16445 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16446
16447 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
16448 "Open Directory" as for "Open File".
16449
16450 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
16451
16452 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
16453 (push-mark-command): Run activate-mark-hook.
16454
16455 2005-03-06 Richard M. Stallman <rms@gnu.org>
16456
16457 * help-mode.el (help-mode-finish): Don't alter the element
16458 in view-return-to-alist if there already is one.
16459
16460 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
16461 make sure the current buffer is the expected one.
16462
16463 * novice.el (disabled-command-function): Output in *Disabled Command*.
16464 Explicitly ignore non-keyboard events, and explicitly handle C-g.
16465
16466 * textmodes/flyspell.el (flyspell-large-region):
16467 Pass args differently for aspell.
16468
16469 * files.el (mode-require-final-newline): Doc fix.
16470
16471 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16472
16473 * progmodes/which-func.el (which-function):
16474 Specify NOERROR when calling imenu--make-index-alist.
16475
16476 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
16477
16478 * simple.el (normal-erase-is-backspace): Define default value.
16479
16480 * custom.el (custom-theme-set-variables): Remove unused var
16481 `immediate'.
16482 (custom-reevaluate-setting): Simple function to handle variables
16483 that are defined before their default value can really be
16484 computed.
16485
16486 * startup.el (command-line): Use it for temporary-file-directory,
16487 small-emporary-file-directory, auto-save-file-name-transforms,
16488 blink-cursor-mode, and normal-erase-is-backspace.
16489
16490 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
16491 progress, even with buggy anchored keywords.
16492
16493 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
16494
16495 * simple.el (goto-line): Remove unbalanced final parenthesis.
16496
16497 2005-03-05 Richard M. Stallman <rms@gnu.org>
16498
16499 * simple.el (goto-line): Use a number at point as the default.
16500 With C-u as arg, switch buffers.
16501
16502 2005-03-05 Juri Linkov <juri@jurta.org>
16503
16504 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
16505 with `no-blinking-cursor'.
16506
16507 * startup.el (no-blinking-cursor): New defvar.
16508 (command-line): Add `--no-blinking-cursor' to longopts.
16509 Set `no-blinking-cursor' to t for command line arguments
16510 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
16511 with `no-blinking-cursor' in the condition for calling
16512 `blink-cursor-mode'.
16513
16514 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
16515
16516 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
16517 (menu-bar-options-save): Add blink-cursor-mode.
16518 (menu-bar-options-menu): Add blink-cursor-mode.
16519
16520 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
16521
16522 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
16523 (icalendar-export-file, icalendar-export-region)
16524 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
16525 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
16526
16527 2005-03-04 Lute Kamstra <lute@gnu.org>
16528
16529 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
16530 (debug-function-list): Ditto.
16531
16532 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
16533
16534 * textmodes/texinfmt.el (texinfo-append-refill):
16535 Redefine the types of line to which @refill
16536 is not appended by replacing a search for `@refill\\|@bye' with
16537 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
16538 itemize@refill' bug and the unfilled long lines bug.
16539 (texinfmt-version): Update number and date.
16540
16541 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
16542
16543 * international/code-pages.el (windows-1250, windows-125[2-8])
16544 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
16545
16546 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
16547
16548 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
16549 bound yet.
16550
16551 2005-03-02 Romain Francoise <romain@orebokech.com>
16552
16553 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
16554 buffer after removing limits.
16555 (ibuffer-pop-filter): Ditto.
16556 Update copyright.
16557
16558 2005-03-02 Miles Bader <miles@gnu.org>
16559
16560 * button.el (make-text-button): If the user doesn't specify a
16561 type, use the default. Rewrite to use `add-text-properties' and
16562 plist functions.
16563
16564 2005-03-01 Lute Kamstra <lute@gnu.org>
16565
16566 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
16567 (debugger-jumping-flag): New var.
16568 (debug-entry-code): Use it.
16569 (debugger-jump): Use debugger-jumping-flag and add
16570 debugger-reenable to post-command-hook.
16571 (debugger-reenable): Use debugger-jumping-flag and remove itself
16572 from post-command-hook.
16573 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
16574 debugger-reenable.
16575
16576 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
16577
16578 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
16579 inclusion of "itemize\\|", which may be unnecessary, is certainly
16580 inelegant, and stops refilling in itemize lists when formatting
16581 Japanese Texinfo files to Info.
16582 Update copyright to 2005.
16583
16584 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
16585
16586 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
16587 of an error if GDB can't find the source file.
16588
16589 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
16590
16591 * calendar/calendar.el (redraw-calendar): Work from any buffer,
16592 not just the calendar.
16593
16594 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
16595 first.
16596 (diary-redraw-calendar): New function.
16597 (make-diary-entry): Add diary-redraw-calendar to local
16598 write-contents-functions. Turn off selective display before
16599 inserting in diary.
16600
16601 2005-03-01 Kim F. Storm <storm@cua.dk>
16602
16603 * emacs-lisp/copyright.el (copyright-fix-years): New command.
16604
16605 2005-03-01 Lute Kamstra <lute@gnu.org>
16606
16607 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
16608 that debug-entry-code can be safely removed from a function while
16609 this code is being evaluated. Revert the 2005-02-27 change as the
16610 new implementation no longer requires it. Make sure that a
16611 function body containing just a string is not mistaken for a docstring.
16612 (debug): Skip one more frame in case of debug on entry.
16613 (debugger-setup-buffer): Delete one more frame line in case of
16614 debug on entry.
16615 (debugger-frame-number): Update to use the new text introduced by
16616 the 1999-11-03 change. Skip one more frame in case of debug on entry.
16617
16618 2005-02-28 Kim F. Storm <storm@cua.dk>
16619
16620 * double.el (double-translate-key): Call force-window-update after
16621 read-event to avoid crash in redisplay.
16622
16623 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
16624
16625 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
16626 (debug): Use it. Move the inhibit-trace earlier.
16627 (debug-entry-code): New const.
16628 (debug-on-entry-1): Use it.
16629
16630 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
16631
16632 * international/utf-16.el (ccl-encode-mule-utf-16le):
16633 Fix BUFFER_MAGNIFICATION to 2.
16634 (ccl-encode-mule-utf-16be): Likewise.
16635
16636 2005-02-28 Kenichi Handa <handa@m17n.org>
16637
16638 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16639 Fix BUFFER_MAGNIFICATION to 4.
16640 (ccl-encode-mule-utf-16be-with-signature): Likewise.
16641
16642 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
16643
16644 * speedbar.el (speedbar-update-flag): Doc fix.
16645 (speedbar-show-info-under-mouse): Give set-mouse-position the right
16646 argument.
16647
16648 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
16649
16650 * reveal.el (reveal-post-command): Don't try to reveal overlays which
16651 have a non-nil `invisible' property but are actually visible.
16652
16653 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
16654 for perldoc sections.
16655 (perl-outline-regexp, perl-outline-level): New var and function.
16656 (perl-mode): Use them.
16657
16658 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
16659
16660 * calendar/diary-lib.el (diary-remind): Discard any mark portion
16661 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
16662
16663 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
16664
16665 * cus-edit.el: Comment change.
16666 (custom-buffer-create-internal): Slightly reword text at top of
16667 Custom buffers. Mention there that saving an option edits the
16668 init file. Add link to Emacs manual node on `custom-file'.
16669 (custom-magic-alist): Rewrite individual State messages to use
16670 capitalized keywords. Doc fix.
16671
16672 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
16673
16674 * calendar/calendar.el (calendar-buffer): Move above
16675 calendar-week-start-day.
16676 (calendar-week-start-day): Doc fix. Add :set function.
16677 (calendar-minimum-window-height): New variable.
16678 (generate-calendar-window): Only resize window if selected-window
16679 is displaying the calendar buffer. Use new variable
16680 calendar-minimum-window-height.
16681 (generate-calendar): Reword error message.
16682 (calendar-mode-map): Bind DEL to scroll-other-window-down.
16683
16684 2005-02-27 Andreas Schwab <schwab@suse.de>
16685
16686 * vc.el (vc-do-command): Don't run command asynchronously when
16687 operating in a remote directory.
16688
16689 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
16690 change from sync with Tramp 2.0.47.
16691
16692 2005-02-27 Richard M. Stallman <rms@gnu.org>
16693
16694 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
16695
16696 * textmodes/flyspell.el (flyspell-mode-on):
16697 Call ispell-change-dictionary only if necessary.
16698
16699 * emacs-lisp/re-builder.el (regexp-builder): New function.
16700
16701 * register.el (describe-register-1): Explicitly handle
16702 yank-excluded-properties = t.
16703
16704 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
16705 (custom-magic-alist): Change the status descriptions again.
16706 (face widget-type): Total rewrite based on `restricted-sexp'
16707 to eliminate the confusing double hiding levels.
16708
16709 * emacs-lisp/debug.el (debug-on-entry-1):
16710 If function body is empty, add nil as body form.
16711
16712 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16713
16714 * emacs-lisp/trace.el (inhibit-trace): New var.
16715 (trace-make-advice): Use it.
16716
16717 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
16718
16719 2005-02-26 Kim F. Storm <storm@cua.dk>
16720
16721 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
16722 (mouse-on-link-p, mouse-drag-region-1): Use it.
16723
16724 2005-02-25 Lute Kamstra <lute@gnu.org>
16725
16726 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
16727
16728 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
16729
16730 * frame.el (blink-cursor-mode): Add :group keyword.
16731
16732 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
16733
16734 * calendar/icalendar.el (icalendar--decode-isodatetime):
16735 New optional argument DAY-SHIFT.
16736 (icalendar-export-region): Fix coding-system-for-write.
16737 (icalendar--convert-ical-to-diary): Shift end-day of all-day
16738 events by one.
16739
16740 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16741
16742 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16743
16744 2005-02-24 Kim F. Storm <storm@cua.dk>
16745
16746 * international/iso-acc.el (iso-accents-compose): Fix crash
16747 during redisplay. Call force-window-update after read-event
16748 and delete-region to signal that window is not accurate.
16749
16750 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16751
16752 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
16753 Remove unused and inexistent var `inhibit-trace'.
16754 (debugger-mode): Use run-mode-hooks.
16755 (debugger-list-functions): Add buttons; setup xref stack.
16756
16757 2005-02-23 Richard M. Stallman <rms@gnu.org>
16758
16759 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
16760 appointment says it was explicitly made.
16761 (appt-add): Set the 3rd element.
16762 (appt-make-list): Preserve explicit appointments.
16763
16764 * subr.el (find-tag-default): Catch errors in forward-sexp.
16765
16766 2005-02-23 Juri Linkov <juri@jurta.org>
16767
16768 * info.el (Info-isearch-search): New defcustom.
16769 (Info-isearch-search): Call the default isearch function
16770 when Info-isearch-search is nil.
16771 (Info-isearch-wrap): Use variable Info-isearch-search.
16772
16773 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
16774
16775 * cus-edit.el: Comment change.
16776
16777 2005-02-22 Kim F. Storm <storm@cua.dk>
16778
16779 * progmodes/hideif.el (hide-ifdef-use-define-alist):
16780 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
16781
16782 2005-02-22 Simon Josefsson <jas@extundo.com>
16783
16784 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
16785 New variable.
16786 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
16787 Oskarsson" <myrkraverk@users.sourceforget.net>.
16788
16789 2005-02-22 Kim F. Storm <storm@cua.dk>
16790
16791 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
16792 check that window of that event is the selected window.
16793 (mouse-drag-region-1): Compare mouse event window to selected
16794 window before setting point.
16795
16796 * tooltip.el (tooltip-show-help-function): Pass event to
16797 mouse-on-link-p so it can check selected window.
16798
16799 2005-02-22 Kenichi Handa <handa@m17n.org>
16800
16801 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
16802 (ps-mule-show-warning): New function.
16803 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
16804 characters are found.
16805
16806 * ps-print.el (ps-header-footer-string): Return a list of header
16807 and footer strings.
16808
16809 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16810
16811 * pcvs.el (cvs-retrieve-revision): Fix thinko.
16812
16813 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16814
16815 * frame.el (blink-cursor-mode): Use define-minor-mode.
16816
16817 * term/mac-win.el (function-key-map): Use char-names more consistently.
16818 (file-name-coding-system): Only set it for MacOS-9. The other case is
16819 already handled in mule-cmds.el (where it also works when mac-win.el
16820 is not used).
16821
16822 2005-02-21 Kenichi Handa <handa@m17n.org>
16823
16824 * international/mule.el (ctext-pre-write-conversion): Always use
16825 " *code-converting-work*" buffer for work.
16826
16827 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
16828
16829 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
16830
16831 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
16832
16833 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
16834
16835 * ses.el (undo-more): Restore defadvice, but only the part that
16836 allows changes outside the restricted area of the buffer.
16837
16838 2005-02-20 Kim F. Storm <storm@cua.dk>
16839
16840 * simple.el (line-move): Add fourth optional arg try-vscroll which
16841 must be set to perform auto-window-vscroll.
16842 When moving backwards and doing auto-window-vscroll, automatically
16843 vscroll to the last part of lines which are taller than the window.
16844 (next-line, previous-line): Set try-vscroll arg on line-move.
16845
16846 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
16847
16848 * replace.el (query-replace, query-replace-regexp)
16849 (replace-string, replace-regexp): When operating on region, make
16850 the minibuffer prompt say so.
16851
16852 * isearch.el (isearch-forward): Document isearch-query-replace and
16853 isearch-query-replace-regexp keybindings.
16854
16855 2005-02-19 Jay Belanger <belanger@truman.edu>
16856
16857 * calc/calc-aent.el (math-read-token): Add local variable.
16858
16859 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
16860 (calc-edit-top): Move declaration to earlier in file.
16861 (calc-edit-macro-repeats): Add local variables.
16862
16863 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
16864 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
16865 calcFunc-tanh.
16866 Adjust integration rule for calcFunc-tan.
16867
16868 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16869
16870 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
16871 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
16872 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
16873 (viper-skip-separators): Bug fix.
16874 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
16875 particular major mode.
16876 (viper-del-backward-char-in-replace): Don't put deleted char on the
16877 kill ring.
16878
16879 * viper-ex.el (viper-color-display-p): New function.
16880 (viper-has-face-support-p): Use viper-color-display-p.
16881
16882 * viper-keym.el (viper-gnus-modifier-map): New keymap.
16883
16884 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
16885
16886 * viper-util.el (viper-glob-unix-files): Fix shell status check.
16887 (viper-file-remote-p): Make equivalent to file-remote-p.
16888
16889 * viper.el (viper-major-mode-modifier-list):
16890 Use viper-gnus-modifier-map.
16891
16892 2005-02-19 David Kastrup <dak@gnu.org>
16893
16894 * subr.el (subregexp-context-p): Fix garbled doc string by adding
16895 quoting.
16896
16897 2005-02-19 Jay Belanger <belanger@truman.edu>
16898
16899 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
16900 Remove extra definitions.
16901 (calc-coth): New function.
16902 (calcFunc-cot): Fix `let'.
16903
16904 2005-02-19 Eli Zaretskii <eliz@gnu.org>
16905
16906 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
16907 the reasons we use "type pc" in these faces.
16908
16909 * button.el (button): Ditto.
16910
16911 2005-02-19 Michael Mauger <mmaug@yahoo.com>
16912
16913 * replace.el (query-replace-read-from): Set the value of
16914 query-replace-from-history-variable to handle the case of an empty
16915 string entered to accept the suggested default.
16916
16917 * net/tramp.el (tramp-file-name-for-operation):
16918 Use dired-call-process instead of dired-call-process-command.
16919
16920 2005-02-19 Jay Belanger <belanger@truman.edu>
16921
16922 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
16923 (math-div-non-trig): New variables.
16924 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
16925 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
16926 (math-combine-prod, math-div-symb-fancy): Add simplifications for
16927 trig expressions.
16928
16929 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
16930
16931 * progmodes/gdb-ui.el (gdb-var-update-handler)
16932 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
16933 for watch expressions,
16934 (gdb-var-create-handler): Don't set speedbar-update-flag.
16935 (gdb-post-prompt): Simplify test for speedbar.
16936
16937 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16938
16939 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
16940 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
16941 we use the syntax table of the correct buffer.
16942 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
16943 Felix Gatzemeier.
16944
16945 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
16946 (ediff-file-remote-p): Make synonymous with file-remote-p.
16947 In all deffaces ediff-*-face-*, use min-colors.
16948
16949 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
16950 ediff-recurse-to-subdirectories.
16951 (ediff-mark-if-equal): Check that the arguments are strings, use
16952 ediff-same-contents (after to Felix Gatzemeier).
16953
16954 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
16955 nil.
16956
16957 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16958
16959 * log-view.el (log-view-message-re): Fix up Subversion regexp.
16960
16961 2005-02-18 David Kastrup <dak@gnu.org>
16962
16963 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
16964 use `mark-active' when defined.
16965
16966 2005-02-18 Kenichi Handa <handa@m17n.org>
16967
16968 * ps-print.el (ps-font-info-database): New entry
16969 ZapfChancery-MediumItalic with correct font name. Fix font name
16970 of the entry Zapf-Chancery-MediumItalic.
16971
16972 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
16973
16974 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
16975
16976 2005-02-16 Kim F. Storm <storm@cua.dk>
16977
16978 * ido.el (ido-fallback-command): Pass user input to fallback command.
16979
16980 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
16981
16982 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
16983 (gdb-find-file-hook): Add server prefix.
16984
16985 2005-02-16 Richard M. Stallman <rms@gnu.org>
16986
16987 * replace.el (perform-replace): Pass new args to replace-highlight.
16988 (replace-highlight): Take region args,
16989 and pass them to isearch-lazy-highlight-new-loop.
16990
16991 * novice.el (disabled-command-hook): Autoload the defalias
16992 and the make-obsolete-variable call.
16993
16994 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
16995
16996 * isearch.el (isearch-lazy-highlight-start-limit)
16997 (isearch-lazy-highlight-end-limit): New variables limit
16998 the region for highlighting.
16999 (isearch-lazy-highlight-new-loop): New args BEG and END.
17000 (isearch-lazy-highlight-search): Use the new vars.
17001 (isearch-lazy-highlight-update): Likewise.
17002
17003 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
17004
17005 * cus-start.el (all): Use default-boundp.
17006
17007 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
17008
17009 * menu-bar.el (menu-bar-select-frame): Handle current frame.
17010
17011 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
17012
17013 * autorevert.el (auto-revert-stop-on-user-input)
17014 (auto-revert-verbose): Doc fixes.
17015
17016 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
17017
17018 * international/mule-cmds.el (set-locale-environment): Remove call
17019 to set-selection-coding-system on Windows.
17020
17021 2005-02-15 Jay Belanger <belanger@truman.edu>
17022
17023 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
17024 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
17025 calcFunc-coth.
17026 (math-simplify-sqrt): Add simplifications.
17027
17028 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
17029 to list.
17030
17031 * calc/calc-ext.el: Add functions to autoloads.
17032
17033 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
17034 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
17035 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
17036 (math-csc-raw, math-cot-raw): New functions.
17037
17038 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
17039
17040 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
17041 the variable name in a message.
17042
17043 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
17044 calcFunc-csc, calcFunc-cot.
17045
17046 * calc/calcalg2.el: Add derivative and integration rules for
17047 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
17048 calcFunc-csch, calcFunc-coth.
17049 (math-do-integral-methods): Add to checks for when to use
17050 substitutions.
17051
17052 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
17053
17054 2005-02-15 Lute Kamstra <lute@gnu.org>
17055
17056 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17057 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
17058 <monnier@iro.umontreal.ca>
17059 (lisp-outline-level): Improve efficiency. Suggested by David
17060 Kastrup <dak@gnu.org>.
17061
17062 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
17063
17064 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
17065 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
17066 (gdb-set-gud-minor-mode-existing-buffers): New functions.
17067 (gdb-find-file-hook): New hook. Add it to find-file-hook.
17068 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17069
17070 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
17071
17072 * cus-start.el (all): Comment change.
17073
17074 2005-02-14 Lute Kamstra <lute@gnu.org>
17075
17076 * cus-start.el (all): Check if symbol is void.
17077
17078 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
17079
17080 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17081 optional argument to \cite.
17082
17083 2005-02-14 Richard M. Stallman <rms@gnu.org>
17084
17085 * cus-edit.el (custom-buffer-create-internal): Update help message.
17086 (custom-magic-alist): Update help messages.
17087
17088 * cus-start.el (all): Allow a var to specify a standard value.
17089
17090 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
17091
17092 * custom.el (custom-theme-set-variables): Handle variable aliases.
17093
17094 * frame.el (blink-cursor-timer): Doc fix.
17095 (blink-cursor): Make it an alias for `blink-cursor-mode' and
17096 declare obsolete.
17097 (blink-cursor-mode): Define with defcustom and use correct
17098 standard expression in that defcustom.
17099 * startup.el (command-line): Adapt to above changes in frame.el.
17100
17101 2005-02-11 Lute Kamstra <lute@gnu.org>
17102
17103 * apropos.el (apropos-score-doc): Prevent division by zero.
17104
17105 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
17106
17107 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
17108 (icalendar--get-event-property-attributes)
17109 (icalendar--get-event-properties)
17110 (icalendar--datetime-to-diary-date): New functions.
17111 (icalendar--split-value): Doc fix.
17112 (icalendar--datetime-to-noneuropean-date)
17113 (icalendar--datetime-to-european-date): New optional argument
17114 SEPARATOR. Return result as a string instead of a list.
17115 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
17116 (icalendar--convert-string-for-export): Rename arg S to STRING.
17117 (icalendar-export-region): Doc fix. Change name of error buffer.
17118 Save output buffer.
17119 (icalendar-import-file): Add blank at end of prompt.
17120 (icalendar-import-buffer): Doc fix. Do not switch to error
17121 buffer. Indicate status in return value.
17122 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
17123 buffer. Save output buffer. Handle exception from recurrence
17124 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
17125 events. Fix problems with weekly all-day events.
17126
17127 2005-02-10 Richard M. Stallman <rms@gnu.org>
17128
17129 * simple.el (eval-expression-print-format):
17130 Avoid warning about edebug-active.
17131
17132 * help.el (help-for-help-internal): Rename from help-for-help.
17133 (help-for-help): Define with defalias.
17134
17135 * font-core.el (font-lock-default-function): Use with-no-warnings.
17136
17137 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
17138
17139 * custom.el (defface): Doc fix.
17140
17141 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
17142
17143 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
17144 width 0" to prevent word wrapping problems.
17145
17146 2005-02-09 Kim F. Storm <storm@cua.dk>
17147
17148 * ido.el (ido-file-extensions-order): New defcustom.
17149 (ido-file-extension-lessp, ido-file-extension-aux)
17150 (ido-file-extension-order): New advanced file ordering.
17151 (ido-file-lessp): New simple file ordering.
17152 (ido-sort-list): Remove.
17153 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
17154 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
17155
17156 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
17157
17158 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
17159 that some versions of grep produce.
17160 (grep-mode-font-lock-keywords): Likewise.
17161
17162 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
17163
17164 * progmodes/gdb-ui.el (gdb-location-list): New variable.
17165 (gdb-cdir): Delete.
17166 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
17167 (gdb-source-info): Treat case when source file is in another
17168 directory properly.
17169 (gdb-get-location): New function.
17170
17171 2005-02-07 Jay Belanger <belanger@truman.edu>
17172
17173 * calc/calc-prog.el (calc-write-parse-table-part)
17174 (calc-fix-token-name): Fix a check for language type.
17175
17176 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
17177
17178 2005-02-07 Andre Spiegel <spiegel@gnu.org>
17179
17180 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
17181 as directory not writable.
17182
17183 2005-02-07 Kim F. Storm <storm@cua.dk>
17184
17185 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
17186 (cua--standard-movement-commands): Remove list.
17187 Instead, set CUA property value to move for movement commands.
17188 (cua-movement-commands): Remove. Users must set CUA prop instead.
17189 (cua--pre-command-handler): Check CUA property.
17190 (cua--init-keymaps): Don't remap undo commands.
17191 (cua-mode): Don't call cua--rectangle-on-off.
17192
17193 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
17194 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
17195 (cua--rect-undo-set-point): New var.
17196 (cua--rectangle-undo-boundary): Setup undo apply entry.
17197 (cua--rect-undo-handler): New function for rectangle undo.
17198 (cua--rect-start-position, cua--rect-end-position): Add.
17199 (cua--rectangle-post-command): Call cua--rectangle-set-corners
17200 for restored rectangle. Set point if cua--rect-undo-set-point.
17201
17202 2005-02-06 Jay Belanger <belanger@truman.edu>
17203
17204 * calc/calc-lang.el (calc-tex-language): Display more information
17205 in messages.
17206
17207 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
17208 in TeX mode.
17209
17210 2005-02-06 Richard M. Stallman <rms@gnu.org>
17211
17212 * emacs-lisp/lisp.el (buffer-end): Doc fix.
17213
17214 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
17215
17216 * net/ldap.el (ldap-search-internal): Support attributes with
17217 optional descriptions separated by a semi-colon, as in
17218 "userCertificate;binary".
17219
17220 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17221
17222 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
17223 isn't a cons (i.e. the version is 0).
17224
17225 2005-02-05 Eli Zaretskii <eliz@gnu.org>
17226
17227 * help.el (help-for-help): Doc fix.
17228
17229 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
17230
17231 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
17232 GDB-Windows on the menu-bar as this works better.
17233
17234 2005-02-04 Jay Belanger <belanger@truman.edu>
17235
17236 * calc/calc-embed.el (calc-embedded-update): Don't put in
17237 unnecessary newlines. Adjust the end of formula marker.
17238
17239 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
17240 (math-latex-parse-two-args): New function.
17241
17242 2005-02-03 Lute Kamstra <lute@gnu.org>
17243
17244 * help-fns.el (help-with-tutorial): Make sure that users cannot
17245 remove the entire text of the tutorial by means of `undo'.
17246
17247 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
17248
17249 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
17250 in recent changes, where the ispell process was repeatedly
17251 killed & restarted.
17252
17253 * international/mule-cmds.el (set-locale-environment): Set file-name
17254 coding system to utf-8 on Darwin systems.
17255 (set-default-coding-systems): Don't set default-file-name-coding-system
17256 on Darwin systems.
17257
17258 2005-02-03 Richard M. Stallman <rms@gnu.org>
17259
17260 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
17261
17262 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
17263
17264 * faces.el (list-faces-display): Add optional argument.
17265
17266 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
17267
17268 * font-core.el (font-lock-default-function): Handle the rare case where
17269 only font-lock-keywords is set.
17270
17271 2005-02-02 Kenichi Handa <handa@m17n.org>
17272
17273 * international/characters.el: Cancel previous change for
17274 I-WITH-DOT-ABOVE and DOTLESS-i.
17275
17276 * international/latin-5.el: Cancel previous change.
17277
17278 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
17279
17280 * progmodes/gud.el: Correction to syntax in gud-menu-map.
17281
17282 2005-02-02 Kenichi Handa <handa@m17n.org>
17283
17284 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
17285 DOTLESS-i.
17286
17287 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
17288 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
17289
17290 * case-table.el (get-upcase-table): New function.
17291 (copy-case-table): Copy upcaes table too if non-nil.
17292 (set-case-syntax-delims): Maintain upcase table too.
17293 (set-case-syntax-pair): Likewise.
17294 (set-upcase-syntax, set-downcase-syntax): New functions.
17295 (set-case-syntax): Maintain upcase table too.
17296
17297 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
17298
17299 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
17300
17301 * progmodes/gud.el (gud-goto-info): New function.
17302 (gud-tool-bar-map): Use correct icon.
17303
17304 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
17305
17306 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
17307 When delegating, order args in the funcall correctly.
17308
17309 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
17310
17311 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
17312
17313 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
17314
17315 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
17316 buffer not visiting a file.
17317
17318 2005-01-31 Jay Belanger <belanger@truman.edu>
17319
17320 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
17321 bound on the line with the formula.
17322
17323 2005-01-31 Kim F. Storm <storm@cua.dk>
17324
17325 * ses.el (ses-create-cell-variable-range)
17326 (ses-destroy-cell-variable-range, ses-reset-header-string)
17327 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
17328 (ses-insert-row): Fix format of apply undo entries.
17329
17330 2005-01-31 Jay Belanger <belanger@truman.edu>
17331
17332 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
17333 parts.
17334
17335 * calc/calc-embed.el (calc-embedded-open-formula)
17336 (calc-embedded-close-formula): Ignore matrix environments.
17337
17338 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17339 TeX mode.
17340
17341 * calc/calc-lang.el (math-function-table, math-oper-table)
17342 (math-variable-table): Adjust the LaTeX portions.
17343
17344 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
17345 (math-latex-ignore-words): New constant.
17346
17347 2005-01-31 Richard M. Stallman <rms@gnu.org>
17348
17349 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
17350 (ispell-local-dictionary): Doc fix.
17351 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
17352 Don't reinitialize at run time. Don't defcustom.
17353 All uses changed to append ispell-local-dictionary-alist,
17354 or check it first.
17355 (ispell-current-dictionary): New variable for dictionary in use.
17356 (ispell-dictionary): Now used only for global default.
17357 (ispell-start-process): Set ispell-current-dictionary,
17358 not ispell-dictionary.
17359 (ispell-change-dictionary): Use this only for setting
17360 user preferences.
17361 (ispell-internal-change-dictionary): New function
17362 to change the current dictionary in use.
17363 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
17364 Use ispell-current-dictionary.
17365 Handle ispell-local-dictionary-overridden.
17366 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
17367
17368 2005-01-31 Jay Belanger <belanger@truman.edu>
17369
17370 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
17371
17372 * calc/calc-ext.el: Add calc-latex-language to autoloads.
17373 (calc-mode-map): Add calc-latex-language.
17374
17375 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
17376 (math-latex-print-frac): New functions.
17377 (math-oper-table, math-function-table, math-variable-table)
17378 (math-complex-format, math-input-filter): Add latex properties.
17379 (calc-set-language): Set math-expr-special-function-mapping.
17380
17381 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
17382 (calc-write-parse-table-part): Add LaTeX support.
17383
17384 * calc/calc.el (calc-language): Adjust docstring.
17385 (calc-set-mode-line): Add LaTeX support.
17386 (math-expr-special-function-mapping): New variable.
17387 (math-tex-ignore-words): Add to list.
17388
17389 * calc/calccomp.el (math-compose-expr, math-compose-rows):
17390 Add LaTeX support.
17391 (math-compose-expr): Add support for special functions.
17392
17393 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
17394
17395 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
17396
17397 * progmodes/gdb-ui.el (gdb-memory-address)
17398 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
17399 (gdb-memory-mode-map, gdb-memory-format-keymap)
17400 (gdb-memory-format-menu, gdb-memory-unit-keymap)
17401 (gdb-memory-unit-menu): New variables for a buffer
17402 that lets the user examine program memory.
17403 (gdb-memory-set-address, gdb-memory-set-repeat-count)
17404 (gdb-memory-format-binary, gdb-memory-format-octal)
17405 (gdb-memory-format-unsigned, gdb-memory-format-signed)
17406 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
17407 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
17408 (gdb-memory-unit-word, gdb-memory-unit-halfword)
17409 (gdb-memory-unit-byte, gdb-memory-unit-menu)
17410 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17411 (gdb-memory-mode, gdb-memory-buffer-name)
17412 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
17413 New functions for above buffer.
17414
17415 2005-01-30 Richard M. Stallman <rms@gnu.org>
17416
17417 * cus-edit.el (custom-bury-buffer): Function deleted.
17418 (custom-buffer-done-function): Option deleted.
17419 (custom-buffer-done-kill): New replacement option.
17420 (Custom-buffer-done): Call quit-window.
17421 (custom-buffer-create-internal): Update for above changes.
17422
17423 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
17424
17425 * simple.el (undo-ask-before-discard): New var.
17426 (undo-outer-limit-truncate): Implement it.
17427 (undo-extra-outer-limit): Doc update.
17428
17429 2005-01-29 Richard M. Stallman <rms@gnu.org>
17430
17431 * ses.el (undo-more): Delete defadvice.
17432 (ses-begin-change): Doc fix.
17433
17434 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
17435 instead of rebinding C-x u and C-_.
17436
17437 * files.el (normal-backup-enable-predicate): Return nil for files
17438 in /tmp, regardless of temporary-file-directory.
17439
17440 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
17441
17442 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
17443 (open-rectangle, delete-whitespace-rectangle-line)
17444 (clear-rectangle-line): If FILL, pass t instead of FILL
17445 for move-to-column's 2nd arg.
17446
17447 * simple.el (undo): Fix the test for continuing a series of undos.
17448 (undo-more): Set pending-undo-list to t when we reach end.
17449 (pending-undo-list): Move up defvar.
17450
17451 * wid-edit.el (widget-button-click):
17452 Shorten the range of the track-mouse binding.
17453
17454 * comint.el (comint-insert-input): Undo previous changes;
17455 use last-input-event in interactive spec.
17456
17457 2005-01-29 Eli Zaretskii <eliz@gnu.org>
17458
17459 * progmodes/compile.el (compilation-start): Bind buffer-read-only
17460 to nil before invoking call-process. Reset buffer's modified flag
17461 after fontifying it in the no-async branch.
17462
17463 * wid-edit.el (widget-specify-button): If mouse pointer shape
17464 cannot be changed, use mouse face instead.
17465
17466 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
17467
17468 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17469 (gdb-goto-breakpoint): Make breakpoint handling work on template
17470 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
17471 (gdb-assembler-custom): Update to recognize breakpoint information
17472 added on 2005-01-19.
17473
17474 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17475
17476 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
17477 (dsssl-mode): Use define-derived-mode.
17478 (scheme-mode-initialize): Remove.
17479 (scheme-mode): Use run-mode-hooks.
17480
17481 * cus-edit.el (customize-group-other-window)
17482 (custom-buffer-create-other-window): Don't override special-display-*.
17483 (custom-mode-map): Make it dense.
17484
17485 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
17486 sets the default value.
17487
17488 2005-01-28 Eli Zaretskii <eliz@gnu.org>
17489
17490 * descr-text.el: Add more keywords.
17491
17492 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
17493
17494 * speedbar.el: Avoid unnecessary use of locate-library.
17495
17496 * international/mule-cmds.el (standard-display-european-internal):
17497 Don't fiddle with latin-1 non-break space any more since it's now
17498 special cased in the C code.
17499 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
17500
17501 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
17502
17503 * cus-start.el (all): Add `undo-outer-limit'.
17504
17505 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17506
17507 * textmodes/bibtex.el (bibtex-format-entry):
17508 Use `bibtex-empty-field-re' only on the text of fields, not on entire
17509 field lines.
17510 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
17511 not on part of a buffer.
17512
17513 2005-01-25 Lute Kamstra <lute@gnu.org>
17514
17515 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
17516 nonempty field text strings like "{letters\\macro{}more letters}".
17517 Clarify docstring.
17518 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
17519 (bibtex-entry-offset, bibtex-parse-association)
17520 (bibtex-parse-field-name): Fix typos in docstrings.
17521 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
17522
17523 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
17524
17525 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
17526 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
17527 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
17528 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
17529
17530 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
17531 isearch minor mode.
17532
17533 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
17534
17535 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
17536
17537 2005-01-24 Lute Kamstra <lute@gnu.org>
17538
17539 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
17540 CASECHARS and NOT-CASECHARS regular expressions of the
17541 "nederlands" and "nederlands8" dictionaries to prevent a "Range
17542 striding over charsets" error.
17543
17544 2005-01-24 Jay Belanger <belanger@truman.edu>
17545
17546 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
17547 display variable name.
17548
17549 2005-01-24 Kenichi Handa <handa@m17n.org>
17550
17551 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
17552 Fix setting of the element of encoded-kbd-iso2022-invocations.
17553
17554 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
17555
17556 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17557 (gdb-threads-select): Change to also accept mouse events.
17558 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
17559 (gdb-threads-mouse-select): Delete.
17560
17561 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
17562
17563 * files.el (insert-directory): Take care of empty directory,
17564 listed without -a switch.
17565
17566 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17567
17568 * textmodes/refill.el (refill-post-command-function):
17569 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17570 to the list of functions that we should be careful not to undo.
17571 (refill-late-fill-paragraph-function): Remove.
17572 (refill-saved-state): New var.
17573 (refill-mode): Use it to save fill-paragraph-function.
17574 Save also the value of auto-fill-function.
17575
17576 * term/w32-win.el: Simplify code.
17577
17578 2005-01-23 Kim F. Storm <storm@cua.dk>
17579
17580 * simple.el (line-move): Adapt to new return value from
17581 pos-visible-in-window-p.
17582
17583 * simple.el (line-move): Fix last change. Check partial
17584 visibility at point rather than at window-start.
17585
17586 2005-01-22 Jason Rumney <jasonr@gnu.org>
17587
17588 * term/w32-win.el (xw-defined-colors): Remove debug-message.
17589
17590 2005-01-22 David Kastrup <dak@gnu.org>
17591
17592 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
17593
17594 2005-01-22 Eli Zaretskii <eliz@gnu.org>
17595
17596 * type-break.el (type-break-mode): Add a test for
17597 type-break-file-name being non-nil.
17598
17599 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
17600
17601 * net/eudc.el (top level): Call (message "") via progn, so that
17602 eudc-options-file is loaded.
17603
17604 2005-01-22 Kim F. Storm <storm@cua.dk>
17605
17606 * simple.el (line-move-1): Rename from line-move.
17607 (line-move): New function that adjusts vscroll for partially
17608 visible rows, and calls line-move-1 otherwise.
17609
17610 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
17611
17612 * pcomplete.el: Define pcomplete-read-event instead of read-event,
17613 since it's not a complete read-event implementation
17614
17615 2005-01-20 Jay Belanger <belanger@truman.edu>
17616
17617 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
17618 for called function.
17619
17620 2005-01-20 Steven Tamm <steventamm@mac.com>
17621
17622 * term/mac-win.el (process-connection-type): Remove.
17623 Controlled now by s/darwin.h:PTY_ITERATION.
17624
17625 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17626
17627 * window.el (handle-select-window): Don't switch window when we're
17628 in the minibuffer.
17629
17630 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
17631
17632 * subr.el (dotimes-with-progress-reporter): New macro.
17633
17634 * ses.el (ses-dotimes-msg): Remove macro.
17635 Use `dotimes-with-progress-reporter' instead.
17636
17637 2005-01-19 Steven Tamm <steventamm@mac.com>
17638
17639 * term/mac-win.el (process-connection-type): Use new
17640 operating-system-release variable to use ptys on Darwin 7 (OS X
17641 10.3) when using carbon build.
17642
17643 2005-01-19 Jay Belanger <belanger@truman.edu>
17644
17645 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
17646 flags if the last command was a tab or M-tab.
17647
17648 * calc/calc-prog.el (calc-user-define-edit): Put original formula
17649 in formula editing buffer.
17650
17651 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
17652
17653 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
17654 breakpoint image symbol in margin.
17655
17656 2005-01-19 Jay Belanger <belanger@truman.edu>
17657
17658 * calc/calc-prog.el (calc-execute-kbd-macro):
17659 Ignore calc-keep-arg-flag.
17660
17661 2005-01-19 Kenichi Handa <handa@m17n.org>
17662
17663 * textmodes/ispell.el (ispell-looking-at): New function.
17664 (ispell-process-line): Use ispell-looking-at to compare the ispell
17665 output and the buffer contents.
17666
17667 2005-01-18 Jay Belanger <belanger@truman.edu>
17668
17669 * calc/calc.el (calc-display-raw): Fix docstring.
17670
17671 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17672
17673 * simple.el (blink-matching-open): Strip extra info from syntax.
17674
17675 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
17676 funny chars in the end-of-here-doc marker.
17677
17678 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
17679
17680 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
17681 that enable/disabled state of breakpoints is shown correctly in
17682 fringe and on ttys.
17683 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
17684 Add breakpoint information as text properties.
17685 (gdb-mouse-toggle-breakpoint):
17686 Rename to gdb-mouse-set-clear-breakpoint.
17687 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
17688 breakpoints in the margin.
17689 (gdb-remove-strings): Simplify.
17690
17691 2005-01-17 Jay Belanger <belanger@truman.edu>
17692
17693 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
17694 erasing buffer.
17695
17696 2005-01-17 Richard M. Stallman <rms@gnu.org>
17697
17698 * progmodes/grep.el (grep-find): Copy from `grep' the condition
17699 for calling grep-compute-defaults.
17700
17701 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
17702 if buffer is empty.
17703
17704 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
17705
17706 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
17707
17708 * hilit-chg.el (highlight-changes-mode): Don't autoload.
17709
17710 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
17711 non-preloaded variables.
17712
17713 2005-01-17 Steven Tamm <steventamm@mac.com>
17714
17715 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
17716 tex-shell cause to force interactivity when using pipes.
17717
17718 2005-01-17 Kim F. Storm <storm@cua.dk>
17719
17720 * simple.el (just-one-space): Make arg optional.
17721
17722 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
17723
17724 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
17725 posn-at-x-y to t to access left-margin.
17726
17727 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
17728
17729 Sync with Tramp 2.0.47.
17730
17731 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
17732 catching keep-date problems in cp/scp operations.
17733 (tramp-handle-copy-file): Don't call `set-file-modes'
17734 unconditionally. Specialized functions should know better what is
17735 necessary. This improves performance a little bit, and the
17736 functions could catch errors with `cp -p' and `scp -p'.
17737 (tramp-do-copy-or-rename-file-via-buffer)
17738 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
17739 when appropriate.
17740 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
17741 Call `set-file-modes' when appropriate.
17742 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
17743 Johnsson <isak@hypergene.com>
17744 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
17745 of both Tramp buffer and debug buffer. Reported by Joakim Verona
17746 <joakim@verona.se>
17747 (tramp-file-name-for-operation): Mark `shell-command' as magic for
17748 Emacs only.
17749
17750 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
17751 `find-file-hooks' and `dired-mode-hook'.
17752 (tramp-minor-mode-map): Respective map. Add remapping for
17753 `compile' and `recompile'.
17754 (tramp-remap-command, tramp-recompile): New defuns.
17755 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
17756 in buffer "*Compilation*". Call the commands asynchronously.
17757
17758 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
17759 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
17760 `shell-command', because it isn't magic in XEmacs. Reported by
17761 Adrian Aichner <adrian@xemacs.org>.
17762
17763 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17764 `substitute-in-file-name.
17765 (tramp-smb-handle-substitute-in-file-name): New defun.
17766 (tramp-smb-advice-PC-do-completion): Delete advice.
17767
17768 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
17769
17770 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
17771 Fix error in deleting region.
17772
17773 2005-01-15 Richard M. Stallman <rms@gnu.org>
17774
17775 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
17776 In non-temp buffer, switch syntax table temporarily.
17777
17778 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
17779
17780 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
17781
17782 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
17783
17784 * imenu.el (imenu--split-menu): Copy menulist before sorting.
17785 (imenu--generic-function): Use START, not BEG, as pos of definition.
17786
17787 * simple.el (just-one-space): Argument specifies number of spaces.
17788
17789 * simple.el (eval-expression-print-format): Avoid warning
17790 about edebug-active.
17791
17792 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
17793
17794 * progmodes/sh-script.el: Code copied from make-mode.el
17795 with small changes,
17796 (sh-mode-map): Bind C-c C-\.
17797 (sh-backslash-column, sh-backslash-align): New variables.
17798 (sh-backslash-region, sh-append-backslash): New functions.
17799
17800 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
17801
17802 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
17803 (rmail-pop-password, rmail-pop-password-required): Move to
17804 rmail-obsolete group.
17805 (rmail-set-pop-password): Rename to rmail-set-remote-password.
17806 All callers updated.
17807 (rmail-get-pop-password): Rename to rmail-get-remote-password.
17808 Take an argument specifying whether it is POP or IMAP mailbox we
17809 are using. All callers updated.
17810 (rmail-pop-password-error): Rename to
17811 rmail-remote-password-error. Added mailutils-specific error message.
17812 (rmail-movemail-search-path)
17813 (rmail-movemail-variant-in-use): New variables.
17814 (rmail-remote-password, rmail-remote-password-required):
17815 New customization variables.
17816 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
17817 (rmail-parse-url): New function.
17818 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
17819 with GNU mailutils movemail.
17820
17821 2005-01-15 Kevin Ryde <user42@zip.com.au>
17822
17823 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
17824 suffix to space, $ or '$, to correctly position point when going
17825 to @table style constants like DBL_MAX.
17826
17827 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
17828
17829 * type-break.el (type-break-mode, type-break-file-time)
17830 (type-break-file-keystroke-count, type-break-choose-file):
17831 Don't store data in or load data from the file if type-break-file-name
17832 is nil.
17833 (type-break-file-name): Doc update as per the above.
17834
17835 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
17836
17837 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
17838 lookup-key might return nil; handle that.
17839
17840 2005-01-15 Alan Mackenzie <acm@muc.de>
17841
17842 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
17843 rather than the element found, thus enabling the tree to be setcar'd.
17844
17845 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17846
17847 * textmodes/org.el (org-show-following-heading): New option.
17848 (org-show-hierarchy-above): Use `org-show-following-heading'.
17849 (org-cycle): Documentation fix.
17850
17851 * textmodes/org.el (orgtbl-optimized): New option
17852 (orgtbl-mode): New command, a minor mode.
17853 (orgtbl-mode-map): New variable.
17854 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
17855 (orgtbl-error, orgtbl-self-insert-command)
17856 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
17857
17858 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
17859 a local variable in each org-mode buffer.
17860
17861 * textmodes/org.el (org-set-regexps-and-options): Rename from
17862 `org-set-regexps'. Added checking for STARTUP keyword.
17863 (org-get-current-options): Add STARTUP options.
17864 (org-table-insert-row): Make mode intelligent about when
17865 realignment is needed.
17866 (org-self-insert-command, org-delete-backward-char, org-delete-char):
17867 New commands.
17868 (org-enable-table-editor): New default value `optimized'.
17869 (org-table-blank-field): Support blanking regions if active.
17870
17871 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17872
17873 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
17874 if the year is not given.
17875
17876 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
17877 Add new escapes %m and %M, fixed bug with %F by adding
17878 save-match-data.
17879 (reftex-reference): Remove ?. from list of spaces.
17880 (reftex-label-info): Add automatic label prefix recognition.
17881
17882 * textmodes/reftex-index.el (reftex-index-next-phrase):
17883 Add slave parameter to call of `reftex-index-this-phrase'.
17884 (reftex-index-this-phrase): New optional argument.
17885 (reftex-index-region-phrases): Add slave parameter to call of
17886 `reftex-index-this-phrase'.
17887 (reftex-display-index): New argument redo.
17888 (reftex-index-rescan): Add 'redo to arguments of
17889 `reftex-display-index'.
17890 (reftex-index-Rescan, reftex-index-revert)
17891 (reftex-index-switch-index-tag): Add 'redo to arguments of
17892 `reftex-display-index'.
17893 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
17894 indexing. Fix bug with matching is there is a quote before or
17895 after the word.
17896
17897 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
17898 Fix bug when collecting citation keys in lines with comments.
17899 (reftex-citation): Prefix argument no longer rescans the document,
17900 but forces prompting for optional arguments of cite macros.
17901 (reftex-do-citation): Prompting for optional arguments implemented.
17902
17903 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17904 Add optional arguments to most cite commands.
17905 (reftex-cite-cleanup-optional-args): New option
17906 (reftex-cite-prompt-optional-args): New option.
17907 (reftex-trust-label-prefix): New option.
17908
17909 * textmodes/reftex-toc.el (reftex-toc-find-section):
17910 Add push-mark before changing the position in the buffer.
17911
17912 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
17913 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
17914
17915 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
17916
17917 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
17918 more carefully.
17919
17920 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17921
17922 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
17923 (sgml-mode): Use it.
17924 (sgml-get-context): Better keep track of implicitly closed tags.
17925
17926 2005-01-13 Kenichi Handa <handa@m17n.org>
17927
17928 * textmodes/ispell.el: These changes are to fix misalignment error
17929 caused by equivalent characters of different Emacs charsets.
17930 (ispell-unified-chars-table): New variable.
17931 (ispell-get-decoded-string): New function.
17932 (ispell-get-casechars, ispell-get-not-casechars)
17933 (ispell-get-otherchars): Call ispell-get-decoded-string.
17934
17935 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17936
17937 * custom.el (custom-declare-variable): Just put symbol instead
17938 of (defvar . symbol) in `current-load-list'.
17939
17940 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
17941
17942 * emacs-lisp/elint.el: Fixed typo in Commentary section.
17943
17944 2005-01-12 Jay Belanger <belanger@truman.edu>
17945
17946 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
17947 to create a Calc summary.
17948
17949 2005-01-12 Kim F. Storm <storm@cua.dk>
17950
17951 * mouse.el (mouse-on-link-p): Change functionality and doc
17952 string to comply with latest description in lisp ref.
17953
17954 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
17955
17956 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
17957 Enable mouse clicks on mode-line, header-line and margin.
17958 (event-type): Give mouse event symbols an 'event-kind property
17959 with value 'mouse-click.
17960
17961 2005-01-12 Juri Linkov <juri@jurta.org>
17962
17963 * facemenu.el (list-colors-display): Add new arg buffer-name.
17964 Use it. Fix docstring. Replace code for identifying duplicate
17965 colors by the name with call to `list-colors-duplicates' which
17966 identifies duplicate colors by the value unless the color
17967 is one of special Windows colors. Set truncate-lines to t.
17968 Print sorted duplicate color names on each line. Indent to 22
17969 \(the longest color name in rgb.txt) instead of 20. Optimize.
17970 (list-colors-duplicates): New function.
17971 (facemenu-color-name-equal): Delete function.
17972
17973 * facemenu.el (list-colors-print): New function created from code
17974 in list-colors-display. Print #RRGGBB at the window right edge.
17975 (list-colors-display): When temp-buffer-show-function is not
17976 defined, call list-colors-print from temp-buffer-show-hook
17977 to get the right value of window-width in list-colors-print
17978 after the buffer is displayed.
17979
17980 * simple.el (pop-mark): Move deactivate-mark out of conditional
17981 part to deactivate the active mark regardless of the state of the
17982 mark ring.
17983
17984 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
17985 variables line in desktop files.
17986
17987 2005-01-12 Juri Linkov <juri@jurta.org>
17988
17989 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
17990 Bring together isearch highlight related options.
17991 (lazy-highlight): Replace group `replace' by `matching'.
17992 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17993 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17994 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
17995 and declare them obsolete.
17996 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
17997 (isearch-faces): Remove defgroup.
17998 (isearch-overlay, isearch-highlight, isearch-dehighlight):
17999 Move isearch highlighting code closer to lazy highlighting code.
18000
18001 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
18002 (query-replace-highlight, query-replace-lazy-highlight)
18003 (query-replace): Move definitions to the beginning of the file.
18004
18005 2005-01-11 Juri Linkov <juri@jurta.org>
18006
18007 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
18008 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
18009 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
18010
18011 * info.el (Info-history-forward): New variable.
18012 (Info-select-node): Reset Info-history-forward to nil.
18013 (Info-last): Turn into defalias.
18014 (Info-history-back): Rename from Info-last.
18015 Add current node to Info-history-forward.
18016 (Info-history-forward): New fun.
18017 (Info-mode-map): Replace Info-last by Info-history-back.
18018 Bind Info-history-forward to "r".
18019 (Info-mode-menu): Replace Info-last by Info-history-back.
18020 Fix menu item text. Add menu item for Info-history-forward.
18021 (info-tool-bar-map): Replace Info-last by Info-history-back.
18022 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
18023 for Info-history-forward.
18024 (Info-mode): Replace Info-last by Info-history-back in docstring.
18025 Add local variable Info-history-forward.
18026 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
18027
18028 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
18029
18030 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
18031 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
18032 Ignore select-window events rather than fiddle with
18033 mouse-autoselect-window.
18034
18035 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
18036
18037 * type-break.el (type-break-mode): Fix previous change.
18038
18039 2005-01-10 Jay Belanger <belanger@truman.edu>
18040
18041 * calc/calc-ext.el (calc-reset): Reset when inside embedded
18042 calculator; only reset when point is inside a calculator.
18043 Don't adjust the window height if the window takes up the whole height
18044 of the frame.
18045
18046 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
18047
18048 * ebuff-menu.el (Electric-buffer-menu-mode):
18049 Preserve value of buffer-local var header-line-format.
18050
18051 2005-01-09 Jay Belanger <belanger@truman.edu>
18052
18053 * calc/calc.el (calc-mode-var-list-restore-saved-values):
18054 Make sure settings file exists before accessing it.
18055
18056 * calc/calc-embed.el (calc-embedded-subst):
18057 Replace math-multi-subst-rec, which is only supposed to be called
18058 by math-multi-subst, by math-multi-subst.
18059
18060 2005-01-09 Andre Spiegel <spiegel@gnu.org>
18061
18062 * vc.el (vc-allow-async-revert): New user option.
18063 (vc-disable-async-diff): New internal variable.
18064 (vc-revert-buffer): Use them to disable asynchronous diff.
18065
18066 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
18067 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18068 asynchronously if vc-disable-async-diff is t.
18069
18070 2005-01-09 Jay Belanger <belanger@truman.edu>
18071
18072 * calc/calc.el (defcalcmodevar): New macro.
18073 (calc-mode-var-list-restore-default-values)
18074 (calc-mode-var-list-restore-saved-values): New functions.
18075 (calc-mode-var-list): Use defcalcmodevar to define it.
18076 (calc-always-load-extensions, calc-line-numbering)
18077 (calc-line-breaking, calc-display-just, calc-display-origin)
18078 (calc-number-radix, calc-leading-zeros, calc-group-digits)
18079 (calc-group-char, calc-point-char, calc-frac-format)
18080 (calc-prefer-frac, calc-hms-format, calc-date-format)
18081 (calc-float-format, calc-full-float-format, calc-complex-format)
18082 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18083 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18084 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18085 (calc-matrix-brackets, calc-language, calc-language-option)
18086 (calc-left-label, calc-right-label, calc-word-size)
18087 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18088 (calc-display-raw, calc-internal-prec, calc-angle-mode)
18089 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18090 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18091 (calc-window-height, calc-display-trail, calc-show-selections)
18092 (calc-use-selections, calc-assoc-selections)
18093 (calc-display-working-message, calc-auto-why, calc-timing)
18094 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18095 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18096 (calc-gnuplot-default-device, calc-gnuplot-default-output)
18097 (calc-gnuplot-print-device, calc-gnuplot-print-output)
18098 (calc-gnuplot-geometry, calc-graph-default-resolution)
18099 (calc-graph-default-resolution-3d, calc-invocation-macro)
18100 (calc-show-banner): Use defcalcmodevar to declare them and set
18101 their default values.
18102
18103 * calc/calc-ext.el (calc-reset): Restore saved values of variables
18104 instead of default values (but restore default values if there is
18105 an argument of 0).
18106
18107 2005-01-09 David Kastrup <dak@gnu.org>
18108
18109 * desktop.el (desktop-restore-eager): Fix typo in type.
18110
18111 2005-01-08 Richard M. Stallman <rms@gnu.org>
18112
18113 * cus-edit.el (customize): Delete :link.
18114
18115 2005-01-08 Jay Belanger <belanger@truman.edu>
18116
18117 * calc/calc.el (calc-mode): Remove the extension from the
18118 `calc-settings-file' file name when loading it.
18119
18120 2005-01-08 Kim F. Storm <storm@cua.dk>
18121
18122 * info.el (Info-mode-map, Info-next-link-keymap)
18123 (Info-prev-link-keymap, Info-up-link-keymap):
18124 Map follow-link to mouse-face.
18125 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
18126
18127 2005-01-08 Jay Belanger <belanger@truman.edu>
18128
18129 * calc/calc.el (calc-settings-file): Change default value.
18130 Suggested by cgw in a comment in calc-mode.el.
18131
18132 * calc/calc-mode.el (calc-settings-file-name):
18133 Compare calc-settings-file to user-init-file instead of ~/.emacs.
18134 Replace ~/.emacs in a prompt by calc-settings-file.
18135
18136 2005-01-07 Lars Hansen <larsh@math.ku.dk>
18137
18138 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
18139 (desktop-lazy-idle-delay): New customizable variables.
18140 (desktop-buffer-args-list): New variable.
18141 (desktop-append-buffer-args): New function.
18142 (desktop-save): Call desktop-append-buffer-args for some buffers.
18143 (desktop-lazy-create-buffer): New function.
18144 (desktop-idle-create-buffers): New function.
18145 (desktop-read): Add message about buffers to restore lazily.
18146 (desktop-lazy-abort): New command.
18147 (desktop-clear): Call desktop-lazy-abort.
18148 (desktop-lazy-complete): New command.
18149
18150 2005-01-06 Richard M. Stallman <rms@gnu.org>
18151
18152 * emacs-lisp/find-func.el (find-face-definition):
18153 Rename from find-face.
18154
18155 2005-01-06 Kim F. Storm <storm@cua.dk>
18156
18157 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
18158
18159 * man.el (Man-xref-man-page, Man-xref-header-file)
18160 (Man-xref-normal-file): Add follow-link property.
18161
18162 2005-01-06 Jay Belanger <belanger@truman.edu>
18163
18164 * calc/calc-units.el: Make sure the proper macro definitions are
18165 available when compiling.
18166
18167 2005-01-06 Juri Linkov <juri@jurta.org>
18168
18169 * isearch.el (isearch-lazy-highlight-update):
18170 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
18171
18172 2005-01-06 Miles Bader <miles@gnu.org>
18173
18174 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
18175 (isearch-lazy-highlight-face): Use new name.
18176
18177 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
18178
18179 * uniquify.el (uniquify-rationalize-file-buffer-names):
18180 Re-add an interactive spec.
18181 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
18182 to the same name.
18183
18184 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
18185 (isearch-update, isearch-done): Adjust calls accordingly.
18186
18187 2005-01-05 Richard M. Stallman <rms@gnu.org>
18188
18189 * custom.el (custom-set-variables, custom-theme-set-variables):
18190 Clarify documentation.
18191
18192 * emacs-lisp/find-func.el (find-variable)
18193 (find-variable-other-window, find-variable-other-frame):
18194 Fix the TYPE args to find-function-read and find-function-do-it.
18195 (find-function): Doc fix.
18196 (find-function-at-point): Replace function-at-point alias.
18197
18198 2005-01-04 Richard M. Stallman <rms@gnu.org>
18199
18200 * cus-face.el (custom-declare-face):
18201 Record defface in current-load-list.
18202
18203 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
18204
18205 * emacs-lisp/find-func.el: Doc fixes.
18206 (find-face-regexp): New variable.
18207 (find-function-regexp-alist): New variable.
18208 (find-function-C-source): Third arg is now TYPE.
18209 (find-function-search-for-symbol): Handle general TYPE.
18210 (find-function-read, find-function-do-it): Handle general TYPE.
18211 (find-definition-noselect, find-face): New functions.
18212 (function-at-point): Alias deleted.
18213
18214 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
18215
18216 * battery.el (display-battery-mode): Rename from display-battery.
18217 Handle the case where it gets turned off.
18218
18219 2005-01-04 Richard M. Stallman <rms@gnu.org>
18220
18221 * cus-edit.el (customize): Make :link point to user doc.
18222
18223 * man.el (Man-fontify-manpage): Turn off undo generation.
18224
18225 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
18226
18227 2005-01-04 Andreas Schwab <schwab@suse.de>
18228
18229 * files.el (insert-directory): Only look for error lines in
18230 inserted text. Don't move too far after processing --dired markers.
18231
18232 2005-01-04 Richard M. Stallman <rms@gnu.org>
18233
18234 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18235 Don't expand if the character is @, period, dash, etc.
18236 (define-mail-abbrev): Quote names that contain problem characters.
18237
18238 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
18239
18240 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
18241
18242 2005-01-03 Richard M. Stallman <rms@gnu.org>
18243
18244 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
18245 (query-replace-highlight, query-replace-lazy-highlight)
18246 (query-replace): Definitions moved up. Doc fix.
18247
18248 2005-01-03 Richard M. Stallman <rms@gnu.org>
18249
18250 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
18251 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18252 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18253 (lazy-highlight-face): Rename from isearch-lazy-...
18254 Change all references to them.
18255
18256 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
18257
18258 * cus-edit.el (custom-file): Doc fix for defcustom.
18259 (custom-file): The function no longer sets the variable
18260 `custom-file' to its return value.
18261
18262 * startup.el (command-line): No longer load `custom-file'.
18263
18264 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18265
18266 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
18267
18268 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
18269 Don't confuse module-prefixed identifiers for labels.
18270 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
18271
18272 2005-01-02 Richard M. Stallman <rms@gnu.org>
18273
18274 * files.el (basic-save-buffer-1): Fix previous change.
18275
18276 * loadhist.el (file-loadhist-lookup): New function.
18277 (file-provides, file-requires): Use it.
18278
18279 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
18280 instead of calculating the right size.
18281
18282 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
18283
18284 * vc-svn.el (vc-svn-diff): Stay local if possible.
18285
18286 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
18287
18288 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
18289
18290 * files.el (hack-local-variables): Fix last change.
18291
18292 2005-01-02 Jay Belanger <belanger@truman.edu>
18293
18294 * calc/calc-yank.el (calc-edit-top): New variable.
18295 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
18296 object. Change header properties.
18297 (calc-edit-finish, calc-edit-finish-stack-object)
18298 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
18299 edited object.
18300 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
18301 for the beginning of the edited object.
18302 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
18303 for the beginning of the edited object.
18304 * calc/calc-prog.el (calc-edit-macro-finish-edit)
18305 (calc-finish-formula-edit, calc-macro-repeats)
18306 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
18307 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
18308 beginning of the edited object.
18309 (calc-user-define-edit): Change the header for editing macros.
18310 Remove unnecessary variable.
18311
18312 2005-01-01 Jay Belanger <belanger@truman.edu>
18313
18314 * calc/calc-yank.el (calc-edit-mode): Change default header.
18315 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
18316 * calc/calc-store.el (calc-edit-variable): Change title to match new
18317 header.
18318 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
18319 mode to match new header.
18320 (calc-user-define-edit): Change titles to include names of commands.
18321 (calc-finish-formula-edit): Adjust to handle new header.
18322 (calc-finish-macro-edit): Remove.
18323 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
18324 (calc-edit-macro-command, calc-edit-macro-command-type)
18325 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
18326 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
18327 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
18328 (calc-edit-macro-finish-edit): New functions.
18329 (calc-user-define-edit): Use new functions to edit named calc macros.
18330
18331 2005-01-01 Stefan <monnier@iro.umontreal.ca>
18332
18333 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
18334
18335 * ses.el (copy-region-as-kill): Deactivate mark.
18336
18337 2005-01-01 Richard M. Stallman <rms@gnu.org>
18338
18339 * replace.el (occur-1): If the output buffer is also an input,
18340 don't kill it, rename it.
18341
18342 * faces.el (set-face-background, set-face-foreground): Doc fix.
18343
18344 * cus-face.el (custom-face-attributes): Fix :help-echo strings
18345 for :foreground and :background.
18346
18347 * dired.el (dired-view-command-alist): Variable deleted.
18348 (dired-view-file, dired-mouse-find-file-other-window):
18349 Delete the code to use it.
18350
18351 2005-01-01 Kim F. Storm <storm@cua.dk>
18352
18353 * image.el (insert-sliced-image): Use t for line-height property.
18354
18355 See ChangeLog.11 for earlier changes.
18356
18357 ;; Local Variables:
18358 ;; coding: iso-2022-7bit
18359 ;; End:
18360
18361 Copyright (C) 2005 Free Software Foundation, Inc.
18362 Copying and distribution of this file, with or without modification,
18363 are permitted provided the copyright notice and this notice are preserved.
18364
18365 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1