*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2005-12-17 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4 commands enclosed in $(ARGQUOTE)s should not be split between two
5 lines, as that will break with GNU Make >3.80, when sh.exe is used
6 and arg quoting is with '..'.
7 (autoloads): Don't break the quoted --eval expression between
8 several lines.
9
10 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
11
12 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Capture
13 error from printing circular structures.
14
15 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
16
17 * wid-edit.el (widget-checkbox-action): Clear undo info.
18
19 2005-12-16 Bill Wohler <wohler@newt.com>
20
21 * menu-bar.el (kill-this-buffer): Set a good example by using menu
22 bar, not menubar in comment.
23
24 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
27 After-change-functions should not clobber the match data.
28
29 2005-12-16 Juri Linkov <juri@jurta.org>
30
31 * simple.el (choose-completion): Use `buffer-substring-no-properties'
32 instead of `buffer-substring'.
33 (completion-common-substring): Doc fix.
34 (completion-setup-function): Use minibuffer-completion-contents
35 instead of minibuffer-contents. Don't set common-string-length
36 initially. Remove special handling of partial-completion-mode.
37 Move computation of completion-base-size into one cond.
38 Call completion-base-size-function in mainbuf. In computation of
39 completion-base-size for file name completion don't move point to
40 the end of the minibuffer. Move computation of common-string-length
41 into one cond. Start putting faces only when common-string-length>=0.
42 Add condition to put completions-common-part when
43 common-string-length>0.
44
45 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
46 place point at the first different character in the minibuffer
47 even if this position is at the beginning of the minibuffer.
48
49 * info.el (Info-read-node-name-1): In completion-base-size-function's
50 lambda return 1 if common-substring or minibuffer-completion-contents
51 starts with (, and 0 otherwise.
52
53 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
54 Use `crm-current-element' for second arg of `display-completion-list'.
55
56 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
57
58 * files.el (set-auto-mode): Look for an interpreter specified on
59 the first line also if search for mode specification succeeded,
60 but the mode is not known.
61
62 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
63
64 * textmodes/org.el: (org-tags-match-list-sublevels): New option.
65 (org-open-at-point): Implement tag searches as links.
66 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
67 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
68 (org-tags-sparse-tree, org-tags-view, org-set-tags)
69 (org-agenda-dispatch): New commands.
70 (org-use-tag-inheritance, org-tags-column): New options.
71 (org-tab-follows-link, org-return-follows-link): New options.
72 (org-tags): New customize group.
73 (org-start-icalendar-file): Get local time zone.
74 (org-tags-completion-function): New function.
75 (org-set-font-lock-defaults): Make sure links will also be
76 highlighted inside headlines.
77
78 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
79
80 * term.el (term-emulate-terminal):
81 Let term-handle-ansi-terminal-messages override what Bash says about
82 its current directory.
83
84 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
85
86 * bindings.el (last-buffer): Move to simple.el.
87 * simple.el (last-buffer): Move here.
88 (get-next-valid-buffer): New function.
89 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
90 (prev-buffer): Ditto. Rename to `previous-buffer'.
91
92 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
93 * bindings.el (global-map): Ditto.
94
95 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
96
97 * cus-edit.el: Introductory comment change.
98 (custom-magic-alist): Change message string for the `rogue' state.
99
100 2005-12-15 Richard M. Stallman <rms@gnu.org>
101
102 * tooltip.el: Delete defcustom variable :tag names.
103
104 * complete.el (partial-completion-mode): Doc fix.
105
106 * textmodes/flyspell.el (flyspell-external-point-words):
107 Use save-excursion to ensure we don't move backward in the
108 search loop, not even one character.
109 (flyspell-delete-all-overlays): Use remove-overlays directly.
110
111 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
112 (ispell-start-process): Set that variable.
113 Clear ispell-buffer-local-name.
114 (ispell-internal-change-dictionary):
115 Set ispell-current-dictionary after killing process.
116 (ispell-buffer-local-dict):
117 Don't set spell-personal-dictionary after killing process.
118 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
119 (ispell-tex-skip-alists)
120 (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
121
122 * net/newsticker.el (newsticker--retrieval-timer-list)
123 (newsticker--display-timer, newsticker-running-p)
124 (newsticker-ticker-running-p): Definitions moved up.
125
126 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
127
128 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
129
130 2005-12-15 David Ponce <david@dponce.com>
131
132 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
133 (recentf-edit-list, recentf-open-files): Signal an error when
134 there is no recent file.
135
136 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
137
138 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
139 read-only except for texinfo-format-region evaluation.
140
141 2005-12-14 Richard M. Stallman <rms@gnu.org>
142
143 * vc.el (vc-default-previous-version, vc-default-next-version)
144 (vc-do-command): Doc fixes.
145
146 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
147
148 * textmodes/bibtex.el (bibtex-expand-strings)
149 (bibtex-autokey-expand-string, bibtex-name-part)
150 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
151 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
152 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
153 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
154 (bibtex-entry-postfix, bibtex-known-entry-type-re)
155 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
156 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
157 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
158 (bibtex-beginning-of-last-entry): Remove.
159 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
160 message if comma is missing but buffer is read-only.
161 (bibtex-parse-field-text): Handle whitespaces at the end of field
162 text. Return 3-element list with beginning and end of field text
163 and end of field.
164 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
165 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
166 (bibtex-search-forward-field, bibtex-search-backward-field):
167 Search always delimited by limits of entry. Use more efficient
168 search algorithms.
169 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
170 bibtex-end-of-name-in-field.
171 (bibtex-text-in-field-bounds): Handle BibTeX strings when
172 extracting the content of a field.
173 (bibtex-text-in-field): Use search limits.
174 (bibtex-parse-string-prefix): Handle empty string keys based on
175 bibtex-string-empty-key.
176 (bibtex-parse-string): Fix docstring.
177 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
178 (bibtex-preamble-prefix, bibtex-strings): New functions.
179 (bibtex-skip-to-valid-entry): Include preceding whitespace in
180 BibTeX entries (consistent with other BibTeX functions).
181 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
182 (bibtex-search-entry): Fix docstring. Simplify.
183 (bibtex-flash-head, bibtex-complete-string-cleanup)
184 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
185 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
186 (bibtex-parse-entry): New optional arg content.
187 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
188 Use bibtex-text-in-field-bounds.
189 (bibtex-print-help-message): Handle BibTeX strings and preambles.
190 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
191 bibtex-parse-string-postfix.
192 (bibtex-find-text-internal): New function.
193 (bibtex-remove-delimiters): Use it.
194 (bibtex-find-text): Use it. New optional arg help.
195 (bibtex-complete): Handle BibTeX string and preamble entries.
196 (bibtex-Preamble): Fix order of closing delimiters.
197
198 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 * vc.el (vc-default-revert): New fun.
201
202 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
203
204 2005-12-14 Romain Francoise <romain@orebokech.com>
205
206 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
207 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
208 (font-lock-remove-keywords): Likewise.
209
210 2005-12-14 Juri Linkov <juri@jurta.org>
211
212 * log-view.el (log-view-diff): Doc fix.
213
214 * isearch.el (isearch-query-replace): Use (mark) instead of
215 isearch-opoint if mark is active in transient-mark-mode.
216
217 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
218
219 * isearch.el (isearch-query-replace): Check for isearch-other-end.
220
221 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
222
223 * progmodes/cpp.el (cpp-face): New widget.
224 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
225
226 2005-12-14 Juri Linkov <juri@jurta.org>
227
228 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
229 around `erase-buffer' and `insert'.
230
231 * descr-text.el (describe-text-properties): Replace buffer name
232 "*Help-2*" with "*Help*<2>".
233 (describe-char): Add functions print-help-return-message,
234 toggle-read-only. Use help-setup-xref with nil to not store
235 describe-char in help-xref-stack. Use help-make-xrefs to
236 make [back] button.
237
238 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
239
240 * wdired.el (wdired-old-point): New internal variable.
241 (wdired-change-to-wdired-mode): Set it buffer-locally.
242 (wdired-abort-changes): Restore point after aborting changes.
243
244 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * vc.el (vc-do-command): Add a new value t for okstatus.
247
248 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
249 frame in case of errors.
250
251 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
252
253 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
254 so it comes after "On the Left" in the menu.
255
256 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
257
258 * cus-edit.el (customize-apropos, customize-apropos-options)
259 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
260
261 2005-12-12 Bill Wohler <wohler@newt.com>
262
263 * vc-svn.el (vc-svn-registered): Fix problem of visiting
264 non-writable Subversion-controlled files by saving window
265 configuration before calling vc-do-command. vc-do-command calls
266 pop-to-buffer on error which is unexpected during registration.
267
268 2005-12-12 Jay Belanger <belanger@truman.edu>
269
270 * calc/README: Update the summary of changes.
271
272 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
273
274 * descr-text.el (describe-char): Rework last fix to solve the problem
275 is the same way it's solved for everything else in that function
276 (i.e. by extracting the info before setting up the *Help* buffer).
277
278 2005-12-12 Kim F. Storm <storm@cua.dk>
279
280 * subr.el (version-regexp-alist): Allow space as separator before
281 non-numeric part, e.g. "1.0 alpha".
282 (version-to-list): Interpret .X.Y version as 0.X.Y version.
283
284 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
285
286 * textmodes/org.el: (org-agenda, org-timeline, org-todo):
287 Implement Logging and the keep-modes setting.
288 (org-get-category): Make sure a string is returned.
289 (org-log-done): New function.
290 (org-log-done, org-closed-string): New options.
291
292 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
293
294 * tooltip.el (tooltip-y-offset): Change default to 20.
295
296 2005-12-12 Richard M. Stallman <rms@gnu.org>
297
298 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
299
300 * frame.el (display-hourglass): Doc fix.
301
302 * help.el (help-for-help-internal): Simplify entry for `a'.
303
304 * info.el (Info-on-current-buffer): Doc fix.
305 (info-insert-file-contents): Don't test (featurep 'jka-compr).
306
307 * startup.el (inhibit-splash-screen): Make this the real name.
308 (inhibit-startup-message): Make this the alias.
309 (command-line): Find only simple.el, and use its directory
310 to fill in other preloaded files' names.
311 (command-line): Deactivate the mark if deactivate-mark is set.
312
313 * international/mule.el (load-with-code-conversion):
314 Bind deactivate-mark.
315
316 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
317
318 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
319
320 * cus-edit.el (customize-apropos): Avoid listing an option more
321 than once under different aliases. No longer list user options
322 that are not defined with defcustom (unless a prefix arg is given).
323 Doc fix.
324 (customize-apropos-options): Doc fix.
325
326 2005-12-11 Juri Linkov <juri@jurta.org>
327
328 * frame.el (set-background-color, set-foreground-color)
329 (set-cursor-color, set-mouse-color, set-border-color):
330 Add explicit prompts to read colors by `facemenu-read-color'.
331 (show-trailing-whitespace, blink-cursor-delay)
332 (blink-cursor-interval, display-hourglass, hourglass-delay):
333 Remove tags.
334 (display-hourglass, hourglass-delay): Doc fix.
335 (cursor-in-non-selected-windows): Capitalize words in tag.
336
337 * faces.el (frame-background-mode): Replace `choice-item' keywords
338 with `const' to not make [default] button. Change default value tag
339 from `default' to `automatic'. Doc fix.
340 (trailing-whitespace) <defface>: Change group `whitespace' to
341 `whitespace-faces'.
342
343 2005-12-11 Richard M. Stallman <rms@gnu.org>
344
345 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
346
347 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
348
349 * term/mac-win.el: Create keymap for mac-apple-event-map.
350
351 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
352
353 * tooltip.el (tooltip-mode): Move to start of file so that it
354 appears at top of customize buffer.
355
356 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
357 Add the gud groupname.
358 (gud-tooltip-mode): Add the tooltip groupname.
359 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
360 avoid conflict with tooltip-use-echo-area.
361
362 2005-12-10 Romain Francoise <romain@orebokech.com>
363
364 * help.el (help-for-help-internal): Add `r' in doc string.
365
366 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
367
368 * align.el (align-regexp, align-highlight-rule):
369 Use region-beginning and region-end instead of point and mark, so that
370 repetition (with `repeat-complex-command') recomputes the region
371 bounds.
372
373 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
374
375 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
376 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
377 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
378 (balance-windows): Rewrite using the above new functions.
379
380 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
381
382 * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
383 react if global-hi-lock-mode seems intended.
384 (global-hi-lock-mode) Renamed from hi-lock-mode.
385 (hi-lock-archaic-interface-message-used)
386 (hi-lock-archaic-interface-deduce): New variables.
387 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
388 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
389 (hi-lock-find-patterns, hi-lock-font-lock-hook):
390 Replace hi-lock-buffer-mode with hi-lock-mode.
391
392 2005-12-10 Kevin Rodgers <ihs_4664@ihs.com>
393
394 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
395 completion list, even after a partial completion has been
396 inserted in the current buffer. If there are more than 1
397 completion, redisplay the *Completions* buffer; if the
398 completion is unique, delete the *Completions* window.
399
400 2005-12-10 Eli Zaretskii <eliz@gnu.org>
401
402 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
403 strings and long subject lines that were broken into multiple
404 lines at arbitrary places. Handle subjects that have "Re: " in
405 the middle.
406
407 2005-12-10 John W. Eaton <jwe@octave.org>
408
409 * emacs/octave-mod.el (octave-electric-space): Don't indent
410 comments or strings if octave-auto-indent is nil.
411
412 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
413
414 * term/mac-win.el: Require url when compiling.
415 Call mac-process-deferred-apple-events after loading init files.
416 (mac-apple-event-map): New defvar. Define event handlers in it.
417 (core-event, internet-event): New Apple event class symbols.
418 (open-application, reopen-application, open-documents)
419 (print-documents, open-contents, quit-application)
420 (application-died, show-preferences, autosave-now, get-url):
421 New Apple event ID symbols.
422 (about): New HICommand ID symbol.
423 (mac-event-spec, mac-event-ae): New macros.
424 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
425 (mac-ae-selection-range, mac-ae-text-for-search)
426 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
427 (mac-application-menu-map): Remove keymap. Handlers for HICommand
428 and Services menu events are now defined in mac-apple-event-map.
429 (mac-drag-n-drop): Remove selection range handling.
430
431 2005-12-10 Kenichi Handa <handa@m17n.org>
432
433 * simple.el (zap-to-char):
434 * isearch.el (isearch-process-search-char): Translate CHAR by
435 translation-table-for-input.
436
437 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
438
439 * foldout.el (foldout-exit-fold): Properly hide subtree.
440
441 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
442
443 * files.el (save-buffer):
444 * international/ucs-tables.el (ucs-set-table-for-input):
445 * mail/mail-extr.el (mail-extract-address-components):
446 * mail/sendmail.el (mail-mode): Reformat doc string.
447
448 2005-12-09 Juri Linkov <juri@jurta.org>
449
450 * isearch.el (isearch-highlight): Change main overlay priority
451 from 1 to 1001. Simplify.
452 (isearch-lazy-highlight-update): Change lazy overlay priority
453 from 0 to 1000.
454
455 * replace.el (replace-highlight): Change overlay priority from
456 1 to 1001.
457
458 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
459 Change overlay priority from 1 to 1001. Reuse existing overlay.
460
461 * compare-w.el (compare-windows-highlight): Change overlay
462 priority from 1 to 1000.
463
464 * menu-bar.el (menu-bar-edit-menu): Add listp around
465 pending-undo-list to disable menu item "undo" when pending
466 undo list is empty.
467
468 * locate.el (locate): Disable undo in *Locate* buffer.
469
470 2005-12-09 Kim F. Storm <storm@cua.dk>
471
472 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
473
474 2005-12-09 David Ponce <david@dponce.com>
475
476 * recentf.el: Improvement of the menu code.
477 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
478 instead of menu hook.
479 (recentf-show-menu, recentf-hide-menu): New functions.
480 (recentf-menu-customization-changed, recentf-mode): Use them.
481 (recentf-menu-action, recentf-max-menu-items)
482 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
483 (recentf-arrange-by-rule-others)
484 (recentf-arrange-by-rules-min-items)
485 (recentf-arrange-by-rule-subfilter) : Don't use
486 `recentf-menu-customization-changed'.
487 (recentf-arrange-rules): Likewise. Accept functions to compute
488 sub-menu titles.
489 (recentf-menu-filter): Likewise. Doc fix.
490 (recentf-menu-value-shortcut): Doc fix.
491 (recentf-dump-variable): Quote atom value.
492 (recentf-make-menu-items): Update to use it as a menu filter.
493 (recentf-match-rule): New function.
494 (recentf-arrange-by-rule): Use it.
495 (recentf-indirect-mode-rule): New function.
496 (recentf-build-mode-rules): Use it.
497 (recentf-dir-rule): New function.
498 (recentf-arrange-by-dir): Use it.
499 (recentf-filter-changer-current): Rename from
500 `recentf-filter-changer-state'. All references updated.
501 (recentf-filter-changer-alist): Update filter names.
502 (recentf-filter-changer-select): New function.
503 (recentf-filter-changer): Use it. Make a sub-menu from filters
504 available in `recentf-filter-changer-alist'.
505 (recentf-data-cache, recentf-clear-data)
506 (recentf-update-menu): Remove. All references updated.
507 (recentf-match-rule-p, recentf-build-dir-rules)
508 (recentf-filter-changer-goto-next)
509 (recentf-filter-changer-get-current)
510 (recentf-filter-changer-get-next): Remove.
511
512 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
513
514 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
515 buffer "Reset" button to "Reset to Current" for consistency with
516 the State buttons.
517
518 2005-12-08 John Paul Wallington <jpw@pobox.com>
519
520 * ibuf-ext.el (define-ibuffer-filter filename):
521 If `dired-directory' is a list then really use its car.
522
523 2005-12-08 Kim F. Storm <storm@cua.dk>
524
525 * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
526 indention of text on right side of replaced rectangle.
527
528 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
529
530 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
531 No need to check gud-comint-buffer is bound.
532 (gdb): Prevent multiple debugging when first session uses gdba.
533
534 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
535
536 CC Mode update to 5.31.
537
538 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
539 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
540 might do this function properly in the future).
541
542 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
543 macros c-sentence-end and c-default-value-sentence end, to cope
544 with Emacs 22's new function `sentence-end'.
545
546 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
547
548 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
549 compat issue using `c-put-overlay' and `c-delete-overlay'.
550
551 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
552 compat macros to handle overlays/extents.
553
554 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
555
556 * progmodes/cc-fix.el: Add definitions of the macros push and pop
557 (for GNU Emacs 20.4)
558
559 * progmodes/cc-defs.el:
560 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
561
562 * progmodes/cc-cmds.el (c-show-syntactic-information): change the
563 highlighting mechanism so it will work in XEmacs too.
564
565 * progmodes/cc-defs.el: Insert c-int-to-char.
566
567 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
568 call to the new macro c-int-to-char. This solves XEmacs's
569 regarding characters as different from integers.
570
571 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
572
573 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
574 helper.
575
576 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
577 construct to make the indirect face lookup work in XEmacs.
578
579 (c-cpp-matchers): Append the negation char face to the existing
580 fontification, so that the cpp face doesn't disappear. Use
581 `c-make-syntactic-matcher' to avoid negation chars in comments and
582 strings.
583
584 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
585 to map to `font-lock-negation-char-face' in emacsen where it
586 exists.
587
588 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
589
590 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
591
592 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
593 "c-subword-move-mode" as "c-subword-mode".
594
595 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
596 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
597
598 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
599
600 * progmodes/cc-mode.el: Added autoload directive for
601 `c-subword-move-mode' for use in older emacsen.
602
603 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
604
605 * progmodes/cc-mode.el:
606 (i) Insert a binding for C-c C-backspace into
607 c-bind-special-erase-keys which works in TTYs.
608 (ii) Make sure that when file styles are used, any explicitly
609 given style variables take priority over those in the style. Do
610 this by calling `hack-local-variables' a second time.
611
612 * progmodes/cc-vars.el: Add language specific customization
613 widgets for AWK to c-doc-comment-style, c-require-final-newline
614 and c-default-style. Add a defcustom for awk-mode-hook. Give
615 c-syntactic-element and c-syntactic-context doc-strings by
616 directly setting their `variable-documentation' propery. This
617 allows Emacs 22.1 to read these with C-h v.
618
619 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
620 Monnier).
621
622 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
623
624 * progmodes/cc-fonts.el, cc-vars.el
625 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
626 gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
627 Masatake YAMATO.
628
629 (c-doc-comment-style): Made GtkDoc default in C mode.
630
631 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
632 and C-c C-<delete>.
633
634 (c-bind-special-erase-keys): New function for use on
635 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
636
637 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
638 <delete> key behavior in XEmacs according to `delete-forward-p'.
639 C.f. `c-electric-delete'.
640
641 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
642
643 * progmodes/cc-mode.el: Give c-hungry-backspace and
644 c-hungry-delete-forward permanent key bindings.
645
646 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
647 c-syntactic-context for calls to "criteria functions", for
648 consistency with other calls to user functions.
649
650 * progmodes/cc-cmds.el (c-indent-command): expunge use of
651 `current-prefix-arg', since this might be the prefix arg to a
652 command which calls c-indent-command as a function. Change the
653 interactive spec from "p" to "P".
654
655 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
656 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
657 was difficult to understand.
658
659 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
660
661 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
662 first char of an identifier.
663
664 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
665 +" syntax in C++.
666
667 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
668
669 * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
670 auto-fill doesn't split a c-comment's last word from a hanging
671 "*/" when a space is typed between them after fill-column.
672
673 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
674
675 * progmodes/cc-styles.el (c-set-style,
676 c-setup-paragraph-variables): Abort the command if we're not in a
677 CC Mode buffer.
678
679 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
680 with blank comment-prefix, and a blank line as the comment's
681 second line.
682
683 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
684
685 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
686 Incorporated the patterns added in the Emacs development branch
687 for the new Emacs 22 face `font-lock-negation-char-face'.
688
689 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
690 of "red" since it stands out better in xterms and DOS terminals.
691
692 * progmodes/cc-engine.el (c-literal-faces): Added
693 `font-lock-comment-delimiter-face' which is new in Emacs 22.
694
695 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
696
697 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
698 forcibly enable c-electric-flag.
699
700 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
701 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
702 just after the comment-prefix of a C-style comment will close that
703 comment.
704
705 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
706
707 * progmodes/cc-fonts.el (c-basic-matchers-before,
708 c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
709 in Pike.
710
711 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
712 digraphs.
713
714 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
715 (c-cpp-message-directives, c-cpp-include-directives,
716 c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
717 c-cpp-expr-directives): Introduced new language constants to
718 control cpp syntax in a cleaner way.
719
720 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
721
722 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
723
724 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
725 c-multiline-string-start-char): New language constants and
726 variables to specify how newlines in string literals work.
727
728 (c-font-lock-invalid-string): Use them.
729
730 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
731 unbalanced close brace is entered. Optimization by avoiding going
732 back over arbitrarily large blocks. Removed hints that this
733 function only would be relevant/useful in AWK.
734
735 (c-electric-brace): Indent syntactically after the cleanups since
736 lineup functions might do it differently then.
737
738 * progmodes/cc-engine.el, cc-langs.el
739 (c-opt-op-identifier-prefix): New language constant and variable.
740
741 (c-just-after-func-arglist-p, c-after-special-operator-id,
742 c-search-decl-header-end, c-inside-bracelist-p): Use it.
743
744 * progmodes/cc-align.el, cc-engine.el
745 (c-after-special-operator-id): New helper to handle C++ operator
746 identifiers.
747
748 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
749 c-guess-basic-syntax): Handle C++ operator identifiers in
750 declarations.
751
752 * progmodes/cc-langs.el (c-assignment-operators): Added the
753 trigraph version of ^= too.
754
755 * progmodes/cc-langs.el (c-assignment-operators): Added the
756 trigraph version of |= in C++.
757
758 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
759 `c-decl-hangon-kwds' after the identifier name.
760
761 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
762 whether an arglist is "nonempty", ignore a comment after the open
763 paren if it isn't followed by a non-comment token on the same
764 line.
765
766 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
767 heuristics below the point to cope with classes inside special
768 brace lists in Pike.
769
770 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
771
772 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
773
774 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
775
776 * progmodes/cc-guess.el (cc-guess-install): New function to
777 install an already guessed style in another buffer.
778
779 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
780 sets `inhibit-read-only' - `c-save-buffer-state' should be used
781 anyway if the change always is undone.
782
783 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
784
785 Implement togglable electricity:
786
787 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
788 saying when it should be used.
789
790 * progmodes/cc-engine.el: Add the new buffer-local variable,
791 c-electric-flag.
792
793 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
794 c-toggle-auto-newline.
795
796 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
797 c-toggle-auto-newline. Remove the binding for
798 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
799 c-toggle-electric-state.
800
801 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
802
803 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
804 c-\(forward\|backward\)-subword.
805 (c-update-modeline): Add the new modeline flag `l' for
806 `c-electric-flag'. Make the auto-newline flag `a' dependent on
807 `l'.
808 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
809 the old name an alias of the new name.
810 (c-toggle-electric-state): New function.
811 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
812 Adapt these functions to do electric things only when
813 c-electric-flag is non-nil.
814 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
815 new functions from c-electric-brace.
816 (c-point-syntax): Add a check for "virtual semicolons" in AWK
817 mode, so that the tentative extra newline doesn't change the
818 syntax of the following brace.
819 (c-electric-brace): restructure by extracting the above functions.
820 Tidy up the coding somewhat.
821 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
822 restructure a bit.
823
824 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
825
826 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
827 anchor position(s) using faces. Thanks to Masatake YAMATO for the
828 idea.
829
830 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
831 (c-submode-indicators): Changed name from `c-auto-hungry-string'
832 since it's now used to track another submode.
833
834 (c-update-modeline): Converted to function and extended to check
835 `c-subword-move-mode'.
836
837 (c-forward-into-nomenclature, c-backward-into-nomenclature):
838 Converted to compat aliases for `c-forward-subword' and
839 `c-backward-subword'.
840
841 * progmodes/cc-subword.el: New functions and minor mode to handle
842 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
843
844 (c-forward-subword, c-backward-subword, c-mark-subword,
845 c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
846 c-capitalize-subword, c-downcase-subword, c-upcase-subword):
847 Functions corresponding to the standard word handling functions.
848
849 (c-subword-move-mode): Minor mode that replaces all the standard
850 word handling functions with their subword equivalences.
851
852 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
853
854 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
855 entry for one-liner-defun.
856
857 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
858 name in its def-edebug-spec.
859
860 * progmodes/cc-cmds.el (c-electric-brace): Make the
861 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
862 compacts space before a comment, if this will make things fit on
863 one line.
864
865 Introduce an "awk" style, mainly for auto-newline and clean-ups.
866
867 * progmodes/cc-align.el: new function c-snug-1line-defun-close
868
869 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
870 clean-up one-liner-defun.
871
872 * progmodes/cc-styles.el: Add the new "awk" style.
873
874 * progmodes/cc-vars.el: Add description of one-liner-defun to
875 c-cleanup-list's doc-string. New user options,
876 c-max-one-liner-length. In c-default-style, set the default style
877 for AWK to "awk".
878
879 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
880
881 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
882 macros inside labels.
883
884 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
885 `c-at-statement-start-p' and `c-at-expression-start-p'.
886
887 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
888 error if the mark isn't set.
889
890 * progmodes/cc-engine.el (c-guess-continued-construct,
891 c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
892 accurately detect functions inside functions.
893
894 * progmodes/cc-engine.el (c-at-expression-start-p): New function
895 like `c-at-statement-start-p' that additionally recognizes commas
896 and expression parentheses as delimiters.
897
898 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
899 to avoid heuristics that doesn't work for unclosed blocks.
900
901 (c-at-statement-start-p): New function.
902
903 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
904 Objective-C directives, e.g. directives spanning lines should work
905 reasonably well now.
906
907 (c-put-c-type-property, c-clear-c-type-property): New helpers.
908
909 (c-forward-objc-directive): New function to move over any ObjC
910 directive.
911
912 (c-just-after-func-arglist-p, c-guess-basic-syntax,
913 c-basic-matchers-before): Use it.
914
915 (c-font-lock-objc-iip-decl): Removed.
916
917 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
918 in the template arglist recognition.
919
920 * progmodes/cc-styles.el (c-style-alist): Fixed several
921 inconsistencies in the Whitesmith style.
922
923 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
924 lineup function to get lines after Whitesmith style blocks
925 correctly indented.
926
927 (c-lineup-whitesmith-in-block): Backed out the compensation for
928 opening parens since it's done using `add' lists in the style
929 definition instead. Don't use the anchor position since it varies
930 too much between the syntactic symbols. :P
931
932 * progmodes/cc-vars.el (c-valid-offset): Updated.
933
934 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
935 lists where the offsets are combined according to several
936 different methods: `first', `min', `max', and `add'. Report
937 offset evaluation errors with `c-benign-error' so that some kind
938 of reindentation still is done.
939
940 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
941 `arglist-intro' the same way as `arglist-cont-nonempty' and
942 `arglist-close'.
943
944 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
945 situations for `arglist-cont-nonempty' and `arglist-close'.
946
947 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
948 constant.
949
950 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
951 cc-bytecomp-boundp' in a number of places.
952
953 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
954 macro related issue.
955
956 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
957
958 * progmodes/cc-awk.el: Change the terminology of regexps: A char
959 list is now
960 [asdf], a char class [:alpha:]. Include code for char classes.
961 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
962 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
963
964 Remove (nearly all of) the cruft associated with AWK Mode's former
965 concept of "virtual semicolons":
966
967 Adapt c-beginning-of-statement, c-end-of-statement (together with
968 subfunctions) to use the new notion of "virtual semicolon" in
969 place of the old awkward special handling for AWK. There remains
970 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
971 * progmodes/cc-cmds.el:
972 (c-ascertain-adjacent-literal): In the backwards direction, now
973 recognises AWK regexp delimiters as string delimiters.
974 (c-after-statement-terminator-p): Adapt for virtual semicolons;
975 check more rigorously for "end of macro".
976 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
977 virtual semicolons;
978 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
979 out the code for forward movement into ...
980 (c-end-of-statement): Now contains the code for forward movement,
981 adapted for virtual semicolons.
982
983 * progmodes/cc-engine.el:
984 (c-ws*-string-limit-regexp): new regexp.
985 (c-forward-single-comment, c-backward-single-comment): Comment out
986 the (now redundant) "special" AWK stuff.
987
988 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
989 c-string-par-start, c-string-par-separate to be more like Text
990 Mode than Fundamental Mode.
991
992 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
993
994 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
995 to the fontified region so that fontification doesn't occur
996 outside it
997 (could happen e.g. when fontifying a line with an unfinished
998 declaration).
999
1000 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1001
1002 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
1003 moved to near the start of the file. ^L now separate sections of
1004 the file. New defconsts: c-awk-non-eol-esc-pair-re,
1005 c-awk-blank-or-comment-line-re,
1006 c-awk-one-line-possibly-open-string-re,
1007 c-awk-regexp-one-line-possibly-open-char-class-re,
1008 c-awk-one-line-possibly-open-regexp-re,
1009 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
1010 c-awk-vsemi-status-unknown-p.
1011
1012 Amend the concept of "virtual semicolons" (in the indentation
1013 engine) for languages like AWK, such that they are now
1014 conceptually attached to end of the last token of a statement, not
1015 the end of the line. (In AWK Mode, however, the pertinent text
1016 property is still physically set on the EOL.) Remove the specific
1017 tests for awk-mode, thus facilitating the introduction of other
1018 language modes where EOLs can end statements. (Note: The
1019 funtionality in cc-cmds.el, specifically
1020 c-beginning/end-of-statement has yet to be amended.)
1021
1022 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
1023 c-vsemi-status-unknown-p.
1024
1025 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
1026 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
1027 c-vsemi-status-unknown-p-fn (in a new page).
1028
1029 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
1030 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
1031 numerous awkward forms like
1032 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
1033 with
1034 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
1035 variable before-ws-ip, the place just after char-before-ip
1036 appears.
1037
1038 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
1039 a comment.
1040
1041 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1042
1043 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
1044 `c-tentative-buffer-changes'.
1045
1046 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
1047 converted to macro to choose between Emacs and XEmacs at compile
1048 time.
1049
1050 (c-set-region-active): New set counterpart to
1051 `c-region-is-active-p'.
1052
1053 (c-tentative-buffer-changes): New macro to handle temporary buffer
1054 changes in a convenient way.
1055
1056 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
1057 for `c-tentative-buffer-changes'.
1058
1059 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
1060 the checks for paren sexps between the point and the keyword, to
1061 avoid some false alarms.
1062
1063 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
1064 Fixed a situation where an error could be thrown for unbalanced
1065 parens. Changed to make use of c-keyword-member' to avoid some
1066 repeated regexp matches.
1067
1068 (c-opt-lambda-key, c-opt-inexpr-block-key,
1069 c-opt-inexpr-class-key): These language variable are no longer
1070 necessary.
1071
1072 (c-block-stmt-kwds): New language constant used by
1073 c-looking-at-inexpr-block'.
1074
1075 (c-guess-basic-syntax): Removed an optional check that looked at
1076 the existence of the now removed language variables.
1077
1078 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
1079 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
1080 object instantiation expressions as declarations in some contexts.
1081 This bug only affected languages where the declarator can't be
1082 enclosed in parentheses.
1083
1084 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
1085 insert newlines before and after substatement braces.
1086
1087 * progmodes/cc-engine.el: Improved the heuristics for recognizing
1088 function declaration headers and the handling of C++ style member
1089 init lists.
1090
1091 (c-just-after-func-arglist-p): Rewritten to use
1092 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
1093
1094 (c-beginning-of-member-init-list): Removed since it isn't used
1095 anymore.
1096
1097 (c-guess-basic-syntax): Case 5B adapted for the new
1098 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
1099 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
1100 covers all cases now).
1101
1102 * progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws.
1103
1104 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1105
1106 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
1107 c-string-par-start/separate c-sentence-end-with-esc-eol,
1108 initialised in c-setup-paragraph-variables, used in string
1109 scanning subroutines of c-beginning-of-statement.
1110
1111 * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
1112 which precedes the newly inserted `{'.
1113
1114 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1115
1116 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
1117 function for declaration level blocks. It should now cope with
1118 templates better and also be a lot more comprehensible.
1119
1120 (c-looking-at-decl-block): The new function.
1121
1122 (c-search-uplist-for-classkey): The old one. It's now a wrapper
1123 for compatibility.
1124
1125 (c-add-class-syntax, c-guess-continued-construct,
1126 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
1127
1128 (c-decl-block-key): Changed to tell apart ambiguous and
1129 unambiguous keywords. Pike specials are now handled directly in
1130 the code instead.
1131
1132 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
1133 language constants and variables to make the backward skip in
1134 `c-looking-at-decl-block' as tight as possible.
1135
1136 (c-nonsymbol-token-char-list): New language constant.
1137
1138 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
1139 find balanced template arglists backwards.
1140
1141 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
1142 making char classes for `c-syntactic-skip-backward'.
1143
1144 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
1145 16D - can't be a class-close at that point.
1146
1147 * progmodes/cc-engine.el (c-guess-basic-syntax,
1148 c-add-class-syntax): Don't narrow out the enclosing declaration
1149 level. This makes everything a lot easier, and it was actually
1150 only four small places that needed it to work. Some places that
1151 previously did `widen' are removed now, which has the effect that
1152 `c-guess-basic-syntax' never will look at things outside the
1153 current narrowment now. The anchor position for `topmost-intro'
1154 is affected by this, but it was so bogus it was basically useless
1155 before, and now it's equally bogus but in a slightly different
1156 way.
1157
1158 (c-narrow-out-enclosing-class): Gone.
1159
1160 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
1161 the narrowed region.
1162
1163 (c-least-enclosing-brace): Removed silly optional argument.
1164
1165 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
1166 the point could be left directly after an open paren when finding
1167 the beginning of the first decl in the block.
1168
1169 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
1170 Specify which submatch to use.
1171
1172 * progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC.
1173
1174 (c-decl-start-re): No no longer any need for special treatment of
1175 ObjC due to the above.
1176
1177 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
1178 presumably follows C in that regard.
1179
1180 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
1181 New language constants to specify operator tokens inside
1182 identifiers in a more high level way.
1183
1184 (c-opt-identifier-prefix-key): New internal language constant.
1185
1186 (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
1187 c-identifier-start, c-identifier-key): Now completely calculated
1188 from other constants.
1189
1190 (c-identifier-last-sym-match): Decommissioned since it's no longer
1191 used.
1192
1193 (c-operators): Use `c-identifier-ops'. Documented
1194 `postfix-if-paren'.
1195
1196 * progmodes/cc-engine.el (c-forward-name): Removed the
1197 optimization when c-identifier-key is equal to c-symbol-key since
1198 it doesn't work in byte compiled files. Don't record empty
1199 regions as identifiers.
1200
1201 * progmodes/cc-langs.el (c-filter-ops): New helper function to
1202 simplify access to `c-operators' and its likes.
1203
1204 (c-operator-list, c-all-op-syntax-tokens,
1205 c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
1206 c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
1207 c-primary-expr-regexp, c-cast-parens): Use it.
1208
1209 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
1210 an explicit language in functions.
1211
1212 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
1213 variant of adornment.
1214
1215 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
1216 variable.
1217
1218 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
1219 the Pike value.
1220
1221 * progmodes/cc-engine.el (c-on-identifier,
1222 c-simple-skip-symbol-backward): Small fix for handling "-"
1223 correctly in `skip-chars-backward'. Affected the operator lfun
1224 syntax in Pike.
1225
1226 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
1227 diagnostic message about precompiled language vars not being used.
1228
1229 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
1230 "__attribute__" is followed by a parenthesis.
1231
1232 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
1233 c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
1234 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
1235
1236 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
1237 cleanups to properly detect the declared identifiers in various
1238 declarations.
1239
1240 (c-decl-start-kwds): New language constant to recognize
1241 declarations that can start anywhere. Used for class declarations
1242 in Pike.
1243
1244 (c-specifier-key, c-not-decl-init-keywords,
1245 c-decl-prefix-or-start-re, c-find-decl-prefix-search,
1246 c-find-decl-spots): Implement `c-decl-start-kwds'.
1247
1248 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
1249 c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
1250 handling of the compiler specific extension keywords into a new
1251 language constant `c-decl-hangon-kwds' that defines keyword
1252 clauses to be ignored in declarations.
1253
1254 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
1255 past unrecognized tokens when handling `c-colon-type-list-kwds'.
1256 Necessary to stop at the declared identifier in e.g. IDL valuetype
1257 declarations.
1258
1259 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1260 c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1261 c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1262 c-forward-decl-or-cast-1): Recognize the declared identifier in
1263 class and enum declarations as such and not as part of the type.
1264
1265 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1266 interpretation of PRECEDING-TOKEN-END when there's no preceding
1267 token.
1268
1269 (c-forward-decl-or-cast-1): Don't disregard sure signs of
1270 declarations when there's some syntax error later on.
1271
1272 (c-complex-decl-matchers): Did away with a reference to
1273 `c-specifier-key'.
1274
1275 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1276 value - this variable is always dynamically bound.
1277
1278 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1279 cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1280 cc-cmds.el, cc-defs.el: Changed the policy for marking up
1281 functions that might do hidden buffer changes: All such internal
1282 functions are now marked instead of those that don't.
1283
1284 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1285 c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1286 c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1287 c-literal-type): Allow these functions to make hidden buffer changes,
1288 so that they are free to use text property caching later on.
1289
1290 (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1291 c-electric-brace, c-electric-slash, c-electric-star,
1292 c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1293 c-electric-paren, c-electric-continued-statement, c-indent-command,
1294 c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1295 c-context-line-break): Added `c-save-buffer-state' calls to comply
1296 with the changed semantics of the functions above.
1297
1298 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1299 when macros occur in obscure places. Optimized the sexp movement
1300 a bit.
1301
1302 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1303
1304 Enhancements for c-beginning-of-statement to work in AWK Mode:
1305
1306 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
1307 (completed statement) with `}' (statement completed by closing
1308 brace or semicolon) and `$' (statement completed by EOL).
1309
1310 (c-awk-virtual-semicolon-ends-prev-line-p,
1311 c-awk-virtual-semicolon-ends-line-p,
1312 c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
1313 c-awk-at-statement-end-p): new functions
1314
1315 * progmodes/cc-cmds.el: Simplify the structure of functions
1316 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
1317 two functions and c-beginning-of-statement to handle AWK Mode.
1318
1319 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
1320 c-backward-single-comment for AWK mode. Attempt to clarify their
1321 doc-strings.
1322
1323 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
1324
1325 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1326
1327 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
1328 label handling. Labels are now recognized in a uniform and more
1329 robust way, regardless of context. Text properties are put on all
1330 labels to recognize the following declarations better. Multiword
1331 labels are handled both in indentation and fontification for the
1332 benefit of language extensions like Qt. For consistency, keywords
1333 in labels are now fontified with the label face instead. That
1334 also applies to "case" and "default".
1335
1336 (c-beginning-of-statement-1): Fixed some bugs in the label
1337 handling. Disregard `c-nonlabel-token-key' in labels that begin
1338 with `c-label-kwds'.
1339
1340 (c-find-decl-spots): Support that the callback adds more
1341 `c-decl-end' spots to find.
1342
1343 (c-forward-decl-or-cast-1): Don't treat a list of plain
1344 identifiers followed by a colon as a declaration.
1345
1346 (c-forward-label): New function to recognize labels.
1347
1348 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
1349 `c-forward-label'. Moved the label recognition cases (14 and 15)
1350 earlier since they aren't so context sensitive now. Handle labels
1351 on the top level gracefully. Moved access label recognition to
1352 the generic label case (CASE 15) - removed CASE 5E.
1353
1354 (c-font-lock-declarations): Added recognition of labels in the
1355 same round since we need to handle labels in parallell with other
1356 declarations to recognize both accurately. It should also improve
1357 speed.
1358
1359 (c-simple-decl-matchers, c-basic-matchers-after): Moved
1360 `c-font-lock-labels' so that it only is used on decoration level 2
1361 since `c-font-lock-declarations' handles it otherwise.
1362
1363 (c-complex-decl-matchers): Removed the simplistic recognition of
1364 access labels.
1365
1366 (c-decl-prefix-re): Removed the kludges that was necessary to cope
1367 with labels earlier.
1368
1369 (c-decl-start-re): New language variable to make
1370 `c-font-lock-declarations' stop for the special protection labels
1371 in Objective-C that start with '@'.
1372
1373 (c-label-key): Removed since it's no longer used.
1374
1375 (c-recognize-colon-labels, c-label-prefix-re): New language
1376 constants to support recognition of generic colon-terminated
1377 labels.
1378
1379 (c-type-decl-end-used): `c-decl-end' is now used whenever there
1380 are colon terminated labels.
1381
1382 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
1383 first argument starts with a special brace list.
1384
1385 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
1386 c-font-lock-declarations): Broke out the declaration and cast
1387 recognition from `c-font-lock-declarations' to a new function, so
1388 that it can be used in the indentation engine.
1389
1390 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
1391 up to the start of the literal. Fixed bug with the point on the
1392 wrong side of the search limit that could happen when the start
1393 position is inside a literal.
1394
1395 * progmodes/cc-engine.el (c-parse-state,
1396 c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1397 so that it's kept a little bit back to increase the hit rate.
1398
1399 (c-parse-state): Changed the macro handling and fixed some
1400 glitches. Macro context is checked more often than necessary now,
1401 but otoh less garbage conses are generated.
1402
1403 * progmodes/cc-engine.el (c-parse-state,
1404 c-invalidate-state-cache): Cache the last position where
1405 `c-state-cache' applies. This can speed up refontification quite
1406 a bit in blocks where there are many non-brace parens before the
1407 point.
1408
1409 (c-state-cache-end): New variable for this.
1410
1411 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1412 cache variable.
1413
1414 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1415 get close initial continue positions when the start position is
1416 inside a literal or macro. Do not call the callback for spots
1417 before the start position (which can happen e.g. for `c-decl-end'
1418 spots inside comments). Optimize better in special cases when the
1419 region is a single line inside a literal or macro (typically when
1420 the current line is refontified).
1421
1422 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1423 to `c-add-stmt-syntax' - there's no need to explicitly whack off
1424 entries from the paren state.
1425
1426 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1427 special case for "else if" clauses.
1428
1429 * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1430 c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1431
1432 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1433 language variable to recognize the gcc extension with statement
1434 blocks inside expressions.
1435
1436 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1437 it somewhat more comprehensible. The argument AT-BLOCK-START is
1438 no longer used and hence removed.
1439
1440 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1441 to `c-add-stmt-syntax'.
1442
1443 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1444 `c-beginning-of-statement-1' instead of duplicating parts of it.
1445 This fixes bogus label recognition.
1446
1447 * progmodes/cc-engine.el (c-add-type, c-check-type,
1448 c-forward-name, c-forward-type): Improved storage of template
1449 types in `c-found-types' so that they can be recognized better.
1450
1451 (c-syntactic-content): Added option to skip past nested parens.
1452
1453 * progmodes/cc-engine.el (c-forward-name): Set
1454 `c-last-identifier-range' all the time. It's less work that way.
1455 Handle that there might not be an identifier to store in
1456 `c-last-identifier-range'.
1457
1458 (c-forward-type): Handle that `c-last-identifier-range' might be
1459 nil from `c-forward-name'.
1460
1461 * progmodes/cc-defs.el: (c-safe-scan-lists,
1462 c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
1463
1464 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
1465 to work even if the form fails.
1466
1467 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
1468 down in a large file in one go.
1469
1470 (c-get-fallback-start-pos): New helper function for
1471 `c-parse-state'.
1472
1473 * progmodes/cc-align.el (c-lineup-assignments): New lineup
1474 function which is like `c-lineup-math' but returns nil instead of
1475 `c-basic-offset' when it doesn't match.
1476
1477 (c-lineup-math): Changed to use `c-lineup-assignments'.
1478
1479 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1480
1481 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
1482 c-beginning-of-statement. New subfunctions
1483 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
1484
1485 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1486
1487 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
1488 hardcoded char classes whereever possible. Changed a couple of
1489 places to use skip by syntax instead of skip by char class.
1490
1491 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
1492 Fixed a bug in the regexp that caused extreme backtracking.
1493
1494 * progmodes/cc-langs.el (c-block-comment-starter,
1495 c-block-comment-ender): New language constants to specify in a
1496 single place how block comments look.
1497
1498 (c-comment-start-regexp, c-block-comment-start-regexp,
1499 comment-start, comment-end, comment-start-skip,
1500 c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
1501 c-syntactic-ws, c-nonempty-syntactic-ws,
1502 c-single-line-syntactic-ws, c-syntactic-eol): Now built from
1503 `c-line-comment-starter', `c-block-comment-starter' and
1504 `c-block-comment-ender'.
1505
1506 (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
1507 language constants to break up things a bit.
1508
1509 (c-simple-ws): New language constant for simple whitespace.
1510
1511 * progmodes/cc-defs.el (c-concat-separated): New convenience
1512 function.
1513
1514 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
1515 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
1516 newlines. Allow and ignore nil elements in the list.
1517
1518 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1519
1520 * progmodes/cc-cmds.el: Comment out a (n almost certainly
1521 superfluous) check, (eq here (point-max)) in
1522 c-beginning-of-statement.
1523
1524 * progmodes/cc-cmds.el: Tidy up the comments in
1525 c-beginning-of-statement and subfunctions.
1526
1527 * progmodes/cc-awk.el: Replace calls to put-text-property to the
1528 more flexible c-put-char-property and c-clear-char-properties.
1529 Add the author's email address.
1530
1531 * progmodes/cc-langs.el: New variable,
1532 c-block-comment-start-regexp.
1533
1534 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
1535 closing "*/" of a block comment.
1536
1537 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
1538 subfunctions) so that it works at BOB and EOB.
1539
1540 * progmodes/cc-cmds.el, cc-vars.el: More updating of
1541 c-beginning-of-statement, including new variable
1542 c-block-comment-start-regexp.
1543
1544 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1545
1546 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
1547 symbols from `*-font-lock-extra-types' so that there's no need to
1548 use `regexp-opt' on those lists.
1549
1550 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
1551 `c-type-modifier-kwds' is empty.
1552
1553 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
1554 there are several strings on the same line.
1555
1556 * progmodes/cc-engine.el (c-literal-limits): Removed the
1557 compatibility function for older emacsen. `c-literal-limits-fast'
1558 has now taken the place of this function.
1559
1560 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
1561 with older emacsen: We now require 'pps-extended-state.
1562
1563 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1564
1565 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
1566 which obviates the need to hack sentence-end. This now handles
1567 escaped newlines in strings correctly. Correct minor bugs in
1568 c-move-over-sentence and in c-beginning-of-statement.
1569
1570 * progmodes/cc-cmds.el (c-beginning-of-statement (and
1571 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
1572 that movement over macros and code are rigorously separated from
1573 eachother. Correct a few incidental bugs.
1574
1575 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
1576 Improve its doc-string. Improve the handling of certain specific
1577 cases.
1578
1579 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1580
1581 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
1582 (c-guess-basic-syntax): Changed the way class-level labels are
1583 recognized; they can now contain essentially any symbols.
1584
1585 (c-opt-extra-label-key): New language variable to cope with the
1586 special protection label syntax in Objective-C.
1587
1588 (c-opt-access-key): Removed; this is now handled better by
1589 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
1590
1591 (c-complex-decl-matchers): Update to handle that
1592 `c-opt-access-key' no longer exists.
1593
1594 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
1595 improved label recognition in `c-beginning-of-statement-1'.
1596
1597 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1598 Recognize bitfields better.
1599
1600 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
1601 Removed some cruft and fixed a bug that could cause it to go to a
1602 position further down.
1603
1604 * progmodes/cc-langs.el, cc-engine.el
1605 (c-beginning-of-statement-1): Improved detection of labels in
1606 declaration contexts.
1607
1608 (c-beginning-of-decl-1): Use it.
1609
1610 (c-nonlabel-token-key): New language constant and variable needed
1611 by `c-beginning-of-statement-1'.
1612
1613 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
1614 manifested itself due to the correction in `c-forward-sexp'.
1615
1616 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
1617 these behave as documented when used at the buffer limits.
1618
1619 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
1620 (c-type-decl-end-used): Made this a language variable.
1621
1622 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
1623 correctly when `combine-after-change-calls' is used together with
1624 temporary narrowings.
1625
1626 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
1627 labels correctly when the start point is immediately after the
1628 colon.
1629
1630 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
1631 since it isn't used anymore.
1632
1633 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
1634 bracket arglists such as template parens in C++.
1635
1636 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
1637 in the last check-in. Some optimization.
1638
1639 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
1640 where it could stop at the same level in a preceding sexp when
1641 PAREN-LEVEL is set.
1642
1643 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
1644 text property lookup only when it's needed.
1645
1646 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
1647 Changed the policy for paren marked angle brackets to be more
1648 persistent; once marked they remain marked even when they're found
1649 to be unbalanced in the searched region. This should keep the
1650 paren syntax around even when individual lines are refontified in
1651 multiline template arglists.
1652
1653 (c-parse-and-markup-<>-arglists): New dynamically bound variable
1654 to control markup so that incorrect angle bracket arglists aren't
1655 marked in contexts where the correct value for
1656 `c-disallow-comma-in-<>-arglists' isn't known.
1657
1658 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
1659 argument has become `c-parse-and-markup-<>-arglists'.
1660
1661 (c-remove-<>-arglist-properties): Removed - no longer used.
1662
1663 (c-after-change-check-<>-operators): New function used on
1664 `after-change-functions' to avoid that "<" and ">" characters that
1665 are part of longer operators have paren syntax.
1666
1667 (c-<>-multichar-token-regexp): New language variable used by
1668 `c-after-change-check-<>-operators'.
1669
1670 (c-after-change): Call `c-after-change-check-<>-operators'.
1671
1672 (c-font-lock-<>-arglists): Use the context properties set by
1673 `c-font-lock-declarations' to set
1674 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
1675 markup.
1676
1677 (c-font-lock-declarations): Removed code that undoes the invalid
1678 markup done by `c-font-lock-<>-arglists'.
1679
1680 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
1681 after `c-font-lock-declarations'.
1682
1683 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
1684 paren-level feature.
1685
1686 (c-guess-basic-syntax): Improved the anchor position for
1687 `template-args-cont' in nested template arglists. There's still
1688 much to be desired in this area, though.
1689
1690 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1691
1692 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
1693 Make the "Text Filling and Line Breaking" commands work for AWK
1694 buffers.
1695
1696 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1697
1698 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
1699 Removed;
1700 (c-major-mode-is 'awk-mode) can be used instead now.
1701
1702 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
1703 it doesn't work no longer are supported.
1704
1705 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
1706 cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
1707 requires support for the syntax-table' text property, which rules
1708 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
1709 cruft associated with those versions.
1710
1711 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
1712 for the `syntax-table' text property, which rules out Emacs 19 and
1713 XEmacs < 21.4. Removed various compatibility cruft associated
1714 with those versions.
1715
1716 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
1717 support for the `syntax-table' text property.
1718
1719 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
1720 variable and use an extra quoted face name instead. All the
1721 emacsen flavors handle that correctly.
1722
1723 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
1724 c-font-lock-declarators, c-font-lock-declarations,
1725 c-complex-decl-matchers, c-basic-matchers-after): Use a text
1726 property to mark the items in in declarator lists to handle
1727 refontification inside multiline declarations better.
1728
1729 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
1730 construct like "a * b = c;" as a declaration.
1731
1732 2005-12-08 Kim F. Storm <storm@cua.dk>
1733
1734 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
1735 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
1736 select either meta, hyper, or super modifier for rectangle commands.
1737 (cua--rectangle-modifier-key): New defvar.
1738 (cua--M/H-key): Use it. Remove special case for 'space.
1739 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
1740 on X, to meta otherwise. Always bind C-return to toggle
1741 rectangle. Pass ?\s instead of 'space to cua--M/H-key.
1742
1743 * emulation/cua-rect.el (cua-help-for-rectangle): Use
1744 cua--rectangle-modifier-key. Handle super modifier too.
1745 (cua--init-rectangles): Always bind C-return to toggle rectangle.
1746 Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
1747
1748 * ido.el: Move Acknowledgements and History after Commentary.
1749 Minor changes to Commentary.
1750
1751 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
1752 keymap if cua--prefix-override-timer equals 'shift.
1753 (cua--shift-control-prefix): New function; emulate "type prefix
1754 key twice" functionality to handle shifted prefix key override.
1755 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
1756 commands.
1757 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
1758
1759 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
1760
1761 * textmodes/org.el (org-insert-heading): Try to do items before
1762 headings.
1763 (org-agenda-mode): Quote `org-agenda-mode-hook'.
1764 (org-insert-item): New function.
1765 (org-renumber-ordered-list): Don't skip to higher level lists.
1766
1767 2005-12-08 Juri Linkov <juri@jurta.org>
1768
1769 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
1770
1771 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
1772
1773 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
1774
1775 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
1776 the constructed function name fun-1.
1777
1778 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
1779 because such links don't lead to parent documentation.
1780
1781 2005-12-08 Kenichi Handa <handa@m17n.org>
1782
1783 * descr-text.el (describe-char): Use *Help-2* buffer if the
1784 current buffer is *Help*. Call describe-text-properties while
1785 setting the original buffer.
1786
1787 2005-12-07 Bill Wohler <wohler@newt.com>
1788
1789 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
1790 and causes problems with non-MH users (such as Gnus users).
1791
1792 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
1793
1794 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
1795 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
1796 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
1797 command "info sources". Move calls to GDB command "list".
1798 (gdb-find-file-hook): Just use gdb-source-file-list.
1799 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
1800 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
1801 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
1802 (gdb-data-list-register-values-handler): Use correct trigger name.
1803
1804 2005-12-07 Kim F. Storm <storm@cua.dk>
1805
1806 * ido.el (ido-completion-map): Renamed from ido-mode-map.
1807 (ido-common-completion-map, ido-file-completion-map)
1808 (ido-file-dir-completion-map, ido-buffer-completion-map):
1809 Renamed from ido-mode-....-map.
1810 (ido-init-completion-maps): Renamed from ido-init-mode-maps.
1811 (ido-setup-completion-map): Renamed from ido-define-mode-map.
1812 (ido-read-internal): Bind minibuffer-local-filename-completion-map
1813 to ido-completion-map.
1814
1815 2005-12-07 Kenichi Handa <handa@m17n.org>
1816
1817 * international/mule-cmds.el
1818 (set-display-table-and-terminal-coding-system): If the coding
1819 system specified in `unibyte-display' property is different from
1820 the arg coding-system, don't setup standard-display-table.
1821
1822 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1823
1824 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
1825 that comments end at \n, regardless of selective-display.
1826
1827 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
1828
1829 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
1830 (gdb-version): New variables.
1831 (gdb-source-file-list, gdb-register-names)
1832 (gdb-changed-registers): New variables for use with GDB 6.4+.
1833 (gdb-ann3): Replace with...
1834 (gdb-init-1, gdb-init-2): ...two new functions.
1835 (gdba, gdb-prompt): Call gdb-init-1.
1836 (gdb-get-version): New function. Call gdb-init-2 from here.
1837 (gud-watch): Make it work with mouse events too.
1838 (gdb-post-prompt): Don't add to queue until GDB version is known.
1839 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
1840 (gdb-locals-mode): Use gdb-version.
1841 (gdb-memory-format-map, gdb-memory-unit-map)
1842 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
1843 (gdb-locals-font-lock-keywords-1)
1844 (gdb-locals-font-lock-keywords-2): New variables.
1845 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
1846 (gdb-set-gud-minor-mode-existing-buffers-1)
1847 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
1848 (gdb-var-update-1, gdb-var-update-handler-1)
1849 (gdb-data-list-register-values-handler)
1850 (gdb-data-list-register-values-custom)
1851 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
1852 (gdb-stack-list-locals-handler, gdb-get-register-names):
1853 New functions for use with GDB 6.4+.
1854 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
1855 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
1856 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
1857 (gdb-stack-list-locals-regexp)
1858 (gdb-data-list-register-names-regexp): New regexps for use with
1859 GDB 6.4+.
1860
1861 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1862
1863 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
1864
1865 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
1866
1867 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
1868 prompts work for AUTH PLAIN. Also reported by Steve Allan
1869 <seallan@verizon.net>.
1870
1871 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1872
1873 * frame.el (set-frame-parameter): Add doc string.
1874
1875 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
1876
1877 * textmodes/org.el (org-occur-highlights): New variable.
1878 (org-highlight-new-match, org-remove-occur-highlights): New functions.
1879 (org-highlight-sparse-tree-matches): New option.
1880 (org-do-occur): New function.
1881 (org-get-heading): Make it work also at beginning of line.
1882 (org-category-table): New variable.
1883 (org-get-category-table, org-get-category)
1884 (org-camel-to-words, org-link-search): New functions.
1885 (org-select-this-todo-keyword): New variable.
1886 (org-todo-list): New command.
1887 (org-shiftright, org-shiftleft): New commands.
1888 (org-agenda-todo): Add prefix argument.
1889 (org-show-hierarchy-above): New option.
1890 (org-show-todo-tree): Numerical prefix creates tree for specific
1891 TODO keyword.
1892 (org-outline-level): New function, to assign a level to plain
1893 lists items.
1894 (org-cycle-include-plain-lists): New option.
1895 (org-mode): Use `org-outline-level' as value of `outline-level'.
1896 (org-cycle): Temporarily switch `outline-regexp' if
1897 `org-cycle-include-plain-lists' is non-nil.
1898 (org-start-icalendar-file): Fix format bug.
1899 (org-agenda-get-day-entries): Create category table.
1900 (org-agenda-get-todos, org-agenda-get-timestamps)
1901 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1902 (org-agenda-get-blocks): Use `org-get-category'.
1903 (org-context-in-file-links): Rename from
1904 `org-line-numbers-in-file-links' .
1905
1906 2005-12-06 Romain Francoise <romain@orebokech.com>
1907
1908 * window.el (balance-windows): Delete extraneous third arg in call
1909 to `enlarge-window'.
1910
1911 2005-12-06 Kenichi Handa <handa@m17n.org>
1912
1913 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
1914
1915 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
1916
1917 * progmodes/gdb-ui.el (gdb-var-create-handler)
1918 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
1919 (gdb-var-list-children-handler, gdb-var-update-handler):
1920 Current buffer is already gdb-partial-output-buffer, don't
1921 make it current again.
1922
1923 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
1924
1925 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
1926 (list-buffers-noselect): Use it.
1927
1928 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
1931 (mail-yank-ignored-headers): Use regexp-opt.
1932 (mail-mode-map): Move initialization into declaration.
1933 (mail-sent-via): Remove unused shadowed var `to-line'.
1934 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
1935 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
1936 (mail-do-fcc): Use dolist and push.
1937 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
1938 (mail-yank-ignored-headers): Don't autoload.
1939
1940 2005-12-05 Kenichi Handa <handa@m17n.org>
1941
1942 * international/mule-cmds.el (set-language-info-internal): New fun.
1943 (set-language-info): Call set-language-info-internal to update
1944 language-info-alist. If LANG-ENV is the current one, call
1945 set-language-environment to make INFO effective now.
1946 (set-language-info-alist): Likewise.
1947 (locale-language-names): With locale "en", use English
1948 lang. env. but set the default codings to iso-8859-1.
1949
1950 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
1951
1952 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
1953 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
1954 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
1955 for plain strings.
1956 (gdb-frames-mode): Remove redundant call to font-lock-mode.
1957 (gdb-all-registers): Rename from toggle-gdb-all-registers.
1958 Create registers buffer if necessary. Echo new state in minibuffer.
1959 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
1960
1961 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
1962
1963 * info.el (Info-fontify-node): Match external links using
1964 non-directory part of filename.
1965
1966 2005-12-04 Juri Linkov <juri@jurta.org>
1967
1968 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
1969 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
1970 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
1971 because there is no customization option for it.
1972
1973 * font-lock.el (lisp-font-lock-keywords-1):
1974 Add define-global-minor-mode.
1975
1976 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
1977
1978 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
1979 properties on the constructed variable names.
1980
1981 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1982 Put `definition-name' properties on the constructed function names
1983 next-sym and prev-sym.
1984
1985 * emacs-lisp/find-func.el (find-function-regexp):
1986 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
1987 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
1988 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
1989 and easy-menu-define.
1990
1991 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
1992 easy-mmode-define-global-mode and define-global-minor-mode.
1993 (lisp-imenu-generic-expression): Add define-global-minor-mode.
1994
1995 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
1996 instead of easy-mmode-define-global-mode.
1997
1998 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
1999 Use define-minor-mode instead of easy-mmode-define-minor-mode.
2000
2001 * cus-edit.el (customize-group, customize-group-other-window):
2002 Filter out autoloaded options from the group completion list by
2003 using heuristics that autoloaded groups don't have `custom-autoload'
2004 property on their symbols (they have only `custom-loads').
2005
2006 * simple.el (completion-setup-function): Put completions-common-part
2007 face on complete completion string too (i.e. completion string
2008 without completions-first-difference face).
2009
2010 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
2011
2012 2005-12-03 Eli Zaretskii <eliz@gnu.org>
2013
2014 * view.el (view-mode): Doc fix.
2015
2016 * disp-table.el (standard-display-european): Add to the warning
2017 message a reference to the doc string.
2018
2019 * play/yow.el (apropos-zippy): Call print-help-return-message,
2020 similar to other Help and Apropos commands.
2021
2022 * help.el (print-help-return-message): If pop-up-frames is
2023 non-nil, set up help-return-method to delete the help window and,
2024 possibly, its frame as well, and don't display message about
2025 scrolling the help window. Doc fix.
2026 (help-return-method): Doc fix.
2027
2028 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
2029
2030 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
2031 whereby names of length one or names starting with a
2032 symbol-constituent character would not be returned.
2033
2034 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2035
2036 * subr.el (atomic-change-group): Add edebug and indentation spec.
2037
2038 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2039
2040 * completion.el (save-completions-file-name): Fix typo in last change.
2041
2042 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2043
2044 * info.el: Move back/forward history to the beginning of the tool bar.
2045
2046 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
2047
2048 * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
2049 Add fset of allout-real-isearch-abort during compile to fix
2050 byte-compilation warnings.
2051 (allout-mode-p): Move definition of this macro above all uses, or
2052 byte compilation in barren emacs (eg, during emacs build) will
2053 lack the definition.
2054 (allout-mode): Move this variable above any uses, or byte
2055 compilation will fail.
2056 (allout-resolve-xref): Remove use of personal file-reference function.
2057 (allout-toggle-current-subtree-encryption): Do the current (ie,
2058 visible containing) topic, rather than nearest around point. Doc fix.
2059 (allout-toggle-subtree-encryption): New function, workhorse that
2060 works on nearest topic containing point.
2061 (allout-encrypt-string): Signal requirement for newer version of pgg.
2062 (allout-resumptions): Doc fix.
2063
2064 2005-12-02 Eli Zaretskii <eliz@gnu.org>
2065
2066 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
2067
2068 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
2069
2070 * textmodes/flyspell.el (flyspell-external-point-words):
2071 Consider a misspelling as found in the string search if: (a) misspelling
2072 and found string lengths match, or (b) misspelling is found as
2073 element in a boundary-chars separated longer string, or (c)
2074 ispell-program-name is really ispell and misspelling is found as
2075 part of a TeX string. After successful match move beginning of
2076 search region to end of match. Warn about not found misspellings
2077 once the process is done.
2078 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
2079
2080 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
2081
2082 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
2083 tool bar (removed inadvertently).
2084
2085 2005-12-02 Juri Linkov <juri@jurta.org>
2086
2087 * log-view.el (log-view-diff): Clarify doc string.
2088
2089 2005-12-01 Bill Wohler <wohler@newt.com>
2090
2091 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
2092 triggers lm-verify errors.
2093
2094 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
2095
2096 * simple.el (transient-mark-mode, line-number-mode)
2097 (column-number-mode, size-indication-mode): Remove `:require nil'.
2098
2099 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
2100
2101 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
2102 in the margin also.
2103 (gdb-breakpoints-mode-map): Use D instead of d for
2104 gdb-delete-breakpoint.
2105 (gdb-get-frame-number): Require a number to match on.
2106 (gdb-threads-mode-map): Add follow-link binding.
2107
2108 2005-11-30 Jason Rumney <jasonr@gnu.org>
2109
2110 * isearch.el (isearch-mode-map): Avoid exiting search on
2111 language-change event.
2112
2113 2005-11-30 Romain Francoise <romain@orebokech.com>
2114
2115 * speedbar.el (speedbar-default-position): New defcustom.
2116 (speedbar-frame-reposition-smartly): Use it.
2117
2118 * dframe.el (dframe-reposition-frame-emacs): Fix position
2119 computation for `left' location.
2120 Update copyright year.
2121
2122 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2123
2124 * help.el (help-map): Move initialization into declaration.
2125
2126 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
2127
2128 * help-fns.el (help-argument-name): Don't autoload.
2129 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
2130 to be re-loaded when customizing the `help' group.
2131
2132 2005-11-30 John Paul Wallington <jpw@gnu.org>
2133
2134 * help-fns.el (describe-function-1): Fill arglist output.
2135
2136 2005-11-30 Kim F. Storm <storm@cua.dk>
2137
2138 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
2139 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
2140 after revert-buffer (or anything else which kills all local variables).
2141
2142 * apropos.el (apropos-parse-pattern): Doc fix.
2143 Set apropos-regexp directly, rather than expecting callers to do so.
2144 (apropos-command, apropos, apropos-value, apropos-documentation):
2145 Simplify calls to apropos-parse-pattern.
2146
2147 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
2148
2149 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2150 (hi-lock-face-phrase-buffer): Use hi-yellow face.
2151 (hi-lock-write-interactive-patterns): Use comment-region.
2152
2153 * longlines.el (longlines-mode): Add mail-setup-hook.
2154
2155 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
2156
2157 * simple.el (sendmail-user-agent-compose, next-line):
2158 Conditionally use hard-newline.
2159
2160 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
2161
2162 * international/latexenc.el (latex-inputenc-coding-alist):
2163 Reword doc string.
2164
2165 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
2166
2167 * help.el (describe-key-briefly, describe-key): Recognize default
2168 bindings.
2169
2170 2005-11-29 Romain Francoise <romain@orebokech.com>
2171
2172 * view.el (view-inhibit-help-message): New defcustom.
2173 (view-mode-enter): Use it.
2174
2175 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
2176
2177 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
2178 Preserve user position.
2179
2180 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
2181
2182 * font-lock.el: Throw error if facemenu is not loaded to prevent
2183 accidental change of loading order in loadup.el. (Suggested by RMS.)
2184
2185 * loadup.el: Add comment explaining why facemenu must be loaded
2186 before font-lock.
2187
2188 2005-11-28 Jay Belanger <belanger@truman.edu>
2189
2190 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
2191 (calc-dispatch-map): Add more keys for `calc-same-interface'.
2192
2193 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
2194
2195 * calc/calc-embed.el (calc-do-embedded): Update help message.
2196
2197 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
2198
2199 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2200
2201 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
2202
2203 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
2204 called-interactively-p.
2205 (elp-profilable-p): Rename from elp-not-profilable-p.
2206 Invert result and take into account macros and autoloaded functions.
2207 (elp-instrument-function): Update call.
2208 (elp-instrument-package): Update call. Add completion.
2209 (elp-pack-number): Use match-string.
2210 (elp-results-jump-to-definition-by-mouse): Merge into
2211 elp-results-jump-to-definition and then remove.
2212 (elp-output-insert-symname): Make help echo text single-line.
2213
2214 * replace.el (query-replace-map): Move initialization into declaration.
2215 (occur-engine): Use with-current-buffer.
2216 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
2217 (occur-mode-mouse-goto): Replace with an alias.
2218
2219 2005-11-28 Juri Linkov <juri@jurta.org>
2220
2221 * simple.el (quoted-insert): Let-bind input-method-function to nil.
2222
2223 * term/w32-win.el: Bind [S-tab] to [backtab].
2224
2225 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
2226 `Info-find-file' to t.
2227
2228 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
2229 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
2230 and same-window-regexps.
2231 (occur-next-error): Don't move point for arg 0.
2232
2233 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
2234
2235 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
2236
2237 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * log-edit.el (log-edit-changelog-use-first): New var.
2240 (log-edit-changelog-ours-p): Use it.
2241 (log-edit-insert-changelog): Set it with new arg `use-first'.
2242 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
2243 (log-edit-hook): Add them to the list of suggested options.
2244
2245 * textmodes/flyspell.el (flyspell-last-buffer): New var.
2246 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
2247 redundant work.
2248 (flyspell-mode-on): Use add-hook for after-change-functions.
2249 (flyspell-mode-off): Use remove-hook for after-change-functions.
2250 (flyspell-changes): Make it buffer-local.
2251 (flyspell-after-change-function): Make it non-interactive. Use push.
2252 (flyspell-post-command-hook): Check input-pending-p while processing
2253 the potentially long list of buffer changes.
2254
2255 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2256
2257 * buff-menu.el (list-buffers-noselect): Display the selected
2258 frame's buffer list, not the global one.
2259
2260 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
2261
2262 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2263 that (list last-input-event) works as in interactive spec.
2264
2265 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2266
2267 * loadup.el ("facemenu"): Load facemenu before font-lock, because
2268 `facemenu-keymap' needs to be defined when font-lock is loaded.
2269 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2270
2271 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2272
2273 * completion.el: Remove useless leading * in defcustom docstrings.
2274 (save-completions-file-name): Use ~/.emacs.d if available.
2275 (completion-standard-syntax-table): Rename from
2276 cmpl-standard-syntax-table and fold initialization into declaration,
2277 thus removing cmpl-make-standard-completion-syntax-table.
2278 (completion-lisp-syntax-table, completion-c-syntax-table)
2279 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2280 (cmpl-saved-syntax, cmpl-saved-point): Remove.
2281 (symbol-under-point, symbol-before-point)
2282 (symbol-under-or-before-point, symbol-before-point-for-complete)
2283 (add-completions-from-c-buffer): Use with-syntax-table.
2284 (make-completion): Don't return a list of completion entries.
2285 Update callers.
2286 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2287 (completion-initialize): Rename from initialize-completions.
2288 (completion-find-file-hook): Rename from cmpl-find-file-hook.
2289 (kill-emacs-save-completions): Collect stats here.
2290 (save-completions-to-file, load-completions-from-file):
2291 Use with-current-buffer.
2292 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
2293 into a function. Move all calls to toplevel.
2294 (completion-lisp-mode-hook): New fun.
2295 (completion-c-mode-hook, completion-setup-fortran-mode):
2296 Set the syntax-table here. Use local-set-key.
2297 (completion-saved-bindings): New var.
2298 (dynamic-completion-mode): Make it into a proper minor mode.
2299 (load-completions-from-file): Remove unused var `num-uses'.
2300
2301 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
2302 constructor if it is explicitly overridden.
2303
2304 * complete.el (PC-completion-as-file-name-predicate):
2305 Use minibuffer-completing-file-name.
2306 (partial-completion-mode): Use find-file-not-found-functions.
2307 (PC-lisp-complete-symbol): Use with-syntax-table.
2308 (PC-look-for-include-file): Remove dead setq.
2309 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
2310 (PC-complete): Use with-current-buffer.
2311
2312 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
2313 escape single quotes.
2314
2315 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2316
2317 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
2318 of `if' whose condition always returned nil. Doc fix.
2319
2320 * buff-menu.el (Buffer-menu-revert-function): Make the selected
2321 window's buffer the current buffer around the call to
2322 `list-buffers-noselect'. This is necessary to mark that buffer
2323 with a `.' in the Buffer Menu when called from Lisp, for instance
2324 by Auto Revert Mode.
2325
2326 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
2327
2328 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
2329 attaching to it.
2330 (gdb-pre-prompt): Make sure gdb-error is reset.
2331
2332 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
2333 with a child process, detect it.
2334 (gud-speedbar-buttons): Match regexp more carefully.
2335
2336 2005-11-27 Richard M. Stallman <rms@gnu.org>
2337
2338 * mouse.el (mouse-drag-move-window-bottom):
2339 Use adjust-window-trailing-edge.
2340
2341 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2342
2343 * simple.el (blink-matching-open): Ignore
2344 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
2345 (blink-matching-paren-on-screen): Update docstring.
2346
2347 * paren.el (show-paren-mode): No longer change
2348 `blink-matching-paren-on-screen'.
2349
2350 2005-11-27 John Paul Wallington <jpw@pobox.com>
2351
2352 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2353 (gdb-threads-select, gdb-edit-register-value):
2354 Use `posn-set-point' instead of `mouse-set-point' because the
2355 latter is not fbound when configured without X.
2356
2357 2005-11-27 Kim F. Storm <storm@cua.dk>
2358
2359 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
2360 existing face when partially highlighting a TAB in a rectangle.
2361
2362 2005-11-26 Kim F. Storm <storm@cua.dk>
2363
2364 * ido.el (ido-mode-map): Doc fix.
2365 (ido-mode-common-map, ido-mode-file-map)
2366 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
2367 (ido-define-mode-map): Rewrite. Select one of the new maps as
2368 parent for ido-mode-map instead of building from scratch.
2369 (ido-init-mode-maps): New defun to initialize new maps.
2370 (ido-mode): Call it.
2371 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
2372 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2373
2374 2005-11-26 John Paul Wallington <jpw@pobox.com>
2375
2376 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
2377 `mouse-set-point' because the latter is not fbound when configured
2378 without X.
2379
2380 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
2381
2382 * files.el (file-relative-name): Doc fix.
2383
2384 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
2385
2386 * progmodes/octave-inf.el (inferior-octave-startup): Force a
2387 non-empty string for secondary prompt PS2.
2388
2389 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
2390
2391 * progmodes/compile.el (compilation-setup): Fix last change.
2392
2393 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
2394
2395 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2396 (gdb-mouse-toggle-breakpoint-margin)
2397 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2398 Add gdb-server-prefix to keep out of command history.
2399 (gdb-edit-register-value): New function.
2400 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2401 (gdb-info-registers-custom): Use above map.
2402
2403 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
2404
2405 * custom.el (enable-theme): Signal error if argument is not a
2406 theme. Don't recalculate a face if it's not loaded yet.
2407
2408 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2409 the `user' theme is in effect.
2410
2411 * info.el (Info-on-current-buffer): Record actual filename in
2412 Info-current-file, instead of t, or a fake filename if a non-file
2413 buffer. Make autoload.
2414 (Info-find-node, Info-revert-find-node): No need to check for
2415 Info-current-file nil.
2416 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2417 Info-current-file is now never `t'.
2418 (Info-fontify-node): Many simplifications due to Info-current-file
2419 always being valid. Use Info-find-file to find node filename.
2420
2421 2005-11-25 David Kastrup <dak@gnu.org>
2422
2423 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2424 new character, then delete" in order to preserve markers.
2425
2426 2005-11-25 David Ponce <david@dponce.com>
2427
2428 * recentf.el (recentf-arrange-by-rule): Handle a special
2429 `auto-mode-alist'-like "strip suffix" rule.
2430 (recentf-build-mode-rules): Handle second level auto-mode entries.
2431
2432 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
2433
2434 * viper-keym.el (viper-ESC-key): Use different values in terminal and
2435 window modes.
2436
2437 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2438 jde-javadoc-checker-report-mode.
2439
2440 * ediff-wind (ediff-make-wide-display): Slight simplification.
2441
2442 * ediff.el (ediff-date): Change the date of last update.
2443
2444 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
2445
2446 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2447 Use define-minor-mode, and make it a local mode. Turn on font-lock.
2448 (hi-lock-mode): New global minor mode.
2449 (turn-on-hi-lock-if-enabled): New function.
2450 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2451 Change arguments to regexp and face instead of a font-lock pattern.
2452 Directly set face property, instead of refontifying.
2453 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
2454 (hi-lock-find-patterns): Use line-number-at-pos.
2455
2456 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
2457 arguments for hi-lock-set-pattern.
2458 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
2459 font-lock-fontify-buffer.
2460 (hi-lock-find-file-hook, hi-lock-current-line)
2461 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
2462
2463 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
2464 turned off.
2465
2466 * progmodes/compile.el (compilation-setup): Don't fiddle with
2467 font-lock-defaults.
2468
2469 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
2470
2471 * progmodes/gdb-ui.el (gdb-var-create-handler)
2472 (gdb-var-list-children-handler): Find values for all variable
2473 objects. gud-speedbar-buttons decides whether to display them.
2474
2475 2005-11-24 Romain Francoise <romain@orebokech.com>
2476
2477 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2478 buffer name with a space.
2479
2480 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
2481
2482 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
2483 `org-export-local-list-max-depth'. Change default value to 3.
2484 (org-auto-renumber-ordered-lists)
2485 (org-plain-list-ordered-item-terminator): New options.
2486 (org-at-item-p, org-beginning-of-item, org-end-of-item)
2487 (org-get-indentation, org-get-string-indentation)
2488 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2489 functions.
2490 (org-move-item-down, org-move-item-up): New commands.
2491 (org-export-as-html): New classes for CSS support. Bug fix in
2492 regular expression detecting fixed-width regions. Respect
2493 `org-local-list-ordered-item-terminator'.
2494 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2495 also a list item.
2496 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2497 New item moving functions.
2498
2499 2005-11-24 Juri Linkov <juri@jurta.org>
2500
2501 * isearch.el (isearch-repeat): With empty search ring set
2502 `isearch-error' to the error string instead of signaling error
2503 with the function `error'.
2504
2505 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2506
2507 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
2508
2509 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
2510
2511 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
2512 and variable.
2513 (gdb-var-create-handler, gdb-var-list-children-handler):
2514 Don't match on "char **...".
2515 (gdb-var-update-handler): Find values for all variable objects.
2516 (gdb-info-frames-custom): Identify frames by leading "#".
2517
2518 * progmodes/gud.el (gud-speedbar-menu-items): Add
2519 gdb-speedbar-auto-raise as radio button.
2520 (gud-speedbar-buttons): Raise speedbar if requested.
2521 Don't match on "char **...".
2522 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
2523 Make it editable.
2524
2525 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
2526
2527 * info.el (Info-fontify-node): Handle the case where
2528 Info-current-file is t.
2529
2530 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2531
2532 * simple.el (blink-matching-open): Fix off-by-one in last change.
2533
2534 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2535
2536 * term/mac-win.el: Don't change default directory.
2537
2538 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
2539
2540 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
2541 buffers correctly. (It used to throw an error in such buffers.)
2542 Make it ask for confirmation in group buffers and other Custom
2543 buffers containing more than one customization item.
2544
2545 2005-11-22 John Paul Wallington <jpw@gnu.org>
2546
2547 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
2548 property on mail and url overlays.
2549 (goto-address-at-point): Use `posn-set-point' instead of
2550 `mouse-set-point' because the latter is not fbound when configured
2551 without X.
2552
2553 2005-11-22 Lars Hansen <larsh@soem.dk>
2554
2555 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
2556 (ls-lisp-classify, ls-lisp-format): Delete call to
2557 ls-lisp-parse-symlink.
2558 (ls-lisp-handle-switches): Handle symlinks to directories as
2559 directories when ls-lisp-dirs-first in non-nil.
2560
2561 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
2562
2563 * startup.el (command-line): Make sure that loaddefs.el is handled
2564 correctly in load-history.
2565
2566 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
2567
2568 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
2569 (gdb-struct-string, gdb-array-string): New constants.
2570 (gdb-info-locals-handler): Use them.
2571 (gdb-reset): Reset gdb-var-list to nil.
2572
2573 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
2576 in patterns.
2577
2578 2005-11-21 Juri Linkov <juri@jurta.org>
2579
2580 * custom.el (defcustom): Update link types in docstring.
2581
2582 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
2583
2584 * custom.el (defgroup): Add doc-string-elt info.
2585
2586 * widget.el (define-widget): Don't use declare for the doc-string-elt.
2587
2588 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2589
2590 * newcomment.el (comment-enter-backward): Fix last fix.
2591
2592 * simple.el (blink-matching-open):
2593 * paren.el (show-paren-function): Allow new paren-class info.
2594
2595 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
2596
2597 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
2598 handled automagically.
2599
2600 2005-11-20 Andreas Schwab <schwab@suse.de>
2601
2602 * descr-text.el (describe-char): When copying overlays put them
2603 over the full char description instead of just the first character
2604 of it.
2605
2606 2005-11-20 Juri Linkov <juri@jurta.org>
2607
2608 * simple.el (what-cursor-position):
2609 * descr-text.el (describe-char): Use Lisp-readable syntax
2610 for octal and hex. Reorder decimal, octal and hex values.
2611 Remove excess whitespace in the output. Use `=' in `column='
2612 like in `point=' and `Hscroll='.
2613
2614 * international/mule-cmds.el (encoded-string-description):
2615 Use Lisp-readable syntax for hex.
2616
2617 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * newcomment.el (comment-enter-backward): Handle the case where the
2620 comment is closed by EOB.
2621
2622 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
2623
2624 * longlines.el (longlines-before-revert-hook)
2625 (longlines-after-revert-hook): New functions.
2626 (longlines-mode): Turn off longlines temporarily when reverting.
2627 Add a message-setup-hook.
2628 (longlines-decode-buffer): New function.
2629 (longlines-wrap-line): Preserve marker positions.
2630
2631 2005-11-19 Andreas Schwab <schwab@suse.de>
2632
2633 * emacs-lisp/shadow.el: Handle compressed files.
2634
2635 2005-11-19 Romain Francoise <romain@orebokech.com>
2636
2637 * net/browse-url.el (browse-url-default-browser): Signal an error
2638 if no usable browser can be found, rather than try to load w3.
2639
2640 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
2641
2642 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
2643 replacing existing properties.
2644 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
2645 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
2646 tty specs.
2647 (rcirc-server-prefix, rcirc-server): New faces.
2648 (rcirc-url-regexp): Generate with rx macro.
2649 (rcirc-last-server-message-time): New variable.
2650 (rcirc-filter): Record time of last message.
2651 (rcirc-keepalive): Kill processes that did not send a message
2652 since the last ping.
2653 (rcirc-mode): Give rcirc-topic a local binding here.
2654
2655 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
2656
2657 * subr.el (read-passwd): Fontify the prompt as we do with other
2658 prompts.
2659
2660 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
2661
2662 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
2663 binding buffer-read-only to nil.
2664
2665 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2666
2667 * complete.el (partial-completion-mode):
2668 Mention completion-auto-help in the doc string.
2669
2670 * man.el (Man-highlight-references): Doc fix. Reformat code in a
2671 more Lisp-ish way.
2672
2673 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2674
2675 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
2676 digits, not 8, to avoid misalignment for files larger than 100MB.
2677
2678 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2679
2680 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
2681 Mention "keyboard shortcuts" in the help text.
2682
2683 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2684
2685 * startup.el (fancy-splash-default-action): Discard only
2686 mouse-down and succeeding mouse-up events in the splash screen
2687 window so that drag-n-drop event can be processed.
2688
2689 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
2690
2691 * longlines.el (longlines-mode): Add hacks for mail-mode and
2692 message-mode.
2693
2694 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
2695
2696 * textmodes/org.el (org-table-sort-lines): New command.
2697 (org-tbl-menu): Add entry for `org-table-sort-lines'.
2698 (org-add-file): Command removed, use `org-agenda-file-to-front'
2699 instead.
2700 (org-export-icalendar): Use `org-icalendar-combined-name'.
2701 (org-cycle-agenda-files, org-agenda-file-to-end)
2702 (org-agenda-file-to-front): New commands.
2703 (org-table-tab-jumps-over-hlines,org-export-html-style): New
2704 options.
2705 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2706 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2707 New functions.
2708 (org-fill-paragraph): Call `org-table-align' in tables.
2709 (org-mode): Call `org-set-autofill-regexps'.
2710 (org-export-as-html): Support for local handformatted lists.
2711 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2712 (org-export-local-list-max-depth): New option.
2713 (org-html-expand): Use `org-html-protect'.
2714
2715 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
2716
2717 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
2718 to "p".
2719 (gdb): Move definition of gud-pp to...
2720
2721 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
2722 speedbar.
2723 (gdb-find-watch-expression): New function.
2724
2725 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2726
2727 * faces.el (face-attribute, set-face-attribute): Mention existence
2728 of `:ignore-defface' setting in docstring.
2729
2730 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * simple.el (completion-setup-function): Fix last change.
2733
2734 2005-11-17 John Paul Wallington <jpw@pobox.com>
2735
2736 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
2737 Use `posn-set-point' instead of `mouse-set-point' because the
2738 latter is not fbound when configured without X.
2739
2740 * comint.el (comint-insert-input): Likewise.
2741
2742 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2743
2744 * simple.el (hard-newline): New variable.
2745 (sendmail-user-agent-compose, next-line): Use it.
2746
2747 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
2748 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
2749 (mail-mail-reply-to, mail-mail-followup-to)
2750 (mail-position-on-field, mail-signature, mail-yank-original)
2751 (mail-attach-file): Likewise.
2752
2753 * mail/mailheader.el (mail-header-format)
2754 (mail-header-format-function): Likewise.
2755
2756 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
2757
2758 2005-11-17 Juri Linkov <juri@jurta.org>
2759
2760 * font-lock.el (font-lock-faces): Rename this defgroup from
2761 `font-lock-highlighting-faces'.
2762 (font-lock-comment-face, font-lock-comment-delimiter-face)
2763 (font-lock-string-face, font-lock-doc-face)
2764 (font-lock-keyword-face, font-lock-builtin-face)
2765 (font-lock-function-name-face, font-lock-variable-name-face)
2766 (font-lock-type-face, font-lock-constant-face)
2767 (font-lock-warning-face, font-lock-negation-char-face)
2768 (font-lock-preprocessor-face)
2769 (font-lock-regexp-grouping-backslash)
2770 (font-lock-regexp-grouping-construct): Rename :group from
2771 `font-lock-highlighting-faces' to `font-lock-faces'.
2772
2773 * cus-edit.el (lisp, c, tex):
2774 * progmodes/ada-mode.el (ada):
2775 * progmodes/asm-mode.el (asm):
2776 * progmodes/cperl-mode.el (cperl-faces):
2777 * progmodes/cpp.el (cpp):
2778 * progmodes/dcl-mode.el (dcl):
2779 * progmodes/f90.el (f90):
2780 * progmodes/fortran.el (fortran):
2781 * progmodes/icon.el (icon):
2782 * progmodes/idlwave.el (idlwave-misc):
2783 * progmodes/m4-mode.el (m4):
2784 * progmodes/make-mode.el (makefile):
2785 * progmodes/meta-mode.el (meta-font):
2786 * progmodes/modula2.el (modula2):
2787 * progmodes/octave-mod.el (octave):
2788 * progmodes/pascal.el (pascal):
2789 * progmodes/perl-mode.el (perl):
2790 * progmodes/prolog.el (prolog):
2791 * progmodes/ps-mode.el (PostScript-edit):
2792 * progmodes/scheme.el (scheme):
2793 * progmodes/sh-script.el (sh-script):
2794 * progmodes/simula.el (simula):
2795 * progmodes/tcl.el (tcl):
2796 * textmodes/nroff-mode.el (nroff):
2797 * textmodes/reftex-vars.el (reftex-fontification-configurations):
2798 * textmodes/sgml-mode.el (sgml):
2799 * textmodes/texinfo.el (texinfo):
2800 Add :link (custom-group-link font-lock-faces) to defgroup.
2801
2802 * hi-lock.el (hi-lock): Rename this defgroup from
2803 `hi-lock-interactive-text-highlighting'. Change parent group from
2804 `faces' to `font-lock'. Add link to the manual.
2805 (hi-lock-mode, hi-lock-file-patterns-range)
2806 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
2807 `hi-lock-interactive-text-highlighting' to `hi-lock'.
2808 (hi-lock-faces): Add :group `faces'.
2809
2810 * cus-edit.el (custom-variable-prompt): Clarify the code.
2811
2812 * faces.el (face-read-string): Set the default value arg of
2813 completing-read.
2814
2815 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
2816
2817 * rfn-eshadow.el (file-name-shadow-properties)
2818 (file-name-shadow-tty-properties, file-name-shadow-mode):
2819 Remove autoloads, because the file is now preloaded.
2820
2821 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2822
2823 * printing.el (easy-menu-intern): Don't define.
2824 (pr-get-symbol): Use easy-menu-intern only if defined.
2825
2826 * simple.el (blink-matching-open): Simplify a bit.
2827 (completion-setup-function): Fix the case of partial-completion-mode
2828 when the minibuffer's contents start with "-".
2829 Obey completion-base-size-function even when
2830 minibuffer-completing-file-name is non-nil.
2831
2832 2005-11-16 Richard M. Stallman <rms@gnu.org>
2833
2834 * net/eudcb-ph.el (eudc-ph-open-session):
2835 Use set-process-query-on-exit-flag.
2836
2837 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
2838
2839 * international/ucs-tables.el (ucs-set-table-for-input):
2840 Use make-local-variable, not make-variable-buffer-local.
2841
2842 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2843 Improve warning message text.
2844
2845 * savehist.el (savehist-save-hook): Add :group.
2846
2847 * menu-bar.el (menu-bar-help-menu):
2848 Rename Find Extra Packages to External Packages.
2849
2850 * cus-edit.el (Custom-reset-standard): Verify that
2851 :custom-standard-value prop exists before calling it.
2852
2853 * apropos.el (apropos-calc-scores): Use apropos-pattern.
2854
2855 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
2856
2857 * wid-edit.el (color): Enclose %t in %{...%}.
2858
2859 * cus-edit.el (face): Enclose %t in %{...%}.
2860
2861 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
2862
2863 * savehist.el (savehist-mode-hook): Re-add the var.
2864 (savehist-mode): Use it.
2865
2866 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2867
2868 * textmodes/flyspell.el: Fix commenting convention.
2869 Remove unnecessary leading * in custom docstrings.
2870 (flyspell-emacs): Remove unused var.
2871 (flyspell-delete-region-overlays): Use remove-overlays.
2872 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
2873 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
2874 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
2875 (flyspell-debug-signal-word-checked): Use with-current-buffer.
2876 (make-flyspell-overlay): Don't locally reuse a global name.
2877 (flyspell-highlight-incorrect-region)
2878 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
2879 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
2880 (flyspell-notify-misspell): Remove unused args `start' and `end'.
2881 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
2882 Wrap calls to accept-process-output inside with-local-quit since it's
2883 often called from a post-command-hook.
2884 (flyspell-correct-word, flyspell-auto-correct-word):
2885 Use ispell-send-string.
2886 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
2887
2888 * calendar/diary-lib.el (diary-list-entries): Also hide the
2889 terminating newline.
2890
2891 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
2892
2893 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
2894 window-system, to allow fonts on tty.
2895
2896 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
2897
2898 * progmodes/gud.el (gud-speedbar-item-info): New function.
2899 (gud-install-speedbar-variables): Use it to display data type
2900 of watch expression as a tooltip in speedbar.
2901
2902 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
2903
2904 * font-core.el (global-font-lock-mode): Add :version keyword,
2905 because default was changed.
2906
2907 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
2908
2909 * startup.el (command-line): Use `custom-reevaluate-setting' for
2910 `file-name-shadow-mode'.
2911
2912 * loadup.el: Preload rfn-eshadow.
2913
2914 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
2915 Add :version keyword.
2916 (file-name-shadow-properties, file-name-shadow-tty-properties)
2917 (file-name-shadow): Add :version keyword.
2918
2919 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
2920 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
2921 in the custom-group property of the symbol frames and the fringe
2922 group got no link to its parent group frames.
2923 Doc fix.
2924
2925 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2926
2927 * progmodes/gud.el (gud-stop-subjob): New function.
2928 (gud-menu-map, gud-tool-bar-map): Use it.
2929
2930 2005-11-16 Kim F. Storm <storm@cua.dk>
2931
2932 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
2933 than kill it.
2934 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
2935 to a more useful/logical place.
2936
2937 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2938
2939 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
2940 go buttons complementary.
2941
2942 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2943
2944 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
2945 (rfn-eshadow-sifn-equal): New function.
2946 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
2947
2948 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
2949
2950 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
2951 string.
2952
2953 * viper.el (viper-emacs-state-mode-list): Ensure that
2954 rcirc-mode buffers come up in Emacs state.
2955
2956 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
2957 operation.
2958
2959 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2960
2961 * term.el (term-termcap-format): Fix typos.
2962 (term-down): Fix the negative argument case.
2963
2964 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2965
2966 * progmodes/gdb-ui.el: Remove face-alias left over from change on
2967 2005-08-15.
2968 (gdb-ann3): New command gud-go.
2969 (menu): Accomodate gdb-mi.el.
2970 (gdb-assembler-custom): Make buffer of selected window current
2971 so that set-window-point works.
2972
2973 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
2974 buttons and include new ones.
2975
2976 2005-11-16 Kim F. Storm <storm@cua.dk>
2977
2978 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
2979 (gud-menu-map): Use it.
2980
2981 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
2982
2983 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
2984 that works correctly for Custom and that does not override a user
2985 who disables it.
2986
2987 * help-mode.el (help-make-xrefs, help-xref-on-pp)
2988 (help-xref-interned, help-follow): Make hyperlinks for variables
2989 that are unbound, but have a non-nil variable-documentation property.
2990
2991 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
2992 mode hook. (It conflicted with defcustoms for some mode hooks.)
2993 Use the `variable-documentation' property to give the mode hook a
2994 docstring and expand that docstring.
2995
2996 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
2997
2998 * savehist.el (savehist-mode): Don't bother with
2999 `custom-set-minor-mode'.
3000 (savehist-coding-system): Check XEmacs version.
3001 (history-length): Declare also at run time.
3002 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
3003 Don't set the customize state.
3004 (savehist-minibuffer-hook): Special case for when
3005 minibuffer-history-variable is equal to t.
3006
3007 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3008
3009 * files.el (write-file): Refresh VC status.
3010
3011 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
3012 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
3013 than fundamental-mode to see if the mode was set.
3014
3015 2005-11-14 Romain Francoise <romain@orebokech.com>
3016
3017 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
3018 dummy function in `eval-when-compile' to avoid compiler warning.
3019 Require `man' at compile time.
3020
3021 2005-11-14 Jay Belanger <belanger@truman.edu>
3022
3023 * calc-alg.el (calcFunc-write-out-power): Rename it to
3024 calcFunc-powerexpand.
3025 (math-write-out-power): Rename it to math-powerexpand; have it
3026 handle negative exponents.
3027 (calc-writeoutpower): Rename it to calc-powerexpand.
3028
3029 * calc-ext.el: Change calcFunc-writeoutpower and
3030 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
3031 autoloads.
3032 Add calcFunc-ldiv to autoloads.
3033
3034 * calc-arith.el (calcFunc-ldiv): New function.
3035
3036 * calc.el (calc-left-divide): New function.
3037
3038 2005-11-14 Juri Linkov <juri@jurta.org>
3039
3040 * cus-edit.el (custom-variable-prompt): Set the default value arg
3041 of completing-read.
3042
3043 * cus-dep.el (custom-make-dependencies): Reverse the list of
3044 found dependencies.
3045
3046 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3047
3048 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
3049 Highlighting" entry, it is on by default now.
3050 (menu-bar-options-save): Do not save global-font-lock-mode.
3051
3052 2005-11-13 Richard M. Stallman <rms@gnu.org>
3053
3054 * textmodes/flyspell.el (flyspell-large-region):
3055 Call flyspell-accept-buffer-local-defs.
3056
3057 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
3058
3059 * textmodes/flyspell.el (flyspell-notify-misspell):
3060 Fix misspelling of "Misspelling".
3061 (flyspell-process-localwords): New function.
3062 (flyspell-large-region): Call flyspell-process-localwords and
3063 flyspell-delete-region-overlays.
3064 (flyspell-delete-region-overlays): New function.
3065 (flyspell-delete-all-overlays): Call that.
3066
3067 2005-11-13 Richard M. Stallman <rms@gnu.org>
3068
3069 * help.el (help-for-help-internal): Improve doc of C-h a.
3070 (describe-key): Improve prompt; doc fix.
3071
3072 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3073
3074 * vc-svn.el (vc-svn-registered): Catch all errors.
3075
3076 * cus-dep.el (custom-make-dependencies): Typo.
3077
3078 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
3079
3080 * net/tramp-util.el (top): Fix compilation warning.
3081
3082 2005-11-13 Kim F. Storm <storm@cua.dk>
3083
3084 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
3085
3086 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
3087
3088 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
3089 (gud-speedbar-buttons): Match on "const char *" too.
3090
3091 * progmodes/gdb-ui.el (gdb-var-create-handler)
3092 (gdb-var-list-children-handler): Match on "const char *" too.
3093 (gdb-var-evaluate-expression-handler): Match on empty string.
3094 (gdb-var-update-handler): Only call
3095 gdb-var-evaluate-expression-handler when required.
3096
3097 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
3098
3099 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
3100 selected window. This still doesn't work for speedbar.
3101 (gud-speedbar-buttons): Handle string expressions properly.
3102
3103 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3104 (gdb-var-create-handler): Handle string expressions properly.
3105 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
3106 Handle string expressions properly. Move "type" field into regexp.
3107
3108 2005-11-12 Karl Fogel <kfogel@red-bean.com>
3109
3110 * bookmark.el (bookmark-maybe-message): New function to reduce
3111 code duplication: invokes `message' iff baud-rate is high enough.
3112 (bookmark-write-file): Use above instead of an inline conditional.
3113 (bookmark-load): Same.
3114
3115 2005-11-12 Karl Fogel <kfogel@red-bean.com>
3116
3117 * bookmark.el (bookmark-write-file): Don't visit the destination
3118 file, just write the data to it using write-region. This is
3119 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
3120 change to avoid visiting the file in the first place.
3121
3122 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
3123
3124 * hi-lock.el (hi-lock-mode): Set the default value of
3125 font-lock-defaults.
3126
3127 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
3128
3129 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
3130 arg to `file-attributes'.
3131 (find-lisp-format): The UID and GID can now be strings.
3132
3133 2005-11-12 Kim F. Storm <storm@cua.dk>
3134
3135 * help.el (help-map): Bind C-h d to apropos-documentation.
3136
3137 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
3138 when point is at end-of-buffer.
3139
3140 * apropos.el (apropos-match-face): Doc fix.
3141 (apropos-sort-by-scores): Add new choice `verbose'.
3142 (apropos-documentation-sort-by-scores): New defcustom.
3143 (apropos-pattern): Now contains the pattern entered by the user.
3144 (apropos-pattern-quoted): New defvar.
3145 (apropos-regexp): New defvar, containing the regexp corresponding
3146 to apropos-pattern.
3147 (apropos-all-words-regexp): Rename from apropos-all-regexp.
3148 (apropos-read-pattern): New defun. Use it to read pattern arg in
3149 interactive calls; returns list of words for a word list, and
3150 string for a regexp.
3151 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
3152 parses a list of words or regexp as returned by apropos-read-pattern.
3153 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
3154 (apropos-score-doc): Return a very high score if the string
3155 entered by the user matches literally.
3156 (apropos-variable): Doc fix. Use apropos-read-pattern.
3157 (apropos-command): Doc fix. Use apropos-read-pattern and
3158 apropos-parse-pattern. Call apropos-print with nosubst=t.
3159 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
3160 apropos-parse-pattern.
3161 (apropos-documentation): Doc fix. Use apropos-read-pattern and
3162 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
3163 apropos-documentation-sort-by-scores. Call apropos-print with
3164 nosubst=t.
3165 (apropos-documentation-internal): Pass doc string through
3166 substitute-key-definition before adding text properties.
3167 Highlight substring matching literal user input if possible.
3168 (apropos-documentation-check-doc-file): Remove locals beg and end.
3169 Fix calculation of score (as added twice). Pass doc string through
3170 substitute-key-definition before adding text properties.
3171 (apropos-documentation-check-elc-file): Pass doc string through
3172 substitute-key-definition before adding text properties.
3173 Highlight substring matching literal user input if possible.
3174 (apropos-print): Add new arg NOSUBST; if set, command and variable
3175 doc strings have already been passed through substitute-key-definition.
3176 Add code to handle apropos-accumulator items without score element
3177 for backwards compatibility (e.g. with woman package).
3178 Only show scores if apropos-sort-by-scores is `verbose'.
3179
3180 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
3183 Add jka-compr-load-suffixes to load-suffixes.
3184
3185 * jka-compr.el: Require 'jka-cmpr-hook.
3186 (jka-compr-info-compress-message, jka-compr-info-compress-program)
3187 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
3188 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
3189 (jka-compr-info-can-append, jka-compr-info-strip-extension)
3190 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
3191 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
3192 (jka-compr-uninstall): Remove entries from
3193 jka-compr-added-to-file-coding-system-alist after they are used.
3194 (jka-compr-error): Remove unused var `curbuf'.
3195 (jka-compr-file-local-copy): Remove unused var `notfound'.
3196
3197 2005-11-10 Romain Francoise <romain@orebokech.com>
3198
3199 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
3200
3201 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
3202
3203 * progmodes/gud.el (gud-menu-map): Move parentheses.
3204 (gdb): New command gud-pv.
3205
3206 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * tar-mode.el: Remove spurious or unnecessary leading stars
3209 in docstrings.
3210 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
3211 (tar-parse-octal-integer-safe): Use mapc.
3212 (tar-header-block-summarize): Remove unused var `ck'.
3213 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
3214 cleared before. Obey default-enable-multibyte-characters.
3215 Use mapconcat. Simplify setting of tar-header-offset.
3216 (tar-mode-map): Move initialization inside delcaration.
3217 (tar-flag-deleted): Use `abs'.
3218 (tar-expunge-internal): Remove unused var `line'.
3219 (tar-expunge-internal): Don't hardcode point-min==1.
3220 (tar-expunge): Widen while doing set-buffer-multibyte.
3221 (tar-rename-entry): Use file-name-coding-system.
3222 (tar-alter-one-field): Don't hardcode point-min==1.
3223 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
3224 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
3225
3226 2005-11-10 Masatake YAMATO <jet@gyve.org>
3227
3228 * add-log.el (add-log-current-defun): Handle class::method
3229 notation of c++. Fix incorrect comment.
3230
3231 2005-11-10 Alan Mackenzie <acm@muc.de>
3232
3233 * help-fns.el (describe-variable): Make C-h v work when a variable
3234 has variable documentation yet is unbound.
3235
3236 2005-11-10 Masatake YAMATO <jet@gyve.org>
3237
3238 * man.el (Man-highlight-references): Set an empty
3239 string to `Man-arguments' if it is nil.
3240 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
3241
3242 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
3245 commenting conventions.
3246
3247 * cus-dep.el (custom-make-dependencies): Simplify.
3248 Better follow the commenting conventions.
3249
3250 2005-11-09 Richard M. Stallman <rms@gnu.org>
3251
3252 * apropos.el (apropos-pattern): Rename from apropos-regexp.
3253 (apropos-orig-pattern): Rename from apropos-orig-regexp.
3254 All uses changed.
3255 (apropos-rewrite-regexp): Doc fix.
3256 (apropos-variable, apropos-command, apropos, apropos-value):
3257 Change prompt; carry through the argument renaming.
3258
3259 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
3260
3261 * find-lisp.el: Require dired.
3262 (find-lisp-find-dired-internal): Do not call
3263 `abbreviate-file-name' on DIR.
3264
3265 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
3266
3267 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3268
3269 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
3270
3271 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3272 when using the speedbar.
3273 (gdb): New command gud-pp.
3274 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3275
3276 2005-11-09 Juri Linkov <juri@jurta.org>
3277
3278 * replace.el (occur-excluded-properties): New defcustom.
3279 (occur-1, occur-engine, occur-accumulate-lines): Use it.
3280
3281 2005-11-08 Jay Belanger <belanger@truman.edu>
3282
3283 * calc/calc-units.el (math-convert-units): Replace any composite
3284 unit by its definition.
3285
3286 2005-11-08 Lars Hansen <larsh@soem.dk>
3287
3288 * emacs-lisp/autoload.el (update-directory-autoloads):
3289 Add obsolete function alias.
3290
3291 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3292
3293 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3294 comment-indent-function.
3295 (lisp-comment-indent): Replace by an alias for comment-indent-default.
3296
3297 * reveal.el (reveal-post-command): Rework the handling of
3298 reveal-open-spots, so as to be more reliable. There were several
3299 tricky corner cases where an open spot might be lost, or where
3300 a closed spot might end up on the list of open spots.
3301 Only reveal text that's ellipsised.
3302
3303 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
3304
3305 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
3306
3307 2005-11-07 John Paul Wallington <jpw@gnu.org>
3308
3309 * ibuffer.el (ibuffer): Search iconified frames too when
3310 getting Ibuffer buffer's window.
3311
3312 2005-11-06 Richard M. Stallman <rms@gnu.org>
3313
3314 * progmodes/compile.el (compilation-internal-error-properties):
3315 save-excursion around the computation of MARKER.
3316
3317 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
3318
3319 * textmodes/flyspell.el (flyspell-external-point-words):
3320 flyspell-get-word returns a list, not just a string.
3321
3322 2005-11-06 John Paul Wallington <jpw@pobox.com>
3323
3324 * ibuffer.el (ibuffer): Search all visible frames when getting
3325 Ibuffer buffer's window.
3326
3327 2005-11-07 Masatake YAMATO <jet@gyve.org>
3328
3329 * man.el (Man-reference-regexp): Accept spaces between
3330 `Man-name-regexp' and `Man-section-regexp'.
3331 (Man-apropos-regexp): New variable.
3332 (Man-abstract-xref-man-page): Use value for `Man-target-string'
3333 if available.
3334 (Man-highlight-references, Man-highlight-references0):
3335 Handle the case when `Man-arguments' includes "-k".
3336 (Man-highlight-references0): Rename the argument `TARGET-POS' to
3337 `TARGET'. `TARGET' can be a number, function or nil.
3338
3339 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
3340
3341 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
3342 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
3343 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
3344 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
3345 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
3346 (gdb-send-item): Use buffer-local-value and simplify.
3347
3348 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
3349
3350 * startup.el (command-line): Use `custom-reevaluate-setting' for
3351 `global-font-lock-mode'.
3352
3353 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
3354 by default, except in batch mode or when the -D option is given.
3355
3356 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
3357 specified keyword args on to `define-minor-mode'. Update docstring.
3358
3359 2005-11-05 Romain Francoise <romain@orebokech.com>
3360
3361 * replace.el (occur-engine): Add marker at end of line, too.
3362
3363 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
3364
3365 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3366 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3367 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3368 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3369 argument to all these routines, so the passphrase can be managed
3370 externally and passed in to the system.
3371 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3372 pgg-add-passphrase-to-cache function.
3373
3374 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3375 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3376 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3377 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3378 argument to all these routines, so the passphrase can be managed
3379 externally and passed in to the system.
3380 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3381 function.
3382
3383 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3384
3385 * font-lock.el: Don't deal with font-lock-face-attributes here,
3386 move the code ...
3387
3388 * startup.el (command-line): ... here. Use face-spec-set instead
3389 of custom-declare-face.
3390
3391 * faces.el (face-spec-set): Reset the face if spec is not nil.
3392
3393 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3394
3395 * newcomment.el (comment-region-internal): Box more tightly in the
3396 common case where there's no TAB in the boxed text.
3397
3398 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3399
3400 * info.el (info-tool-bar-map): Use images prev-node, next-node and
3401 up-node.
3402
3403 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
3404
3405 * newsticker.el: Commentary updated. Code formatting changed.
3406 (newsticker-version): Change to "1.9".
3407 (newsticker, newsticker-feed): Doc fix.
3408 (newsticker-url-list): Doc fix. Add option "Weekly".
3409 (newsticker-retrieval-interval): Add option "Weekly".
3410 (newsticker-headline-processing): Doc fix.
3411 (newsticker-auto-mark-filter): Remove.
3412 (newsticker-auto-mark-filter-list): New.
3413 (newsticker-layout, newsticker-sort-method): Doc fix.
3414 (newsticker-hide-old-items-in-newsticker-buffer)
3415 (newsticker-heading-format, newsticker-item-format)
3416 (newsticker-desc-format): Doc fix.
3417 (newsticker-show-all-rss-elements): Remove.
3418 (newsticker-show-all-news-elements): New.
3419 (newsticker-faces, newsticker-ticker): Doc fix.
3420 (remove-from-invisibility-spec): Code formatting.
3421 (newsticker--process-ids): New.
3422 (newsticker-mode): Doc fix.
3423 (newsticker-mode): Change mode-line-format.
3424 (newsticker-start): Remove debug output.
3425 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
3426 (newsticker-w3m-show-inline-images): Code formatting.
3427 (newsticker-next-item): Call `force-mode-line-update'.
3428 (newsticker-previous-item): Call `force-mode-line-update'.
3429 (newsticker-next-feed): Call `force-mode-line-update'.
3430 (newsticker-previous-feed): Call `force-mode-line-update'.
3431 (newsticker-mark-all-items-at-point-as-read): Code formatting.
3432 (newsticker-show-old-items): Do not show descs.
3433 (newsticker-hide-entry): Hide too much.
3434 (newsticker-hide-entry, newsticker-show-entry)
3435 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3436 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3437 (newsticker-toggle-auto-narrow-to-item): Code formatting.
3438 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3439 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3440 (newsticker-get-news): Call `force-mode-line-update'.
3441 Collect process ids.
3442 (newsticker--sentinel): Change coding system handling.
3443 Move image retrieval to new functions newsticker--get-logo-url-*.
3444 Move feed parsing to new functions newsticker--parse-*.
3445 Update list of process ids.
3446 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3447 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3448 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3449 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3450 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3451 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3452 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3453 (newsticker--decode-coding-string): Remove.
3454 (newsticker--decode-numeric-entities): Check input. Format code.
3455 (newsticker--remove-whitespace): Check input.
3456 (newsticker--do-forget-preformatted): Doc fix.
3457 (newsticker--decode-rfc822-date): Allow for missing time.
3458 (newsticker--update-process-ids): New.
3459 (newsticker--image-sentinel): Change comment.
3460 (newsticker--image-read): Change error message.
3461 (newsticker--imenu-goto): Doc fix. Show headline title.
3462 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
3463 (newsticker--buffer-do-insert-text): Clean whitespace in
3464 html-rendered headline title. Code formatting.
3465 Call `newsticker--buffer-print-extra-elements'.
3466 (newsticker--buffer-print-extra-element): Remove.
3467 (newsticker--buffer-print-extra-elements): New.
3468 (newsticker--buffer-do-print-extra-element): New.
3469 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
3470 large sizes.
3471 (newsticker--run-auto-mark-filter)
3472 (newsticker--do-run-auto-mark-filter):
3473 Use `newsticker-auto-mark-filter-list'.
3474
3475 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
3476
3477 * net/rcirc.el: Use split-string OMIT-NULLS argument.
3478 (rcirc-print): Force redisplay before running hooks. Do long
3479 buffer truncation after making new text read-only. Deal with nil
3480 text when decoding strings. If TARGET is nil, use either the
3481 currently selected buffer, if it is an rcirc buffer and of the
3482 same process or the process buffer.
3483 (rcirc-mode): Remove header-line. Recompute short buffer names.
3484 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
3485 (rcirc-short-buffer-name): Add variable.
3486 (rcirc-kill-buffer-hook): Recompute short buffer names.
3487 Remove nick from private channel.
3488 (rcirc-send-input): Send command text to current-buffer.
3489 Don't clear overlay arrow here.
3490 (rcirc-short-buffer-name): Return a short buffer name.
3491 (rcirc-update-short-buffer-names, rcirc-abbreviate)
3492 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
3493 buffer-name abbreviations.
3494 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
3495 Do not touch nick-table when killing a parted channel.
3496 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
3497 Clear arrow from current buffer if it is now hidden.
3498 (rcirc-current-buffer): Add variable.
3499 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3500 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
3501 Remove -face from names.
3502 (rcirc-update-activity-string): Print "DND" when globally ignoring
3503 activity.
3504 (rcirc-ignore-buffer-activity-flag): Rename from
3505 rcirc-ignore-channel-activity.
3506 (rcirc-ignore-all-activity-flag): Doc fix.
3507 (rcirc-channels): Remove variable.
3508 (rcirc-kill-buffer-hook):
3509 (rcirc-get-buffer-create): Add nick to private channel.
3510 (rcirc-multiline-edit-submit): Remove tabs.
3511 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
3512 folded.
3513 (rcirc-remove-nick-channel): Bug fix.
3514 (rcirc-toggle-ignore-buffer-activity): Rename from
3515 rcirc-toggle-ignore-channel-activity.
3516 (rcirc-record-activity): Add buffers to the front of the list.
3517 (rcirc-update-activity): Remove killed buffers from list.
3518 (rcirc-process-server-response-1): Remove last argument if it is
3519 null before calling handler.
3520 (rcirc): Add "rcirc" defcustom prefix.
3521 (rcirc-prompt): Simplify default prompt.
3522 Use custom-initialize-default.
3523 (rcirc-private-chats): Remove variable.
3524 (rcirc-prompt): Change initialization.
3525 (rcirc-version): Remove function.
3526 (rcirc-id-string): Add constant.
3527 (rcirc-last-buffer): Remove variable.
3528 (rcirc-buffer-alist): Add variable.
3529 (rcirc-connect): Update variable setup.
3530 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
3531 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
3532 default.
3533 (rcirc-handler-generic): Trigger activity.
3534 (rcirc-send-message): Create the buffor of the target.
3535 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
3536 (rcirc-get-buffer): Just return nil if there is no matching buffer.
3537 (rcirc-multiline-edit-cancel): Remove function.
3538 (rcirc-set-last-buffer): Remove function.
3539 (rcirc-get-any-buffer): Add function.
3540 (rcirc-join-channels): Don't print /join text.
3541 (rcirc-toggle-ignore-channel-activity): Add and update echo area
3542 messages.
3543 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
3544 (rcirc-handler-NOTICE): Recognize CTCP responses.
3545 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
3546 constructing TOPIC string for buffers we are not JOINed.
3547 (rcirc-handler-CTCP-response): Add handler.
3548 (rcirc-multiline-edit-submit): Restore the window-configuration
3549 before adjusting point.
3550 (rcirc): Add customization group.
3551 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
3552 (rcirc-user-full-name, rcirc-startup-channels-alist)
3553 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
3554 (rcirc-ignore-all-activity-flag, rcirc-time-format)
3555 (rcirc-input-ring-size, rcirc-read-only-flag)
3556 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
3557 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
3558 Change defvar to defcustom.
3559 (rcirc-update-prompt): Add optional ALL arg, which will update
3560 prompts in all rcirc buffers. Regexp quote replacement text.
3561 (rcirc-fill-column): Accept 'frame-width as a value.
3562 (rcirc-set-changed): Add function.
3563 (rcirc-next-active-buffer): Write more meaningful messages.
3564 (rcirc-faces): Add customization group.
3565 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
3566 (rcirc-nick-in-message-face, rcirc-prompt-face)
3567 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
3568 (with-rcirc-process-buffer): Move before first usage.
3569 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
3570 (rcirc-debug-flag): Rename from `rcirc-log-p'.
3571 (rcirc-debug): Rename from `rcirc-log'.
3572 (rcirc-format-response-string): Do not print '-' chars for a
3573 NOTICE with no sender. Simplify output of server responses.
3574
3575 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3576
3577 (rcirc-browse-url-map, rcirc-browse-url-at-point)
3578 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
3579 mouse and RET clickable.
3580
3581 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3582
3583 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
3584
3585 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
3586
3587 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3588 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3589 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3590 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3591 argument to all these routines, so the passphrase can be managed
3592 externally and passed in to the system.
3593 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3594 pgg-add-passphrase-to-cache function.
3595
3596 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3597 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3598 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3599 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3600 argument to all these routines, so the passphrase can be managed
3601 externally and passed in to the system.
3602 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3603 function.
3604
3605 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
3606
3607 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
3608 from goto-address-url-regexp.
3609
3610 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
3611
3612 * textmodes/org.el (org-read-date, org-goto-calendar)
3613 (org-recenter-calendar, org-agenda-goto-calendar):
3614 Temporarily clear 'calendar-move-hook'.
3615
3616 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
3617
3618 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
3619 merging.
3620
3621 * ediff-util.el (ediff-previous-difference): Don't skip regions that
3622 have merge clashes.
3623
3624 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3625
3626 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3627 Undo previous change.
3628
3629 * startup.el (command-line): Use `custom-reevaluate-setting' for
3630 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
3631 tty-register-default-colors on Mac.
3632
3633 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3634
3635 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
3636 (gdb-buffer-type): Make it automatically buffer local...
3637 (gdb-get-create-buffer): ...and set it accordingly.
3638 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
3639 actually work.
3640
3641 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
3642
3643 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
3644 not red.
3645
3646 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3647
3648 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
3649 case GUD buffer is not visible.
3650 (gdb-goto-breakpoint): Try to force display in source buffer.
3651 (gdb-frame-gdb-buffer): Copy other similar functions.
3652 (gdb-restore-windows): Don't display source if not asked for.
3653 (gdb-assembler-buffer-name): Don't capitalise.
3654
3655 2005-11-03 Richard M. Stallman <rms@gnu.org>
3656
3657 * wid-edit.el (key-sequence): New widget type.
3658
3659 * simple.el (set-mark-command-repeat-pop): New variable.
3660 (set-mark-command): Only interpret plan C-@ after a pop as a pop
3661 if set-mark-command-repeat-pop is true.
3662
3663 * info.el (Info-fontify-node): Don't display extra "see" if there
3664 already is one here.
3665
3666 * mouse.el: Fix special handling of DEL after dragging a region:
3667 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
3668 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
3669
3670 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
3671
3672 * textmodes/ispell.el (ispell-command-loop): Change `i' description
3673 not to assume it pertains to an affix.
3674
3675 * textmodes/flyspell.el (flyspell-post-command-hook):
3676 Bind deactivate-mark to prevent deactivation.
3677
3678 2005-11-03 Lars Hansen <larsh@soem.dk>
3679
3680 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
3681 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
3682 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
3683
3684 2005-11-03 Romain Francoise <romain@orebokech.com>
3685
3686 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
3687 Update copyright years.
3688
3689 2005-11-03 Sam Steingold <sds@gnu.org>
3690
3691 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3692 Use system-type instead of window-system because window-system is not
3693 correctly defined during loadup.
3694
3695 2005-11-02 Mark A. Hershberger <mah@everybody.org>
3696
3697 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
3698 (xml-parse-tag): Join strings separated by a comment properly.
3699
3700 2005-11-02 Andreas Schwab <schwab@suse.de>
3701
3702 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
3703
3704 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3705
3706 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
3707 (byte-optimize-pure-func): Quote the eval'd value.
3708
3709 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3710 Rename from perl-font-lock-syntactic-face-function.
3711 Change the calling convention so it can be used as a font-lock MATCHER.
3712 Do the parse-partial-sexp loop outselves.
3713 (perl-font-lock-syntactic-keywords): Use it.
3714 (perl-mode): Don't set font-lock-syntactic-face-function any more.
3715
3716 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
3717
3718 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
3719 disassembly buffer too.
3720 (gdb-exited): Remove overlay arrows when execution has finished.
3721 (gdb-info-frames-custom, gdb-info-threads-custom)
3722 (gdb-info-registers-custom): Don't add inappropriate text
3723 properties if inferior is not active.
3724
3725 2005-11-02 Glenn Morris <rgm@gnu.org>
3726
3727 * progmodes/fortran.el (fortran-blink-match):
3728 Use `blink-matching-delay'.
3729
3730 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
3731
3732 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
3733
3734 2005-11-02 Lars Hansen <larsh@soem.dk>
3735
3736 * net/tramp.el (tramp-action-out-of-band): Handle scp message
3737 "Permission denied".
3738
3739 2005-11-01 Richard M. Stallman <rms@gnu.org>
3740
3741 * textmodes/flyspell.el (flyspell-external-point-words):
3742 Pass nil to flyspell-get-word.
3743
3744 2005-11-02 Kim F. Storm <storm@cua.dk>
3745
3746 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
3747 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
3748
3749 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3750
3751 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
3752 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3753 (calendar-mouse-print-dates): Add optional `event' argument.
3754 Update interactive-spec.
3755 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3756 Use `calendar-event-to-date' instead of `event'.
3757
3758 2005-11-02 Masatake YAMATO <jet@gyve.org>
3759
3760 * progmodes/ld-script.el (ld-script-builtins):
3761 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
3762 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
3763 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
3764
3765 2005-11-01 Romain Francoise <romain@orebokech.com>
3766
3767 * vc-sccs.el: Update copyright year.
3768 * ezimage.el: Likewise.
3769
3770 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
3771
3772 * info.el (Info-fontify-node): Use `string-width' for fontifying
3773 underlined titles.
3774
3775 2005-11-01 Juri Linkov <juri@jurta.org>
3776
3777 * info.el (Info-fontify-node): Downcase node header keywords Node,
3778 Prev, Next, Up before comparison.
3779 (Info-history): Insert absolute directory name, and put invisible
3780 property on it.
3781
3782 2005-11-01 Juri Linkov <juri@jurta.org>
3783
3784 * info.el (Info-file-supports-index-cookies): New variable.
3785 (Info-find-node-2): Check makeinfo version for index cookie support.
3786 (Info-index-nodes): Search for nodes with index cookies only when
3787 Info-file-supports-index-cookies is t. Otherwise, search nodes
3788 with "Index" in the node name.
3789 (Info-index-node): Search index cookie in the current node only when
3790 Info-file-supports-index-cookies is t. Otherwise, check the word
3791 "Index" in the node name.
3792 (Info-find-emacs-command-nodes): Remove code that searches nodes
3793 with "Index" node name in the top menu.
3794
3795 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3796
3797 * progmodes/scheme.el (scheme-mode-variables): Use the default
3798 comment-indent-function.
3799
3800 * faces.el (face-attribute): Handle the case where a face inherits from
3801 a non-existent face.
3802
3803 * simple.el (eval-expression-print-format): Use lisp-readable syntax
3804 for octal and hexa output, and merge the char into the paren.
3805 (kill-new): Use push.
3806 (copy-to-buffer): Use with-current-buffer.
3807 (completion-setup-function): Move code in loop to remove redundancy.
3808 (minibuffer-local-must-match-map): Don't add bindings that duplicate
3809 those inherited from minibuffer-local-completion-map.
3810
3811 * savehist.el (savehist-mode) <defcustom>:
3812 Use custom-set-minor-mode if available.
3813 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
3814 and emit a message if applicable.
3815
3816 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
3817
3818 * savehist.el: Sync up to version 19.
3819 (savehist-mode): New minor mode.
3820 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
3821 (savehist-length): Remove (use history-length instead).
3822 (savehist-file-modes): Rename from savehist-modes.
3823 (savehist-save-hook, savehist-loaded): New vars.
3824 (savehist-load): Use savehist-mode. Try to smooth up transition from
3825 old format to new format.
3826 (savehist-install): Allow savehist-autosave-interval to be nil.
3827 (savehist-save): Run the new hook. Be more careful to only trim the
3828 history variables.
3829 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
3830 (savehist-printable): Print into a buffer rather than char-by-char.
3831
3832 2005-11-01 John Wiegley <johnw@newartisans.com>
3833
3834 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
3835 toggle-ignore keybinding (C-a). The author said it had been
3836 disabled much earlier due to a possible incompatibility, but after
3837 many months of usage I have encountered no problems (and it is a
3838 rather useful option, especially for switching to " *temp*").
3839
3840 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
3841 support for OS/X's AddressBook, by calling out to the open source
3842 program "contacts" (installable through Fink).
3843
3844 * net/eudc.el (eudc-expand-inline): If the
3845 `eudc-multiple-match-handling-method' is set to `all', delete the
3846 query string before inserting the query result.
3847
3848 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
3849 flag, to prevent Eshell from using the system ls when
3850 `eshell-ls-insert-directory' is in used.
3851 (eshell-ls-insert-directory): Disable font-lock in directory
3852 buffer so that Eshell's own fontification is seen. This broke
3853 recently due to changes in font-lock, so this goes back to version
3854 21 behavior.
3855
3856 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
3857
3858 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
3859 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
3860 (gdb-many-windows): Doc fix.
3861
3862 2005-10-31 Romain Francoise <romain@orebokech.com>
3863
3864 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
3865
3866 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3867
3868 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
3869 that global-font-lock-mode can be enabled by default.
3870
3871 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
3872 (font-lock-add-keywords, font-lock-remove-keywords)
3873 (font-lock-fontify-buffer): Remove autoload cookies.
3874
3875 * jit-lock.el (jit-lock-register): Likewise.
3876
3877 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
3878
3879 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3880
3881 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
3882 intact if there is no gud-comint-buffer.
3883
3884 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
3885
3886 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
3887 old prompt comint-prompt-read-only is t and GDB commands are
3888 issued from tool bar etc.
3889
3890 2005-10-31 Masatake YAMATO <jet@gyve.org>
3891
3892 * vc.el (vc-directory-exclusion-list): Add "{arch}".
3893
3894 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
3895
3896 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
3897 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
3898
3899 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
3900
3901 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
3902 starting at beginning of line. Fontification is messed up when
3903 `open-paren-in-column-0-is-defun-start' set to t.
3904 Reported by John Paul Wallington <jpw@pobox.com>.
3905
3906 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
3907
3908 * comint.el (comint-send-input): Call `comint-update-fence' when
3909 `comint-process-echoes' and `comint-prompt-read-only' are both
3910 non-nil, to avoid leftover read-only newline.
3911
3912 2005-10-30 Richard M. Stallman <rms@gnu.org>
3913
3914 * textmodes/flyspell.el (flyspell-external-point-words):
3915 Detect when WORD can't be checked properly because
3916 flyspell-get-word finds just part of it, and move on.
3917
3918 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
3919 boundarychar for Polish.
3920 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
3921 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
3922
3923 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3924
3925 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
3926 (gdb-registers-font-lock-keywords): Delete.
3927 (gdb-registers-mode): Don't fontify.
3928 (gdb-info-registers-custom): Use text properties instead as, in
3929 future, changed register values will use font-lock-warning-face.
3930 (gdb-local-font-lock-keywords): Rename to...
3931 (gdb-locals-font-lock-keywords): ...for consistency.
3932
3933 2005-10-30 Andre Spiegel <spiegel@gnu.org>
3934
3935 * vc.el (vc-switch-backend): Better error message if the buffer is
3936 not visiting a file under version control.
3937
3938 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
3939
3940 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
3941
3942 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
3943 ~/.emacs.d/.emacs.
3944
3945 2005-10-29 Richard M. Stallman <rms@gnu.org>
3946
3947 * replace.el (occur-mode-mouse-goto): Always go to other window.
3948 (occur-mode-goto-occurrence): Always switch in same window.
3949
3950 * simple.el (undo): Display message at end, not at start.
3951
3952 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
3953 New arg REUSE-CELL.
3954 (cancel-timer-internal): New function.
3955 (timer-event-handler): Use cancel-timer-internal,
3956 and pass the cell it returns to timer-activate...
3957
3958 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
3959 (jit-lock-deferred-fontify, jit-lock-context-fontify)
3960 (jit-lock-after-change): Test memory-full.
3961
3962 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3963
3964 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3965 part of the decoded armor to find the key-identifier.
3966 (pgg-gpg-lookup-key-owner): New function to return the
3967 human-readable identifier of a key owner.
3968 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
3969 key itself.
3970 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3971 the key value) if we have a key and can match it against a secret
3972 key. Also, added a note pointing out fact that the prompt only
3973 indicates the first matching key.
3974
3975 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3976 pgg-decrypt-region.
3977 (pgg-pending-timers): A new hash for tracking the passphrase cache
3978 timers, so that new ones supercede old ones.
3979 (pgg-add-passphrase-to-cache): Rename from
3980 `pgg-add-passphrase-cache' to reduce confusion (all callers
3981 changed). Modified to cancel old timers when new ones are added.
3982 (pgg-remove-passphrase-from-cache): Rename from
3983 `pgg-remove-passphrase-cache' to reduce confusion (all callers
3984 changed). Modified to cancel old timers when their keys are
3985 removed from the cache.
3986 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
3987 XEmacs, an indirection to delete-itimer.
3988 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
3989 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
3990 users can only check cache without risk of prompting. Correct bug in
3991 notruncate behavior.
3992 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
3993 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
3994 Add informative docstrings.
3995 (pgg-decrypt): Convey provided passphrase in subordinate call to
3996 pgg-decrypt-region.
3997
3998 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3999 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4000 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4001 'passphrase' argument, so the passphrase can be managed externally
4002 and then passed in to the system.
4003
4004 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4005 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4006 so the passphrase cache can be used reliably with identifiers
4007 besides a pgp packet's key id.
4008
4009 * pgg-gpg.el (pgg-pgp-encrypt-region)
4010 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4011 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4012 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
4013 argument to all these routines, so the passphrase can be managed
4014 externally and passed in to the system.
4015
4016 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4017 'notruncate' argument, so the passphrase cache can be used
4018 reliably with identifiers besides a pgp packet's key id.
4019
4020 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
4021
4022 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4023 symmetric encryption.
4024 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4025 encrypted session key.
4026 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4027 message ask for the passphrase in a proper way.
4028
4029 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4030 New user commands for symmetric encryption.
4031
4032 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
4033
4034 * textmodes/conf-mode.el (conf-assignment-sign)
4035 (conf-assignment-regexp): Fix docstrings.
4036 (conf-mode-initialize): New function.
4037 (conf-mode): Remove optional args. Use delay-mode-hooks to
4038 recognize recursive calls.
4039 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
4040 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
4041 (conf-xdefaults-mode): Use define-derived-mode and
4042 conf-mode-initialize.
4043
4044 2005-10-29 Romain Francoise <romain@orebokech.com>
4045
4046 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
4047
4048 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
4049
4050 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4051 part of the decoded armor to find the key-identifier.
4052 (pgg-gpg-lookup-key-owner): New function to return the
4053 human-readable identifier of a key owner.
4054 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4055 key itself.
4056 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4057 the key value) if we have a key and can match it against a secret
4058 key. Also, added a note pointing out fact that the prompt only
4059 indicates the first matching key.
4060
4061 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4062 pgg-decrypt-region.
4063 (pgg-pending-timers): A new hash for tracking the passphrase cache
4064 timers, so that new ones supercede old ones.
4065 (pgg-add-passphrase-to-cache): Rename from
4066 `pgg-add-passphrase-cache' to reduce confusion (all callers
4067 changed). Modified to cancel old timers when new ones are added.
4068 (pgg-remove-passphrase-from-cache): Rename from
4069 `pgg-remove-passphrase-cache' to reduce confusion (all callers
4070 changed). Modified to cancel old timers when their keys are
4071 removed from the cache.
4072 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4073 XEmacs, an indirection to delete-itimer.
4074 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4075 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4076 users can only check cache without risk of prompting. Correct bug in
4077 notruncate behavior.
4078 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4079 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4080 Add informative docstrings.
4081 (pgg-decrypt): Convey provided passphrase in subordinate call to
4082 pgg-decrypt-region.
4083
4084 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
4085
4086 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4087 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4088 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4089 'passphrase' argument, so the passphrase can be managed externally
4090 and then passed in to the system.
4091
4092 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4093 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4094 so the passphrase cache can be used reliably with identifiers
4095 besides a pgp packet's key id.
4096
4097 * pgg-gpg.el (pgg-pgp-encrypt-region)
4098 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4099 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4100 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
4101 argument to all these routines, so the passphrase can be managed
4102 externally and passed in to the system.
4103
4104 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4105 'notruncate' argument, so the passphrase cache can be used
4106 reliably with identifiers besides a pgp packet's key id.
4107
4108 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
4109
4110 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4111 symmetric encryption.
4112 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4113 encrypted session key.
4114 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4115 message ask for the passphrase in a proper way.
4116
4117 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4118 New user commands for symmetric encryption.
4119
4120 2005-10-28 Bill Wohler <wohler@newt.com>
4121
4122 * help-mode.el (help-url): New button type. Calls browse-url.
4123 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
4124 Similar to Info nodes: URL `url'.
4125 (help-make-xrefs): Create help-url buttons for
4126 help-xref-url-regexp matches.
4127
4128 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
4129
4130 * tool-bar.el (tool-bar-add-item-from-menu)
4131 (tool-bar-local-item-from-menu): Fix doc strings.
4132
4133 2005-10-28 Romain Francoise <romain@orebokech.com>
4134
4135 * ldefs-boot.el: Update.
4136
4137 * subr.el (locate-library): Move from help-fns.el.
4138 * help-fns.el (locate-library): Move to subr.el.
4139
4140 2005-10-28 Richard M. Stallman <rms@gnu.org>
4141
4142 * net/tramp.el (tramp-completion-mode): defvar moved up.
4143
4144 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
4145
4146 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
4147
4148 * files.el (find-file-noselect): Use %d to format large file size.
4149
4150 * bindings.el (mode-line-format): Add %e.
4151
4152 * loadup.el ("facemenu"): Load unconditionally.
4153 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
4154 ("x-dnd"): Load, when appropriate.
4155
4156 * startup.el (command-line): Call before-init-hook earlier.
4157 Warn about some bad characters in -u user name.
4158
4159 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
4160 (flyspell-external-point-words): Error if misspelled word is not found.
4161 Set flyspell-large-region-beg at end of word.
4162
4163 2005-10-28 Andreas Schwab <schwab@suse.de>
4164
4165 * view.el (View-revert-buffer-scroll-page-forward):
4166 Use view-page-size-default.
4167
4168 2005-10-28 Juri Linkov <juri@jurta.org>
4169
4170 * international/quail.el (quail-get-current-str): Translate last
4171 raw character for deterministic input methods.
4172
4173 2005-10-27 Jay Belanger <belanger@truman.edu>
4174
4175 * calc/calc-ext.el: Add functions to autoloads.
4176 (math-identity-matrix-p, math-ident-row-p): New functions.
4177
4178 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
4179 multiplication by an identity matrix; don't turn multiplication by
4180 an inverse matrix into division.
4181 (math-div-symbol-fancy): Replace division by matrices with
4182 multiplication by inverse.
4183
4184 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
4185
4186 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
4187 (calc-writeoutpower): New functions.
4188
4189 2005-10-27 Romain Francoise <romain@orebokech.com>
4190
4191 * replace.el (occur-engine): Include colon in mouse-face highlight.
4192
4193 * dired-x.el: Change Maintainer field.
4194
4195 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
4196
4197 * longlines.el (longlines-mode): Bind after-change-functions to
4198 nil during initial decoding and final encoding.
4199
4200 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4201
4202 * term.el (term-emulate-terminal, term-handle-colors-array)
4203 (term-handle-ansi-escape): Specify the terminfo capabilities
4204 implemented.
4205
4206 2005-10-26 Richard M. Stallman <rms@gnu.org>
4207
4208 * info.el (Info-fontify-node): Fix detection of sentence-break
4209 before *Note.
4210
4211 2005-10-26 Romain Francoise <romain@orebokech.com>
4212
4213 * smerge-mode.el: Add `tools' to file keywords.
4214
4215 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
4216
4217 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
4218 when the fringe is not available.
4219
4220 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
4221 (def-gdb-auto-update-trigger): Simplify construction.
4222 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
4223 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
4224 defined explicitly.
4225 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
4226 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
4227 defined explicitly.
4228 (gdb-info-locals-custom): Remove as it's a no-op.
4229
4230 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
4231
4232 * longlines.el (longlines-mode): Remove narrowing before
4233 performing the initial decoding or final encoding.
4234
4235 2005-10-25 Romain Francoise <romain@orebokech.com>
4236
4237 * emacs-lisp/find-func.el (find-library-name): Also strip
4238 extension if library name ends in .el, to take advantage of
4239 `find-library-suffixes'.
4240
4241 2005-10-25 Richard M. Stallman <rms@gnu.org>
4242
4243 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
4244
4245 2005-10-25 Juri Linkov <juri@jurta.org>
4246
4247 * textmodes/texinfo.el (texinfo-mode): Change charset of one
4248 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
4249
4250 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
4253 (blackbox-redefine-key): Add argument `map'.
4254
4255 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
4256 regions when moving the jit-lock-context-unfontify-pos boundary.
4257
4258 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
4259
4260 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
4261
4262 2005-10-25 Masatake YAMATO <jet@gyve.org>
4263
4264 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
4265
4266 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
4267
4268 * play/blackbox.el (blackbox-redefine-key): New function.
4269 (blackbox-mode-map): Use it to remap existing bindings for cursor
4270 motion instead of binding literal keys.
4271
4272 2005-10-25 Glenn Morris <rgm@gnu.org>
4273
4274 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
4275 diary does not end in a newline. Do not assume a blank line at
4276 the start of the diary file.
4277
4278 2005-10-25 Kenichi Handa <handa@m17n.org>
4279
4280 * international/quail.el (quail-translate-key): If the input
4281 method is deterministic and failed to handle the last key, restart
4282 the key handling loop from an appropriate key.
4283
4284 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
4285
4286 * vc.el (vc-dired-mode): Extend comment for binding of
4287 `directory-listing-before-filename-regexp'.
4288
4289 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4290
4291 * textmodes/texinfo.el (texinfo-mode):
4292 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
4293 not to unnecessarily expose emacs-mule's internal char codes.
4294
4295 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
4296
4297 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4298 Display hand pointer and help-echo on disabled icon too.
4299 (gdb-mouse-until): New function.
4300 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
4301
4302 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
4303
4304 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
4305 with 2005-10-23 change to doctor.el.
4306
4307 * finder.el (finder-mode-map): Add follow-link binding.
4308
4309 2005-10-25 Kim F. Storm <storm@cua.dk>
4310
4311 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
4312 to gdb-mouse-toggle-breakpoint-fringe.
4313 (gdb-mouse-toggle-breakpoint-margin): Rename from
4314 gdb-mouse-toggle-breakpoint. Fix doc.
4315 (gdb-mouse-toggle-breakpoint-fringe): New defun.
4316 (gdb-put-string): Add optional SPROPS arg. Add props to string.
4317 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
4318 string properties also for fringe breakpoint bitmaps.
4319
4320 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
4321
4322 * textmodes/org.el (org-start-icalendar-file): Fix format form.
4323
4324 2005-10-25 Masatake YAMATO <jet@gyve.org>
4325
4326 * simple.el (completion-common-substring):
4327 Use `completion-common-substring' prior to `completion-base-size'.
4328
4329 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
4330
4331 * savehist.el: Require CL while compiling.
4332 (savehist-history-variables): Remove.
4333 (savehist-save-minibuffer-history, savehist-additional-variables)
4334 (savehist-minibuffer-history-variables): New vars.
4335 (savehist-save): Use them.
4336 (savehist-uninstall, savehist-minibuffer-hook): New funs.
4337 (savehist-install): New fun, extracted from savehist-load.
4338 (savehist-load): Use them.
4339
4340 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4341
4342 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
4343 a dummy doc-string-elt property.
4344 (defalias, defvaralias, define-category): Add a docstring property.
4345
4346 * image.el (defimage):
4347 * widget.el (define-widget):
4348 * custom.el (defface, defcustom): Add `doc-string' declaration.
4349
4350 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
4351 (defadvice): Add `doc-string' declaration.
4352
4353 * emacs-lisp/byte-run.el (macro-declaration-function):
4354 Handle `doc-string' declarations.
4355 (define-obsolete-function-alias, define-obsolete-variable-alias):
4356 Add `doc-string' declaration.
4357
4358 2005-10-24 Kenichi Handa <handa@m17n.org>
4359
4360 * international/utf-7.el (utf-7): Add autoload cookie.
4361
4362 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
4363
4364 2005-10-24 Eli Zaretskii <eliz@gnu.org>
4365
4366 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
4367 list of directories passed to batch-update-autoloads. Add "." to
4368 the list of the echoed directories.
4369
4370 * pgg-def.el:
4371 * pgg-gpg.el:
4372 * pgg-parse.el:
4373 * pgg-pgp.el:
4374 * pgg-pgp5.el:
4375 * pgg.el: Moved here from the gnus subdirectory.
4376
4377 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
4378
4379 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
4380 in case comint-prompt-read-only is set to t.
4381
4382 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
4383 in case comint-prompt-read-only is set to t.
4384
4385 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
4386
4387 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
4388 Now a string.
4389 (icalendar-import-format): Handle CLASS, STATUS, URL.
4390 Rename `subject' to `summary'.
4391 (icalendar-import-format-summary): Rename from
4392 `icalendar-import-format-subject'.
4393 (icalendar-import-format-url, icalendar-import-format-status)
4394 (icalendar-import-format-class): New variables.
4395 (icalendar--rris): Take variable argument list.
4396 (icalendar--datestring-to-isodate): Remove unnecessary
4397 calendar-style check when converting dates with explicit month names.
4398 (icalendar-export-region): Change return type of conversion
4399 subroutines. Bury current buffer unless error occurred.
4400 (icalendar--convert-to-ical)
4401 (icalendar--parse-summary-and-rest): New functions.
4402 (icalendar--convert-ordinary-to-ical)
4403 (icalendar--convert-weekly-to-ical)
4404 (icalendar--convert-yearly-to-ical)
4405 (icalendar--convert-block-to-ical)
4406 (icalendar--convert-cyclic-to-ical)
4407 (icalendar--convert-anniversary-to-ical): Change return type.
4408 Strip trailing blanks from subject.
4409 (icalendar--convert-sexp-to-ical): Change return type.
4410 Strip trailing blanks from subject. Handle simple sexp
4411 entries as generated by icalendar.el.
4412 (icalendar--convert-float-to-ical)
4413 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
4414 (icalendar-import-file): Doc fix.
4415 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
4416 Correct call to icalendar--rris.
4417 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
4418 `summary'.
4419 (icalendar--add-diary-entry): Rename `subject' to `summary'.
4420
4421 2005-10-24 Romain Francoise <romain@orebokech.com>
4422
4423 * server.el (server-sentinel): Set query-on-exit flag to nil on
4424 new client processes (it isn't inherited from the server process).
4425
4426 * replace.el (occur-engine): Rearrange text properties.
4427
4428 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
4431 case-fold-search is nil.
4432 (debug-help-follow): Use help-xref-interned directly.
4433
4434 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
4435
4436 * thumbs.el (thumbs-image-type): Add .pbm.
4437
4438 2005-10-23 Richard M. Stallman <rms@gnu.org>
4439
4440 * faces.el (inhibit-face-set-after-frame-default): New variable.
4441 (set-face-attribute): Bind it.
4442 (face-set-after-frame-default): Test it.
4443
4444 * help-fns.el (describe-simplify-lib-file-name): New function.
4445 (describe-function-1, describe-variable): Use it.
4446
4447 * faces.el (describe-face): Use describe-simplify-lib-file-name.
4448
4449 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
4450 Eliminate nil as possible value.
4451 (tooltip-hide-delay): Reduce internal-border-width.
4452
4453 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
4454 (menu-bar-file-menu) <new-file>: Likewise.
4455
4456 * simple.el (line-move-finish): Ignore fields computing LINE-END.
4457
4458 * international/mule.el (load-with-code-conversion):
4459 Pass full file name to `eval-buffer' unless preloading.
4460
4461 * textmodes/flyspell.el (flyspell-large-region):
4462 Call ispell-check-version.
4463
4464 * textmodes/ispell.el (ispell-local-dictionary-overridden):
4465 Fix the make-variable-buffer-local call that was supposed
4466 to be for this variable.
4467 (ispell-aspell-supports-utf8): Doc fix.
4468 (ispell-find-aspell-dictionaries): Preserve elements of
4469 ispell-dictionary-alist for dictionaries that aspell doesn't report.
4470 (ispell-aspell-find-dictionary): Return nil on error.
4471
4472 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
4473 (doctor-symptoms): Likewise.
4474
4475 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
4476
4477 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
4478
4479 * cus-edit.el (custom-button, custom-button-pressed): New vars.
4480 (custom-raised-buttons): Add :set spec.
4481 (custom-button-unraised, custom-button-pressed-unraised):
4482 New faces, so that custom-raised-buttons actually does something.
4483 (custom-mode): Use custom-button and custom-button-pressed.
4484
4485 * wid-edit.el (widget-specify-button): Don't ignore
4486 widget-mouse-face on graphic terminals.
4487 (widget-move-and-invoke): Cleanup.
4488
4489 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
4490
4491 * whitespace.el (whitespace-cleanup): Doc fix.
4492
4493 2005-10-23 Romain Francoise <romain@orebokech.com>
4494
4495 * emulation/viper.el (viper-set-hooks): Quote forms passed to
4496 `eval-after-load' to avoid evaluating their result.
4497
4498 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
4499
4500 * files.el (directory-listing-before-filename-regexp):
4501 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
4502
4503 * dired.el (dired-move-to-filename-regexp): Remove.
4504 All occurences replaced by `directory-listing-before-filename-regexp'.
4505
4506 * dired-x.el, locate.el, vc.el:
4507 Replace `dired-move-to-filename-regexp' by
4508 `directory-listing-before-filename-regexp'. In vc.el it is
4509 overwritten locally; maybe this can be handled in files.el too.
4510
4511 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
4512 replaced by `directory-listing-before-filename-regexp'.
4513
4514 2005-10-23 Andreas Schwab <schwab@suse.de>
4515
4516 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
4517 and eval-next-after-load.
4518
4519 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
4520
4521 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
4522 exist, create it.
4523
4524 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
4525
4526 * allout.el: Remove autoloads for mailcrypt and crypt++.
4527 Require pgg, pgg-gpg during compilation.
4528 (allout-version): Increment version number to 2.1, and use a literal
4529 rather than RCS Id.
4530 (allout-default-encryption-scheme): Remove.
4531 (allout-passphrase-verifier-handling)
4532 (allout-passphrase-verifier-string)
4533 (allout-file-passphrase-verifier-string)
4534 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
4535 (allout-passphrase-hint-handling): Rename and simplify.
4536 (allout-init): Use `find-file-hook' if available, otherwise
4537 `find-file-hooks'.
4538 (allout-mode): Use `write-file-functions' if available, otherwise
4539 `local-write-file-hooks' and, instead of making auto-save-hook
4540 buffer local, make the write-file-hook activity contingent to
4541 allout-mode.
4542 (allout-mode): Use key-binding substitution in the docstring.
4543 (allout-kill-line): Spell-out kill ring data structure mutation
4544 instead of using byte-compiler-complaint-provoking `pop'.
4545 (allout-insert-listified): Use `insert' rather than `insert-string'
4546 (allout-toggle-current-subtree-encryption): Update docstring, adjust
4547 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
4548 (allout-encrypt-string): Totally revamped vis new underlying
4549 encryption facilities.
4550 (allout-mc-activate-passwd): Remove.
4551 (allout-obtain-passphrase): New, more or less replaces
4552 allout-mc-activate-passwd.
4553 (allout-encrypted-key-info): More or less replaces
4554 allout-encrypted-text-type.
4555 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
4556 (my-mark-marker): Use `(featurep 'xemacs)'.
4557
4558 2005-10-23 Lars Hansen <larsh@soem.dk>
4559
4560 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4561 (byte-compile-file-form-defmumble, byte-compile-defun)
4562 (byte-compile-defmacro): Use it.
4563 (byte-compile-form): Don't call byte-compile-set-symbol-position
4564 when a byte-compile handler is called.
4565
4566 2005-10-22 Romain Francoise <romain@orebokech.com>
4567
4568 * savehist.el (savehist-history-variables): Add `grep-find-history'.
4569
4570 * subr.el (eval-after-load): Convert library name to an absolute
4571 file name using locate-library, since load-history no longer has
4572 library names in it.
4573
4574 2005-10-22 Richard M. Stallman <rms@gnu.org>
4575
4576 * files.el (make-temp-file): Move from subr.el.
4577 * subr.el (make-temp-file): Move to files.el.
4578
4579 * window.el (get-buffer-window-list): Move from subr.el.
4580 * subr.el (get-buffer-window-list): Move to window.el.
4581
4582 * image.el (image-load-path): Use eval-at-startup to initialize.
4583
4584 * subr.el (eval-at-startup): New macro.
4585
4586 * subr.el: Much rearrangement of functions and division
4587 into pages. No code changes.
4588
4589 2005-10-22 Kenichi Handa <handa@m17n.org>
4590
4591 * tar-mode.el (tar-extract): Be sure to call
4592 find-operation-coding-system if set-auto-coding doesn't find a
4593 coding system.
4594
4595 2005-10-22 Kim F. Storm <storm@cua.dk>
4596
4597 * image.el (image-type-header-regexps): Rename from image-type-regexps.
4598 Change users.
4599 (image-type-file-name-regexps): New defconst.
4600 (image-type-from-data): Simplify loop.
4601 (image-type-from-buffer): New defun.
4602 (image-type-from-file-header): Use it instead of image-type-from-data.
4603 Use image-search-load-path instead of only looking in data-directory.
4604 (image-type-from-file-name): New defun.
4605 (image-search-load-path): Change `pathname' to `filename'.
4606 Make PATH arg optional, default to image-load-path.
4607
4608 2005-10-21 Richard M. Stallman <rms@gnu.org>
4609
4610 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4611
4612 * textmodes/paragraphs.el (sentence-end-base): New variable.
4613 (sentence-end): Use sentence-end-base.
4614
4615 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4616
4617 * font-lock.el (font-lock-default-fontify-region): Check the multiline
4618 property independently from the font-lock-multiline variable.
4619
4620 2005-10-21 Richard M. Stallman <rms@gnu.org>
4621
4622 * emacs-lisp/find-func.el (find-library-name): Doc fix.
4623
4624 * startup.el (command-line): Convert library names
4625 in `load-history' to absolute file names.
4626
4627 * subr.el (symbol-file): Doc fix.
4628
4629 * loadhist.el (file-loadhist-lookup): Call locate-library
4630 instead of find-library-name. Don't try converting
4631 abs file names to library names, since load-history no longer
4632 has library names in it.
4633 (file-dependents, file-provides, file-requires): Doc fixes.
4634
4635 2005-10-21 Juri Linkov <juri@jurta.org>
4636
4637 * progmodes/etags.el (tags-table-mode): New function.
4638 (tags-verify-table): Replace initialize-new-tags-table with
4639 tags-table-mode.
4640
4641 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
4642 default value.
4643 (desktop-modes-not-to-save): Add tags-table-mode to the
4644 default value.
4645
4646 * info.el (Info-index-next): Add total number of index
4647 alternatives to the message.
4648
4649 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
4650 backward only space (instead of space and period) before looking
4651 at sentence end.
4652
4653 * simple.el (set-variable): Use user-variable-p instead of symbolp.
4654 Add the old variable value as 4th default-value arg of read-string.
4655
4656 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4657
4658 * cus-face.el (custom-declare-face): Make face from X resources
4659 also on Mac.
4660
4661 * disp-table.el (standard-display-g1, standard-display-graphic):
4662 Refuse to use string glyphs also on Mac.
4663 (standard-display-european): Don't set terminal coding system also
4664 on Mac.
4665
4666 * frame.el (display-screens): Use x-display-screens also on Mac.
4667
4668 2005-10-21 Romain Francoise <romain@orebokech.com>
4669
4670 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
4671
4672 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
4675 and $? into sexps.
4676
4677 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
4678 warning face on open-paren-in-column-0.
4679
4680 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
4681 boundary case. Fix typo.
4682 Suggested by Martin Rudalics <rudalics@gmx.at>.
4683
4684 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
4685
4686 * textmodes/org.el (org-combined-agenda-icalendar-file)
4687 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
4688 (org-export-icalendar-this-file)
4689 (org-export-icalendar-all-agenda-files)
4690 (org-export-icalendar-combine-agenda-files): New commands.
4691 (org-export-icalendar, org-print-icalendar-entries)
4692 (org-start-icalendar-file, org-finish-icalendar-file)
4693 (org-ical-ts-to-string): New functions.
4694 (org-read-date, org-goto-calendar)
4695 (org-agenda-goto-calendar): Inhibit displaying diary entries by
4696 call to `calendar'.
4697 (orgtbl-setup): Remove the :keys arguments from the menu description.
4698 (org-after-save-iCalendar-file-hook): New variable.
4699
4700 2005-10-21 Kenichi Handa <handa@m17n.org>
4701
4702 * language/vietnamese.el (tcvn-5712): Make it an alias of
4703 vietnamese-tcvn coding-system.
4704
4705 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
4706
4707 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
4708 group id is given.
4709
4710 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4711
4712 * progmodes/sh-script.el (sh-escaped-line-re): New var.
4713 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
4714 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
4715 whose line is either continued or ends with a comment.
4716
4717 2005-10-20 Romain Francoise <romain@orebokech.com>
4718
4719 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
4720
4721 * replace.el (occur-engine): Add follow-link property.
4722
4723 * font-core.el (font-lock-mode): Doc fix.
4724
4725 2005-10-20 Richard M. Stallman <rms@gnu.org>
4726
4727 * net/rcirc.el: New file.
4728
4729 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
4730
4731 * term.el (term-term-name): Initialize to "eterm-color".
4732
4733 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
4734
4735 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
4736 for encryption functionality.
4737 Move allout customization subgroup from `editing' to `outlines' group.
4738 Fix commentary 'keywords' to legitimate ones.
4739 Update author info (using my current email address, obscurified).
4740 (allout-encrypt-string, allout-encryption-produce-work-buffer)
4741 (allout-encrypted-topic-p, allout-encrypted-text-type)
4742 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
4743 (allout-situate-encryption-key-verifier)
4744 (allout-get-encryption-key-verifier, allout-verify-key)
4745 (allout-next-topic-pending-encryption)
4746 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
4747 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
4748 (outline-key-verifier-handling, outline-key-hint-handling)
4749 (outline-encrypt-unencrypted-on-saves): New defcustoms.
4750 (allout-file-key-verifier-string, allout-encryption-scheme)
4751 (allout-key-verifier-string, allout-key-hint-string)
4752 (allout-after-save-decrypt): New variables.
4753 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
4754 (allout-after-saves-handler): New hook functions.
4755 (allout-post-command-business): Do allout-after-save-decrypt.
4756 (allout-enable-file-variable-adjustment): Custom var to enable
4757 mechanism for adding and adjusting settings of Emacs file variables.
4758 (allout-adjust-file-variable, allout-file-vars-section-data):
4759 New functions, implement the mechanism.
4760 (outlineify-sticky): Use the file vars mechanism.
4761 (allout-inhibit-protection, allout-during-write-cue)
4762 (allout-override-protect, allout-before-change-protect): Remove.
4763 (allout-flag-region, allout-open-topic): Adjust read-only text.
4764 (allout-open-line-not-read-only): Add to facilitate read-only
4765 text based protection.
4766 (allout-kill-line): Revise to adjust read-only text, clue the
4767 user about the inhibition.
4768 (allout-unprotected): Use unwind-protect.
4769 (allout-shift-in, allout-shift-out): Disallow manually shifting a
4770 topic deeper than the offspring depth of the previous topic -
4771 avoiding confusing "containment discontinuities".
4772 (allout-reindent-bodies): Fix retention of body relative hanging
4773 indent during promotion of collapsed bodies.
4774 (allout-open-topic): Make it easy to open new topic with same
4775 bullet as current topic - topic creation functions provided with
4776 any universal argument provokes now prompt for bullet, defaulting
4777 to the bullet of the previous topic.
4778 (allout-plain-bullets-string, allout-distinctive-bullets-string):
4779 Plain bullet alternates '.' period and ',' comma only. All other
4780 bullets are relegated to special status (but customizable).
4781 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
4782 since it actually operates w.r.t. most immediately containing
4783 entry, visible or not.
4784 (allout-hide-current-entry, allout-show-current-entry): Use the
4785 revised version.
4786 (allout-old-expose-topic): Solidify deprecation.
4787 (allout-end-of-subtree): Add so we can span concealed as well
4788 as visible topics.
4789 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
4790 (allout-end-of-current-heading): Tweak to just respect the first line.
4791 (allout-get-body-text): Add.
4792 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
4793 when invoked interactively.
4794 (allout-up-current-level): Use `interactive-p'.
4795 (allout-mode, allout-init): Miscellaneous docstring and
4796 operational refinements, as well as hookups of new encryption stuff.
4797 (allout-beginning-of-current-entry): Now works as advertised.
4798 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
4799 (allout-isearch-rectification): Refine condition for isearching.
4800 (allout-isearch-abort, allout-enwrap-isearch)
4801 (allout-flag-region, my-region-active-p): Relocate some macros.
4802 (allout-title): Fallback title is '(buffer-name)', not
4803 non-existing '(current-buffer-name)'.
4804 (subst-char-in-string): Define if absent (for some XEmacs versions).
4805
4806 2005-10-20 Jari Aalto <jari.aalto@cante.net>
4807
4808 * mail/sendmail.el (mail-setup-hook, mail-aliases)
4809 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
4810 (mail-citation-prefix-regexp, mail-signature-file)
4811 (mail-default-headers, mail-bury-selects-summary)
4812 (mail-send-nonascii): Add autoload cookies.
4813
4814 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4815
4816 * frame.el (blink-cursor-mode): Add `mac' to the list of
4817 window-system's that support blinking cursor.
4818
4819 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
4820
4821 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
4822
4823 2005-10-20 Eli Zaretskii <eliz@gnu.org>
4824
4825 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
4826 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
4827 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
4828
4829 2005-10-20 Kim F. Storm <storm@cua.dk>
4830
4831 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
4832 (ido-set-current-directory): Don't add / after final @.
4833 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
4834 Explicitly handle ange-ftp completion oddities.
4835 (ido-make-file-list): Don't rotate list at tramp root to avoid
4836 triggering tramp file handler for expand-file-name via get-file-buffer.
4837
4838 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
4841
4842 2005-10-19 Jay Belanger <belanger@truman.edu>
4843
4844 * calc/calc-units.el (math-standard-units): Add units, adjust
4845 symbols and update values.
4846 (math-unit-prefixes): Add more prefixes.
4847
4848 2005-10-19 Romain Francoise <romain@orebokech.com>
4849
4850 * bookmark.el (bookmark-menu-heading): New face.
4851 (bookmark-bmenu-list): Use it.
4852 Don't fiddle with `baud-rate' at top-level.
4853
4854 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
4855
4856 * image.el (create-image, find-image): Mention max-image-size in
4857 docstring.
4858
4859 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4860
4861 * savehist.el (savehist-load): Revert to checking XEmacs.
4862
4863 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
4864 Various docstring and line-width fixups.
4865 (conf-mode): Use cond.
4866 Set font-lock-defaults. Don't set comment-use-syntax.
4867
4868 2005-10-18 David Ponce <david@dponce.com>
4869
4870 * tree-widget.el (tree-widget-button-click): New function.
4871 (tree-widget-button-keymap): Use it.
4872
4873 2005-10-18 Romain Francoise <romain@orebokech.com>
4874
4875 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4876 (bookmark-bmenu-hide-filenames): Add follow-link property.
4877 Improve help-echo text.
4878
4879 * ffap.el (find-file-at-point): Doc fix.
4880
4881 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4882
4883 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
4884
4885 2005-10-18 Masatake YAMATO <jet@gyve.org>
4886
4887 Install to the CVS repository what I forgot to install in my
4888 2005-10-16 changes.
4889
4890 * progmodes/python.el (python-complete-symbol): Pass the common
4891 prefix substring of completion to `display-completion-list'.
4892
4893 * textmodes/org.el (org-complete): Ditto.
4894
4895 2005-10-18 Masatake YAMATO <jet@gyve.org>
4896
4897 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
4898
4899 * woman.el (WoMan-xref-man-page): New button type derived
4900 from `Man-abstract-xref-man-page'.
4901 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
4902
4903 * man.el (Man-abstract-xref-man-page): New button type.
4904 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
4905 (Man-highlight-references): Add new optional argument `xref-man-type'.
4906
4907 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4908
4909 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
4910
4911 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
4912
4913 * cus-edit.el (Custom-move-and-invoke): Delete.
4914 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
4915
4916 * wid-edit.el (widget-move-and-invoke): New function, from
4917 Custom-move-and-invoke.
4918
4919 2005-10-17 Bill Wohler <wohler@newt.com>
4920
4921 Move all remaining images from lisp/toolbar to etc/images, move
4922 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
4923 the low resolution images in their own directory (low-color).
4924
4925 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
4926 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
4927 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
4928 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
4929 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
4930 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
4931 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
4932
4933 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
4934 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
4935 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
4936 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
4937 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
4938 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
4939 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
4940 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
4941 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
4942 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
4943 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
4944 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
4945 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
4946 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
4947 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
4948
4949 To conform with convention, replace the underscore (_) in the
4950 following image names with dash (-) or (/) as appropriate.
4951
4952 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
4953 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
4954 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
4955 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
4956 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
4957 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
4958 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
4959 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
4960 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
4961 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
4962 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
4963 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
4964 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
4965 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
4966 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
4967
4968 * info.el (info-tool-bar-map): Replace underscores in image names
4969 with dashes.
4970
4971 * makefile.w32-in (WINS): Remove toolbar.
4972
4973 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
4974
4975 * tool-bar.el: Move to lisp from toolbar. Now that
4976 toolbar is empty, it should be deleted when folks run "cvs up -P".
4977
4978 2005-10-18 Jay Belanger <belanger@truman.edu>
4979
4980 * calc/calc-store.el (calc-store-into): Get the proper variable name
4981 to display in message.
4982
4983 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4984
4985 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
4986 expressions display in speedbar for all buffers when debugging.
4987 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
4988
4989 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
4990 (speedbar-insert-button, speedbar-make-button):
4991 Use add-text-properties.
4992 (speedbar-update-localized-contents)
4993 (speedbar-update-directory-contents)
4994 (speedbar-update-special-contents): Use dolist.
4995 (speedbar-buffer-easymenu-definition): Add a menu separator.
4996
4997 2005-10-17 Jason Rumney <jasonr@gnu.org>
4998
4999 * makefile.w32-in: Use $(lisp) consistently.
5000 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
5001 for shell specific generation of mh-autoloads.
5002
5003 2005-10-17 Richard M. Stallman <rms@gnu.org>
5004
5005 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
5006
5007 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * jit-lock.el (jit-lock-fontify-now):
5010 Move jit-lock-context-unfontify-pos to avoid wasted work.
5011
5012 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
5013
5014 * net/tramp.el (tramp-completion-mode): New defvar. Used in
5015 `tramp-completion-mode' for checking if we are in completion mode.
5016 (tramp-completion-handle-file-name-all-completions): Reorder code
5017 in order to complete for file names only in case there are no
5018 method/user/host completions. This is necessary for cooperation
5019 with ido. Reported by Kim F. Storm <storm@cua.dk>.
5020
5021 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
5022
5023 * longlines.el (longlines-search-forward)
5024 (longlines-search-backward): Match any number of spaces.
5025
5026 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
5027
5028 * diff-mode.el (diff-mode): Doc fix.
5029
5030 2005-10-16 David Reitter <david.reitter@gmail.com>
5031
5032 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
5033 as default on darwin and windows systems.
5034
5035 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
5036
5037 * arc-mode.el (archive-zip-extract): Doc fix.
5038
5039 2005-10-16 Romain Francoise <romain@orebokech.com>
5040
5041 * mouse.el (mouse-1-click-follows-link): Doc fix.
5042
5043 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5044
5045 * savehist.el: Don't require CL at runtime.
5046 (savehist-xemacs): Remove.
5047 (savehist-coding-system): Use utf-8 if present, regardless of religion.
5048 (savehist-no-conversion): Use (featurep 'xemacs).
5049 (savehist-load): Check existence of start-itimer rather than XEmacs.
5050 Use an idle timer.
5051 (savehist-process-for-saving): Replace use of CL funs `subseq' and
5052 `delete-if-not'.
5053
5054 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
5055
5056 * savehist.el: Newer version.
5057 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
5058 (savehist-last-checksum, savehist-no-conversion): New vars.
5059 (savehist-autosave, savehist-process-for-saving, savehist-printable):
5060 New functions.
5061 (savehist-load, savehist-save): Use them.
5062 (savehist-delimit): Remove.
5063
5064 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5065
5066 * progmodes/compile.el (compilation-goto-locus): Display the
5067 compilation buffer first and the source buffer second, in case they're
5068 in overlapping frames. Don't raise the compilation frame if it was the
5069 selected window upon entry. Pass the `other-window' arg to
5070 pop-to-buffer.
5071
5072 * info.el (Info-fontify-node): Use dolist.
5073 Change add-text-properties to put-text-property.
5074
5075 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5076
5077 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
5078 bound of search.
5079
5080 2005-10-16 Masatake YAMATO <jet@gyve.org>
5081
5082 * dabbrev.el (dabbrev-completion): Pass the common
5083 prefix substring of completion to `display-completion-list'.
5084
5085 * filecache.el (file-cache-minibuffer-complete)
5086 (file-cache-complete): Ditto.
5087
5088 * tempo.el (tempo-display-completions): Ditto.
5089
5090 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
5091
5092 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
5093
5094 * eshell/em-hist.el (eshell-list-history): Ditto.
5095
5096 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
5097
5098 * mail/mailalias.el (mail-complete): Ditto.
5099
5100 * progmodes/etags.el (complete-tag): Ditto.
5101
5102 * progmodes/make-mode.el (makefile-complete): Ditto.
5103
5104 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
5105
5106 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
5107
5108 * progmodes/pascal.el (pascal-complete-word)
5109 (pascal-show-completions): Ditto.
5110
5111 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
5112
5113 * simple.el (completion-common-substring): New variable.
5114 (completion-setup-function): Use `completion-common-substring'
5115 to put faces.
5116
5117 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5118
5119 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
5120 (x-get-selection, mac-select-convert-to-string): Convert from/to
5121 UTF-16 clipboard data as in native byte order, no BOM.
5122
5123 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
5124
5125 * progmodes/gud.el (gud-tool-bar-map): Rename the images
5126 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
5127 (gud-sentinel): Use speedbar-frame to check for speedbar.
5128
5129 2005-10-15 Richard M. Stallman <rms@gnu.org>
5130
5131 * savehist.el: New file.
5132
5133 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
5134
5135 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
5136 Fix bug in \bf fontification.
5137
5138 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5139
5140 * pcvs.el (cvs-edit-log-files): New var.
5141 (cvs-mode-edit-log): New arg `file'.
5142 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
5143 Instead force the use of the original file and nothing else.
5144 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
5145 the cvs-minor-wrap-function is set.
5146 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
5147
5148 2005-10-14 Bill Wohler <wohler@newt.com>
5149
5150 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
5151 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
5152 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
5153 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
5154 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
5155 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
5156 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
5157 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
5158 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
5159 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
5160 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
5161 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
5162 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
5163 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
5164 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
5165
5166 * progmodes/gud.el (gud-tool-bar-map): Rename the images
5167 appropriately (for example, gud-break to gud/break).
5168
5169 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
5170
5171 * longlines.el (longlinges-search-function)
5172 (longlines-search-forward, longlines-search-backward): New functions.
5173 (longlines-mode): Set isearch-search-fun-function to
5174 longlinges-search-function.
5175
5176 * mouse.el (mouse-drag-region-1): Handle the case where a
5177 double-click event is bound to an arbitrary function.
5178
5179 2005-10-14 David Ponce <david@dponce.com>
5180
5181 * recentf.el (recentf-track-opened-file)
5182 (recentf-track-closed-file, recentf-update-menu)
5183 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
5184 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
5185 mouse-1-click-follows-link.
5186
5187 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5188
5189 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
5190 Gnome file-manager.png. Suggested by
5191 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
5192
5193 * toolbar/README: Add diropen.xpm.
5194
5195 2005-10-13 Bill Wohler <wohler@newt.com>
5196
5197 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
5198 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
5199
5200 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5201
5202 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5203 Don't waste the byte-compiler's time on constant data.
5204
5205 2005-10-13 Kenichi Handa <handa@m17n.org>
5206
5207 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
5208 byte with `escape-glyph' face.
5209
5210 * international/fontset.el (ccl-encode-unicode-font):
5211 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
5212 Handle the case that ucs-mule-to-mule-unicode translates a character to
5213 ASCII (usually for IPA characters).
5214
5215 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5216
5217 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
5218 Don't hide the underline of titles if font-lock-mode is disabled.
5219
5220 2005-10-12 Bill Wohler <wohler@newt.com>
5221
5222 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
5223 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5224 files in MH-E-SRC have been updated.
5225 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
5226
5227 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5228
5229 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
5230 (mixal-mode-syntax-table): Add \n as end-comment.
5231 (mixal-operation-codes-alist): Immediately initialize to full value.
5232 (mixal-add-operation-code): Remove.
5233 (mixal-describe-operation-code): Make the arg non-optional.
5234 Use the interactive spec instead.
5235 Use mixal-operation-codes-alist rather than mixal-operation-codes.
5236 (mixal-font-lock-keywords): Don't highlight comments here any more.
5237 (mixal-font-lock-syntactic-keywords): New var.
5238 (mixal-mode): Use it. Fix comment-start-skip.
5239
5240 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5241
5242 * startup.el (command-line-x-option-alist): -nb => -nbi
5243
5244 2005-10-12 Kim F. Storm <storm@cua.dk>
5245
5246 * startup.el (fancy-splash-default-action): Discard mouse click in
5247 the splash screen window, as it has no sensible meaning in the
5248 next window to be selected. Fixes error reported by Jan D.
5249
5250 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
5251
5252 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
5253
5254 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5255
5256 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
5257 Try to fix up minor layout issues like indentation, line break, etc...
5258 (mixal-mode-syntax-table): Don't try to specify comment syntax,
5259 because it doesn't work.
5260 (mixal-operation-codes): Add some more codes.
5261 (mixal-font-lock-keywords): Process comments here.
5262 (mixal-mode): mixasm no longer needs -g option.
5263
5264 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
5265
5266 * progmodes/sh-script.el (sh-tmp-file):
5267 Use mktemp -t. Finish support for es and rc shells.
5268
5269 2005-10-11 Jay Belanger <belanger@truman.edu>
5270
5271 * calc/calcalg2.el (calc-integral): With an argument, compute the
5272 definite integral.
5273
5274 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
5275
5276 * mouse.el (mouse-drag-region-1): Don't try to catch a
5277 double-click when doing follow-link (it's overridden anyway).
5278
5279 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
5280
5281 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
5282 (autoload-print-form-outbuf): Add docstring.
5283
5284 2005-10-11 Juri Linkov <juri@jurta.org>
5285
5286 * info.el (Info-mode-menu): Delete menu item "Edit".
5287 (Info-mode): Delete description of Info-edit from docstring,
5288 and rearrange descriptions of Info commands in the order
5289 they are documented in the Info manual.
5290
5291 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5292
5293 * calendar/appt.el (appt-check): Use diary-selective-display var.
5294
5295 2005-10-10 Richard M. Stallman <rms@gnu.org>
5296
5297 * net/newsticker.el (newsticker-start, newsticker-show-news):
5298 Add autoload cookies.
5299
5300 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
5301
5302 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
5303
5304 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
5305
5306 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
5307
5308 2005-10-10 Jay Belanger <belanger@truman.edu>
5309
5310 * calc/calc-arith.el (math-check-known-scalarp)
5311 (math-check-known-matrixp): Check the values of arguments that are
5312 variables.
5313 (math-check-known-square-matrixp): New function.
5314 (math-known-square-matrixp): Use math-check-known-square-matrixp.
5315 (math-super-types): Add sqmatrix type.
5316
5317 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
5318 mode name `square' to 'sqmatrix'.
5319
5320 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
5321 mode name `square' to 'sqmatrix'.
5322
5323 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * progmodes/etags.el (select-tags-table-mode): Don't use
5326 selective-display.
5327 (tags-select-tags-table): Pass `button' to the action function.
5328 (select-tags-table): Place the side-info on button properties rather
5329 than in hidden text. Abbreviate file names.
5330 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
5331 (select-tags-table-select): Add `button' argument.
5332 Get side-info from the button property rather than from hidden text.
5333
5334 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
5335
5336 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
5337 (gud-speedbar-buttons): Preserve point if possible.
5338 (gud-sentinel): Restore previous speedbar display type.
5339
5340 * progmodes/gdb-ui.el (gdba): Improve diagram.
5341 (def-gdb-auto-update-handler, gdb-info-locals-handler)
5342 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
5343 Call get-buffer-window once.
5344
5345 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5346
5347 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
5348 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
5349 (pascal-indent-command): Remove unused var `ind'.
5350 (pascal-indent-case): Remove unused var `oldpos'.
5351 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
5352 since it's now used as a proper minor mode map.
5353 (pascal-outline): Rename to pascal-outline-mode.
5354 (pascal-outline-mode): Use define-minor-mode.
5355 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
5356 selective-display.
5357
5358 2005-10-10 Andreas Schwab <schwab@suse.de>
5359
5360 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
5361 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
5362
5363 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
5364 outside source directory.
5365
5366 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
5367
5368 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
5369 C-x' as a prefix.
5370 (orgtbl-mode-map): Full keymap instead of sparse, because all
5371 `self-insert-command' keys are redefined in this map.
5372 (org-export-as-html): Specify charset for HTML file, by taking it
5373 from the coding system.
5374
5375 2005-10-10 Kenichi Handa <handa@m17n.org>
5376
5377 * textmodes/flyspell.el (flyspell-check-word-p):
5378 If unread-command-events is non-empty, don't call sit-for.
5379
5380 2005-10-09 Richard M. Stallman <rms@gnu.org>
5381
5382 * font-lock.el (font-lock-syntactic-keywords)
5383 (font-lock-keywords): Doc fixes.
5384
5385 * textmodes/flyspell.el (flyspell-external-point-words):
5386 Simplify logic, and don't try to check for consecutive appearances
5387 of one incorrect word.
5388
5389 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
5390
5391 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
5392 separator.
5393
5394 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
5395 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
5396 (gud-expansion-speedbar-buttons): New function.
5397 (gud-speedbar-buttons): Check for gud-comint-buffer.
5398
5399 2005-10-09 Bill Wohler <wohler@newt.com>
5400
5401 * Makefile.in (updates): Add mh-loaddefs dependency.
5402
5403 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
5404
5405 * speedbar.el (speedbar-file-key-map): Fix typo.
5406
5407 2005-10-09 Daniel Brockman <daniel@brockman.se>
5408
5409 * cus-start.el (line-spacing): Add custom spec.
5410
5411 2005-10-09 Romain Francoise <romain@orebokech.com>
5412
5413 * textmodes/ispell.el (ispell-check-version): Fix last change.
5414
5415 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5416
5417 * term/x-win.el: Remove -i, --icon-type from comment.
5418
5419 * startup.el (command-line-x-option-alist): Remove options -i,
5420 -itype, --icon-type, added -nb, --no-bitmap-icon
5421
5422 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
5423
5424 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
5425 instead of :active.
5426
5427 2005-10-08 Eric Hanchrow <offby1@blarg.net>
5428
5429 * textmodes/ispell.el (ispell-check-version):
5430 Ignore hyphen, and all that follows, in aspell's version text.
5431
5432 2005-10-08 Jay Belanger <belanger@truman.edu>
5433
5434 * calc/calc-arith.el (math-known-square-matrixp): New function.
5435 (math-pow-fancy): Check for matrices before distributing exponent
5436 across products.
5437
5438 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
5439 fullscreen keypad. Suggested by Luc Teirlinck.
5440 (calc-keypad-show-input): Add space for formatting.
5441
5442 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
5443 Add square matrix option.
5444
5445 * calc/calc-poly.el (math-expand-term): Check for matrices instead
5446 of checking calc-matrix-mode when deciding how to expand.
5447
5448 * calc/calc.el (calc-set-mode-line): Add square matrix option.
5449
5450 2005-10-08 Lars Hansen <larsh@soem.dk>
5451
5452 * net/tramp.el (tramp-perl-directory-files-and-attributes):
5453 Add error handling.
5454 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
5455
5456 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
5457
5458 Sync with Tramp 2.0.51.
5459
5460 * net/tramp.el (tramp-handle-set-visited-file-modtime)
5461 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5462 Insert special handling for `last-coding-system-used', again
5463 it still seems to be necessary (unlike stated before).
5464 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
5465 (tramp-password-prompt-regexp): There might be other words before
5466 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
5467 (tramp-chunksize): Improve docstring.
5468 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
5469 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
5470 Christian Joergensen <bugs@razor.dk>.
5471
5472 2005-10-07 Glenn Morris <rgm@gnu.org>
5473
5474 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
5475 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
5476 precision'.
5477
5478 2005-10-07 Romain Francoise <romain@orebokech.com>
5479
5480 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
5481 (ibuffer-do-shell-command-pipe-replace)
5482 (ibuffer-do-shell-command-file, ibuffer-do-eval)
5483 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
5484 (ibuffer-do-revert, ibuffer-do-replace-regexp)
5485 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
5486 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5487 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
5488 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
5489 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
5490 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
5491 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
5492 Autoload file sans suffix.
5493
5494 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
5495
5496 2005-10-07 David Ponce <david@dponce.com>
5497
5498 * recentf.el (recentf-menu-open-all-flag): New option.
5499 (recentf-digit-shortcut-command-name): New function.
5500 (recentf--shortcuts-keymap): New variable.
5501 (recentf-menu-shortcuts): New variable.
5502 (recentf-make-menu-items): Initialize it. Replace the "More..."
5503 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
5504 (recentf-menu-value-shortcut): New function.
5505 (recentf-make-menu-item): Use it. No more in-lined.
5506 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
5507 (recentf-open-most-recent-file): Rename from
5508 `recentf-open-file-with-key'. Don't depend on key binding.
5509 (recentf-mode-map): New variable.
5510 (recentf-mode): Use it.
5511
5512 2005-10-06 Bill Wohler <wohler@newt.com>
5513
5514 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
5515
5516 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
5517 (MH-E-SRC): New. Used by mh-autoloads.
5518 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5519 files in MH-E-SRC have been updated.
5520 (compile, recompile, bootstrap): Depend on mh-autoloads.
5521
5522 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
5523
5524 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
5525 gud-break and gud-remove icons when the fringe is not available.
5526
5527 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
5528 Typo.
5529
5530 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
5531
5532 * play/zone.el (zone): Wrap body with save-window-excursion.
5533
5534 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
5535
5536 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5537 Use the new `list-only' arg to diary-list-entries.
5538
5539 * calendar/diary-lib.el: Use overlays rather than selective-display.
5540 (diary-selective-display): New var.
5541 (diary-header-line-format): Use it.
5542 (diary-list-entries): Add argument `list-only'.
5543 Put the buffer in diary-mode. Don't add \^M at beg and end.
5544 Replace \^M by invisible overlays.
5545 (diary-unhide-everything): Replace \^M by invisible overlays.
5546 (print-diary-entries): Look for overlays rather than \^M.
5547 Add a space to the temp buffer name.
5548 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
5549 Put the buffer in diary-mode.
5550 (list-sexp-diary-entries): Replace \^M by invisible overlays.
5551 (diary-anniversary): Make the year arg optional.
5552 (diary-time-regexp): New const.
5553 (diary-font-lock-keywords): Use it to accept a few more time formats.
5554
5555 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
5556
5557 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
5558
5559 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
5560 Fix bug introduced 2005-07-03: Use (car (last ...))
5561 to faithfully reproduce replaced artist-last.
5562 (artist-set-arrow-points-for-poly): Likewise.
5563 Suggested by Johan Bockg\e,Ae\e(Brd.
5564
5565 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
5566
5567 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
5568 * wid-edit.el (widget):
5569 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
5570 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
5571
5572 2005-10-06 Kenichi Handa <handa@m17n.org>
5573
5574 * international/mule-cmds.el (set-language-environment):
5575 Fix setting up of case-table for unibyte mode.
5576
5577 * simple.el (what-cursor-position): If the character is displayed
5578 by some `display' text property, show that. Don't use
5579 single-key-description for eight-bit characters in multibyte mode.
5580
5581 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
5582
5583 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
5584 (gdb-ann3): Set it.
5585 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
5586 (gdb-info-frames-custom): Use inverse-video for first five
5587 characters of selected frame only.
5588 (gdb-get-frame-number): Select frame even when point is on frame
5589 number.
5590
5591 2005-10-06 Masatake YAMATO <jet@gyve.org>
5592
5593 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5594 Put `font-lock-function-name-face'.
5595 (gdb-info-frames-custom): Put `font-lock-function-name-face'
5596 and `font-lock-variable-name-face'
5597 (gdb-registers-font-lock-keywords): New font lock keywords definition.
5598 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
5599 (gdb-memory-font-lock-keywords): New font lock keywords definition.
5600 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
5601 (gdb-local-font-lock-keywords): New font lock keywords definition.
5602 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
5603 (gdb-threads-font-lock-keywords): New font lock keywords definition.
5604 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
5605
5606 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
5607
5608 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
5609 (ediff-merge-region-is-non-clash-to-skip): Previously called
5610 ediff-merge-region-is-non-clash.
5611
5612 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
5613 Use insert-buffer-substring.
5614
5615 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
5616 selecting files to patch. Also bug fixes.
5617
5618 * ediff-util.el (ediff-setup): Bug fix.
5619 (ediff-next-difference): Never skip clashes that differ in white
5620 space only.
5621
5622 * ediff-wind.el (ediff-setup-control-frame)
5623 (ediff-destroy-control-frame): Check the menubar feature.
5624
5625 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
5626 (viper-refresh-mode-line): Use make-local-variable to localize
5627 some vars instead of make-variable-buffer-local. Suggested by
5628 Stefan Monnier.
5629
5630 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
5631 (viper-restore-cursor-type, viper-set-insert-cursor-type):
5632 Use make-local-variable instead of make-variable-buffer-local.
5633 Suggested by Stefan Monnier.
5634
5635 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
5636 (viper-comint-mode-hook): Use make-local-variable on
5637 require-final-newline.
5638 (viper-non-hook-settings): Don't use make-variable-buffer-local.
5639
5640 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5641
5642 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
5643 also the second char of a comment-start sequence.
5644 (scheme-sexp-comment-syntax-table): New var.
5645 (lambda, define): Set their scheme-doc-string-elt property.
5646 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
5647 Use lisp-font-lock-syntactic-face-function now that it properly
5648 handles |...| symbols.
5649 (scheme-mode-variables): Set lisp-doc-string-elt-property,
5650 parse-sexp-lookup-properties and font-lock-extra-managed-props.
5651
5652 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
5653 bit from # to |.
5654 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
5655
5656 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
5657 (lisp-doc-string-elt-property): New var.
5658 (lisp-font-lock-syntactic-face-function): Use it.
5659 Rewrite to recognize docstrings even for forms not at toplevel.
5660
5661 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
5662 annotation on the | part of #| rather than on the # part.
5663 (scheme-font-lock-syntactic-face-function): New function, to
5664 distinguish strings from |...| symbols.
5665 (scheme-mode-variables): Use it. Also fix up the font-lock-time
5666 syntax-table so that #|...|# is properly highlighted.
5667
5668 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
5669 Don't mark as docstring the 3rd elem of an unknown toplevel form.
5670
5671 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5672
5673 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
5674 and C-e.
5675
5676 * emacs-lisp/eldoc.el: Move comments into docstrings.
5677 (eldoc-message-commands): Initialize in its declaration.
5678 Add move-beginning-of-line and move-end-of-line.
5679 (eldoc-add-command, eldoc-add-command-completions)
5680 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
5681
5682 * outline.el (outline-mark-subtree): Activate the mark.
5683
5684 * calendar/appt.el (appt-time-regexp): New var.
5685 (appt-add, appt-make-list): Use it.
5686 (appt-convert-time): Clean up.
5687
5688 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
5689 Don't set any syntax-table property here.
5690 (tex-font-lock-verb): New function. Do it here.
5691 (tex-font-lock-syntactic-keywords): Use it.
5692
5693 2005-10-04 Richard M. Stallman <rms@gnu.org>
5694
5695 * wid-edit.el (widget-file-complete): Get the widget start point
5696 the right way. Default directory to `/' if file has none.
5697
5698 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
5699
5700 * textmodes/flyspell.el (flyspell-mode-on):
5701 Call ispell-maybe-find-aspell-dictionaries.
5702
5703 * textmodes/ispell.el (ispell-word, ispell-region):
5704 Call ispell-maybe-find-aspell-dictionaries.
5705 (ispell-accept-buffer-local-defs):
5706 Don't call ispell-maybe-find-aspell-dictionaries
5707
5708 2005-10-04 Richard M. Stallman <rms@gnu.org>
5709
5710 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
5711
5712 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
5713
5714 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
5715 instead of `fboundp' in order to allow for anonymous functions.
5716
5717 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
5718
5719 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
5720 case the user clicks on the link while another window is selected.
5721 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
5722
5723 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
5724 functionality.
5725 (dframe-help-echo): Save point in case mouse tracking is off.
5726
5727 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
5728
5729 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
5730
5731 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5732
5733 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
5734 not change the global value of those vars.
5735
5736 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
5737 make-local-variable which we do not need any more.
5738
5739 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
5740
5741 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
5742 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
5743 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
5744 (speedbar-path-line): Define obsolete aliases.
5745 (speedbar-line-directory): Doc fix.
5746
5747 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
5748 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
5749 instead of speedbar-line-path.
5750
5751 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5752
5753 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
5754 to nil if dropping on a window. Handle dropping on a minibuffer window
5755 like dropping on a non-window part of Emacs.
5756
5757 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5758
5759 * net/ange-ftp.el: Use with-current-buffer.
5760 (ange-ftp-insert-directory): Do not follow symlinks any more.
5761
5762 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5763 Remove interactive spec.
5764
5765 2005-10-03 Kim F. Storm <storm@cua.dk>
5766
5767 * ido.el (ido-mode): Use custom-initialize-set.
5768
5769 2005-10-02 Richard M. Stallman <rms@gnu.org>
5770
5771 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
5772 Use insert-buffer-substring.
5773
5774 * net/tramp.el: Pacify byte compiler warnings in pacification code.
5775 (tramp-handle-file-local-copy): Use insert-buffer-substring.
5776
5777 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
5780 in last change.
5781 (ange-ftp-insert-directory): Fix up the search for the case where
5782 `file' is absolute.
5783
5784 2005-10-02 Romain Francoise <romain@orebokech.com>
5785
5786 * progmodes/compile.el (compile-goto-error): Delete extra paren.
5787
5788 2005-10-02 Andreas Schwab <schwab@suse.de>
5789
5790 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
5791 directory component in the session info.
5792
5793 2005-10-01 Richard M. Stallman <rms@gnu.org>
5794
5795 * comint.el (comint-redirect-subvert-readonly): Doc fix.
5796
5797 * simple.el (next-error-internal): New function.
5798
5799 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
5800 (compilation-start): Pass new arg to compilation-buffer-name.
5801 (compile-goto-error): Use next-error-internal.
5802
5803 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5804
5805 * speedbar.el: Remove RCS tag.
5806 (speedbar-check-read-only): Handle non-existent files.
5807
5808 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
5809
5810 * info.el (Info-speedbar-hierarchy-buttons)
5811 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
5812
5813 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5814
5815 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
5816 Do not match newline.
5817 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
5818 (bibtex-summary): Remove unnecessary save-excursion.
5819 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
5820
5821 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5822
5823 * term/mac-win.el: Add charset info for "iso10646-1".
5824 Modify default fontset to use ATSUI-compatible fonts for some charsets
5825 if available.
5826
5827 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5828
5829 * speedbar.el: Re-apply arch tag.
5830 (speedbar-version): Rename to version 1.0. Suggested by Eric
5831 M. Ludlam.
5832 Reapply two changes from Emacs CVS' version of speedbar lost
5833 during the merge:
5834 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
5835 (speedbar-frame-parameters): Improve customize type.
5836
5837 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5838
5839 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
5840 (ange-ftp-file-directory-p): Fix the symlink case.
5841 (ange-ftp-insert-directory): When listing a single file, get a list of
5842 the parent buffer and extract the relevant line. Inspired from a patch
5843 by Katsumi Yamaoka <yamaoka@jpl.org>.
5844 (ange-ftp-file-name-sans-versions): Simplify.
5845
5846 2005-09-30 Bill Wohler <wohler@newt.com>
5847
5848 Move MH-E image files from toolbar and mail directories into
5849 etc/images.
5850
5851 * mail/reply2.*: Move to etc/images/mail/reply*.
5852
5853 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
5854 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
5855 etc/images.
5856
5857 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
5858 * toolbar/reply*: Move to etc/images/mail.
5859
5860 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
5861
5862 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
5863
5864 * speedbar.el: New version 1.0pre3.
5865
5866 Frame management code (including timer, and mouse click specifics)
5867 moved to dframe.el:
5868 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
5869 (speedbar-timer): Removed. Use dframe-timer.
5870 (speedbar-close-frame): Removed. Use dframe-close-frame.
5871 (speedbar-activity-change-focus-flag): Removed. Use
5872 dframe-activity-change-focus-flag.
5873 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
5874 dframe-update-speed.
5875
5876 (speedbar-current-frame): New macro. Use this instead of the
5877 variable speedbar-frame.
5878
5879 (speedbar-use-images, speedbar-expand-image-button-alist)
5880 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
5881
5882 (speedbar-find-image-on-load-path): Removed. Replaced by
5883 defezimage in ezimage.el.
5884 (speedbar-expand-image-button-alist): Removed. Replaced by
5885 ezimage-expand-image-button-alist in ezimage.el.
5886
5887 (speedbar-ignored-directory-regexp)
5888 (speedbar-add-ignored-directory-regexp)
5889 (speedbar-ignored-directory-expressions)
5890 (speedbar-line-directory, speedbar-buffers-line-directory)
5891 (speedbar-directory-line, speedbar-buffers-line-directory):
5892 Renamed, replacing `path' with `directory'.
5893
5894 (speedbar-create-directory, speedbar-expand-line-descendants)
5895 (speedbar-toggle-line-expansion)
5896 (speedbar-contract-line-descendants): New commands.
5897
5898 (speedbar-query-confirmation-method, speedbar-select-frame-method)
5899 (speedbar-use-tool-tips-flag): New options.
5900
5901 (speedbar-check-read-only, speedbar-require-version)
5902 (speedbar-insert-separator, speedbar-buffers-tail-notes)
5903 (speedbar-handle-delete-frame, speedbar-try-completion)
5904 (speedbar-update-localized-contents): New functions.
5905
5906 (speedbar-incompatible-version, speedbar-ro-to-do-point)
5907 (speedbar-object-read-only-indicator): New variables.
5908
5909 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
5910 New hooks.
5911
5912 (speedbar-separator-face): New face.
5913
5914 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
5915 (speedbar-ignored-modes): Add fundamental-mode.
5916 (speedbar-directory-unshown-regexp): Add . directories.
5917
5918 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
5919 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
5920 `]' for full expand/close.
5921 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
5922
5923 (speedbar-check-vc): Support hidden files.
5924 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
5925 (speedbar-this-file-in-vc): Use vc-state if available. If VC
5926 state is nil, it is not checked out.
5927
5928 (speedbar-line-text, speedbar-line-token): Support expand buttons
5929 with no text.
5930 (speedbar-refresh): Universal argument acts as power-click.
5931 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
5932 that buffer to get variable values.
5933
5934 And many other bugfixes.
5935
5936 * dframe.el, ezimage.el, sb-image.el: New files.
5937
5938 * sb-*.xpm: Remove files. New image files installed into
5939 etc/images/ezimage.
5940
5941 2005-09-30 Kenichi Handa <handa@m17n.org>
5942
5943 * ps-mule.el (ps-mule-show-warning): If a character is in
5944 ps-print-translation-table, don't treat it as non-printable.
5945
5946 2005-09-30 David Ponce <david@dponce.com>
5947
5948 * tree-widget.el (tree-widget-themes-load-path): New variable.
5949 (tree-widget-themes-directory): Doc fix.
5950 (tree-widget-image-formats) [Emacs]: Doc fix.
5951 (tree-widget--locate-sub-directory): New function.
5952 (tree-widget-themes-directory): Use it.
5953
5954 * recentf.el (recentf-filename-handlers): Rename from
5955 `recentf-filename-handler'. Allow a list of functions.
5956 (recentf-menu-items-for-commands): Fix :help strings.
5957 (recentf-apply-filename-handlers): New function.
5958 (recentf-expand-file-name): Use it.
5959 (recentf-cleanup): Remove duplicates too.
5960
5961 2005-09-29 Juri Linkov <juri@jurta.org>
5962
5963 * faces.el: Rearrange face definitions to be in the same order as
5964 their face descriptions in "(emacs)Standard Faces".
5965
5966 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
5967
5968 * tooltip.el (tooltip): Add group `basic-faces'.
5969
5970 * buff-menu.el (Buffer-menu-buffer): Remove group
5971 `font-lock-highlighting-faces'.
5972
5973 * progmodes/compile.el (compilation-error, compilation-warning)
5974 (compilation-info, compilation-line-number, compilation-column-number):
5975 Change group from `font-lock-highlighting-faces' to `compilation'.
5976
5977 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5978 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
5979 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
5980 (vhdl-font-lock-reserved-words-face)
5981 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
5982 `font-lock-highlighting-faces'.
5983
5984 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
5985
5986 2005-09-28 Kim F. Storm <storm@cua.dk>
5987
5988 * emulation/cua-base.el: Set CUA move property on additional commands:
5989 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
5990 forward-sexp, backward-sexp, forward-list, backward-list.
5991
5992 2005-09-28 Romain Francoise <romain@orebokech.com>
5993
5994 * comint.el (comint-show-output): Really set point at the
5995 beginning of the output when not using `comint-use-prompt-regexp'.
5996
5997 2005-09-27 Jay Belanger <belanger@truman.edu>
5998
5999 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
6000 in TeX mode.
6001
6002 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
6003
6004 * textmodes/org.el (org-table-sum): Fix format string.
6005
6006 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
6007 Quote face names.
6008
6009 2005-09-26 Romain Francoise <romain@orebokech.com>
6010
6011 * isearch.el (isearch-forward-regexp): Close doc string.
6012
6013 2005-09-25 Richard M. Stallman <rms@gnu.org>
6014
6015 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
6016
6017 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
6018
6019 * progmodes/compile.el (compilation-error-properties):
6020 When getting the file from the previous error message,
6021 correctly decode the new data format.
6022
6023 * progmodes/cc-cmds.el (c-electric-paren):
6024 Call old-blink-paren only for close-paren.
6025
6026 2005-09-24 Andreas Schwab <schwab@suse.de>
6027
6028 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
6029 condition.
6030
6031 2005-09-25 Romain Francoise <romain@orebokech.com>
6032
6033 * dired-aux.el (dired-copy-file-recursive):
6034 * dired.el (dired-delete-file):
6035 * ediff-mult.el (ediff-dir-diff-copy-file):
6036 * ediff-util.el (ediff-test-save-region):
6037 * forms.el (forms-mode):
6038 * ido.el (ido-file-internal, ido-delete-file-at-head):
6039 * log-edit.el (log-edit-done):
6040 * ses.el (ses-yank-resize):
6041 * play/gomoku.el (gomoku-human-plays, gomoku)
6042 (gomoku-human-resigns, gomoku-prompt-for-other-game)
6043 (gomoku-offer-a-draw):
6044 * play/landmark.el (lm-human-resigns, lm):
6045 * net/eudcb-ldap.el (eudc-ldap-check-base):
6046 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
6047 * progmodes/ebrowse.el (ebrowse-find-pattern):
6048 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
6049 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
6050 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
6051
6052 * vc.el (vc-delete-file):
6053 * play/gomoku.el (gomoku-terminate-game, gomoku)
6054 (gomoku-prompt-for-move, gomoku-human-takes-back):
6055 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
6056 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
6057
6058 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6059
6060 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
6061 color rxvt terminals by using the code xterm.el used to use before
6062 2005-04-09 in order to match the colors used by rxvt.
6063
6064 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6065
6066 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
6067 colors rxvt-unicode terminals by using the same code as xterm.el.
6068
6069 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6070
6071 * textmodes/tex-mode.el (tex-font-lock-append-prop)
6072 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
6073 new symbol used for the tex-verbatim face.
6074
6075 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6076
6077 * woman.el (woman-file-name):
6078 * wid-edit.el (widget-file-prompt-value)
6079 (widget-coding-system-prompt-value):
6080 * w32-fns.el (set-w32-system-coding-system):
6081 * vc.el (vc-version-diff, vc-annotate):
6082 * textmodes/reftex-auc.el (reftex-arg-cite)
6083 (reftex-arg-index-tag):
6084 * textmodes/refer.el (refer-get-bib-files):
6085 * textmodes/artist.el (artist-figlet-choose-font):
6086 * terminal.el (terminal-emulator):
6087 * replace.el (occur-read-primary-args):
6088 * rect.el (string-rectangle, string-insert-rectangle):
6089 * ps-print.el (ps-print-preprint):
6090 * progmodes/pascal.el (pascal-goto-defun):
6091 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
6092 * progmodes/compile.el (compilation-find-file):
6093 * printing.el (pr-interactive-n-up):
6094 * play/animate.el (animate-birthday-present):
6095 * net/rcompile.el (remote-compile):
6096 * man.el (man, Man-goto-section, Man-follow-manual-reference):
6097 * mail/rmailsum.el (rmail-summary-search-backward)
6098 (rmail-summary-search):
6099 * mail/rmailout.el (rmail-output-read-rmail-file-name)
6100 (rmail-output-read-file-name):
6101 * mail/rmail.el (rmail-search, rmail-search-backwards):
6102 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
6103 * locate.el (locate):
6104 * international/quail.el (quail-show-keyboard-layout):
6105 * international/mule.el (set-buffer-file-coding-system)
6106 (revert-buffer-with-coding-system, set-file-name-coding-system)
6107 (set-terminal-coding-system, set-keyboard-coding-system)
6108 (set-next-selection-coding-system):
6109 * international/mule-diag.el (describe-coding-system)
6110 (describe-font, describe-fontset):
6111 * international/mule-cmds.el (universal-coding-system-argument)
6112 (search-unencodable-char, describe-input-method)
6113 (set-language-environment, describe-language-environment):
6114 * international/codepage.el (codepage-setup):
6115 * international/code-pages.el (codepage-setup):
6116 * info.el (Info-search, Info-follow-reference)
6117 (Info-search-backward):
6118 * emacs-lisp/advice.el (ad-read-advised-function)
6119 (ad-read-advice-class, ad-clear-cache, ad-activate)
6120 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
6121 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
6122 (ad-read-regexp):
6123 * ediff-util.el (ediff-toggle-regexp-match):
6124 * ediff-ptch.el (ediff-prompt-for-patch-file):
6125 * dired-aux.el (dired-diff):
6126 * diff.el (diff):
6127 * cus-edit.el (custom-variable-prompt):
6128 * calendar/timeclock.el (timeclock-ask-for-project):
6129 * calc/calcalg3.el (calc-get-fit-variables):
6130 * calc/calc-store.el (calc-edit-variable)
6131 (calc-permanent-variable):
6132 * vc-mcvs.el (vc-mcvs-register):
6133 * shadowfile.el (shadow-define-literal-group):
6134 * woman.el (woman-file-name):
6135 * vc.el (vc-version-diff, vc-merge):
6136 * textmodes/reftex-index.el (reftex-index-complete-tag):
6137 * format.el (format-decode-buffer, format-decode-region):
6138 * emulation/viper-cmd.el (viper-read-string-with-history):
6139 * emacs-lisp/debug.el (cancel-debug-on-entry):
6140 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6141 * ediff.el (ediff-merge-revisions)
6142 (ediff-merge-revisions-with-ancestor, ediff-revision):
6143 * completion.el (interactive-completion-string-reader):
6144 * calc/calc-prog.el (calc-user-define-formula):
6145 Follow convention for reading with the minibuffer.
6146
6147 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
6148
6149 * progmodes/python.el (python-describe-symbol): Add globals() and
6150 locals() to the arguments of emacs.ehelp.
6151
6152 2005-09-24 Magnus Henoch <mange@freemail.hu>
6153
6154 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
6155 New function, code extracted from ispell-valid-dictionary-list.
6156 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
6157 Call it.
6158
6159 2005-09-24 Eli Zaretskii <eliz@gnu.org>
6160
6161 * subr.el (version-regexp-alist): Extend valid syntax for version
6162 strings: allow any of the characters -,_,+ to separate the
6163 alpha/beta/rc part from the version part. Doc fix.
6164 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
6165
6166 2005-09-23 David Reitter <david.reitter@gmail.com>
6167
6168 * mail/mailclient.el: New file.
6169
6170 2005-09-23 Richard M. Stallman <rms@gnu.org>
6171
6172 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
6173 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
6174 Doc fixes.
6175
6176 * progmodes/cc-mode.el (c-font-lock-init):
6177 Specify font-lock-lines-before.
6178
6179 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6180
6181 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
6182 whole conflict.
6183
6184 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
6185
6186 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
6187 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
6188 of `remap' feature when available. Additional key bindings for
6189 better tty support.
6190 (org-mode-restart, org-force-self-insert): New commands.
6191 (org-time-stamp-inactive): New command.
6192 (org-remap): New function.
6193 (org-table-auto-blank-field, org-level-color-stars-only): New options.
6194 (org-enable-fixed-width-editor): Move to `org-structure'
6195 customization group.
6196 (org-self-insert-command, orgtbl-self-insert-command): Modify to
6197 blank field after field motion commands.
6198
6199 2005-09-23 Kenichi Handa <handa@m17n.org>
6200
6201 * international/mule-cmds.el (set-language-environment):
6202 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
6203 have to call utf-translate-cjk-load-tables.
6204
6205 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6206
6207 * mouse.el (mouse-move-drag-overlay): Fix last change.
6208
6209 2005-09-22 David Ponce <david@dponce.com>
6210
6211 * tree-widget.el (tree-widget-value-create): Fix previous change.
6212
6213 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6214
6215 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
6216
6217 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6218
6219 * mouse.el (mouse-move-drag-overlay): New function.
6220 (mouse-drag-region-1): Use it.
6221 Try to simplify a bit the state handling. Handle clicks on links
6222 inside intangible areas.
6223 (mouse-save-then-kill): Minor simplification.
6224 (mouse-secondary-overlay): Make it always non-nil instead of
6225 recreating it each time.
6226 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
6227 (mouse-kill-secondary, mouse-secondary-save-then-kill):
6228 Simplify accordingly.
6229
6230 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6231
6232 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
6233
6234 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
6235
6236 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
6237 (ediff-file-name-sans-prefix): Treat nil as an empty string.
6238 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
6239 to patch.
6240
6241 * ediff-util.el: Use insert-buffer-substring.
6242
6243 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
6244
6245 * emulation/viper-cmd.el (viper-change-state): Don't move over the
6246 field boundaries in the minibuffer.
6247 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
6248 (viper-minibuffer-post-command-hook): New hook.
6249 (viper-line): Don't move cursor at bolp.
6250
6251 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
6252
6253 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
6254 avoid compiler warnings.
6255
6256 * emulation/viper-macs.el (ex-map): Better messages.
6257
6258 * emulation/viper-utils.el (viper-beginning-of-field): New function.
6259
6260 * emulation/viper.el: Replace make-variable-buffer-local with
6261 viper-make-variable-buffer-local everywhere, to avoid warnings.
6262
6263 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6264
6265 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6266 Delete unused var `old-selected-window'.
6267 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
6268 (mouse-drag-secondary): Delete unused var `start-frame'.
6269
6270 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6271
6272 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
6273
6274 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6275
6276 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
6277 Re-indent within 80 columns. Use inhibit-read-only.
6278
6279 2005-09-19 Romain Francoise <romain@orebokech.com>
6280
6281 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
6282
6283 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6284
6285 * font-lock.el (font-lock-default-fontify-region): Don't add a line
6286 unconditionally, since the after-change-function already did it.
6287
6288 2005-09-19 Miles Bader <miles@gnu.org>
6289
6290 * net/newsticker.el: Get rid of CVS keyword.
6291
6292 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
6293
6294 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
6295 The prompt is formatted later.
6296
6297 2005-09-19 David Ponce <david@dponce.com>
6298
6299 * tree-widget.el (tree-widget-value-create): Save the converted
6300 tree :node widget.
6301
6302 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
6303
6304 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
6305 variable `message'.
6306
6307 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
6308
6309 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
6310 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
6311 <slawomir.nowaczyk.847@student.lu.se>.
6312
6313 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
6314
6315 * image.el (image-load-path): Use symbol `data-directory' instead
6316 of its value, for backward compatibility with packages that bind
6317 it during `find-image'. Suggested by Katsumi Yamaoka.
6318 (image-search-load-path): Handle symbols whose values are strings.
6319
6320 2005-09-18 Romain Francoise <romain@orebokech.com>
6321
6322 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
6323 with-current-buffer form in save-excursion.
6324
6325 2005-09-18 D Goel <deego@gnufans.org>
6326
6327 * apropos.el (apropos-command): Fix `message' call: first arg
6328 should be a format spec. In this and all other cases that appear
6329 below and elsewhere in the source code, I made a change only when
6330 two conditions were satisfied: [1] I can think of a possibility
6331 that the arguments would cause an error, for example, the code in
6332 question relies on external variables such as filenames. [2] I
6333 was sure that the arg to `message' could not have been nil in the code.
6334
6335 * textmodes/tildify.el (tildify-region): Ditto.
6336
6337 * textmodes/reftex-index.el (reftex-index-change-entry)
6338 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
6339 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
6340 * textmodes/org.el (org-complete, org-deadline, org-schedule)
6341 (org-priority, org-table-sum):
6342 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
6343 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
6344 (flyspell-word, flyspell-display-next-corrections):
6345 * textmodes/bibtex.el (bibtex-print-help-message):
6346 * textmodes/artist.el (artist-key-set-point-poly):
6347 * term/mac-win.el (mac-services-insert-text):
6348 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
6349 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
6350 (vhdl-port-paste-testbench, vhdl-compose-new-component)
6351 (vhdl-compose-configuration):
6352 * progmodes/sh-script.el (sh-blink, sh-show-indent)
6353 (sh-set-indent, sh-learn-line-indent):
6354 * progmodes/ps-mode.el (ps-mode-target-column):
6355 * progmodes/idlwave.el (idlwave-make-tags)
6356 (idlwave-scan-library-catalogs):
6357 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
6358 * progmodes/gud.el (gud-jdb-analyze-source):
6359 * progmodes/flymake.el (flymake-log):
6360 * progmodes/ebnf2ps.el (ebnf-generate-region):
6361 * progmodes/cmacexp.el (c-macro-expansion):
6362 * progmodes/ada-xref.el (ada-treat-cmd-string):
6363 * progmodes/ada-mode.el (ada-create-case-exception-substring)
6364 (ada-justified-indent-current, ada-batch-reformat):
6365 * play/zone.el (zone):
6366 * play/landmark.el (lm-move):
6367 * play/decipher.el (decipher-show-alphabet):
6368 * net/newsticker.el (newsticker--display-jump)
6369 (newsticker--display-scroll):
6370 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
6371 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
6372 * mail/feedmail.el (feedmail-dump-message-to-queue):
6373 * eshell/esh-proc.el (eshell-remove-process-entry):
6374 * emulation/ws-mode.el (ws-last-error):
6375 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
6376 (viper-record-kbd-macro):
6377 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
6378 * emacs-lisp/lisp-mnt.el (lm-report-bug):
6379 * emacs-lisp/find-func.el (find-function-noselect):
6380 * calendar/timeclock.el (timeclock-status-string)
6381 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
6382 (timeclock-when-to-leave-string):
6383 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
6384 * calc/calc-units.el (calc-enter-units-table):
6385 * calc/calc-mode.el (calc-mode-record-mode):
6386 * woman.el (woman-mini-help):
6387 * wdired.el (wdired-change-to-wdired-mode):
6388 * vc.el (vc-retrieve-snapshot):
6389 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
6390 * startup.el (display-startup-echo-area-message):
6391 * simple.el (set-goal-column):
6392 * ses.el (ses-command-hook, ses-recalculate-cell):
6393 * server.el (server-process-filter):
6394 * printing.el (pr-interface-txt-print, pr-interface-printify)
6395 (pr-interface-ps):
6396 * pcvs.el (cvs-help):
6397 * log-edit.el (log-edit, log-edit-mode-help):
6398 * iswitchb.el (iswitchb-possible-new-buffer):
6399 * isearch.el (isearch-edit-string):
6400 * image-mode.el (image-mode, image-minor-mode):
6401 * ibuf-macs.el (define-ibuffer-filter):
6402 * hi-lock.el (hi-lock-find-patterns):
6403 * files.el (toggle-read-only):
6404 * ediff-util.el (ediff-copy-diff)
6405 (ediff-write-merge-buffer-and-maybe-kill):
6406 * echistory.el (Electric-history-undefined):
6407 * dnd.el (dnd-insert-text):
6408 * dired-aux.el (dired-query):
6409 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
6410 * bookmark.el (bookmark-bmenu-locate):
6411 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
6412 Fix `message' calls to ensure first arg is a format string.
6413 The change was made only when these two conditions were satisfied:
6414 [1] when there is a possibility that the arguments would cause an error
6415 for example, if the code in question relies on external variables
6416 such as filenames, and
6417 [2] if the arg to `message' could not have been nil in the code.
6418
6419 * pcomplete.el (pcomplete--help): Fix `message' format spec.
6420 Not having a %s would be weird, though not technically wrong.
6421
6422 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6423
6424 * term/mac-win.el (mac-add-charset-info): Doc fix.
6425
6426 2005-09-17 Romain Francoise <romain@orebokech.com>
6427
6428 * shell.el (shell-resync-dirs): Handle echoing processes more
6429 reliably. Don't insert resync command if `comint-process-echoes'
6430 is non-nil.
6431
6432 2005-09-17 Magnus Henoch <mange@freemail.hu>
6433
6434 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
6435 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
6436 aspell versions >= 0.60.
6437 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
6438 only if ispell-aspell-supports-utf8 is non-nil.
6439
6440 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6441
6442 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
6443 buffer-local value to lisp-indent-function.
6444
6445 2005-09-17 Milan Zamazal <pdm@zamazal.org>
6446
6447 * progmodes/glasses.el (glasses-make-readable): If
6448 glasses-separator differs from underscore, put appropriate
6449 overlays over underscore characters.
6450 (glasses-convert-to-unreadable): If glasses-separator differs from
6451 underscore, try to convert glasses-separator characters to
6452 underscores.
6453
6454 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6455
6456 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
6457 Use with-syntax-table and dolist.
6458
6459 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
6460
6461 * textmodes/reftex-auc.el:
6462 * textmodes/reftex-cite.el:
6463 * textmodes/reftex-dcr.el:
6464 * textmodes/reftex-global.el:
6465 * textmodes/reftex-parse.el:
6466 * textmodes/reftex-ref.el:
6467 * textmodes/reftex-sel.el:
6468 * textmodes/reftex-toc.el:
6469 * textmodes/reftex-vars.el:
6470 * textmodes/reftex.el: Small changes to remove compiler warnings.
6471
6472 * textmodes/reftex-index.el: Likewise.
6473 (reftex-query-index-phrase): More efficient use of markers.
6474
6475 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
6476
6477 * image.el (image-load-path): New variable.
6478 (image-search-load-path): New function.
6479 (find-image): Search for images in `image-load-path'.
6480
6481 2005-09-15 Richard M. Stallman <rms@gnu.org>
6482
6483 * follow.el: Change Maintainer field.
6484
6485 2005-09-15 David Ponce <david@dponce.com>
6486
6487 * recentf.el (recentf-save-file-modes): New option.
6488 (recentf-save-list): Use it.
6489
6490 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
6491
6492 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
6493 (mode-line-mule-info, mode-line-modified): Move bindings from
6494 mouse-3 to mouse-1.
6495
6496 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
6497
6498 * simple.el (sendmail-user-agent-compose): Revert last change.
6499
6500 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6501
6502 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
6503 Use with-current-buffer.
6504 (ange-ftp-gwp-start): Remove unused var `gw-user'.
6505 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
6506 (ange-ftp-insert-directory): Remove unused var `short'.
6507 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
6508
6509 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
6510 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
6511
6512 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
6513 (check-calendar-holidays, diary-list-entries): Autoload.
6514 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
6515 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
6516
6517 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
6518 which mistakenly removed a call to display-buffer.
6519
6520 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
6521
6522 * obsolete/iso-insert.el: Move to obsolete/ from international/.
6523
6524 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
6525
6526 * progmodes/hideshow.el
6527 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
6528 (hs-allow-nesting): New user var.
6529 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
6530 (hs-hide-block-at-point): When nesting allowed,
6531 if there is already an overlay in place, delete it.
6532 (hs-safety-is-job-n): Delete func; remove call sites.
6533 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
6534 (hs-overlay-at): New func.
6535 (hs-already-hidden-p, hs-show-block): Use it.
6536 (hs-hide-all): Don't pre-clean if nesting allowed.
6537 (hs-show-all): Temporarily disallow
6538 nesting around call to `hs-discard-overlays'.
6539
6540 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
6541
6542 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
6543 Delete unused local var.
6544
6545 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
6546
6547 * help-fns.el (describe-categories): "?\ " -> "?\s".
6548 (help-do-arg-highlight): Recognize also ARG-n, as in
6549 `move-to-left-margin' (ARG+n is already recognized). Simplify.
6550
6551 * international/codepage.el (dos-unsupported-char-glyph):
6552 * net/newsticker.el (tool-bar-map, w3-mode-map)
6553 (w3m-minor-mode-map):
6554 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
6555 (ent-alist):
6556 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
6557
6558 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
6559
6560 * custom.el (custom-push-theme): Handle the case where a symbol is
6561 bound but face properties have not yet been assigned.
6562
6563 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
6564 Fix behavior if noerase is `t' and there is no mail buffer.
6565
6566 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
6567 if `continue' is nil, rather than signal an error.
6568
6569 2005-09-12 Richard M. Stallman <rms@gnu.org>
6570
6571 * font-lock.el (font-lock-keywords): Add autoload.
6572
6573 * help-fns.el (describe-variable): Rearrange to put source link
6574 in a predictable place.
6575
6576 * net/newsticker.el: New file.
6577
6578 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6579
6580 * calendar/calendar.el (calendar-for-loop): Add edebug info.
6581 (calendar-basic-setup): Use the new nil arg.
6582 (number-of-diary-entries): Move to diary-lib.el.
6583
6584 * calendar/diary-lib.el: Use with-current-buffer, match-string.
6585 (diary-list-entries): Use with-syntax-table and dolist.
6586 Rename from list-diary-entries.
6587 Use number-of-diary-entries if `number' is nil.
6588 (diary, diary-view-entries): Use this new name and new nil arg value.
6589 (number-of-diary-entries): Move from calendar.el.
6590 (diary-unhide-everything): New function.
6591 (include-other-diary-files, fancy-diary-display)
6592 (diary-show-all-entries, make-diary-entry): Use it.
6593 (diary-mail-entries): Use buffer-string.
6594 (mark-diary-entries): Fix long standing paren typo.
6595 (diary-sexp-entry): Use count-lines.
6596 (make-diary-entry): Avoid `previous-line'.
6597 (diary-mode-map): New var.
6598 (diary-mode): Redraw cal after saving. Setup header-line.
6599 (fancy-diary-display-mode): Use local-set-key.
6600
6601 * startup.el (command-line): Try calling various terminal-init-foo-bar
6602 functions by stripping hyphenated suffixes from $TERM.
6603
6604 * files.el (normal-mode): Check boundness of font-lock-keywords.
6605
6606 2005-09-12 Richard M. Stallman <rms@gnu.org>
6607
6608 * progmodes/compile.el: Don't decide a file's directory
6609 until the user actually tries to go there.
6610 (compilation-next-error-function):
6611 Pass compilation-find-file the directory from the file-struct.
6612 (compilation-internal-error-properties): Separate local FILE-STRUCT
6613 from FILE. Doc the args better. Rename arg FMT to FMTS.
6614 (compilation-find-file): Arg DIR renamed to DIRECTORY.
6615 Expand it, and if nil, use default-directory.
6616 (compilation-get-file-structure): Don't mix specified directory
6617 with default directory. Put specified directory into
6618 file-struct. Don't make the file name absolute.
6619
6620 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6621 (compile-command): Add autoload.
6622 (compilation-disable-input): Add autoload.
6623
6624 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
6625
6626 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
6627 strings of the variables it can override.
6628 (time-stamp): New (as yet undocumented) time-stamp-format escapes
6629 %Q and %q, for fully-qualified domain name and unqualified host name.
6630
6631 2005-09-11 Kim F. Storm <storm@cua.dk>
6632
6633 * emacs-lisp/authors.el (authors-aliases): Update list.
6634 (authors-fixed-entries): Update mldrag.el entry.
6635
6636 2005-09-10 Alan Mackenzie <acm@muc.de>
6637
6638 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
6639 from the region narrowed to.
6640
6641 2005-09-10 Magnus Henoch <mange@freemail.hu>
6642
6643 * textmodes/ispell.el (ispell-check-version): Signal an error if
6644 aspell version is less than 0.60.
6645
6646 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
6647
6648 * progmodes/octave-inf.el (inferior-octave-startup):
6649 Resync current dir at the end.
6650
6651 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
6652
6653 * woman.el (woman-topic-at-point-default):
6654 Rename to woman-use-topic-at-point-default.
6655 (woman-topic-at-point): Rename to woman-use-topic-at-point.
6656 (woman-file-name): Reflect renames above. Automatically use the
6657 word at point as topic if woman-use-topic-at-point is non-nil.
6658 Otherwise offer it as default but don't insert it in the
6659 minibuffer. Also use `test-completion' instead of `assoc' as
6660 suggested by Stefan Monnier.
6661
6662 2005-09-10 Andre Spiegel <spiegel@gnu.org>
6663
6664 * vc.el (vc-directory, vc-update-change-log): Throw an error on
6665 the attempt to do it over Tramp. This is not yet supported.
6666
6667 2005-09-10 Eli Zaretskii <eliz@gnu.org>
6668
6669 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6670 (menu-bar-non-minibuffer-window-p): New functions.
6671 ("Split Window", "Save As..."): Use them.
6672 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
6673 ("Print Buffer", "Truncate Long Lines in this Buffer"):
6674 Use menu-bar-menu-frame-live-and-visible-p.
6675 ("Save Buffer", "Insert File", "Open Directory...")
6676 ("Open File...", "Visit New File..."):
6677 Use menu-bar-non-minibuffer-window-p.
6678 (kill-this-buffer-enabled-p, dired <menu-enable>):
6679 Use menu-bar-non-minibuffer-window-p.
6680
6681 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6682
6683 * cus-start.el (all): Don't complain about fringe-related
6684 built-ins if fringes are not supported. Ditto about
6685 selection-related built-ins. Fix the test for GTK-related built-ins.
6686
6687 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
6688 ("Postscript Print Buffer", "Print Region", "Save As...")
6689 ("Save", "Insert File...", "Open Directory...")
6690 ("Open File...", "Visit New File..."")
6691 ("Truncate Long Lines in this Buffer"): Don't look at
6692 menu-updating-frame if this display does not support multiple frames.
6693
6694 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6695
6696 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
6697
6698 2005-09-09 Emilio Lopes <eclig@gmx.net>
6699
6700 * woman.el: Format- and whitespace-related changes.
6701
6702 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6703
6704 * woman.el: Fix my email address.
6705
6706 2005-09-08 Richard M. Stallman <rms@gnu.org>
6707
6708 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
6709 (sh-mode): Locally set skeleton-pair-default-alist.
6710
6711 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
6712
6713 * progmodes/flymake.el: Require `compile' unconditionally.
6714
6715 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
6716
6717 * woman.el (woman-file-name): Provide a default, not initial input.
6718
6719 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
6720
6721 * font-lock.el (font-lock-support-mode): Doc fix.
6722
6723 * descr-text.el (describe-property-list): Handle non-symbol prop names.
6724
6725 2005-09-08 Richard M. Stallman <rms@gnu.org>
6726
6727 * simple.el (blink-matching-open): Get rid of text props from
6728 the string shown in echo area. Don't permanently set point.
6729 Some rearrangements.
6730
6731 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
6732
6733 * recentf.el (recentf-filename-handler): Add custom choice
6734 `abbreviate-file-name'.
6735
6736 * msb.el (msb--very-many-menus): Fix typo.
6737
6738 * disp-table.el (standard-display-european): Don't set
6739 enable-multibyte-characters to nil.
6740
6741 2005-09-08 David Ponce <david@dponce.com>
6742
6743 * recentf.el (recentf-show-file-shortcuts-flag): New option.
6744 (recentf-expand-file-name): Doc fix.
6745 (recentf-dialog-mode-map): Define digit shortcuts.
6746 (recentf--files-with-key): New variable.
6747 (recentf-show-digit-shortcut-filter): New function.
6748 (recentf-open-files-items): New function.
6749 (recentf-open-files): Use it.
6750 (recentf-open-file-with-key): New command.
6751
6752 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
6753
6754 * buff-menu.el (Buffer-menu-sort-by-column): New function.
6755 Suggested by Kim F. Storm.
6756 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
6757 (Buffer-menu-make-sort-button): Use global keymap.
6758
6759 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
6760
6761 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
6762 (Man-getpage-in-background-advice): Remove defadvice; it isn't
6763 necessary any longer with the remapped command.
6764 (Man-bgproc-sentinel-advice): Remove defadvice which counts
6765 formatting time only.
6766
6767 * net/tramp.el (tramp-action-password)
6768 (tramp-multi-action-password): Compile the password prompt from
6769 `method', `user' and `host'. Sometimes it isn't obvious which
6770 password to enter, for example with remote files offered by
6771 recentf.el, or with multiple steps. Suggested by Robert Marshall
6772 <robert@chezmarshall.freeserve.co.uk>.
6773
6774 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6775
6776 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6777 Fix regexp for when "s///" is at the beginning of line.
6778
6779 2005-09-07 Jay Belanger <belanger@truman.edu>
6780
6781 * calc/calc-poly.el (math-expand-term): Multiply out any powers
6782 when in matrix mode.
6783
6784 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6785
6786 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
6787 non-anonymous functions.
6788
6789 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
6790
6791 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
6792 when using a header line. Otherwise, use mouse-1-click-follows-link.
6793
6794 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
6795 can't be moved; don't signal an error.
6796
6797 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
6798
6799 * cus-theme.el (custom-theme-write-faces): Save the current face
6800 spec, not the defface spec.
6801
6802 * custom.el (custom-known-themes): Clarify meaning of "standard".
6803 (custom-push-theme): Save old values in the standard theme.
6804 (disable-theme): Correct typo.
6805 (custom-face-theme-value) Deleted unused function.
6806 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
6807
6808 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6809
6810 * progmodes/compile.el (compilation-goto-locus): Take into account
6811 iconified frames when determining whether the buffer is
6812 already visible.
6813 Don't reset window height if the window already existed.
6814
6815 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
6816
6817 * custom.el (load-theme): Rename from require-theme.
6818 Add interactive spec.
6819 (enable-theme): Rename from custom-enable-theme.
6820 Add interactive spec.
6821 (disable-theme): Rename from custom-disable-theme.
6822 Add interactive spec.
6823 (custom-make-theme-feature): Doc fix.
6824 (custom-theme-directory): Doc fix.
6825 (provide-theme): Call enable-theme.
6826
6827 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6828
6829 * obsolete/lazy-lock.el (lazy-lock-mode):
6830 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
6831 font-lock-mode if it's off. Print a warning instead.
6832
6833 * progmodes/compile.el (compilation-start): Ignore errors if the
6834 process died before we get to send-eof.
6835
6836 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
6837 Undo last change. Enclosing the result in quotes broke things on Unix
6838 since tex-send-command passes it through shell-quote-argument.
6839 (tex-send-command): Pass `file' through convert-standard-filename
6840 when possible.
6841 (tex-uptodate-p): Handle the case where TeX hasn't put additional
6842 info in a transcript.
6843
6844 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6845
6846 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
6847 fix compilation warning. Reorder the key definitions to group
6848 together keys emitted by the current version of xterm.
6849
6850 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
6851 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
6852 Reorder predicates to correct min-color usage.
6853
6854 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
6855
6856 * longlines.el (longlines-mode): Inhibit read-only when encoding.
6857 Kill local variables when longlines-mode is turned off.
6858
6859 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6860
6861 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
6862
6863 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
6864
6865 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
6866
6867 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
6868 (font-lock-lines-before): Change default to being inactive.
6869 (font-lock-default-fontify-region): Obey font-lock-lines-before.
6870 (font-lock-after-change-function): Don't handle f-l-lines-before here.
6871
6872 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6873
6874 * net/tramp.el (tramp-handle-make-auto-save-file-name):
6875 Deactivate temporarily advice if active (not needed for Emacs 22,
6876 but for backwards compatibility).
6877 (tramp-exists-file-name-handler): Rewrite. First implementation
6878 was too simple.
6879 (tramp-advice-make-auto-save-file-name):
6880 Call `tramp-handle-make-auto-save-file-name' (again, just for
6881 backwards compatibility).
6882
6883 2005-08-31 Reto Zimmermann <reto@gnu.org>
6884
6885 * progmodes/vhdl-mode.el
6886 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
6887 (vhdl-end-p): Fix indentation bug "else" after "-- when".
6888 (vhdl-set-default-project): New function (easier setting of default).
6889 (vhdl-port-copy): Handle extended identifiers for generics.
6890 (vhdl-compiler-alist): Better description for error message regexp.
6891 (vhdl-make): Query for target, use previous as default.
6892 (vhdl-port-copy): Fix port copy for port names starting with "signal".
6893 (vhdl-font-lock-keywords-2): Fix fontification for record
6894 el. assign.
6895 (vhdl-speedbar-make-subpack-line): Add package body link.
6896 (vhdl-generate-makefile-1): Not include itself as dependency.
6897 (vhdl-font-lock-init): Highlight c-preprocessor directives.
6898 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
6899 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
6900 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
6901 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
6902 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
6903 (vhdl-import-project): Add string argument for `error'.
6904 (vhdl-compose-configuration)
6905 (vhdl-compose-configuration-architecture): Add configuration
6906 declaration generation.
6907 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
6908 (vhdl-trailer-re): Add "record" keyword (better indentation).
6909 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
6910 "[^ \t-\"]+".
6911 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
6912 (vhdl-testbench-entity-file-name)
6913 (vhdl-testbench-architecture-file-name): Allow separate
6914 customization of testbench file names.
6915 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
6916 (vhdl-get-visible-signals): Allow newline within alias declaration.
6917 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
6918 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
6919 (member-ignore-case): Alias for missing function in XEmacs.
6920 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
6921 (vhdl-update-sensitivity-list): Ignore case on read signals.
6922 (vhdl-replace-string): Adjust case only for file names.
6923 (vhdl-update-sensitivity-list): Fix search for read signals.
6924 (vhdl-update-sensitivity-list): Exclude formal parameters.
6925 (vhdl-get-visible-signals): Include aliases of signals.
6926 (vhdl-get-visible-signals): Fix signal name searching.
6927 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
6928 (vhdl-fixup-whitespace-region): Fix for character
6929 literals (e.g. ':').
6930
6931 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
6932
6933 * ansi-color.el (comint-last-output-start):
6934 * bs.el (font-lock-verbose):
6935 * diff-mode.el (add-log-buffer-file-name-function):
6936 * dired-x.el (vm-folder-directory):
6937 * faces.el (help-xref-stack-item):
6938 * files.el (font-lock-keywords):
6939 * find-lisp.el (dired-buffers, dired-subdir-alist):
6940 * ido.el (cua-inhibit-cua-keys):
6941 * log-view.el (cvs-minor-wrap-function):
6942 * outline.el (font-lock-warning-face):
6943 * simple.el (compilation-current-error):
6944 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
6945 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
6946 * tooltip.el (comint-prompt-regexp):
6947 * w32-fns.el (explicit-shell-file-name):
6948 * term/mac-win.el (mac-charset-info-alist)
6949 (mac-services-selection, mac-system-script-code):
6950 * term/tty-colors.el (msdos-color-values):
6951 * term/w32-win.el (xlfd-regexp-registry-subnum):
6952 * term/x-win.el (x-keysym-table, x-selection-timeout)
6953 (x-session-id, x-session-previous-id):
6954 * textmodes/ispell.el (mail-yank-prefix):
6955 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
6956 * textmodes/org.el (calc-embedded-close-formula)
6957 (calc-embedded-open-formula)
6958 (font-lock-unfontify-region-function):
6959 * textmodes/reftex-global.el (isearch-next-buffer-function)
6960 (TeX-master):
6961 * textmodes/reftex.el (font-lock-keywords):
6962 * textmodes/tex-mode.el (font-lock-comment-face)
6963 (font-lock-doc-face):
6964 * textmodes/texinfo.el (outline-heading-alist):
6965 Add defvars.
6966
6967 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
6968 (artist-spray-chars, artist-mode-init, artist-replace-string)
6969 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
6970 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
6971 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
6972
6973 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
6974 (conf-align-assignments): "?\ " -> "?\s".
6975
6976 * textmodes/reftex-index.el (TeX-master): Add defvar.
6977 (reftex-index-phrases-marker): Move up defvar.
6978
6979 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
6980 (reftex-toc-include-labels-indicator)
6981 (reftex-toc-include-index-indicator)
6982 (reftex-toc-max-level-indicator): Move up declarations.
6983
6984 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
6985 of args to `tramp-run-real-handler', even if it's empty in this case.
6986
6987 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6988
6989 * dired.el (dired-move-to-filename-regexp): Add date format for
6990 Mac OS X 10.3 in East Asian locales.
6991
6992 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6993
6994 * files.el (make-auto-save-file-name): Add file name handler call
6995 if applicable.
6996
6997 * net/tramp.el (tramp-file-name-handler-alist)
6998 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
6999 (tramp-handle-make-auto-save-file-name): Rename from
7000 `tramp-make-auto-save-file-name'.
7001 (tramp-exists-file-name-handler): New defun.
7002 (tramp-advice-make-auto-save-file-name): Make defadvice only when
7003 `make-auto-save-file-name' is not a magic file name operation.
7004
7005 2005-08-30 Richard M. Stallman <rms@gnu.org>
7006
7007 * files.el (risky-local-variable-p):
7008 Match `-predicates' and `-commands.
7009
7010 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
7011 (custom-save-all): Visit the file if necessary;
7012 kill the buffer if we created it.
7013 (custom-save-delete): Don't visit file or kill buffer here.
7014
7015 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
7016
7017 * textmodes/org.el (org-special-keyword): New face.
7018 (org-table-copy-down, org-table-eval-formula)
7019 (org-table-recalculate, org-init-section-numbers):
7020 Use `string-to-number' instead of `string-to-int'.
7021 (org-get-location): Use `insert-buffer-substring' instead of
7022 `insert-buffer'.
7023 (org-modify-diary-entry-string): New function.
7024 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
7025 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
7026 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
7027 active region.
7028 (org-export-as-html): Handle QUOTE keyword.
7029 (org-quote-string): New option.
7030 (org-bookmark-jump-unhide): New function, used for
7031 `bookmark-after-jump-hook'.
7032 (org-diary-default-entry): Apply only when not called through
7033 `org-agenda'.
7034
7035 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
7036
7037 * net/eudc.el (mode-popup-menu):
7038 * play/handwrite.el (ps-printer-name, ps-lpr-command):
7039 * progmodes/ada-mode.el (compile-auto-highlight)
7040 (skeleton-further-elements):
7041 * progmodes/autoconf.el (font-lock-syntactic-keywords):
7042 * progmodes/cmacexp.el (msdos-shells):
7043 * progmodes/compile.el (font-lock-extra-managed-props)
7044 (font-lock-keywords, font-lock-maximum-size)
7045 (font-lock-support-mode):
7046 * progmodes/grep.el (font-lock-lines-before):
7047 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
7048 * progmodes/mixal-mode.el (compile-command):
7049 * progmodes/perl-mode.el (font-lock-comment-face)
7050 (font-lock-doc-face, font-lock-string-face):
7051 * progmodes/prolog.el (comint-prompt-regexp):
7052 * progmodes/sh-script.el (font-lock-comment-face)
7053 (font-lock-set-defaults, font-lock-string-face):
7054 * progmodes/sql.el (font-lock-keyword-face)
7055 (font-lock-set-defaults, font-lock-string-face):
7056 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
7057 (itimer-version, lazy-lock-defer-contextually)
7058 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
7059 Add defvars.
7060
7061 * progmodes/cperl-mode.el (cperl-electric-lbrace)
7062 (cperl-electric-keyword, cperl-electric-pod)
7063 (cperl-electric-backspace, cperl-forward-re)
7064 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
7065 (vc-rcs-header, vc-sccs-header): Add defvars.
7066
7067 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
7068 (font-lock-syntactic-keywords, gud-find-expr-function):
7069 Add defvars.
7070
7071 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
7072 (gdb-frame-parameters): Declare before use.
7073
7074 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
7075 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
7076 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
7077 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
7078
7079 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
7080 (idlwave-help-with-source): Use `insert-buffer-substring', not
7081 `insert-buffer'.
7082
7083 2005-08-29 Juri Linkov <juri@jurta.org>
7084
7085 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
7086 Put outline-back-to-heading function call inside save-excursion.
7087
7088 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
7089
7090 * man.el (Man-init-defvars, Man-translate-references)
7091 (Man-support-local-filenames, Man-highlight-references):
7092 * progmodes/sql.el (sql-interactive-mode):
7093 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
7094
7095 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
7096 (compilation-mode-font-lock-keywords): Add defvars.
7097 (checkdoc-interactive-loop): "?\ " -> "?\s".
7098
7099 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
7100 (font-lock-doc-face, font-lock-string-face)
7101 (font-lock-keywords-case-fold-search): Add defvars.
7102 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
7103
7104 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
7105 Don't pass X and Y (they are ignored anyway).
7106 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
7107 (mouse-delete-window): Make arguments optional.
7108
7109 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
7110 (caesar-translate-table, minor-modes, news-buffer-save)
7111 (news-group-name, news-minor-modes): Add defvars.
7112
7113 * emacs-lisp/lselect.el (mouse-highlight-priority)
7114 (x-lost-selection-functions, zmacs-regions):
7115 * emacs-lisp/pp.el (font-lock-verbose):
7116 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
7117 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
7118 (ses-mode-map):
7119 * emacs-lisp/tcover-unsafep.el (safe-functions):
7120 * international/mule-cmds.el (mac-system-coding-system)
7121 (mac-system-locale):
7122 * language/ethio-util.el (rmail-current-message)
7123 (rmail-message-vector):
7124 * language/thai-util.el (thai-auto-composition-mode):
7125 * mail/metamail.el (rmail-current-message, rmail-message-vector):
7126 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
7127 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
7128 (vm-primary-inbox, vm-spool-files):
7129 * mail/rmail.el (deleted-head, font-lock-fontified)
7130 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
7131 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
7132 (total-messages):
7133 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
7134 (rmail-summary-mode-map):
7135 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
7136 (rmail-last-label, rmail-last-multi-labels)
7137 (rmail-summary-vector, rmail-total-messages):
7138 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
7139 * mail/rmailsum.el (msgnum):
7140 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
7141 (rmail-current-message):
7142 * obsolete/fast-lock.el (font-lock-face-list):
7143 * obsolete/rnewspost.el (mail-reply-buffer):
7144 * obsolete/scribe.el (compile-command):
7145 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
7146
7147 2005-08-28 John Paul Wallington <jpw@gnu.org>
7148
7149 * ibuf-ext.el (ibuffer-auto-update-changed):
7150 Use `frame-or-buffer-changed-p' to check whether we need to update.
7151 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
7152 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
7153 as a `frame-or-buffer-changed-p' state vector instead.
7154
7155 2005-08-27 Romain Francoise <romain@orebokech.com>
7156
7157 * textmodes/makeinfo.el (makeinfo-compile):
7158 Use `compilation-start'. Set `next-error-function' according to
7159 `disable-errors'.
7160 (makeinfo-next-error): New function.
7161 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
7162 (makeinfo-buffer): Likewise.
7163
7164 * progmodes/compile.el (compilation-start): Add autoload cookie.
7165
7166 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
7167 * textmodes/sgml-mode.el: Likewise.
7168 * progmodes/python.el: Likewise.
7169
7170 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7171
7172 * simple.el (blink-matching-paren-distance): Document the meaning
7173 of nil value, and allow to customize to nil.
7174
7175 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
7176 command.com, not command.exe.
7177
7178 2005-08-26 John Wiegley <johnw@newartisans.com>
7179
7180 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
7181 code around a bit so that an extraneous nil argument is not added
7182 to a command when no args are given.
7183
7184 * eshell/esh-arg.el (eshell-parse-double-quote): If a
7185 double-quoted argument resolves to nil, return it as an empty
7186 string rather than as nil. This made it impossible to pass "" to
7187 a shell script as a null string argument.
7188
7189 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7190
7191 * outline.el (outline-invent-heading): New fun.
7192 (outline-promote, outline-demote): Use it.
7193 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
7194 (outline-end-of-subtree): Remove unused var `opoint'.
7195
7196 2005-08-26 David Reitter <david.reitter@gmail.com>
7197
7198 * menu-bar.el (truncate-lines, write-file, print-buffer)
7199 (ps-print-buffer-faces, ps-print-buffer, split-window):
7200 Disable menu items when the frame they refer to is invisible, or when
7201 they refer to a buffer and the minibuffer is selected.
7202
7203 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
7204
7205 * progmodes/flymake.el (flymake-highlight-err-lines):
7206 Use save-excursion around flymake-highlight-line to preserve point.
7207
7208 2005-08-26 Eli Zaretskii <eliz@gnu.org>
7209
7210 * progmodes/octave-mod.el: Change Author and Maintainer address.
7211 (octave-maintainer-address): Change Kurt's email address.
7212 * progmodes/octave-inf.el: Change Author and Maintainer address.
7213 * progmodes/octave-hlp.el: Change Author and Maintainer address.
7214
7215 2005-08-26 Kim F. Storm <storm@cua.dk>
7216
7217 * subr.el (version-list-<, version-list-<=, version-list-=):
7218 Renamed from integer-list-*.
7219 (version-list-not-zero): Likewise. Fix while loop.
7220 (version=): Use version-list-= instead of string-equal.
7221
7222 2005-08-26 Richard M. Stallman <rms@gnu.org>
7223
7224 * outline.el (outline-promote): Try shortening the heading.
7225 As last resort, read the heading to use.
7226 (outline-demote): As last resort, read the heading to use.
7227
7228 2005-08-26 Romain Francoise <romain@orebokech.com>
7229
7230 * progmodes/compile.el (compilation-start): Doc fix.
7231
7232 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
7233 (antlr-font-lock-additional-keywords): Fix reference to
7234 `antlr-font-lock-literal-regexp' erroneously changed during the
7235 mass face rename.
7236 (antlr-run-tool): Use `compilation-start'.
7237
7238 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
7239 instead of the obsolete `compile-internal'.
7240
7241 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
7242
7243 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
7244 (number, original-date):
7245 * calendar/cal-china.el (date):
7246 * calendar/cal-coptic.el (date):
7247 * calendar/cal-french.el (date):
7248 * calendar/cal-hebrew.el (date, entry, number, original-date):
7249 * calendar/cal-islam.el (date, number, original-date):
7250 * calendar/cal-iso.el (date):
7251 * calendar/cal-julian.el (date):
7252 * calendar/cal-mayan.el (date):
7253 * calendar/cal-menu.el (date, event):
7254 * calendar/cal-persia.el (date):
7255 * calendar/lunar.el (date):
7256 * calendar/solar.el (date): Add defvars.
7257
7258 * emerge.el:
7259 * ibuffer.el:
7260 * info-xref.el:
7261 * obsolete/bg-mouse.el:
7262 * obsolete/sun-curs.el:
7263 * obsolete/swedish.el: Move the `defvar's to the top level.
7264
7265 * smerge-mode.el (smerge-refined-change): Add :group.
7266
7267 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7268
7269 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
7270 (smerge-keep-n): Remove props.
7271 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7272 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
7273 now that it's done in smerge-keep-n.
7274 (smerge-refined-change): New face.
7275 (smerge-refine-chopup-region, smerge-refine-highlight-change)
7276 (smerge-refine): New funs.
7277 (smerge-basic-map): Bind smerge-refine.
7278
7279 2005-08-25 Juri Linkov <juri@jurta.org>
7280
7281 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
7282 compilation-process-setup-function and compilation-disable-input
7283 in grep-mode instead of let-bindings in grep.
7284
7285 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
7286 Delete "Automatic File De/compression" (auto-compression-mode).
7287
7288 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
7289
7290 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
7291 Silence warning about non-existent variable.
7292
7293 2005-08-25 Richard M. Stallman <rms@gnu.org>
7294
7295 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
7296 Rename "Describe Key" to "Describe Key or Mouse Operation".
7297
7298 * mail/mailalias.el (build-mail-aliases): Delete comments
7299 from the contents before processing them.
7300
7301 * isearch.el (isearch-edit-string): Erase the Search prompt
7302 if user enters an empty string and there is no default.
7303
7304 * comint.el (comint-file-name-prefix): Add autoload.
7305
7306 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
7307
7308 * subr.el (play-sound): Rearrange to avoid warning.
7309
7310 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
7311
7312 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
7313 New hook.
7314 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
7315
7316 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7317
7318 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
7319
7320 * custom.el (custom-theme-set-variables): Sort minor modes last.
7321
7322 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7323
7324 * subr.el (version-separator, version-regexp-alist): New vars used by
7325 version comparison funs.
7326 (integer-list-<, integer-list-=, integer-list-<=)
7327 (integer-list-not-zero): New funs for integer list comparison.
7328 (version-to-list, version=, version<, version<=): New funs for version
7329 comparison.
7330
7331 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
7332
7333 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
7334 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
7335 time to silence the byte-compiler.
7336
7337 * ibuffer.el (ibuffer-compile-make-eliding-form)
7338 (ibuffer-check-formats): Use `with-no-warnings' to hide references
7339 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
7340 so it's silly to get warnings for it).
7341 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
7342 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
7343 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
7344 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
7345 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
7346 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
7347 Defvar at compile time.
7348 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
7349 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
7350 Declare them before use.
7351
7352 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
7353 (info-xref-good, info-xref-bad): Defvar at compile time.
7354
7355 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
7356 Use `let*' instead of `let'.
7357
7358 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
7359 (*mouse-y*, menu, char): Defvar at compile time.
7360 (sc::menu): Declare it before use.
7361 (sc::pack-one-line): Use `let', not `let*'.
7362
7363 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
7364 (mail-send-hook): Defvar at compile time.
7365
7366 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
7367 Defvar at compile time.
7368
7369 * term/sun-mouse.el (current-global-mousemap)
7370 (current-local-mousemap): Declare them before use.
7371
7372 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
7373
7374 * bookmark.el (bookmark-after-jump-hook): New hook.
7375 (bookmark-jump): Run `bookmark-after-jump-hook'.
7376
7377 2005-08-23 Juri Linkov <juri@jurta.org>
7378
7379 * faces.el (minibuffer-prompt): Doc fix.
7380
7381 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
7382
7383 * progmodes/xscheme.el: Trivial changes to silence warnings.
7384 (xscheme-previous-mode, xscheme-previous-process-state):
7385 Add defvars.
7386 (xscheme-last-input-end, xscheme-process-command-line)
7387 (xscheme-process-name, xscheme-buffer-name)
7388 (xscheme-expressions-ring-max, xscheme-expressions-ring)
7389 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
7390 (xscheme-control-g-synchronization-p)
7391 (xscheme-control-g-disabled-p, xscheme-string-receiver)
7392 (default-xscheme-runlight, xscheme-runlight)
7393 (xscheme-runlight-string, xscheme-process-filter-state)
7394 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
7395 Move to beginning of file.
7396 (scheme-interaction-mode-commands-alist)
7397 (scheme-interaction-mode-map, scheme-debugger-mode-map):
7398 Declare them before use. Note: the initialization code for the variables
7399 has not been moved because it uses functions that reference the variables.
7400 (xscheme-control-g-message-string, xscheme-process-filter-alist)
7401 (xscheme-prompt-for-expression-map): Declare them before use.
7402 (scheme-debugger-mode-commands): "?\ " -> "?\s".
7403
7404 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
7405
7406 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
7407
7408 2005-08-22 Juri Linkov <juri@jurta.org>
7409
7410 * faces.el (set-face-underline): Delete this duplicate function
7411 and make an obsolete alias to set-face-underline-p.
7412 (set-face-underline-p): Use docstring of set-face-underline.
7413 (describe-face): Create hyperlink to parent face.
7414
7415 * info.el (Info-insert-dir): Use save-excursion around
7416 insert-buffer-substring.
7417 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
7418 (Info-escape-percent): Delete function.
7419 (Info-fontify-node): Replace Info-escape-percent by
7420 replace-regexp-in-string with REP arg set to lambda that
7421 duplicates `%' and preserves text properties.
7422
7423 * progmodes/compile.el (compilation-disable-input): Doc fix.
7424 (define-compilation-mode): Doc fix and refill.
7425 (kill-compilation): Use `mode-name' in the error message.
7426 (compilation-find-file): Use `compilation-error' in the
7427 read-file-name's prompt.
7428
7429 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
7432 (smerge-auto-leave): Make undo re-enable the mode.
7433 (debug-ignored-errors): Add the user-error of impossible resolution.
7434 (smerge-resolve): Move things around a bit, in preparation for later.
7435 (smerge-diff): Don't fail if the buffer has no associated file.
7436 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
7437 (smerge-conflict-overlay): New function.
7438 (smerge-match-conflict): Don't add text properties here.
7439 (smerge-find-conflict): Instead, add an overlay here.
7440 Also check for the case where we're inside a conflict already, so as to
7441 obviate the need for font-lock-multiline, which is unbearably slow with
7442 large conflicts and ciomplex font-lock patterns.
7443 (smerge-remove-props): Remove overlay rather than text-properties.
7444 (smerge-mode): Don't set font-lock-multiline.
7445 Remove overlays when turned off.
7446
7447 2005-08-21 Kim F. Storm <storm@cua.dk>
7448
7449 * ido.el (ido-ignore-item-p): Use save-match-data.
7450 Bind case-fold-search to ido-case-fold locally.
7451
7452 2005-08-20 Richard M. Stallman <rms@gnu.org>
7453
7454 * files.el (normal-mode): If font lock is on, turn it off and on.
7455
7456 * subr.el (replace-regexp-in-string): Doc fix.
7457
7458 * startup.el (command-line-1): Don't suppress startup screen
7459 due to existing processes.
7460
7461 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
7462
7463 * progmodes/compile.el (compilation-disable-input): Default to nil.
7464
7465 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7466
7467 * progmodes/compile.el (compilation-disable-input): New defcustom.
7468 (compilation-start): If compilation-disable-input is non-nil, send
7469 EOF to the compilation process.
7470
7471 2005-08-20 Eli Zaretskii <eliz@gnu.org>
7472
7473 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
7474 Run the argument of tex-shell-cd-command through
7475 convert-standard-filename, to get the correct style of slashes on
7476 Windows, and enclose the result in quotes, in case the file name
7477 includes whitespace or other special characters.
7478
7479 2005-08-19 Andreas Schwab <schwab@suse.de>
7480
7481 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
7482 process.
7483
7484 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7485
7486 * cus-start.el (minibuffer-prompt-properties): Correct typo.
7487
7488 2005-08-18 Kim F. Storm <storm@cua.dk>
7489
7490 * scroll-lock.el: Fix errors due to incorrect line wrapping.
7491
7492 2005-08-18 Richard M. Stallman <rms@gnu.org>
7493
7494 * scroll-lock.el: New file.
7495
7496 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
7497
7498 * dired.el (dired-move-to-end-of-filename):
7499 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
7500
7501 2005-08-18 Kim F. Storm <storm@cua.dk>
7502
7503 * ido.el (ido-everywhere): Fix defcustom :set function to disable
7504 rather than toggle mode when custom value is nil.
7505 (ido-everywhere): Fix defun doc string.
7506
7507 2005-08-17 Richard M. Stallman <rms@gnu.org>
7508
7509 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
7510 as tag instead of "Inviolable".
7511
7512 2005-08-17 Kim F. Storm <storm@cua.dk>
7513
7514 * windmove.el (windmove-coordinates-of-position): Remove.
7515 (windmove-coordinates-of-window-position): Remove.
7516 (windmove-reference-loc): Use posn-at-point instead.
7517
7518 * subr.el (insert-for-yank-1): Doc fix.
7519
7520 * ido.el (ido-enter-matching-directory): Rename from
7521 ido-enter-single-matching-directory. Change 'slash choice to
7522 'only. Add 'first choice.
7523 (ido-exhibit): Adapt to above changes.
7524
7525 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
7526
7527 * Makefile.in: Expand comment about building loaddefs.el.
7528
7529 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
7530
7531 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
7532 Comment use of defadvice.
7533
7534 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
7535
7536 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
7537
7538 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
7539 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
7540 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
7541 * progmodes/idlw-shell.el, progmodes/ld-script.el,
7542 * progmodes/which-func.el, ruler-mode.el, strokes.el,
7543 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
7544 for backward compatibility for faces that did not appear in the
7545 previous Emacs release.
7546
7547 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
7548
7549 2005-08-15 Kim F. Storm <storm@cua.dk>
7550
7551 * emulation/cua-base.el (cua-delete-region): Return t if
7552 deleted region was non-empty.
7553 (cua-replace-region): Inhibit overwrite-mode for
7554 self-insert-command if replaced region was non-empty.
7555 (cua--explicit-region-start, cua--status-string): Make them
7556 buffer-local at top-level...
7557 (cua-mode): ...rather than when mode is enabled.
7558
7559 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
7560
7561 * progmodes/vhdl-mode.el (vhdl-emacs-21):
7562 Set t for Emacs 21, 22, and so on.
7563
7564 2005-08-15 David Ponce <david@dponce.com>
7565
7566 * tree-widget.el: Update Commentary header.
7567 (tree-widget-theme): Doc fix.
7568 (tree-widget-space-width): New option.
7569 (tree-widget-image-properties): Look up in the default theme too.
7570 (tree-widget--cursors): Only for images with arrow pointer shape.
7571 (tree-widget-lookup-image): Pointer shape is hand by default.
7572 (tree-widget-icon): Rename generic icon widget from
7573 `tree-widget-control'.
7574 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
7575 derive from `tree-widget-icon'.
7576 (tree-widget-handle): Improve default look and feel of the text
7577 representation.
7578 (tree-widget): Rename :*-control properties to :*-icon properties.
7579 Add :action and :help-echo properties.
7580 (tree-widget-after-toggle-functions): Move.
7581 (tree-widget-close-node, tree-widget-open-node): Remove.
7582 (tree-widget-before-create-icon-functions): New hook.
7583 (tree-widget-value-create): Update to allow customization of icons
7584 and nodes at run-time via that new hook.
7585 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
7586 (tree-widget-icon-action, tree-widget-icon-help-echo)
7587 (tree-widget-action, tree-widget-help-echo): New functions.
7588
7589 2005-08-15 Kim F. Storm <storm@cua.dk>
7590
7591 * ido.el (ido-buffer-internal): Use with-no-warnings.
7592 (ido-make-merged-file-list): Use while-no-input.
7593
7594 2005-08-15 Richard M. Stallman <rms@gnu.org>
7595
7596 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
7597 (flyspell-large-region): Fix doc and custom type.
7598
7599 2005-08-14 Richard M. Stallman <rms@gnu.org>
7600
7601 * files.el (interpreter-mode-alist): Doc fix.
7602
7603 * mail/rmail.el (rmail-nonignored-headers): New variable.
7604 (rmail-clear-headers): Use it.
7605 (rmail-reply): Better handling of mail-followup-to header.
7606
7607 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7608 Rename variable from sh-font-lock-keywords. In the `shell' entry,
7609 don't try to refer to executable-font-lock-keywords.
7610 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
7611 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
7612 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
7613 (sh-mode): Set comment-start-skip, local-abbrev-table,
7614 imenu-case-fold-search.
7615 (sh-set-shell): Don't set them here.
7616 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
7617 Don't cache the results in the original alist; don't ever modify
7618 that alist.
7619
7620 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
7621
7622 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
7623 empty.
7624
7625 2005-08-15 Andreas Schwab <schwab@suse.de>
7626
7627 * desktop.el: Put autoload cookie at risky-local-variable declarations.
7628
7629 * dired.el, info.el, mail/rmail.el: Revert last change.
7630
7631 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
7632
7633 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
7634 modification in `eval-after-load' form.
7635 * info.el: Likewise.
7636 * mail/rmail.el: Likewise.
7637
7638 2005-08-14 Juri Linkov <juri@jurta.org>
7639
7640 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7641 Remove highlighting of "Compilation started". Highlight only
7642 the word "finished" in "Compilation finished". Add highlighting
7643 of "interrupt", "killed", "terminated" and the exit code.
7644 (compilation-start): Add newline after header. Use exactly the
7645 same time stamp format as the finishing message.
7646 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
7647
7648 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
7649 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
7650 Add highlighting of "interrupt", "killed", "terminated".
7651
7652 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
7653 enabled and the current command is self-insert-command, call it
7654 explicitly with overwrite-mode bound to nil, to not allow it
7655 to delete the character after the selected region.
7656
7657 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
7658
7659 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
7660 move-end-of-line, end-of-line, and beginning-of-line to the list
7661 of commands after which the echo area is updated.
7662
7663 2005-08-12 Eli Zaretskii <eliz@gnu.org>
7664
7665 * cus-edit.el (custom-save-all, custom-save-delete):
7666 Bind recentf-exclude to exclude custom-file.
7667
7668 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
7669
7670 * mail/rmailsum.el (rmail-summary-end-of-message): New command
7671 to go to the bottom of the mail message. Added to
7672 `rmail-summary-mode-map' with key "/".
7673 (rmail-summary-show-message): New (internal) function for use by
7674 both `rmail-summary-beginning/end-of-message'.
7675 (rmail-summary-beginning-of-message): Change to use
7676 rmail-summary-show-message.
7677
7678 * mail/rmail.el (rmail-end-of-message): New command to go to the
7679 end of the current message. Added to `rmail-mode-map' with key "/".
7680 (rmail-beginning-of-message): Fix to work as documented.
7681 (rmail-mode): Change documentation.
7682
7683 * progmodes/compile.el (compilation-start): Add the line
7684 "Compilation started" with compilation start time.
7685 (compilation-mode-font-lock-keywords): Add `started' to keywords.
7686
7687 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
7688
7689 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
7690 of menu items.
7691
7692 2005-08-11 Richard M. Stallman <rms@gnu.org>
7693
7694 * simple.el (pop-global-mark): Reverse test of widen-automatically.
7695
7696 * battery.el (battery-status-function): Don't use ignore-errors.
7697
7698 2005-08-11 Lute Kamstra <lute@gnu.org>
7699
7700 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
7701 define-obsolete-variable-alias.
7702
7703 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7704
7705 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
7706 (ange-ftp-send-cmd): Revert last change, and expand
7707 the comment explaining the problem.
7708
7709 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
7710
7711 * ldefs-boot.el: Update.
7712
7713 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
7714 item to "Time, Load and Mail". Change help echo text.
7715
7716 * time.el (display-time-use-mail-icon, display-time-format)
7717 (display-time-string-forms): Shorten first line of docstrings.
7718
7719 2005-08-10 Lars Hansen <larsh@soem.dk>
7720
7721 * desktop.el (desktop-buffer-mode-handlers):
7722 Make non-customizable. Add autoload cookie. Change initial value to
7723 nil; add elements in respective modules instead. Fix doc string.
7724 (desktop-load-file): New function.
7725 (desktop-minor-mode-handlers): New autoloaded variable.
7726 (desktop-create-buffer): Call minor mode handlers.
7727 Use desktop-load-file to load major and minor mode modules prior to
7728 checking for a handler.
7729 (desktop-save): Don't add nil to desktop-minor-modes for minor
7730 modes with nil function in desktop-minor-mode-table. Don't delete
7731 desktop file before rewriting it.
7732 (desktop-locals-to-save): Add autoload cookie. Don't make
7733 automatically buffer-local. Add variables column-number-mode,
7734 size-indication-mode, indent-tabs-mode,
7735 indicate-buffer-boundaries, indicate-empty-lines and
7736 show-trailing-whitespace.
7737 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
7738 regexps. Don't use desktop-clear-preserve-buffers-regexp.
7739 (desktop-clear-preserve-buffers-regexp): Delete.
7740 (desktop-clear-preserve-buffers): Update initial value and docstring.
7741 (desktop-save-buffer): Fix doc string.
7742
7743 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
7744 (hilit-chg-desktop-restore): New function.
7745 (highlight-changes-mode): Add highlight-changes-mode to
7746 desktop-locals-to-save.
7747
7748 * dired.el: Add handler to desktop-buffer-mode-handlers.
7749 (dired-restore-desktop-buffer): Remove autoload cookie.
7750 (dired-mode): Add autoload cookie.
7751
7752 * info.el: Add handler to desktop-buffer-mode-handlers.
7753 (Info-restore-desktop-buffer): Remove autoload cookie.
7754 (Info-mode): Add autoload cookie.
7755
7756 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
7757 (mh-restore-desktop-buffer): Remove autoload cookie.
7758 (mh-folder-mode): Add autoload cookie.
7759
7760 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
7761 (rmail-restore-desktop-buffer): Remove autoload cookie.
7762
7763 2005-08-11 Masatake YAMATO <jet@gyve.org>
7764
7765 * hexl.el (hexl-address-region):
7766 (hexl-ascii-region, hexl-font-lock-keywords):
7767 (hexl-highlight-line-range): Use the term "region"
7768 instead of "area" for consistency with the other symbols
7769 defined in hexl.el.
7770
7771 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7772
7773 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
7774 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
7775 out by Juri Linkov). Add `display-battery-mode'.
7776
7777 2005-08-09 Juri Linkov <juri@jurta.org>
7778
7779 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7780 Remove `-text' from face variable names.
7781 (compilation-error-file-name, compilation-warning-file-name)
7782 (compilation-info-file-name): Delete faces.
7783 (compilation-line-number, compilation-column-number):
7784 Remove face underlining.
7785 (compilation-message-face): Set to `underline' value by default.
7786 (compilation-error-face, compilation-warning-face)
7787 (compilation-info-face): Remove `-file-name' from face names.
7788 (compilation-error-text-face, compilation-warning-text-face)
7789 (compilation-info-text-face): Delete face variables.
7790 (compilation-text-face): Delete function.
7791
7792 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
7793 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
7794 (grep-error-face): Set to `compilation-error' instead of
7795 `compilation-error-face' (which is redefined to `grep-hit-face' in
7796 grep buffers).
7797 (grep-mode-font-lock-keywords): Remove `-text' from face variable
7798 names. Use `grep-error-face' instead of `compilation-error-text-face'.
7799
7800 * dired-aux.el (dired-do-query-replace-regexp):
7801 Use `query-replace-read-args'.
7802
7803 * replace.el (query-replace-read-from, query-replace-read-to)
7804 (query-replace-read-args): Rename arg `string' to `prompt'.
7805
7806 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
7807
7808 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
7809
7810 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
7811 uploading files.
7812 (ange-ftp-canonize-filename): Handle file names beginning with ~
7813 correctly.
7814
7815 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
7816
7817 * textmodes/fill.el (canonically-space-region)
7818 (fill-context-prefix, fill-french-nobreak-p)
7819 (fill-delete-newlines, fill-comment-paragraph)
7820 (justify-current-line): "?\ " -> "?\s".
7821
7822 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
7823
7824 * textmodes/fill.el (fill-nonuniform-paragraphs):
7825 Improve argument/docstring consistency.
7826
7827 2005-08-09 Richard M. Stallman <rms@gnu.org>
7828
7829 * textmodes/ispell.el (ispell-word): More fboundp checks.
7830
7831 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
7832 (find-file-noselect-1): Call it here, only if RAWFILE.
7833 (normal-mode): Always set some major mode.
7834 (save-some-buffers-action-alist): Change some explanation strings.
7835 (file-name-non-special): In the `quote' method, use unwind-protect.
7836
7837 2005-08-09 Magnus Henoch <mange@freemail.hu>
7838
7839 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
7840 (ispell-have-aspell-dictionaries): New variable.
7841 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
7842 (ispell-get-aspell-config-value): New function.
7843 (ispell-aspell-find-dictionary): New function.
7844 (ispell-aspell-add-aliases): New function.
7845 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
7846 appropriate. Don't look for ispell dictionaries if we use aspell.
7847 (ispell-menu-map): Don't build a submenu of dictionaries.
7848
7849 2005-08-09 Richard M. Stallman <rms@gnu.org>
7850
7851 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
7852 (sql-read-passwd): Use read-passwd.
7853
7854 * progmodes/idlw-toolbar.el (idlwave-toolbar)
7855 (idlwave-toolbar-is-possible): Add defvars.
7856
7857 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
7858 Avoid warnings.
7859
7860 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
7861 (idlwave-system-class-info, idlwave-executive-commands-alist):
7862 Use defvar.
7863
7864 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
7865
7866 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
7867 Avoid warnings.
7868
7869 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
7870 and content-type: headers.
7871
7872 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
7873
7874 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
7875 and rename some of them to be more self-explanatory.
7876
7877 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
7878
7879 * startup.el (command-line-1): Implement -scriptload.
7880
7881 * replace.el (occur-engine): Initial *Occur* output not undoable.
7882
7883 * menu-bar.el (menu-bar-file-menu): Rename some menu items
7884 and improve help strings.
7885
7886 * isearch.el (isearch-repeat): When changing direction,
7887 mark search successful.
7888
7889 * ediff-init.el: Use (featurep 'xemacs).
7890
7891 * comint.el (send-invisible): Identify buffer, if not selected.
7892
7893 * align.el: Delete autoload for c-guess-basic-syntax.
7894
7895 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
7896
7897 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
7898 Improve argument/docstring consistency. Doc fixes.
7899 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
7900 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
7901 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
7902 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
7903 (r2bv-organization, r2bv-pages, r2bv-primary-author)
7904 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
7905 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
7906 Defvar at compile time.
7907
7908 2005-08-09 Juri Linkov <juri@jurta.org>
7909
7910 * info.el: Replace `info' with upper-case `Info' where appropriate.
7911 (info-title-1, info-title-2, info-title-3, info-title-4)
7912 (info-menu-header): Move up face definitions.
7913 (info-menu-star): Rename from `info-menu-5'.
7914 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
7915 (Info-fontify-visited-nodes): Fix docstring.
7916 (Info-hide-note-references): Fix docstring.
7917 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
7918 menu items in the same way as on cross-references.
7919 (info-apropos): Fix sorting order and formatting to be like in the
7920 stand-alone Info browser. Display error messages for 1 sec.
7921 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
7922 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
7923 from the menu bar.
7924 (Info-insert-dir): Restore point after calling
7925 `insert-buffer-substring'.
7926
7927 2005-08-08 Richard M. Stallman <rms@gnu.org>
7928
7929 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
7930 (recompute-lucid-menubar): Add defvars.
7931
7932 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
7933
7934 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
7935
7936 * net/net-utils.el (run-dig): Rename from `dig'.
7937
7938 * play/gametree.el (gametree-mode): Use make-local-variable,
7939 not make-variable-buffer-local.
7940
7941 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
7942
7943 * ansi-color.el (ansi-color-make-extent)
7944 (ansi-color-set-extent-face): Use fboundp, not functionp.
7945
7946 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
7947 not make-variable-buffer-local.
7948
7949 * bookmark.el (Info-current-file): Add defvar.
7950 (bookmark-jump-noselect): Use with-no-warnings.
7951
7952 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
7953
7954 * ebuff-menu.el (Helper-return-blurb): Add defvar.
7955
7956 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
7957
7958 * find-file.el (ada-procedure-start-regexp)
7959 (ada-package-start-regexp): Add defvars.
7960
7961 * info.el (Info-insert-dir): Use insert-buffer-substring.
7962
7963 * xml.el (xml-att-def-re): Add defvar.
7964
7965 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
7966 calling convention.
7967
7968 * subr.el (while-no-input): Return t if there is input.
7969
7970 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
7971
7972 * cus-start.el (all): Add `overflow-newline-into-fringe'.
7973
7974 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
7975
7976 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
7977 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
7978
7979 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
7980
7981 * cmuscheme.el (scheme-start-file): Replace reference to
7982 `user-emacs-directory' by "~/.emacs.d/".
7983
7984 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
7985
7986 * info.el (Info-dir-remove-duplicates): Avoid case folding
7987 in loop; instead, keep downcased strings for comparison.
7988 Suggested by Helmut Eller.
7989
7990 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
7991
7992 Sync with Tramp 2.0.50.
7993
7994 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
7995 XEmacs case; not necessary anymore.
7996 (tramp-user-regexp): Allow "@" as part of user name.
7997 (tramp-handle-set-visited-file-modtime)
7998 (tramp-handle-insert-file-contents)
7999 (tramp-handle-write-region): No special handling for
8000 `last-coding-system-used, because this is done in
8001 `tramp-accept-process-output' now.
8002 (tramp-accept-process-output): New defun.
8003 (tramp-process-one-action, tramp-process-one-multi-action)
8004 (tramp-wait-for-regexp, tramp-wait-for-output)
8005 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
8006 Howells <dhowells@redhat.com>.
8007 (clear-visited-file-modtime): Defadvice removed. The check for
8008 unset buffer's modtime does not need to be based on
8009 `tramp-buffer-file-attributes'. Suggested by RMS.
8010 (tramp-message): Insert "\n" if not being at beginning of line.
8011 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
8012 sequence with same logic.
8013 (tramp-completion-handle-expand-file-name): Discard call of
8014 `tramp-drop-volume-letter'. It is not necessary, and there have
8015 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
8016 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8017 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
8018 should always be visible.
8019 (tramp-handle-insert-directory, tramp-setup-complete)
8020 (tramp-set-process-query-on-exit-flag)
8021 (tramp-append-tramp-buffers): Pacify byte-compiler.
8022 (tramp-bug): Delete non-existing variables from list.
8023 Apply `tramp-load-report-modules' as pre-hook.
8024 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
8025 `shell-prompt-pattern' because of non-7bit characters.
8026 Reported by Sebastian Luque <sluque@mun.ca>.
8027 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
8028 (tramp-match-string-list): Remove function.
8029 (tramp-wait-for-regexp): Remove call of that function.
8030 Suggested by Kim F. Storm <storm@cua.dk>.
8031 (tramp-set-auto-save-file-modes): Use octal integer code #o600
8032 instead of octal character code ?\600. The latter resulted in a
8033 syntax error with XEmacs.
8034
8035 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
8036 XEmacs case; not necessary anymore.
8037 (tramp-smb-handle-write-region): No special handling for
8038 `last-coding-system-used, because this is done in
8039 `tramp-accept-process-output' now.
8040 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
8041
8042 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
8043
8044 * wid-edit.el (widget-choice-value-create):
8045 Unconditionally respect user choice. Set :explicit-choice back to nil
8046 when no longer needed.
8047 (widget-choice-action): Unconditionally respect user choice.
8048 Eliminate :explicit-choice-value.
8049
8050 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
8051
8052 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
8053 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
8054 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
8055 running new function `toggle-indicate-empty-lines'.
8056 Rename "Customize" item to "Customize fringe".
8057 Rename "Indicators" item to "Buffer boundaries" and change help echo.
8058 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
8059 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
8060 Delete "Empty lines only" item.
8061 (menu-bar-showhide-fringe-ind-customize): New function.
8062 (menu-bar-showhide-fringe-ind-mixed)
8063 (menu-bar-showhide-fringe-ind-box)
8064 (menu-bar-showhide-fringe-ind-right)
8065 (menu-bar-showhide-fringe-ind-left)
8066 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
8067 instead of `fringe-indicators'.
8068
8069 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
8070
8071 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
8072 Change the date of last update.
8073
8074 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
8075
8076 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
8077 (viper-exec-yank, viper-put-back): Don't display modification msg
8078 if in the minibuffer.
8079
8080 * viper-init.el (viper-replace-overlay-cursor-color)
8081 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
8082 Make variables frame local.
8083
8084 * viper-util.el (viper-append-filter-alist): Use append instead of
8085 nconc.
8086
8087 * viper.el (viper-vi-state-mode-list)
8088 (viper-emacs-state-mode-list): Move help-mode and
8089 completion-list-mode from the first list to the second.
8090 (viper-mode): Docstring.
8091 (viper-go-away, viper-non-hook-settings): Don't localize
8092 minor-mode-alist in newer Emacsen. Add advice to
8093 set-cursor-color. Don't bind "\C-c\\".
8094
8095 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
8096
8097 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
8098 (scheme-macro-expand-command): New user options.
8099 (scheme-trace-procedure, scheme-expand-current-form): New commands.
8100 (scheme-form-at-point, scheme-start-file)
8101 (scheme-interactively-start-process): New functions.
8102 (scheme-get-process): New function, extracted from `scheme-proc'.
8103 (run-scheme): Call `scheme-start-file' to get start file, and pass
8104 it to `make-comint'.
8105 (switch-to-scheme, scheme-proc):
8106 Call `scheme-interactively-start-process' if no Scheme buffer/process
8107 is available.
8108
8109 2005-08-06 Juri Linkov <juri@jurta.org>
8110
8111 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8112 Use `compilation-text-face', `compilation-info-text-face' and
8113 `compilation-error-text-face' instead of `font-lock-keyword-face'.
8114 (compilation-error): New face.
8115 (compilation-error-file-name): Inherit from
8116 `compilation-error' instead of `font-lock-warning-face'.
8117 (compilation-warning-file-name): Inherit from
8118 `compilation-warning' instead of `font-lock-warning-face'.
8119 (compilation-info, compilation-error-file-name)
8120 (compilation-warning-file-name, compilation-info-file-name)
8121 (compilation-line-number, compilation-column-number): Doc fix.
8122 (compilation-error-text-face, compilation-warning-text-face)
8123 (compilation-info-text-face): New face variables.
8124 (compilation-line-face, compilation-column-face)
8125 (compilation-enter-directory-face)
8126 (compilation-leave-directory-face): Doc fix.
8127 (compilation-text-face): New function.
8128
8129 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
8130 instead of 1 to display binary file names as info file links.
8131 (grep-error-face): Use `compilation-error-face' instead of
8132 `font-lock-keyword-face'.
8133 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
8134 and `compilation-warning-text-face' instead of
8135 `font-lock-keyword-face'. Use `compilation-error-text-face'
8136 instead of `grep-error-face'.
8137
8138 2005-08-05 Kenichi Handa <handa@m17n.org>
8139
8140 * international/code-pages.el: Add autoload cookies for all coding
8141 systems.
8142
8143 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
8144
8145 * cus-start.el (all): Put undo.c where it alphabetically belongs.
8146
8147 2005-08-04 Juri Linkov <juri@jurta.org>
8148
8149 * progmodes/compile.el (compilation-mode-map):
8150 * progmodes/grep.el (grep-mode-map):
8151 Bind TAB to `compilation-next-error' and [backtab] to
8152 `compilation-previous-error'.
8153
8154 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
8155 matching line numbers, column numbers and their ranges with regexp
8156 matching only line numbers.
8157 (grep-context-face): New face variable.
8158 (grep-mode-font-lock-keywords): Use it.
8159
8160 * faces.el (read-face-name): Delete duplicate faces.
8161
8162 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
8163
8164 * thumbs.el (thumbs-find-image): Don't make variables
8165 automatically buffer local.
8166 (thumbs-current-tmp-filename, thumbs-current-image-filename)
8167 (thumbs-image-num): Make automatically buffer local.
8168 (thumbs-show-thumbs-list): Use `make-local-variable', not
8169 `make-variable-buffer-local'.
8170 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
8171
8172 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
8173 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
8174 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
8175 (bother, bye, canyou, chatlst, continue, deathlst, describe)
8176 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
8177 (feelings-about, foullst, found, hello, history, howareyoulst)
8178 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
8179 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
8180 (neglst, obj, object, owner, please, problems, qlist)
8181 (random-adjective, relation, remlst, repetitive-shortness)
8182 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
8183 (shortlst, something, sportslst, stallmanlst, states, subj)
8184 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
8185 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
8186 Defvar at compile time.
8187
8188 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
8189 not `make-variable-buffer-local'.
8190
8191 2005-08-02 Kim F. Storm <storm@cua.dk>
8192
8193 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
8194 rectangle overlay in selected window.
8195
8196 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
8197
8198 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
8199 instead of display group. Make `indicate-buffer-boundaries'
8200 customizable through Custom.
8201
8202 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
8203
8204 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
8205 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
8206 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
8207 (gdb-put-string): Fix typos in docstrings.
8208
8209 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
8210
8211 Update copyright notices of files in progmodes directory for
8212 release of Emacs 22.1.
8213
8214 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
8215
8216 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
8217 Don't barf if the GUD buffer has been killed.
8218
8219 2005-08-01 Kim F. Storm <storm@cua.dk>
8220
8221 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
8222
8223 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
8224
8225 * simple.el (next-error-follow-minor-mode):
8226 make-variable-buffer-local -> make-local-variable.
8227
8228 * emacs-lisp/cl-extra.el: Require CL also when compiling.
8229
8230 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
8231 (byte-compile-form-make-variable-buffer-local): New functions to warn
8232 about misuses of make-variable-buffer-local where make-local-variable
8233 was meant.
8234
8235 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
8236
8237 * bs.el (bs-attributes-list): Doc fix.
8238 (bs): Update url-link.
8239
8240 * desktop.el (desktop-save-buffer): Fix typos in docstring.
8241 (desktop-load-default): Simplify.
8242
8243 * ibuffer.el (ibuffer-columnize-and-insert-list)
8244 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
8245 (ibuffer-unmark-all, ibuffer-toggle-marks)
8246 (ibuffer-unmark-forward, ibuffer-unmark-backward)
8247 (ibuffer-compile-make-format-form, ibuffer-format-column)
8248 (ibuffer-current-buffers-with-marks)
8249 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
8250 (ibuffer): Doc fix.
8251 (ibuffer-mode): Fix typo in docstring.
8252 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
8253 with `define-obsolete-variable-alias'.
8254 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
8255
8256 2005-07-29 Kenichi Handa <handa@m17n.org>
8257
8258 * international/mule-cmds.el (select-message-coding-system):
8259 Be sure to use LF for end-of-line. If no coding system is decided,
8260 return iso-8859-1-unix.
8261
8262 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
8263
8264 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
8265 (ange-ftp-pending-error-line): New vars.
8266 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
8267 to handle the non-fatal no-route-to-host messages.
8268 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8269
8270 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
8271
8272 * isearch.el (isearch-mode-map, isearch-other-meta-char)
8273 (isearch-quote-char, isearch-printing-char)
8274 (isearch-text-char-description): "?\ " -> "?\s".
8275 (isearch-lazy-highlight-cleanup)
8276 (isearch-lazy-highlight-initial-delay)
8277 (isearch-lazy-highlight-interval)
8278 (isearch-lazy-highlight-max-at-a-time)
8279 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
8280 Declare with define-obsolete-*-alias macros.
8281 (isearch-forward): Fix typo in docstring.
8282 (search-invisible, search-ring-yank-pointer)
8283 (regexp-search-ring-yank-pointer): Doc fixes.
8284
8285 * recentf.el (recentf-menu-append-commands-p): Declare with
8286 `define-obsolete-variable-alias'.
8287 (recentf-max-saved-items, recentf-menu-filter)
8288 (recentf-arrange-by-rule-subfilter): Doc fixes.
8289 (recentf-menu-append-commands-flag)
8290 (recentf-initialize-file-name-history, recentf-expand-file-name)
8291 (recentf-clear-data): Fix typos in docstrings.
8292
8293 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
8294
8295 * progmodes/gdb-ui.el: Smarten comments.
8296 (gdb-info-breakpoints-custom): Use nowarn when finding file.
8297
8298 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8299
8300 * term/apollo.el (terminal-init-apollo): New function containing
8301 all former top level forms in the file.
8302 * term/bobcat.el (terminal-init-bobcat):
8303 * term/cygwin.el (terminal-init-cygwin):
8304 * term/iris-ansi.el (terminal-init-iris-ansi):
8305 * term/linux.el (terminal-init-linux):
8306 * term/news.el (terminal-init-news):
8307 * term/rxvt.el (terminal-init-rxvt):
8308 * term/sun.el (terminal-init-sun):
8309 * term/tvi970.el (terminal-init-tvi970):
8310 * term/vt100.el (terminal-init-vt100):
8311 * term/vt102.el (terminal-init-vt102):
8312 * term/vt125.el (terminal-init-vt125):
8313 * term/vt200.el (terminal-init-vt200):
8314 * term/vt201.el (terminal-init-vt201):
8315 * term/vt220.el (terminal-init-vt220):
8316 * term/vt240.el (terminal-init-vt240):
8317 * term/vt300.el (terminal-init-vt300):
8318 * term/vt320.el (terminal-init-vt320):
8319 * term/vt400.el (terminal-init-vt400):
8320 * term/vt420.el (terminal-init-vt420):
8321 * term/wyse50.el (terminal-init-wyse50):
8322 * term/xterm.el (terminal-init-xterm): Likewise.
8323
8324 * term/README: Describe the terminal-init-* functionality.
8325
8326 * startup.el (command-line): After loading the terminal initialization
8327 file call the corresponding terminal initialization function.
8328
8329 2005-07-27 Kenichi Handa <handa@m17n.org>
8330
8331 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
8332 negative.
8333
8334 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
8335 (ps-mule-composition-prologue): Fix for the case that
8336 RelativeCompose is false.
8337
8338 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8339
8340 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
8341
8342 * descr-text.el (describe-char): Handle the case where the list of
8343 chars is displayed in a separate frame.
8344 Be a bit more discriminating when looking for the char.
8345
8346 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
8347
8348 * bookmark.el (bookmark-automatically-show-annotations)
8349 (bookmark-read-annotation-text-func): Doc fixes.
8350 (bookmark-save): Improve argument/docstring consistency.
8351 (bookmark-get-bookmark, bookmark-get-bookmark-record)
8352 (bookmark-alist-from-buffer)
8353 (bookmark-upgrade-file-format-from-0)
8354 (bookmark-grok-file-format-version)
8355 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
8356 (bookmark-read-annotation-mode)
8357 (bookmark-insert-current-bookmark, bookmark-jump)
8358 (bookmark-exit-hook): Fix typos in docstrings.
8359 (bookmark-exit-hooks): Define as obsolete alias.
8360 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
8361 not `bookmark-exit-hooks'. Fix docstring.
8362 (bookmark-bmenu-select): "?\ " -> "?\s".
8363
8364 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
8365
8366 * startup.el (command-line): Fix typo.
8367
8368 2005-07-24 Richard M. Stallman <rms@gnu.org>
8369
8370 * tooltip.el (tooltip-mode): Test emacs-basic-display,
8371 not emacs-quick-startup.
8372
8373 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
8374
8375 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
8376 (reb-next-match, reb-show-subexp): Use `with-selected-window'
8377 instead of `reb-with-current-window'.
8378 (reb-prev-match): Likewise. Also, don't move left if the search
8379 was unsuccessful.
8380 (reb-initialize-buffer): New function.
8381 (re-builder, reb-change-syntax): Use it.
8382
8383 * man.el (Man-goto-page): Make second argument NOERROR optional.
8384
8385 2005-07-23 Richard M. Stallman <rms@gnu.org>
8386
8387 * man.el (Man-bgproc-sentinel): Check here for failure to find
8388 any man page in the output, and report the error here.
8389 (Man-arguments): Make it permanent local.
8390 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
8391 (Man-mode): Pass t for NOERROR.
8392
8393 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
8394 (grep-mode-font-lock-keywords):
8395 Don't use compilation-...-face for messages that are not file names.
8396
8397 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8398 Don't use compilation-...-face for messages that are not file names.
8399
8400 2005-07-22 Juri Linkov <juri@jurta.org>
8401
8402 * startup.el (normal-splash-screen): Update menu name.
8403
8404 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
8405
8406 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8407
8408 * term/xterm.el: Load term/rxvt if the terminal is actually an
8409 rxvt terminal.
8410 (xterm-rxvt-set-background-mode): Remove, not used anymore.
8411
8412 * term/rxvt.el (function-key-map): Use substitute-key-definition
8413 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
8414
8415 * term/cygwin.el: New file.
8416
8417 2005-07-22 Kim F. Storm <storm@cua.dk>
8418
8419 * image-file.el (insert-image-file, image-file-yank-handler):
8420 Fix last change to maintain a (unique) yank-handler on yanked images.
8421
8422 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
8423
8424 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
8425 of the file size (as in "177B" for 177 bytes). This happens with
8426 "ls -lh" on FreeBSD.
8427
8428 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
8429
8430 * hilit-chg.el (highlight-changes-global-initial-state)
8431 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
8432 (hilit-chg-fixup, highlight-changes-mode):
8433 Fix typos in docstrings.
8434 (highlight-changes-global-modes, highlight-changes-rotate-faces):
8435 Doc fixes.
8436
8437 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
8438
8439 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
8440 mode function using `eval-after-load'.
8441
8442 2005-07-21 Kim F. Storm <storm@cua.dk>
8443
8444 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
8445 included when reporting an emacs crash, and tell about the DEBUG file.
8446
8447 * image-file.el (insert-image-file): Add yank-handler.
8448 (image-file-yank-handler): Yank handler to make unique copies of
8449 images when they are yanked into a buffer next to each other.
8450
8451 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
8452
8453 * comint.el (comint-use-prompt-regexp, comint-send-input)
8454 (comint-source-default, comint-extract-string)
8455 (comint-get-source, comint-word, comint-completion)
8456 (comint-source, comint-prompt-read-only, comint-update-fence):
8457 Fix typos in docstrings.
8458 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
8459 Declare with define-obsolete-*-alias macros.
8460 (comint-previous-matching-input-from-input)
8461 (comint-next-matching-input-from-input)
8462 (comint-previous-matching-input, comint-next-matching-input)
8463 (comint-forward-matching-input):
8464 Improve argument/docstring consistency.
8465
8466 * desktop.el (desktop-clear-preserve-buffers-regexp):
8467 Also preserve the *server* buffer.
8468
8469 * simple.el (clone-indirect-buffer): Doc fix.
8470 (fixup-whitespace, just-one-space)
8471 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
8472 (next-error, next-error-highlight)
8473 (next-error-highlight-no-select, next-error-last-buffer)
8474 (next-error-buffer-p, next-error-find-buffer, next-error)
8475 (previous-error, next-error-no-select, previous-error-no-select)
8476 (open-line, split-line, minibuffer-prompt-width, kill-new)
8477 (binary-overwrite-mode): Fix typos in docstrings.
8478 (set-fill-column): Fix typo in message.
8479
8480 * skeleton.el (skeleton-proxy-new): Doc fix.
8481
8482 * strokes.el (strokes-load-hook): Doc fix.
8483 (strokes-grid-resolution, strokes-get-grid-position)
8484 (strokes-renormalize-to-grid, strokes-read-stroke)
8485 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
8486 (strokes-global-map): Fix typos in docstrings.
8487 (strokes-help): Doc fix. Fix help message and pass it through
8488 `substitute-command-keys'.
8489
8490 * tempo.el (tempo-insert-prompt, tempo-interactive)
8491 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
8492 (tempo-insert-string-functions, tempo-local-tags)
8493 (tempo-define-template, tempo-insert-template)
8494 (tempo-insert-prompt-compat, tempo-is-user-element)
8495 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
8496 Fix typos in docstrings.
8497
8498 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
8499 (vcursor-key-bindings, vcursor-use-vcursor-map)
8500 (vcursor-find-window, vcursor-scroll-down)
8501 (vcursor-disable, vcursor-beginning-of-buffer)
8502 (vcursor-end-of-buffer): Fix typos in docstrings.
8503 (vcursor-relative-move, vcursor-get-char-count):
8504 Improve argument/docstring consistency.
8505
8506 * version.el: "?\ " -> "?\s".
8507
8508 * wid-edit.el (widget-default-create, widget-after-change)
8509 (widget-default-format-handler, widget-checklist-add-item)
8510 (widget-radio-add-item, widget-choose, widget-specify-secret)
8511 (widget-field-value-create, widget-field-value-get)
8512 (widget-editable-list-format-handler)
8513 (widget-editable-list-entry-create, widget-group-value-create)
8514 (widget-documentation-link-add)
8515 (widget-documentation-string-value-create): "?\ " -> "?\s".
8516 (widget-convert-text): Doc fix.
8517 (widget-narrow-to-field, widget-field-find)
8518 (widget-url-link-action, widget-emacs-library-link-action)
8519 (widget-color-notify): Fix typos in docstrings.
8520
8521 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
8522 (x-select-text, set-w32-system-coding-system)
8523 (w32-add-charset-info): Fix typos in docstrings.
8524
8525 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
8526 (cua-enable-cua-keys, cua-use-hyper-key)
8527 (cua-virtual-rectangle-edges): Fix typos in docstrings.
8528 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
8529
8530 * net/tramp.el (tramp-handle-load): Fix typo in error message.
8531
8532 * emacs-lisp/re-builder.el (regexp-builder): Declare with
8533 `defalias' instead of faking it.
8534
8535 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
8536 (eshell-ls-missing, eshell-ls-dired-initial-args)
8537 (eshell-ls-use-in-dired): Fix typos in docstrings.
8538
8539 2005-07-20 Kim F. Storm <storm@cua.dk>
8540
8541 * emulation/cua-base.el (cua-mode): Improve doc string.
8542
8543 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
8544
8545 * abbrev.el (expand-region-abbrevs): Doc fix.
8546 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
8547 Improve argument/docstring consistency.
8548
8549 * arc-mode.el (archive-get-descr, archive-alternate-display):
8550 Doc fixes.
8551 (archive-l-e): Improve argument/docstring consistency.
8552 (archive-tmpdir, archive-unixdate, archive-unixtime)
8553 (archive-chmod-entry): Fix typos in docstrings.
8554 (archive-unflag, archive-unflag-backwards)
8555 (archive-unmark-all-files): "?\ " -> "?\s".
8556
8557 * buff-menu.el (Buffer-menu-unmark): Doc fix.
8558 (Buffer-menu-not-modified, Buffer-menu-execute)
8559 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
8560 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
8561
8562 * composite.el (compose-string, encode-composition-rule)
8563 (compose-last-chars): Fix typos in docstrings.
8564
8565 * desktop.el (desktop-enable, desktop-basefilename):
8566 Declare with `define-obsolete-variable-alias'.
8567 (desktop-internal-v2s): Don't quote keywords.
8568 (desktop-clear): "?\ " -> "?\s".
8569
8570 * dired.el (dired-align-file, dired-flag-backup-files)
8571 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
8572 (dired-listing-switches, dired-ls-F-marks-symlinks)
8573 (dired-dwim-target, dired-load-hook, dired-mode-hook)
8574 (dired-directory, dired-faces, dired, dired-revert)
8575 (dired-mode, dired-summary, dired-view-file)
8576 (dired-copy-filename-as-kill, dired-delete-file)
8577 (dired-no-confirm, dired-unmark-all-marks)
8578 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
8579 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
8580 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
8581 Fix typos in message strings.
8582
8583 * dired-x.el (virtual-dired): Declare with `defalias'.
8584 (dired-mark-unmarked-files, dired-local-variables-file)
8585 (dired-omit-here-always): Doc fix.
8586 (dired-omit-mode, dired-find-subdir)
8587 (dired-enable-local-variables, dired-clean-up-buffers-too)
8588 (dired-extra-startup, dired-mark-extension, dired-jump)
8589 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
8590 (dired-smart-shell-command, dired-guess-shell-alist-user)
8591 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
8592 (dired-x-bind-find-file, dired-x-submit-report):
8593 Fix typos in docstrings.
8594 (dired-mark-unmarked-files): "?\ " -> "?\s".
8595
8596 * dirtrack.el (dirtrack-list): Fix typos in docstring.
8597
8598 * faces.el (describe-face): "?\ " -> "?\s".
8599 (read-all-face-attributes, read-face-font, modify-face)
8600 (face-attr-construct, italic): Fix typos in docstrings.
8601 (frame-update-face-colors): Declare with
8602 `define-obsolete-function-alias'.
8603
8604 * files.el (find-file-noselect, recode-file-name): Doc fixes.
8605 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
8606 (magic-mode-alist, buffer-file-numbers-unique)
8607 (write-file-functions, get-free-disk-space):
8608 Fix typos in docstrings.
8609 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
8610 (write-contents-hooks, write-file-hooks):
8611 Declare with `define-obsolete-variable-alias'.
8612
8613 * forms-d2.el (arch-rj): Fix typo in docstrings.
8614 (arch-tocol): Likewise. "?\ " -> "?\s".
8615
8616 * frame.el (set-frame-font, cursor-in-non-selected-windows):
8617 Fix typo in docstring.
8618 (set-screen-width, set-screen-height): Delete redundant info in
8619 doctrings.
8620 (new-frame, screen-height, screen-width): Declare with
8621 `define-obsolete-function-alias'.
8622 (delete-frame-hook, blink-cursor): Declare with
8623 `define-obsolete-variable-alias'.
8624
8625 * paths.el (prune-directory-list): Fix typos in docstring.
8626
8627 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
8628 (cvs-prefix-get): Fix typos in docstrings.
8629
8630 * ps-print.el (ps-extend-face-list, ps-extend-face)
8631 (ps-print-background-image): Fix typos in docstrings.
8632 (ps-default-fg, ps-default-bg): Doc fixes.
8633
8634 * s-region.el (s-region-bind): Doc fix.
8635 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
8636
8637 * textmodes/org.el (org-table-formula-substitute-names)
8638 (org-table-get-vertical-vector): Doc fixes.
8639 (org-table-recalculate): Remove unused argument to `message'.
8640
8641 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
8642
8643 * textmodes/org.el (org-table-column-names)
8644 (org-table-column-name-regexp)
8645 (org-table-named-field-locations): New variables.
8646 (org-archive-subtree): Protect `this-command' when calling
8647 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
8648 the kill buffer.
8649 (org-complete): Remove fixed-formula completion.
8650 (org-edit-formulas-map): New variable.
8651 (org-table-edit-formulas): New command.
8652 (org-finish-edit-formulas, org-abort-edit-formulas)
8653 (org-show-variable, org-table-get-vertical-vector): New functions.
8654 (org-table-maybe-eval-formula): Handle `:=' fields.
8655 (org-table-get-stored-formulas, org-table-store-formulas)
8656 (org-table-get-formula, org-table-modify-formulas)
8657 (org-table-replace-in-formulas): Handle named field formulas.
8658 (org-table-get-specials): Store locations of named fields.
8659
8660 2005-07-19 Juri Linkov <juri@jurta.org>
8661
8662 * progmodes/grep.el (grep-regexp-alist)
8663 (grep-mode-font-lock-keywords, grep-process-setup):
8664 Use default GNU grep match color "01;31m" instead of "01;41m".
8665 (grep-regexp-alist, grep-mode-font-lock-keywords):
8666 Use `\\[[0-9]*m' instead of `\\[00m'.
8667 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
8668 sgr_start where its handling is more important. Use the real
8669 length of sgr_start instead of constant 8.
8670 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
8671 specially. Delete all remaining escape sequences.
8672 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
8673 (grep-regexp-alist): Make hyperlink only for binary file name
8674 instead of the whole line.
8675 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
8676 (grep-mode): Add autoload.
8677
8678 * emacs-lisp/find-func.el (find-function-regexp):
8679 Add `define-compilation-mode'.
8680
8681 2005-07-19 Juri Linkov <juri@jurta.org>
8682
8683 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
8684 (compare-windows-sync-string-size, compare-windows-recenter)
8685 (compare-windows-highlight, compare-windows): Add version 22.1.
8686 (compare-windows) <defface>: Inherit from lazy-highlight instead
8687 of duplicating its default value.
8688
8689 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
8690 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
8691
8692 * descr-text.el (describe-char): Create link buttons for `charset'
8693 and `code point'. Add the current input method name with a link
8694 button to `to input' field. Print face names of display table
8695 characters in `The display table entry is displayed by' section
8696 instead of printing face-id in the `display' field.
8697 Guess hardcoded faces and create a link button for them.
8698 Skip empty fields when calculating max-width.
8699 Treat `widget-create' specially while inserting strings from the
8700 collected field list.
8701 (describe-char-after): Made obsolete in version 22.1, not 21.5.
8702
8703 * diff-mode.el (diff-file-header): Change foreground color from
8704 yellow to green on light backgrounds.
8705 (diff-context): Inherit from `shadow' only for color/grayscale
8706 with more than 88 colors.
8707 (diff-indicator-removed, diff-indicator-added)
8708 (diff-indicator-changed): New faces.
8709 (diff-font-lock-keywords): Use new faces. Regroup rules.
8710 Add "^---$" for `normal' diff format. Fontify `#' lines with
8711 font-lock-comment-delimiter-face and font-lock-comment-face.
8712 Add `#' to ^[^...] in the rule for `diff-context-face'.
8713
8714 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
8715 a button-like box. Inherit from `highlight' on low colors.
8716 (shadow): Use shades of gray only for color/grayscale with
8717 more than 88 colors. Use green for light backgrounds with
8718 8 colors, and yellow for dark backgrounds with 8 colors.
8719
8720 * font-lock.el (font-lock-regexp-grouping-backslash):
8721 Don't inherit from escape-glyph (use bold for all cases).
8722
8723 * info.el (info-xref-visited): Use light foreground color `violet'
8724 for dark backgrounds instead of dark color `magenta3'.
8725 (info-title-1): Use `yellow' color for dark backgrounds.
8726
8727 * isearch.el (isearch): Use not-too-dark magenta3 instead of
8728 too-light magenta2.
8729
8730 * replace.el (match): Use slightly more light RoyalBlue3 instead
8731 of dark RoyalBlue4.
8732
8733 * wid-edit.el (widget-inactive): Inherit from `shadow'.
8734
8735 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
8736
8737 * novice.el (disabled-command-hook): Declare it with
8738 `define-obsolete-variable-alias'.
8739
8740 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
8741 (desktop-buffer-misc-functions, desktop-buffer-handlers)
8742 (desktop-load-default): Add release to obsolescence info.
8743 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
8744 (desktop-append-buffer-args, desktop-read):
8745 Fix typos in docstrings.
8746 (desktop-kill): Fix typo in message.
8747 (desktop-save): Doc fix.
8748
8749 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
8750
8751 * viper-cmd.el (viper-escape-to-state): Bug fix.
8752 (viper-envelop-ESC-key): Change the definition of fast
8753 keysequence so it'll work with keyboard macros.
8754
8755 * ediff.el (ediff-patch-buffer): Change the docstring.
8756
8757 2005-07-19 Kenichi Handa <handa@m17n.org>
8758
8759 * international/mule-cmds.el (select-safe-coding-system): Try to
8760 use an auto-coding (if any) before anything else. If the found
8761 auto-coding is invalid, show a warning message.
8762
8763 * international/mule.el (find-auto-coding): New function created
8764 by modifying the body of set-auto-coding.
8765 (set-auto-coding): Use find-auto-coding to find a coding.
8766
8767 2005-07-18 Richard M. Stallman <rms@gnu.org>
8768
8769 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
8770 not isearch-mode-end-hook-error.
8771 (allout-before-change-protect): Fix error message.
8772
8773 2005-07-18 Juri Linkov <juri@jurta.org>
8774
8775 * allout.el (allout-mode):
8776 * calculator.el (calculator-copy):
8777 * custom.el (custom-known-themes):
8778 * dired.el (dired-desktop-buffer-misc-data)
8779 (dired-restore-desktop-buffer):
8780 * dired-x.el (dired-omit-marker-char):
8781 * files.el (basic-save-buffer):
8782 * font-core.el (font-lock-mode):
8783 * calendar/calendar.el (calendar-goto-hebrew-date)
8784 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
8785 (calendar-goto-persian-date):
8786 * language/ethio-util.el (ethio-sera-to-fidel-region):
8787 * textmodes/picture.el (picture-mode):
8788 Delete duplicate duplicate words.
8789
8790 2005-07-18 Juri Linkov <juri@jurta.org>
8791
8792 * isearch.el (isearch-mode-map): Remove key bindings for regexp
8793 chars * ? } |.
8794 (isearch-fallback): Don't call `isearch-process-search-char'.
8795 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
8796 (isearch-process-search-char): Call `isearch-fallback' for regexp
8797 chars * ? } |.
8798 (isearch-return-char): Make obsolete with `make-obsolete' instead
8799 of simply documenting it as obsolete in the docstring.
8800 (isearch-fallback): Refill docstring.
8801
8802 * international/isearch-x.el
8803 (isearch-process-search-multibyte-characters): Remove unneeded
8804 `concat'. Add intermediate values to `junk-hist' instead of
8805 `minibuffer-history'. Test the length of `str'.
8806
8807 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
8808
8809 * allout.el (allout-resolve-xref): Fix typos in error strings.
8810 (allout-before-change-protect): Remove unneeded `concat'.
8811
8812 * array.el (array-mode, array-reconfigure-rows)
8813 (untabify-backward): Fix typos in docstrings.
8814 (array-reconfigure-rows): Use `insert-buffer-substring', not
8815 `insert-buffer'.
8816
8817 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
8818 * progmodes/ada-mode.el (ada-make-body):
8819 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
8820
8821 * dired.el (dired-log):
8822 * tar-mode.el (tar-subfile-save-buffer):
8823 * play/zone.el (zone-pgm-stress-destress):
8824 Use `insert-buffer-substring', not `insert-buffer'.
8825
8826 2005-07-17 Simon Josefsson <jas@extundo.com>
8827
8828 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
8829
8830 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
8831
8832 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
8833 Add plain auth method.
8834 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
8835
8836 2005-07-17 Kim F. Storm <storm@cua.dk>
8837
8838 * ido.el (dired-other-window): Add ido property.
8839
8840 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
8841
8842 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8843 Fix typo in docstring.
8844 (byte-compile-interactive-only-functions): Add `insert-buffer' and
8845 `insert-file-literally'.
8846
8847 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
8848 info and delete redundant message. Doc fix.
8849 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
8850 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
8851
8852 2005-07-16 Richard M. Stallman <rms@gnu.org>
8853
8854 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
8855 (byte-compile-and): Use byte-compile-and-recursion.
8856 (byte-compile-or-recursion): New function.
8857 (byte-compile-or): Use that.
8858 (byte-compile-if): Guard the else-clause too.
8859 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
8860
8861 * isearch.el (isearch-mode-end-hook-quit): New variable.
8862 (isearch-done): Bind it.
8863 (isearch-mode-end-hook): Doc fix.
8864
8865 * allout.el (allout-isearch-did-quit): Variable deleted.
8866 (allout-real-isearch-abort): Function name no longer used.
8867 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
8868 (allout-isearch-rectification): isearch-mode always exists.
8869 Don't set allout-isearch-did-quit.
8870 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
8871 allout-isearch-did-quit.
8872 (allout-enwrap-isearch): Just add the hook.
8873 (allout-isearch-abort): Function deleted.
8874 (allout-pre-command-business): Avoid warning.
8875
8876 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
8877 Correctly avoid warnings.
8878 (pascal-outline): Likewise.
8879
8880 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
8881
8882 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
8883
8884 * play/tetris.el (tetris-mode): Avoid warning.
8885
8886 * play/snake.el (snake-mode): Avoid warning.
8887
8888 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
8889 (gamegrid-set-display-table): Avoid warning.
8890 (gamegrid-set-timer): Likewise.
8891 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
8892 (gamegrid-add-score-with-update-game-score-1): Take FILE
8893 as argument.
8894 (gamegrid-add-score-with-update-game-score): Pass that argument.
8895 Rename have-shared-game-dir to gamegrid-shared-game-dir.
8896
8897 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
8898
8899 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
8900 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
8901
8902 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
8903 and insert-file.
8904
8905 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
8906 (sc-ask): Avoid warnings.
8907
8908 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
8909 (eshell-hist-initialize): Use that var the natural way.
8910
8911 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
8912
8913 * emacs-lisp/re-builder.el (reb-cook-regexp):
8914 Avoid warning calling lre-compile-string.
8915 (reb-color-display-p): Avoid warning.
8916
8917 * calculator.el (calculator-last-input): Guard uses
8918 of event-key and key-press-event-p.
8919 (event-key, key-press-event-p): Delete definitions.
8920
8921 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
8922 (find-gc-source-directory, find-gc-subrs-callers)
8923 (find-gc-noreturn-list, find-gc-source-files)
8924 (find-gc-subrs-called): Vars renamed and defvar'd.
8925
8926 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
8927 (checkdoc-overlay-put, checkdoc-delete-overlay)
8928 (checkdoc-overlay-start, checkdoc-overlay-end)
8929 (checkdoc-mode-line-update, checkdoc-char=):
8930 Define such that compiler knows they are defined.
8931 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
8932 (checkdoc-read-event): Delete. Use read-event directly.
8933
8934 * whitespace.el (whitespace-make-overlay)
8935 (whitespace-overlay-put, whitespace-delete-overlay)
8936 (whitespace-overlay-start, whitespace-overlay-end):
8937 Define such that compiler knows they are defined.
8938 (whitespace): Move conditional inside.
8939
8940 * tempo.el (tempo-insert-template): Suppress warning.
8941
8942 * ediff-diff.el (longlines-mode): Add defvar.
8943
8944 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
8945
8946 * server.el: Bind "C-x #" in a way that works even if C-x is
8947 redefined to a command key, not a prefix key.
8948
8949 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
8950
8951 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
8952 cl-make-type-test till execution time.
8953
8954 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
8955
8956 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
8957 arg ARG and use it.
8958
8959 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
8960
8961 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
8962
8963 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
8964
8965 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
8966 a defcustom with two :set or :type keywords.
8967
8968 2005-07-15 Richard M. Stallman <rms@gnu.org>
8969
8970 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8971 Don't give ^M comment-end syntax.
8972
8973 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
8974
8975 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
8976 Don't consider gdbmi (gdb-mi.el has its own update functions).
8977 (gdb-var-delete): Make it work for gdbmi as well.
8978 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
8979
8980 * progmodes/gud.el (etags, sdb): Only require etags when needed.
8981 (gud-speedbar-menu-items): Correct logic for enabling items.
8982
8983 2005-07-15 Kim F. Storm <storm@cua.dk>
8984
8985 * ido.el: Fix commentary.
8986 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
8987 Use with-no-warnings around ffap-guesser.
8988 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
8989 Let bind minibuffer-completing-file-name to t.
8990
8991 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
8992
8993 * startup.el (site-run-file, keyboard-type): Doc fixes.
8994 (command-line): Check for "--basic-display" argument; also for
8995 "--quick", not "--bare-bones" (which was renamed).
8996 (fancy-splash-text): Add missing item "Getting New Versions".
8997 (normal-splash-screen): Fix typos and improve consistency with
8998 `fancy-splash-text'. Update copyright year.
8999
9000 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
9001 valid binding for `help-char'.
9002
9003 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
9004
9005 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
9006
9007 * term.el (term-mode): Disable cua-mode for term buffers.
9008
9009 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
9010
9011 * add-log.el (add-log-mailing-address, change-log-merge):
9012 Doc fixes.
9013 (change-log-get-method-definition): Fix typo in docstring.
9014
9015 2005-07-14 Kim F. Storm <storm@cua.dk>
9016
9017 * emulation/cua-base.el:
9018 (cua--pre-command-handler-1, cua--pre-command-handler)
9019 (cua--post-command-handler-1, cua--post-command-handler):
9020 Split in two. Check (buffer local) value of cua-mode.
9021 (cua-selection-mode): New command.
9022
9023 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9024
9025 * custom.el (custom-initialize-safe-set)
9026 (custom-initialize-safe-default): Doc fixes.
9027
9028 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9029 and simplify :init-value again.
9030
9031 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9032 and simplify :init-value again. Delete autoload.
9033
9034 * startup.el (command-line): Use `custom-reevaluate-setting' again
9035 for tooltip-mode.
9036
9037 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9038 a defcustom with two :initialize keywords.
9039
9040 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
9041
9042 * allout.el (my-mark-marker, allout-isearch-prior-pos)
9043 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
9044 (allout-post-command-business, allout-flag-region)
9045 (isearch-reenable-font-lock, allout-yank)
9046 (allout-insert-latex-header, allout-insert-latex-trailer)
9047 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9048 (allout-latex-verb-quote): Fix typos in docstrings.
9049 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
9050 (allout-unprotected, allout-prefix-data):
9051 Improve argument/docstring consistency.
9052 (allout-chart-subtree): Fix argument spec.
9053 (allout-open-topic): Rename `use_sib_bullet' argument to
9054 `use-sib-bullet'. Doc fix.
9055
9056 * whitespace.el (whitespace-check-buffer-leading)
9057 (whitespace-check-buffer-trailing)
9058 (whitespace-check-buffer-indent)
9059 (whitespace-check-buffer-spacetab)
9060 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
9061 (whitespace-check-leading-whitespace)
9062 (whitespace-check-trailing-whitespace)
9063 (whitespace-check-spacetab-whitespace)
9064 (whitespace-check-indent-whitespace)
9065 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
9066 (whitespace-modes): Fix typos in docstrings.
9067 (defgroup, defcustom): Doc fixes.
9068
9069 * winner.el (winner-mode, winner-boring-buffers)
9070 (winner-pending-undo-ring): Doc fixes.
9071 (winner-ring): Remove unneeded `progn'.
9072 (winner-equal): `defsubst' it.
9073 (winner-redo): Fix message.
9074
9075 2005-07-13 Kim F. Storm <storm@cua.dk>
9076
9077 * simple.el (line-move-1): Always use vertical-motion to
9078 do the last (or only) line move to ensure some movement.
9079 Undo 2005-06-23 change--don't check for overlays.
9080
9081 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9082
9083 * term/mac-win.el (ccl-encode-mac-roman-font)
9084 (ccl-encode-mac-centraleurroman-font)
9085 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
9086 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
9087 Change charset-id boundary of dimension to ?\xef.
9088 (mac-char-fontspec-list): New constant.
9089 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
9090 argument. Nil uses itself as family in font-spec. Previous
9091 behavior for nil is now provided by non-nil non-string argument.
9092 All callers changed. Add font-specs for Mac fonts to
9093 "fontset-default" unless iso8859-1 fonts are installed.
9094
9095 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9096
9097 * progmodes/sh-script.el (sh-get-indent-info): Only indent
9098 a continuation line if the \ is preceded by SPC or TAB.
9099 (sh-get-indent-info): Simplify.
9100 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
9101 Use with-current-buffer.
9102
9103 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
9104 when the matched text is empty.
9105
9106 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
9107
9108 * startup.el (command-line): Revert to previous handling of
9109 tooltip-mode. Explain in comment why the complexity is needed.
9110
9111 * tooltip.el (tooltip-mode): Revert to previous implementation of
9112 its defcustom.
9113
9114 * frame.el (blink-cursor-mode): Revert to previous implementation
9115 of its defcustom. Update comment.
9116
9117 2005-07-12 Lars Hansen <larsh@soem.dk>
9118
9119 * desktop.el: Update e-mail address.
9120
9121 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9122
9123 * term/mac-win.el (mac-services-mail-selection)
9124 (mac-services-mail-to): New functions.
9125 (mac-application-menu-map): Bind them.
9126
9127 2005-07-12 wulei <milton@wulei.net> (tiny change)
9128
9129 * progmodes/gdb-ui.el: Add note about buffering with Windows.
9130
9131 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
9132
9133 * custom.el (custom-reevaluate-setting): Doc fix.
9134
9135 2005-07-11 Jay Belanger <belanger@truman.edu>
9136
9137 * calc/calc.el (calc-embedded-announce-formula-alist)
9138 (calc-embedded-open-close-plain-alist)
9139 (calc-embedded-open-close-mode-alist): Add checks for additional
9140 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
9141
9142 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
9143
9144 * custom.el (custom-enable-theme): Don't add theme to
9145 `custom-enabled-themes' with `push' because there is no
9146 setf-method for `delq'.
9147
9148 2005-07-11 Richard M. Stallman <rms@gnu.org>
9149
9150 * custom.el (custom-declare-variable): Doc fix.
9151
9152 * dired-aux.el (dired-compare-directories): Remove "." and ".."
9153 from the alists.
9154
9155 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
9156 Do nothing if edebug-active.
9157
9158 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
9159 (edebug-display): Do it here instead.
9160
9161 2005-07-10 Richard M. Stallman <rms@gnu.org>
9162
9163 * cus-face.el (custom-theme-set-faces): Make it work.
9164 (custom-reset-faces): Doc fix.
9165 (custom-theme-reset-internal-face, custom-theme-face-value):
9166 Functions deleted.
9167
9168 * custom.el (custom-push-theme): Maintain list of the settings
9169 of a given theme in its theme-settings property.
9170 Maintain position of old settings in the theme-value
9171 or theme-face property.
9172 (custom-enabled-themes): New variable.
9173 (custom-theme-enabled-p): New function.
9174 (provide-theme): Update custom-enabled-themes.
9175 Disable and reenable the `user' theme.
9176 (require-theme): Doc fix.
9177 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
9178 (custom-theme-value, custom-theme-variable-value): Likewise.
9179 (custom-theme-reset-internal): Likewise.
9180 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
9181 (custom-enable-theme, custom-disable-theme): New functions.
9182 (custom-variable-theme-value, custom-face-theme-value): Likewise.
9183 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
9184 (custom-theme-reset-variables): Simplify.
9185 (deftheme, custom-declare-theme, custom-make-theme-feature):
9186 Definitions moved.
9187
9188 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
9189
9190 * longlines.el (longlines-show-region)
9191 (longlines-unshow-hard-newlines): Recognize hard newlines by
9192 non-nil hard property, instead of t.
9193
9194 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
9195
9196 * viper-cmd.el (viper--key-maps): New variable.
9197 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
9198 emulation-mode-map-alists.
9199 (viper-envelop-ESC-key): Use viper-subseq.
9200 (viper-search-forward/backward/next): Disable debug-on-error.
9201
9202 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9203 (viper-ESC-key): New defcustoms.
9204
9205 * viper-macs.el (ex-map-read-args): Use viper-subseq.
9206
9207 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
9208 (viper-subseq): Copy of subseq from cl.el.
9209
9210 * viper.el (viper-go-away, viper-set-hooks): Use
9211 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
9212
9213 * viper-mous.el (viper-current-frame-saved): Use defvar.
9214
9215 * viper-init.el: Get rid of -face in face names.
9216
9217 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
9218 Make it work with longlines mode
9219
9220 * ediff-mult.el (ediff-meta-mode-hook): New variable.
9221
9222 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
9223
9224 * ediff-init.el: Get rid of -face in face names.
9225
9226 2005-07-10 Richard M. Stallman <rms@gnu.org>
9227
9228 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
9229 and with-timeout-unsuspend.
9230
9231 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
9232 and with-timeout-unsuspend.
9233
9234 * emacs-lisp/timer.el (with-timeout-timers): New variable.
9235 (with-timeout): Bind that variable to record timers.
9236 (with-timeout-suspend, with-timeout-unsuspend): New functions.
9237
9238 * emacs-lisp/debug.el (debug-help-follow): New function.
9239 (debugger-mode-map): Use that instead of help-follow.
9240 (debugger-setup-buffer): Use eval-buffer-list
9241 to handle eval-buffer frames.
9242
9243 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
9244
9245 * timezone.el (timezone-parse-date): Change first regexp
9246 so it will not mistakenly match dates with no time zone.
9247
9248 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
9249
9250 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
9251
9252 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
9253
9254 * custom.el (custom-initialize-safe-set)
9255 (custom-initialize-safe-default): New functions.
9256
9257 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9258 and simplify :init-value.
9259
9260 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9261 and simplify :init-value. Delete obsolete comment.
9262
9263 * startup.el (command-line): Use `custom-reevaluate-setting' to
9264 handle `tooltip-mode'. Delete obsolete comment.
9265
9266 * files.el (set-visited-file-name): Avoid calling
9267 `file-name-nondirectory' with a nil argument.
9268
9269 2005-07-09 Richard M. Stallman <rms@gnu.org>
9270
9271 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
9272 was called with nil for the buffer, handle the read position right.
9273 Handle read position for eval-region, too.
9274
9275 2005-07-09 Juri Linkov <juri@jurta.org>
9276
9277 * fringe.el (fringe-mode): Add period in docstring.
9278 (fringe-query-style): Build prompt depending on `all-frames' arg.
9279
9280 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
9281 to not create links to unrelated functions in the Help buffer.
9282
9283 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
9284 Doc fix.
9285
9286 * simple.el (next-error-hook): New variable.
9287 (next-error): Use it. Doc fix.
9288
9289 * textmodes/ispell.el (ispell-command-loop): Add current
9290 dictionary name and program name to mode-line-format.
9291 (ispell-region, ispell-process-line): Add current dictionary name
9292 and program name to messages.
9293
9294 2005-07-08 Jay Belanger <belanger@truman.edu>
9295
9296 * calc/calc.el (calc-embedded-announce-formula-alist)
9297 (calc-embedded-open-close-formula-alist)
9298 (calc-embedded-open-close-word-alist)
9299 (calc-embedded-open-close-plain-alist)
9300 (calc-embedded-open-close-new-formula-alist)
9301 (calc-embedded-open-close-mode-alist)
9302 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
9303 (calc-embedded-mode-hook): New variables.
9304
9305 * calc/calc-embed.el (calc-embedded-firsttime)
9306 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
9307 New variables.
9308 (calc-do-embedded): Use calc-embedded-firsttime,
9309 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
9310 determine whether or not to run hooks.
9311 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
9312 calc-embedded-firsttime-formula appropriately.
9313 Set calc-embedded delimiter variables according to mode.
9314
9315 2005-07-08 Richard M. Stallman <rms@gnu.org>
9316
9317 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
9318 Check for "emacs", etc., as entire symbol, not just as word.
9319 (checkdoc-file-comments-engine): Use regexp-quote on FN.
9320
9321 * files.el (set-visited-file-name): Report the error
9322 for "empty filename" earlier.
9323 (kill-some-buffers): Ignore buffers already dead.
9324
9325 * fringe.el (fringe-mode): Doc fix.
9326
9327 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9328 Check for (featurep 'xemacs) and turn off warnings in what it guards.
9329 Use unwind-protect to ensure byte-compile-unresolved-functions
9330 is updated.
9331
9332 * whitespace.el (whitespace-buffer-leading-cleanup):
9333 Simplify w/ skip-chars-forward.
9334 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
9335
9336 * mail/rmail.el (rmail-only-expunge): Fix paren error.
9337 Unconditionally try to leave point at the same old place.
9338
9339 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
9340
9341 * comint.el (comint-postoutput-scroll-to-bottom)
9342 (comint-show-maximum-output): Take scroll-margin into consideration.
9343
9344 2005-07-08 Kim F. Storm <storm@cua.dk>
9345
9346 * ido.el (ido-use-filename-at-point): New choice `guess'.
9347 (ido-file-internal): Try ffap-guesser if selected.
9348
9349 * ido.el (ido-before-fallback-functions): New hook.
9350 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
9351 (ido-read-file-name): Run it.
9352
9353 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9354
9355 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
9356 strings rather than a list of symbols to the completion function.
9357
9358 2005-07-07 Jay Belanger <belanger@truman.edu>
9359
9360 * calc/calc-units.el (math-apply-units): Change the places in
9361 which units are simplified.
9362
9363 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
9364
9365 * cus-edit.el (customize-option, customize-option-other-window):
9366 Make them handle aliases.
9367
9368 * custom.el (custom-variable-p): Make it recursively follow
9369 aliases. Mention that in the docstring.
9370
9371 2005-07-07 Richard M. Stallman <rms@gnu.org>
9372
9373 * cus-start.el (exec-path): Use `directory' instead of `file'.
9374 Fix tag for nil.
9375
9376 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
9377
9378 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
9379 when called non-interactively. Doc fix.
9380
9381 2005-07-07 Lute Kamstra <lute@gnu.org>
9382
9383 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
9384 new address as well.
9385
9386 2005-07-07 Kenichi Handa <handa@m17n.org>
9387
9388 * international/mule.el (make-coding-system):
9389 Describe `ascii-incompatible' property in the docstring.
9390 (set-file-name-coding-system): Signal an error if coding-system is
9391 ascii-incompatible.
9392 (set-keyboard-coding-system): Likewise.
9393
9394 * international/mule-cmds.el (set-default-coding-systems):
9395 Don't set default-file-name-coding-system and
9396 default-keyboard-coding-system if coding-system is ASCII-incompatible.
9397
9398 * international/utf-16.el: Declare that all UTF-16-based coding
9399 systems are ASCII-incompatible.
9400
9401 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
9402
9403 * progmodes/gud.el: Require font-lock for displaying errors.
9404 Used by gdb-ui.el.
9405
9406 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
9407
9408 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
9409 values for the pattern lists which are `read'able but not
9410 `append'able (like symbols).
9411
9412 2005-07-06 Richard M. Stallman <rms@gnu.org>
9413
9414 * progmodes/flymake.el (flymake-float-time): Instead of
9415 with-no-warnings, test for xemacs.
9416 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
9417 to avoid warning.
9418
9419 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
9420
9421 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
9422
9423 2005-07-05 Lute Kamstra <lute@gnu.org>
9424
9425 * battery.el: Add support for Darwin (with much debugging help
9426 from Samuel Lauber <sam124@operamail.com>).
9427 (battery-status-function, battery-echo-area-format)
9428 (battery-mode-line-format): Add support for pmset on Darwin.
9429 (battery-load-low, battery-load-critical): New user options.
9430 (battery-pmset): New function.
9431
9432 2005-07-05 Lute Kamstra <lute@gnu.org>
9433
9434 Update FSF's address in GPL notices.
9435
9436 * textmodes/page-ext.el: Update FSF's address.
9437
9438 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9439
9440 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
9441 filling from using prefix when filling a single-line docstring.
9442
9443 * progmodes/flymake.el: Remove useless eval-when-compile.
9444
9445 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
9446
9447 2005-07-04 Richard M. Stallman <rms@gnu.org>
9448
9449 * textmodes/org.el (org-file-apps-defaults-gnu):
9450 Rename from org-file-apps-defaults-linux.
9451 (org-default-apps): Don't test system-type for `linux'.
9452 (org-file-apps): Doc fix.
9453
9454 2005-07-04 David Ponce <david@dponce.com>
9455
9456 * tree-widget.el: Improve header Commentary section.
9457 (tree-widget) [defgroup]
9458 (tree-widget-image-enable, tree-widget-themes-directory)
9459 (tree-widget-theme, tree-widget-image-properties-emacs)
9460 (tree-widget-image-properties-xemacs, tree-widget-create-image)
9461 (tree-widget-image-formats, tree-widget-control)
9462 (tree-widget-empty-control, tree-widget-leaf-control
9463 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
9464 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
9465 (tree-widget-keep, tree-widget-after-toggle-functions)
9466 (tree-widget-open-node, tree-widget-close-node): Doc fix.
9467 (tree-widget-open-control, tree-widget-close-control): Fix doc and
9468 :help-echo message.
9469 (tree-widget-set-theme): Doc fix. Use `string-equal'.
9470 (tree-widget-image-properties): Doc fix. Clearer implementation.
9471 (tree-widget--cursors): New constant.
9472 (tree-widget-lookup-image): New function split from
9473 `tree-widget-find-image'. Clearer implementation.
9474 (tree-widget-find-image): Use it.
9475 (tree-widget-button-keymap): Use `set-keymap-parent'.
9476 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
9477 Define the sub-widgets here.
9478 (tree-widget-node): Check that :node is not a tree-widget.
9479 (tree-widget-get-super, tree-widget-open-control)
9480 (tree-widget-close-control, tree-widget-empty-control)
9481 (tree-widget-leaf-control, tree-widget-guide)
9482 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
9483 (tree-widget-no-handle, tree-widget-value-delete)
9484 (tree-widget-map): Remove.
9485 (tree-widget-children-value-save): Doc fix. Simplified.
9486 (tree-widget-value-create): Update according to previous changes.
9487
9488 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
9489
9490 * textmodes/org.el: Leading space replaced by TABS.
9491 (org-recalc-marks, org-table-rotate-recalc-marks)
9492 (org-table-get-specials): Treat "^" and "_" marks.
9493 (org-table-justify-field-maybe): Optional argument NEW.
9494 (org-table-eval-formula): Parsing of the format simplified.
9495 New modes C,I. Honor the %= parameter in the current table.
9496 Avoid unnecessary re-align by using the NEW argument to
9497 `org-table-justify-field-maybe'.
9498 (org-calc-default-modes): Default for date-format mimicks org-mode.
9499 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
9500
9501 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9502
9503 * cus-face.el (custom-theme-set-faces): Make it handle face
9504 aliases whose alias declarations are pre- or autoloaded.
9505
9506 2005-07-04 Juri Linkov <juri@jurta.org>
9507
9508 * faces.el (read-face-name): Put the code for getting a face name
9509 from the buffer before adding the faces from the `face' property.
9510 Use `completing-read-multiple' instead of `completing-read'.
9511 Require `crm'. Add default value and post-process the returned
9512 list of faces.
9513
9514 * emacs-lisp/crm.el (crm-find-current-element)
9515 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
9516
9517 * emacs-lisp/lisp-mode.el (eval-defun-1):
9518 * emacs-lisp/edebug.el (edebug-eval-defun):
9519 Remove unnecessary quotes.
9520
9521 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
9522
9523 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
9524 (prolog-indent-level): Fix typo in docstring.
9525
9526 * info.el (Info-history, Info-history-forward)
9527 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
9528
9529 * add-log.el (add-change-log-entry):
9530 * comint.el (comint-dynamic-list-input-ring)
9531 (comint-dynamic-list-completions):
9532 * dabbrev.el (dabbrev-expand):
9533 * delim-col.el (delimit-columns-rectangle-line):
9534 * diff-mode.el (diff-context->unified, diff-reverse-direction)
9535 (diff-unified->context):
9536 * ediff-init.el (ediff-abbrev-jobname):
9537 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
9538 (ediff-replace-session-activity-marker-in-meta-buffer):
9539 * info.el (Info-summary):
9540 * lpr.el (printify-region):
9541 * printing.el (pr-create-interface):
9542 * ps-print.el (ps-print-quote):
9543 * ses.el (ses-column-widths, ses-print-cell)
9544 (ses-adjust-print-width, ses-center):
9545 * shell.el (shell-file-name-quote-list):
9546 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
9547 (strokes-fill-current-buffer-with-whitespace)
9548 (strokes-xpm-for-stroke, strokes-list-strokes)
9549 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
9550 * term.el (term-dynamic-list-input-ring)
9551 (term-dynamic-list-completions):
9552 * calc/calc.el (math-format-stack-value):
9553 * emacs-lisp/edebug.el (edebug-display-freq-count):
9554 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
9555 (delphi-new-comment-line):
9556 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
9557 * progmodes/executable.el (executable-set-magic):
9558 * progmodes/python.el (inferior-python-mode):
9559 * progmodes/scheme.el (scheme-mode-syntax-table):
9560 * progmodes/sh-script.el (sh-maybe-here-document):
9561 * progmodes/sql.el (sql-copy-column):
9562 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
9563 * textmodes/bibtex.el (bibtex-mode):
9564 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
9565 (sgml-auto-attributes):
9566 * textmodes/table.el (table-insert, table-shorten-cell)
9567 (table--generate-source-scan-lines, table-delete-row)
9568 (*table--cell-delete-char, table--spacify-frame)
9569 (table--horizontally-shift-above-and-below)
9570 (table--cell-insert-char, table--cell-blank-str)
9571 (table--fill-region-strictly):
9572 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
9573 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
9574
9575 * add-log.el (change-log):
9576 * apropos.el (apropos):
9577 * comint.el (comint-completion, comint-source):
9578 * dabbrev.el (dabbrev):
9579 * delim-col.el (columns):
9580 * diff-mode.el (diff-mode):
9581 * ediff.el (ediff):
9582 * ediff-diff.el (ediff-diff):
9583 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
9584 * ediff-mult.el (ediff-mult):
9585 * ediff-ptch.el (ediff-ptch):
9586 * ediff-wind.el (ediff-window):
9587 * facemenu.el (facemenu):
9588 * indent.el (indent):
9589 * info.el (info):
9590 * jka-cmpr-hook.el (compression, jka-compr):
9591 * lpr.el (lpr):
9592 * outline.el (outlines):
9593 * pcmpl-cvs.el (pcmpl-cvs):
9594 * pcmpl-rpm.el (pcmpl-rpm):
9595 * printing.el (printing):
9596 * ps-print.el (postscript, ps-print, ps-print-horizontal)
9597 (ps-print-vertical, ps-print-headers, ps-print-font)
9598 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
9599 (ps-print-background, ps-print-printer, ps-print-page)
9600 (ps-print-miscellany):
9601 * ses.el (ses):
9602 * shell.el (shell, shell-directories, shell-faces):
9603 * startup.el (initialization):
9604 * strokes.el (strokes):
9605 * term.el (term):
9606 * uniquify.el (uniquify):
9607 * w32-vars.el (w32):
9608 * calc/calc.el (calc):
9609 * emacs-lisp/bytecomp.el (bytecomp):
9610 * emacs-lisp/cl-indent.el (lisp-indent):
9611 * emacs-lisp/edebug.el (edebug):
9612 * emacs-lisp/elp.el (elp):
9613 * emacs-lisp/testcover.el (testcover):
9614 * emacs-lisp/trace.el (trace):
9615 * emulation/viper-ex.el (viper-ex):
9616 * emulation/viper-mous.el (viper-mouse):
9617 * mail/mailalias.el (mailalias):
9618 * mail/supercite.el (supercite, supercite-frames)
9619 (supercite-attr, supercite-cite, supercite-hooks):
9620 * net/rcompile.el (remote-compile):
9621 * net/rlogin.el (rlogin):
9622 * obsolete/ooutline.el (outlines):
9623 * progmodes/delphi.el (delphi):
9624 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
9625 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
9626 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
9627 (ebnf-optimization):
9628 * progmodes/etags.el (etags):
9629 * progmodes/executable.el (executable):
9630 * progmodes/idlwave.el (idlwave):
9631 * progmodes/pascal.el (pascal):
9632 * progmodes/prolog.el (prolog):
9633 * progmodes/python.el (python):
9634 * progmodes/scheme.el (scheme):
9635 * progmodes/sh-script.el (sh, sh-script):
9636 * progmodes/sql.el (SQL):
9637 * progmodes/tcl.el (tcl):
9638 * textmodes/bibtex.el (bibtex, bibtex-autokey):
9639 * textmodes/enriched.el (enriched):
9640 * textmodes/makeinfo.el (makeinfo):
9641 * textmodes/sgml-mode.el (sgml):
9642 * textmodes/table.el (table-hooks):
9643 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
9644 * textmodes/texinfo.el (texinfo):
9645 * textmodes/two-column.el (two-column):
9646 Finish `defgroup' description with period.
9647
9648 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
9649 * eshell/esh-var.el (eshell-var):
9650 * progmodes/vhdl-mode.el (vhdl-testbench):
9651 * textmodes/org.el (org): Fix typos in docstrings.
9652
9653 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
9654 consistency.
9655
9656 * progmodes/flymake.el (flymake-find-file): Remove.
9657 (flymake-float-time): Use `with-no-warnings'.
9658 (flymake-check-start-time, flymake-check-was-interrupted)
9659 (flymake-err-info, flymake-is-running, flymake-last-change-time)
9660 (flymake-new-err-info): `defvar' at compile time.
9661
9662 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
9663
9664 * replace.el (occur-hook): Doc fix.
9665 (occur-1): Don't call `occur-hook' if there are no matches.
9666
9667 2005-07-03 Richard M. Stallman <rms@gnu.org>
9668
9669 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
9670 global-map, save the same map.
9671 (global-map): Don't alter it at top level.
9672 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
9673 Then alter it here instead.
9674 (tpu-edt-off): Set global-map to the saved one.
9675
9676 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
9677 All references simplified.
9678 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
9679 (zmacs-regions): Add defvar.
9680 (repeat-complex-command-map): Everything about that deleted.
9681
9682 * textmodes/artist.el (artist-key-is-drawing)
9683 (artist-key-endpoint1, artist-key-poly-point-list)
9684 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
9685 (artist-key-compl-table, artist-rb-save-data)
9686 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
9687 Don't put them in eval-when-compile.
9688 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
9689
9690 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
9691 Use with-no-warnings.
9692
9693 * net/browse-url.el (dos-windows-version): Add defvar.
9694
9695 * mail/supercite.el (filladapt-prefix-table): Add defvar.
9696
9697 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
9698 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
9699 (rmail-new-summary-line-count): Rename from new-summary-line-count.
9700 Add defvar.
9701 (rmail-summary-beginning-of-message): Use with-no-warnings.
9702 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
9703
9704 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
9705 Use with-no-warnings.
9706
9707 * emulation/vi.el (vi-mark-region): Use c-mark-function.
9708 (c-mark-function): Add point-moving-unit property.
9709 (vi-goto-line): Use with-no-warnings.
9710
9711 * emulation/edt.el (edt-last-copied-word): Add defvar.
9712 (zmacs-region-stays): Likewise.
9713 (edt-mark-section-wisely): Use c-mark-function for C.
9714 Use makr-defun for Fortran.
9715 (time-string): defvar deleted.
9716 (edt-display-the-time): Don't set time-string.
9717
9718 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
9719
9720 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9721 Don't warn when name is not constant
9722 or for defining the group `emacs'.
9723
9724 * tooltip.el (gud-tooltip-mode): Add defvar.
9725
9726 * startup.el (default-frame-background-mode): Add defvar.
9727
9728 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
9729
9730 * info.el (tool-bar-map): Add defvar.
9731
9732 * dired.el (dnd-protocol-alist): Add defvar.
9733
9734 * dired-aux.el (dired-query): Display question with answer, when
9735 the user answers.
9736
9737 * custom.el (custom-add-option): Doc fix.
9738
9739 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
9740
9741 2005-07-03 Eli Zaretskii <eliz@gnu.org>
9742
9743 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
9744 bogus name from the last change.
9745
9746 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
9747
9748 * custom.el (custom-declare-variable): Fix typos in comment.
9749 (custom-known-themes): Doc fix.
9750 (custom-theme-directory): New defcustom.
9751 (require-theme): Make it check `custom-theme-directory'.
9752
9753 * cus-theme.el (custom-new-theme-mode): New function.
9754 (custom-theme-name, custom-theme-variables, custom-theme-faces)
9755 (custom-theme-description): Add compiler defvars.
9756 (customize-create-theme): Add doc to the "*New Custom Theme*"
9757 buffer. Use `custom-new-theme-mode'.
9758 (custom-theme-write): Put the created buffer in emacs-lisp-mode
9759 and save it to the `custom-theme-directory'. Make this the
9760 default directory of the buffer.
9761
9762 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
9763
9764 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
9765 Fix unbalanced parentheses.
9766
9767 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9768
9769 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
9770 into flymake-mode and delegate to flymake-mode.
9771
9772 * find-file.el (ff-which-function-are-we-in): Clean up.
9773
9774 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
9775
9776 * replace.el (occur-rename-buffer): Fix docstring.
9777
9778 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
9779 (edt-last-copied-word, edt-learn-macro-count)
9780 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
9781 (edt-rect-start-point, edt-user-global-map, rect-start-point)
9782 (time-string, zmacs-region-stays):
9783 * emulation/edt-mapper.el (edt-save-function-key-map)
9784 (EDT-key-name): `defvar' to silence the byte-compiler.
9785
9786 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
9787
9788 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
9789 font-lock-regexp-backslash. Doc fix.
9790 (font-lock-regexp-backslash-grouping-construct): Rename from
9791 font-lock-regexp-backslash-construct. Doc fix.
9792 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
9793 grouping constructs.
9794
9795 2005-07-02 Eli Zaretskii <eliz@gnu.org>
9796
9797 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
9798 updating all the prerequisites.
9799
9800 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
9801
9802 * textmodes/org.el (org-agenda-start-on-weekday)
9803 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
9804 (org-agenda-use-time-grid, org-archive-location)
9805 (org-allow-space-in-links, org-usenet-links-prefer-google)
9806 (org-enable-table-editor, org-export-default-language)
9807 (org-export-html-show-new-buffer, org-fill-paragraph)
9808 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
9809 (org-goto-quit, org-occur, org-eval-in-calendar)
9810 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
9811 (org-agenda-diary-entry, org-remember-help)
9812 (org-table-convert-region, org-at-table-p)
9813 (org-table-move-row-down, org-table-move-row-up)
9814 (org-table-copy-region, org-table-toggle-vline-visibility)
9815 (org-table-get-stored-formulas, org-table-get-specials)
9816 (org-recalc-commands, org-table-eval-formula)
9817 (org-table-formula-substitute-names, orgtbl-make-binding)
9818 (org-format-org-table-html, org-format-table-table-html)
9819 (org-format-table-table-html-using-table-generate-source)
9820 (org-customize): Fix typos in docstrings.
9821 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
9822 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
9823 (org-back-to-heading): Doc fixes.
9824 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
9825 (org-agenda-change-all-lines, org-get-header):
9826 Improve argument/docstring consistency.
9827 (orgtbl-error): Fix error message.
9828
9829 * progmodes/flymake.el (flymake-find-possible-master-files)
9830 (flymake-master-file-compare, flymake-get-line-err-count)
9831 (flymake-highlight-line, flymake-gui-warnings-enabled):
9832 Fix typos in docstrings.
9833 (flymake-parse-line, flymake-get-project-include-dirs-function)
9834 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
9835 Doc fixes.
9836 (flymake-get-project-include-dirs-function)
9837 (flymake-make-err-menu-data):
9838 Improve argument/docstring consistency.
9839
9840 2005-07-01 Lute Kamstra <lute@gnu.org>
9841
9842 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
9843 Catch errors with ignore-errors. Use temporary buffer.
9844 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
9845
9846 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
9847 background color faces.
9848 (facemenu-set-foreground, facemenu-set-background):
9849 Use facemenu-set-face-from-menu.
9850 (facemenu-set-face-from-menu): Treat face names that start with
9851 "fg:" or "bg:" as special.
9852 (facemenu-add-new-color): Don't create faces. Simplify.
9853
9854 2005-06-30 Richard M. Stallman <rms@gnu.org>
9855
9856 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
9857 (crm-find-current-element): Likewise.
9858
9859 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9860
9861 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
9862
9863 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9864
9865 * arc-mode.el (archive-extract): Make it work as a mouse binding.
9866 (archive-mouse-extract): Make it an obsolete alias.
9867 (archive-mode-map): Don't use archive-mouse-extract any more.
9868 (archive-mode, archive-extract): write-contents-hooks ->
9869 write-contents-functions.
9870 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
9871 first arg.
9872 (archive-rename-entry): Update the call.
9873 (archive-zip-summarize): Remove unused var `method'.
9874 (archive-lzh-summarize): Remove unused var `creator'.
9875
9876 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
9877 dedicated frame upon exit.
9878
9879 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
9880 (archive-zip-extract, archive-zip-expunge)
9881 (archive-zip-update, archive-zip-update-case): Use executable-find.
9882 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
9883 Use restore-buffer-modified-p.
9884 (archive-extract, archive-add-new-member, archive-write-file-member):
9885 Use with-current-buffer.
9886 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
9887
9888 2005-06-30 Andreas Schwab <schwab@suse.de>
9889
9890 * progmodes/gud.el (gud-filter): Remove unneeded progn.
9891
9892 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9893
9894 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
9895
9896 2005-06-30 Juri Linkov <juri@jurta.org>
9897
9898 * faces.el (vertical-border): Inherit from mode-line-inactive
9899 only on tty.
9900
9901 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
9902
9903 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
9904 example, -NLINES in the `occur' docstring).
9905
9906 * replace.el (occur-1): When no matches are found, do not set the
9907 `buffer-read-only' and modified flags for the occur buffer,
9908 because it is deleted.
9909
9910 * emulation/cua-base.el (cua-check-pending-input)
9911 (cua-repeat-replace-region, cua-mode, cua-debug)
9912 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
9913 Fix typos in docstrings.
9914
9915 * emulation/cua-gmrk.el (cua-toggle-global-mark)
9916 (cua-cut-region-to-global-mark)
9917 (cua--cut-rectangle-to-global-mark):
9918 Remove period from end of messages.
9919
9920 * emulation/cua-rect.el (cua-do-rectangle-padding):
9921 Remove period from end of messages.
9922 (cua--rectangle-seq-format): Fix typo in docstring.
9923 (cua-sequence-rectangle, cua-fill-char-rectangle):
9924 Improve argument/docstring consistency.
9925
9926 2005-06-29 Juri Linkov <juri@jurta.org>
9927
9928 * faces.el (default-frame-background-mode): New internal variable.
9929 (frame-set-background-mode): Use it.
9930
9931 * startup.el (normal-top-level): Set default-frame-background-mode
9932 instead of frame-background-mode. Before setting it, test for its
9933 nil value. Remove tests for frame-background-mode and frame
9934 parameter `reverse'. Add test for "unspecified-fg".
9935
9936 * term/xterm.el (xterm-rxvt-set-background-mode):
9937 * term/rxvt.el (rxvt-set-background-mode):
9938 Set default-frame-background-mode instead of frame-background-mode.
9939
9940 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9941
9942 * simple.el (set-variable): Warn about obsolete user variables.
9943
9944 * imenu.el (imenu--completion-buffer):
9945 * mouse.el (mouse-buffer-menu-alist):
9946 * msb.el (msb-invisible-buffer-p):
9947 * calendar/diary-lib.el (diary-header-line-format):
9948 * emacs-lisp/pp.el (pp-buffer):
9949 * progmodes/cperl-mode.el (cperl-do-auto-fill):
9950 * textmodes/picture.el (picture-replace-match):
9951 Change space constants followed by a sexp to "?\s ".
9952
9953 * play/decipher.el (decipher-loop-with-breaks):
9954 * textmodes/texinfo.el (texinfo-insert-@item): Change space
9955 constants "protected" from end of line by a comment to "?\s".
9956
9957 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9958
9959 * font-lock.el (save-buffer-state): Use `declare'.
9960
9961 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
9962 reset the syntax-table to cperl-mode-syntax-table.
9963 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
9964 "foo_print_bar" is not matched as a reserved keyword.
9965
9966 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
9967
9968 * textmodes/org.el (orgtbl-setup): New function, for delayed
9969 setup for the orgtbl commands.
9970 (org-calc-default-modes): New option.
9971 (orgtbl-make-binding): Use `defun' to get better help display.
9972 (org-diary): Call `org-compile-prefix-format'.
9973 (org-table-formula-substitute-names): New function.
9974 (org-agenda-day-view, org-agenda-week-view): New commands.
9975 (org-agenda-toggle-week-view): Command removed.
9976 (org-tbl-menu): Split off from org-org-menu.
9977 (org-mode): Move removal of outline-mode menus to here.
9978 (org-table-formula-debug): New option.
9979 (org-table-insert-row): Keep first field if just "#" or "*".
9980 (org-mode): Paragraph regexps fixed.
9981 (org-table-recalculate-regexp): New constant.
9982 (org-table-justify-field-maybe): Avoid replace if not necessary.
9983 (org-copy-special, org-cut-special): Use `call-interactively'.
9984 (org-table-copy-region): Take region from `interactive' call.
9985 (org-trim): Return string even if no match.
9986 (org-formula): New face.
9987 (org-set-font-lock-defaults): No longer highlight "FIXME".
9988 But highlight formula-related fields in table.
9989 (org-table-p): Use regexp, not fontification.
9990 (org-table-align): Handle white space at end of line.
9991 (org-table-formula-evaluate-inline): New option.
9992 (org-mode): Auto-wrapping in comment lines turned off.
9993 (org-table-copy-down): Evaluate only in copied field, not in
9994 destination.
9995 (org-table-current-formula): Variable removed.
9996 (org-table-store-formulas, org-table-get-stored-formulas)
9997 (org-table-modify-formulas, org-table-replace-in-formulas)
9998 (org-table-maybe-eval-formula): New functions.
9999 (org-table-get-formula): Modify to use stored formulas.
10000 (org-table-insert-column, org-table-delete-column)
10001 (org-table-move-column): Call `org-table-modify-formulas'.
10002 (org-complete): Add completion for keyword formulas.
10003 (orgtbl-mode): Pull orgtbl-mode-map to start of
10004 minor-mode-map-alist.
10005
10006 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * progmodes/python.el (python-check): Require `compile' before
10009 modifying its variables.
10010
10011 * newcomment.el (comment-indent-default): Don't get fooled by an early
10012 end of buffer.
10013
10014 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10015
10016 * ps-print.el (ps-print-version): Fix version number.
10017
10018 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
10019
10020 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
10021
10022 2005-06-28 Richard M. Stallman <rms@gnu.org>
10023
10024 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
10025 (flyspell-local-mouse-map): Declaration deleted.
10026 (flyspell-mouse-map): Bind only mouse-2.
10027 (flyspell-mode-map): Don't test flyspell-use-local-map.
10028 (flyspell-overlay-keymap-property-name): Var deleted.
10029 (flyspell-mode-on): Don't make local bindings for
10030 flyspell-mouse-map and flyspell-mode-map.
10031 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
10032
10033 * textmodes/ispell.el (ispell-word): Do not ignore short words.
10034
10035 * progmodes/compile.el (compilation-next-error-function):
10036 Don't switch buffers; operate on the current buffer.
10037
10038 * progmodes/compile.el (compilation-error-file-name)
10039 (compilation-warning-file-name, compilation-info-file-name)
10040 (compilation-line-number, compilation-column-number): New faces.
10041 (compilation-error-face, compilation-warning-face)
10042 (compilation-info-face, compilation-line-face)
10043 (compilation-column-face): Use them.
10044
10045 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
10046
10047 * comint.el (comint-password-prompt-regexp): Accept ", try again".
10048
10049 * bindings.el (global-map): Bind insertchar and its variants.
10050
10051 2005-06-27 Richard M. Stallman <rms@gnu.org>
10052
10053 * textmodes/artist.el (artist-text-overwrite)
10054 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
10055
10056 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10057
10058 * ps-print.el: It was not working the page selection for printing.
10059 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
10060 (ps-print-version): New version 6.6.7.
10061 (ps-end-sheet): New fun.
10062 (ps-header-sheet, ps-end-job): Call it.
10063
10064 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
10065
10066 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
10067
10068 2005-06-27 Lute Kamstra <lute@gnu.org>
10069
10070 * facemenu.el (facemenu-unlisted-faces): Add foreground and
10071 background color faces.
10072 (facemenu-get-face): Delete function.
10073 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
10074 (facemenu-add-new-color): Make second argument mandatory.
10075 Create the appropriate face and return it. Simplify.
10076 (facemenu-set-foreground, facemenu-set-background): Don't check if
10077 color is defined. Use return value of facemenu-add-new-color.
10078
10079 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
10080
10081 * progmodes/gud.el (gud-filter): Add missing argument to
10082 with-selected-window.
10083
10084 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10085
10086 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
10087 a :require to the defcustom.
10088
10089 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
10090 defcustoms corresponding to minor modes.
10091
10092 2005-06-26 David Ponce <david@dponce.com>
10093
10094 * recentf.el: Require tree-widget instead of wid-edit.
10095 (recentf-filename-handler): Fix widget :type.
10096 (recentf-cancel-dialog, recentf-open-more-files)
10097 (recentf-open-files-action): Doc fix.
10098 (recentf-dialog-goto-first): New function.
10099 (recentf-dialog-mode-map): Set parent keymap first.
10100 (recentf-dialog-mode): Define with define-derived-mode.
10101 Don't display continuation lines in dialogs.
10102 (recentf-edit-list): Rename from recentf-edit-selected-items.
10103 (recentf-edit-list-select): Rename from recentf-edit-list-action.
10104 Simplify.
10105 (recentf-edit-list-validate): New function.
10106 (recentf-edit-list): Update accordingly.
10107 (recentf-open-files-item-shift): Remove.
10108 (recentf-open-files-item): Convert menu elements into tree and
10109 link widgets. Don't create the widgets.
10110 (recentf-open-files): Update accordingly.
10111 (recentf-save-list): Untabify.
10112
10113 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
10114
10115 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
10116 (keep-lines): Add INTERACTIVE arg. Never delete lines only
10117 partially contained in the active region. Do not take active
10118 region into account when called from Lisp, unless INTERACTIVE arg
10119 is non-nil. Use `forward-line' instead of `beginning-of-line' to
10120 avoid trouble with fields. Make marker point nowhere when no
10121 longer used. Always return nil. Doc fix.
10122 (flush-lines): Add INTERACTIVE arg. Do not take active region
10123 into account when called from Lisp, unless INTERACTIVE arg is
10124 non-nil. Use `forward-line' instead of `beginning-of-line' to
10125 avoid trouble with fields. Make marker point nowhere when no
10126 longer used. Always return nil. Doc fix.
10127 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
10128 interchangeable. Do not take active region into account when
10129 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
10130 message in echo area when called from Lisp, unless INTERACTIVE arg
10131 is non-nil. Avoid saying "1 occurrences". Do not use markers.
10132 Return the number of matches. Doc fix.
10133 (occur): Doc fix.
10134 (perform-replace): Make comment follow double space convention for
10135 the sake of `outline-minor-mode'.
10136
10137 * faces.el (facep): Doc fix.
10138
10139 2005-06-25 Richard M. Stallman <rms@gnu.org>
10140
10141 * facemenu.el (facemenu-enable-faces-p): New function.
10142 (facemenu-background-menu, facemenu-foreground-menu)
10143 (facemenu-face-menu): Add menu-enable property.
10144
10145 * jka-compr.el (jka-compr-insert-file-contents):
10146 Special handling if cannot find the uncompression program.
10147
10148 * cus-face.el (custom-face-attributes): Add autoload.
10149
10150 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10151 Bind comment-indent-function locally.
10152
10153 * window.el (save-selected-window): Use save-current-buffer.
10154
10155 * subr.el (with-selected-window): Use save-current-buffer.
10156
10157 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
10158 and with-current-buffer.
10159
10160 2005-06-24 Richard M. Stallman <rms@gnu.org>
10161
10162 * simple.el (line-move-1): Fix previous change.
10163
10164 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
10165
10166 * replace.el (occur-1): Set `buffer-read-only' and the
10167 buffer-modified flag before running `occur-hook' to protect
10168 against unintentional buffer switches that can lead to data loss.
10169
10170 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
10171
10172 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
10173 (gud-gdb-marker-filter): Use font-lock-warning-face for any
10174 initial error.
10175
10176 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
10177 after fresh input.
10178 (gdb-var-create-handler): Put name of expression in quotes.
10179
10180 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
10181
10182 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
10183 elements of RING in order, and without bogus nil elements.
10184
10185 2005-06-23 Richard M. Stallman <rms@gnu.org>
10186
10187 * simple.el (set-variable): Args renamed; doc fix.
10188 (line-move-1): When there are overlays around, use vertical-motion.
10189
10190 * faces.el (escape-glyph): Use brown against light background.
10191 (nobreak-space): Rename from no-break-space.
10192 Fix previous change.
10193
10194 * dired-aux.el (dired-do-copy): Fix arg prompt.
10195
10196 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
10197
10198 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
10199
10200 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
10201 rather than "Distributor".
10202
10203 2005-06-23 Lute Kamstra <lute@gnu.org>
10204
10205 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
10206 (debug-on-entry): Use it. New interactive declaration that uses
10207 function-called-at-point.
10208
10209 2005-06-23 Kim F. Storm <storm@cua.dk>
10210
10211 * subr.el (save-match-data): Add comment about using evaporate arg
10212 to set-match-data.
10213
10214 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
10215
10216 * cus-edit.el (customize-face)
10217 (customize-face-other-window): Handle face aliases.
10218
10219 * faces.el (face-documentation, set-face-attribute)
10220 (face-spec-set): Handle face aliases.
10221
10222 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
10223
10224 * help-mode.el (help-make-xrefs): If a symbol representing a face
10225 name is not followed by the word "face", it could still be a
10226 function or variable name, so don't bypass other checks.
10227
10228 2005-06-22 Juri Linkov <juri@jurta.org>
10229
10230 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10231 Replace aliased functions with calls where second arg `inherit' is t.
10232
10233 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
10234
10235 * progmodes/gdb-ui.el (gdb-error): New variable.
10236 (gdb-error): New function.
10237 (gdb-annotation-rules): Act on error-begin and error annotations.
10238 (gdb-concat-output): Use font-lock-warning-face for errors.
10239
10240 2005-06-22 Miles Bader <miles@gnu.org>
10241
10242 * bindings.el (propertized-buffer-identification): Use renamed
10243 `Buffer-menu-buffer' face.
10244
10245 * faces.el (vertical-border): Rename from `vertical-divider'.
10246 (escape-glyph): Change dark-background color back to `cyan'.
10247
10248 2005-06-21 Juri Linkov <juri@jurta.org>
10249
10250 * faces.el (face-user-default-spec): Try getting `customized-face'
10251 prior to `saved-face'.
10252 (frame-background-mode): Refill docstring.
10253
10254 * emacs-lisp/lisp-mode.el (eval-defun-1):
10255 * emacs-lisp/edebug.el (edebug-eval-defun):
10256 Set `saved-face' temporarily to nil before calling form.
10257 Set `customized-face' to the new spec after that.
10258
10259 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
10260
10261 * subr.el (1value, lambda, key-substitution-in-progress):
10262 Doc fixes.
10263
10264 * autoinsert.el (auto-insert-alist):
10265 * ses.el (ses-call-printer):
10266 * subr.el (noreturn):
10267 * emacs-lisp/lisp.el (check-parens):
10268 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
10269 * net/browse-url.el (browse-url-mosaic):
10270 * progmodes/cc-defs.el (c-safe-scan-lists):
10271 * progmodes/ebnf-abn.el (ebnf-abn-lex):
10272 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
10273 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
10274 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
10275 * progmodes/ebnf-iso.el (ebnf-iso-lex):
10276 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
10277
10278 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
10279
10280 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
10281
10282 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
10283
10284 * calendar/appt.el (appt-make-list): Activate the package, if
10285 not already active (for backwards compatibility).
10286
10287 2005-06-20 Kim F. Storm <storm@cua.dk>
10288
10289 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
10290
10291 2005-06-20 Miles Bader <miles@gnu.org>
10292
10293 * faces.el (vertical-divider): New face.
10294
10295 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
10296
10297 * simple.el (kill-whole-line): Doc fix.
10298 (next-error-buffer-p, next-error-find-buffer)
10299 (clone-indirect-buffer): Fix typos in docstrings.
10300 (comment-line-break-function): Doc fix: don't say variable
10301 is automatically buffer-local (it isn't).
10302
10303 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
10304
10305 * net/tramp-ftp.el (top):
10306 * net/tramp-smb.el (top):
10307 * net/tramp-util.el (top):
10308 * net/tramp-uu.el (top):
10309 * net/tramp-vc.el (top):
10310 * net/tramp.el (top): Revert copyright years back to original
10311 ones. Tramp has a life outside GNU Emacs.
10312
10313 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
10314
10315 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
10316
10317 2005-06-18 Juri Linkov <juri@jurta.org>
10318
10319 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
10320 end of first regexp to limit the match to the position between
10321 line number and source line with same separator character as used
10322 between file name and line number. In the second regexp limit
10323 mouse-face area to file name and line number by adding new group
10324 for them and referring it in HYPERLINK arg.
10325 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
10326 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
10327 previous line where grep markers may be already removed.
10328
10329 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
10330
10331 * progmodes/ps-mode.el: Update version and maintainer's email address.
10332
10333 2005-06-18 Steve Youngs <steve@xemacs.org>
10334
10335 * net/browse-url.el (browse-url-browser-function)
10336 (browse-url-default-browser): Add firefox.
10337 (browse-url-firefox-program, browse-url-firefox-arguments)
10338 (browse-url-firefox-startup-arguments)
10339 (browse-url-firefox-new-window-is-tab): New defcustoms.
10340 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
10341
10342 2005-06-17 Richard M. Stallman <rms@gnu.org>
10343
10344 * startup.el (command-line): Warn if specified user name has
10345 no home directory.
10346
10347 * term.el (term-get-old-input, term-input-filter, term-input-sender)
10348 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
10349
10350 * longlines.el (longlines-mode, longlines-show-hard-newlines):
10351 Doc fixes.
10352
10353 * faces.el (underline): Try bold if terminal doesn't support underline.
10354
10355 * mail/sendmail.el (mail-setup-with-from): New variable.
10356 (mail-insert-from-field): New function.
10357 (sendmail-send-it): Call it.
10358 (mail-setup): Optionally call it here.
10359
10360 * term/linux.el: Call tty-no-underline.
10361
10362 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
10363
10364 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
10365
10366 2005-06-17 Miles Bader <miles@gnu.org>
10367
10368 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
10369 (ediff-current-diff-C, ediff-current-diff-Ancestor)
10370 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
10371 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
10372 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
10373 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
10374 Remove "-face" suffix from face names.
10375 (ediff-current-diff-face-A, ediff-current-diff-face-B)
10376 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10377 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10378 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10379 (ediff-even-diff-face-A, ediff-even-diff-face-B)
10380 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10381 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10382 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10383 New backward-compatibility aliases for renamed faces.
10384 (ediff-current-diff-face-A, ediff-current-diff-face-B)
10385 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10386 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10387 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10388 (ediff-even-diff-face-A, ediff-even-diff-face-B)
10389 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10390 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10391 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10392 Use renamed ediff faces.
10393
10394 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
10395 Remove "-face" suffix from face names.
10396 (eshell-test-ok-face, eshell-test-failed-face):
10397 New backward-compatibility aliases for renamed faces.
10398 (eshell-run-test): Use renamed eshell-test faces.
10399
10400 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
10401 face name.
10402 (eshell-prompt-face): New backward-compatibility alias for renamed
10403 face.
10404 (eshell-emit-prompt): Use renamed eshell-prompt face.
10405
10406 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
10407 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
10408 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
10409 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
10410 Remove "-face" suffix from face names.
10411 (eshell-ls-directory-face, eshell-ls-symlink-face)
10412 (eshell-ls-executable-face, eshell-ls-readonly-face)
10413 (eshell-ls-unreadable-face, eshell-ls-special-face)
10414 (eshell-ls-missing-face, eshell-ls-archive-face)
10415 (eshell-ls-backup-face, eshell-ls-product-face)
10416 (eshell-ls-clutter-face):
10417 New backward-compatibility aliases for renamed faces.
10418 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
10419
10420 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
10421 Remove "-face" suffix from face name.
10422 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
10423 instead of literal face.
10424
10425 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
10426
10427 * emacs-lisp/warnings.el (display-warning, lwarn)
10428 (warning-minimum-log-level): Doc fixes.
10429 (warning-minimum-level, warning-minimum-log-level):
10430 Add :debug to :type choices.
10431
10432 * progmodes/ada-mode.el (ada-format-paramlist)
10433 (ada-get-indent-case, ada-check-matching-start)
10434 (ada-check-defun-name, ada-goto-matching-decl-start)
10435 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
10436 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
10437 (ada-make-subprogram-body): Follow error conventions.
10438 (ada-case-exception-file, ada-indent-comment-as-code)
10439 (ada-indent-handle-comment-special, ada-indent-renames)
10440 (ada-indent-return, ada-search-directories-internal)
10441 (ada-tab-policy, ada-case-exception-substring)
10442 (ada-other-file-alist, ada-matching-start-re)
10443 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
10444 (ada-imenu-generic-expression, ada-compile-goto-error)
10445 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
10446 (ada-popup-menu, ada-add-extensions, ada-mode)
10447 (ada-region-selected, ada-create-case-exception)
10448 (ada-create-case-exception-substring, ada-after-keyword-p)
10449 (ada-activate-keys-for-case, ada-adjust-case-region)
10450 (ada-adjust-case-buffer, ada-format-paramlist)
10451 (ada-scan-paramlist, ada-insert-paramlist)
10452 (ada-indent-newline-indent)
10453 (ada-indent-newline-indent-conditional)
10454 (ada-justified-indent-current, ada-goto-previous-word)
10455 (ada-indent-current, ada-get-indent-open-paren)
10456 (ada-get-indent-paramlist, ada-get-indent-end)
10457 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
10458 (ada-get-indent-block-start, ada-get-indent-subprog)
10459 (ada-get-indent-noindent, ada-get-indent-label)
10460 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
10461 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
10462 (ada-goto-stmt-end, ada-goto-next-word)
10463 (ada-check-matching-start, ada-check-defun-name)
10464 (ada-goto-matching-decl-start, ada-goto-matching-start)
10465 (ada-goto-matching-end, ada-search-ignore-string-comment)
10466 (ada-in-decl-p, ada-looking-at-semi-or)
10467 (ada-looking-at-semi-private, ada-in-paramlist-p)
10468 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
10469 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
10470 (ada-next-procedure, ada-previous-procedure, ada-next-package)
10471 (ada-previous-package, ada-create-menu)
10472 (ada-fill-comment-paragraph-justify)
10473 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
10474 (ada-other-file-name, ada-last-which-function-line)
10475 (ada-last-which-function-subprog, ada-which-function)
10476 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
10477 (ada-gen-treat-proc, ada-check-emacs-version)
10478 (ada-continuation-indent, ada-align-region-separate):
10479 Fix typos in docstrings.
10480 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
10481
10482 2005-06-16 Lute Kamstra <lute@gnu.org>
10483
10484 * simple.el (fundamental-mode): Run after-change-major-mode-hook
10485 conditionally.
10486
10487 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10488
10489 * comint.el (comint-replace-by-expanded-filename)
10490 (comint-prompt-regexp, comint-delimiter-argument-list)
10491 (comint-preinput-scroll-to-bottom):
10492 * info.el (Info-hide-cookies-node):
10493 * ls-lisp.el (ls-lisp-classify):
10494 * find-file.el (ff-search-directories, ff-special-constructs)
10495 (ff-find-other-file):
10496 * font-lock.el (font-lock-keywords):
10497 * shell.el (shell-prompt-pattern)
10498 (shell-dynamic-complete-functions, shell-mode)
10499 (shell-delimiter-argument-list):
10500 * term.el (term-replace-by-expanded-filename)
10501 (term-prompt-regexp, term-delimiter-argument-list):
10502 * woman.el (woman-ignore, woman0-if):
10503 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
10504 * emacs-lisp/elint.el (elint-init-env):
10505 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
10506 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
10507 * language/ethio-util.el (ethio-tilde-escape)
10508 (ethio-use-three-dot-question):
10509 * net/zone-mode.el (zone-mode-load-time-setup):
10510 * progmodes/cc-align.el (c-lineup-argcont):
10511 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
10512 * progmodes/cperl-mode.el (cperl-set-style-back):
10513 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10514 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
10515 Fix spellings in docstrings.
10516
10517 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
10518 * progmodes/modula2.el (m2-for): Fix spellings.
10519
10520 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
10521
10522 * simple.el (undo-more): Don't use `format' on `error' arguments.
10523 Improve argument/docstring consistency.
10524 (pending-undo-list): Doc fix.
10525
10526 * smerge-mode.el (smerge-ensure-match):
10527 * emulation/vip.el (vip-ex):
10528 * net/zone-mode.el (zone-mode-update-serial):
10529 * progmodes/idlwave.el (idlwave-complete):
10530 * progmodes/vhdl-mode.el (vhdl-visit-file)
10531 (vhdl-compose-wire-components):
10532 Don't use `format' on `error' arguments.
10533
10534 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
10535 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
10536 (tooltip-help-tips): Fix typos in docstrings.
10537
10538 2005-06-16 David Ponce <david@dponce.com>
10539
10540 * tree-widget.el (tree-widget-value-create): Simplify last change.
10541
10542 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
10543
10544 * ido.el (ido-incomplete-regexp): New variable.
10545 (ido-set-matches-1): Handle invalid-regexp error and set
10546 ido-incomplete-regexp.
10547 (ido-incomplete-regexp): New face.
10548 (ido-completions): Use it.
10549 (ido-complete, ido-exit-minibuffer, ido-completions):
10550 Handle incomplete regexps.
10551 (ido-completions): Add check for complete match when entering a regexp.
10552
10553 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10554
10555 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
10556
10557 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10558
10559 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
10560 by field delimiters.
10561
10562 2005-06-15 David Ponce <david@dponce.com>
10563
10564 * tree-widget.el: eval-and-compile inlined functions so they will
10565 be available at run-time too.
10566 (tree-widget-super-format-handler)
10567 (tree-widget-format-handler): Remove.
10568 (tree-widget-value-create): Handle the :indent property.
10569
10570 2005-06-15 Miles Bader <miles@gnu.org>
10571
10572 * progmodes/which-func.el (which-func): Only inherit
10573 `font-lock-function-name-face' when that makes sense against the
10574 default mode-line face, otherwise set the face color explicitly.
10575
10576 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
10577 faces instead of (non-existent) variables.
10578
10579 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10580
10581 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
10582 (iswitchb-get-matched-buffers): Likewise. Simplify.
10583
10584 2005-06-14 Miles Bader <miles@gnu.org>
10585
10586 * progmodes/ld-script.el (ld-script-location-counter):
10587 Remove "-face" suffix from face name.
10588 (ld-script-location-counter-face):
10589 New backward-compatibility alias for renamed face.
10590 (ld-script-location-counter-face): Use renamed face.
10591
10592 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
10593 (cperl-hash): Remove "-face" suffix from face names.
10594 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
10595 New backward-compatibility aliases for renamed faces.
10596 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
10597 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
10598
10599 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
10600 name.
10601 (which-func-face): New backward-compatibility alias for renamed face.
10602 (which-func-format): Use renamed which-func face.
10603
10604 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
10605 (vhdl-function, vhdl-directive, vhdl-reserved-word)
10606 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
10607 names.
10608 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
10609 (vhdl-speedbar-configuration, vhdl-speedbar-package)
10610 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
10611 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
10612 (vhdl-speedbar-architecture-selected)
10613 (vhdl-speedbar-configuration-selected)
10614 (vhdl-speedbar-package-selected)
10615 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
10616 names.
10617 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
10618 Use renamed faces.
10619 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
10620 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
10621 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
10622 Use renamed faces.
10623 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
10624 names.
10625 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
10626 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
10627 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
10628 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
10629 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
10630 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
10631
10632 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
10633 face name.
10634 (sh-heredoc-face): New backward-compatibility alias for renamed face.
10635 (sh-heredoc-face): Use renamed sh-heredoc face.
10636
10637 * progmodes/idlw-help.el (idlwave-help-link):
10638 Remove "-face" suffix from face name.
10639 (idlwave-help-link-face):
10640 New backward-compatibility alias for renamed face.
10641 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
10642
10643 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
10644 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
10645 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
10646 New backward-compatibility aliases for renamed faces.
10647 (idlwave-shell-disabled-breakpoint-face)
10648 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
10649
10650 * progmodes/flymake.el (flymake-errline, flymake-warnline):
10651 Remove "-face" suffix from face names.
10652 (flymake-errline-face, flymake-warnline-face):
10653 New backward-compatibility aliases for renamed faces.
10654 (flymake-highlight-line): Use renamed flymake faces.
10655
10656 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10657 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
10658 (ebrowse-member-class, ebrowse-progress):
10659 Remove "-face" suffix from face names.
10660 (ebrowse-tree-mark-face, ebrowse-root-class-face)
10661 (ebrowse-file-name-face, ebrowse-default-face)
10662 (ebrowse-member-attribute-face, ebrowse-member-class-face)
10663 (ebrowse-progress-face):
10664 New backward-compatibility aliases for renamed faces.
10665 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
10666 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
10667 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
10668 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
10669
10670 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
10671 antlr-syntax)
10672 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
10673 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
10674 names.
10675 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
10676 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
10677 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
10678 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
10679 backward-compatibility aliases for renamed faces.
10680 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
10681 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
10682 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
10683 remove "font-lock-". Use renamed antlr-mode faces.
10684 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
10685 literal face-names with face variable references.
10686
10687 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
10688 face name.
10689 (Buffer-menu-buffer-face): New backward-compatibility alias for
10690 renamed face.
10691 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
10692
10693 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
10694
10695 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
10696 Eliminate "-face" suffix.
10697 (makefile-targets): Inherit from font-lock-function-name-face and
10698 eliminate "-face" suffix.
10699 (makefile-shell): Remove attributes and eliminate "-face" suffix.
10700 (makefile-*-font-lock-keywords): Append makefile-targets in rule
10701 actions, instead of prepending, to make it less visible.
10702 (makefile-previous-dependency, makefile-match-dependency):
10703 Don't match a target on a continuation line.
10704
10705 * files.el (auto-mode-alist): Put Makefile in gmake mode.
10706
10707 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
10708
10709 * progmodes/gdb-ui.el (menu): Re-order menu items.
10710 (gdb-tooltip-print): Respect tooltip-use-echo-area.
10711
10712 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
10713 Define in tooltip.el.
10714 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
10715 (gud-tooltip-tips): Respect tooltip-use-echo-area and
10716 gud-tooltip-echo-area.
10717
10718 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
10719 backward compatibility and make obsolete.
10720 (tooltip-help-tips): Use tooltip-use-echo-area.
10721 (tooltip-show-help-function): Rename to...
10722 (tooltip-show-help): ...this, because it is a function.
10723 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
10724
10725 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10726
10727 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
10728 (edebug-print-length, edebug-print-level, edebug-print-circle)
10729 (edebug-modify-breakpoint, edebug-eval-last-sexp)
10730 (edebug-eval-print-last-sexp): Doc fixes.
10731
10732 2005-06-14 Kim F. Storm <storm@cua.dk>
10733
10734 * ido.el (ido-mode): Make a new keymap every time we enable ido,
10735 as the coverage buffer/file/both may change.
10736
10737 2005-06-14 Lute Kamstra <lute@gnu.org>
10738
10739 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
10740 and run-mode-hooks. Simplify.
10741
10742 * mail/rmailedit.el (rmail-edit-mode):
10743 * progmodes/octave-inf.el (inferior-octave-mode):
10744 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
10745
10746 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
10747 and run-mode-hooks.
10748 (recentf-edit-list, recentf-open-files): Don't call
10749 kill-all-local-variables directly.
10750
10751 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
10752
10753 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
10754
10755 * emacs-lisp/byte-run.el (make-obsolete)
10756 (define-obsolete-function-alias): Rename arguments FUNCTION and
10757 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10758 (make-obsolete-variable, define-obsolete-variable-alias):
10759 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
10760 respectively.
10761
10762 * isearchb.el (isearchb-activate):
10763 * pcvs.el (cvs-mode):
10764 * ses.el (ses-load):
10765 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
10766 * net/tramp.el (tramp-find-file-exists-command)
10767 (tramp-find-shell):
10768 * progmodes/ada-mode.el (ada-create-case-exception)
10769 (ada-create-case-exception-substring, ada-make-subprogram-body):
10770 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10771 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
10772 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
10773 * textmodes/org.el (org-promote, org-evaluate-time-range)
10774 (org-agenda-next-date-line, org-agenda-previous-date-line)
10775 (org-agenda-error, org-open-at-point, org-table-move-row)
10776 (org-format-table-table-html-using-table-generate-source)
10777 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
10778 * textmodes/reftex.el (reftex-access-scan-info):
10779 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
10780 (reftex-toc-promote-prepare): Follow error conventions.
10781
10782 * diff-mode.el (diff-mode): Fix typo in docstring.
10783
10784 * forms.el (forms--intuit-from-file): Fix reference to
10785 `forms-number-of-fields' in error message.
10786 (forms-print): Fix quoting in error message.
10787
10788 * forms.el (forms-mode):
10789 * emulation/vi.el (vi-goto-insert-state):
10790 * progmodes/flymake.el (flymake-new-err-info)
10791 (flymake-start-syntax-check-for-current-buffer)
10792 (flymake-simple-cleanup):
10793 * eshell/esh-var.el (eshell/export):
10794 * progmodes/gud.el (xdb):
10795 * textmodes/flyspell.el (flyspell-incorrect-hook)
10796 (flyspell-maybe-correct-transposition)
10797 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
10798
10799 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
10800
10801 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
10802 minibuffer prompt.
10803
10804 2005-06-13 Kim F. Storm <storm@cua.dk>
10805
10806 * subr.el (add-to-ordered-list): New defun.
10807
10808 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
10809 add cua--keymap-alist to emulation-mode-map-alists.
10810
10811 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10812
10813 * subr.el (complete-in-turn): New macro.
10814 (dynamic-completion-table, lazy-completion-table): Add debug info.
10815
10816 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
10817 in preference to face aliases.
10818
10819 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
10820 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
10821 Remove unused vars `start' and `firstline'.
10822 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
10823 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
10824
10825 2005-06-13 Eli Zaretskii <eliz@gnu.org>
10826
10827 * cus-start.el (all): Don't complain about missing GTK-related
10828 variables, unless either `gtk' is boundp or this isn't a
10829 `windows-nt' build.
10830
10831 2005-06-13 Lute Kamstra <lute@gnu.org>
10832
10833 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
10834 run-mode-hooks.
10835
10836 * ediff-mult.el (ediff-meta-mode):
10837 * ediff-util.el (ediff-mode): Use run-mode-hooks.
10838
10839 * ledit.el (ledit-mode): Use delay-mode-hooks.
10840
10841 * woman.el (woman-mode-line-format): Delete constant.
10842 (woman-mode-map): Initialize it properly.
10843 (woman-mode): Set mode-class property to special.
10844 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
10845 Set major-mode and mode-name. Don't set mode-line-format directly.
10846 (Man-getpage-in-background): Don't reference woman-mode-line-format.
10847
10848 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
10849 string argument obsolete.
10850
10851 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
10852
10853 * textmodes/org.el (org-CUA-compatible): New option.
10854 (org-disputed-keys): New variable.
10855 (org-key): New function.
10856 (orgtbl-make-binding): Add docstring to the created function.
10857 (org-mode): Set paragraph start/separate regexps.
10858 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
10859 (org-archive-location, org-archive-mark-done)
10860 (org-archive-stamp-time): New options.
10861 (org-archive-subtree): New command.
10862 (org-fill-paragraph): New function.
10863 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
10864 (org-fake-empty-table-line): Function removed.
10865 (org-format-org-table-html): Do not create empty table lines at
10866 separator lines. Improved table header treatment.
10867 (org-link-format): New option.
10868 (org-make-link): New function.
10869 (org-insert-link, org-store-link): Use org-make-link.
10870 (org-open-file): Quote file name for shell command, to allow
10871 spaces in file names.
10872 (org-link-regexp): Fix bug with mailto link.
10873 (org-link-maybe-angles-regexp, org-protected-link-regexp):
10874 New constants.
10875 (org-export-as-html): Deal with the optional angles around a link.
10876 Better treatment of file: links.
10877 (org-open-at-point): Replace @{ and @} with < and >.
10878 (org-run-mode-hooks): Function removed.
10879 (org-agenda-mode): No longer use `org-run-mode-hooks'.
10880
10881 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
10882
10883 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
10884 MI command -data-list-register-values.
10885 (gdb-post-prompt): Indent properly.
10886
10887 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
10888
10889 * hilit-chg.el (highlight-changes-colors): Rename from
10890 `highlight-changes-colours'.
10891 (highlight-changes-colours): Keep as obsolete alias.
10892 (highlight-changes-face-list): Doc fix.
10893 (hilit-chg-make-list): Use `highlight-changes-colors'.
10894
10895 2005-06-12 Mark A. Hershberger <mah@everybody.org>
10896
10897 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
10898 defun-prompt-regexp.
10899
10900 2005-06-12 Eli Zaretskii <eliz@gnu.org>
10901
10902 * loadup.el: Don't say we are dumping under 2 names on windows-nt
10903 and cygwin.
10904
10905 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
10906 Don't use an old loaddefs.el, as in Makefile.in.
10907
10908 2005-06-12 Lute Kamstra <lute@gnu.org>
10909
10910 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
10911
10912 * man.el (Man-mode-map): Initialize it properly.
10913 (Man-mode): Set mode-class property to special.
10914
10915 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
10916
10917 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10918
10919 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
10920 A newline is needed in the docstring there.
10921
10922 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
10923 Doc fixes.
10924
10925 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10926
10927 * printing.el: Doc fix. The menubar is no more changed when printing
10928 is loaded, it only changes when pr-menu-bind or pr-update-menus is
10929 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
10930 (pr-version): New version number (6.8.4).
10931 (pr-menu-bind): New command.
10932 (pr-update-menus): Docstring and code fix.
10933 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
10934 Docstring fix.
10935 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
10936 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
10937
10938 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
10939
10940 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
10941 "Returns" to "return", document useful return values, etc.
10942
10943 2005-06-11 Alan Mackenzie <acm@muc.de>
10944
10945 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
10946 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
10947 (adaptive-file-function): Minor amendment to doc-string.
10948
10949 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10950
10951 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
10952 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
10953 Fix :type--it is `integer', not `string'.
10954
10955 * faces.el (modeline-highlight): Rename from (the erroneous)
10956 `modeline-higilight'.
10957
10958 2005-06-11 Lute Kamstra <lute@gnu.org>
10959
10960 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
10961 lisp-interaction-mode-map but make it the parent.
10962 (edebug-eval-mode): Use define-derived-mode.
10963
10964 2005-06-11 Andreas Schwab <schwab@suse.de>
10965
10966 * bindings.el: Add binding of `ESC functionkey' for every
10967 `M-functionkey'.
10968 * hexl.el (hexl-mode-map): Likewise.
10969
10970 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
10971
10972 * progmodes/compile.el (compilation-error-regexp-alist-alist)
10973 [msft]: update regexp for newer msft compilers.
10974
10975 2005-06-10 Mark A. Hershberger <mah@everybody.org>
10976
10977 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
10978 ATTLIST portions of included DTDs.
10979 (xml-parse-dtd): Eliminate use of inefficient match-data.
10980
10981 2005-06-10 Miles Bader <miles@gnu.org>
10982
10983 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
10984 (mpuz-text): Remove "-face" suffix from face names.
10985 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
10986 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
10987 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
10988
10989 * play/gomoku.el (gomoku-O, gomoku-X):
10990 Remove "-face" suffix from face names.
10991 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
10992 New backward-compatibility aliases for renamed faces.
10993 (gomoku-font-lock-keywords): Use renamed gomoku faces.
10994
10995 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
10996
10997 * thumbs.el: Fixes for changes of 2005-06-09.
10998 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
10999 as a directory.
11000 (thumbs-thumbname): Remove directory separator from format string;
11001 `thumbs-thumbsdir' now returns a valid directory name.
11002 (thumbs-temp-dir): New defsubst.
11003 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
11004 Use it.
11005
11006 * cus-edit.el (minibuffer):
11007 * files.el (make-backup-file-name-function):
11008 * filesets.el (filesets-external-viewers):
11009 * hilit-chg.el (highlight-changes-colours)
11010 (highlight-changes-face-list, highlight-changes-rotate-faces):
11011 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
11012 * kmacro.el (kmacro-call-macro):
11013 * log-edit.el (log-edit-changelog-full-paragraphs):
11014 * mouse.el (mouse-1-click-follows-link):
11015 * skeleton.el (skeleton-autowrap):
11016 * subr.el (insert-for-yank-1):
11017 * tempo.el (tempo-insert-region):
11018 * terminal.el (terminal-emulator):
11019 * time.el (display-time-mail-face):
11020 * vc.el (vc-annotate):
11021 * vcursor.el (vcursor-copy-line):
11022 * woman.el (woman-bold-headings, woman-ignore)
11023 (woman-default-faces, woman-monochrome-faces):
11024 * calendar/todo-mode.el (todo-insert-threshold):
11025 * emulation/pc-select.el (pc-select-selection-keys-only)
11026 (pc-selection-mode):
11027 * emulation/vip.el (vip-find-char-forward):
11028 * emulation/viper-cmd.el (viper-find-char-forward):
11029 * international/mule-cmds.el
11030 (select-safe-coding-system-accept-default-p)
11031 (input-method-exit-on-invalid-key):
11032 * international/mule-diag.el (describe-coding-system):
11033 * international/ucs-tables.el (unify-8859-on-encoding-mode):
11034 * net/browse-url.el (browse-url-xterm-program):
11035 * obsolete/lazy-lock.el (lazy-lock-mode):
11036 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
11037 (cperl-mode):
11038 * progmodes/cpp.el (cpp-face-light-name-list)
11039 (cpp-face-dark-name-list):
11040 * progmodes/delphi.el (delphi-newline-always-indents):
11041 Fix spellings in docstrings.
11042
11043 * ido.el (ido-mode, ido-file-extensions-order)
11044 (ido-default-file-method, ido-default-buffer-method)
11045 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
11046 (ido-decorations, ido-read-file-name-as-directory-commands)
11047 (ido-read-file-name-non-ido, ido-work-directory-list)
11048 (ido-ignore-item-temp-list, ido-current-directory)
11049 (ido-magic-forward-char, ido-enter-find-file)
11050 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
11051 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
11052
11053 2005-06-10 Lute Kamstra <lute@gnu.org>
11054
11055 * play/dunnet.el (dun-mode): Use define-derived-mode.
11056 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
11057 obsolete alias.
11058
11059 * play/doctor.el (doctor-mode-map): Remove defvar.
11060 (doctor-mode): Use define-derived-mode.
11061
11062 * mail/mspools.el (mspools-mode):
11063 * net/eudc-hotlist.el (eudc-hotlist-mode):
11064 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
11065
11066 2005-06-10 Miles Bader <miles@gnu.org>
11067
11068 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11069 Remove "-face" suffix from face names.
11070 (flyspell-incorrect-face, flyspell-duplicate-face):
11071 New backward-compatibility aliases for renamed faces.
11072 (flyspell-mode-on, make-flyspell-overlay)
11073 (flyspell-highlight-incorrect-region)
11074 (flyspell-highlight-duplicate-region)
11075 (flyspell-display-next-corrections)
11076 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
11077
11078 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
11079 from face name.
11080 (texinfo-heading-face): New backward-compatibility alias for
11081 renamed face.
11082 (texinfo-heading-face): Use renamed texinfo-heading face.
11083
11084 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
11085 suffix from face names.
11086 (tex-math-face, tex-verbatim-face):
11087 New backward-compatibility aliases for renamed faces.
11088 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
11089 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
11090 literal face name.
11091
11092 * textmodes/table.el (table-cell): Remove "-face" suffix from face
11093 name.
11094 (table-cell-face): New backward-compatibility alias for renamed face.
11095 (table--put-cell-face-property, table--update-cell-face):
11096 Use renamed table-cell face.
11097
11098 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
11099 from face name.
11100 (sgml-namespace-face): New backward-compatibility alias for
11101 renamed face.
11102 (sgml-namespace-face): Use renamed sgml-namespace face.
11103
11104 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
11105 (org-level-4, org-level-5, org-level-6, org-level-7)
11106 (org-level-8, org-warning, org-headline-done)
11107 (org-deadline-announce, org-scheduled-today)
11108 (org-scheduled-previously, org-link, org-done, org-table)
11109 (org-time-grid): Remove "-face" suffix from face names.
11110 (org-level-1-face, org-level-2-face, org-level-3-face)
11111 (org-level-4-face, org-level-5-face, org-level-6-face)
11112 (org-level-7-face, org-level-8-face, org-warning-face)
11113 (org-headline-done-face, org-deadline-announce-face)
11114 (org-scheduled-today-face, org-scheduled-previously-face)
11115 (org-link-face, org-done-face, org-table-face)
11116 (org-time-grid-face):
11117 New backward-compatibility aliases for renamed faces.
11118 (org-level-faces, org-set-font-lock-defaults, org-timeline)
11119 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
11120 (org-agenda-get-timestamps, org-agenda-get-scheduled)
11121 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
11122
11123 * emulation/viper-init.el (viper-search, viper-replace-overlay)
11124 (viper-minibuffer-emacs, viper-minibuffer-insert)
11125 (viper-minibuffer-vi): Remove "-face" suffix from face names.
11126 (viper-search-face, viper-replace-overlay-face)
11127 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11128 (viper-minibuffer-vi-face):
11129 New backward-compatibility aliases for renamed faces.
11130 (viper-search-face, viper-replace-overlay-face)
11131 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11132 (viper-minibuffer-vi-face): Use renamed viper faces.
11133
11134 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
11135 Remove "-face" suffix from face names.
11136 (testcover-nohits-face, testcover-1value-face):
11137 New backward-compatibility aliases for renamed faces.
11138 (testcover-mark): Use renamed testcover faces.
11139
11140 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
11141 face name.
11142 (diary-button-face): New backward-compatibility alias for renamed face.
11143 (diary-entry): Use renamed diary-button face.
11144
11145 * calendar/calendar.el (diary, calendar-today, holiday)
11146 (mark-visible-calendar-date): Remove "-face" suffix from face names.
11147 (diary-face, calendar-today-face, holiday-face):
11148 New backward-compatibility aliases for renamed faces.
11149 (eval-after-load "facemenu", diary-entry-marker)
11150 (calendar-today-marker, calendar-holiday-marker, diary-face):
11151 Use renamed calendar faces.
11152
11153 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
11154 (compare-windows-face): New backward-compatibility alias for
11155 renamed face.
11156 (compare-windows-highlight): Use renamed compare-windows face.
11157
11158 * strokes.el (strokes-char): Remove "-face" suffix from face name.
11159 (strokes-char-face): New backward-compatibility alias for renamed face.
11160 (strokes-encode-buffer): Use renamed strokes-char face.
11161
11162 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
11163 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
11164 Remove "-face" suffix from face names.
11165 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11166 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11167 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
11168 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
11169 Use renamed pcvs faces.
11170 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
11171 * pcvs-defs.el (cvs-mode-map): Likewise.
11172 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
11173
11174 * info.el (info-title-1, info-title-2, info-title-3)
11175 (info-title-4): Remove "-face" suffix from and downcase face names.
11176 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11177 (Info-title-4-face):
11178 New backward-compatibility aliases for renamed faces.
11179 (Info-fontify-node): Use renamed info faces.
11180
11181 * hilit-chg.el (highlight-changes, highlight-changes-delete):
11182 Remove "-face" suffix from face names.
11183 (highlight-changes-face, highlight-changes-delete-face):
11184 New backward-compatibility aliases for renamed faces.
11185 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
11186 (hilit-chg-make-list): Use renamed highlight-changes faces.
11187
11188 * generic-x.el (show-tabs-tab, show-tabs-space):
11189 Remove "-face" suffix from face names.
11190 (show-tabs-tab-face, show-tabs-space-face):
11191 New backward-compatibility aliases for renamed faces.
11192 (show-tabs-generic-mode-font-lock-defaults-1)
11193 (show-tabs-generic-mode-font-lock-defaults-2):
11194 Use renamed show-tabs faces.
11195
11196 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
11197 (smerge-markers): Remove "-face" suffix from face names.
11198 (smerge-mine-face, smerge-other-face, smerge-base-face)
11199 (smerge-markers-face):
11200 New backward-compatibility aliases for renamed faces.
11201 (smerge-mine-face, smerge-other-face, smerge-base-face)
11202 (smerge-markers-face): Use renamed smerge faces.
11203
11204 * log-view.el (log-view-file, log-view-message): Remove "-face"
11205 suffix from face names.
11206 (log-view-file-face, log-view-message-face):
11207 New backward-compatibility aliases for renamed faces.
11208 (log-view-file-face, log-view-message-face): Use renamed log-view
11209 faces.
11210
11211 * paren.el (show-paren-match, show-paren-mismatch):
11212 Remove "-face" suffix from face names.
11213 (show-paren-match-face, show-paren-mismatch-face):
11214 New backward-compatibility aliases for renamed faces.
11215 (show-paren-function): Use renamed show-paren faces.
11216
11217 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
11218 (ruler-mode-margins, ruler-mode-fringes)
11219 (ruler-mode-column-number, ruler-mode-fill-column)
11220 (ruler-mode-comment-column, ruler-mode-goal-column)
11221 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
11222 suffix from face names.
11223 (ruler-mode-default-face, ruler-mode-pad-face)
11224 (ruler-mode-margins-face, ruler-mode-fringes-face)
11225 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
11226 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
11227 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
11228 New backward-compatibility aliases for renamed faces.
11229 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
11230 (ruler-mode-column-number, ruler-mode-fill-column)
11231 (ruler-mode-comment-column, ruler-mode-goal-column)
11232 (ruler-mode-tab-stop, ruler-mode-current-column)
11233 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
11234 faces.
11235
11236 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
11237 face name.
11238 (whitespace-highlight-the-space): Use renamed face.
11239 (whitespace-highlight-face): New backward-compatibility alias for
11240 renamed face.
11241
11242 * woman.el (woman-italic, woman-bold, woman-unknown)
11243 (woman-addition, woman-symbol-face):
11244 Remove "-face" suffix from face names.
11245 (woman-italic-face, woman-bold-face, woman-unknown-face)
11246 (woman-addition-face):
11247 New backward-compatibility aliases for renamed faces.
11248 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
11249 (woman-decode-region, woman-replace-match)
11250 (woman-display-extended-fonts, woman-special-characters)
11251 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
11252 Use renamed woman faces.
11253
11254 * longlines.el (longlines-visible-face): Face removed.
11255
11256 * diff-mode.el (diff-header, diff-file-header, diff-index)
11257 (diff-hunk-header, diff-removed, diff-added, diff-changed)
11258 (diff-function, diff-context, diff-nonexistent): Remove "-face"
11259 suffix from face names.
11260 (diff-header-face, diff-file-header-face, diff-index-face)
11261 (diff-hunk-header-face, diff-removed-face, diff-added-face)
11262 (diff-changed-face, diff-function-face, diff-context-face)
11263 (diff-nonexistent-face): New backward-compatibility aliases for
11264 renamed faces.
11265 (diff-header-face, diff-file-header-face)
11266 (diff-index, diff-index-face, diff-hunk-header)
11267 (diff-hunk-header-face, diff-removed, diff-removed-face)
11268 (diff-added, diff-added-face, diff-changed-face, diff-function)
11269 (diff-function-face, diff-context-face, diff-nonexistent)
11270 (diff-nonexistent-face): Use renamed diff-mode faces.
11271
11272 * progmodes/compile.el (compilation-warning-face)
11273 (compilation-info-face): Remove "-face" suffix from face names.
11274 (compilation-warning-face, compilation-info-face):
11275 New backward-compatibility aliases for renamed faces.
11276 (compilation-warning-face, compilation-info-face):
11277 Use renamed compilation faces.
11278
11279 * add-log.el (change-log-date, change-log-name)
11280 (change-log-email, change-log-file, change-log-list)
11281 (change-log-conditionals, change-log-function)
11282 (change-log-acknowledgement): Remove "-face" suffix from face names.
11283 (change-log-date-face, change-log-name-face)
11284 (change-log-email-face, change-log-file-face)
11285 (change-log-list-face, change-log-conditionals-face)
11286 (change-log-function-face, change-log-acknowledgement-face):
11287 New backward-compatibility aliases for renamed faces.
11288 (change-log-font-lock-keywords): Use renamed change-log faces.
11289
11290 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
11291 (custom-set, custom-changed, custom-saved, custom-button)
11292 (custom-button-pressed, custom-documentation, custom-state)
11293 (custom-comment, custom-comment-tag, custom-variable-tag)
11294 (custom-variable-button, custom-face-tag, custom-group-tag-1)
11295 (custom-group-tag): Remove "-face" suffix from face names.
11296 (custom-magic-alist, custom-magic-value-create)
11297 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
11298 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11299 (custom-set-face, custom-changed-face, custom-saved-face)
11300 (custom-button-face, custom-button-pressed-face)
11301 (custom-documentation-face, custom-state-face)
11302 (custom-comment-face, custom-comment-tag-face)
11303 (custom-variable-tag-face, custom-variable-button-face)
11304 (custom-face-tag-face, custom-group-tag-face-1)
11305 (custom-group-tag-face):
11306 New backward-compatibility aliases for renamed faces.
11307
11308 * wid-edit.el (widget-documentation, widget-button)
11309 (widget-field, widget-single-line-field, widget-inactive)
11310 (widget-button-pressed): "-face" suffix removed from face names.
11311 (widget-documentation-face, widget-button-face)
11312 (widget-field-face, widget-single-line-field-face)
11313 (widget-inactive-face, widget-button-pressed-face):
11314 New backward-compatibility aliases for renamed faces.
11315 (widget-documentation-face, widget-button-face)
11316 (widget-button-pressed-face, widget-specify-field)
11317 (widget-specify-inactive): Use renamed widget faces.
11318
11319 2005-06-10 Kenichi Handa <handa@m17n.org>
11320
11321 * term/x-win.el (x-clipboard-yank): Remove condition-case
11322 wrapping.
11323
11324 2005-06-11 Kenichi Handa <handa@m17n.org>
11325
11326 * add-log.el (change-log-font-lock-keywords): Make the regexp for
11327 date lines stricter.
11328
11329 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
11330
11331 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
11332 of x-get-selection.
11333
11334 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
11335
11336 * comint.el (comint-mode, comint-snapshot-last-prompt):
11337 * frame.el (frame-current-scroll-bars):
11338 * term.el (term-mode, term-check-proc, term-input-sender)
11339 (term-simple-send, term-extract-string, term-word)
11340 (term-match-partial-filename):
11341 * window.el (window-current-scroll-bars):
11342 * emulation/cua-base.el (cua-normal-cursor-color)
11343 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
11344 (cua-global-mark-cursor-color):
11345 * mail/undigest.el (rmail-forward-separator-regex):
11346 Fix typos in docstrings.
11347
11348 * comint.el (comint-check-proc, make-comint-in-buffer)
11349 (comint-source-default): Doc fixes.
11350
11351 * term.el (term-send-string): Improve argument/docstring consistency.
11352
11353 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
11354
11355 * comint.el (comint-send-input): Bind `inhibit-read-only' around
11356 call to `delete-region'.
11357 (comint-mode-hook): Do not enable Font Lock by default.
11358
11359 2005-06-09 Lute Kamstra <lute@gnu.org>
11360
11361 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
11362 could be void.
11363
11364 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11365
11366 * emacs-lisp/debug.el (debugger-will-be-back): New var.
11367 (debug): Use it.
11368 (debugger-step-through, debugger-continue, debugger-jump)
11369 (debugger-return-value): Set it when needed.
11370 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
11371 Use inhibit-read-only.
11372
11373 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
11374
11375 * window.el (shrink-window-if-larger-than-buffer)
11376 (window-size-fixed): Fix typo in docstring.
11377
11378 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
11379 thumbnails directory on loading.
11380 (thumbs-conversion-program): Use `eq' to check the system type,
11381 not `equal'.
11382 (thumbs-temp-dir): Initialize to `temporary-file-directory',
11383 not "/tmp". Fix docstring.
11384 (thumbs-thumbsdir): New function to return the thumbnails
11385 directory, creating it if needed.
11386 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
11387 (thumbs-temp-file): Delete variable and make it into a function.
11388 (thumbs-resize-image, thumbs-modify-image): Use it.
11389 (thumbs-kill-buffer): Simplify.
11390 (thumbs-gensym): Defalias or duplicate CL `gensym'.
11391 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
11392 docstrings.
11393
11394 2005-06-09 Kim F. Storm <storm@cua.dk>
11395
11396 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
11397 set-match-data to free markers in match-data.
11398
11399 * replace.el (replace-match-data): Pass RESEAT arg `t' to
11400 match-data to unchain markers in match-data.
11401
11402 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11403
11404 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
11405 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
11406 unnecessary now.
11407
11408 2005-06-08 Richard M. Stallman <rms@gnu.org>
11409
11410 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
11411 give the variable a doc string that doesn't say don't set it directly.
11412
11413 * textmodes/ispell.el (ispell-check-version):
11414 Use match-string-no-properties.
11415 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
11416 (ispell-buffer-local-words): Likewise.
11417
11418 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
11419 except on terminals with enough colors to really display it.
11420 (makefile-dependency-regex): Delete spurious `bb'.
11421
11422 * faces.el (escape-glyph): Use blue once again in last case.
11423 (no-break-space): Redefine so that it isn't invisible on a tty.
11424
11425 2005-06-08 Kim F. Storm <storm@cua.dk>
11426
11427 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
11428 also when reading directory name.
11429
11430 2005-06-08 Lute Kamstra <lute@gnu.org>
11431
11432 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
11433 (flyspell-mode-line-string): Remove autoload cookie.
11434 (flyspell-mode): Remove defvar.
11435
11436 2005-06-07 Lute Kamstra <lute@gnu.org>
11437
11438 * textmodes/org.el (org-run-mode-hooks): New function.
11439 (org-agenda-mode): Use it.
11440
11441 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
11442
11443 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
11444
11445 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11446
11447 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
11448
11449 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
11450
11451 * font-lock.el (font-lock-add-keywords): Doc fix.
11452
11453 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11454
11455 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
11456 (tex-compile-default): In the absence of any history, use the order in
11457 tex-compile-alist to choose the preferred command.
11458 (tex-compile-commands): Reorder a bit.
11459
11460 * textmodes/flyspell.el (flyspell-auto-correct-binding)
11461 (flyspell-incorrect-face, flyspell-duplicate-face):
11462 Use (X)Emacs-agnostic code.
11463 (flyspell-mode-map): Don't overwrite at each load. Remove code
11464 redundant with the subsequent add-minor-mode. Merge Emacs and
11465 XEmacs code.
11466 (flyspell-word): Minor simplification.
11467 (flyspell-math-tex-command-p): Quieten the byte-compiler.
11468 (flyspell-external-point-words): Remove unused vars `size' and `start'.
11469 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
11470 Merge the corresponding Emacs code.
11471 (flyspell-correct-word, flyspell-xemacs-popup):
11472 Use flyspell-do-correct.
11473
11474 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
11475 a dedicated window.
11476
11477 * international/latexenc.el (latexenc-find-file-coding-system):
11478 Undo part of last patch, to turn off a compiler warning.
11479
11480 2005-06-06 Juri Linkov <juri@jurta.org>
11481
11482 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
11483 Rename `tmm-inactive-face' to `tmm-inactive'.
11484
11485 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
11486
11487 * iswitchb.el: Rename faces.
11488
11489 2005-06-06 Kim F. Storm <storm@cua.dk>
11490
11491 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
11492 (cua-global-mark): Remove -face suffix from face names.
11493
11494 * emulation/cua-gmrk.el (cua--init-global-mark):
11495 Remove cua-global-mark face setup.
11496
11497 2005-06-06 Richard M. Stallman <rms@gnu.org>
11498
11499 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
11500 just like other allowed characters.
11501 (makefile-match-dependency): Exclude leading and training whitespace
11502 from the range of regexp subexp 1.
11503 (makefile-macroassign-regex): Don't try to match the body,
11504 just the name of the macro being defined.
11505
11506 * info.el (Info-read-node-name-2): New function.
11507 (Info-read-node-name-1): Use that.
11508 Add a completion-base-size-function property.
11509
11510 * simple.el (completion-setup-function): Look for
11511 completion-base-size-function property of minibuffer-completion-table.
11512
11513 * files.el (locate-file-completion): Doc fix.
11514
11515 * printing.el: Don't call pr-update-menus; user must do that.
11516
11517 * emacs-lisp/debug.el (debugger-window): New variable.
11518 (debug): Use debugger-window if it is set and still alive.
11519 Record debugger-window for next entry.
11520
11521 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
11522
11523 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
11524
11525 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
11526 (hack-one-local-variable, hack-local-variables)
11527 (hack-local-variables-prop-line): Pass that arg.
11528
11529 2005-06-06 Kim F. Storm <storm@cua.dk>
11530
11531 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11532 (ido-indicator): Remove -face suffix from face names.
11533
11534 2005-06-06 Juri Linkov <juri@jurta.org>
11535
11536 * font-lock.el (font-lock-regexp-backslash)
11537 (font-lock-regexp-backslash-construct): New faces.
11538 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
11539 after `('. Add `while-no-input' to control structures.
11540
11541 * faces.el (no-break-space, shadow): New faces.
11542 (escape-glyph): Use less loud colors pink2 and red4.
11543
11544 * diff-mode.el (diff-context-face)
11545 * dired.el (dired-ignored)
11546 * rfn-eshadow.el (file-name-shadow)
11547 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
11548
11549 * info.el (Info-title-1-face): Use green instead of yellow because
11550 bold yellow is not readable on light backgrounds.
11551
11552 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
11553 before selecting the desired mode to not spend time fontifying
11554 old contents.
11555
11556 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
11557
11558 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
11559 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
11560
11561 * ps-print.el (ps-default-fg, ps-default-bg):
11562 Fix typos in docstrings.
11563
11564 * isearchb.el (isearchb): Don't pass a spurious second argument to
11565 `iswitchb-completions'.
11566
11567 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
11568
11569 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
11570 to preserve point.
11571 (gdb-find-file-hook): Add doc string.
11572
11573 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
11574 C dereferenced pointer expression.
11575 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
11576
11577 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
11578
11579 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
11580 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
11581 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
11582 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
11583 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
11584 Make background transparent.
11585
11586 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
11587
11588 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
11589 (font-lock-remove-keywords): Doc fix.
11590 (font-lock-mode-major-mode): Compiler defvar.
11591 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
11592
11593 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
11594 (font-lock-mode): Update `font-lock-mode-major-mode'.
11595 (font-lock-set-defaults): Compiler defvar.
11596 (font-lock-default-function): Take `font-lock-mode-major-mode'
11597 into account.
11598
11599 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
11600 keep track of which major mode it enabled the minor mode for.
11601 Use find-file-hook again. Update docstring.
11602
11603 * simple.el (eval-expression-print-level)
11604 (eval-expression-print-length, eval-expression-debug-on-error):
11605 Doc fixes.
11606
11607 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
11608
11609 * iswitchb.el (iswitchb-single-match-face)
11610 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
11611 (iswitchb-invalid-regexp-face): New faces.
11612 (iswitchb-completions): Use them.
11613 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
11614 now marked as an obsolete alias.
11615 (iswitchb-read-buffer): Remove check for bound font variables.
11616 (iswitchb-invalid-regexp): New free variable.
11617 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
11618 set iswitchb-invalid-regexp.
11619 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
11620 invalid regexps.
11621 (iswitchb-completions): Add check for complete match when entering
11622 a regexp.
11623 (iswitchb-completions): Remove require-match argument.
11624 (iswitchb-exhibit): Fix caller.
11625 (iswitchb-common-match-inserted): New variable.
11626 (iswitchb-complete, iswitchb-completion-help): Use it.
11627
11628 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
11629
11630 * url-http.el (url-http-chunked-encoding-after-change-function):
11631 Use `url-http-debug' instead of `message'.
11632
11633 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
11634
11635 * url-http.el (url-http-parse-headers): Pass redirected URL as a
11636 callback argument.
11637
11638 2005-06-04 Kim F. Storm <storm@cua.dk>
11639
11640 * simple.el (line-move): Only call sit-for when moving backwards.
11641
11642 * ido.el (ido-make-merged-file-list-1): New defun split from
11643 ido-make-merged-file-list.
11644 (ido-make-merged-file-list): Bind throw-on-input around call to
11645 ido-make-merged-file-list-1. Return input-pending-p if
11646 interrupted by more input available.
11647 (ido-read-internal): Handle input-pending-p return value from
11648 ido-make-merged-file-list.
11649
11650 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11651
11652 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
11653 compatibility code.
11654
11655 * international/latexenc.el (latexenc-find-file-coding-system):
11656 Don't inherit the EOL part of the coding-system from the
11657 tex-main buffer. Fit within 80 columns.
11658
11659 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
11660
11661 * tmm.el (tmm-inactive-face): New face.
11662 (tmm-remove-inactive-mouse-face): New function.
11663 (tmm-prompt, tmm-add-one-shortcut)
11664 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
11665 but not selectable.
11666
11667 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
11668
11669 * faces.el (face-equal): Improve argument/docstring consistency.
11670
11671 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
11672
11673 * progmodes/make-mode.el (makefile-targets-face)
11674 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
11675 (makefile-bsdmake-dependency-regex)
11676 (makefile-makepp-rule-action-regex)
11677 (makefile-bsdmake-rule-action-regex): New constants.
11678 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
11679
11680 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11681 Allow (...) within `...' for makepp messages.
11682
11683 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
11684
11685 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
11686
11687 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
11688 "." files are deleted from all file lists before comparison.
11689
11690 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11691 (viper-ESC-key): Made them customizable.
11692
11693 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
11694
11695 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
11696
11697 * autorevert.el (auto-revert-buffers): Use save-match-data.
11698
11699 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11700
11701 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
11702 menu items with a nil command binding.
11703
11704 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
11705
11706 * emacs-lisp/cl-macs.el (defsetf):
11707 Improve argument/docstring consistency.
11708
11709 * faces.el (list-faces-display): Improve the formatting by
11710 computing the maximum length required for any face-name (reworked
11711 patch of 1999-01-11, accidentally deleted on 1999-07-21).
11712 (internal-find-face): Remove redundant info in docstring.
11713
11714 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
11715
11716 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
11717 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
11718 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
11719 (gdb-assembler-custom): Improve regexps.
11720 (def-gdb-auto-update-handler): Use window point to preserve point.
11721
11722 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11723
11724 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
11725
11726 2005-05-31 Jay Belanger <belanger@truman.edu>
11727
11728 * calc/calc-embed.el (calc-embedded-word): Change argument passed
11729 to calc-embedded.
11730 (calc-embedded-make-info): Have plain prefix argument select
11731 entire line.
11732
11733 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
11734
11735 * faces.el (list-faces-display): Signal error if passed a regexp
11736 that matches no face name.
11737
11738 * simple.el (filter-buffer-substring): Fix typo in docstring.
11739
11740 2005-05-31 Richard M. Stallman <rms@gnu.org>
11741
11742 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
11743 (vhdl-emacs-21): Doc fix.
11744 (vhdl-mode): Unconditionally set comment-padding.
11745 (vhdl-fixup-whitespace-region): Insert spaces only where
11746 there are none.
11747 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
11748
11749 2005-05-30 John Wiegley <johnw@newartisans.com>
11750
11751 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11752 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
11753 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
11754 `directory-sep-char' to ?/, and all uses of `string-to-int' to
11755 `string-to-number'.
11756
11757 2005-05-30 Jay Belanger <belanger@truman.edu>
11758
11759 * calc/calc.el (calc-bug-address): Fix docstring.
11760 (calc-window-hook, calc-trail-window-hook): New variables.
11761 (calc-trail-display): Restore use of calc-trail-window-hook.
11762 (calc): Restore use of calc-window-hook.
11763
11764 2005-05-31 Masatake YAMATO <jet@gyve.org>
11765
11766 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
11767
11768 * help-fns.el (help-C-file-name): Add autoload mark for
11769 `find-function-noselect'.
11770
11771 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11772
11773 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
11774 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
11775
11776 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
11777
11778 * calendar/diary-lib.el (mark-included-diary-files): Only kill
11779 included diary buffer if it was not already being visited.
11780 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
11781
11782 * calendar/icalendar.el (top-level): Do not require 'appt.
11783
11784 * mail/supercite.el (sc-select-attribution): Only use a list
11785 element from sc-attrib-selection-list if it returns a string.
11786 Reported by Davide G. M. Salvetti <salve@debian.org>.
11787
11788 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
11789
11790 * thumbs.el (thumbs-thumbname): The resulting thumbname now
11791 includes a hash value to improve its uniqueness, and has a ".jpg"
11792 extension. Also, it is now a valid filename on all systems.
11793 (thumbs-make-thumb): Use `let', not `let*'.
11794 (thumbs-show-thumbs-list): Check for JPEG availability.
11795
11796 2005-05-30 Richard M. Stallman <rms@gnu.org>
11797
11798 * filesets.el (filesets-menu-ensure-use-cached):
11799 Prevent warning when emacs-version>= is undefined.
11800
11801 * printing.el (pr-interactive-n-up): Use string-to-number.
11802
11803 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
11804
11805 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11806 Warn only when name to be defined is quoted.
11807
11808 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
11809
11810 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
11811 Make regexp more robust.
11812 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
11813 Force regeneration of disassembly.
11814
11815 2005-05-29 Jay Belanger <belanger@truman.edu>
11816
11817 * calc/calc.el (calc-user-invocation): Check if
11818 calc-invocation-macro is non-nil.
11819
11820 2005-05-29 Juri Linkov <juri@jurta.org>
11821
11822 * add-log.el (change-log-font-lock-keywords):
11823 Add `+' to e-mail regexp to accept mail address with keywords.
11824
11825 * man.el (Man-name-regexp): Add `:' to accept qualified names.
11826
11827 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
11828
11829 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
11830
11831 * ielm.el (inferior-emacs-lisp-mode): Ditto.
11832
11833 2005-05-29 Richard M. Stallman <rms@gnu.org>
11834
11835 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11836 Undo the change that moves to end of the current word.
11837
11838 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
11839
11840 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
11841 Throw error when count <= 0 to ensure input is a number.
11842 (gdb-read-memory-custom): Pick up address from buffer.
11843 (gdb-memory-mode): Allow user to increment and decrement
11844 memory address from header line.
11845
11846 2005-05-29 Richard M. Stallman <rms@gnu.org>
11847
11848 * flyspell.el (flyspell-version): Function deleted.
11849 (flyspell-auto-correct-previous-hook): Doc fix.
11850
11851 * jit-lock.el (jit-lock-function, jit-lock-after-change):
11852 Do nothing if memory is full.
11853
11854 * font-lock.el (font-lock-fontify-syntactically-region):
11855 Pass t for GREEDY to looking-back.
11856
11857 * saveplace.el (save-place-alist-to-file): Write the file
11858 using write-region.
11859
11860 * subr.el (looking-back): New argument GREEDY.
11861
11862 * progmodes/compile.el (compilation-start): Set the mode
11863 before inserting the initial text.
11864
11865 * progmodes/which-func.el (which-func-update-1): Turn the mode
11866 off in case of error by setting which-func-mode.
11867
11868 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
11869
11870 * flyspell.el (flyspell-auto-correct-previous-word):
11871 Narrow down to what's on the screen, and recenter overlays
11872 at the end of the next word.
11873
11874 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
11875
11876 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
11877 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
11878 (flyspell-abbrev-p): Default to nil.
11879 (flyspell-use-global-abbrev-table-p): Doc fix.
11880 (flyspell-large-region): Allow nil as value.
11881 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
11882
11883 (mail-mode-flyspell-verify): More robust handling
11884 of `mail-header-separator'. More efficient signature detection.
11885 Allow for regexp metacharacters in message-header-separator.
11886 Adding `To' not to be checked in mail-mode-flyspell-verify.
11887
11888 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
11889 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
11890 Bind flyspell-auto-correct-binding.
11891 Bind C-. and C-, .
11892 (flyspell-mode-map): Likewise.
11893 (flyspell-mode): Doc fix.
11894 (flyspell-accept-buffer-local-defs): Preserve current buffer.
11895 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
11896 (flyspell-word-cache-result): New var, always local.
11897 (flyspell-check-pre-word-p): Doc fix.
11898 (flyspell-check-changed-word-p): Handle spc like newline.
11899 (flyspell-post-command-hook): Set flyspell-word-cache-result.
11900 (flyspell-word-search-backward, flyspell-word-search-forward):
11901 New functions.
11902 (flyspell-word): Return t if nothing to check.
11903 When parsing TeX code, check for after } or \.
11904 Use flyspell-word-search-backward to find previous word.
11905 Return nil if duplicated word.
11906 For word already checked, return same value as last time.
11907 Set flyspell-word-cache-result after checking.
11908 Don't clobber the return value.
11909 (flyspell-get-word): Major rewrite.
11910 (flyspell-external-point-words): New locals pword, pcount.
11911 Fix size used in progress message.
11912 Find the proper corresponding word in flyspell-large-region-buffer.
11913 (flyspell-region): Check for flyspell-large-region = nil.
11914 (flyspell-highlight-incorrect-region): Clean up overlays in region.
11915 (flyspell-auto-correct-word): Check that WORD is a cons.
11916 (flyspell-correct-word): Likewise.
11917
11918 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
11919
11920 * progmodes/make-mode.el (makefile-rule-action-regex)
11921 (makefile-macroassign-regex, makefile-makepp-mode)
11922 (makefile-bsdmake-mode): Continuation lines may be empty.
11923 Reported by Joshua Varner.
11924 (makefile-makepp-font-lock-keywords): Add $(stem).
11925
11926 2005-05-28 Karl Berry <karl@gnu.org>
11927
11928 * textmodes/tex-mode.el: Now that tex-send-command calls
11929 shell-quote-argument (2005-03-31 change), remove all calls to
11930 shell-quote-argument; they all end up invoking tex-send-command.
11931 The double quoting loses on filenames with non-safe characters,
11932 such as "@". Reported by Frederik Fouvry.
11933
11934 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
11935
11936 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
11937 about preserving point.
11938
11939 2005-05-27 Jay Belanger <belanger@truman.edu>
11940
11941 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
11942 Info-goto-node.
11943
11944 * calc/calc-embed.el (calc-embed-arg): New variable.
11945 (calc-do-embedded-activate, calc-embedded-activate-formula)
11946 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
11947 variable by new variable.
11948 (calc-embedded-make-info): Replace undeclared variable by new
11949 variable. When selecting region with positive prefix
11950 argument, use end of previous line instead of beginning of line.
11951
11952 * calc/calc-aent.el (calc-arg-values): Declare it.
11953
11954 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
11955 Declare them.
11956
11957 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
11958
11959 * calc/calc.el (calc-alg-map): Declare it.
11960
11961 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
11962
11963 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
11964
11965 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
11966 (gdb-registers-buffer, toggle-gdb-all-registers):
11967 Toggle display of floating point registers.
11968 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
11969
11970 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
11971 (toggle-gud-tooltip-dereference):
11972 Rename from gud-toggle-tooltip-dereference.
11973
11974 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11975
11976 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
11977
11978 2005-05-27 Jay Belanger <belanger@truman.edu>
11979
11980 * calc/calc-prog.el (calc-kbd-report): Remove.
11981 (calc-kbd-query): Rewrite.
11982
11983 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
11984
11985 * image.el (image-library-alist): Move to image.c.
11986 (image-type-available-p): Doc fix.
11987
11988 2005-05-27 Lute Kamstra <lute@gnu.org>
11989
11990 * calc/calc.el (calc):
11991 * outline.el (outline-1, outline-2, outline-3, outline-4)
11992 (outline-5, outline-6, outline-7, outline-8):
11993 * textmodes/dns-mode.el (dns-mode):
11994 * textmodes/sgml-mode.el (sgml-namespace-face):
11995 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
11996 (tex-verbatim-face, tex-use-reftex):
11997 * textmodes/texinfo.el (texinfo-heading-face):
11998 Specify customization group.
11999
12000 * longlines.el: Don't require easy-mmode.
12001 (longlines-visible-face): Specify customization group.
12002
12003 2005-05-27 Kenichi Handa <handa@m17n.org>
12004
12005 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
12006 encoding table of windows-1251.
12007
12008 * international/ucs-tables.el (ucs-set-table-for-input):
12009 If translation-table-for-input of a coding system is a symbol, get
12010 its translation-table property.
12011
12012 * international/code-pages.el: Don't register a coding system into
12013 non-iso-charset-alist more than once.
12014 (cp-make-coding-system): Likewise.
12015
12016 2005-05-26 John Wiegley <johnw@newartisans.com>
12017
12018 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
12019 `eshell-resume-eval' is wrapped in a list, it indicates that the
12020 command was run asynchronously. In that case, unwrap the value
12021 before checking the delimiter value.
12022
12023 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
12024 character before a space at the end of a line is \, assume the space
12025 is part of the last argument rather than a final argument separator.
12026
12027 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
12028 is in use, and the target is `t' or `nil' (which are the most common
12029 values), don't assume that the symbol target is a buffer.
12030
12031 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
12032
12033 * calendar/calendar.el (calendar-mode-line-format):
12034 Use mode-line-highlight as mouse-face.
12035
12036 * time.el (display-time-string-forms, display-time-update):
12037 Use mode-line-highlight as mouse-face.
12038
12039 2005-05-26 Jay Belanger <belanger@truman.edu>
12040
12041 * calc/calc.el (calc-language-alist): Remove extra defvar.
12042
12043 2005-05-26 Lute Kamstra <lute@gnu.org>
12044
12045 * arc-mode.el (archive-mode):
12046 * bookmark.el (bookmark-read-annotation-mode)
12047 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
12048 * bs.el (bs-mode):
12049 * calc/calc-yank.el (calc-edit-mode):
12050 * calc/calc.el (calc-mode, calc-trail-mode):
12051 * calculator.el (calculator-mode):
12052 * chistory.el (command-history-mode):
12053 * comint.el:
12054 * cus-edit.el (custom-mode):
12055 * descr-text.el (describe-text-mode):
12056 * ebuff-menu.el (Electric-buffer-menu-mode):
12057 * ediff-util.el (ediff-mode):
12058 * emacs-lisp/re-builder.el (reb-mode):
12059 * emulation/vi.el (vi-mode-setup):
12060 * emulation/ws-mode.el (wordstar-mode):
12061 * eshell/esh-mode.el (eshell-mode):
12062 * forms.el (forms-mode):
12063 * help-mode.el (help-mode):
12064 * hexl.el (hexl-mode):
12065 * ibuffer.el (ibuffer-mode):
12066 * ielm.el (inferior-emacs-lisp-mode):
12067 * info.el (Info-mode, Info-edit-mode):
12068 * international/swedish.el:
12069 * ledit.el (ledit-from-lisp-mode):
12070 * locate.el (locate-mode):
12071 * mail/rmail.el (rmail-mode):
12072 * mail/rmailedit.el (rmail-edit-mode):
12073 * mail/rmailsum.el (rmail-summary-mode):
12074 * mail/supercite.el (sc-electric-mode):
12075 * net/eudc.el (eudc-mode):
12076 * net/quickurl.el (quickurl-list-mode):
12077 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
12078 * obsolete/ooutline.el (outline-mode):
12079 * obsolete/options.el (Edit-options-mode):
12080 * obsolete/rnews.el (news-mode):
12081 * obsolete/rnewspost.el (news-reply-mode):
12082 * play/5x5.el (5x5-mode):
12083 * play/decipher.el (decipher-mode, decipher-stats-mode):
12084 * play/gomoku.el (gomoku-mode):
12085 * play/snake.el (snake-mode):
12086 * play/solitaire.el (solitaire-mode):
12087 * play/tetris.el (tetris-mode):
12088 * progmodes/ada-mode.el (ada-mode):
12089 * progmodes/antlr-mode.el (antlr-mode):
12090 * progmodes/autoconf.el (autoconf-mode):
12091 * progmodes/dcl-mode.el (dcl-mode):
12092 * progmodes/delphi.el (delphi-mode):
12093 * progmodes/ebrowse.el (ebrowse-tree-mode)
12094 (ebrowse-electric-list-mode, ebrowse-member-mode)
12095 (ebrowse-electric-position-mode):
12096 * progmodes/f90.el (f90-mode):
12097 * progmodes/fortran.el (fortran-mode):
12098 * progmodes/icon.el (icon-mode):
12099 * progmodes/idlw-help.el (idlwave-help-mode):
12100 * progmodes/idlw-shell.el (idlwave-shell-mode):
12101 * progmodes/idlwave.el (idlwave-mode):
12102 * progmodes/inf-lisp.el (inferior-lisp-mode):
12103 * progmodes/m4-mode.el (m4-mode):
12104 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
12105 * progmodes/modula2.el (modula-2-mode):
12106 * progmodes/octave-inf.el (inferior-octave-mode):
12107 * progmodes/octave-mod.el (octave-mode):
12108 * progmodes/pascal.el (pascal-mode):
12109 * progmodes/sh-script.el (sh-mode):
12110 * progmodes/sql.el (sql-mode, sql-interactive-mode):
12111 * progmodes/vhdl-mode.el (vhdl-mode):
12112 * progmodes/xscheme.el (scheme-interaction-mode):
12113 * replace.el (occur-mode):
12114 * ses.el (ses-mode):
12115 * simple.el (completion-list-mode):
12116 * skeleton.el:
12117 * speedbar.el (speedbar-mode):
12118 * term.el (term-mode):
12119 * terminal.el (terminal-edit-mode):
12120 * textmodes/reftex-index.el (reftex-index-mode)
12121 (reftex-index-phrases-mode):
12122 * textmodes/reftex-sel.el (reftex-select-label-mode)
12123 (reftex-select-bib-mode):
12124 * textmodes/reftex-toc.el (reftex-toc-mode):
12125 * wdired.el (wdired-change-to-wdired-mode):
12126 * wid-browse.el (widget-browse-mode):
12127 Use run-mode-hooks.
12128
12129 * array.el (array-mode):
12130 * calendar/todo-mode.el (todo-mode):
12131 * man.el (Man-mode):
12132 * play/landmark.el (lm-mode):
12133 * play/mpuz.el (mpuz-mode):
12134 Use kill-all-local-variables and run-mode-hooks.
12135
12136 * subr.el (delay-mode-hooks): Specify indentation.
12137
12138 2005-05-26 Mark A. Hershberger <mah@everybody.org>
12139
12140 * xml.el (xml-substitute-special): Don't die for undefined xml
12141 entities.
12142
12143 2005-05-26 Jay Belanger <belanger@truman.edu>
12144
12145 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
12146 of nil.
12147
12148 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
12149
12150 * progmodes/gdb-ui.el (gdb-frame-address):
12151 Rename from gdb-current-address.
12152 (gdb-previous-frame-address): Rename from gdb-previous-address.
12153 (gdb-selected-frame): Rename from gdb-current-frame.
12154 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
12155 (gdb-frame-number): Rename from gdb-current-stack-level.
12156 (gdb-ann3): Match new mode-name for disassembly buffer.
12157 Extend initialization of variables.
12158 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
12159 (gdb-memory-mode): Use mouse-face in header line.
12160 (gdb-assembler-buffer-name): Call it disassembly and give frame
12161 in mode line.
12162 (gdb-source-spec-regexp, gdb-assembler-custom)
12163 (gdb-invalidate-assembler, gdb-frame-handler):
12164 Make robust to leading zeroes in address format.
12165
12166 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
12167
12168 * textmodes/org.el (org-mode): Use `define-derived-mode' to
12169 define `org-mode'.
12170 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
12171
12172 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12173
12174 * log-edit.el (log-edit-changelog-entries): Distinguish between
12175 filenames like xfns.c and fns.c.
12176
12177 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
12178
12179 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
12180 point after reverting.
12181 (Buffer-menu-make-sort-button): Handle the case where
12182 `Buffer-menu-use-header-line' is nil.
12183
12184 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12185
12186 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
12187 New funcs. In minibuffer-local-completion-map bind `]', `/'
12188 and `:' to them.
12189
12190 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12191
12192 * startup.el (normal-top-level): Allow modification of load-path while
12193 we're iterating over it.
12194
12195 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
12196
12197 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
12198 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
12199 (thumbs-resize-interactive, thumbs-insert-image)
12200 (thumbs-insert-thumb, thumbs-dired-show-marked)
12201 (thumbs-find-image-at-point, thumbs-delete-images)
12202 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
12203 (thumbs-increment-image-size, thumbs-decrement-image-size):
12204 Fix typos in docstrings.
12205
12206 2005-05-24 Andre Spiegel <spiegel@gnu.org>
12207
12208 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
12209 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
12210 (cperl-mode): Use them.
12211
12212 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
12213
12214 * window.el (quit-window, shrink-window-if-larger-than-buffer):
12215 Doc fixes.
12216
12217 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
12218
12219 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
12220 Bind C-d to gdb-inferior-io-eof.
12221
12222 * dired.el (dired-dnd-popup-notice): Use message-box.
12223
12224 2005-05-23 Masatake YAMATO <jet@gyve.org>
12225
12226 * bindings.el (mode-line-major-mode-keymap):
12227 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
12228
12229 * faces.el (mode-line-highlight): New face.
12230
12231 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
12232 as mouse-face.
12233
12234 * bindings.el (top-level, help-echo, mode-line-modified)
12235 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
12236 as mouse-face.
12237
12238 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
12239
12240 * progmodes/cc-engine.el (c-guess-basic-syntax):
12241 Remove spurious call to `zerop'.
12242
12243 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
12244
12245 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
12246
12247 CC Mode update to 5.30.10:
12248
12249 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
12250 could go past the limit in decoration level 2, thereby causing
12251 errors during interactive fontification.
12252
12253 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
12254 the file is evaluated interactively.
12255
12256 * cc-engine.el (c-guess-basic-syntax): Handle operator
12257 declarations somewhat better in C++.
12258
12259 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
12260 make use of `run-mode-hooks' which has been added in Emacs 21.1.
12261 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12262 (awk-mode): Use it.
12263 (make-local-hook): Suppress warning about obsoleteness.
12264
12265 * cc-engine.el, cc-align.el, cc-cmds.el
12266 (c-append-backslashes-forward, c-delete-backslashes-forward)
12267 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
12268 Compensate for return value from `forward-line' when it has moved
12269 but not to a different line due to eob.
12270
12271 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
12272 `objc-method-intro' and `objc-method-args-cont'.
12273
12274 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
12275
12276 CC Mode update to 5.30.10:
12277
12278 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
12279 in the copyright statement. Incidentally, change "along with GNU
12280 Emacs" to "along with this program" where it occurs.
12281
12282 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
12283 so that it is interactive, hence can be found by M-x awk-mode
12284 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
12285 <gmorris+emacs@ast.cam.ac.uk>.
12286
12287 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
12288 Mode's regexps.
12289
12290 2005-05-23 Kevin Ryde <user42@zip.com.au>
12291
12292 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
12293 c-parse-state, to avoid a lisp error (on bad code).
12294
12295 2005-05-23 Lute Kamstra <lute@gnu.org>
12296
12297 * subr.el (font-lock-defaults): Remove defvar as it's already
12298 defined in font-core.el.
12299
12300 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
12301
12302 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
12303
12304 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
12305 more general and work when GDB variable "print pretty" is on,
12306 as with Emacs, for example.
12307
12308 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
12309
12310 * font-core.el: Update comment.
12311
12312 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12313 Use `after-change-major-mode-hook' instead of `find-file-hook'.
12314
12315 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
12316
12317 2005-05-22 Eli Zaretskii <eliz@gnu.org>
12318
12319 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
12320 and `yank-handler' in the doc strings.
12321
12322 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12323
12324 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
12325
12326 2005-05-22 Richard M. Stallman <rms@gnu.org>
12327
12328 * help.el (describe-key): Move print-help-return-message call
12329 out of conditional.
12330
12331 * progmodes/etags.el (list-tags): Use with-no-warnings.
12332
12333 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
12334 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
12335 (starttls-extra-args, starttls-extra-arguments): Add defvars.
12336
12337 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
12338
12339 * language/viet-util.el (viet-viscii-nonascii-translation-table):
12340 Add defvar.
12341
12342 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
12343 Use defvar, not defconst.
12344
12345 * hexl.el (hexl-follow-line): Use with-no-warnings.
12346
12347 * emulation/tpu-extras.el: Use write-file-functions instead of
12348 write-file-hooks.
12349
12350 * dired.el (dired-font-lock-keywords): Fontify files with junk
12351 extensions even if marked by -F.
12352
12353 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
12354
12355 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
12356 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
12357 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
12358 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
12359 (concatenate, list-length, get*, getf, cl-remprop):
12360 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
12361 (etypecase, progv, lexical-let, lexical-let*)
12362 (multiple-value-bind, multiple-value-setq, shiftf):
12363 Improve argument/docstring consistency.
12364
12365 * subr.el (focus-frame, unfocus-frame):
12366 Revert deletion on 2005-05-01.
12367
12368 2005-05-22 Andre Spiegel <spiegel@gnu.org>
12369
12370 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
12371 doesn't exist.
12372
12373 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
12374 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
12375
12376 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
12377
12378 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
12379 already deleted variables: auto-fill-hook, blink-paren-hook,
12380 lisp-indent-hook, inhibit-local-variables, unread-command-event,
12381 suspend-hooks, comment-indent-hook, meta-flag,
12382 before-change-function, after-change-function,
12383 font-lock-doc-string-face.
12384
12385 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
12386
12387 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12388
12389 2005-05-21 Eli Zaretskii <eliz@gnu.org>
12390
12391 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
12392 rmail-dont-reply-to.
12393
12394 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12395
12396 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
12397 literal blank when splitting new-header-values.
12398
12399 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
12400
12401 * calendar/cal-menu.el (cal-menu-update): Add separator as a
12402 string so that tmm doesn't create a completion entry for it.
12403
12404 * textmodes/table.el (table-disable-menu): Ditto.
12405
12406 2005-05-21 Richard M. Stallman <rms@gnu.org>
12407
12408 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
12409
12410 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
12411
12412 * net/rcompile.el (remote-compile): Use compilation-start.
12413
12414 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
12415
12416 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
12417
12418 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
12419 Default to makefile-bsdmake-mode on BSD systems.
12420
12421 * imenu.el (imenu-generic-expression, imenu--generic-function'):
12422 REGEXP may also be a search function now. The part of doc-string
12423 for describing the structure was 95% identical to that of
12424 `imenu--generic-function'. Unify it there.
12425
12426 * progmodes/make-mode.el (makefile-imenu-generic-expression):
12427 Use function to find dependencies, because regexp alone is so complex,
12428 it easily goes into an endless loop.
12429 (makefile-makepp-mode): Also add submenu for Perl functions
12430 defined in the makefile.
12431 (makefile-bsdmake-mode): Special imenu-generic-expression no
12432 longer needed, due to function call.
12433 (makefile-match-dependency): Take BOUND into account when checking
12434 if we're through.
12435
12436 2005-05-20 Jay Belanger <belanger@truman.edu>
12437
12438 * calc/calc-units.el (calc-invalidate-units-table):
12439 Use inhibit-read-only.
12440 (math-build-units-table-buffer): Use view-mode.
12441
12442 2005-05-20 David Kastrup <dak@gnu.org>
12443
12444 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
12445 easy-menu-add is not a nop on Emacs; and clarify when to call it.
12446
12447 2005-05-20 Lute Kamstra <lute@gnu.org>
12448
12449 * diff-mode.el (diff-header-face, diff-file-header-face)
12450 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12451 (diff-added-face, diff-changed-face, diff-function-face)
12452 (diff-context-face, diff-nonexistent-face): Put them in the
12453 diff-mode customization group.
12454
12455 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12456
12457 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
12458
12459 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
12460
12461 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
12462 Minor regexp-optimization.
12463
12464 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
12465
12466 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
12467 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
12468 (org-agenda-add-time-grid-maybe): New function.
12469 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
12470 (org-table-create): `dotimes' instead of `mapcar'.
12471 (org-xor): Simplify implementation.
12472 (org-agenda): `inhibit-redisplay' turned on.
12473 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
12474 a consistent line after a state change.
12475 (org-agenda-remove-times-when-in-prefix): New option.
12476 (org-prefix-has-time): New variable.
12477 (org-parse-time-string): Optional argument NODEFAULT.
12478 (org-format-agenda-item): Parse items for time-of-day
12479 specifications and move these into the prefix if possible.
12480 (org-agenda-priority): Get current heading, not previous heading
12481 during agenda remote editing.
12482
12483 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
12484
12485 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
12486 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
12487 (remove-duplicates, delete-duplicates, substitute)
12488 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
12489 (nsubstitute-if-not, find, find-if, find-if-not, position)
12490 (position-if, position-if-not, count, count-if, count-if-not)
12491 (mismatch, search, sort*, stable-sort, merge, member*)
12492 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
12493 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
12494 (intersection, nintersection, set-difference, nset-difference)
12495 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
12496 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
12497 (nsublis, tree-equal): Improve argument/docstring consistency.
12498
12499 * subr.el (send-string, send-region):
12500 Remove obsolescence declaration.
12501 (window-dot, set-window-dot, read-input, show-buffer)
12502 (eval-current-buffer, string-to-int):
12503 Add release number to obsolescence declarations.
12504
12505 2005-05-19 Kim F. Storm <storm@cua.dk>
12506
12507 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
12508 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
12509
12510 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
12511
12512 * faces.el (list-faces-display): Make back button respect optional
12513 regexp arg.
12514
12515 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
12516
12517 * calculator.el (calculator-radix-grouping-mode)
12518 (calculator-radix-grouping-digits, calculator-displayer)
12519 (calculator-radix-grouping-separator, calculator-copy-displayer):
12520 * dabbrev.el (dabbrev-search-these-buffers-only):
12521 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
12522 (diff-advance-after-apply-hunk, diff-mode-hook)
12523 (diff-minor-mode-prefix):
12524 * imenu.el (imenu-use-popup-menu):
12525 * jit-lock.el (jit-lock-context-time):
12526 * newcomment.el (comment-fill-column, comment-column)
12527 (comment-style, comment-padding, comment-multi-line)
12528 (comment-empty-lines, comment-auto-fill-only-comments):
12529 * reveal.el (reveal-around-mark):
12530 * uniquify.el (uniquify-buffer-name-style)
12531 (uniquify-after-kill-buffer-p)
12532 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
12533 (uniquify-min-dir-content, uniquify-separator)
12534 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
12535 * w32-vars.el (w32-fixed-font-alist):
12536 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
12537 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
12538 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
12539 * progmodes/perl-mode.el (perl-indent-level)
12540 (perl-continued-statement-offset, perl-continued-brace-offset)
12541 (perl-brace-offset, perl-brace-imaginary-offset)
12542 (perl-label-offset, perl-indent-continued-arguments)
12543 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
12544 * progmodes/tcl.el (tcl-indent-level)
12545 (tcl-continued-indent-level, tcl-auto-newline)
12546 (tcl-tab-always-indent, tcl-electric-hash-style)
12547 (tcl-help-directory-list, tcl-use-smart-word-finder)
12548 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
12549 (inferior-tcl-source-command):
12550 * textmodes/fill.el (enable-kinsoku):
12551 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
12552 * textmodes/table.el (table-yank-handler):
12553 Specify missing group (and type, if simple) in defcustom.
12554
12555 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
12556
12557 * progmodes/compile.el (compilation-finish-function): Fix defvar.
12558
12559 2005-05-19 Richard M. Stallman <rms@gnu.org>
12560
12561 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
12562
12563 * subr.el (event-basic-type): Don't get an error.
12564 (left-fringe-p): Function deleted.
12565
12566 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
12567 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
12568
12569 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
12570 in recursive copy.
12571
12572 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
12573
12574 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
12575
12576 * emacs-lisp/bytecomp.el
12577 (byte-compile-file-form-custom-declare-variable): Call
12578 byte-compile-nogroup-warn if appropriate.
12579
12580 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
12581 (compilation-set-window): Don't call left-fringe-p; do it directly.
12582
12583 2005-05-19 Jay Belanger <belanger@truman.edu>
12584
12585 * calc/calc-graph.el (calc-graph-format-data): Make sure
12586 var-PlotRejects is bound before trying to check its value.
12587
12588 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
12589
12590 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
12591 definition of this variable from reftex-global.el to reftex.el,
12592 because it is needed in the menu.
12593
12594 2005-05-19 Lute Kamstra <lute@gnu.org>
12595
12596 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
12597 years are fixed. Don't insert a space after a dash.
12598
12599 2005-05-19 Kim F. Storm <storm@cua.dk>
12600
12601 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
12602
12603 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
12604
12605 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
12606 strings, because (eq ... ?\\) is fairly frequent.
12607
12608 * progmodes/make-mode.el (makefile-add-this-line-targets):
12609 Simplify and integrate into `makefile-pickup-targets'.
12610 (makefile-add-this-line-macro): Simplify and integrate into
12611 `makefile-pickup-macros.
12612 (makefile-pickup-filenames-as-targets): Simplify.
12613 (makefile-previous-dependency, makefile-match-dependency):
12614 Don't stumble over `::'.
12615
12616 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
12617
12618 * subr.el (post-command-idle-hook, post-command-idle-delay):
12619 Remove obsoletion of post-command-idle-hook and
12620 post-command-idle-delay.
12621
12622 * faces.el (list-faces-display): Provide button when describe-face
12623 is called to take user back to the list of faces.
12624
12625 * help-fns.el (describe-variable): Remove hyperlinks in a
12626 variable's value as these are quite frequently inappropriate.
12627
12628 * follow.el (follow-submit-feedback, follow-mode):
12629 Remove references to post-command-idle-hook.
12630
12631 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
12632
12633 * progmodes/make-mode.el (makefile-previous-dependency)
12634 (makefile-match-dependency): Check for := (and in bsd mode also
12635 !=) to give a better result, even when font-lock is not on.
12636
12637 2005-05-18 Jay Belanger <belanger@truman.edu>
12638
12639 * calc/calc-help.el (calc-s-prefix-help):
12640 Add `calc-copy-special-constant' to help string.
12641
12642 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
12643
12644 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
12645
12646 2005-05-18 Jay Belanger <belanger@truman.edu>
12647
12648 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
12649 in linear factors are in proper order.
12650
12651 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
12652
12653 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12654 Support for jurabib.
12655
12656 * textmodes/reftex.el (featurep): Define aliases for overlay
12657 commands, for XEmacs compatibility, and use these aliases in
12658 overlay initializations.
12659 (reftex-highlight): Use `reftex-move-overlay'.
12660 (reftex-unhighlight): Use `reftex-delete-overlay'.
12661 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
12662 (reftex-access-search-path): Use `reftex-uniquify' instead of
12663 `reftex-uniq'
12664
12665 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
12666 `before-string' property modification enables for Emacs as well.
12667 (reftex-select-item): Use `reftex-delete-overlay'.
12668 (reftex-select-mark): Use `reftex-make-overlay' and
12669 `reftex-overlay-put'.
12670 (reftex-select-unmark): Use `reftex-delete-overlay' and
12671 `reftex-overlay-put'.
12672
12673 2005-05-18 Lute Kamstra <lute@gnu.org>
12674
12675 * emacs-lisp/lisp.el (check-parens): Fix docstring.
12676
12677 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
12678
12679 * add-log.el (add-change-log-entry):
12680 * array.el (array-make-template, array-reconfigure-rows)
12681 (array-init-max-row, array-init-max-column)
12682 (array-init-columns-per-line, array-init-field-width):
12683 * replace.el (replace-match-maybe-edit, perform-replace):
12684 * textmodes/spell.el (spell-region):
12685 Replace `read-input' by `read-string'.
12686
12687 * forms.el (forms-mode):
12688 * finder.el (finder-compile-keywords):
12689 * shadowfile.el (shadow-read-files):
12690 Replace `eval-current-buffer' by `eval-buffer'.
12691
12692 * terminal.el (te-pass-through):
12693 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
12694 (ange-ftp-raw-send-cmd):
12695 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
12696 (send-process-next-char, telnet-initial-filter, telnet):
12697 Replace `send-string' by `process-send-string'.
12698
12699 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
12700 (prolog-consult-region): Replace `send-string' by
12701 `process-send-string'; replace `send-region' by `process-send-region'.
12702
12703 * progmodes/delphi.el (delphi-log-msg):
12704 Replace `set-window-dot' by `set-window-point'.
12705
12706 * subr.el (window-dot, set-window-dot, read-input, send-string)
12707 (send-region, show-buffer, eval-current-buffer):
12708 Make really obsolete, as the comment says.
12709
12710 2005-05-17 Kim F. Storm <storm@cua.dk>
12711
12712 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
12713 (cua--init-keymaps): Bind C-return instead of S-return to set
12714 rectangle mark.
12715
12716 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
12717 instead of S-return to toggle/clear rectangle mark.
12718
12719 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
12720
12721 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
12722 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
12723 Also fontify plain strings assigned to variables, mostly so that a
12724 colon has a face and is thus not taken as a dependency separator.
12725 (makefile-previous-dependency): Inline the new matcher, because it
12726 is too complex to work in both directions.
12727 (makefile-match-dependency): Eliminate `backward' arg (see above).
12728 Completely reimplemented so as to not sometimes go into an endless
12729 loop. It should also be more efficient, because first it only
12730 searches for `:', instead of applying the very complex regexp.
12731 (makefile-mode): Cancel `font-lock-support-mode', because blocks
12732 to be fontified in one piece can be too long for JIT.
12733 Makefiles are never *that* big.
12734
12735 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
12736
12737 * dired.el (dired-mode): Simplify.
12738
12739 2005-05-17 Lute Kamstra <lute@gnu.org>
12740
12741 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
12742 defcustom for the mode hook variable.
12743
12744 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
12745 Emacs Lisp Reference Manual.
12746
12747 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
12748
12749 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
12750 (evenp, list*):
12751 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
12752 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
12753
12754 * net/tramp-smb.el (tramp-smb-open-connection):
12755 Pass `tramp-chunksize' as fifth (required) argument.
12756
12757 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
12758
12759 * font-lock.el (lisp-font-lock-keywords-1):
12760 Set `font-lock-negation-char-face' for [^...] char group.
12761 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
12762
12763 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
12764 a var, and refine it to mask one more level of nested vars.
12765 (makefile-rule-action-regex): Turn it into a var, and refine it so
12766 it recognizes backslashed continuation lines as belonging to the
12767 same command.
12768 (makefile-macroassign-regex): Refine it so it recognizes
12769 backslashed continuation lines as belonging to the same command.
12770 (makefile-var-use-regex): Don't look at the next char, because it
12771 might be the same one to be skipped by the initial [^$], leading
12772 to an overlooked variable use.
12773 (makefile-make-font-lock-keywords): Remove two parameters, which
12774 are now variables that some of the modes set locally.
12775 Handle dependency and rule action matching through functions, because
12776 regexps alone match too often. Dependency matching now comes
12777 last, so it can check, whether a colon already matched something else.
12778 (makefile-mode): Inform that font-lock improves makefile parsing
12779 capabilities.
12780 (makefile-match-dependency, makefile-match-action): New functions.
12781
12782 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
12783
12784 * emacs-lisp/cl-extra.el (equalp): Doc fix.
12785
12786 * align.el (align-regexp):
12787 * ansi-color.el (ansi-color-get-face):
12788 * array.el (array-reconfigure-rows, array-init-max-row)
12789 (array-init-max-column, array-init-columns-per-line)
12790 (array-init-field-width):
12791 * dired-aux.el (dired-trample-file-versions):
12792 * dired-x.el (dired-mark-sexp):
12793 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
12794 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
12795 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
12796 * faces.el (face-read-integer):
12797 * files.el (backup-extract-version, insert-directory):
12798 * hexl.el (hexl-insert-decimal-char):
12799 * server.el (server-process-filter):
12800 * shell.el (shell-extract-num):
12801 * startup.el (command-line-1):
12802 * term.el (term-command-hook):
12803 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
12804 (time-stamp-do-number):
12805 * time.el (display-time-update):
12806 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
12807 (timezone-fix-time):
12808 * vms-patch.el (vms-suspend-resume-hook):
12809 * calendar/appt.el (appt-convert-time):
12810 * calendar/cal-bahai.el (mark-bahai-diary-entries):
12811 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12812 * calendar/cal-islam.el (mark-islamic-diary-entries):
12813 * calendar/calendar.el (calendar-cursor-to-date)
12814 (calendar-star-date):
12815 * calendar/diary-lib.el (diary-attrtype-convert)
12816 (mark-diary-entries, diary-entry-time):
12817 * calendar/solar.el (solar-get-number):
12818 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
12819 * emacs-lisp/re-builder.el (reb-display-subexp):
12820 * emulation/edt.el (edt-set-scroll-margins):
12821 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12822 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
12823 (vip-get-ex-count):
12824 * emulation/viper-ex.el (viper-get-ex-token)
12825 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
12826 * international/fontset.el (fontset-plain-name):
12827 * mail/feedmail.el (feedmail-look-at-queue-directory):
12828 * mail/mailalias.el (mail-get-names):
12829 * mail/rmail.el (rmail-convert-to-babyl-format):
12830 * mail/rmailsum.el (rmail-make-basic-summary-line)
12831 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
12832 (rmail-summary-goto-msg):
12833 * mail/smtpmail.el (smtpmail-read-response):
12834 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
12835 (ange-ftp-vms-add-file-entry):
12836 * play/gametree.el (gametree-looking-at-ply)
12837 (gametree-current-branch-score):
12838 * progmodes/ada-xref.el (ada-prj-find-prj-file)
12839 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12840 * progmodes/cperl-mode.el (condition-case):
12841 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
12842 (ebrowse-set-member-buffer-column-width)
12843 (ebrowse-select-1st-to-9nth):
12844 * progmodes/etags.el (etags-snarf-tag):
12845 * progmodes/flymake.el (flymake-parse-line):
12846 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
12847 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
12848 (idlwave-shell-menu-def):
12849 * progmodes/ps-mode.el (ps-run-goto-error):
12850 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
12851 (vhdl-speedbar-contract-level):
12852 * term/mac-win.el (x-handle-numeric-switch):
12853 * term/sun-mouse.el (sun-get-frame-data):
12854 * term/w32-win.el (x-handle-numeric-switch):
12855 * term/x-win.el (x-handle-numeric-switch):
12856 * textmodes/ispell.el (ispell-parse-output):
12857 * textmodes/nroff-mode.el (nroff-outline-level):
12858 * textmodes/reftex-cite.el (reftex-bib-sort-year)
12859 (reftex-bib-sort-year-reverse, reftex-format-citation):
12860 * textmodes/reftex-parse.el (reftex-init-section-numbers)
12861 (reftex-section-number):
12862 * textmodes/texinfmt.el (texinfo-paragraphindent):
12863 Replace `string-to-int' by `string-to-number'.
12864
12865 * international/latexenc.el: Add page marker to force the "Local
12866 Variables:" string out of the last page.
12867
12868 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
12869
12870 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
12871 tooltip-change-major-mode.
12872 (gud-tooltip-print-command): Remove case where gud-minor-mode
12873 is gdb ("--fullname").
12874 (gud-tooltip-tips): Turn GUD tooltips off for this case and
12875 explain to user.
12876
12877 2005-05-16 Jay Belanger <belanger@truman.edu>
12878
12879 * calc/calc-store.el (calc-copy-special-constant): New function.
12880
12881 * calc/calc-ext.el (calc-init-extensions): Add binding for
12882 `calc-copy-special-constant'.
12883
12884 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
12885 for the `calc-copy-special-constant' command.
12886
12887 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
12888
12889 * subr.el (left-fringe-p): New function.
12890
12891 * progmodes/compile.el (compilation-setup): Set local value of
12892 overlay-arrow-string to "" always.
12893 (compilation-set-window): Left fringe then don't scroll.
12894 No left fringe then no arrow and scroll message to top.
12895 (compilation-context-lines): Adjust doc string accordingly.
12896
12897 2005-05-16 Kim F. Storm <storm@cua.dk>
12898
12899 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
12900 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
12901 (ido-wide-find-dir-or-delete-dir): New command for M-d.
12902 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
12903 (ido-read-file-name): Handle commands with ido property value
12904 equal to find-file as reading a file name, to allow C-d to enter dired.
12905 (ibuffer-find-file): Add ido property with value find-file.
12906
12907 2005-05-15 Kim F. Storm <storm@cua.dk>
12908
12909 * subr.el (open-network-stream-nowait): Remove.
12910 (open-network-stream-server): Remove.
12911
12912 2005-05-15 Richard M. Stallman <rms@gnu.org>
12913
12914 * faces.el (describe-face): Output a definition link button.
12915
12916 * help-mode.el (help-face-def): New button type.
12917
12918 * emacs-lisp/copyright.el (copyright-fix-years):
12919 Match properly if the first year is 2-digit.
12920 Don't mess up the whitespace after the years by filling.
12921
12922 * dired-aux.el (dired-mark-confirm):
12923 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
12924
12925 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
12926 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
12927 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
12928
12929 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12930 Set font-lock-comment-start-skip.
12931
12932 * font-lock.el (font-lock-comment-start-skip): New variable.
12933 (font-lock-comment-end-skip): New variable.
12934 (font-lock-fontify-syntactically-region): Use them if non-nil.
12935
12936 2005-05-15 Jay Belanger <belanger@truman.edu>
12937
12938 * calc/calc-store.el (calc-store-value): Return a string rather
12939 than display it as a message.
12940 Use calc-var-name for variable name.
12941 (calc-store-into): Add the result of calc-store-value to message.
12942 (calc-copy-variable): Add a message.
12943 (calc-store-exchange): Improve error messages.
12944 (calc-store-binary, calc-store-map): Don't reset the values of
12945 special constants.
12946
12947 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
12948
12949 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
12950 manual to docstring.
12951
12952 * files.el (hack-local-variables-confirm): Add STRING argument.
12953 Make the function handle non file visiting buffers correctly.
12954 (hack-local-variables-prop-line, hack-local-variables)
12955 (hack-one-local-variable): Use STRING arg of
12956 `hack-local-variables-confirm'.
12957
12958 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
12959
12960 Sync with Tramp 2.0.49.
12961
12962 * net/tramp.el (tramp-handle-dired-call-process)
12963 (tramp-handle-insert-directory):`insert-buffer' cannot be used
12964 because the contents of the Tramp buffer is changed before
12965 insertion (`expand-file' and alike).
12966 (tramp-handle-insert-directory): If `localname' has an empty
12967 nondirectory name, it must not be quoted.
12968 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
12969 variable `tramp-chunksize'. Change callees.
12970 (tramp-open-connection-setup-interactive-shell): Check remote host
12971 for buggy `send-process-string' implementation.
12972 Set `tramp-chunksize' if found. Reported by Michael Kifer
12973 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
12974 (tramp-handle-shell-command): `insert-buffer' cannot be used
12975 because the contents of the Tramp buffer is changed before
12976 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
12977 <frederic.bothamy@free.fr>.
12978 (tramp-set-auto-save): Actions should be done for Tramp file name
12979 handler only. Ange-FTP has its own auto-save mechanism.
12980 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12981 (tramp-set-auto-save-file-modes): Set file modes of
12982 `buffer-auto-save-file-name' to ?\600 as fallback solution.
12983 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
12984 (tramp-bug): Remove obsolete variable.
12985 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
12986 for presence of `mml-mode'. Make it running for older Emacsen as well.
12987
12988 2005-05-14 John Paul Wallington <jpw@pobox.com>
12989
12990 * ibuf-ext.el (define-ibuffer-filter filename):
12991 If `dired-directory' is a list, use its car.
12992
12993 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
12994
12995 * ibuffer.el (define-ibuffer-column filename):
12996 If `dired-directory' is a list, use its car.
12997
12998 2005-05-14 Richard M. Stallman <rms@gnu.org>
12999
13000 * subr.el (symbol-file): Doc fix.
13001
13002 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
13003 (byte-compile-form): Call byte-compile-nogroup-warn.
13004 (byte-compile-warning-types): Doc fix.
13005
13006 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
13007
13008 * progmodes/cc-engine.el (c-literal-faces):
13009 Add font-lock-comment-delimiter-face.
13010
13011 * net/net-utils.el (dig): Use with-no-warnings.
13012
13013 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
13014 (sc-recite-frame-alist, sc-default-cite-frame)
13015 (sc-default-uncite-frame, sc-default-recite-frame)
13016 (sc-attrib-selection-list, sc-rewrite-header-list):
13017 Mark as risky-local-variable.
13018
13019 * international/ogonek.el (ogonek-jak, ogonek-how):
13020 Don't use beginning-of-buffer.
13021
13022 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
13023
13024 * calendar/solar.el (solar-data-list): Move definition up.
13025
13026 * dnd.el (dnd-protocol-alist): Add autoload.
13027
13028 * progmodes/sh-script.el: Many doc usage fixes.
13029 (sh-indent-after-do): Change default to match common styles.
13030
13031 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
13032
13033 * files.el (interpreter-mode-alist)
13034 (auto-mode-interpreter-regexp): Doc fixes.
13035
13036 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
13037
13038 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
13039
13040 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
13041
13042 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13043
13044 * dired.el (dired-mode): make-variable-buffer-local =>
13045 make-local-variable.
13046
13047 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13048
13049 * term/mac-win.el (mac-select-convert-to-string): Try coding
13050 systems in mac-script-code-coding-systems if specified one cannot
13051 encode string for `com.apple.traditional-mac-plain-text'.
13052
13053 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
13054
13055 * progmodes/make-mode.el (makefile-targets-face)
13056 (makefile-shell-face, makefile-makepp-perl-face): New faces.
13057 (makefile-dependency-regex): Fix it to not make the colon in
13058 $(var:a=b) special.
13059 (makefile-rule-action-regex): New regexp for highlighting embedded
13060 Shell strings.
13061 (makefile-macroassign-regex): Handle != for highlighting as
13062 embedded Shell strings.
13063 (makefile-var-use-regex): New const.
13064 (makefile-statements, makefile-automake-statements)
13065 (makefile-gmake-statements, makefile-makepp-statements)
13066 (makefile-bsdmake-statements): New consts.
13067 (makefile-make-font-lock-keywords): New function.
13068 (makefile-automake-font-lock-keywords)
13069 (makefile-gmake-font-lock-keywords)
13070 (makefile-makepp-font-lock-keywords)
13071 (makefile-bsdmake-font-lock-keywords): New consts.
13072 (makefile-mode-map): Add switchers between the various submodes.
13073 (makefile-mode): Document the availability of the variants.
13074 (makefile-automake-mode, makefile-gmake-mode)
13075 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
13076
13077 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
13078 new variants of makefile-mode.
13079
13080 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13081
13082 * font-lock.el (font-lock-comment-delimiter-face): Fix up
13083 the inheritance.
13084
13085 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
13086
13087 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
13088 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
13089
13090 * files.el (normal-mode): Extend the scope of the
13091 `enable-local-variables' binding to include the `set-auto-mode' call.
13092 (magic-mode-alist): Doc fix.
13093
13094 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13095
13096 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
13097 font-lock-comment-face rather than copying its setting.
13098
13099 2005-05-12 Andreas Schwab <schwab@suse.de>
13100
13101 * eshell/esh-mode.el (eshell-send-input): Doc fix.
13102
13103 2005-05-12 Lute Kamstra <lute@gnu.org>
13104
13105 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
13106 defcustom for the mode hook variable. Delete the last argument.
13107 * generic-x.el: Fix callers of define-generic-mode.
13108 (generic-x-modes): Delete group.
13109 (show-tabs-tab-face, show-tabs-space-face): Put them in the
13110 generic-x customization group.
13111
13112 2005-05-12 Kim F. Storm <storm@cua.dk>
13113
13114 * font-lock.el (font-lock-negation-char-face): Default to "off".
13115
13116 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
13117 font-lock-negation-char-face to ! in !=.
13118
13119 2005-05-12 Masatake YAMATO <jet@gyve.org>
13120
13121 * add-log.el (find-change-log): Fix typos in the docstring
13122 of function.
13123
13124 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13125
13126 * international/latexenc.el (latexenc-find-file-coding-system):
13127 Avoid `re-search-forward' when looking for input encoding because
13128 of speed and safety. Better regular expressions for recognizing
13129 input encoding. Limit a search for TeX-master/tex-main-file to
13130 the local variable section.
13131
13132 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
13133
13134 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
13135 syntax of $ to "'" (quote).
13136
13137 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13138
13139 * dnd.el (dnd-protocol-alist): Improve custom type.
13140
13141 * dired.el (dired-dnd-protocol-alist): New variable.
13142 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
13143 `dired-mode-hook' to the end.
13144
13145 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
13146
13147 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
13148 comment-end if comment-start-skip is not set.
13149 Obey the font-lock-comment-delimiter-face variables.
13150
13151 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
13152
13153 * files.el (executable-find): Move from executable.el. Use
13154 locate-file.
13155 * progmodes/executable.el (executable-find): Move to files.el.
13156
13157 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
13158 when trying to ensure forward progress.
13159
13160 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
13161
13162 * mouse-sel.el (mouse-sel-follow-link-p): New function.
13163 (mouse-select, mouse-select-internal, mouse-extend-internal):
13164 Use it to implement mouse-1-click-follows-link functionality.
13165
13166 2005-05-11 Richard M. Stallman <rms@gnu.org>
13167
13168 * font-lock.el (font-lock-fontify-syntactically-region):
13169 Use font-lock-comment-delimiter-face for comment delimiters.
13170
13171 2005-05-10 Jay Belanger <belanger@truman.edu>
13172
13173 * calc/calc-help.el (calc-m-prefix-help): Add mention of
13174 preserving embedded modes.
13175
13176 2005-05-10 Richard M. Stallman <rms@gnu.org>
13177
13178 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
13179
13180 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
13181 Move from ada-stmt.el.
13182 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
13183
13184 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
13185 Move to ada-mode.el.
13186 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
13187
13188 * cus-edit.el (custom-file): Call file-chase-links.
13189
13190 * files.el (read-directory-name): Fix previous change.
13191 (hack-local-variables-confirm): New function.
13192 (hack-local-variables-prop-line, hack-local-variables)
13193 (hack-one-local-variable): Use it.
13194
13195 2005-05-10 Lute Kamstra <lute@gnu.org>
13196
13197 * font-lock.el (font-lock-keywords-alist)
13198 (font-lock-removed-keywords-alist): Clarify docstrings.
13199
13200 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
13201
13202 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
13203 (gdb-source-info): Check for preprocessor info.
13204 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
13205 a macro for a function.
13206 (gdb-info-breakpoints-custom): Try to find file again if not already
13207 found (user might have used GDB dir command).
13208 (gdb-get-location): Update gdb-location-alist correctly for change
13209 to gdb-info-breakpoints-custom.
13210
13211 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13212 (gud-tooltip-print-command): Add gdbmi case.
13213 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
13214 preprocessor info.
13215
13216 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
13217
13218 * startup.el (fancy-splash-insert): Fix typo in doc string.
13219
13220 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
13221
13222 * obsolete/float.el (string-to-float):
13223 * obsolete/hilit19.el (hilit-add-pattern):
13224 * obsolete/rnews.el (news-parse-range, news-select-message)
13225 (news-get-pruned-list-of-files): Replace `string-to-int' by
13226 `string-to-number'.
13227
13228 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
13229 `find-file-not-found-hooks'; use `add-hook'.
13230 (uncompress-while-visiting): Set `write-file-functions', not
13231 `write-file-hooks'; use `add-hook'.
13232
13233 2005-05-09 Kim F. Storm <storm@cua.dk>
13234
13235 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
13236 (cua-paste): Handle clipboard action.
13237 (cua--init-keymaps): Remap clipboard-kill-region and
13238 clipboard-kill-ring-save.
13239
13240 2005-05-08 Eli Zaretskii <eliz@gnu.org>
13241
13242 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13243 Improve commentary.
13244
13245 * simple.el (next-error-overlay-arrow-position): Revert the change
13246 made on 2005-04-30.
13247
13248 2005-05-07 Jay Belanger <belanger@truman.edu>
13249
13250 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
13251 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
13252 `calc-sel-reselect'.
13253
13254 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
13255 Calc is in embedded mode.
13256
13257 2005-05-07 Eli Zaretskii <eliz@gnu.org>
13258
13259 * progmodes/compile.el (compilation-setup):
13260 Set overlay-arrow-string to an empty string on text terminals.
13261
13262 * textmodes/ispell.el (ispell-program-name): Try looking for
13263 "aspell" along exec-path, and if found, use it as the default
13264 speller program.
13265
13266 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
13267
13268 * international/mule.el (sgml-xml-auto-coding-function):
13269 Recognize encoding='FOO' in single quotes as well as in double quotes.
13270
13271 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13272
13273 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
13274 as well as `interactive', so that defmacro* would recognize
13275 `declare' forms.
13276
13277 2005-05-07 Eli Zaretskii <eliz@gnu.org>
13278
13279 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13280 Explain more about the LIGHTER arg's usage in the doc string.
13281 Add commentary to clarify what the code does. Fix the regexp that
13282 strips whitespace from LIGHTER. Quote LIGHTER before using it,
13283 since it could have characters special to regular expressions.
13284
13285 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
13286
13287 * replace.el (occur-1): Bind inhibit-read-only so that
13288 erase-buffer doesn't barf on read-only text properties (likewise
13289 for add-text-properties in occur-engine). Mark buffer as unmodified.
13290 (occur-engine): Don't set buffer-read-only here.
13291
13292 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13293
13294 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
13295 list-buffers-directory. This caused the *cvs-commit* buffer to be
13296 sometimes mistakenly reused as a *cvs* buffer.
13297
13298 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
13299
13300 * tooltip.el: Move code for GUD tooltips into gud.el.
13301 (require): CL no longer needed to compile case.
13302 (tooltip-mode): Do not toggle functions for GUD tooltips.
13303 (tooltip-gud-tips-p): Remove. Replace with minor mode
13304 gud-tooltip-mode in gud.el.
13305 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
13306 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
13307 tooltip-gud prefix with gud-tooltip and obsolete.
13308 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
13309 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
13310 (tooltip-mouse-motion): Mouse movement functions/variable.
13311 Rename in gud.el by adding gud prefix.
13312 (tooltip-gud-original-filter, tooltip-gud-dereference)
13313 (tooltip-gud-event, tooltip-toggle-gud-tips)
13314 (tooltip-gud-process-output, tooltip-gud-print-command)
13315 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
13316 gud.el by replacing tooltip-gud prefix with gud-tooltip.
13317 (gdb-tooltip-print): Move to gdb-ui.el.
13318
13319 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
13320 (require): CL needed to compile case.
13321 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
13322 tooltip-gud-tips-p. Make it a minor-mode.
13323 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
13324 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
13325 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
13326 (gud-tooltip-change-major-mode)
13327 (gud-tooltip-activate-mouse-motions-if-enabled)
13328 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
13329 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
13330 (gud-tooltip-original-filter, gud-tooltip-dereference)
13331 (gud-tooltip-event, tooltip-toggle-gud-tips)
13332 (gud-tooltip-process-output, gud-tooltip-print-command)
13333 (gud-tooltip-tips): Move from tooltip.el.
13334
13335 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
13336 (gdb-cpp-define-alist-flags): Doc fix.
13337 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
13338 gud-tooltip-mode is t.
13339
13340 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13341
13342 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
13343 evaporate if their text is deleted.
13344 (goto-address-at-point): Make it work as a mouse binding as well.
13345 (goto-address-at-mouse): Obsolete it. Update users.
13346
13347 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
13348
13349 * calendar/appt.el (top-level): No longer activate on load.
13350
13351 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
13352
13353 * calendar/cal-bahai.el (mark-bahai-diary-entries):
13354 * net/webjump.el (webjump):
13355 * progmodes/idlw-help.el (idlwave-do-context-help1)
13356 (idlwave-highlight-linked-completions):
13357 * textmodes/po.el (po-find-file-coding-system-guts):
13358 Replace `assoc-ignore-case' by `assoc-string'.
13359
13360 2005-05-06 Eli Zaretskii <eliz@gnu.org>
13361
13362 * files.el (locate-file): Doc fix.
13363
13364 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
13365 Remove the redundant test for ms-dos.
13366
13367 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
13368 look for the preprocessor with exec-suffixes. If not found in
13369 standard places, look in exec-path. Remove most of the tests that
13370 used system-type.
13371
13372 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
13373
13374 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
13375
13376 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
13377 file-name clash with jka-compr.el on 8+3 filesystems.
13378
13379 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13380
13381 * term/mac-win.el: Don't define or bind scroll bar functions if
13382 x-toolkit-scroll-bars is t.
13383 (x-select-text, x-get-selection-value): Clear
13384 x-last-selected-text-clipboard if x-select-enable-clipboard is
13385 nil.
13386 (PRIMARY): Put mac-scrap-name property.
13387 (mac-select-convert-to-file-url): New function.
13388 (public.file-url): New selection target type. Add to
13389 selection-converter-alist.
13390 (x-get-selection, x-selection-value): Handle it.
13391 (x-cut-buffer-or-selection-value): New alias.
13392
13393 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13394
13395 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
13396 entry to avoid calling bibtex-find-entry with arg global
13397 being t. Remove arg key.
13398 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
13399 (bibtex-copy-summary-as-kill): Change accordingly.
13400
13401 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13402
13403 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
13404 (org-agenda-date-later): Use with-current-buffer.
13405
13406 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
13407
13408 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
13409 (define-obsolete-variable-alias): Doc Fixes.
13410
13411 2005-05-06 Kim F. Storm <storm@cua.dk>
13412
13413 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
13414 vertical-motion when selective-display is active.
13415
13416 * ido.el (ido-setup-hook): New hook.
13417 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
13418 (ido-input-stack): New var.
13419 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
13420 ido-next-work-file binding to M-O.
13421 Bind M-f to ido-wide-find-file-or-pop-dir.
13422 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
13423 (ido-read-internal): Run ido-setup-hook.
13424 Catch quit in read-file-name and read-string to cancel edit.
13425 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
13426 Automatically pop-all when completing a directory name (RET).
13427 (ido-file-internal): Add with-no-warnings around ffap and dired code.
13428 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
13429 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
13430 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
13431 New functions for M-b/M-f to move among the directory components.
13432 (ido-make-merged-file-list): Catch quit to cancel merge.
13433 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
13434 (ido-completion-help): No warnings for ido-completion-buffer-full.
13435
13436 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
13437
13438 * font-lock.el (font-lock-negation-char-face): New face and variable.
13439 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
13440 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
13441 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
13442 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
13443
13444 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
13445
13446 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
13447 Fix typo in docstring.
13448
13449 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
13450 (ebrowse-print-statistics-line)
13451 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
13452
13453 * term/w32-win.el (image-library-alist): Add additional name for
13454 Xpm library.
13455
13456 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
13457
13458 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
13459 use gcc instead of cpp.
13460
13461 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
13462 (gdb-create-define-alist): Use it.
13463 (gdb-cpp-define-alist-program): Update for MS-DOS.
13464
13465 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
13466
13467 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
13468
13469 2005-05-04 Richard M. Stallman <rms@gnu.org>
13470
13471 * help.el (describe-key): No error when UNTRANSLATED is nil.
13472
13473 * simple.el (line-move-1): Fix previous change to signal errors
13474 appropriately.
13475
13476 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
13477
13478 * calendar/icalendar.el (icalendar-version): Now at 0.12.
13479 (icalendar-duration-correction): Remove.
13480 (icalendar--get-event-properties): Split result at commas.
13481 (icalendar--decode-isoduration): New optional argument
13482 DURATION-CORRECTION.
13483 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
13484 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
13485 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
13486 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
13487 (icalendar--convert-anniversary-to-ical): New functions, extracted
13488 from icalendar-export-region, with bug fixes.
13489 (icalendar-export-region): Use the above functions.
13490 (icalendar-import-buffer): Check before saving diary file.
13491 (icalendar--convert-recurring-to-diary)
13492 (icalendar--convert-non-recurring-all-day-to-diary)
13493 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
13494 extracted from icalendar--convert-ical-to-diary, with bug fixes.
13495 (icalendar--convert-ical-to-diary): Use the above functions.
13496
13497 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
13498
13499 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
13500 Remove these recent additions.
13501 (c-mode): Restore to before 2005-04-28.
13502
13503 * progmodes/cc-vars.el (cc-define-list-program): Remove this
13504 recent addition.
13505
13506 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
13507 (gdb-define-alist): New variables.
13508 (gdb-create-define-alist): New function.
13509 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
13510 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
13511 with string-to-number.
13512 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
13513
13514 * progmodes/gud.el: Replace string-to-int with string-to-number.
13515 (gud-find-file): Handle gdb-define-alist.
13516
13517 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
13518
13519 2005-05-02 Jay Belanger <belanger@truman.edu>
13520
13521 * calc/calc-aent.el (math-read-token):
13522 * calc/calc-bin.el (calc-word-size):
13523 * calc/calc-ext.el (calc-read-number-fancy):
13524 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
13525 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
13526 * calc/calc-frac.el (calc-over-notation):
13527 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
13528 (calc-graph-num-points, calc-graph-init):
13529 * calc/calc-prog.el (calc-read-parse-table-part)
13530 (calc-edit-macro-repeats):
13531 * calc/calc-yank.el (calc-do-grab-rectangle):
13532 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
13533 Replace `string-to-int' by `string-to-number'.
13534
13535 2005-05-02 Kim F. Storm <storm@cua.dk>
13536
13537 * kmacro.el: Use executing-kbd-macro-index variable.
13538
13539 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
13540
13541 * net/rlogin.el (rlogin-parse-words): Delete func.
13542 (rlogin): Use split-string, not rlogin-parse-words.
13543 Also, if there are option-like elements in the parsed args,
13544 take the host to be the first arg immediately following them.
13545 Suggested by Michael Mauger.
13546
13547 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
13548
13549 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
13550
13551 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
13552
13553 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
13554 (cc-mode-cpp-program): Rename to cc-define-list-program and
13555 move to cc-vars.el.
13556
13557 * progmodes/cc-vars.el (cc-define-list-program):
13558 Change to "gcc -E -dM -". Make customizable.
13559
13560 2005-05-02 Kim F. Storm <storm@cua.dk>
13561
13562 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
13563
13564 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
13565
13566 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
13567
13568 * international/mule-util.el (truncate-string): Remove alias and
13569 obsolete declaration.
13570
13571 * international/mule-cmds.el (update-iso-coding-systems):
13572 Remove alias and obsolete declaration.
13573
13574 * international/mule.el (coding-system-parent): Remove alias and
13575 obsolete declaration.
13576
13577 * subr.el (define-function, sref): Remove aliases and obsolete
13578 declarations.
13579 (chars-in-region): Remove obsolete declaration.
13580
13581 2005-05-01 Richard M. Stallman <rms@gnu.org>
13582
13583 * info.el (Info-mode): Set widen-automatically to nil, locally.
13584
13585 * simple.el (widen-automatically): New variable.
13586 (pop-global-mark): Obey widen-automatically.
13587
13588 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
13589
13590 * term/xterm.el (function-key-map): Call substitute-key-definition
13591 before the keymap size is increased by a lot of define-key calls.
13592
13593 2005-05-01 Richard M. Stallman <rms@gnu.org>
13594
13595 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
13596 Rename ARG to ELEMENT. Doc fix.
13597
13598 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
13599
13600 * allout.el (allout-exposure): Remove macro and obsolete declaration.
13601 Remove references to allout-exposure/change to allout-new-exposure.
13602
13603 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
13604 bytecode symbols.
13605
13606 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
13607 (compiled-function-p, focus-frame, unfocus-frame):
13608 Remove aliases and obsolete declarations.
13609 Back out inadvertent changes from previous commit.
13610
13611 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
13612
13613 * files.el (require-final-newline): Make Custom tags consistent
13614 with mode-require-final-newline.
13615 (mode-require-final-newline): Doc fix.
13616
13617 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13618
13619 * international/latexenc.el (latexenc-find-file-coding-system):
13620 Fix regular expressions.
13621
13622 2005-05-01 David Kastrup <dak@gnu.org>
13623
13624 * international/latexenc.el (latexenc-find-file-coding-system):
13625 Fix regular expressions.
13626
13627 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
13628
13629 * subr.el (string-to-int): Make obsolete.
13630
13631 2005-04-30 Richard M. Stallman <rms@gnu.org>
13632
13633 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
13634
13635 * loadup.el: load jka-comp-hook.
13636
13637 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
13638 (jka-compr-handler): Add autoload. `put' calls moved
13639 to jka-comp-hook.el.
13640 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
13641 (jka-compr-inhibit): Autoload.
13642
13643 * jka-comp-hook.el: New file.
13644 Enable the mode by default.
13645
13646 * files.el (backup-buffer-copy): Use copy-file instead
13647 of write-region, and put back the 'excl.
13648
13649 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
13650
13651 * progmodes/flymake.el (flymake-split-string)
13652 (flymake-split-string, flymake-log, flymake-pid-to-names)
13653 (flymake-reg-names, flymake-get-source-buffer-name)
13654 (flymake-unreg-names, flymake-add-line-err-info)
13655 (flymake-add-err-info): Clarify docstrings.
13656 (flymake-popup-menu, flymake-make-emacs-menu)
13657 (flymake-make-xemacs-menu): Add docstrings.
13658 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
13659 Set variables directly throughout.
13660
13661 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
13662
13663 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
13664 exists. Initialize cc-define-alist.
13665 (c-mode): Add cc-create-define-alist locally to after-save-hook.
13666 If there is no file (Macroexpansion) don't create an alist.
13667
13668 2005-04-29 Sam Steingold <sds@gnu.org>
13669
13670 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
13671 (cc-create-define-alist): Use it instead of the hard-coded string.
13672
13673 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13674
13675 * international/mule-conf.el (file-coding-system-alist): Fix regexp
13676 for latexenc.
13677
13678 2005-04-29 Lute Kamstra <lute@gnu.org>
13679
13680 * emacs-lisp/generic.el: Improve commentary section.
13681 (define-generic-mode): Improve docstring.
13682
13683 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
13684
13685 * textmodes/org.el (many places): Change to quiet the byte compiler.
13686 (org-prefix-format-compiled): New variable.
13687 (org-compile-prefix-format): New function.
13688 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
13689 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
13690 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
13691 (org-get-entries-from-diary): Use `org-get-time-of-day' for
13692 consistency with entries from `org-mode' files.
13693 (org-get-time-of-day): Fix bug with partial matches early in a line.
13694 (org-non-link-chars): New constant.
13695 (org-link-regexp): Respect `org-non-link-chars'.
13696 (org-agenda-day-view): Remove command.
13697 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
13698 (org-follow-bbdb-link, org-store-link): Search also company field.
13699 (org-highlight-overlay): New variable.
13700 (org-highlight, org-unhighlight): New functions.
13701 (org-agenda-mode): Add pre-command-hook to remove highlight.
13702 (org-evaluate-time-range): Behavior depends upon whether time stamp
13703 contains a time or not.
13704 (org-show-subtree, org-show-entry): New functions.
13705 (org-agenda-cleanup-fancy-diary): Remove empty lines.
13706
13707 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
13708
13709 * comint.el (comint-output-filter-functions): Add autoload cookie.
13710
13711 2005-04-28 Kim F. Storm <storm@cua.dk>
13712
13713 * ido.el (ido-everywhere): Fix last change.
13714
13715 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13716
13717 * international/latexenc.el: New file.
13718 * international/mule-conf.el (file-coding-system-alist): For .tex,
13719 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
13720
13721 2005-04-28 Lute Kamstra <lute@gnu.org>
13722
13723 * font-lock.el (font-lock-add-keywords)
13724 (font-lock-remove-keywords): Clarify docstring.
13725 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
13726 Don't start docstrings with a `*'.
13727 (font-lock-update-removed-keyword-alist): Give it a docstring.
13728
13729 * generic-x.el: Update commentary section.
13730 Only require font-lock when compiling.
13731 Define all modes conditionally.
13732 Place all generic modes in the generic-x-modes customization group.
13733 (generic-x-modes): New customization group.
13734 (generic-default-modes, generic-mswindows-modes)
13735 (generic-unix-modes, generic-other-modes): New constants.
13736 (generic-define-mswindows-modes, generic-define-unix-modes):
13737 Update docstrings. Make them obsolete.
13738 (generic-extras-enable-list): New default value. Update docstring.
13739 Improve :type. Change :set function.
13740 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
13741 Fix docstring.
13742
13743 * emacs-lisp/generic.el (generic-mode-internal):
13744 Simplify font-lock-defaults.
13745 (define-generic-mode): Fix docstring.
13746
13747 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13748
13749 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
13750 font-lock-face property to highlight matches.
13751
13752 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
13753
13754 * progmodes/cc-mode.el (cc-create-define-alist): New function.
13755 (cc-define-alist): New variable.
13756 (c-mode): Make it local and initialize it.
13757
13758 * progmodes/gdb-ui.el (gdb-active-process): New variable.
13759 (gdb-exited): New function.
13760 (gdb-annotation-rules): Use it.
13761 (gdb-starting): Set gdb-active-process to t.
13762 (gdb-stopping): Amend doc string.
13763 (gdb-reset): Set gdb-active-process to nil.
13764
13765 * tooltip.el (tooltip-gud-tips): Show the associated #define
13766 directives when a C program under GDB is not executing.
13767
13768 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13769
13770 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
13771 font-lock-fontify-syntactic-keywords.
13772
13773 * font-lock.el (font-lock-default-fontify-region): Don't force
13774 parse-sexp-lookup-properties to nil.
13775
13776 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13777
13778 * man.el (man-mode-syntax-table): Set up `:' to have
13779 word-constituent syntax.
13780
13781 2005-04-27 Lute Kamstra <lute@gnu.org>
13782
13783 * novice.el (disable-command): Don't add spurious newlines to the
13784 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
13785
13786 2005-04-26 Jay Belanger <belanger@truman.edu>
13787
13788 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
13789 than one window before deleting window.
13790
13791 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
13792
13793 * shell.el (shell-prompt-pattern): Doc fix.
13794 (shell-mode): Set paragraph-separate buffer locally to "\\'".
13795
13796 * comint.el (comint-prompt-regexp, comint-get-old-input)
13797 (comint-use-prompt-regexp)
13798 (comint-use-prompt-regexp-instead-of-fields)
13799 (comint-replace-by-expanded-history, comint-send-input)
13800 (comint-output-filter, comint-get-old-input-default)
13801 (comint-line-beginning-position, comint-bol, comint-show-output)
13802 (comint-backward-matching-input, comint-forward-matching-input)
13803 (comint-next-prompt, comint-previous-prompt):
13804 Rename `comint-use-prompt-regexp-instead-of-fields' to
13805 `comint-use-prompt-regexp'. Keep old name as alias and declare
13806 obsolete.
13807 (comint-use-prompt-regexp): Shorten first line of doc string.
13808
13809 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
13810 Set paragraph-separate buffer locally to "\\'".
13811
13812 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
13813 Adapt to above name change.
13814
13815 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13816 (smbclient-prompt-regexp): Ditto.
13817
13818 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
13819
13820 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
13821
13822 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
13823 gdb-location-list.
13824 Break lines that are over 80 characters wide.
13825
13826 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13827
13828 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
13829 New fun and var, to preserve compatibility.
13830
13831 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
13832
13833 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
13834
13835 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
13836 name to file-newer-than-file-p.
13837
13838 2005-04-26 Richard M. Stallman <rms@gnu.org>
13839
13840 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
13841
13842 * progmodes/python.el (python-mode):
13843 Use new name eldoc-documentation-function.
13844
13845 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
13846
13847 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13848 (eldoc-documentation-function):
13849 Rename from eldoc-print-current-symbol-info-function. Calls changed.
13850
13851 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
13852
13853 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
13854
13855 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13856
13857 * term/xterm.el (function-key-map): Fix strings for
13858 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
13859 {C,S,A,C-S}-{f1-f12}.
13860
13861 2005-04-26 Kenichi Handa <handa@m17n.org>
13862
13863 * international/mule-cmds.el (select-safe-coding-system):
13864 Fix previous change.
13865
13866 2005-04-26 Lute Kamstra <lute@gnu.org>
13867
13868 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
13869
13870 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
13871 (font-lock-comment-delimiter-face): Ditto.
13872
13873 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
13874
13875 2005-04-25 Jay Belanger <belanger@truman.edu>
13876
13877 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
13878 to t while inserting information; use help-mode.
13879
13880 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13881
13882 * term.el (ansi-term-color-vector): Use the xterm colors.
13883 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
13884
13885 2005-04-25 Lute Kamstra <lute@gnu.org>
13886
13887 * font-core.el (font-lock-defaults): Fix docstring.
13888
13889 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
13890
13891 2005-04-25 Kenichi Handa <handa@m17n.org>
13892
13893 * international/mule-cmds.el (select-safe-coding-system):
13894 Don't check consistency with coding: spec, etc if raw-text or
13895 no-conversion was found to be safe.
13896
13897 2005-04-24 Richard M. Stallman <rms@gnu.org>
13898
13899 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
13900 citation markers at start of each line.
13901
13902 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
13903 citation markers at start of each line.
13904
13905 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
13906
13907 * files.el (mode-require-final-newline): Fix previous change.
13908 (require-final-newline): Fix type label.
13909
13910 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13911
13912 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
13913 statement in buffer (broken by 2004-11-24 change).
13914
13915 2005-04-24 Kim F. Storm <storm@cua.dk>
13916
13917 * ido.el (ido-everywhere): Save and restore old read-buffer-function
13918 and read-file-name-function values. Don't overwrite existing
13919 non-nil values if ido-mode is enabled without ido-everywhere.
13920
13921 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
13922
13923 * files.el (mode-require-final-newline): Minor doc fix.
13924
13925 2005-04-24 Eli Zaretskii <eliz@gnu.org>
13926
13927 * subr.el (syntax-after): Doc fix.
13928 (syntax-class): If argument is nil, return nil. Mask off upper 16
13929 bits, not 8 bits.
13930
13931 * files.el (mode-require-final-newline): Doc fix.
13932 (backup-buffer-copy): Fix last change.
13933
13934 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13935
13936 * term/mac-win.el: Require select. Set selection-coding-system to
13937 mac-system-coding-system. Call menu-bar-enable-clipboard.
13938 (x-last-selected-text-clipboard, x-last-selected-text-primary)
13939 (x-select-enable-clipboard): New variables.
13940 (x-select-text, x-get-selection, x-selection-value)
13941 (x-get-selection-value, mac-select-convert-to-string)
13942 (mac-services-open-file, mac-services-open-selection)
13943 (mac-services-insert-text): New functions.
13944 (CLIPBOARD, FIND): Put mac-scrap-name property.
13945 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
13946 (public.tiff): Put mac-ostype property.
13947 (selection-converter-alist): Add entries for them.
13948 (mac-application-menu-map): New keymap.
13949 (interprogram-cut-function, interprogram-paste-function): Set to
13950 x-select-text and x-get-selection-value, respectively.
13951 (split-window-keep-point): Set to t.
13952
13953 2005-04-23 Richard M. Stallman <rms@gnu.org>
13954
13955 * files.el (read-directory-name): Always pass non-nil
13956 DEFAULT-FILENAME arg to read-file-name.
13957 (backup-buffer-copy, basic-save-buffer-2): Take care against
13958 writing thru an unexpected existing symlink.
13959 (revert-buffer): In indirect buffer, revert the base buffer.
13960 (magic-mode-alist): Doc fix.
13961 (buffer-stale-function): Doc fix.
13962 (minibuffer-with-setup-hook): Avoid warning.
13963 (mode-require-final-newline): Doc and custom fix.
13964
13965 * follow.el (follow-end-of-buffer): Use with-no-warnings.
13966
13967 * font-lock.el (font-lock-comment-face): On terminals with few colors,
13968 use the default appearance.
13969 (font-lock-comment-delimiter-face): New face, new variable.
13970
13971 * imenu.el (imenu--generic-function): The official position of a
13972 definition is the start of the line that BEG is in.
13973
13974 * midnight.el (midnight-timer): Move defvar up.
13975
13976 * mouse.el (mouse-drag-region-1): Delete some debugging code.
13977
13978 * saveplace.el (save-place-to-alist): Use with-no-warnings.
13979
13980 * startup.el (command-line): Use with-no-warnings.
13981
13982 * window.el (window-size-fixed): New defvar.
13983
13984 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
13985
13986 * mail/rmail.el (rmail-font-lock-keywords):
13987 Use font-lock-comment-delimiter-face.
13988
13989 * mail/sendmail.el (mail-font-lock-keywords):
13990 Use font-lock-comment-delimiter-face.
13991
13992 * progmodes/compile.el (next-error-highlight-timer): New defvar.
13993
13994 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
13995
13996 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13997 Specify t for LAXMATCH when matching directories.
13998 Save match data around compilation-compat-error-properties form.
13999
14000 2005-04-23 David Kastrup <dak@gnu.org>
14001
14002 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
14003 Mention that the autoloaded aliases should be kept for AUCTeX.
14004
14005 2005-04-23 Andreas Schwab <schwab@suse.de>
14006
14007 * isearch.el (isearch-forward): Doc fix.
14008
14009 2005-04-23 Eli Zaretskii <eliz@gnu.org>
14010
14011 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
14012 (jit-lock-stealth-nice): Change default value to 0.5.
14013
14014 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
14015
14016 * abbrev.el (write-abbrev-file): Write table entries in
14017 alphabetical order by table name.
14018
14019 2005-04-22 Kim F. Storm <storm@cua.dk>
14020
14021 * ido.el (ido-read-internal): Fix `list' completion.
14022
14023 2005-04-22 Kenichi Handa <handa@m17n.org>
14024
14025 * recentf.el (recentf-save-file-coding-system): New variable.
14026 (recentf-save-list): Encode the file by
14027 recentf-save-file-coding-system and add coding: tag.
14028
14029 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
14030
14031 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
14032
14033 2005-04-21 Lute Kamstra <lute@gnu.org>
14034
14035 * loadhist.el (unload-feature): Don't remove a function from hooks
14036 if it is about to be restored to an autoload . Remove functions
14037 that will become unbound from auto-mode-alist. Simplify the code.
14038
14039 * subr.el (assq-delete-all): New implementation that is linear,
14040 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
14041 (rassq-delete-all): New function.
14042
14043 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14044 Add size-indication-mode.
14045
14046 2005-04-21 Kenichi Handa <handa@m17n.org>
14047
14048 * international/mule-cmds.el: Add autoload for widget-value in
14049 eval-when-compile.
14050
14051 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
14052
14053 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14054 Add tooltip-mode.
14055
14056 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
14057
14058 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
14059
14060 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
14061 (inferior-lisp-filter-regexp, inferior-lisp-program)
14062 (inferior-lisp-load-command, inferior-lisp-prompt)
14063 (inferior-lisp-mode-hook, lisp-source-modes)
14064 (inferior-lisp-load-hook): defvar->defcustom.
14065 (inferior-lisp-program, inferior-lisp-prompt)
14066 (inferior-lisp-load-hook): Doc fixes.
14067 (inferior-lisp-install-letter-bindings): Small change in
14068 introductory comment.
14069
14070 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
14071
14072 * vc.el (vc-annotate-color-map): Change some colors so that text
14073 using them as foreground is readable on both white and black
14074 backgrounds.
14075
14076 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14077
14078 * international/mule-conf.el (translation-table-for-input):
14079 Remove redundant declaration.
14080
14081 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
14082
14083 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
14084
14085 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
14086 (tooltip-toggle-gud-tips): New function.
14087
14088 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14089
14090 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
14091 right angle brackets.
14092
14093 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
14094
14095 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
14096
14097 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14098
14099 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
14100 Remove. Update callers to use expand-file-name instead.
14101
14102 * subr.el (syntax-class): New function.
14103
14104 * simple.el (blink-matching-open): Use it.
14105
14106 * paren.el (show-paren-function): Use it to recognize parens that are
14107 also used in 2-char comment markers.
14108
14109 2005-04-19 Lute Kamstra <lute@gnu.org>
14110
14111 * loadhist.el (unload-feature): Update for new format of
14112 load-history. Simplify the code.
14113
14114 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14115
14116 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
14117 (mac-add-charset-info): New function. Initialize variable
14118 mac-charset-info-alist using it.
14119 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
14120 for translation.
14121 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
14122 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
14123 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
14124 New CCL programs.
14125
14126 2005-04-19 Kim F. Storm <storm@cua.dk>
14127
14128 * simple.el (next-buffer, prev-buffer, next-error)
14129 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14130 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
14131
14132 * bindings.el (next-buffer, prev-buffer, next-error)
14133 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14134 (clone-indirect-buffer-other-window): Move bindings from simple.el.
14135 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
14136 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
14137
14138 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14139
14140 * isearch.el (isearch-edit-string): Make the search-ring available for
14141 minibuffer history commands.
14142 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
14143 the default history commands now work just as well.
14144 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
14145
14146 2005-04-18 Kim F. Storm <storm@cua.dk>
14147
14148 * emulation/cua-base.el (cua--pre-command-handler): Add more
14149 elaborate check for shift modifier on non-window systems.
14150
14151 2005-04-18 Lars Hansen <larsh@math.ku.dk>
14152
14153 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
14154
14155 2005-04-18 Kim F. Storm <storm@cua.dk>
14156
14157 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
14158 and make it optional. Don't test tooltip-gud-echo-area here.
14159 (tooltip-gud-process-output, gdb-tooltip-print):
14160 Pass tooltip-gud-echo-area to tooltip-show.
14161 (tooltip-help-tips): Remove second optional arg to tooltip-show.
14162
14163 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14164
14165 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
14166 `display-graphic-p' may not be bound yet.
14167
14168 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
14169
14170 * startup.el (command-line): No longer enable Xterm Mouse mode by
14171 default in terminals compatible with xterm.
14172
14173 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
14174
14175 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
14176
14177 * tooltip.el (tooltip-gud-echo-area): Rename from
14178 tooltip-use-echo-area.
14179 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
14180 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14181 area independently of where help tooltips are displayed.
14182
14183 2005-04-17 David Kastrup <dak@gnu.org>
14184
14185 * cus-theme.el (custom-theme-write-variables): Quote variables
14186 where necessary.
14187
14188 2005-04-17 Richard M. Stallman <rms@gnu.org>
14189
14190 * simple.el (yank-excluded-properties): Add follow-link to value.
14191
14192 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
14193
14194 * startup.el (fancy-splash-max-time): Just 30 seconds.
14195 (fancy-splash-delay): Just 7.
14196 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
14197
14198 * loadhist.el (unload-feature): Update for new format of load-history.
14199 Simplify the code.
14200
14201 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
14202 (rmail-font-lock-keywords): Don't fontify the text of a citation.
14203
14204 * mail/sendmail.el (mail-font-lock-keywords):
14205 Don't fontify subject text.
14206 Don't fontify the text of a citation.
14207
14208 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
14209
14210 * comint.el (comint-output-filter): Run comint-output-filter-functions
14211 with point where the user had it.
14212
14213 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14214
14215 * international/ucs-tables.el (ucs-set-table-for-input):
14216 Disable when using unify-on-decoding.
14217
14218 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
14219
14220 * emulation/cua-base.el (cua-global-mark-face): Add special case
14221 for displays supporting a high number of colors.
14222
14223 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
14224
14225 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
14226
14227 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
14228
14229 * filesets.el (filesets-add-buffer): If user supplies a name of a
14230 non-existing fileset, create a new fileset.
14231
14232 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
14233
14234 * textmodes/org.el (org-up-heading-all): Fix bug with
14235 `outline-up-heading-all'.
14236
14237 2005-04-16 Andreas Schwab <schwab@suse.de>
14238
14239 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
14240 /etc/permissions.d/* and /etc/aliases.d/*.
14241
14242 2005-04-16 Kenichi Handa <handa@m17n.org>
14243
14244 * international/code-pages.el (cp-make-coding-system):
14245 Set `translation-table-for-input' property value to the symbol
14246 ucs-mule-to-mule-unicode, not to that value.
14247 (pt154): Escape guillemet by `\'.
14248
14249 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
14250
14251 * loadup.el: Load tooltip if x-show-tip is fboundp.
14252
14253 * startup.el (command-line): Add comment.
14254
14255 * tooltip.el (tooltip-mode): Specify correct standard value for
14256 Custom in init-value.
14257
14258 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
14259
14260 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
14261 possible.
14262
14263 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
14264
14265 * textmodes/org.el (org-agenda-date-prompt): Rename from
14266 `org-agenda-date-today'.
14267 (org-evaluate-time-range): Insert at point instead of directly
14268 after time range.
14269 (org-first-headline-recenter, org-subtree-end-visible-p)
14270 (org-optimize-window-after-visibility-change): New functions
14271 (org-agenda-post-command-hook): Don't allow point at end of line,
14272 to make sure it always hits the text properties.
14273 (org-agenda-next-date-line, org-agenda-previous-date-line):
14274 New commands.
14275 (org-set-regexps-and-options): Category may contain white space.
14276 (org-agenda-get-deadlines, org-agenda-get-scheduled):
14277 Improve marker positions.
14278 (org-agenda-new-marker): Argument POS made optional.
14279 (org-agenda-get-timestamps): Deadlines which are done are listed
14280 in org-done-face now.
14281 (org-agenda-get-todos, org-agenda-get-timestamps)
14282 (org-agenda-get-deadlines, org-agenda-get-scheduled):
14283 Set `undone-face' and `done-face' properties.
14284 (org-last-todo-state-is-todo): New variable.
14285 (org-todo): Set `org-last-todo-state-is-todo'.
14286 (org-agenda-todo): Change face according to
14287 `org-last-todo-state-is-todo'. And change other lines referring to
14288 the same entry.
14289 (org-calendar-goto-agenda): New command.
14290 (org-calendar-to-agenda-key): New option.
14291 (org-startup-folded): New allowed value `content'.
14292 (org-set-regexps-and-options): Accept new value `content' for
14293 `org-startup-folded'.
14294 (org-get-current-options): Handle new value `content' for
14295 `org-startup-folded'.
14296 (org-insert-todo-heading): New command.
14297 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
14298 interactively in empty file and option
14299 `org-insert-mode-line-in-empty-file' has been set.
14300 (org-agenda-todo,org-agenda-priority): Modify to use
14301 `org-agenda-change-all-lines'.
14302 (org-warning-face): Change color on dark background
14303
14304 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14305
14306 * international/mule-cmds.el (set-locale-environment): On Mac OS,
14307 use preferences AppleLocale and AppleLanguages, and variable
14308 mac-system-locale for default locale. On Mac OS Classic, use
14309 mac-system-coding-system for default coding systems.
14310
14311 * term/mac-win.el: Don't set file-name-coding-system.
14312 Decode variables system-name, emacs-build-system, user-login-name, and
14313 user-full-name by mac-system-coding-system on Mac OS Classic.
14314 (mac-system-coding-system): New variable.
14315
14316 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
14317
14318 * startup.el (command-line): Handle `xterm-mouse-mode' before
14319 reading init file.
14320
14321 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
14322
14323 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14324
14325 * progmodes/sh-script.el (sh-here-document-word): Make it a
14326 defcustom. Doc fix.
14327 (sh-add): Bash uses $(( )) for arithmetic.
14328 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
14329 (sh-maybe-here-document): Remove quotes and leading whitespace
14330 from heredoc word when closing. Indent heredoc with tabs if word
14331 starts with "-".
14332
14333 2005-04-13 Richard M. Stallman <rms@gnu.org>
14334
14335 * simple.el (undo): Fix previous change.
14336
14337 * custom.el (defface): Doc fix.
14338
14339 2005-04-13 Lute Kamstra <lute@gnu.org>
14340
14341 * Makefile.in (DONTCOMPILE): Remove list.
14342 (compile, compile-always): Don't use DONTCOMPILE.
14343 (update-authors): Load the library in which batch-update-authors
14344 is defined.
14345 * makefile.w32-in (DONTCOMPILE): Remove list.
14346 (compile, compile-always): Fix comments.
14347 (update-authors): Load the library in which batch-update-authors
14348 is defined.
14349
14350 * generic-x.el (generic-mode-ini-file-find-file-hook):
14351 Rename to ini-generic-mode-find-file-hook.
14352 Keep generic-mode-ini-file-find-file-hook as an alias.
14353 (ini-generic-mode-find-file-hook): Rename from
14354 generic-mode-ini-file-find-file-hook. Fix docstring.
14355 (ini-generic-mode): Docstring change.
14356 (bat-generic-mode-run-as-comint): Silence the byte compiler.
14357
14358 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
14359 called from lisp.
14360
14361 * generic.el: Move to the emacs-lisp subdir.
14362
14363 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
14364
14365 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
14366 and C-S- function and cursor motion keys.
14367
14368 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
14369
14370 * startup.el (command-line): Enable Xterm Mouse mode by default.
14371 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
14372 for Custom. No longer show "Mouse" in mode line when enabled.
14373 Doc fix.
14374
14375 2005-04-12 Kim F. Storm <storm@cua.dk>
14376
14377 * emulation/cua-base.el (cua-rectangle-face)
14378 (cua-rectangle-noselect-face): Define face attributes here.
14379
14380 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
14381
14382 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14383
14384 * startup.el (command-line): Turn off blinking cursor if
14385 cursorBlink in resources is off or false.
14386
14387 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14388
14389 * term/mac-win.el (dnd): Require dnd.
14390 (mac-drag-n-drop): Call dnd-handle-one-url.
14391 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
14392 (kTextEncodingISOLatin2): Remove constants.
14393 (mac-script-code-coding-systems): New constant.
14394 (mac-handle-language-change): New function.
14395 (special-event-map): Bind it to `language-change' event.
14396 (mac-centraleurroman, mac-cyrillic): New coding systems.
14397 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
14398 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
14399 and mac-cyrillic-encoder to encode-mac-centraleurroman and
14400 encode-mac-cyrillic, respectively.
14401
14402 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
14403
14404 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
14405 Don't set overlay-arrow-string to "=>" as this is done
14406 globally in C now.
14407
14408 2005-04-12 Lute Kamstra <lute@gnu.org>
14409
14410 * generic-x.el (rc-generic-mode, rul-generic-mode):
14411 Fix auto-mode-alist entries.
14412 (etc-fstab-generic-mode): Tweak fontification.
14413
14414 * generic.el (generic-make-keywords-list): Fix docstring.
14415 (generic-mode-internal): Simplify generic-font-lock-keywords.
14416
14417 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
14418
14419 * whitespace.el (whitespace-buffer-leading)
14420 (whitespace-buffer-trailing): Revert the incorrect test inversion.
14421 However, fix the highlight area for the leading and
14422 trailing whitespaces to show space.
14423
14424 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
14425
14426 * whitespace.el (whitespace-version): Bump to 3.5
14427
14428 (whitespace-buffer-leading, whitespace-buffer-trailing):
14429 Invert sense of the test to highlight the whitespace.
14430
14431 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
14432
14433 * progmodes/gud.el (gud-display-line): GUD uses its own
14434 overlay arrow now so don't set overlay-arrow-string.
14435 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
14436
14437 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
14438
14439 * term.el (term-ansi-current-bold, term-ansi-current-underline)
14440 (term-ansi-current-reverse, term-ansi-current-invisible)
14441 (term-ansi-face-already-done): Change to boolean.
14442 (term-reset-terminal, term-handle-colors-array): Handle the above
14443 vars accordingly.
14444 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
14445 (term-emulate-terminal): Use the new name.
14446
14447 * faces.el (secondary-selection): Use yellow1, not yellow.
14448 (trailing-whitespace): Use red1, not red.
14449
14450 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14451
14452 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
14453 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
14454 (dired-dnd-handle-file): Call dnd-get-local-file-uri
14455
14456 * cus-edit.el (dnd): New group.
14457
14458 * term/w32-win.el (dnd): Require dnd
14459 (w32-drag-n-drop): Call dnd-handle-one-url.
14460
14461 * x-dnd.el: Require dnd.
14462 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
14463 Call dnd-handle-one-url.
14464 (x-dnd-types-alist, x-dnd-insert-utf8-text)
14465 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
14466 to dnd-insert-text.
14467 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
14468 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
14469 (x-dnd-get-local-file-name, x-dnd-open-local-file)
14470 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
14471
14472 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
14473
14474 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
14475
14476 * wdired.el: Doc fixes.
14477 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
14478 (wdired-use-dired-vertical-movement): Rename from
14479 wdired-always-move-to-filename-beginning.
14480 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
14481 (wdired-change-to-wdired-mode): Change mode name.
14482 (wdired-newline): Delete.
14483
14484 2005-04-11 Richard M. Stallman <rms@gnu.org>
14485
14486 * whitespace.el (whitespace-highlight-the-space):
14487 Don't call whitespace-unhighlight-the-space here.
14488
14489 * simple.el (undo): Record t in undo-equiv-table
14490 for the redo record made by an undo-in-region.
14491
14492 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
14493
14494 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
14495 (gdb-frame-inferior-io-buffer): New Functions to control
14496 display of separate IO buffer.
14497 (menu): Add them to menu-bar.
14498 (gdb-display-buffer): Check for buffer another frame.
14499 Protect GUD buffer.
14500 (gdb-setup-windows): Create IO buffer if not already there.
14501 (gdb-memory-mode): Remove purecopy noops.
14502
14503 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
14504
14505 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
14506 and pass to self-insert-command.
14507
14508 2005-04-11 Lute Kamstra <lute@gnu.org>
14509
14510 * generic.el: Commentary section cleanup.
14511 (generic): Delete.
14512 (generic-use-find-file-hook, generic-lines-to-scan)
14513 (generic-find-file-regexp, generic-ignore-files-regexp)
14514 (default-generic-mode, generic-mode-find-file-hook)
14515 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
14516 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
14517 (generic-use-find-file-hook, generic-lines-to-scan)
14518 (generic-find-file-regexp, generic-ignore-files-regexp)
14519 (default-generic-mode, generic-mode-find-file-hook)
14520 (generic-mode-ini-file-find-file-hook): Move from generic.el.
14521
14522 2005-04-10 Karl Fogel <kfogel@red-bean.com>
14523
14524 * bookmark.el (bookmark-write-file): Catch errors writing file.
14525 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
14526
14527 2005-04-10 Richard M. Stallman <rms@gnu.org>
14528
14529 * startup.el (fancy-splash-tail): Update copyright year.
14530 (command-line): Split part of -Q into -D.
14531 (emacs-basic-display): New defvar.
14532 (fancy-splash-text): Correct name of menu item.
14533
14534 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
14535
14536 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
14537 lines in one node.
14538
14539 * comint.el (comint-send-input): New arg ARTIFICIAL.
14540 Callers in this file changed.
14541
14542 * abbrev.el (define-abbrevs): Read system abbrevs properly.
14543
14544 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
14545
14546 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
14547
14548 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
14549 `ldap-search-internal'.
14550
14551 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14552
14553 * files.el (set-auto-mode-1): Use line-end-position.
14554
14555 * international/latin-1.el:
14556 * international/latin-2.el:
14557 * international/latin-3.el:
14558 * international/latin-4.el:
14559 * international/latin-5.el:
14560 * international/latin-8.el:
14561 * international/latin-9.el: Give punctuation syntax to NBSP.
14562
14563 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
14564 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
14565 Use char-classes to accept non-ascii letters, accepted in some recent
14566 bibtex implementations.
14567
14568 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
14569
14570 * custom.el (custom-set-minor-mode): Any non-nil value for the
14571 variable should enable the mode when set through Custom.
14572
14573 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14574
14575 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
14576 TAB binding so tab-always-indent is obeyed.
14577 (vhdl-minibuffer-local-map): Move initialization into declaration.
14578 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
14579 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
14580 (vhdl-hooked-abbrev): Avoid test for XEmacs.
14581 (vhdl-current-line): Use line-beginning-position.
14582 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
14583 with-output-to-temp-buffer, so the current position can be recorded.
14584
14585 2005-04-10 Masatake YAMATO <jet@gyve.org>
14586
14587 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14588 Add regexp for gcov.
14589
14590 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14591
14592 * calendar/time-date.el (time-to-seconds, seconds-to-time)
14593 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
14594 syntax which Emacs 20 doesn't support.
14595
14596 2005-04-09 Richard M. Stallman <rms@gnu.org>
14597
14598 * help.el (describe-key-briefly, describe-key):
14599 Replace strings as event types with "(any string)".
14600
14601 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14602
14603 * arc-mode.el (archive-mode-map): Move initialization into
14604 the declaration. Override *all* bindings of `undo'.
14605 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
14606
14607 2005-04-09 Jay Belanger <belanger@truman.edu>
14608
14609 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
14610
14611 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
14612
14613 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
14614 (xterm-register-default-colors): Update color values computation
14615 to match xterm-200.
14616
14617 2005-04-09 Kenichi Handa <handa@m17n.org>
14618
14619 * international/code-pages.el (iso-latin-7): Fix the map.
14620
14621 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
14622
14623 * emacs-lisp/lisp.el (defun-prompt-regexp)
14624 (parens-require-spaces, buffer-end, end-of-defun)
14625 (insert-parentheses): Doc fixes.
14626
14627 2005-04-08 Kim F. Storm <storm@cua.dk>
14628
14629 * comint.el (comint-highlight-prompt): Fix face spec.
14630 * hi-lock.el (hi-green): Likewise.
14631
14632 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14633
14634 * cus-edit.el (custom-modified-face):
14635 * comint.el (comint-highlight-input): Fix previous changes.
14636 * term.el (term-handle-ansi-escape): Add a comment.
14637
14638 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14639
14640 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
14641 in the buffer and in whitespace-highlighted-space.
14642 (whitespace-unhighlight-the-space): Simplify.
14643 (whitespace-buffer): Simplify.
14644
14645 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14646
14647 * textmodes/table.el (table-cell-face): Add special case for
14648 displays supporting a high number of colors.
14649 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14650 (vhdl-font-lock-reserved-words-face)
14651 (vhdl-speedbar-architecture-face)
14652 (vhdl-speedbar-instantiation-face)
14653 (vhdl-speedbar-architecture-selected-face)
14654 (vhdl-speedbar-instantiation-selected-face): Likewise.
14655 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
14656 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
14657 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14658 (ebrowse-root-class-face, ebrowse-member-attribute-face)
14659 (ebrowse-progress-face): Likewise.
14660 * progmodes/compile.el (compilation-info-face): Likewise.
14661 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
14662 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
14663 * calendar/calendar.el (diary-face): Likewise.
14664 * woman.el (woman-italic-face, woman-bold-face)
14665 (woman-unknown-face): Likewise.
14666 * wid-edit.el (widget-button-pressed-face): Likewise.
14667 * whitespace.el (whitespace-highlight-face): Likewise.
14668 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
14669 * pcvs-info.el (cvs-marked-face): Likewise.
14670 * info.el (info-xref): Likewise.
14671 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
14672 * hilit-chg.el (highlight-changes-face)
14673 (highlight-changes-delete-face): Likewise.
14674 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
14675 (hi-red-b): Likewise.
14676 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
14677 * font-lock.el (font-lock-keyword-face)
14678 (font-lock-function-name-face, font-lock-warning-face): Likewise.
14679 * cus-edit.el (custom-invalid-face, custom-modified-face)
14680 (custom-set-face, custom-changed-face, custom-variable-tag-face)
14681 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
14682 * comint.el (comint-highlight-prompt): Likewise.
14683
14684 2005-04-08 Lute Kamstra <lute@gnu.org>
14685
14686 * font-lock.el (font-lock-keywords): Docstring fixes.
14687
14688 2005-04-08 Kenichi Handa <handa@m17n.org>
14689
14690 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
14691 chars are more than a limit, print " and more..." at the tail.
14692
14693 2005-04-08 Kim F. Storm <storm@cua.dk>
14694
14695 * emacs-lisp/authors.el (authors-aliases): Update list.
14696 (authors-ignored-files): New list.
14697 (authors-fixed-entries): Fix typo.
14698 (authors-renamed-files-alist): Update list.
14699 (authors-add): Check authors-ignored-files.
14700
14701 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
14702
14703 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
14704 optional, to ensure backward compatibility.
14705
14706 2005-04-08 Stephen Eglen <stephen@gnu.org>
14707
14708 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
14709
14710 2005-04-08 Kim F. Storm <storm@cua.dk>
14711
14712 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
14713
14714 * mouse.el (mouse-on-link-p): Doc fix.
14715
14716 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
14717
14718 * ielm.el (ielm-prompt-read-only): Doc fix.
14719
14720 * comint.el (comint-prompt-read-only): Doc fix.
14721
14722 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
14723
14724 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
14725 ensure dired always handles wildcards passed to ffap.
14726 (find-file-at-point): Use it.
14727 (ffap-dired-wildcards): Doc fix.
14728
14729 2005-04-07 Juri Linkov <juri@jurta.org>
14730
14731 * simple.el (next-error-overlay-arrow-position): New defvar.
14732 Put "=>" on its property `overlay-arrow-string'. Add it to
14733 `overlay-arrow-variable-list'.
14734
14735 * progmodes/compile.el (compilation-setup):
14736 Set `next-error-overlay-arrow-position' to nil. Also set it to
14737 nil in the local hook `kill-buffer-hook'. Make local variable
14738 `overlay-arrow-string' and set it to "=>".
14739 (compilation-goto-locus): Set BOL position to
14740 `next-error-overlay-arrow-position' instead of
14741 `overlay-arrow-position'.
14742
14743 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
14744 locally instead of adding it to the global hook.
14745 (Info-kill-buffer): Move up.
14746
14747 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
14748
14749 * term/xterm.el (xterm-standard-colors): Update color values from
14750 xterm-200.
14751
14752 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
14753
14754 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
14755
14756 * fast-lock.el:
14757 * lazy-lock.el: Move them to the obsolete subdir.
14758
14759 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
14760
14761 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
14762 (wdired-add-replace-advice): Remove.
14763 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
14764
14765 2005-04-06 Kim F. Storm <storm@cua.dk>
14766
14767 * startup.el (command-line): Add --bare-bones alias for -Q.
14768
14769 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14770
14771 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
14772 create the startup fontset if a font specification ends with
14773 `mac-roman'.
14774
14775 2005-04-06 Lute Kamstra <lute@gnu.org>
14776
14777 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
14778 change.
14779
14780 * emacs-lisp/copyright.el (copyright-update-year): Replace the
14781 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
14782
14783 2005-04-05 Lute Kamstra <lute@gnu.org>
14784
14785 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
14786 (define-generic-mode): Ditto. Fix debug declaration.
14787
14788 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14789 Put them in the generic-x group.
14790
14791 * calendar/timeclock.el (timeclock): Doc fix.
14792
14793 * generic.el (define-generic-mode): Don't use custom-current-group.
14794 Document default :group value.
14795 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
14796 (define-global-minor-mode): Don't use custom-current-group.
14797
14798 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
14799
14800 * startup.el (command-line-1): Display startup-echo-area-message
14801 when fancy splash screen is in use.
14802
14803 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
14804 (sh-escaped-newline): New face.
14805 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
14806 newline, and use sh-escaped-newline face.
14807
14808 * progmodes/tcl.el (tcl-escaped-newline): New face.
14809 (tcl-builtin-list): New variable.
14810 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
14811 newlines. Fix keywords subexpression number.
14812
14813 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
14814
14815 * textmodes/org.el (org-diary-default-entry): Fix call to
14816 `add-to-diary-entry'.
14817
14818 2005-04-05 Kim F. Storm <storm@cua.dk>
14819
14820 * ediff-init.el: Use (featurep 'xemacs).
14821
14822 2005-04-05 David Ponce <david@dponce.com>
14823
14824 * cus-edit.el (face): Derive from symbol widget. Display sample
14825 of the current face on the fly.
14826 (widget-face-sample-face-get, widget-face-notify): New functions.
14827 (widget-face-value-create): Remove.
14828
14829 * wid-edit.el (widget-field-end): Temporarily remove field
14830 narrowing before to call `get-char-property'.
14831
14832 2005-04-04 Jay Belanger <belanger@truman.edu>
14833
14834 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
14835 (math-read-subscripts): New variable.
14836 (math-read-preprocess-string): Process subscripts.
14837
14838 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
14839
14840 * comint.el (comint-prompt-read-only): Doc fix.
14841
14842 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
14843 `-1'. Doc fix.
14844
14845 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
14846
14847 * textmodes/org.el (org-insert-mode-line-in-empty-file):
14848 Change default value to nil.
14849
14850 2005-04-04 Lute Kamstra <lute@gnu.org>
14851
14852 * autorevert.el (auto-revert-mode): Specify :group.
14853 * battery.el (display-battery-mode): Specify :group.
14854 * diff-mode.el (diff-minor-mode): Specify :group.
14855 * font-core.el (font-lock-mode): Specify :group.
14856 * hl-line.el (hl-line-mode): Specify :group.
14857 * iimage.el (iimage): New customization group.
14858 (iimage-mode): Specify :group.
14859 * longlines.el (longlines-mode): Specify :group.
14860 * master.el: Don't require easy-mmode.
14861 (master): New customization group.
14862 (master-mode): Specify :group.
14863 * msb.el (msb-mode): Specify :group.
14864 * reveal.el (reveal-mode): Specify :group.
14865 * simple.el (next-error-follow-minor-mode): Specify :group.
14866 * smerge-mode.el (smerge-mode): Specify :group.
14867 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
14868 * emulation/cua-base.el (cua-mode): Specify :group.
14869 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
14870 * language/thai-util.el (thai-auto-composition-mode)
14871 (thai-word-mode): Specify :group.
14872 * mail/supercite.el (sc-minor-mode): Specify :group.
14873 * progmodes/cwarn.el (cwarn-mode): Specify :group.
14874 * progmodes/flymake.el (flymake-mode): Specify :group.
14875 * progmodes/glasses.el (glasses-mode): Specify :group.
14876 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
14877 * textmodes/enriched.el (enriched-mode): Specify :group.
14878 * textmodes/refill.el (refill-mode): Specify :group.
14879
14880 * add-log.el (change-log-font-lock-keywords): Names in
14881 parenthesized lists can contain spaces.
14882
14883 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
14884
14885 * startup.el (fancy-splash-text): Shorten default text of
14886 "Emacs Tutorial" line. Also, if the current language env
14887 indicates an available tutorial file other than TUTORIAL,
14888 extract its title and append it to the line in parentheses.
14889 (fancy-splash-insert): If arg is a thunk, funcall it.
14890
14891 2005-04-04 Jay Belanger <belanger@truman.edu>
14892
14893 * calc.el (calc-language-alist): Add tags to customization type.
14894
14895 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
14896
14897 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
14898 Doc fix.
14899
14900 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
14901
14902 * add-log.el (change-log-font-lock-keywords): The manual
14903 describing a Change Log entry, says: (...) "Aside from these
14904 header lines, every line in the change log starts with a space or
14905 a tab.". The font-lock was not highlighting lines started with
14906 spaces, added support for it.
14907
14908 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14909
14910 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
14911 (bibtex-generate-url-list): Update docstring accordingly. Put the
14912 complex example in the docstring.
14913 (bibtex-font-lock-url): Use pop.
14914
14915 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14916
14917 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
14918
14919 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
14920
14921 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
14922
14923 * filesets.el (filesets-set-default): Doc fix.
14924
14925 2005-04-03 Lute Kamstra <lute@gnu.org>
14926
14927 * generic.el (define-generic-mode): Add argument to specify
14928 keywords for defcustom.
14929 (default-generic-mode): Specify :group.
14930
14931 * generic-x.el: Specify :group for all generic modes.
14932
14933 * desktop.el (desktop-no-desktop-file-hook)
14934 (desktop-after-read-hook): Doc fix.
14935
14936 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
14937
14938 * simple.el (visible-mode): Use explicit :group keyword.
14939 This changes the group of `visible-mode-hook' from paren-blinking
14940 to editing-basics.
14941
14942 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
14943
14944 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
14945 mailbox specifications as well as URLs.
14946 (rmail-insert-inbox-text): Remove unused conditional branches.
14947
14948 2005-04-01 Jay Belanger <belanger@truman.edu>
14949
14950 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
14951 (calc-gnuplot-print-command): Move definitions to calc.el.
14952
14953 * calc/calc-embed.el (calc-embedded-announce-formula)
14954 (calc-embedded-open-formula, calc-embedded-close-formula)
14955 (calc-embedded-open-word, calc-embedded-close-word)
14956 (calc-embedded-open-plain, calc-embedded-close-plain)
14957 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
14958 (calc-embedded-open-mode, calc-embedded-close-mode):
14959 Move definitions to calc.el.
14960
14961 * calc/calc.el (calc-settings-file, calc-language-alist):
14962 Make customizable.
14963 (calc-embedded-announce-formula, calc-embedded-open-formula)
14964 (calc-embedded-close-formula, calc-embedded-open-word)
14965 (calc-embedded-close-word, calc-embedded-open-plain)
14966 (calc-embedded-close-plain, calc-embedded-open-new-formula)
14967 (calc-embedded-close-new-formula, calc-embedded-open-mode)
14968 (calc-embedded-close-mode, calc-gnuplot-name)
14969 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
14970 from other files and make customizable.
14971
14972 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14973
14974 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
14975 Use buffer-live-p.
14976 (cvs-mode-run): Don't call cvs-update-header here.
14977 (cvs-run-process): Call cvs-update-header.
14978 Use process properties for cvs-postprocess and cvs-buffer so that
14979 the sentinel can behave better if the temp buffer is killed.
14980 Use a pipe rather than a tty, to better handle unexpected prompts.
14981 (cvs-sentinel): Rewrite. Call cvs-update-header.
14982
14983 2005-04-01 Andre Spiegel <spiegel@gnu.org>
14984
14985 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
14986 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
14987
14988 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14989
14990 * generic.el (define-generic-mode): Add indentation rule.
14991
14992 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
14993
14994 * files.el (mode-require-final-newline): Make Custom correctly
14995 report a nil value and allow to set it to nil via Custom.
14996 Doc fix.
14997
14998 2005-04-01 Kenichi Handa <handa@m17n.org>
14999
15000 * international/characters.el: Enable the correct case setting for
15001 dotless-i and dotted-I.
15002
15003 2005-04-01 Kim F. Storm <storm@cua.dk>
15004
15005 * ido.el (ido-file-internal): Fall back to non-ido command if
15006 initial directory is on slow ftp (or tramp) host.
15007
15008 2005-03-31 Richard M. Stallman <rms@gnu.org>
15009
15010 * emacs-lisp/autoload.el (make-autoload):
15011 Handle define-global-minor-mode.
15012
15013 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15014 Rename from easy-mmode-define-global-mode.
15015 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
15016
15017 * progmodes/scheme.el (scheme-mode-syntax-table):
15018 Update syntax of | and # for two-character comment syntax.
15019
15020 2005-03-31 Lute Kamstra <lute@gnu.org>
15021
15022 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
15023 (define-minor-mode): Call custom-current-group at load-time.
15024
15025 * generic.el (define-generic-mode): Add debug declaration.
15026 Add defcustom for the mode hook.
15027 (generic-mode-internal): Use run-mode-hooks.
15028
15029 2005-03-31 Kim F. Storm <storm@cua.dk>
15030
15031 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
15032 (mouse-fixup-help-message): New defun called by show_help_echo
15033 to fixup mouse-2 prefix in help messages when applicable.
15034
15035 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
15036
15037 2005-03-31 Kenichi Handa <handa@m17n.org>
15038
15039 * language/thai-word.el (thai-find-word-ends): Pay attention to
15040 the case that we reach the end of buffer.
15041
15042 * textmodes/fill.el (fill-text-properties-at): New function.
15043 (fill-newline): Use fill-text-properties-at instead of
15044 text-properties-at.
15045
15046 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
15047
15048 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
15049 not comint-quote-filename.
15050
15051 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
15052
15053 * help-fns.el (help-with-tutorial): Revert last change.
15054
15055 2005-03-31 Kim F. Storm <storm@cua.dk>
15056
15057 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
15058
15059 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
15060
15061 * calendar/cal-china.el: Update reference to "Calendrical
15062 Calculations" book; there's a new edition.
15063 * calendar/cal-coptic.el: Likewise.
15064 * calendar/cal-french.el: Likewise.
15065 * calendar/cal-hebrew.el: Likewise.
15066 * calendar/cal-islam.el: Likewise.
15067 * calendar/cal-iso.el: Likewise.
15068 * calendar/cal-julian.el: Likewise.
15069 * calendar/cal-mayan.el: Likewise.
15070 * calendar/cal-persia.el: Likewise.
15071 * calendar/calendar.el: Likewise.
15072 * calendar/holidays.el: Likewise.
15073 * calendar/lunar.el: Likewise.
15074 * calendar/solar.el: Likewise.
15075
15076 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
15077 white space from doc string.
15078
15079 2005-03-30 Jay Belanger <belanger@truman.edu>
15080
15081 * calc/calc-help.el (calc-full-help): Remove email address.
15082
15083 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
15084
15085 * help-fns.el (help-with-tutorial): Delete title line.
15086
15087 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15088
15089 * calendar/cal-x.el (calendar-one-frame-setup)
15090 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
15091 rather than 'symbol for set-window-dedicated-p.
15092
15093 * calendar/appt.el (appt-buffer-name): Make it a constant.
15094 (appt-add): Doc fix.
15095
15096 * filesets.el (filesets-menu-path, filesets-menu-before)
15097 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
15098 (filesets-menu-cache-file): Use directory ~/.emacs.d.
15099 (filesets-add-submenu): Delete and use add-submenu instead.
15100
15101 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
15102
15103 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
15104 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
15105 (org-diary-default-entry): New function.
15106 (org-get-entries-from-diary): Better parsing of diary entries.
15107 (org-agenda-check-no-diary): New function.
15108 ("diary-lib"): Advice to function `add-to-diary-list', to allow
15109 linking to diary entries.
15110 (org-agenda-execute-calendar-command): New function.
15111 (org-agenda): Improve visible section in window.
15112 Use `org-fit-agenda-window'.
15113 (org-fit-agenda-window): New option.
15114 (org-move-subtree-down): Better handling of empty lines
15115 at end of subtree.
15116 (org-cycle): Numeric prefix is interpreted now as show-subtree N
15117 levels up.
15118 (org-fontify-done-headline): New option.
15119 (org-headline-done-face): New face.
15120 (org-set-font-lock-defaults): Use `org-headline-done-face'.
15121 (org-table-copy-down): Rename from `org-table-copy-from-above'.
15122 When current field is non-empty, it is copied to next row.
15123 (org-table-copy-from-above): Fix bug which made it
15124 impossible to copy fields containing only a single non-white character.
15125
15126 2005-03-30 Kim F. Storm <storm@cua.dk>
15127
15128 * kmacro.el (kmacro-end-macro): Isearch may store this command
15129 into the macro -- so ignore it when executing keyboard macro.
15130
15131 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
15132
15133 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
15134
15135 2005-03-29 Kenichi Handa <handa@m17n.org>
15136
15137 * language/thai.el ("Thai"): Set setup-function and exit-function
15138 for Thai language environment.
15139
15140 * language/thai-util.el: Require thai-word.
15141 (thai-word-mode-map): New variable.
15142 (thai-word-mode): New minor mode.
15143 (setup-thai-language-environment-internal): New function.
15144 (exit-thai-language-environment-internal): New function.
15145
15146 * language/thai-word.el (thai-word-table): Declare it by defvar,
15147 use dolist to initialize it.
15148 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
15149 (thai-fill-find-break-point): New functions.
15150
15151 2005-03-29 Richard M. Stallman <rms@gnu.org>
15152
15153 * simple.el (idle-update-delay): Move definition up.
15154 (set-mark): Doc fix.
15155
15156 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
15157
15158 * longlines.el: New file.
15159
15160 * simple.el (buffer-substring-filters): New variable.
15161 (filter-buffer-substring): New function.
15162 (kill-region, copy-region-as-kill): Use it.
15163
15164 * register.el (copy-to-register, append-to-register)
15165 (prepend-to-register): Use filter-buffer-substring.
15166
15167 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
15168
15169 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
15170 (gud-filter-pending-text): Move in front of gdb.
15171 (gud-overlay-arrow-position): New variable.
15172 (gud-sentinel, gud-display-line): Use it in place of
15173 overlay-arrow-position.
15174
15175 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
15176
15177 * progmodes/fortran.el (fortran-if-indent): Doc fix.
15178 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
15179 (fortran-font-lock-keywords-4): New variable.
15180 (fortran-blocks-re, fortran-end-block-re)
15181 (fortran-start-block-re): New constants, for hideshow.
15182 (hs-special-modes-alist): Add a Fortran entry.
15183 (fortran-mode-map): Bind fortran-end-of-block,
15184 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
15185 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
15186 (fortran-looking-at-if-then, fortran-end-of-block)
15187 (fortran-beginning-of-block): New functions, for hideshow.
15188
15189 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15190 Doc fix. Tweak regexp.
15191 (f90-beginning-of-block): Push mark first.
15192
15193 2005-03-29 Jay Belanger <belanger@truman.edu>
15194
15195 * calc/calc.el: Update copyright date.
15196 (calc-version): Increase to 2.1.
15197 (calc-version-date): Remove.
15198
15199 * calc/calc-help.el: Update copyright date.
15200 (calc-full-help): Remove reference to calc-version-date.
15201 Update copyright date.
15202
15203 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15204
15205 * vc.el (vc-do-command): Use a pipe for async processes, so password
15206 prompts don't show up at places where the user can't reply.
15207
15208 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
15209
15210 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
15211 on the file name we pass to the inferior shell.
15212
15213 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15214
15215 * progmodes/which-func.el (which-function): Be robust in the face of an
15216 imenu--make-index-alist failure.
15217
15218 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15219
15220 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
15221
15222 * progmodes/python.el (python-preoutput-filter): Fix last change.
15223
15224 2005-03-29 Lute Kamstra <lute@gnu.org>
15225
15226 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
15227 functions and compiled macros.
15228 (debug-convert-byte-code): Handle macros too.
15229 (debug-on-entry-1): Don't signal an error when trying to clear a
15230 function that is not set to debug on entry.
15231
15232 2005-03-29 Jay Belanger <belanger@truman.edu>
15233
15234 * calc/calc-lang.el: Add functions to math-function-table
15235 properties of tex and math.
15236
15237 2005-03-29 Kenichi Handa <handa@m17n.org>
15238
15239 * ps-mule.el (ps-mule-plot-string): Translate characters by
15240 ps-print-translation-table.
15241 (ps-mule-begin-job): Call find-charset-region/string with
15242 ps-print-translation-table.
15243 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
15244
15245 * ps-print.el (ps-print-translation-table): New variable.
15246 (ps-plot-region): Translate characters by ps-print-translation-table.
15247
15248 2005-03-29 Juri Linkov <juri@jurta.org>
15249
15250 * simple.el (next-error-highlight-timer): New variable.
15251
15252 * progmodes/compile.el (compilation-goto-locus):
15253 Use `next-error-highlight-timer' instead of `sit-for'.
15254
15255 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15256
15257 * mail/supercite.el (sc-mail-field): Use assoc-string.
15258 (sc-get-address): Simplify regexps.
15259
15260 * files.el (minibuffer-with-setup-hook): New macro.
15261 (find-file-read-args): Use it to avoid let-binding
15262 minibuffer-with-setup-hook (which breaks turning on/off
15263 file-name-shadow-mode while in the prompt).
15264
15265 * complete.el (PC-read-include-file-name-internal):
15266 Use test-completion.
15267
15268 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
15269
15270 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
15271
15272 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15273
15274 * window.el (window-buffer-height): Use count-screen-lines.
15275
15276 * progmodes/python.el (python-preoutput-leftover): New var.
15277 (python-preoutput-filter): Use it.
15278 (python-send-receive): Loop until all the result has been received.
15279
15280 2005-03-28 Juri Linkov <juri@jurta.org>
15281
15282 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
15283
15284 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
15285 "Recover Crashed Session".
15286 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
15287 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
15288 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
15289 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
15290 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
15291 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
15292 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
15293 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
15294
15295 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
15296 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
15297 Ediff Sessions", "Toggle use of separate control buffer frame",
15298 "Use separate frame for Ediff control buffer".
15299
15300 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
15301 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
15302 "Rename Bookmark", "Delete Bookmark".
15303
15304 * info.el (Info-mode-menu): Remove ellipsis from "Index".
15305 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
15306 Add `:active Info-index-alternatives' to "Next Matching Item".
15307
15308 * wdired.el (wdired-change-to-wdired-mode):
15309 Mention `wdired-abort-changes' key in the initial message.
15310
15311 * international/mule.el (auto-coding-alist): Associate non-ascii
15312 image filename extensions with `no-conversion'.
15313
15314 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15315
15316 * international/iso-acc.el:
15317 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
15318
15319 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
15320
15321 * textmodes/sgml-mode.el (html-mode): Doc update.
15322
15323 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
15324
15325 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
15326
15327 * term.el (term-move-columns): Fix face after extending a line.
15328 (term-insert-spaces): Likewise.
15329 (term-reset-terminal): Fix off by one error.
15330
15331 2005-03-26 Eli Zaretskii <eliz@gnu.org>
15332
15333 * international/mule.el (auto-coding-alist): Add .xpi files.
15334
15335 * files.el (auto-mode-alist): Add .xpi files.
15336
15337 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
15338
15339 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
15340
15341 2005-03-26 Eli Zaretskii <eliz@gnu.org>
15342
15343 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
15344
15345 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
15346
15347 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
15348 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
15349
15350 * calendar/cal-move.el (calendar-beginning-of-year): Move the
15351 cursor to Jan 1 when needed.
15352 (calendar-end-of-year): Fix -/+ typo.
15353 Reported by Chong Yidong <cyd@stupidchicken.com>.
15354
15355 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15356
15357 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
15358
15359 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
15360 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
15361
15362 2005-03-25 Richard M. Stallman <rms@gnu.org>
15363
15364 * filesets.el (filesets-init): Add autoload.
15365
15366 * mail/mailalias.el (mail-directory): Doc fix.
15367
15368 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15369
15370 * mail/mailalias.el (mail-directory-process): Do nothing if
15371 mail-directory-process is an atom.
15372 (mail-get-names): Ignore mail-directory-names if it is an atom.
15373 (mail-directory-process defvar): Doc fix.
15374 (mail-names): Doc fix.
15375
15376 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
15377
15378 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
15379
15380 2005-03-26 Kenichi Handa <handa@m17n.org>
15381
15382 * international/mule-util.el (detect-coding-with-priority):
15383 Call update-coding-systems-internal before detect-coding-region.
15384
15385 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
15386
15387 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
15388 (gdb-frames-mode-map): Add follow-link property.
15389
15390 2005-03-25 Jay Belanger <belanger@truman.edu>
15391
15392 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
15393 for variables.
15394
15395 2005-03-25 Juri Linkov <juri@jurta.org>
15396
15397 * image-mode.el: Optimize image filename extension regexps in
15398 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
15399 in `auto-mode-alist'.
15400 (image-mode): Add `image-toggle-display-text' to local hook
15401 `change-major-mode-hook'. Display the image as an image by
15402 default. Set `cursor-type' and `truncate-lines' if the image
15403 is already displayed. Take into account the current mode (image
15404 or text) in message.
15405 (image-minor-mode): New minor mode.
15406 (image-mode-maybe, image-toggle-display-text): New functions.
15407 (image-toggle-display): Use called-interactively-p.
15408 Let-bind `inhibit-read-only' to t.
15409
15410 * image-mode.el (image-minor-mode): Set `cursor-type' and
15411 `truncate-lines' if the image is already displayed. Add turning
15412 image-minor-mode off to `change-major-mode-hook'. Add message.
15413 Call `image-toggle-display-text' after turning image-minor-mode off.
15414
15415 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15416
15417 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
15418 Terminal.app, use utf-8.
15419 (set-display-table-and-terminal-coding-system): Add coding-system arg.
15420 (set-locale-environment): Use it.
15421
15422 * term/xterm.el: Undo last change, better done in mule-cmds.el.
15423
15424 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
15425
15426 * progmodes/python.el (python-close-block-statement-p)
15427 (python-outdent-p, python-current-defun): Use symbol-end.
15428
15429 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15430
15431 * files.el (save-some-buffers): Doc fix.
15432
15433 2005-03-25 Werner Lemberg <wl@gnu.org>
15434
15435 * complete.el, thumbs.el: Replace `legal' with `valid'.
15436 * calendar/calendar.el: Replace `legal' with `valid'.
15437 * emacs-lisp/advice.el: Replace `legal' with `valid'.
15438 * mail/supercite.el: Replace `legal' with `valid'.
15439 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
15440 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
15441 Replace `legal' with `valid'.
15442 * textmodes/reftex-vars.el, textmodes/reftex.el:
15443 Replace `legal' with `valid'.
15444
15445 2005-03-25 Werner Lemberg <wl@gnu.org>
15446
15447 * calc/calc-forms.el, calc/calc-sel.el:
15448 * midnight.el, vc-cvs.el:
15449 * emacs-lisp/cl-macs.el:
15450 * emulation/vip.el:
15451 * eshell/esh-io.el, eshell/esh-var.el:
15452 * mail/supercite.el:
15453 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
15454 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
15455 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
15456 * progmodes/sh-script.el, progmodes/xscheme.el:
15457 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
15458 * textmodes/reftex-index.el, textmodes/reftex-parse.el
15459 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
15460 * textmodes/reftex.el, textmodes/org.el:
15461 Replace `illegal' with `invalid'.
15462
15463 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15464
15465 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
15466 (flymake-find-buildfile, flymake-find-possible-master-files)
15467 (flymake-check-include, flymake-parse-line): Replace loops over the
15468 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
15469
15470 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
15471 Substitute file-name-as-directory in the rest of the file.
15472 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
15473 (flymake-replace-region): Remove unused arg `buffer'.
15474 (flymake-check-patch-master-file-buffer): Update calls to it.
15475 (flymake-add-err-info): Remove unused var `count'.
15476 (flymake-mode): Use define-minor-mode.
15477
15478 * progmodes/flymake.el: Use with-current-buffer.
15479 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
15480 flymake-replace-regexp-in-string, flymake-line-beginning-position)
15481 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
15482 Avoid testing for `xemacs'.
15483 (flymake-nop): Move.
15484 (flymake-region-has-flymake-overlays): Return the computed value.
15485 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
15486 Remove unused var `endline'.
15487 (flymake-get-line-count): Remove unused function.
15488 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
15489
15490 * emulation/vi.el:
15491 * generic.el:
15492 * hilit-chg.el (global-highlight-changes):
15493 * hi-lock.el (hi-lock-mode):
15494 * follow.el: find-file-hooks -> find-file-hook.
15495
15496 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
15497
15498 2005-03-24 Juri Linkov <juri@jurta.org>
15499
15500 * dired.el (dired-mode-map): Add menu item "Compare directories"
15501 for dired-compare-directories.
15502
15503 * dired-aux.el (dired-compare-directories): Add autoload cookie.
15504 Doc fix. Replace `read-file-name' with `read-directory-name'.
15505
15506 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15507
15508 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
15509
15510 2005-03-24 Jay Belanger <belanger@truman.edu>
15511
15512 * calc/calc-embed.el (calc-embedded-mode-change): Save all
15513 relevant mode settings in calc-embedded-original-modes when modes
15514 are permanently changed.
15515
15516 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15517
15518 * autoinsert.el: find-file-hooks -> find-file-hook.
15519
15520 2005-03-24 Lute Kamstra <lute@gnu.org>
15521
15522 * generic.el (generic-font-lock-defaults): Make it obsolete.
15523 (generic-font-lock-keywords): New variable to replace
15524 generic-font-lock-defaults.
15525 (generic-mode-set-font-lock): Delete it.
15526 (generic-mode-internal): Don't call generic-mode-set-font-lock.
15527 (generic-bracket-support): Add docstring.
15528
15529 * generic-x.el: Rename generic-font-lock-defaults to
15530 generic-font-lock-keywords throughout.
15531 (mailagent-rules-setup-function): Delete it.
15532 (mailagent-rules-generic-mode): Use anonymous function instead.
15533 (show-tabs-generic-mode-font-lock-defaults-1)
15534 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
15535 Quote faces.
15536 (show-tabs-tab-face, show-tabs-space-face): Specify background,
15537 not foreground.
15538
15539 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15540 Recognize define-generic-mode.
15541
15542 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
15543
15544 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
15545 if there's no completion table.
15546
15547 2005-03-23 Miles Bader <miles@gnu.org>
15548
15549 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15550 Remove tty-specific variants, as they're no longer needed.
15551
15552 2005-03-23 Lute Kamstra <lute@gnu.org>
15553
15554 * generic-x.el: Code cleanup: make args constant whenever possible.
15555 (installshield-statement-keyword-list)
15556 (installshield-system-functions-list)
15557 (installshield-system-variables-list, installshield-types-list)
15558 (installshield-funarg-constants-list): Make them constants.
15559
15560 * generic.el (generic-make-keywords-list): Add autoload cookie.
15561
15562 * calendar/time-date.el: Add comment on time value formats.
15563 Don't require parse-time.
15564 (with-decoded-time-value): New macro.
15565 (encode-time-value): New function.
15566 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15567 (days-to-time): Return a valid time value when arg is huge.
15568 (time-since): Use time-subtract.
15569 (time-to-number-of-days): Use time-to-seconds.
15570
15571 2005-03-23 David Ponce <david@dponce.com>
15572
15573 * recentf.el: (recentf-keep): New option.
15574 (recentf-menu-action): Default to `find-file'.
15575 (recentf-keep-non-readable-files-flag)
15576 (recentf-keep-non-readable-files-p)
15577 (recentf-file-readable-p, recentf-find-file)
15578 (recentf-cleanup-remote): Remove.
15579 (recentf-include-p): More robust.
15580 (recentf-keep-p): New function.
15581 (recentf-remove-if-non-kept): Rename from
15582 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
15583 All callers updated.
15584 (recentf-menu-items-for-commands): Fix help string.
15585 (recentf-track-closed-file): Update. Doc fix.
15586 (recentf-cleanup): Update. Count removed files. Doc fix.
15587
15588 2005-03-23 Kim F. Storm <storm@cua.dk>
15589
15590 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15591 Don't inherit from fringe face (now happens automatically).
15592
15593 2005-03-22 Kim F. Storm <storm@cua.dk>
15594
15595 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
15596 position values.
15597
15598 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15599
15600 * menu-bar.el (showhide-date-time): Remove.
15601 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
15602 (menu-bar-make-mm-toggle): Simplify.
15603
15604 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15605
15606 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
15607 Accept qualified variable and function names.
15608
15609 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
15610
15611 * bindings.el (completion-ignored-extensions):
15612 Remove ".lis" for `vax-vms'.
15613
15614 2005-03-22 Andreas Schwab <schwab@suse.de>
15615
15616 * generic-x.el: Revert last change.
15617 * ldefs-boot.el: Update.
15618
15619 2005-03-22 Jay Belanger <belanger@truman.edu>
15620
15621 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
15622 (calc-embedded-save-original-modes)
15623 (calc-embedded-restore-original-modes): New functions.
15624 (calc-do-embedded): Save original modes when entering embedded mode
15625 and restore when leaving embedded mode.
15626 (calc-embedded-modes-change): Change the value of
15627 calc-embedded-original-modes to reflect permanent changes.
15628
15629 2005-03-22 Lute Kamstra <lute@gnu.org>
15630
15631 * generic-x.el: Require generic again.
15632
15633 2005-03-22 Miles Bader <miles@gnu.org>
15634
15635 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15636 Tweak details to look good on both ttys and bitmap displays, light
15637 or dark background, etc.
15638
15639 2005-03-21 Kim F. Storm <storm@cua.dk>
15640
15641 * tooltip.el (tooltip-show-help-function): Check car and cdr of
15642 mouse position.
15643
15644 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15645
15646 * icomplete.el: Don't forcibly turn on the mode upon load.
15647 (icomplete-mode): Use define-minor-mode.
15648 (icomplete-eoinput): Default to nil.
15649 (icomplete-minibuffer-setup): Remove autoload.
15650 (icomplete-tidy): Simplify.
15651 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
15652 in the initial state or if the user has modified the field.
15653 Fix handling of icomplete-max-delay-chars.
15654 Remove code that handles the oddball case where
15655 minibuffer-completion-table is an integer.
15656 Wrap icomplete-completions in while-no-input in case building
15657 completions takes more time than expected.
15658 (icomplete-completions): Simplify.
15659
15660 2005-03-21 Richard M. Stallman <rms@gnu.org>
15661
15662 * jka-compr.el (jka-compr-really-do-compress):
15663 Make variable buffer-local.
15664
15665 * image-mode.el: Handle .xpm files too.
15666 (image-toggle-display): Preserve modification flag.
15667
15668 * help.el (where-is): Don't mention aliases with no key bindings.
15669
15670 2005-03-21 Lute Kamstra <lute@gnu.org>
15671
15672 * generic.el: Fix commentary section. Don't require cl for
15673 compilation.
15674 (generic-mode-list): Add autoload cookie.
15675 (generic-use-find-file-hook, generic-lines-to-scan)
15676 (generic-find-file-regexp, generic-ignore-files-regexp)
15677 (generic-mode, generic-mode-find-file-hook)
15678 (generic-mode-ini-file-find-file-hook): Fix docstrings.
15679 (define-generic-mode): Make it a defmacro. Fix docstring.
15680 (generic-mode-internal): Code cleanup. Add autoload cookie.
15681 (generic-mode-set-comments): Code cleanup.
15682 * generic-x.el: Don't prevent compilation. Don't require generic.
15683 Follow coding conventions. Minor code cleanup.
15684 (etc-fstab-generic-mode): Add some keywords.
15685 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
15686 define-generic-mode like a function declaration.
15687
15688 2005-03-21 Jay Belanger <belanger@truman.edu>
15689
15690 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
15691 changing modes.
15692
15693 2005-03-21 Sam Steingold <sds@gnu.org>
15694
15695 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
15696
15697 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
15698
15699 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
15700 Add underscore to "f$ lexicals" regexp.
15701
15702 2005-03-20 Juri Linkov <juri@jurta.org>
15703
15704 * subr.el (progress-reporter-do-update): When `min-value' is equal
15705 to `max-value', set `percentage' to 0 and prevent division by zero.
15706
15707 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
15708
15709 Sync with Tramp 2.0.48.
15710
15711 * net/tramp.el (all): Change all addresses to .gnu.org.
15712 (tramp-append-tramp-buffers): New defun.
15713 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
15714 Catch `dont-send' signal.
15715 (tramp-set-auto-save-file-modes): Set always permissions, because
15716 there might be an old auto-saved file belonging to another
15717 original file. This could be a security threat. Reported by
15718 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
15719 Check for Emacs 21.3.50 removed.
15720
15721 * net/tramp-smb.el (all): Remove debug construct for
15722 `with-parsed-tramp-file-name'.
15723 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
15724 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
15725 No error message if DIRECTORY or FILENAME doesn't exist.
15726 (tramp-smb-open-connection): Check existence of
15727 `tramp-smb-program'.
15728
15729 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15730
15731 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
15732 Properly handle the case where the `m' or `s' command's argument is not
15733 yet terminated.
15734 (perl-indent-new-calculate): New function.
15735 (perl-indent-line): Use it.
15736
15737 2005-03-20 Miles Bader <miles@gnu.org>
15738
15739 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
15740 in text-mode too. Change to new face names.
15741 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
15742 Add `:weight bold' attribute.
15743 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
15744
15745 2005-03-19 Juri Linkov <juri@jurta.org>
15746
15747 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
15748
15749 * international/mule.el (auto-coding-alist): Sync with
15750 `auto-mode-alist' by adding upper case archive file extensions
15751 and adding ear/war to jar extension.
15752
15753 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
15754
15755 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
15756 running, restart it.
15757
15758 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
15759
15760 * finder.el (finder-current-item): Throw an error on an empty line.
15761
15762 * man.el (Man-follow-manual-reference): If current-word returns
15763 nil, use "".
15764
15765 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
15766
15767 * simple.el (goto-line): Doc fix.
15768
15769 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
15770
15771 * files.el (save-buffer): Doc fix.
15772
15773 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
15774
15775 * recentf.el (recentf-cleanup-remote): New variable.
15776 (recentf-cleanup): Use it to conditionally check availability of
15777 remote files.
15778
15779 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
15780
15781 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
15782 function names.
15783
15784 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15785
15786 * language/thai-word.el: New file.
15787
15788 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15789
15790 * files.el (backup-buffer): If the file's directory is not
15791 writable, use copy instead of move to backup the file.
15792
15793 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15794
15795 * obsolete/keyswap.el: Moved to obsolete/ from term/.
15796
15797 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15798
15799 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
15800 Use functionp instead of symbolp and fboundp. Reported by Drkm
15801 <darkman_spam@yahoo.fr>.
15802 (ps-print-version): New version 6.6.6.
15803
15804 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
15805
15806 * textmodes/table.el (table--line-column-position): New idiom.
15807 (table--row-column-insertion-point-p): New function to test
15808 validity of row and column insertion operation at a location.
15809 (table-global-menu, table-cell-menu): Use above functions for
15810 deterministic test operation.
15811 (table--editable-cell-p): Behave in deterministic fashion.
15812
15813 2005-03-18 Juri Linkov <juri@jurta.org>
15814
15815 * isearch.el (isearch-lazy-highlight-new-loop):
15816 Make arguments beg and end optional.
15817 (isearch-update): Remove optional arguments nil from
15818 isearch-lazy-highlight-new-loop.
15819 (isearch-lazy-highlight-search): Let-bind case-fold-search to
15820 isearch-lazy-highlight-case-fold-search instead of
15821 isearch-case-fold-search, and let-bind isearch-regexp to
15822 isearch-lazy-highlight-regexp.
15823 Use isearch-lazy-highlight-last-string instead of isearch-string.
15824
15825 * replace.el (perform-replace): Remove bindings of global
15826 variables isearch-string, isearch-regexp, isearch-case-fold-search.
15827 Add three new arguments to `replace-highlight'.
15828 (replace-highlight): Add arguments string, regexp, case-fold.
15829 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
15830 to allow isearch-lazy-highlight-new-loop to use these values
15831 to set corresponding isearch-lazy-highlight-* internal
15832 variables whose values lazy highlighting will use regardless of
15833 changes to global variables isearch-string, isearch-regexp,
15834 isearch-case-fold-search during lazy highlighting loop.
15835 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
15836 to `lazy-highlight-cleanup'.
15837
15838 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
15839 (ispell-highlight-face): Set default face to `isearch' when
15840 lazy highlighting is enabled.
15841 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
15842 priority to 1. Add lazy highlighting.
15843 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
15844 from `isearch-dehighlight'.
15845
15846 2005-03-18 David Ponce <david@dponce.com>
15847
15848 * files.el (hack-local-variables): Do a case-insensitive search
15849 for End.
15850
15851 2005-03-18 Juri Linkov <juri@jurta.org>
15852
15853 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
15854 `isearch-lazy-highlight-cleanup', add alias to old name and
15855 declare obsolete. Add release numbers to other obsolete vars.
15856 (isearch-done, isearch-lazy-highlight-new-loop):
15857 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
15858 (lazy-highlight-cleanup) <variable>: Doc fix.
15859 (isearch-lazy-highlight-update): Rename obsolete
15860 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
15861
15862 2005-03-18 Kenichi Handa <handa@m17n.org>
15863
15864 * language/thai-util.el: Fix categorization of Thai characters in
15865 thai-category-table.
15866 (thai-composition-pattern): Adjust it for the above change.
15867 (thai-self-insert-command, thai-compose-syllable): New functions.
15868 (thai-compose-region): Use thai-compose-syllable.
15869 (thai-compose-string): Likewise.
15870 (thai-composition-function): Likewise.
15871 (thai-auto-composition): New function.
15872 (thai-auto-composition-mode): New minor mode.
15873
15874 * language/thai.el: Fix patterns to be registered in
15875 composition-function-table.
15876
15877 * international/quail.el (quail-input-method): Locally bind
15878 inhibit-modification-hooks to t.
15879
15880 2005-03-17 Richard M. Stallman <rms@gnu.org>
15881
15882 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
15883 (perl-mode): Use run-mode-hooks.
15884
15885 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
15886 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
15887 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
15888
15889 * mail/sendmail.el (sendmail-send-it): Reenable the code
15890 to compute resend-to-address and use it.
15891
15892 * tar-mode.el (tar-mode): Turn off undo unconditionally.
15893
15894 * image-mode.el: New file.
15895
15896 * image.el (insert-sliced-image): Add autoload cookie.
15897
15898 * font-lock.el (font-lock-lines-before): New user option.
15899 (font-lock-after-change-function): Obey it.
15900
15901 * bindings.el (esc-map): Make M-g a prefix.
15902 Bind M-g g and M-g M-g to goto-line.
15903
15904 * faces.el (face-id): Doc fix.
15905
15906 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15907
15908 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
15909 (rmail-show-message): Use rmail-unknown-mail-followup-to.
15910 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
15911
15912 * mail/sendmail.el (mail-yank-ignored-headers)
15913 (mail-font-lock-keywords, mail-mode-fill-paragraph):
15914 Add Mail-Followup-To and Mail-Reply-To headers.
15915 (mail-citation-hook): Add autoload cookie.
15916 (mail-mode): Doc fix.
15917 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
15918 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
15919 (mail-mode-fill-paragraph): Handle those headers.
15920 (mail-mailing-lists): New variable.
15921 (mail-mail-reply-to, mail-mail-followup-to): New functions.
15922
15923 2005-03-17 Juri Linkov <juri@jurta.org>
15924
15925 * isearch.el (isearch-fallback): Check for `(car previous)'
15926 before calling `isearch-other-end-state'.
15927
15928 2005-03-17 Kim F. Storm <storm@cua.dk>
15929
15930 * simple.el (move-beginning-of-line): Move to beginning of buffer
15931 line, as well as beginning of screen line.
15932
15933 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
15934
15935 * calendar/diary-lib.el (mark-diary-entries): Use new optional
15936 argument REDRAW rather than calendar-redrawing variable.
15937 * calendar/calendar.el (calendar-redrawing): Delete.
15938 (redraw-calendar): Do not bind calendar-redrawing.
15939
15940 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
15941
15942 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
15943 diary-file buffer.
15944
15945 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15946
15947 * help.el (describe-mode): Allow a :minor-mode-function property to
15948 specify a different minor mode toggle function than the variable.
15949 * simple.el (auto-fill-function):
15950 * subr.el (add-minor-mode): Use it.
15951
15952 2005-03-16 Kenichi Handa <handa@m17n.org>
15953
15954 * language/ethio-util.el (sera-being-called-by-w3): New variable.
15955 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
15956 (ethio-fidel-to-sera-buffer): Likewise.
15957
15958 2005-03-16 Juri Linkov <juri@jurta.org>
15959
15960 * emacs-lisp/find-func.el (find-function-regexp):
15961 Add defun-emitting macro `menu-bar-make-toggle'.
15962
15963 * isearch.el: Put `isearch-scroll' property to
15964 `split-window-horizontally'.
15965
15966 * info.el: Update error messages for `debug-ignored-errors'.
15967 (Info-isearch-search): Doc fix.
15968 (Info-find-node): Move up code to go into info buffer before
15969 recording the node to the history.
15970 (Info-fontify-node): Fontify titles only if the next line
15971 has two or more `*', `=', `-', `.'.
15972 Display "go to this node" for empty (match-string 3).
15973
15974 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15975
15976 * term/mac-win.el: Add mouse pointer shape constants.
15977
15978 2005-03-15 Kim F. Storm <storm@cua.dk>
15979
15980 * simple.el (move-beginning-of-line): Use vertical-motion.
15981
15982 2005-03-15 Juri Linkov <juri@jurta.org>
15983
15984 * isearch.el (isearch-error): New variable.
15985 (isearch-invalid-regexp, isearch-within-brackets): Remove.
15986 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
15987 (isearch-within-brackets-state): Remove.
15988 (isearch-case-fold-search-state, isearch-pop-fun-state):
15989 Decrease frame index.
15990 (isearch-mode, isearch-top-state, isearch-push-state)
15991 (isearch-edit-string, isearch-abort, isearch-search-and-update)
15992 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
15993 (isearch-search, isearch-lazy-highlight-new-loop):
15994 Replace `isearch-invalid-regexp' with `isearch-error'.
15995 Remove `isearch-within-brackets'.
15996 (isearch-search): Add `search-failed' handler to `condition-case'.
15997 (isearch-lazy-highlight-search): Add `condition-case' to catch
15998 errors and allow `isearch-lazy-highlight-update' to try
15999 highlighting from the beginning of the window.
16000 (isearch-repeat): Move up code to set isearch-wrapped to t
16001 before calling isearch-wrap-function.
16002
16003 * info.el (Info-isearch-initial-node): New internal variable.
16004 (Info-search): Signal an error in isearch mode when search leaves
16005 the initial node. Signal an error when `bound' is non-nil and
16006 nothing was found in the current subfile.
16007 (Info-isearch-search): Remove `condition-case'.
16008 (Info-isearch-wrap): Don't wrap when search failed during leaving
16009 the initial node. If `Info-isearch-search' is nil, wrap around
16010 the current node.
16011 (Info-isearch-start): New fun.
16012 (Info-mode): Add buffer-local hook `Info-isearch-start' to
16013 `isearch-mode-hook'.
16014
16015 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16016
16017 * simple.el (normal-erase-is-backspace): Set default to t if
16018 running on Mac.
16019
16020 * term/mac-win.el (function-key-map): Sync with x-win.el.
16021
16022 2005-03-15 Kenichi Handa <handa@m17n.org>
16023
16024 * international/mule-cmds.el (locale-language-names): Modify the
16025 format of elements and add more entries.
16026 (locale-preferred-coding-systems): Add more entries.
16027 (set-locale-environment): Adjust for the change of
16028 locale-language-names.
16029
16030 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16031
16032 * pcvs.el (smerge-ediff): Remove bogus autoload.
16033
16034 2005-03-14 Lute Kamstra <lute@gnu.org>
16035
16036 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
16037 Ignore a `*' at the beginning of a line.
16038
16039 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
16040 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
16041 subr.el.
16042 (dont-compile, eval-when-compile, eval-and-compile): Use declare
16043 to specify indentation.
16044
16045 * generic.el (define-generic-mode): Let generic-mode-list be a
16046 list of strings; test membership with equal.
16047
16048 2005-03-14 Kim F. Storm <storm@cua.dk>
16049
16050 * simple.el (next-line, previous-line): Add optional try-vscroll
16051 arg to recognize interactive use. Pass it on to line-move.
16052 (line-move): Don't perform auto-window-vscroll when defining or
16053 executing keyboard macro to ensure consistent behavior.
16054
16055 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16056
16057 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
16058
16059 2005-03-13 Lute Kamstra <lute@gnu.org>
16060
16061 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
16062 debugger-setup-buffer so that backtrace marks the frames set to
16063 debug-on-exit and we don't have to do it manually. Set an extra
16064 debug-on-exit for macro's.
16065 (debugger-setup-buffer): Don't mark the top frame manually.
16066
16067 2005-03-12 Lute Kamstra <lute@gnu.org>
16068
16069 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
16070 lisp-indent-function throughout.
16071 (with-no-warnings): Set lisp-indent-function property.
16072
16073 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
16074
16075 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
16076 Add entry for backslash.
16077
16078 2005-03-12 Juri Linkov <juri@jurta.org>
16079
16080 * info.el (Info-search): Four fixes for backward search.
16081
16082 2005-03-11 Jay Belanger <belanger@truman.edu>
16083
16084 * calc/calc.el (calc-language-alist): New variable.
16085 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
16086 (calc-embedded-find-modes): Use calc-language-alist instead of
16087 calc-embedded-language-alist.
16088
16089 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
16090
16091 * calendar/calendar.el (calendar-redrawing): New internal
16092 variable.
16093 (redraw-calendar): Remove bogus save-excursion from previous
16094 change. Bind calendar-redrawing to t for mark-diary-entries.
16095 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
16096 calendar if that is why we were called.
16097
16098 2005-03-11 Kenichi Handa <handa@m17n.org>
16099
16100 * international/mule.el (make-coding-system): Set property
16101 coding-system-define-form to nil.
16102 (define-coding-system-alias): Likewise.
16103
16104 2005-03-11 Kenichi Handa <handa@m17n.org>
16105
16106 These changes are suggested by Dave Love <fx@gnu.org>.
16107
16108 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
16109 coding: tag.
16110 (adaptive-fill-regexp): Add more bullets.
16111 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
16112 regexps.
16113
16114 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16115
16116 * help.el (describe-mode): Properly handle non-trivial lighters.
16117 Don't ignore minor modes that are not listed in minor-mode-list.
16118
16119 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
16120 feature ON when the user requests to turn it OFF.
16121
16122 2005-03-10 Lute Kamstra <lute@gnu.org>
16123
16124 * emacs-lisp/debug.el (debug-entry-code): Delete it.
16125 (implement-debug-on-entry): New function to replace debug-entry-code.
16126 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
16127 second argument as the 2005-03-07 change makes it obsolete.
16128 (debug-on-entry, cancel-debug-on-entry): Update call to
16129 debug-on-entry-1.
16130 (debug, debugger-setup-buffer): Comment update.
16131 (debugger-frame-number): Update to work with implement-debug-on-entry.
16132
16133 2005-03-10 Jay Belanger <belanger@truman.edu>
16134
16135 * calc/calc-embed.el (math-ms-args): Declare it.
16136 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
16137 math-ms-args.
16138 (calc-embedded-subst): Use math-multi-subst-rec to substitute
16139 variables.
16140
16141 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
16142
16143 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
16144 Use message-box.
16145
16146 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
16147 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
16148 (tooltip-gud-tips): Simplify.
16149 (tooltip-gud-tips-p): Remove superfluous :set.
16150 (tooltip-gud-modes): Add fortran-mode.
16151 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
16152
16153 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
16154
16155 2005-03-09 Kim F. Storm <storm@cua.dk>
16156
16157 * play/animate.el (animate-place-char): Use forward-line instead
16158 of next-line to improve performance.
16159
16160 2005-03-09 Simon Josefsson <jas@extundo.com>
16161
16162 * net/browse-url.el (browse-url-default-browser): Doc fix.
16163
16164 2005-03-09 Miles Bader <miles@gnu.org>
16165
16166 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
16167 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
16168
16169 2005-03-09 Kenichi Handa <handa@m17n.org>
16170
16171 * international/latin-1.el: Set case and syntax for 255 only if
16172 set-case-syntax-set-multibyte is nil.
16173
16174 * textmodes/ispell.el (ispell-insert-word): New function.
16175 (ispell-word): Use ispell-insert-word to insert a new word.
16176 (ispell-process-line): Likewise.
16177 (ispell-complete-word): Likewise.
16178
16179 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
16180
16181 * calendar/calendar.el (redraw-calendar): Preserve point.
16182 Reported by Matt Hodges <MPHodges@member.fsf.org>.
16183 (calendar-week-start-day): Move after definition of
16184 redraw-calendar. Delete buffer test, since redraw-calendar has
16185 that now.
16186
16187 * calendar/diary-lib.el (mark-diary-entries): Only call
16188 redraw-calendar in the first of any recursive calls.
16189 Reported by Alan Shutko <ats@acm.org>.
16190
16191 2005-03-08 Juri Linkov <juri@jurta.org>
16192
16193 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
16194 (html-horizontal-rule, html-line, html-image, html-checkboxes)
16195 (html-radio-buttons): Add a space before the trailing `/>' where
16196 sgml-xml-mode is non-nil.
16197 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
16198 the subsequent tag of the empty XML tag.
16199 (html-href-anchor): Don't set initial input to "http:".
16200 (html-image): Ask for the image URL and set point inside alt="".
16201 (html-name-anchor): Duplicate the name in the `id' attribute when
16202 sgml-xml-mode is non-nil.
16203 (html-paragraph): Remove \n before <p>.
16204 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
16205 instead of `checked' when sgml-xml-mode is non-nil.
16206
16207 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
16208 Remove 1 space before #RRGGBB to not truncate it on terminal
16209 windows w/o fringes. Remove 1 space between bg and fg examples
16210 to get more space.
16211 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
16212 avoid byte-compile warnings.
16213
16214 * image-file.el (image-file-handler): Put `safe-magic' property to
16215 `image-file-handler'.
16216
16217 * info.el (Info-isearch-search): Emulate word search in
16218 isearching through multiple Info nodes with Info-search.
16219 (Info-isearch-wrap): Allow isearch-word.
16220
16221 2005-03-08 Lute Kamstra <lute@gnu.org>
16222
16223 * emacs-lisp/debug.el (debugger-step-through): Make sure that
16224 stepping into the debugger's code is not possible.
16225 (debugger-jumping-flag): Docstring update.
16226
16227 2005-03-08 Jay Belanger <belanger@truman.edu>
16228
16229 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
16230 embedded mode begins.
16231 (calc-embedded-language-alist): New variable.
16232 (calc-embedded-find-modes): Use calc-embedded-language-alist to
16233 set default language mode.
16234
16235 2005-03-08 Kenichi Handa <handa@m17n.org>
16236
16237 * international/ccl.el (define-ccl-program): Fix docstring about
16238 extra 256 bytes assured for the output buffer.
16239
16240 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16241 Fix BUFFER_MAGNIFICATION to 2.
16242 (ccl-encode-mule-utf-16be-with-signature): Likewise.
16243
16244 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
16245
16246 * align.el (align-rules-list): Added an alignment rule for CSS
16247 declarations (applies to css-mode and html-mode buffers).
16248
16249 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16250
16251 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
16252
16253 2005-03-07 Kim F. Storm <storm@cua.dk>
16254
16255 * simple.el (move-beginning-of-line): New command.
16256
16257 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
16258
16259 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
16260
16261 * emulation/cua-base.el: Put CUA move property on move-end-of-line
16262 and move-beginning-of-line.
16263
16264 * apropos.el (apropos-print): Omit command from M-x ... RET.
16265
16266 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
16267
16268 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
16269 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
16270
16271 2005-03-06 Richard M. Stallman <rms@gnu.org>
16272
16273 * bindings.el (esc-map): Bind M-g to goto-line.
16274
16275 * facemenu.el (global-map): Bind M-o, not M-g.
16276
16277 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16278
16279 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
16280 "Open Directory" as for "Open File".
16281
16282 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
16283
16284 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
16285 (push-mark-command): Run activate-mark-hook.
16286
16287 2005-03-06 Richard M. Stallman <rms@gnu.org>
16288
16289 * help-mode.el (help-mode-finish): Don't alter the element
16290 in view-return-to-alist if there already is one.
16291
16292 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
16293 make sure the current buffer is the expected one.
16294
16295 * novice.el (disabled-command-function): Output in *Disabled Command*.
16296 Explicitly ignore non-keyboard events, and explicitly handle C-g.
16297
16298 * textmodes/flyspell.el (flyspell-large-region):
16299 Pass args differently for aspell.
16300
16301 * files.el (mode-require-final-newline): Doc fix.
16302
16303 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16304
16305 * progmodes/which-func.el (which-function):
16306 Specify NOERROR when calling imenu--make-index-alist.
16307
16308 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
16309
16310 * simple.el (normal-erase-is-backspace): Define default value.
16311
16312 * custom.el (custom-theme-set-variables): Remove unused var
16313 `immediate'.
16314 (custom-reevaluate-setting): Simple function to handle variables
16315 that are defined before their default value can really be
16316 computed.
16317
16318 * startup.el (command-line): Use it for temporary-file-directory,
16319 small-emporary-file-directory, auto-save-file-name-transforms,
16320 blink-cursor-mode, and normal-erase-is-backspace.
16321
16322 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
16323 progress, even with buggy anchored keywords.
16324
16325 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
16326
16327 * simple.el (goto-line): Remove unbalanced final parenthesis.
16328
16329 2005-03-05 Richard M. Stallman <rms@gnu.org>
16330
16331 * simple.el (goto-line): Use a number at point as the default.
16332 With C-u as arg, switch buffers.
16333
16334 2005-03-05 Juri Linkov <juri@jurta.org>
16335
16336 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
16337 with `no-blinking-cursor'.
16338
16339 * startup.el (no-blinking-cursor): New defvar.
16340 (command-line): Add `--no-blinking-cursor' to longopts.
16341 Set `no-blinking-cursor' to t for command line arguments
16342 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
16343 with `no-blinking-cursor' in the condition for calling
16344 `blink-cursor-mode'.
16345
16346 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
16347
16348 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
16349 (menu-bar-options-save): Add blink-cursor-mode.
16350 (menu-bar-options-menu): Add blink-cursor-mode.
16351
16352 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
16353
16354 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
16355 (icalendar-export-file, icalendar-export-region)
16356 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
16357 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
16358
16359 2005-03-04 Lute Kamstra <lute@gnu.org>
16360
16361 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
16362 (debug-function-list): Ditto.
16363
16364 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
16365
16366 * textmodes/texinfmt.el (texinfo-append-refill):
16367 Redefine the types of line to which @refill
16368 is not appended by replacing a search for `@refill\\|@bye' with
16369 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
16370 itemize@refill' bug and the unfilled long lines bug.
16371 (texinfmt-version): Update number and date.
16372
16373 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
16374
16375 * international/code-pages.el (windows-1250, windows-125[2-8])
16376 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
16377
16378 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
16379
16380 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
16381 bound yet.
16382
16383 2005-03-02 Romain Francoise <romain@orebokech.com>
16384
16385 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
16386 buffer after removing limits.
16387 (ibuffer-pop-filter): Ditto.
16388 Update copyright.
16389
16390 2005-03-02 Miles Bader <miles@gnu.org>
16391
16392 * button.el (make-text-button): If the user doesn't specify a
16393 type, use the default. Rewrite to use `add-text-properties' and
16394 plist functions.
16395
16396 2005-03-01 Lute Kamstra <lute@gnu.org>
16397
16398 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
16399 (debugger-jumping-flag): New var.
16400 (debug-entry-code): Use it.
16401 (debugger-jump): Use debugger-jumping-flag and add
16402 debugger-reenable to post-command-hook.
16403 (debugger-reenable): Use debugger-jumping-flag and remove itself
16404 from post-command-hook.
16405 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
16406 debugger-reenable.
16407
16408 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
16409
16410 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
16411 inclusion of "itemize\\|", which may be unnecessary, is certainly
16412 inelegant, and stops refilling in itemize lists when formatting
16413 Japanese Texinfo files to Info.
16414 Update copyright to 2005.
16415
16416 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
16417
16418 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
16419 of an error if GDB can't find the source file.
16420
16421 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
16422
16423 * calendar/calendar.el (redraw-calendar): Work from any buffer,
16424 not just the calendar.
16425
16426 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
16427 first.
16428 (diary-redraw-calendar): New function.
16429 (make-diary-entry): Add diary-redraw-calendar to local
16430 write-contents-functions. Turn off selective display before
16431 inserting in diary.
16432
16433 2005-03-01 Kim F. Storm <storm@cua.dk>
16434
16435 * emacs-lisp/copyright.el (copyright-fix-years): New command.
16436
16437 2005-03-01 Lute Kamstra <lute@gnu.org>
16438
16439 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
16440 that debug-entry-code can be safely removed from a function while
16441 this code is being evaluated. Revert the 2005-02-27 change as the
16442 new implementation no longer requires it. Make sure that a
16443 function body containing just a string is not mistaken for a docstring.
16444 (debug): Skip one more frame in case of debug on entry.
16445 (debugger-setup-buffer): Delete one more frame line in case of
16446 debug on entry.
16447 (debugger-frame-number): Update to use the new text introduced by
16448 the 1999-11-03 change. Skip one more frame in case of debug on entry.
16449
16450 2005-02-28 Kim F. Storm <storm@cua.dk>
16451
16452 * double.el (double-translate-key): Call force-window-update after
16453 read-event to avoid crash in redisplay.
16454
16455 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
16456
16457 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
16458 (debug): Use it. Move the inhibit-trace earlier.
16459 (debug-entry-code): New const.
16460 (debug-on-entry-1): Use it.
16461
16462 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
16463
16464 * international/utf-16.el (ccl-encode-mule-utf-16le):
16465 Fix BUFFER_MAGNIFICATION to 2.
16466 (ccl-encode-mule-utf-16be): Likewise.
16467
16468 2005-02-28 Kenichi Handa <handa@m17n.org>
16469
16470 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16471 Fix BUFFER_MAGNIFICATION to 4.
16472 (ccl-encode-mule-utf-16be-with-signature): Likewise.
16473
16474 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
16475
16476 * speedbar.el (speedbar-update-flag): Doc fix.
16477 (speedbar-show-info-under-mouse): Give set-mouse-position the right
16478 argument.
16479
16480 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
16481
16482 * reveal.el (reveal-post-command): Don't try to reveal overlays which
16483 have a non-nil `invisible' property but are actually visible.
16484
16485 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
16486 for perldoc sections.
16487 (perl-outline-regexp, perl-outline-level): New var and function.
16488 (perl-mode): Use them.
16489
16490 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
16491
16492 * calendar/diary-lib.el (diary-remind): Discard any mark portion
16493 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
16494
16495 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
16496
16497 * cus-edit.el: Comment change.
16498 (custom-buffer-create-internal): Slightly reword text at top of
16499 Custom buffers. Mention there that saving an option edits the
16500 init file. Add link to Emacs manual node on `custom-file'.
16501 (custom-magic-alist): Rewrite individual State messages to use
16502 capitalized keywords. Doc fix.
16503
16504 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
16505
16506 * calendar/calendar.el (calendar-buffer): Move above
16507 calendar-week-start-day.
16508 (calendar-week-start-day): Doc fix. Add :set function.
16509 (calendar-minimum-window-height): New variable.
16510 (generate-calendar-window): Only resize window if selected-window
16511 is displaying the calendar buffer. Use new variable
16512 calendar-minimum-window-height.
16513 (generate-calendar): Reword error message.
16514 (calendar-mode-map): Bind DEL to scroll-other-window-down.
16515
16516 2005-02-27 Andreas Schwab <schwab@suse.de>
16517
16518 * vc.el (vc-do-command): Don't run command asynchronously when
16519 operating in a remote directory.
16520
16521 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
16522 change from sync with Tramp 2.0.47.
16523
16524 2005-02-27 Richard M. Stallman <rms@gnu.org>
16525
16526 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
16527
16528 * textmodes/flyspell.el (flyspell-mode-on):
16529 Call ispell-change-dictionary only if necessary.
16530
16531 * emacs-lisp/re-builder.el (regexp-builder): New function.
16532
16533 * register.el (describe-register-1): Explicitly handle
16534 yank-excluded-properties = t.
16535
16536 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
16537 (custom-magic-alist): Change the status descriptions again.
16538 (face widget-type): Total rewrite based on `restricted-sexp'
16539 to eliminate the confusing double hiding levels.
16540
16541 * emacs-lisp/debug.el (debug-on-entry-1):
16542 If function body is empty, add nil as body form.
16543
16544 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16545
16546 * emacs-lisp/trace.el (inhibit-trace): New var.
16547 (trace-make-advice): Use it.
16548
16549 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
16550
16551 2005-02-26 Kim F. Storm <storm@cua.dk>
16552
16553 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
16554 (mouse-on-link-p, mouse-drag-region-1): Use it.
16555
16556 2005-02-25 Lute Kamstra <lute@gnu.org>
16557
16558 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
16559
16560 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
16561
16562 * frame.el (blink-cursor-mode): Add :group keyword.
16563
16564 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
16565
16566 * calendar/icalendar.el (icalendar--decode-isodatetime):
16567 New optional argument DAY-SHIFT.
16568 (icalendar-export-region): Fix coding-system-for-write.
16569 (icalendar--convert-ical-to-diary): Shift end-day of all-day
16570 events by one.
16571
16572 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16573
16574 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16575
16576 2005-02-24 Kim F. Storm <storm@cua.dk>
16577
16578 * international/iso-acc.el (iso-accents-compose): Fix crash
16579 during redisplay. Call force-window-update after read-event
16580 and delete-region to signal that window is not accurate.
16581
16582 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16583
16584 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
16585 Remove unused and inexistent var `inhibit-trace'.
16586 (debugger-mode): Use run-mode-hooks.
16587 (debugger-list-functions): Add buttons; setup xref stack.
16588
16589 2005-02-23 Richard M. Stallman <rms@gnu.org>
16590
16591 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
16592 appointment says it was explicitly made.
16593 (appt-add): Set the 3rd element.
16594 (appt-make-list): Preserve explicit appointments.
16595
16596 * subr.el (find-tag-default): Catch errors in forward-sexp.
16597
16598 2005-02-23 Juri Linkov <juri@jurta.org>
16599
16600 * info.el (Info-isearch-search): New defcustom.
16601 (Info-isearch-search): Call the default isearch function
16602 when Info-isearch-search is nil.
16603 (Info-isearch-wrap): Use variable Info-isearch-search.
16604
16605 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
16606
16607 * cus-edit.el: Comment change.
16608
16609 2005-02-22 Kim F. Storm <storm@cua.dk>
16610
16611 * progmodes/hideif.el (hide-ifdef-use-define-alist):
16612 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
16613
16614 2005-02-22 Simon Josefsson <jas@extundo.com>
16615
16616 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
16617 New variable.
16618 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
16619 Oskarsson" <myrkraverk@users.sourceforget.net>.
16620
16621 2005-02-22 Kim F. Storm <storm@cua.dk>
16622
16623 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
16624 check that window of that event is the selected window.
16625 (mouse-drag-region-1): Compare mouse event window to selected
16626 window before setting point.
16627
16628 * tooltip.el (tooltip-show-help-function): Pass event to
16629 mouse-on-link-p so it can check selected window.
16630
16631 2005-02-22 Kenichi Handa <handa@m17n.org>
16632
16633 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
16634 (ps-mule-show-warning): New function.
16635 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
16636 characters are found.
16637
16638 * ps-print.el (ps-header-footer-string): Return a list of header
16639 and footer strings.
16640
16641 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16642
16643 * pcvs.el (cvs-retrieve-revision): Fix thinko.
16644
16645 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16646
16647 * frame.el (blink-cursor-mode): Use define-minor-mode.
16648
16649 * term/mac-win.el (function-key-map): Use char-names more consistently.
16650 (file-name-coding-system): Only set it for MacOS-9. The other case is
16651 already handled in mule-cmds.el (where it also works when mac-win.el
16652 is not used).
16653
16654 2005-02-21 Kenichi Handa <handa@m17n.org>
16655
16656 * international/mule.el (ctext-pre-write-conversion): Always use
16657 " *code-converting-work*" buffer for work.
16658
16659 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
16660
16661 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
16662
16663 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
16664
16665 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
16666
16667 * ses.el (undo-more): Restore defadvice, but only the part that
16668 allows changes outside the restricted area of the buffer.
16669
16670 2005-02-20 Kim F. Storm <storm@cua.dk>
16671
16672 * simple.el (line-move): Add fourth optional arg try-vscroll which
16673 must be set to perform auto-window-vscroll.
16674 When moving backwards and doing auto-window-vscroll, automatically
16675 vscroll to the last part of lines which are taller than the window.
16676 (next-line, previous-line): Set try-vscroll arg on line-move.
16677
16678 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
16679
16680 * replace.el (query-replace, query-replace-regexp)
16681 (replace-string, replace-regexp): When operating on region, make
16682 the minibuffer prompt say so.
16683
16684 * isearch.el (isearch-forward): Document isearch-query-replace and
16685 isearch-query-replace-regexp keybindings.
16686
16687 2005-02-19 Jay Belanger <belanger@truman.edu>
16688
16689 * calc/calc-aent.el (math-read-token): Add local variable.
16690
16691 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
16692 (calc-edit-top): Move declaration to earlier in file.
16693 (calc-edit-macro-repeats): Add local variables.
16694
16695 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
16696 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
16697 calcFunc-tanh.
16698 Adjust integration rule for calcFunc-tan.
16699
16700 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16701
16702 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
16703 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
16704 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
16705 (viper-skip-separators): Bug fix.
16706 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
16707 particular major mode.
16708 (viper-del-backward-char-in-replace): Don't put deleted char on the
16709 kill ring.
16710
16711 * viper-ex.el (viper-color-display-p): New function.
16712 (viper-has-face-support-p): Use viper-color-display-p.
16713
16714 * viper-keym.el (viper-gnus-modifier-map): New keymap.
16715
16716 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
16717
16718 * viper-util.el (viper-glob-unix-files): Fix shell status check.
16719 (viper-file-remote-p): Make equivalent to file-remote-p.
16720
16721 * viper.el (viper-major-mode-modifier-list):
16722 Use viper-gnus-modifier-map.
16723
16724 2005-02-19 David Kastrup <dak@gnu.org>
16725
16726 * subr.el (subregexp-context-p): Fix garbled doc string by adding
16727 quoting.
16728
16729 2005-02-19 Jay Belanger <belanger@truman.edu>
16730
16731 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
16732 Remove extra definitions.
16733 (calc-coth): New function.
16734 (calcFunc-cot): Fix `let'.
16735
16736 2005-02-19 Eli Zaretskii <eliz@gnu.org>
16737
16738 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
16739 the reasons we use "type pc" in these faces.
16740
16741 * button.el (button): Ditto.
16742
16743 2005-02-19 Michael Mauger <mmaug@yahoo.com>
16744
16745 * replace.el (query-replace-read-from): Set the value of
16746 query-replace-from-history-variable to handle the case of an empty
16747 string entered to accept the suggested default.
16748
16749 * net/tramp.el (tramp-file-name-for-operation):
16750 Use dired-call-process instead of dired-call-process-command.
16751
16752 2005-02-19 Jay Belanger <belanger@truman.edu>
16753
16754 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
16755 (math-div-non-trig): New variables.
16756 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
16757 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
16758 (math-combine-prod, math-div-symb-fancy): Add simplifications for
16759 trig expressions.
16760
16761 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
16762
16763 * progmodes/gdb-ui.el (gdb-var-update-handler)
16764 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
16765 for watch expressions,
16766 (gdb-var-create-handler): Don't set speedbar-update-flag.
16767 (gdb-post-prompt): Simplify test for speedbar.
16768
16769 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16770
16771 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
16772 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
16773 we use the syntax table of the correct buffer.
16774 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
16775 Felix Gatzemeier.
16776
16777 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
16778 (ediff-file-remote-p): Make synonymous with file-remote-p.
16779 In all deffaces ediff-*-face-*, use min-colors.
16780
16781 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
16782 ediff-recurse-to-subdirectories.
16783 (ediff-mark-if-equal): Check that the arguments are strings, use
16784 ediff-same-contents (after to Felix Gatzemeier).
16785
16786 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
16787 nil.
16788
16789 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16790
16791 * log-view.el (log-view-message-re): Fix up Subversion regexp.
16792
16793 2005-02-18 David Kastrup <dak@gnu.org>
16794
16795 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
16796 use `mark-active' when defined.
16797
16798 2005-02-18 Kenichi Handa <handa@m17n.org>
16799
16800 * ps-print.el (ps-font-info-database): New entry
16801 ZapfChancery-MediumItalic with correct font name. Fix font name
16802 of the entry Zapf-Chancery-MediumItalic.
16803
16804 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
16805
16806 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
16807
16808 2005-02-16 Kim F. Storm <storm@cua.dk>
16809
16810 * ido.el (ido-fallback-command): Pass user input to fallback command.
16811
16812 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
16813
16814 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
16815 (gdb-find-file-hook): Add server prefix.
16816
16817 2005-02-16 Richard M. Stallman <rms@gnu.org>
16818
16819 * replace.el (perform-replace): Pass new args to replace-highlight.
16820 (replace-highlight): Take region args,
16821 and pass them to isearch-lazy-highlight-new-loop.
16822
16823 * novice.el (disabled-command-hook): Autoload the defalias
16824 and the make-obsolete-variable call.
16825
16826 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
16827
16828 * isearch.el (isearch-lazy-highlight-start-limit)
16829 (isearch-lazy-highlight-end-limit): New variables limit
16830 the region for highlighting.
16831 (isearch-lazy-highlight-new-loop): New args BEG and END.
16832 (isearch-lazy-highlight-search): Use the new vars.
16833 (isearch-lazy-highlight-update): Likewise.
16834
16835 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
16836
16837 * cus-start.el (all): Use default-boundp.
16838
16839 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
16840
16841 * menu-bar.el (menu-bar-select-frame): Handle current frame.
16842
16843 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
16844
16845 * autorevert.el (auto-revert-stop-on-user-input)
16846 (auto-revert-verbose): Doc fixes.
16847
16848 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
16849
16850 * international/mule-cmds.el (set-locale-environment): Remove call
16851 to set-selection-coding-system on Windows.
16852
16853 2005-02-15 Jay Belanger <belanger@truman.edu>
16854
16855 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
16856 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
16857 calcFunc-coth.
16858 (math-simplify-sqrt): Add simplifications.
16859
16860 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
16861 to list.
16862
16863 * calc/calc-ext.el: Add functions to autoloads.
16864
16865 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
16866 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
16867 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
16868 (math-csc-raw, math-cot-raw): New functions.
16869
16870 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
16871
16872 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
16873 the variable name in a message.
16874
16875 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
16876 calcFunc-csc, calcFunc-cot.
16877
16878 * calc/calcalg2.el: Add derivative and integration rules for
16879 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
16880 calcFunc-csch, calcFunc-coth.
16881 (math-do-integral-methods): Add to checks for when to use
16882 substitutions.
16883
16884 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
16885
16886 2005-02-15 Lute Kamstra <lute@gnu.org>
16887
16888 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16889 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
16890 <monnier@iro.umontreal.ca>
16891 (lisp-outline-level): Improve efficiency. Suggested by David
16892 Kastrup <dak@gnu.org>.
16893
16894 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
16895
16896 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
16897 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
16898 (gdb-set-gud-minor-mode-existing-buffers): New functions.
16899 (gdb-find-file-hook): New hook. Add it to find-file-hook.
16900 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
16901
16902 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
16903
16904 * cus-start.el (all): Comment change.
16905
16906 2005-02-14 Lute Kamstra <lute@gnu.org>
16907
16908 * cus-start.el (all): Check if symbol is void.
16909
16910 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
16911
16912 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
16913 optional argument to \cite.
16914
16915 2005-02-14 Richard M. Stallman <rms@gnu.org>
16916
16917 * cus-edit.el (custom-buffer-create-internal): Update help message.
16918 (custom-magic-alist): Update help messages.
16919
16920 * cus-start.el (all): Allow a var to specify a standard value.
16921
16922 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
16923
16924 * custom.el (custom-theme-set-variables): Handle variable aliases.
16925
16926 * frame.el (blink-cursor-timer): Doc fix.
16927 (blink-cursor): Make it an alias for `blink-cursor-mode' and
16928 declare obsolete.
16929 (blink-cursor-mode): Define with defcustom and use correct
16930 standard expression in that defcustom.
16931 * startup.el (command-line): Adapt to above changes in frame.el.
16932
16933 2005-02-11 Lute Kamstra <lute@gnu.org>
16934
16935 * apropos.el (apropos-score-doc): Prevent division by zero.
16936
16937 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
16938
16939 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
16940 (icalendar--get-event-property-attributes)
16941 (icalendar--get-event-properties)
16942 (icalendar--datetime-to-diary-date): New functions.
16943 (icalendar--split-value): Doc fix.
16944 (icalendar--datetime-to-noneuropean-date)
16945 (icalendar--datetime-to-european-date): New optional argument
16946 SEPARATOR. Return result as a string instead of a list.
16947 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
16948 (icalendar--convert-string-for-export): Rename arg S to STRING.
16949 (icalendar-export-region): Doc fix. Change name of error buffer.
16950 Save output buffer.
16951 (icalendar-import-file): Add blank at end of prompt.
16952 (icalendar-import-buffer): Doc fix. Do not switch to error
16953 buffer. Indicate status in return value.
16954 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
16955 buffer. Save output buffer. Handle exception from recurrence
16956 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
16957 events. Fix problems with weekly all-day events.
16958
16959 2005-02-10 Richard M. Stallman <rms@gnu.org>
16960
16961 * simple.el (eval-expression-print-format):
16962 Avoid warning about edebug-active.
16963
16964 * help.el (help-for-help-internal): Rename from help-for-help.
16965 (help-for-help): Define with defalias.
16966
16967 * font-core.el (font-lock-default-function): Use with-no-warnings.
16968
16969 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
16970
16971 * custom.el (defface): Doc fix.
16972
16973 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
16974
16975 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
16976 width 0" to prevent word wrapping problems.
16977
16978 2005-02-09 Kim F. Storm <storm@cua.dk>
16979
16980 * ido.el (ido-file-extensions-order): New defcustom.
16981 (ido-file-extension-lessp, ido-file-extension-aux)
16982 (ido-file-extension-order): New advanced file ordering.
16983 (ido-file-lessp): New simple file ordering.
16984 (ido-sort-list): Remove.
16985 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
16986 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
16987
16988 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
16989
16990 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
16991 that some versions of grep produce.
16992 (grep-mode-font-lock-keywords): Likewise.
16993
16994 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
16995
16996 * progmodes/gdb-ui.el (gdb-location-list): New variable.
16997 (gdb-cdir): Delete.
16998 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
16999 (gdb-source-info): Treat case when source file is in another
17000 directory properly.
17001 (gdb-get-location): New function.
17002
17003 2005-02-07 Jay Belanger <belanger@truman.edu>
17004
17005 * calc/calc-prog.el (calc-write-parse-table-part)
17006 (calc-fix-token-name): Fix a check for language type.
17007
17008 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
17009
17010 2005-02-07 Andre Spiegel <spiegel@gnu.org>
17011
17012 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
17013 as directory not writable.
17014
17015 2005-02-07 Kim F. Storm <storm@cua.dk>
17016
17017 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
17018 (cua--standard-movement-commands): Remove list.
17019 Instead, set CUA property value to move for movement commands.
17020 (cua-movement-commands): Remove. Users must set CUA prop instead.
17021 (cua--pre-command-handler): Check CUA property.
17022 (cua--init-keymaps): Don't remap undo commands.
17023 (cua-mode): Don't call cua--rectangle-on-off.
17024
17025 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
17026 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
17027 (cua--rect-undo-set-point): New var.
17028 (cua--rectangle-undo-boundary): Setup undo apply entry.
17029 (cua--rect-undo-handler): New function for rectangle undo.
17030 (cua--rect-start-position, cua--rect-end-position): Add.
17031 (cua--rectangle-post-command): Call cua--rectangle-set-corners
17032 for restored rectangle. Set point if cua--rect-undo-set-point.
17033
17034 2005-02-06 Jay Belanger <belanger@truman.edu>
17035
17036 * calc/calc-lang.el (calc-tex-language): Display more information
17037 in messages.
17038
17039 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
17040 in TeX mode.
17041
17042 2005-02-06 Richard M. Stallman <rms@gnu.org>
17043
17044 * emacs-lisp/lisp.el (buffer-end): Doc fix.
17045
17046 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
17047
17048 * net/ldap.el (ldap-search-internal): Support attributes with
17049 optional descriptions separated by a semi-colon, as in
17050 "userCertificate;binary".
17051
17052 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17053
17054 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
17055 isn't a cons (i.e. the version is 0).
17056
17057 2005-02-05 Eli Zaretskii <eliz@gnu.org>
17058
17059 * help.el (help-for-help): Doc fix.
17060
17061 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
17062
17063 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
17064 GDB-Windows on the menu-bar as this works better.
17065
17066 2005-02-04 Jay Belanger <belanger@truman.edu>
17067
17068 * calc/calc-embed.el (calc-embedded-update): Don't put in
17069 unnecessary newlines. Adjust the end of formula marker.
17070
17071 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
17072 (math-latex-parse-two-args): New function.
17073
17074 2005-02-03 Lute Kamstra <lute@gnu.org>
17075
17076 * help-fns.el (help-with-tutorial): Make sure that users cannot
17077 remove the entire text of the tutorial by means of `undo'.
17078
17079 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
17080
17081 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
17082 in recent changes, where the ispell process was repeatedly
17083 killed & restarted.
17084
17085 * international/mule-cmds.el (set-locale-environment): Set file-name
17086 coding system to utf-8 on Darwin systems.
17087 (set-default-coding-systems): Don't set default-file-name-coding-system
17088 on Darwin systems.
17089
17090 2005-02-03 Richard M. Stallman <rms@gnu.org>
17091
17092 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
17093
17094 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
17095
17096 * faces.el (list-faces-display): Add optional argument.
17097
17098 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
17099
17100 * font-core.el (font-lock-default-function): Handle the rare case where
17101 only font-lock-keywords is set.
17102
17103 2005-02-02 Kenichi Handa <handa@m17n.org>
17104
17105 * international/characters.el: Cancel previous change for
17106 I-WITH-DOT-ABOVE and DOTLESS-i.
17107
17108 * international/latin-5.el: Cancel previous change.
17109
17110 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
17111
17112 * progmodes/gud.el: Correction to syntax in gud-menu-map.
17113
17114 2005-02-02 Kenichi Handa <handa@m17n.org>
17115
17116 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
17117 DOTLESS-i.
17118
17119 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
17120 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
17121
17122 * case-table.el (get-upcase-table): New function.
17123 (copy-case-table): Copy upcaes table too if non-nil.
17124 (set-case-syntax-delims): Maintain upcase table too.
17125 (set-case-syntax-pair): Likewise.
17126 (set-upcase-syntax, set-downcase-syntax): New functions.
17127 (set-case-syntax): Maintain upcase table too.
17128
17129 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
17130
17131 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
17132
17133 * progmodes/gud.el (gud-goto-info): New function.
17134 (gud-tool-bar-map): Use correct icon.
17135
17136 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
17137
17138 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
17139 When delegating, order args in the funcall correctly.
17140
17141 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
17142
17143 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
17144
17145 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
17146
17147 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
17148 buffer not visiting a file.
17149
17150 2005-01-31 Jay Belanger <belanger@truman.edu>
17151
17152 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
17153 bound on the line with the formula.
17154
17155 2005-01-31 Kim F. Storm <storm@cua.dk>
17156
17157 * ses.el (ses-create-cell-variable-range)
17158 (ses-destroy-cell-variable-range, ses-reset-header-string)
17159 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
17160 (ses-insert-row): Fix format of apply undo entries.
17161
17162 2005-01-31 Jay Belanger <belanger@truman.edu>
17163
17164 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
17165 parts.
17166
17167 * calc/calc-embed.el (calc-embedded-open-formula)
17168 (calc-embedded-close-formula): Ignore matrix environments.
17169
17170 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17171 TeX mode.
17172
17173 * calc/calc-lang.el (math-function-table, math-oper-table)
17174 (math-variable-table): Adjust the LaTeX portions.
17175
17176 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
17177 (math-latex-ignore-words): New constant.
17178
17179 2005-01-31 Richard M. Stallman <rms@gnu.org>
17180
17181 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
17182 (ispell-local-dictionary): Doc fix.
17183 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
17184 Don't reinitialize at run time. Don't defcustom.
17185 All uses changed to append ispell-local-dictionary-alist,
17186 or check it first.
17187 (ispell-current-dictionary): New variable for dictionary in use.
17188 (ispell-dictionary): Now used only for global default.
17189 (ispell-start-process): Set ispell-current-dictionary,
17190 not ispell-dictionary.
17191 (ispell-change-dictionary): Use this only for setting
17192 user preferences.
17193 (ispell-internal-change-dictionary): New function
17194 to change the current dictionary in use.
17195 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
17196 Use ispell-current-dictionary.
17197 Handle ispell-local-dictionary-overridden.
17198 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
17199
17200 2005-01-31 Jay Belanger <belanger@truman.edu>
17201
17202 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
17203
17204 * calc/calc-ext.el: Add calc-latex-language to autoloads.
17205 (calc-mode-map): Add calc-latex-language.
17206
17207 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
17208 (math-latex-print-frac): New functions.
17209 (math-oper-table, math-function-table, math-variable-table)
17210 (math-complex-format, math-input-filter): Add latex properties.
17211 (calc-set-language): Set math-expr-special-function-mapping.
17212
17213 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
17214 (calc-write-parse-table-part): Add LaTeX support.
17215
17216 * calc/calc.el (calc-language): Adjust docstring.
17217 (calc-set-mode-line): Add LaTeX support.
17218 (math-expr-special-function-mapping): New variable.
17219 (math-tex-ignore-words): Add to list.
17220
17221 * calc/calccomp.el (math-compose-expr, math-compose-rows):
17222 Add LaTeX support.
17223 (math-compose-expr): Add support for special functions.
17224
17225 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
17226
17227 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
17228
17229 * progmodes/gdb-ui.el (gdb-memory-address)
17230 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
17231 (gdb-memory-mode-map, gdb-memory-format-keymap)
17232 (gdb-memory-format-menu, gdb-memory-unit-keymap)
17233 (gdb-memory-unit-menu): New variables for a buffer
17234 that lets the user examine program memory.
17235 (gdb-memory-set-address, gdb-memory-set-repeat-count)
17236 (gdb-memory-format-binary, gdb-memory-format-octal)
17237 (gdb-memory-format-unsigned, gdb-memory-format-signed)
17238 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
17239 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
17240 (gdb-memory-unit-word, gdb-memory-unit-halfword)
17241 (gdb-memory-unit-byte, gdb-memory-unit-menu)
17242 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17243 (gdb-memory-mode, gdb-memory-buffer-name)
17244 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
17245 New functions for above buffer.
17246
17247 2005-01-30 Richard M. Stallman <rms@gnu.org>
17248
17249 * cus-edit.el (custom-bury-buffer): Function deleted.
17250 (custom-buffer-done-function): Option deleted.
17251 (custom-buffer-done-kill): New replacement option.
17252 (Custom-buffer-done): Call quit-window.
17253 (custom-buffer-create-internal): Update for above changes.
17254
17255 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
17256
17257 * simple.el (undo-ask-before-discard): New var.
17258 (undo-outer-limit-truncate): Implement it.
17259 (undo-extra-outer-limit): Doc update.
17260
17261 2005-01-29 Richard M. Stallman <rms@gnu.org>
17262
17263 * ses.el (undo-more): Delete defadvice.
17264 (ses-begin-change): Doc fix.
17265
17266 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
17267 instead of rebinding C-x u and C-_.
17268
17269 * files.el (normal-backup-enable-predicate): Return nil for files
17270 in /tmp, regardless of temporary-file-directory.
17271
17272 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
17273
17274 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
17275 (open-rectangle, delete-whitespace-rectangle-line)
17276 (clear-rectangle-line): If FILL, pass t instead of FILL
17277 for move-to-column's 2nd arg.
17278
17279 * simple.el (undo): Fix the test for continuing a series of undos.
17280 (undo-more): Set pending-undo-list to t when we reach end.
17281 (pending-undo-list): Move up defvar.
17282
17283 * wid-edit.el (widget-button-click):
17284 Shorten the range of the track-mouse binding.
17285
17286 * comint.el (comint-insert-input): Undo previous changes;
17287 use last-input-event in interactive spec.
17288
17289 2005-01-29 Eli Zaretskii <eliz@gnu.org>
17290
17291 * progmodes/compile.el (compilation-start): Bind buffer-read-only
17292 to nil before invoking call-process. Reset buffer's modified flag
17293 after fontifying it in the no-async branch.
17294
17295 * wid-edit.el (widget-specify-button): If mouse pointer shape
17296 cannot be changed, use mouse face instead.
17297
17298 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
17299
17300 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17301 (gdb-goto-breakpoint): Make breakpoint handling work on template
17302 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
17303 (gdb-assembler-custom): Update to recognize breakpoint information
17304 added on 2005-01-19.
17305
17306 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17307
17308 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
17309 (dsssl-mode): Use define-derived-mode.
17310 (scheme-mode-initialize): Remove.
17311 (scheme-mode): Use run-mode-hooks.
17312
17313 * cus-edit.el (customize-group-other-window)
17314 (custom-buffer-create-other-window): Don't override special-display-*.
17315 (custom-mode-map): Make it dense.
17316
17317 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
17318 sets the default value.
17319
17320 2005-01-28 Eli Zaretskii <eliz@gnu.org>
17321
17322 * descr-text.el: Add more keywords.
17323
17324 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
17325
17326 * speedbar.el: Avoid unnecessary use of locate-library.
17327
17328 * international/mule-cmds.el (standard-display-european-internal):
17329 Don't fiddle with latin-1 non-break space any more since it's now
17330 special cased in the C code.
17331 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
17332
17333 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
17334
17335 * cus-start.el (all): Add `undo-outer-limit'.
17336
17337 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17338
17339 * textmodes/bibtex.el (bibtex-format-entry):
17340 Use `bibtex-empty-field-re' only on the text of fields, not on entire
17341 field lines.
17342 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
17343 not on part of a buffer.
17344
17345 2005-01-25 Lute Kamstra <lute@gnu.org>
17346
17347 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
17348 nonempty field text strings like "{letters\\macro{}more letters}".
17349 Clarify docstring.
17350 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
17351 (bibtex-entry-offset, bibtex-parse-association)
17352 (bibtex-parse-field-name): Fix typos in docstrings.
17353 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
17354
17355 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
17356
17357 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
17358 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
17359 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
17360 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
17361
17362 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
17363 isearch minor mode.
17364
17365 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
17366
17367 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
17368
17369 2005-01-24 Lute Kamstra <lute@gnu.org>
17370
17371 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
17372 CASECHARS and NOT-CASECHARS regular expressions of the
17373 "nederlands" and "nederlands8" dictionaries to prevent a "Range
17374 striding over charsets" error.
17375
17376 2005-01-24 Jay Belanger <belanger@truman.edu>
17377
17378 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
17379 display variable name.
17380
17381 2005-01-24 Kenichi Handa <handa@m17n.org>
17382
17383 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
17384 Fix setting of the element of encoded-kbd-iso2022-invocations.
17385
17386 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
17387
17388 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17389 (gdb-threads-select): Change to also accept mouse events.
17390 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
17391 (gdb-threads-mouse-select): Delete.
17392
17393 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
17394
17395 * files.el (insert-directory): Take care of empty directory,
17396 listed without -a switch.
17397
17398 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17399
17400 * textmodes/refill.el (refill-post-command-function):
17401 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17402 to the list of functions that we should be careful not to undo.
17403 (refill-late-fill-paragraph-function): Remove.
17404 (refill-saved-state): New var.
17405 (refill-mode): Use it to save fill-paragraph-function.
17406 Save also the value of auto-fill-function.
17407
17408 * term/w32-win.el: Simplify code.
17409
17410 2005-01-23 Kim F. Storm <storm@cua.dk>
17411
17412 * simple.el (line-move): Adapt to new return value from
17413 pos-visible-in-window-p.
17414
17415 * simple.el (line-move): Fix last change. Check partial
17416 visibility at point rather than at window-start.
17417
17418 2005-01-22 Jason Rumney <jasonr@gnu.org>
17419
17420 * term/w32-win.el (xw-defined-colors): Remove debug-message.
17421
17422 2005-01-22 David Kastrup <dak@gnu.org>
17423
17424 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
17425
17426 2005-01-22 Eli Zaretskii <eliz@gnu.org>
17427
17428 * type-break.el (type-break-mode): Add a test for
17429 type-break-file-name being non-nil.
17430
17431 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
17432
17433 * net/eudc.el (top level): Call (message "") via progn, so that
17434 eudc-options-file is loaded.
17435
17436 2005-01-22 Kim F. Storm <storm@cua.dk>
17437
17438 * simple.el (line-move-1): Rename from line-move.
17439 (line-move): New function that adjusts vscroll for partially
17440 visible rows, and calls line-move-1 otherwise.
17441
17442 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
17443
17444 * pcomplete.el: Define pcomplete-read-event instead of read-event,
17445 since it's not a complete read-event implementation
17446
17447 2005-01-20 Jay Belanger <belanger@truman.edu>
17448
17449 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
17450 for called function.
17451
17452 2005-01-20 Steven Tamm <steventamm@mac.com>
17453
17454 * term/mac-win.el (process-connection-type): Remove.
17455 Controlled now by s/darwin.h:PTY_ITERATION.
17456
17457 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17458
17459 * window.el (handle-select-window): Don't switch window when we're
17460 in the minibuffer.
17461
17462 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
17463
17464 * subr.el (dotimes-with-progress-reporter): New macro.
17465
17466 * ses.el (ses-dotimes-msg): Remove macro.
17467 Use `dotimes-with-progress-reporter' instead.
17468
17469 2005-01-19 Steven Tamm <steventamm@mac.com>
17470
17471 * term/mac-win.el (process-connection-type): Use new
17472 operating-system-release variable to use ptys on Darwin 7 (OS X
17473 10.3) when using carbon build.
17474
17475 2005-01-19 Jay Belanger <belanger@truman.edu>
17476
17477 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
17478 flags if the last command was a tab or M-tab.
17479
17480 * calc/calc-prog.el (calc-user-define-edit): Put original formula
17481 in formula editing buffer.
17482
17483 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
17484
17485 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
17486 breakpoint image symbol in margin.
17487
17488 2005-01-19 Jay Belanger <belanger@truman.edu>
17489
17490 * calc/calc-prog.el (calc-execute-kbd-macro):
17491 Ignore calc-keep-arg-flag.
17492
17493 2005-01-19 Kenichi Handa <handa@m17n.org>
17494
17495 * textmodes/ispell.el (ispell-looking-at): New function.
17496 (ispell-process-line): Use ispell-looking-at to compare the ispell
17497 output and the buffer contents.
17498
17499 2005-01-18 Jay Belanger <belanger@truman.edu>
17500
17501 * calc/calc.el (calc-display-raw): Fix docstring.
17502
17503 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17504
17505 * simple.el (blink-matching-open): Strip extra info from syntax.
17506
17507 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
17508 funny chars in the end-of-here-doc marker.
17509
17510 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
17511
17512 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
17513 that enable/disabled state of breakpoints is shown correctly in
17514 fringe and on ttys.
17515 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
17516 Add breakpoint information as text properties.
17517 (gdb-mouse-toggle-breakpoint):
17518 Rename to gdb-mouse-set-clear-breakpoint.
17519 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
17520 breakpoints in the margin.
17521 (gdb-remove-strings): Simplify.
17522
17523 2005-01-17 Jay Belanger <belanger@truman.edu>
17524
17525 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
17526 erasing buffer.
17527
17528 2005-01-17 Richard M. Stallman <rms@gnu.org>
17529
17530 * progmodes/grep.el (grep-find): Copy from `grep' the condition
17531 for calling grep-compute-defaults.
17532
17533 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
17534 if buffer is empty.
17535
17536 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
17537
17538 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
17539
17540 * hilit-chg.el (highlight-changes-mode): Don't autoload.
17541
17542 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
17543 non-preloaded variables.
17544
17545 2005-01-17 Steven Tamm <steventamm@mac.com>
17546
17547 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
17548 tex-shell cause to force interactivity when using pipes.
17549
17550 2005-01-17 Kim F. Storm <storm@cua.dk>
17551
17552 * simple.el (just-one-space): Make arg optional.
17553
17554 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
17555
17556 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
17557 posn-at-x-y to t to access left-margin.
17558
17559 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
17560
17561 Sync with Tramp 2.0.47.
17562
17563 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
17564 catching keep-date problems in cp/scp operations.
17565 (tramp-handle-copy-file): Don't call `set-file-modes'
17566 unconditionally. Specialized functions should know better what is
17567 necessary. This improves performance a little bit, and the
17568 functions could catch errors with `cp -p' and `scp -p'.
17569 (tramp-do-copy-or-rename-file-via-buffer)
17570 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
17571 when appropriate.
17572 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
17573 Call `set-file-modes' when appropriate.
17574 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
17575 Johnsson <isak@hypergene.com>
17576 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
17577 of both Tramp buffer and debug buffer. Reported by Joakim Verona
17578 <joakim@verona.se>
17579 (tramp-file-name-for-operation): Mark `shell-command' as magic for
17580 Emacs only.
17581
17582 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
17583 `find-file-hooks' and `dired-mode-hook'.
17584 (tramp-minor-mode-map): Respective map. Add remapping for
17585 `compile' and `recompile'.
17586 (tramp-remap-command, tramp-recompile): New defuns.
17587 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
17588 in buffer "*Compilation*". Call the commands asynchronously.
17589
17590 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
17591 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
17592 `shell-command', because it isn't magic in XEmacs. Reported by
17593 Adrian Aichner <adrian@xemacs.org>.
17594
17595 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17596 `substitute-in-file-name.
17597 (tramp-smb-handle-substitute-in-file-name): New defun.
17598 (tramp-smb-advice-PC-do-completion): Delete advice.
17599
17600 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
17601
17602 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
17603 Fix error in deleting region.
17604
17605 2005-01-15 Richard M. Stallman <rms@gnu.org>
17606
17607 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
17608 In non-temp buffer, switch syntax table temporarily.
17609
17610 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
17611
17612 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
17613
17614 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
17615
17616 * imenu.el (imenu--split-menu): Copy menulist before sorting.
17617 (imenu--generic-function): Use START, not BEG, as pos of definition.
17618
17619 * simple.el (just-one-space): Argument specifies number of spaces.
17620
17621 * simple.el (eval-expression-print-format): Avoid warning
17622 about edebug-active.
17623
17624 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
17625
17626 * progmodes/sh-script.el: Code copied from make-mode.el
17627 with small changes,
17628 (sh-mode-map): Bind C-c C-\.
17629 (sh-backslash-column, sh-backslash-align): New variables.
17630 (sh-backslash-region, sh-append-backslash): New functions.
17631
17632 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
17633
17634 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
17635 (rmail-pop-password, rmail-pop-password-required): Move to
17636 rmail-obsolete group.
17637 (rmail-set-pop-password): Rename to rmail-set-remote-password.
17638 All callers updated.
17639 (rmail-get-pop-password): Rename to rmail-get-remote-password.
17640 Take an argument specifying whether it is POP or IMAP mailbox we
17641 are using. All callers updated.
17642 (rmail-pop-password-error): Rename to
17643 rmail-remote-password-error. Added mailutils-specific error message.
17644 (rmail-movemail-search-path)
17645 (rmail-movemail-variant-in-use): New variables.
17646 (rmail-remote-password, rmail-remote-password-required):
17647 New customization variables.
17648 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
17649 (rmail-parse-url): New function.
17650 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
17651 with GNU mailutils movemail.
17652
17653 2005-01-15 Kevin Ryde <user42@zip.com.au>
17654
17655 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
17656 suffix to space, $ or '$, to correctly position point when going
17657 to @table style constants like DBL_MAX.
17658
17659 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
17660
17661 * type-break.el (type-break-mode, type-break-file-time)
17662 (type-break-file-keystroke-count, type-break-choose-file):
17663 Don't store data in or load data from the file if type-break-file-name
17664 is nil.
17665 (type-break-file-name): Doc update as per the above.
17666
17667 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
17668
17669 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
17670 lookup-key might return nil; handle that.
17671
17672 2005-01-15 Alan Mackenzie <acm@muc.de>
17673
17674 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
17675 rather than the element found, thus enabling the tree to be setcar'd.
17676
17677 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17678
17679 * textmodes/org.el (org-show-following-heading): New option.
17680 (org-show-hierarchy-above): Use `org-show-following-heading'.
17681 (org-cycle): Documentation fix.
17682
17683 * textmodes/org.el (orgtbl-optimized): New option
17684 (orgtbl-mode): New command, a minor mode.
17685 (orgtbl-mode-map): New variable.
17686 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
17687 (orgtbl-error, orgtbl-self-insert-command)
17688 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
17689
17690 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
17691 a local variable in each org-mode buffer.
17692
17693 * textmodes/org.el (org-set-regexps-and-options): Rename from
17694 `org-set-regexps'. Added checking for STARTUP keyword.
17695 (org-get-current-options): Add STARTUP options.
17696 (org-table-insert-row): Make mode intelligent about when
17697 realignment is needed.
17698 (org-self-insert-command, org-delete-backward-char, org-delete-char):
17699 New commands.
17700 (org-enable-table-editor): New default value `optimized'.
17701 (org-table-blank-field): Support blanking regions if active.
17702
17703 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17704
17705 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
17706 if the year is not given.
17707
17708 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
17709 Add new escapes %m and %M, fixed bug with %F by adding
17710 save-match-data.
17711 (reftex-reference): Remove ?. from list of spaces.
17712 (reftex-label-info): Add automatic label prefix recognition.
17713
17714 * textmodes/reftex-index.el (reftex-index-next-phrase):
17715 Add slave parameter to call of `reftex-index-this-phrase'.
17716 (reftex-index-this-phrase): New optional argument.
17717 (reftex-index-region-phrases): Add slave parameter to call of
17718 `reftex-index-this-phrase'.
17719 (reftex-display-index): New argument redo.
17720 (reftex-index-rescan): Add 'redo to arguments of
17721 `reftex-display-index'.
17722 (reftex-index-Rescan, reftex-index-revert)
17723 (reftex-index-switch-index-tag): Add 'redo to arguments of
17724 `reftex-display-index'.
17725 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
17726 indexing. Fix bug with matching is there is a quote before or
17727 after the word.
17728
17729 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
17730 Fix bug when collecting citation keys in lines with comments.
17731 (reftex-citation): Prefix argument no longer rescans the document,
17732 but forces prompting for optional arguments of cite macros.
17733 (reftex-do-citation): Prompting for optional arguments implemented.
17734
17735 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17736 Add optional arguments to most cite commands.
17737 (reftex-cite-cleanup-optional-args): New option
17738 (reftex-cite-prompt-optional-args): New option.
17739 (reftex-trust-label-prefix): New option.
17740
17741 * textmodes/reftex-toc.el (reftex-toc-find-section):
17742 Add push-mark before changing the position in the buffer.
17743
17744 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
17745 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
17746
17747 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
17748
17749 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
17750 more carefully.
17751
17752 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17753
17754 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
17755 (sgml-mode): Use it.
17756 (sgml-get-context): Better keep track of implicitly closed tags.
17757
17758 2005-01-13 Kenichi Handa <handa@m17n.org>
17759
17760 * textmodes/ispell.el: These changes are to fix misalignment error
17761 caused by equivalent characters of different Emacs charsets.
17762 (ispell-unified-chars-table): New variable.
17763 (ispell-get-decoded-string): New function.
17764 (ispell-get-casechars, ispell-get-not-casechars)
17765 (ispell-get-otherchars): Call ispell-get-decoded-string.
17766
17767 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17768
17769 * custom.el (custom-declare-variable): Just put symbol instead
17770 of (defvar . symbol) in `current-load-list'.
17771
17772 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
17773
17774 * emacs-lisp/elint.el: Fixed typo in Commentary section.
17775
17776 2005-01-12 Jay Belanger <belanger@truman.edu>
17777
17778 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
17779 to create a Calc summary.
17780
17781 2005-01-12 Kim F. Storm <storm@cua.dk>
17782
17783 * mouse.el (mouse-on-link-p): Change functionality and doc
17784 string to comply with latest description in lisp ref.
17785
17786 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
17787
17788 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
17789 Enable mouse clicks on mode-line, header-line and margin.
17790 (event-type): Give mouse event symbols an 'event-kind property
17791 with value 'mouse-click.
17792
17793 2005-01-12 Juri Linkov <juri@jurta.org>
17794
17795 * facemenu.el (list-colors-display): Add new arg buffer-name.
17796 Use it. Fix docstring. Replace code for identifying duplicate
17797 colors by the name with call to `list-colors-duplicates' which
17798 identifies duplicate colors by the value unless the color
17799 is one of special Windows colors. Set truncate-lines to t.
17800 Print sorted duplicate color names on each line. Indent to 22
17801 \(the longest color name in rgb.txt) instead of 20. Optimize.
17802 (list-colors-duplicates): New function.
17803 (facemenu-color-name-equal): Delete function.
17804
17805 * facemenu.el (list-colors-print): New function created from code
17806 in list-colors-display. Print #RRGGBB at the window right edge.
17807 (list-colors-display): When temp-buffer-show-function is not
17808 defined, call list-colors-print from temp-buffer-show-hook
17809 to get the right value of window-width in list-colors-print
17810 after the buffer is displayed.
17811
17812 * simple.el (pop-mark): Move deactivate-mark out of conditional
17813 part to deactivate the active mark regardless of the state of the
17814 mark ring.
17815
17816 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
17817 variables line in desktop files.
17818
17819 2005-01-12 Juri Linkov <juri@jurta.org>
17820
17821 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
17822 Bring together isearch highlight related options.
17823 (lazy-highlight): Replace group `replace' by `matching'.
17824 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17825 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17826 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
17827 and declare them obsolete.
17828 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
17829 (isearch-faces): Remove defgroup.
17830 (isearch-overlay, isearch-highlight, isearch-dehighlight):
17831 Move isearch highlighting code closer to lazy highlighting code.
17832
17833 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
17834 (query-replace-highlight, query-replace-lazy-highlight)
17835 (query-replace): Move definitions to the beginning of the file.
17836
17837 2005-01-11 Juri Linkov <juri@jurta.org>
17838
17839 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
17840 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
17841 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
17842
17843 * info.el (Info-history-forward): New variable.
17844 (Info-select-node): Reset Info-history-forward to nil.
17845 (Info-last): Turn into defalias.
17846 (Info-history-back): Rename from Info-last.
17847 Add current node to Info-history-forward.
17848 (Info-history-forward): New fun.
17849 (Info-mode-map): Replace Info-last by Info-history-back.
17850 Bind Info-history-forward to "r".
17851 (Info-mode-menu): Replace Info-last by Info-history-back.
17852 Fix menu item text. Add menu item for Info-history-forward.
17853 (info-tool-bar-map): Replace Info-last by Info-history-back.
17854 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
17855 for Info-history-forward.
17856 (Info-mode): Replace Info-last by Info-history-back in docstring.
17857 Add local variable Info-history-forward.
17858 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
17859
17860 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17861
17862 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
17863 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
17864 Ignore select-window events rather than fiddle with
17865 mouse-autoselect-window.
17866
17867 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
17868
17869 * type-break.el (type-break-mode): Fix previous change.
17870
17871 2005-01-10 Jay Belanger <belanger@truman.edu>
17872
17873 * calc/calc-ext.el (calc-reset): Reset when inside embedded
17874 calculator; only reset when point is inside a calculator.
17875 Don't adjust the window height if the window takes up the whole height
17876 of the frame.
17877
17878 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17879
17880 * ebuff-menu.el (Electric-buffer-menu-mode):
17881 Preserve value of buffer-local var header-line-format.
17882
17883 2005-01-09 Jay Belanger <belanger@truman.edu>
17884
17885 * calc/calc.el (calc-mode-var-list-restore-saved-values):
17886 Make sure settings file exists before accessing it.
17887
17888 * calc/calc-embed.el (calc-embedded-subst):
17889 Replace math-multi-subst-rec, which is only supposed to be called
17890 by math-multi-subst, by math-multi-subst.
17891
17892 2005-01-09 Andre Spiegel <spiegel@gnu.org>
17893
17894 * vc.el (vc-allow-async-revert): New user option.
17895 (vc-disable-async-diff): New internal variable.
17896 (vc-revert-buffer): Use them to disable asynchronous diff.
17897
17898 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
17899 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
17900 asynchronously if vc-disable-async-diff is t.
17901
17902 2005-01-09 Jay Belanger <belanger@truman.edu>
17903
17904 * calc/calc.el (defcalcmodevar): New macro.
17905 (calc-mode-var-list-restore-default-values)
17906 (calc-mode-var-list-restore-saved-values): New functions.
17907 (calc-mode-var-list): Use defcalcmodevar to define it.
17908 (calc-always-load-extensions, calc-line-numbering)
17909 (calc-line-breaking, calc-display-just, calc-display-origin)
17910 (calc-number-radix, calc-leading-zeros, calc-group-digits)
17911 (calc-group-char, calc-point-char, calc-frac-format)
17912 (calc-prefer-frac, calc-hms-format, calc-date-format)
17913 (calc-float-format, calc-full-float-format, calc-complex-format)
17914 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
17915 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
17916 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
17917 (calc-matrix-brackets, calc-language, calc-language-option)
17918 (calc-left-label, calc-right-label, calc-word-size)
17919 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
17920 (calc-display-raw, calc-internal-prec, calc-angle-mode)
17921 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
17922 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
17923 (calc-window-height, calc-display-trail, calc-show-selections)
17924 (calc-use-selections, calc-assoc-selections)
17925 (calc-display-working-message, calc-auto-why, calc-timing)
17926 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
17927 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
17928 (calc-gnuplot-default-device, calc-gnuplot-default-output)
17929 (calc-gnuplot-print-device, calc-gnuplot-print-output)
17930 (calc-gnuplot-geometry, calc-graph-default-resolution)
17931 (calc-graph-default-resolution-3d, calc-invocation-macro)
17932 (calc-show-banner): Use defcalcmodevar to declare them and set
17933 their default values.
17934
17935 * calc/calc-ext.el (calc-reset): Restore saved values of variables
17936 instead of default values (but restore default values if there is
17937 an argument of 0).
17938
17939 2005-01-09 David Kastrup <dak@gnu.org>
17940
17941 * desktop.el (desktop-restore-eager): Fix typo in type.
17942
17943 2005-01-08 Richard M. Stallman <rms@gnu.org>
17944
17945 * cus-edit.el (customize): Delete :link.
17946
17947 2005-01-08 Jay Belanger <belanger@truman.edu>
17948
17949 * calc/calc.el (calc-mode): Remove the extension from the
17950 `calc-settings-file' file name when loading it.
17951
17952 2005-01-08 Kim F. Storm <storm@cua.dk>
17953
17954 * info.el (Info-mode-map, Info-next-link-keymap)
17955 (Info-prev-link-keymap, Info-up-link-keymap):
17956 Map follow-link to mouse-face.
17957 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
17958
17959 2005-01-08 Jay Belanger <belanger@truman.edu>
17960
17961 * calc/calc.el (calc-settings-file): Change default value.
17962 Suggested by cgw in a comment in calc-mode.el.
17963
17964 * calc/calc-mode.el (calc-settings-file-name):
17965 Compare calc-settings-file to user-init-file instead of ~/.emacs.
17966 Replace ~/.emacs in a prompt by calc-settings-file.
17967
17968 2005-01-07 Lars Hansen <larsh@math.ku.dk>
17969
17970 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
17971 (desktop-lazy-idle-delay): New customizable variables.
17972 (desktop-buffer-args-list): New variable.
17973 (desktop-append-buffer-args): New function.
17974 (desktop-save): Call desktop-append-buffer-args for some buffers.
17975 (desktop-lazy-create-buffer): New function.
17976 (desktop-idle-create-buffers): New function.
17977 (desktop-read): Add message about buffers to restore lazily.
17978 (desktop-lazy-abort): New command.
17979 (desktop-clear): Call desktop-lazy-abort.
17980 (desktop-lazy-complete): New command.
17981
17982 2005-01-06 Richard M. Stallman <rms@gnu.org>
17983
17984 * emacs-lisp/find-func.el (find-face-definition):
17985 Rename from find-face.
17986
17987 2005-01-06 Kim F. Storm <storm@cua.dk>
17988
17989 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
17990
17991 * man.el (Man-xref-man-page, Man-xref-header-file)
17992 (Man-xref-normal-file): Add follow-link property.
17993
17994 2005-01-06 Jay Belanger <belanger@truman.edu>
17995
17996 * calc/calc-units.el: Make sure the proper macro definitions are
17997 available when compiling.
17998
17999 2005-01-06 Juri Linkov <juri@jurta.org>
18000
18001 * isearch.el (isearch-lazy-highlight-update):
18002 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
18003
18004 2005-01-06 Miles Bader <miles@gnu.org>
18005
18006 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
18007 (isearch-lazy-highlight-face): Use new name.
18008
18009 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
18010
18011 * uniquify.el (uniquify-rationalize-file-buffer-names):
18012 Re-add an interactive spec.
18013 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
18014 to the same name.
18015
18016 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
18017 (isearch-update, isearch-done): Adjust calls accordingly.
18018
18019 2005-01-05 Richard M. Stallman <rms@gnu.org>
18020
18021 * custom.el (custom-set-variables, custom-theme-set-variables):
18022 Clarify documentation.
18023
18024 * emacs-lisp/find-func.el (find-variable)
18025 (find-variable-other-window, find-variable-other-frame):
18026 Fix the TYPE args to find-function-read and find-function-do-it.
18027 (find-function): Doc fix.
18028 (find-function-at-point): Replace function-at-point alias.
18029
18030 2005-01-04 Richard M. Stallman <rms@gnu.org>
18031
18032 * cus-face.el (custom-declare-face):
18033 Record defface in current-load-list.
18034
18035 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
18036
18037 * emacs-lisp/find-func.el: Doc fixes.
18038 (find-face-regexp): New variable.
18039 (find-function-regexp-alist): New variable.
18040 (find-function-C-source): Third arg is now TYPE.
18041 (find-function-search-for-symbol): Handle general TYPE.
18042 (find-function-read, find-function-do-it): Handle general TYPE.
18043 (find-definition-noselect, find-face): New functions.
18044 (function-at-point): Alias deleted.
18045
18046 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
18047
18048 * battery.el (display-battery-mode): Rename from display-battery.
18049 Handle the case where it gets turned off.
18050
18051 2005-01-04 Richard M. Stallman <rms@gnu.org>
18052
18053 * cus-edit.el (customize): Make :link point to user doc.
18054
18055 * man.el (Man-fontify-manpage): Turn off undo generation.
18056
18057 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
18058
18059 2005-01-04 Andreas Schwab <schwab@suse.de>
18060
18061 * files.el (insert-directory): Only look for error lines in
18062 inserted text. Don't move too far after processing --dired markers.
18063
18064 2005-01-04 Richard M. Stallman <rms@gnu.org>
18065
18066 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18067 Don't expand if the character is @, period, dash, etc.
18068 (define-mail-abbrev): Quote names that contain problem characters.
18069
18070 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
18071
18072 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
18073
18074 2005-01-03 Richard M. Stallman <rms@gnu.org>
18075
18076 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
18077 (query-replace-highlight, query-replace-lazy-highlight)
18078 (query-replace): Definitions moved up. Doc fix.
18079
18080 2005-01-03 Richard M. Stallman <rms@gnu.org>
18081
18082 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
18083 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18084 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18085 (lazy-highlight-face): Rename from isearch-lazy-...
18086 Change all references to them.
18087
18088 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
18089
18090 * cus-edit.el (custom-file): Doc fix for defcustom.
18091 (custom-file): The function no longer sets the variable
18092 `custom-file' to its return value.
18093
18094 * startup.el (command-line): No longer load `custom-file'.
18095
18096 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18097
18098 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
18099
18100 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
18101 Don't confuse module-prefixed identifiers for labels.
18102 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
18103
18104 2005-01-02 Richard M. Stallman <rms@gnu.org>
18105
18106 * files.el (basic-save-buffer-1): Fix previous change.
18107
18108 * loadhist.el (file-loadhist-lookup): New function.
18109 (file-provides, file-requires): Use it.
18110
18111 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
18112 instead of calculating the right size.
18113
18114 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
18115
18116 * vc-svn.el (vc-svn-diff): Stay local if possible.
18117
18118 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
18119
18120 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
18121
18122 * files.el (hack-local-variables): Fix last change.
18123
18124 2005-01-02 Jay Belanger <belanger@truman.edu>
18125
18126 * calc/calc-yank.el (calc-edit-top): New variable.
18127 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
18128 object. Change header properties.
18129 (calc-edit-finish, calc-edit-finish-stack-object)
18130 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
18131 edited object.
18132 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
18133 for the beginning of the edited object.
18134 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
18135 for the beginning of the edited object.
18136 * calc/calc-prog.el (calc-edit-macro-finish-edit)
18137 (calc-finish-formula-edit, calc-macro-repeats)
18138 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
18139 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
18140 beginning of the edited object.
18141 (calc-user-define-edit): Change the header for editing macros.
18142 Remove unnecessary variable.
18143
18144 2005-01-01 Jay Belanger <belanger@truman.edu>
18145
18146 * calc/calc-yank.el (calc-edit-mode): Change default header.
18147 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
18148 * calc/calc-store.el (calc-edit-variable): Change title to match new
18149 header.
18150 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
18151 mode to match new header.
18152 (calc-user-define-edit): Change titles to include names of commands.
18153 (calc-finish-formula-edit): Adjust to handle new header.
18154 (calc-finish-macro-edit): Remove.
18155 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
18156 (calc-edit-macro-command, calc-edit-macro-command-type)
18157 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
18158 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
18159 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
18160 (calc-edit-macro-finish-edit): New functions.
18161 (calc-user-define-edit): Use new functions to edit named calc macros.
18162
18163 2005-01-01 Stefan <monnier@iro.umontreal.ca>
18164
18165 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
18166
18167 * ses.el (copy-region-as-kill): Deactivate mark.
18168
18169 2005-01-01 Richard M. Stallman <rms@gnu.org>
18170
18171 * replace.el (occur-1): If the output buffer is also an input,
18172 don't kill it, rename it.
18173
18174 * faces.el (set-face-background, set-face-foreground): Doc fix.
18175
18176 * cus-face.el (custom-face-attributes): Fix :help-echo strings
18177 for :foreground and :background.
18178
18179 * dired.el (dired-view-command-alist): Variable deleted.
18180 (dired-view-file, dired-mouse-find-file-other-window):
18181 Delete the code to use it.
18182
18183 2005-01-01 Kim F. Storm <storm@cua.dk>
18184
18185 * image.el (insert-sliced-image): Use t for line-height property.
18186
18187 See ChangeLog.11 for earlier changes.
18188
18189 ;; Local Variables:
18190 ;; coding: iso-2022-7bit
18191 ;; End:
18192
18193 Copyright (C) 2005 Free Software Foundation, Inc.
18194 Copying and distribution of this file, with or without modification,
18195 are permitted provided the copyright notice and this notice are preserved.
18196
18197 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1