Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95
[bpt/emacs.git] / lisp / ChangeLog
1 2005-10-22 Kenichi Handa <handa@m17n.org>
2
3 * tar-mode.el (tar-extract): Be sure to call
4 find-operation-coding-system if set-auto-coding doesn't find a
5 coding system.
6
7 2005-10-22 Kim F. Storm <storm@cua.dk>
8
9 * image.el (image-type-header-regexps): Rename from image-type-regexps.
10 Change users.
11 (image-type-file-name-regexps): New defconst.
12 (image-type-from-data): Simplify loop.
13 (image-type-from-buffer): New defun.
14 (image-type-from-file-header): Use it instead of image-type-from-data.
15 Use image-search-load-path instead of only looking in data-directory.
16 (image-type-from-file-name): New defun.
17 (image-search-load-path): Make PATH arg optional, default to image-load-path.
18 Change `pathname' to `filename'.
19
20 2005-10-21 Richard M. Stallman <rms@gnu.org>
21
22 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23
24 * textmodes/paragraphs.el (sentence-end-base): New variable.
25 (sentence-end): Use sentence-end-base.
26
27 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * font-lock.el (font-lock-default-fontify-region): Check the multiline
30 property independently from the font-lock-multiline variable.
31
32 2005-10-21 Richard M. Stallman <rms@gnu.org>
33
34 * emacs-lisp/find-func.el (find-library-name): Doc fix.
35
36 * startup.el (command-line): Convert library names
37 in `load-history' to absolute file names.
38
39 * subr.el (symbol-file): Doc fix.
40
41 * loadhist.el (file-loadhist-lookup): Call locate-library
42 instead of find-library-name. Don't try converting
43 abs file names to library names, since load-history no longer
44 has library names in it.
45 (file-dependents, file-provides, file-requires): Doc fixes.
46
47 2005-10-21 Juri Linkov <juri@jurta.org>
48
49 * progmodes/etags.el (tags-table-mode): New function.
50 (tags-verify-table): Replace initialize-new-tags-table with
51 tags-table-mode.
52
53 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
54 default value.
55 (desktop-modes-not-to-save): Add tags-table-mode to the
56 default value.
57
58 * info.el (Info-index-next): Add total number of index
59 alternatives to the message.
60
61 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
62 backward only space (instead of space and period) before looking
63 at sentence end.
64
65 * simple.el (set-variable): Use user-variable-p instead of symbolp.
66 Add the old variable value as 4th default-value arg of read-string.
67
68 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
69
70 * cus-face.el (custom-declare-face): Make face from X resources
71 also on Mac.
72
73 * disp-table.el (standard-display-g1, standard-display-graphic):
74 Refuse to use string glyphs also on Mac.
75 (standard-display-european): Don't set terminal coding system also
76 on Mac.
77
78 * frame.el (display-screens): Use x-display-screens also on Mac.
79
80 2005-10-21 Romain Francoise <romain@orebokech.com>
81
82 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
83
84 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
87 and $? into sexps.
88
89 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
90 warning face on open-paren-in-column-0.
91
92 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
93 boundary case. Fix typo.
94 Suggested by Martin Rudalics <rudalics@gmx.at>.
95
96 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
97
98 * textmodes/org.el: (org-combined-agenda-icalendar-file)
99 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
100 (org-export-icalendar-this-file)
101 (org-export-icalendar-all-agenda-files)
102 (org-export-icalendar-combine-agenda-files): New commands.
103 (org-export-icalendar, org-print-icalendar-entries)
104 (org-start-icalendar-file, org-finish-icalendar-file)
105 (org-ical-ts-to-string): New functions.
106 (org-read-date, org-goto-calendar)
107 (org-agenda-goto-calendar): Inhibit displaying diary entries by
108 call to `calendar'.
109 (orgtbl-setup): Remove the :keys arguments from the menu description.
110 (org-after-save-iCalendar-file-hook): New variable.
111
112 2005-10-21 Kenichi Handa <handa@m17n.org>
113
114 * language/vietnamese.el (tcvn-5712): Make it an alias of
115 vietnamese-tcvn coding-system.
116
117 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
118
119 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
120 group id is given.
121
122 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
123
124 * progmodes/sh-script.el (sh-escaped-line-re): New var.
125 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
126 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
127 whose line is either continued or ends with a comment.
128
129 2005-10-20 Romain Francoise <romain@orebokech.com>
130
131 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
132
133 * replace.el (occur-engine): Add follow-link property.
134
135 * font-core.el (font-lock-mode): Doc fix.
136
137 2005-10-20 Richard M. Stallman <rms@gnu.org>
138
139 * net/rcirc.el: New file.
140
141 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
142
143 * term.el (term-term-name): Initialize to "eterm-color".
144
145 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
146
147 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
148 for encryption functionality.
149 Move allout customization subgroup from `editing' to `outlines' group.
150 Fix commentary 'keywords' to legitimate ones.
151 Update author info (using my current email address, obscurified).
152 (allout-encrypt-string, allout-encryption-produce-work-buffer)
153 (allout-encrypted-topic-p, allout-encrypted-text-type)
154 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
155 (allout-situate-encryption-key-verifier)
156 (allout-get-encryption-key-verifier, allout-verify-key)
157 (allout-next-topic-pending-encryption)
158 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
159 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
160 (outline-key-verifier-handling, outline-key-hint-handling)
161 (outline-encrypt-unencrypted-on-saves): New defcustoms.
162 (allout-file-key-verifier-string, allout-encryption-scheme)
163 (allout-key-verifier-string, allout-key-hint-string)
164 (allout-after-save-decrypt): New variables.
165 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
166 (allout-after-saves-handler): New hook functions.
167 (allout-post-command-business): Do allout-after-save-decrypt.
168 (allout-enable-file-variable-adjustment): Custom var to enable
169 mechanism for adding and adjusting settings of Emacs file variables.
170 (allout-adjust-file-variable, allout-file-vars-section-data):
171 New functions, implement the mechanism.
172 (outlineify-sticky): Use the file vars mechanism.
173 (allout-inhibit-protection, allout-during-write-cue)
174 (allout-override-protect, allout-before-change-protect): Remove.
175 (allout-flag-region, allout-open-topic): Adjust read-only text.
176 (allout-open-line-not-read-only): Add to facilitate read-only
177 text based protection.
178 (allout-kill-line): Revise to adjust read-only text, clue the
179 user about the inhibition.
180 (allout-unprotected): Use unwind-protect.
181 (allout-shift-in, allout-shift-out): Disallow manually shifting a
182 topic deeper than the offspring depth of the previous topic -
183 avoiding confusing "containment discontinuities".
184 (allout-reindent-bodies): Fix retention of body relative hanging
185 indent during promotion of collapsed bodies.
186 (allout-open-topic): Make it easy to open new topic with same
187 bullet as current topic - topic creation functions provided with
188 any universal argument provokes now prompt for bullet, defaulting
189 to the bullet of the previous topic.
190 (allout-plain-bullets-string, allout-distinctive-bullets-string):
191 Plain bullet alternates '.' period and ',' comma only. All other
192 bullets are relegated to special status (but customizable).
193 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
194 since it actually operates w.r.t. most immediately containing
195 entry, visible or not.
196 (allout-hide-current-entry, allout-show-current-entry): Use the
197 revised version.
198 (allout-old-expose-topic): Solidify deprecation.
199 (allout-end-of-subtree): Add so we can span concealed as well
200 as visible topics.
201 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
202 (allout-end-of-current-heading): Tweak to just respect the first line.
203 (allout-get-body-text): Add.
204 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
205 when invoked interactively.
206 (allout-up-current-level): Use `interactive-p'.
207 (allout-mode, allout-init): Miscellaneous docstring and
208 operational refinements, as well as hookups of new encryption stuff.
209 (allout-beginning-of-current-entry): Now works as advertised.
210 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
211 (allout-isearch-rectification): Refine condition for isearching.
212 (allout-isearch-abort, allout-enwrap-isearch)
213 (allout-flag-region, my-region-active-p): Relocate some macros.
214 (allout-title): Fallback title is '(buffer-name)', not
215 non-existing '(current-buffer-name)'.
216 (subst-char-in-string): Define if absent (for some XEmacs versions).
217
218 2005-10-20 Jari Aalto <jari.aalto@cante.net>
219
220 * mail/sendmail.el (mail-setup-hook, mail-aliases)
221 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
222 (mail-citation-prefix-regexp, mail-signature-file)
223 (mail-default-headers, mail-bury-selects-summary)
224 (mail-send-nonascii): Add autoload cookies.
225
226 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
227
228 * frame.el (blink-cursor-mode): Add `mac' to the list of
229 window-system's that support blinking cursor.
230
231 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
232
233 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
234
235 2005-10-20 Eli Zaretskii <eliz@gnu.org>
236
237 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
238 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
239 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
240
241 2005-10-20 Kim F. Storm <storm@cua.dk>
242
243 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
244 (ido-set-current-directory): Don't add / after final @.
245 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
246 Explicitly handle ange-ftp completion oddities.
247 (ido-make-file-list): Don't rotate list at tramp root to avoid
248 triggering tramp file handler for expand-file-name via get-file-buffer.
249
250 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
251
252 * simple.el (eval-expression-print-format): Put the char-string
253 inside the parenthesis, like the other alternative notations.
254 (kill-new): Use push.
255 (copy-to-buffer): Use with-current-buffer.
256 (completion-setup-function): Simplify.
257 (minibuffer-local-must-match-map): Don't add redundant bindings which
258 are already present in its parent (minibuffer-local-completion-map).
259
260 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
261
262 2005-10-19 Jay Belanger <belanger@truman.edu>
263
264 * calc/calc-units.el (math-standard-units): Add units, adjust
265 symbols and update values.
266 (math-unit-prefixes): Add more prefixes.
267
268 2005-10-19 Romain Francoise <romain@orebokech.com>
269
270 * bookmark.el (bookmark-menu-heading): New face.
271 (bookmark-bmenu-list): Use it.
272 Don't fiddle with `baud-rate' at top-level.
273
274 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
275
276 * image.el (create-image, find-image): Mention max-image-size in
277 docstring.
278
279 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
280
281 * savehist.el (savehist-load): Revert to checking XEmacs.
282
283 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
284 Various docstring and line-width fixups.
285 (conf-mode): Use cond.
286 Set font-lock-defaults. Don't set comment-use-syntax.
287
288 2005-10-18 David Ponce <david@dponce.com>
289
290 * tree-widget.el (tree-widget-button-click): New function.
291 (tree-widget-button-keymap): Use it.
292
293 2005-10-18 Romain Francoise <romain@orebokech.com>
294
295 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
296 (bookmark-bmenu-hide-filenames): Add follow-link property.
297 Improve help-echo text.
298
299 * ffap.el (find-file-at-point): Doc fix.
300
301 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
302
303 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
304
305 2005-10-18 Masatake YAMATO <jet@gyve.org>
306
307 Install to the CVS repository what I forgot to install in my
308 2005-10-16 changes.
309
310 * progmodes/python.el (python-complete-symbol): Pass the common
311 prefix substring of completion to `display-completion-list'.
312
313 * textmodes/org.el (org-complete): Ditto.
314
315 2005-10-18 Masatake YAMATO <jet@gyve.org>
316
317 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
318
319 * woman.el (WoMan-xref-man-page): New button type derived
320 from `Man-abstract-xref-man-page'.
321 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
322
323 * man.el (Man-abstract-xref-man-page): New button type.
324 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
325 (Man-highlight-references): Add new optional argument `xref-man-type'.
326
327 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
328
329 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
330
331 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
332
333 * cus-edit.el (Custom-move-and-invoke): Delete.
334 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
335
336 * wid-edit.el (widget-move-and-invoke): New function, from
337 Custom-move-and-invoke.
338
339 2005-10-17 Bill Wohler <wohler@newt.com>
340
341 Move all remaining images from lisp/toolbar to etc/images, move
342 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
343 the low resolution images in their own directory (low-color).
344
345 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
346 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
347 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
348 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
349 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
350 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
351 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
352
353 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
354 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
355 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
356 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
357 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
358 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
359 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
360 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
361 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
362 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
363 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
364 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
365 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
366 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
367 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
368
369 To conform with convention, replace the underscore (_) in the
370 following image names with dash (-) or (/) as appropriate.
371
372 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
373 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
374 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
375 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
376 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
377 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
378 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
379 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
380 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
381 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
382 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
383 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
384 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
385 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
386 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
387
388 * info.el (info-tool-bar-map): Replace underscores in image names
389 with dashes.
390
391 * makefile.w32-in (WINS): Remove toolbar.
392
393 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
394
395 * tool-bar.el: Move to lisp from toolbar. Now that
396 toolbar is empty, it should be deleted when folks run "cvs up -P".
397
398 2005-10-18 Jay Belanger <belanger@truman.edu>
399
400 * calc/calc-store.el (calc-store-into): Get the proper variable name
401 to display in message.
402
403 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
404
405 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
406 expressions display in speedbar for all buffers when debugging.
407 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
408
409 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
410 (speedbar-insert-button, speedbar-make-button):
411 Use add-text-properties.
412 (speedbar-update-localized-contents)
413 (speedbar-update-directory-contents)
414 (speedbar-update-special-contents): Use dolist.
415 (speedbar-buffer-easymenu-definition): Add a menu separator.
416
417 2005-10-17 Jason Rumney <jasonr@gnu.org>
418
419 * makefile.w32-in: Use $(lisp) consistently.
420 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
421 for shell specific generation of mh-autoloads.
422
423 2005-10-17 Richard M. Stallman <rms@gnu.org>
424
425 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
426
427 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
428
429 * jit-lock.el (jit-lock-fontify-now):
430 Move jit-lock-context-unfontify-pos to avoid wasted work.
431
432 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
433
434 * net/tramp.el (tramp-completion-mode): New defvar. Used in
435 `tramp-completion-mode' for checking if we are in completion mode.
436 (tramp-completion-handle-file-name-all-completions): Reorder code
437 in order to complete for file names only in case there are no
438 method/user/host completions. This is necessary for cooperation
439 with ido. Reported by Kim F. Storm <storm@cua.dk>.
440
441 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
442
443 * longlines.el (longlines-search-forward)
444 (longlines-search-backward): Match any number of spaces.
445
446 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
447
448 * diff-mode.el (diff-mode): Doc fix.
449
450 2005-10-16 David Reitter <david.reitter@gmail.com>
451
452 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
453 as default on darwin and windows systems.
454
455 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
456
457 * arc-mode.el (archive-zip-extract): Doc fix.
458
459 2005-10-16 Romain Francoise <romain@orebokech.com>
460
461 * mouse.el (mouse-1-click-follows-link): Doc fix.
462
463 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
464
465 * savehist.el: Don't require CL at runtime.
466 (savehist-xemacs): Remove.
467 (savehist-coding-system): Use utf-8 if present, regardless of religion.
468 (savehist-no-conversion): Use (featurep 'xemacs).
469 (savehist-load): Check existence of start-itimer rather than XEmacs.
470 Use an idle timer.
471 (savehist-process-for-saving): Replace use of CL funs `subseq' and
472 `delete-if-not'.
473
474 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
475
476 * savehist.el: Newer version.
477 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
478 (savehist-last-checksum, savehist-no-conversion): New vars.
479 (savehist-autosave, savehist-process-for-saving, savehist-printable):
480 New functions.
481 (savehist-load, savehist-save): Use them.
482 (savehist-delimit): Remove.
483
484 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * progmodes/compile.el (compilation-goto-locus): Display the
487 compilation buffer first and the source buffer second, in case they're
488 in overlapping frames. Don't raise the compilation frame if it was the
489 selected window upon entry. Pass the `other-window' arg to
490 pop-to-buffer.
491
492 * info.el (Info-fontify-node): Use dolist.
493 Change add-text-properties to put-text-property.
494
495 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
496
497 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
498 bound of search.
499
500 2005-10-16 Masatake YAMATO <jet@gyve.org>
501
502 * dabbrev.el (dabbrev-completion): Pass the common
503 prefix substring of completion to `display-completion-list'.
504
505 * filecache.el (file-cache-minibuffer-complete)
506 (file-cache-complete): Ditto.
507
508 * tempo.el (tempo-display-completions): Ditto.
509
510 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
511
512 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
513
514 * eshell/em-hist.el (eshell-list-history): Ditto.
515
516 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
517
518 * mail/mailalias.el (mail-complete): Ditto.
519
520 * progmodes/etags.el (complete-tag): Ditto.
521
522 * progmodes/make-mode.el (makefile-complete): Ditto.
523
524 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
525
526 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
527
528 * progmodes/pascal.el (pascal-complete-word)
529 (pascal-show-completions): Ditto.
530
531 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
532
533 * simple.el (completion-common-substring): New variable.
534 (completion-setup-function): Use `completion-common-substring'
535 to put faces.
536
537 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
538
539 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
540 (x-get-selection, mac-select-convert-to-string): Convert from/to
541 UTF-16 clipboard data as in native byte order, no BOM.
542
543 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
544
545 * progmodes/gud.el (gud-tool-bar-map): Rename the images
546 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
547 (gud-sentinel): Use speedbar-frame to check for speedbar.
548
549 2005-10-15 Richard M. Stallman <rms@gnu.org>
550
551 * savehist.el: New file.
552
553 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
554
555 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
556 Fix bug in \bf fontification.
557
558 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * pcvs.el (cvs-edit-log-files): New var.
561 (cvs-mode-edit-log): New arg `file'.
562 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
563 Instead force the use of the original file and nothing else.
564 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
565 the cvs-minor-wrap-function is set.
566 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
567
568 2005-10-14 Bill Wohler <wohler@newt.com>
569
570 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
571 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
572 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
573 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
574 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
575 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
576 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
577 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
578 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
579 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
580 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
581 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
582 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
583 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
584 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
585
586 * progmodes/gud.el (gud-tool-bar-map): Rename the images
587 appropriately (for example, gud-break to gud/break).
588
589 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
590
591 * longlines.el (longlinges-search-function)
592 (longlines-search-forward, longlines-search-backward): New functions.
593 (longlines-mode): Set isearch-search-fun-function to
594 longlinges-search-function.
595
596 * mouse.el (mouse-drag-region-1): Handle the case where a
597 double-click event is bound to an arbitrary function.
598
599 2005-10-14 David Ponce <david@dponce.com>
600
601 * recentf.el (recentf-track-opened-file)
602 (recentf-track-closed-file, recentf-update-menu)
603 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
604 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
605 mouse-1-click-follows-link.
606
607 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
608
609 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
610 Gnome file-manager.png. Suggested by
611 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
612
613 * toolbar/README: Add diropen.xpm.
614
615 2005-10-13 Bill Wohler <wohler@newt.com>
616
617 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
618 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
619
620 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
623 Don't waste the byte-compiler's time on constant data.
624
625 2005-10-13 Kenichi Handa <handa@m17n.org>
626
627 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
628 byte with `escape-glyph' face.
629
630 * international/fontset.el (ccl-encode-unicode-font):
631 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
632 Handle the case that ucs-mule-to-mule-unicode translates a character to
633 ASCII (usually for IPA characters).
634
635 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
638 Don't hide the underline of titles if font-lock-mode is disabled.
639
640 2005-10-12 Bill Wohler <wohler@newt.com>
641
642 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
643 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
644 files in MH-E-SRC have been updated.
645 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
646
647 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
648
649 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
650 (mixal-mode-syntax-table): Add \n as end-comment.
651 (mixal-operation-codes-alist): Immediately initialize to full value.
652 (mixal-add-operation-code): Remove.
653 (mixal-describe-operation-code): Make the arg non-optional.
654 Use the interactive spec instead.
655 Use mixal-operation-codes-alist rather than mixal-operation-codes.
656 (mixal-font-lock-keywords): Don't highlight comments here any more.
657 (mixal-font-lock-syntactic-keywords): New var.
658 (mixal-mode): Use it. Fix comment-start-skip.
659
660 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
661
662 * startup.el (command-line-x-option-alist): -nb => -nbi
663
664 2005-10-12 Kim F. Storm <storm@cua.dk>
665
666 * startup.el (fancy-splash-default-action): Discard mouse click in
667 the spash screen window, as it has no sensible meaning in the
668 next window to be selected. Fixes error reported by Jan D.
669
670 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
671
672 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
673
674 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
675
676 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
677 Try to fix up minor layout issues like indentation, line break, etc...
678 (mixal-mode-syntax-table): Don't try to specify comment syntax,
679 because it doesn't work.
680 (mixal-operation-codes): Add some more codes.
681 (mixal-font-lock-keywords): Process comments here.
682 (mixal-mode): mixasm no longer needs -g option.
683
684 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
685
686 * progmodes/sh-script.el (sh-tmp-file):
687 Use mktemp -t. Finish support for es and rc shells.
688
689 2005-10-11 Jay Belanger <belanger@truman.edu>
690
691 * calc/calcalg2.el (calc-integral): With an argument, compute the
692 definite integral.
693
694 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
695
696 * mouse.el (mouse-drag-region-1): Don't try to catch a
697 double-click when doing follow-link (it's overridden anyway).
698
699 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
700
701 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
702 (autoload-print-form-outbuf): Add docstring.
703
704 2005-10-11 Juri Linkov <juri@jurta.org>
705
706 * info.el (Info-mode-menu): Delete menu item "Edit".
707 (Info-mode): Delete description of Info-edit from docstring,
708 and rearrange descriptions of Info commands in the order
709 they are documented in the Info manual.
710
711 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 * calendar/appt.el (appt-check): Use diary-selective-display var.
714
715 2005-10-10 Richard M. Stallman <rms@gnu.org>
716
717 * net/newsticker.el (newsticker-start, newsticker-show-news):
718 Add autoload cookies.
719
720 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
721
722 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
723
724 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
725
726 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
727
728 2005-10-10 Jay Belanger <belanger@truman.edu>
729
730 * calc/calc-arith.el (math-check-known-scalarp)
731 (math-check-known-matrixp): Check the values of arguments that are
732 variables.
733 (math-check-known-square-matrixp): New function.
734 (math-known-square-matrixp): Use math-check-known-square-matrixp.
735 (math-super-types): Add sqmatrix type.
736
737 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
738 mode name `square' to 'sqmatrix'.
739
740 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
741 mode name `square' to 'sqmatrix'.
742
743 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 * progmodes/etags.el (select-tags-table-mode): Don't use
746 selective-display.
747 (tags-select-tags-table): Pass `button' to the action function.
748 (select-tags-table): Place the side-info on button properties rather
749 than in hidden text. Abbreviate file names.
750 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
751 (select-tags-table-select): Add `button' argument.
752 Get side-info from the button property rather than from hidden text.
753
754 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
755
756 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
757 (gud-speedbar-buttons): Preserve point if possible.
758 (gud-sentinel): Restore previous speedbar display type.
759
760 * progmodes/gdb-ui.el (gdba): Improve diagram.
761 (def-gdb-auto-update-handler, gdb-info-locals-handler)
762 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
763 Call get-buffer-window once.
764
765 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
766
767 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
768 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
769 (pascal-indent-command): Remove unused var `ind'.
770 (pascal-indent-case): Remove unused var `oldpos'.
771 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
772 since it's now used as a proper minor mode map.
773 (pascal-outline): Rename to pascal-outline-mode.
774 (pascal-outline-mode): Use define-minor-mode.
775 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
776 selective-display.
777
778 2005-10-10 Andreas Schwab <schwab@suse.de>
779
780 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
781 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
782
783 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
784 outside source directory.
785
786 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
787
788 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
789 C-x' as a prefix.
790 (orgtbl-mode-map): Full keymap instead of sparse, because all
791 `self-insert-command' keys are redefined in this map.
792 (org-export-as-html): Specify charset for HTML file, by taking it
793 from the coding system.
794
795 2005-10-10 Kenichi Handa <handa@m17n.org>
796
797 * textmodes/flyspell.el (flyspell-check-word-p):
798 If unread-command-events is non-empty, don't call sit-for.
799
800 2005-10-09 Richard M. Stallman <rms@gnu.org>
801
802 * font-lock.el (font-lock-syntactic-keywords)
803 (font-lock-keywords): Doc fixes.
804
805 * textmodes/flyspell.el (flyspell-external-point-words):
806 Simplify logic, and don't try to check for consecutive appearances
807 of one incorrect word.
808
809 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
810
811 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
812 separator.
813
814 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
815 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
816 (gud-expansion-speedbar-buttons): New function.
817 (gud-speedbar-buttons): Check for gud-comint-buffer.
818
819 2005-10-09 Bill Wohler <wohler@newt.com>
820
821 * Makefile.in (updates): Add mh-loaddefs dependency.
822
823 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
824
825 * speedbar.el (speedbar-file-key-map): Fix typo.
826
827 2005-10-09 Daniel Brockman <daniel@brockman.se>
828
829 * cus-start.el (line-spacing): Add custom spec.
830
831 2005-10-09 Romain Francoise <romain@orebokech.com>
832
833 * textmodes/ispell.el (ispell-check-version): Fix last change.
834
835 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
836
837 * term/x-win.el: Remove -i, --icon-type from comment.
838
839 * startup.el (command-line-x-option-alist): Remove options -i,
840 -itype, --icon-type, added -nb, --no-bitmap-icon
841
842 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
843
844 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
845 instead of :active.
846
847 2005-10-08 Eric Hanchrow <offby1@blarg.net>
848
849 * textmodes/ispell.el (ispell-check-version):
850 Ignore hyphen, and all that follows, in aspell's version text.
851
852 2005-10-08 Jay Belanger <belanger@truman.edu>
853
854 * calc/calc-arith.el (math-known-square-matrixp): New function.
855 (math-pow-fancy): Check for matrices before distributing exponent
856 across products.
857
858 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
859 fullscreen keypad. Suggested by Luc Teirlinck.
860 (calc-keypad-show-input): Add space for formatting.
861
862 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
863 Add square matrix option.
864
865 * calc/calc-poly.el (math-expand-term): Check for matrices instead
866 of checking calc-matrix-mode when deciding how to expand.
867
868 * calc/calc.el (calc-set-mode-line): Add square matrix option.
869
870 2005-10-08 Lars Hansen <larsh@soem.dk>
871
872 * net/tramp.el (tramp-perl-directory-files-and-attributes):
873 Add error handling.
874 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
875
876 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
877
878 Sync with Tramp 2.0.51.
879
880 * net/tramp.el (tramp-handle-set-visited-file-modtime)
881 (tramp-handle-insert-file-contents, tramp-handle-write-region):
882 Insert special handling for `last-coding-system-used', again
883 it still seems to be necessary (unlike stated before).
884 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
885 (tramp-password-prompt-regexp): There might be other words before
886 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
887 (tramp-chunksize): Improve docstring.
888 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
889 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
890 Christian Joergensen <bugs@razor.dk>.
891
892 2005-10-07 Glenn Morris <rgm@gnu.org>
893
894 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
895 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
896 precision'.
897
898 2005-10-07 Romain Francoise <romain@orebokech.com>
899
900 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
901 (ibuffer-do-shell-command-pipe-replace)
902 (ibuffer-do-shell-command-file, ibuffer-do-eval)
903 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
904 (ibuffer-do-revert, ibuffer-do-replace-regexp)
905 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
906 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
907 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
908 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
909 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
910 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
911 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
912 Autoload file sans suffix.
913
914 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
915
916 2005-10-07 David Ponce <david@dponce.com>
917
918 * recentf.el (recentf-menu-open-all-flag): New option.
919 (recentf-digit-shortcut-command-name): New function.
920 (recentf--shortcuts-keymap): New variable.
921 (recentf-menu-shortcuts): New variable.
922 (recentf-make-menu-items): Initialize it. Replace the "More..."
923 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
924 (recentf-menu-value-shortcut): New function.
925 (recentf-make-menu-item): Use it. No more in-lined.
926 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
927 (recentf-open-most-recent-file): Rename from
928 `recentf-open-file-with-key'. Don't depend on key binding.
929 (recentf-mode-map): New variable.
930 (recentf-mode): Use it.
931
932 2005-10-06 Bill Wohler <wohler@newt.com>
933
934 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
935
936 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
937 (MH-E-SRC): New. Used by mh-autoloads.
938 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
939 files in MH-E-SRC have been updated.
940 (compile, recompile, bootstrap): Depend on mh-autoloads.
941
942 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
943
944 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
945 gud-break and gud-remove icons when the fringe is not available.
946
947 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
948 Typo.
949
950 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
951
952 * play/zone.el (zone): Wrap body with save-window-excursion.
953
954 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
957 Use the new `list-only' arg to diary-list-entries.
958
959 * calendar/diary-lib.el: Use overlays rather than selective-display.
960 (diary-selective-display): New var.
961 (diary-header-line-format): Use it.
962 (diary-list-entries): Add argument `list-only'.
963 Put the buffer in diary-mode. Don't add \^M at beg and end.
964 Replace \^M by invisible overlays.
965 (diary-unhide-everything): Replace \^M by invisible overlays.
966 (print-diary-entries): Look for overlays rather than \^M.
967 Add a space to the temp buffer name.
968 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
969 Put the buffer in diary-mode.
970 (list-sexp-diary-entries): Replace \^M by invisible overlays.
971 (diary-anniversary): Make the year arg optional.
972 (diary-time-regexp): New const.
973 (diary-font-lock-keywords): Use it to accept a few more time formats.
974
975 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
976
977 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
978
979 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
980 Fix bug introduced 2005-07-03: Use (car (last ...))
981 to faithfully reproduce replaced artist-last.
982 (artist-set-arrow-points-for-poly): Likewise.
983 Suggested by Johan Bockg\e,Ae\e(Brd.
984
985 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
986
987 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
988 * wid-edit.el (widget):
989 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
990 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
991
992 2005-10-06 Kenichi Handa <handa@m17n.org>
993
994 * international/mule-cmds.el (set-language-environment):
995 Fix setting up of case-table for unibyte mode.
996
997 * simple.el (what-cursor-position): If the character is displayed
998 by some `display' text property, show that. Don't use
999 single-key-description for eight-bit characters in multibyte mode.
1000
1001 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
1002
1003 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
1004 (gdb-ann3): Set it.
1005 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
1006 (gdb-info-frames-custom): Use inverse-video for first five
1007 characters of selected frame only.
1008 (gdb-get-frame-number): Select frame even when point is on frame
1009 number.
1010
1011 2005-10-06 Masatake YAMATO <jet@gyve.org>
1012
1013 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
1014 Put `font-lock-function-name-face'.
1015 (gdb-info-frames-custom): Put `font-lock-function-name-face'
1016 and `font-lock-variable-name-face'
1017 (gdb-registers-font-lock-keywords): New font lock keywords definition.
1018 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
1019 (gdb-memory-font-lock-keywords): New font lock keywords definition.
1020 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
1021 (gdb-local-font-lock-keywords): New font lock keywords definition.
1022 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
1023 (gdb-threads-font-lock-keywords): New font lock keywords definition.
1024 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
1025
1026 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
1027
1028 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
1029 (ediff-merge-region-is-non-clash-to-skip): Previously called
1030 ediff-merge-region-is-non-clash.
1031
1032 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
1033 Use insert-buffer-substring.
1034
1035 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
1036 selecting files to patch. Also bug fixes.
1037
1038 * ediff-util.el (ediff-setup): Bug fix.
1039 (ediff-next-difference): Never skip clashes that differ in white
1040 space only.
1041
1042 * ediff-wind.el (ediff-setup-control-frame)
1043 (ediff-destroy-control-frame): Check the menubar feature.
1044
1045 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
1046 (viper-refresh-mode-line): Use make-local-variable to localize
1047 some vars instead of make-variable-buffer-local. Suggested by
1048 Stefan Monnier.
1049
1050 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
1051 (viper-restore-cursor-type, viper-set-insert-cursor-type):
1052 Use make-local-variable instead of make-variable-buffer-local.
1053 Suggested by Stefan Monnier.
1054
1055 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
1056 (viper-comint-mode-hook): Use make-local-variable on
1057 require-final-newline.
1058 (viper-non-hook-settings): Don't use make-variable-buffer-local.
1059
1060 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1061
1062 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
1063 also the second char of a comment-start sequence.
1064 (scheme-sexp-comment-syntax-table): New var.
1065 (lambda, define): Set their scheme-doc-string-elt property.
1066 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
1067 Use lisp-font-lock-syntactic-face-function now that it properly
1068 handles |...| symbols.
1069 (scheme-mode-variables): Set lisp-doc-string-elt-property,
1070 parse-sexp-lookup-properties and font-lock-extra-managed-props.
1071
1072 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
1073 bit from # to |.
1074 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
1075
1076 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
1077 (lisp-doc-string-elt-property): New var.
1078 (lisp-font-lock-syntactic-face-function): Use it.
1079 Rewrite to recognize docstrings even for forms not at toplevel.
1080
1081 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
1082 annotation on the | part of #| rather than on the # part.
1083 (scheme-font-lock-syntactic-face-function): New function, to
1084 distinguish strings from |...| symbols.
1085 (scheme-mode-variables): Use it. Also fix up the font-lock-time
1086 syntax-table so that #|...|# is properly highlighted.
1087
1088 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
1089 Don't mark as docstring the 3rd elem of an unknown toplevel form.
1090
1091 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1092
1093 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
1094 and C-e.
1095
1096 * emacs-lisp/eldoc.el: Move comments into docstrings.
1097 (eldoc-message-commands): Initialize in its declaration.
1098 Add move-beginning-of-line and move-end-of-line.
1099 (eldoc-add-command, eldoc-add-command-completions)
1100 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
1101
1102 * outline.el (outline-mark-subtree): Activate the mark.
1103
1104 * calendar/appt.el (appt-time-regexp): New var.
1105 (appt-add, appt-make-list): Use it.
1106 (appt-convert-time): Clean up.
1107
1108 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
1109 Don't set any syntax-table property here.
1110 (tex-font-lock-verb): New function. Do it here.
1111 (tex-font-lock-syntactic-keywords): Use it.
1112
1113 2005-10-04 Richard M. Stallman <rms@gnu.org>
1114
1115 * wid-edit.el (widget-file-complete): Get the widget start point
1116 the right way. Default directory to `/' if file has none.
1117
1118 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
1119
1120 * textmodes/flyspell.el (flyspell-mode-on):
1121 Call ispell-maybe-find-aspell-dictionaries.
1122
1123 * textmodes/ispell.el (ispell-word, ispell-region):
1124 Call ispell-maybe-find-aspell-dictionaries.
1125 (ispell-accept-buffer-local-defs):
1126 Don't call ispell-maybe-find-aspell-dictionaries
1127
1128 2005-10-04 Richard M. Stallman <rms@gnu.org>
1129
1130 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
1131
1132 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
1133
1134 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
1135 instead of `fboundp' in order to allow for anonymous functions.
1136
1137 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
1138
1139 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
1140 case the user clicks on the link while another window is selected.
1141 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
1142
1143 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
1144 functionality.
1145 (dframe-help-echo): Save point in case mouse tracking is off.
1146
1147 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
1148
1149 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
1150
1151 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1152
1153 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
1154 not change the global value of those vars.
1155
1156 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
1157 make-local-variable which we do not need any more.
1158
1159 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
1160
1161 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
1162 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
1163 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
1164 (speedbar-path-line): Define obsolete aliases.
1165 (speedbar-line-directory): Doc fix.
1166
1167 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
1168 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
1169 instead of speedbar-line-path.
1170
1171 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1172
1173 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
1174 to nil if dropping on a window. Handle dropping on a minibuffer window
1175 like dropping on a non-window part of Emacs.
1176
1177 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1178
1179 * net/ange-ftp.el: Use with-current-buffer.
1180 (ange-ftp-insert-directory): Do not follow symlinks any more.
1181
1182 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1183 Remove interactive spec.
1184
1185 2005-10-03 Kim F. Storm <storm@cua.dk>
1186
1187 * ido.el (ido-mode): Use custom-initialize-set.
1188
1189 2005-10-02 Richard M. Stallman <rms@gnu.org>
1190
1191 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
1192 Use insert-buffer-substring.
1193
1194 * net/tramp.el: Pacify byte compiler warnings in pacification code.
1195 (tramp-handle-file-local-copy): Use insert-buffer-substring.
1196
1197 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1198
1199 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
1200 in last change.
1201 (ange-ftp-insert-directory): Fix up the search for the case where
1202 `file' is absolute.
1203
1204 2005-10-02 Romain Francoise <romain@orebokech.com>
1205
1206 * progmodes/compile.el (compile-goto-error): Delete extra paren.
1207
1208 2005-10-02 Andreas Schwab <schwab@suse.de>
1209
1210 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
1211 directory component in the session info.
1212
1213 2005-10-01 Richard M. Stallman <rms@gnu.org>
1214
1215 * comint.el (comint-redirect-subvert-readonly): Doc fix.
1216
1217 * simple.el (next-error-internal): New function.
1218
1219 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
1220 (compilation-start): Pass new arg to compilation-buffer-name.
1221 (compile-goto-error): Use next-error-internal.
1222
1223 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1224
1225 * speedbar.el: Remove RCS tag.
1226 (speedbar-check-read-only): Handle non-existent files.
1227
1228 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
1229
1230 * info.el (Info-speedbar-hierarchy-buttons)
1231 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
1232
1233 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1234
1235 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
1236 Do not match newline.
1237 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
1238 (bibtex-summary): Remove unnecessary save-excursion.
1239 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
1240
1241 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1242
1243 * term/mac-win.el: Add charset info for "iso10646-1".
1244 Modify default fontset to use ATSUI-compatible fonts for some charsets
1245 if available.
1246
1247 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1248
1249 * speedbar.el: Re-apply arch tag.
1250 (speedbar-version): Rename to version 1.0. Suggested by Eric
1251 M. Ludlam.
1252 Reapply two changes from Emacs CVS' version of speedbar lost
1253 during the merge:
1254 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
1255 (speedbar-frame-parameters): Improve customize type.
1256
1257 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1258
1259 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
1260 (ange-ftp-file-directory-p): Fix the symlink case.
1261 (ange-ftp-insert-directory): When listing a single file, get a list of
1262 the parent buffer and extract the relevant line. Inspired from a patch
1263 by Katsumi Yamaoka <yamaoka@jpl.org>.
1264 (ange-ftp-file-name-sans-versions): Simplify.
1265
1266 2005-09-30 Bill Wohler <wohler@newt.com>
1267
1268 Move MH-E image files from toolbar and mail directories into
1269 etc/images.
1270
1271 * mail/reply2.*: Move to etc/images/mail/reply*.
1272
1273 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
1274 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
1275 etc/images.
1276
1277 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
1278 * toolbar/reply*: Move to etc/images/mail.
1279
1280 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
1281
1282 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
1283
1284 * speedbar.el: New version 1.0pre3.
1285
1286 Frame management code (including timer, and mouse click specifics)
1287 moved to dframe.el:
1288 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
1289 (speedbar-timer): Removed. Use dframe-timer.
1290 (speedbar-close-frame): Removed. Use dframe-close-frame.
1291 (speedbar-activity-change-focus-flag): Removed. Use
1292 dframe-activity-change-focus-flag.
1293 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
1294 dframe-update-speed.
1295
1296 (speedbar-current-frame): New macro. Use this instead of the
1297 variable speedbar-frame.
1298
1299 (speedbar-use-images, speedbar-expand-image-button-alist)
1300 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1301
1302 (speedbar-find-image-on-load-path): Removed. Replaced by
1303 defezimage in ezimage.el.
1304 (speedbar-expand-image-button-alist): Removed. Replaced by
1305 ezimage-expand-image-button-alist in ezimage.el.
1306
1307 (speedbar-ignored-directory-regexp)
1308 (speedbar-add-ignored-directory-regexp)
1309 (speedbar-ignored-directory-expressions)
1310 (speedbar-line-directory, speedbar-buffers-line-directory)
1311 (speedbar-directory-line, speedbar-buffers-line-directory):
1312 Renamed, replacing `path' with `directory'.
1313
1314 (speedbar-create-directory, speedbar-expand-line-descendants)
1315 (speedbar-toggle-line-expansion)
1316 (speedbar-contract-line-descendants): New commands.
1317
1318 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1319 (speedbar-use-tool-tips-flag): New options.
1320
1321 (speedbar-check-read-only, speedbar-require-version)
1322 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1323 (speedbar-handle-delete-frame, speedbar-try-completion)
1324 (speedbar-update-localized-contents): New functions.
1325
1326 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1327 (speedbar-object-read-only-indicator): New variables.
1328
1329 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1330 New hooks.
1331
1332 (speedbar-separator-face): New face.
1333
1334 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1335 (speedbar-ignored-modes): Add fundamental-mode.
1336 (speedbar-directory-unshown-regexp): Add . directories.
1337
1338 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1339 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1340 `]' for full expand/close.
1341 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1342
1343 (speedbar-check-vc): Support hidden files.
1344 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1345 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1346 state is nil, it is not checked out.
1347
1348 (speedbar-line-text, speedbar-line-token): Support expand buttons
1349 with no text.
1350 (speedbar-refresh): Universal argument acts as power-click.
1351 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1352 that buffer to get variable values.
1353
1354 And many other bugfixes.
1355
1356 * dframe.el, ezimage.el, sb-image.el: New files.
1357
1358 * sb-*.xpm: Remove files. New image files installed into
1359 etc/images/ezimage.
1360
1361 2005-09-30 Kenichi Handa <handa@m17n.org>
1362
1363 * ps-mule.el (ps-mule-show-warning): If a character is in
1364 ps-print-translation-table, don't treat it as non-printable.
1365
1366 2005-09-30 David Ponce <david@dponce.com>
1367
1368 * tree-widget.el (tree-widget-themes-load-path): New variable.
1369 (tree-widget-themes-directory): Doc fix.
1370 (tree-widget-image-formats) [Emacs]: Doc fix.
1371 (tree-widget--locate-sub-directory): New function.
1372 (tree-widget-themes-directory): Use it.
1373
1374 * recentf.el (recentf-filename-handlers): Rename from
1375 `recentf-filename-handler'. Allow a list of functions.
1376 (recentf-menu-items-for-commands): Fix :help strings.
1377 (recentf-apply-filename-handlers): New function.
1378 (recentf-expand-file-name): Use it.
1379 (recentf-cleanup): Remove duplicates too.
1380
1381 2005-09-29 Juri Linkov <juri@jurta.org>
1382
1383 * faces.el: Rearrange face definitions to be in the same order as
1384 their face descriptions in "(emacs)Standard Faces".
1385
1386 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1387
1388 * tooltip.el (tooltip): Add group `basic-faces'.
1389
1390 * buff-menu.el (Buffer-menu-buffer): Remove group
1391 `font-lock-highlighting-faces'.
1392
1393 * progmodes/compile.el (compilation-error, compilation-warning)
1394 (compilation-info, compilation-line-number, compilation-column-number):
1395 Change group from `font-lock-highlighting-faces' to `compilation'.
1396
1397 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1398 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1399 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1400 (vhdl-font-lock-reserved-words-face)
1401 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1402 `font-lock-highlighting-faces'.
1403
1404 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1405
1406 2005-09-28 Kim F. Storm <storm@cua.dk>
1407
1408 * emulation/cua-base.el: Set CUA move property on additional commands:
1409 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1410 forward-sexp, backward-sexp, forward-list, backward-list.
1411
1412 2005-09-28 Romain Francoise <romain@orebokech.com>
1413
1414 * comint.el (comint-show-output): Really set point at the
1415 beginning of the output when not using `comint-use-prompt-regexp'.
1416
1417 2005-09-27 Jay Belanger <belanger@truman.edu>
1418
1419 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1420 in TeX mode.
1421
1422 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1423
1424 * textmodes/org.el (org-table-sum): Fix format string.
1425
1426 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1427 Quote face names.
1428
1429 2005-09-26 Romain Francoise <romain@orebokech.com>
1430
1431 * isearch.el (isearch-forward-regexp): Close doc string.
1432
1433 2005-09-25 Richard M. Stallman <rms@gnu.org>
1434
1435 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1436
1437 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1438
1439 * progmodes/compile.el (compilation-error-properties):
1440 When getting the file from the previous error message,
1441 correctly decode the new data format.
1442
1443 * progmodes/cc-cmds.el (c-electric-paren):
1444 Call old-blink-paren only for close-paren.
1445
1446 2005-09-24 Andreas Schwab <schwab@suse.de>
1447
1448 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1449 condition.
1450
1451 2005-09-25 Romain Francoise <romain@orebokech.com>
1452
1453 * dired-aux.el (dired-copy-file-recursive):
1454 * dired.el (dired-delete-file):
1455 * ediff-mult.el (ediff-dir-diff-copy-file):
1456 * ediff-util.el (ediff-test-save-region):
1457 * forms.el (forms-mode):
1458 * ido.el (ido-file-internal, ido-delete-file-at-head):
1459 * log-edit.el (log-edit-done):
1460 * ses.el (ses-yank-resize):
1461 * play/gomoku.el (gomoku-human-plays, gomoku)
1462 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1463 (gomoku-offer-a-draw):
1464 * play/landmark.el (lm-human-resigns, lm):
1465 * net/eudcb-ldap.el (eudc-ldap-check-base):
1466 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1467 * progmodes/ebrowse.el (ebrowse-find-pattern):
1468 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1469 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1470 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1471
1472 * vc.el (vc-delete-file):
1473 * play/gomoku.el (gomoku-terminate-game, gomoku)
1474 (gomoku-prompt-for-move, gomoku-human-takes-back):
1475 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1476 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1477
1478 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1479
1480 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1481 color rxvt terminals by using the code xterm.el used to use before
1482 2005-04-09 in order to match the colors used by rxvt.
1483
1484 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1485
1486 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1487 colors rxvt-unicode terminals by using the same code as xterm.el.
1488
1489 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1490
1491 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1492 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1493 new symbol used for the tex-verbatim face.
1494
1495 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1496
1497 * woman.el (woman-file-name):
1498 * wid-edit.el (widget-file-prompt-value)
1499 (widget-coding-system-prompt-value):
1500 * w32-fns.el (set-w32-system-coding-system):
1501 * vc.el (vc-version-diff, vc-annotate):
1502 * textmodes/reftex-auc.el (reftex-arg-cite)
1503 (reftex-arg-index-tag):
1504 * textmodes/refer.el (refer-get-bib-files):
1505 * textmodes/artist.el (artist-figlet-choose-font):
1506 * terminal.el (terminal-emulator):
1507 * replace.el (occur-read-primary-args):
1508 * rect.el (string-rectangle, string-insert-rectangle):
1509 * ps-print.el (ps-print-preprint):
1510 * progmodes/pascal.el (pascal-goto-defun):
1511 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1512 * progmodes/compile.el (compilation-find-file):
1513 * printing.el (pr-interactive-n-up):
1514 * play/animate.el (animate-birthday-present):
1515 * net/rcompile.el (remote-compile):
1516 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1517 * mail/rmailsum.el (rmail-summary-search-backward)
1518 (rmail-summary-search):
1519 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1520 (rmail-output-read-file-name):
1521 * mail/rmail.el (rmail-search, rmail-search-backwards):
1522 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1523 * locate.el (locate):
1524 * international/quail.el (quail-show-keyboard-layout):
1525 * international/mule.el (set-buffer-file-coding-system)
1526 (revert-buffer-with-coding-system, set-file-name-coding-system)
1527 (set-terminal-coding-system, set-keyboard-coding-system)
1528 (set-next-selection-coding-system):
1529 * international/mule-diag.el (describe-coding-system)
1530 (describe-font, describe-fontset):
1531 * international/mule-cmds.el (universal-coding-system-argument)
1532 (search-unencodable-char, describe-input-method)
1533 (set-language-environment, describe-language-environment):
1534 * international/codepage.el (codepage-setup):
1535 * international/code-pages.el (codepage-setup):
1536 * info.el (Info-search, Info-follow-reference)
1537 (Info-search-backward):
1538 * emacs-lisp/advice.el (ad-read-advised-function)
1539 (ad-read-advice-class, ad-clear-cache, ad-activate)
1540 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1541 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1542 (ad-read-regexp):
1543 * ediff-util.el (ediff-toggle-regexp-match):
1544 * ediff-ptch.el (ediff-prompt-for-patch-file):
1545 * dired-aux.el (dired-diff):
1546 * diff.el (diff):
1547 * cus-edit.el (custom-variable-prompt):
1548 * calendar/timeclock.el (timeclock-ask-for-project):
1549 * calc/calcalg3.el (calc-get-fit-variables):
1550 * calc/calc-store.el (calc-edit-variable)
1551 (calc-permanent-variable):
1552 * vc-mcvs.el (vc-mcvs-register):
1553 * shadowfile.el (shadow-define-literal-group):
1554 * woman.el (woman-file-name):
1555 * vc.el (vc-version-diff, vc-merge):
1556 * textmodes/reftex-index.el (reftex-index-complete-tag):
1557 * format.el (format-decode-buffer, format-decode-region):
1558 * emulation/viper-cmd.el (viper-read-string-with-history):
1559 * emacs-lisp/debug.el (cancel-debug-on-entry):
1560 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1561 * ediff.el (ediff-merge-revisions)
1562 (ediff-merge-revisions-with-ancestor, ediff-revision):
1563 * completion.el (interactive-completion-string-reader):
1564 * calc/calc-prog.el (calc-user-define-formula):
1565 Follow convention for reading with the minibuffer.
1566
1567 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1568
1569 * progmodes/python.el (python-describe-symbol): Add globals() and
1570 locals() to the arguments of emacs.ehelp.
1571
1572 2005-09-24 Magnus Henoch <mange@freemail.hu>
1573
1574 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1575 New function, code extracted from ispell-valid-dictionary-list.
1576 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1577 Call it.
1578
1579 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1580
1581 * subr.el (version-regexp-alist): Extend valid syntax for version
1582 strings: allow any of the characters -,_,+ to separate the
1583 alpha/beta/rc part from the version part. Doc fix.
1584 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1585
1586 2005-09-23 David Reitter <david.reitter@gmail.com>
1587
1588 * mail/mailclient.el: New file.
1589
1590 2005-09-23 Richard M. Stallman <rms@gnu.org>
1591
1592 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1593 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1594 Doc fixes.
1595
1596 * progmodes/cc-mode.el (c-font-lock-init):
1597 Specify font-lock-lines-before.
1598
1599 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1602 whole conflict.
1603
1604 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1605
1606 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1607 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1608 of `remap' feature when available. Additional key bindings for
1609 better tty support.
1610 (org-mode-restart, org-force-self-insert): New commands.
1611 (org-time-stamp-inactive): New command.
1612 (org-remap): New function.
1613 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1614 (org-enable-fixed-width-editor): Move to `org-structure'
1615 customization group.
1616 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1617 blank field after field motion commands.
1618
1619 2005-09-23 Kenichi Handa <handa@m17n.org>
1620
1621 * international/mule-cmds.el (set-language-environment):
1622 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1623 have to call utf-translate-cjk-load-tables.
1624
1625 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1626
1627 * mouse.el (mouse-move-drag-overlay): Fix last change.
1628
1629 2005-09-22 David Ponce <david@dponce.com>
1630
1631 * tree-widget.el (tree-widget-value-create): Fix previous change.
1632
1633 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1634
1635 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1636
1637 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1638
1639 * mouse.el (mouse-move-drag-overlay): New function.
1640 (mouse-drag-region-1): Use it.
1641 Try to simplify a bit the state handling. Handle clicks on links
1642 inside intangible areas.
1643 (mouse-save-then-kill): Minor simplification.
1644 (mouse-secondary-overlay): Make it always non-nil instead of
1645 recreating it each time.
1646 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1647 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1648 Simplify accordingly.
1649
1650 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1651
1652 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1653
1654 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1655
1656 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1657 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1658 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1659 to patch.
1660
1661 * ediff-util.el: Use insert-buffer-substring.
1662
1663 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1664
1665 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1666 field boundaries in the minibuffer.
1667 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1668 (viper-minibuffer-post-command-hook): New hook.
1669 (viper-line): Don't move cursor at bolp.
1670
1671 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1672
1673 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1674 avoid compiler warnings.
1675
1676 * emulation/viper-macs.el (ex-map): Better messages.
1677
1678 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1679
1680 * emulation/viper.el: Replace make-variable-buffer-local with
1681 viper-make-variable-buffer-local everywhere, to avoid warnings.
1682
1683 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1684
1685 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1686 Delete unused var `old-selected-window'.
1687 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1688 (mouse-drag-secondary): Delete unused var `start-frame'.
1689
1690 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1691
1692 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1693
1694 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1695
1696 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1697 Re-indent within 80 columns. Use inhibit-read-only.
1698
1699 2005-09-19 Romain Francoise <romain@orebokech.com>
1700
1701 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1702
1703 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1704
1705 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1706 unconditionally, since the after-change-function already did it.
1707
1708 2005-09-19 Miles Bader <miles@gnu.org>
1709
1710 * net/newsticker.el: Get rid of CVS keyword.
1711
1712 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1713
1714 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1715 The prompt is formatted later.
1716
1717 2005-09-19 David Ponce <david@dponce.com>
1718
1719 * tree-widget.el (tree-widget-value-create): Save the converted
1720 tree :node widget.
1721
1722 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1723
1724 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1725 variable `message'.
1726
1727 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1728
1729 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1730 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1731 <slawomir.nowaczyk.847@student.lu.se>.
1732
1733 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1734
1735 * image.el (image-load-path): Use symbol `data-directory' instead
1736 of its value, for backward compatibility with packages that bind
1737 it during `find-image'. Suggested by Katsumi Yamaoka.
1738 (image-search-load-path): Handle symbols whose values are strings.
1739
1740 2005-09-18 Romain Francoise <romain@orebokech.com>
1741
1742 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1743 with-current-buffer form in save-excursion.
1744
1745 2005-09-18 D Goel <deego@gnufans.org>
1746
1747 * apropos.el (apropos-command): Fix `message' call: first arg
1748 should be a format spec. In this and all other cases that appear
1749 below and elsewhere in the source code, I made a change only when
1750 two conditions were satisfied: [1] I can think of a possibility
1751 that the arguments would cause an error, for example, the code in
1752 question relies on external variables such as filenames. [2] I
1753 was sure that the arg to `message' could not have been nil in the code.
1754
1755 * textmodes/tildify.el (tildify-region): Ditto.
1756
1757 * textmodes/reftex-index.el (reftex-index-change-entry)
1758 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1759 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1760 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1761 (org-priority, org-table-sum):
1762 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1763 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1764 (flyspell-word, flyspell-display-next-corrections):
1765 * textmodes/bibtex.el (bibtex-print-help-message):
1766 * textmodes/artist.el (artist-key-set-point-poly):
1767 * term/mac-win.el (mac-services-insert-text):
1768 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1769 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1770 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1771 (vhdl-compose-configuration):
1772 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1773 (sh-set-indent, sh-learn-line-indent):
1774 * progmodes/ps-mode.el (ps-mode-target-column):
1775 * progmodes/idlwave.el (idlwave-make-tags)
1776 (idlwave-scan-library-catalogs):
1777 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1778 * progmodes/gud.el (gud-jdb-analyze-source):
1779 * progmodes/flymake.el (flymake-log):
1780 * progmodes/ebnf2ps.el (ebnf-generate-region):
1781 * progmodes/cmacexp.el (c-macro-expansion):
1782 * progmodes/ada-xref.el (ada-treat-cmd-string):
1783 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1784 (ada-justified-indent-current, ada-batch-reformat):
1785 * play/zone.el (zone):
1786 * play/landmark.el (lm-move):
1787 * play/decipher.el (decipher-show-alphabet):
1788 * net/newsticker.el (newsticker--display-jump)
1789 (newsticker--display-scroll):
1790 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1791 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1792 * mail/feedmail.el (feedmail-dump-message-to-queue):
1793 * eshell/esh-proc.el (eshell-remove-process-entry):
1794 * emulation/ws-mode.el (ws-last-error):
1795 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1796 (viper-record-kbd-macro):
1797 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1798 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1799 * emacs-lisp/find-func.el (find-function-noselect):
1800 * calendar/timeclock.el (timeclock-status-string)
1801 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1802 (timeclock-when-to-leave-string):
1803 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1804 * calc/calc-units.el (calc-enter-units-table):
1805 * calc/calc-mode.el (calc-mode-record-mode):
1806 * woman.el (woman-mini-help):
1807 * wdired.el (wdired-change-to-wdired-mode):
1808 * vc.el (vc-retrieve-snapshot):
1809 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1810 * startup.el (display-startup-echo-area-message):
1811 * simple.el (set-goal-column):
1812 * ses.el (ses-command-hook, ses-recalculate-cell):
1813 * server.el (server-process-filter):
1814 * printing.el (pr-interface-txt-print, pr-interface-printify)
1815 (pr-interface-ps):
1816 * pcvs.el (cvs-help):
1817 * log-edit.el (log-edit, log-edit-mode-help):
1818 * iswitchb.el (iswitchb-possible-new-buffer):
1819 * isearch.el (isearch-edit-string):
1820 * image-mode.el (image-mode, image-minor-mode):
1821 * ibuf-macs.el (define-ibuffer-filter):
1822 * hi-lock.el (hi-lock-find-patterns):
1823 * files.el (toggle-read-only):
1824 * ediff-util.el (ediff-copy-diff)
1825 (ediff-write-merge-buffer-and-maybe-kill):
1826 * echistory.el (Electric-history-undefined):
1827 * dnd.el (dnd-insert-text):
1828 * dired-aux.el (dired-query):
1829 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1830 * bookmark.el (bookmark-bmenu-locate):
1831 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1832 Fix `message' calls to ensure first arg is a format string.
1833 The change was made only when these two conditions were satisfied:
1834 [1] when there is a possibility that the arguments would cause an error
1835 for example, if the code in question relies on external variables
1836 such as filenames, and
1837 [2] if the arg to `message' could not have been nil in the code.
1838
1839 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1840 Not having a %s would be weird, though not technically wrong.
1841
1842 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1843
1844 * term/mac-win.el (mac-add-charset-info): Doc fix.
1845
1846 2005-09-17 Romain Francoise <romain@orebokech.com>
1847
1848 * shell.el (shell-resync-dirs): Handle echoing processes more
1849 reliably. Don't insert resync command if `comint-process-echoes'
1850 is non-nil.
1851
1852 2005-09-17 Magnus Henoch <mange@freemail.hu>
1853
1854 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1855 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1856 aspell versions >= 0.60.
1857 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1858 only if ispell-aspell-supports-utf8 is non-nil.
1859
1860 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1861
1862 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1863 buffer-local value to lisp-indent-function.
1864
1865 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1866
1867 * progmodes/glasses.el (glasses-make-readable): If
1868 glasses-separator differs from underscore, put appropriate
1869 overlays over underscore characters.
1870 (glasses-convert-to-unreadable): If glasses-separator differs from
1871 underscore, try to convert glasses-separator characters to
1872 underscores.
1873
1874 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1875
1876 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1877 Use with-syntax-table and dolist.
1878
1879 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1880
1881 * textmodes/reftex-auc.el:
1882 * textmodes/reftex-cite.el:
1883 * textmodes/reftex-dcr.el:
1884 * textmodes/reftex-global.el:
1885 * textmodes/reftex-parse.el:
1886 * textmodes/reftex-ref.el:
1887 * textmodes/reftex-sel.el:
1888 * textmodes/reftex-toc.el:
1889 * textmodes/reftex-vars.el:
1890 * textmodes/reftex.el: Small changes to remove compiler warnings.
1891
1892 * textmodes/reftex-index.el: Likewise.
1893 (reftex-query-index-phrase): More efficient use of markers.
1894
1895 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1896
1897 * image.el (image-load-path): New variable.
1898 (image-search-load-path): New function.
1899 (find-image): Search for images in `image-load-path'.
1900
1901 2005-09-15 Richard M. Stallman <rms@gnu.org>
1902
1903 * follow.el: Change Maintainer field.
1904
1905 2005-09-15 David Ponce <david@dponce.com>
1906
1907 * recentf.el (recentf-save-file-modes): New option.
1908 (recentf-save-list): Use it.
1909
1910 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1911
1912 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1913 (mode-line-mule-info, mode-line-modified): Move bindings from
1914 mouse-3 to mouse-1.
1915
1916 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1917
1918 * simple.el (sendmail-user-agent-compose): Revert last change.
1919
1920 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1921
1922 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1923 Use with-current-buffer.
1924 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1925 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1926 (ange-ftp-insert-directory): Remove unused var `short'.
1927 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1928
1929 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1930 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1931
1932 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1933 (check-calendar-holidays, diary-list-entries): Autoload.
1934 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1935 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1936
1937 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1938 which mistakenly removed a call to display-buffer.
1939
1940 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1941
1942 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1943
1944 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1945
1946 * progmodes/hideshow.el
1947 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1948 (hs-allow-nesting): New user var.
1949 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1950 (hs-hide-block-at-point): When nesting allowed,
1951 if there is already an overlay in place, delete it.
1952 (hs-safety-is-job-n): Delete func; remove call sites.
1953 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1954 (hs-overlay-at): New func.
1955 (hs-already-hidden-p, hs-show-block): Use it.
1956 (hs-hide-all): Don't pre-clean if nesting allowed.
1957 (hs-show-all): Temporarily disallow
1958 nesting around call to `hs-discard-overlays'.
1959
1960 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1961
1962 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1963 Delete unused local var.
1964
1965 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1966
1967 * help-fns.el (describe-categories): "?\ " -> "?\s".
1968 (help-do-arg-highlight): Recognize also ARG-n, as in
1969 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1970
1971 * international/codepage.el (dos-unsupported-char-glyph):
1972 * net/newsticker.el (tool-bar-map, w3-mode-map)
1973 (w3m-minor-mode-map):
1974 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1975 (ent-alist):
1976 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1977
1978 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1979
1980 * custom.el (custom-push-theme): Handle the case where a symbol is
1981 bound but face properties have not yet been assigned.
1982
1983 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1984 Fix behavior if noerase is `t' and there is no mail buffer.
1985
1986 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1987 if `continue' is nil, rather than signal an error.
1988
1989 2005-09-12 Richard M. Stallman <rms@gnu.org>
1990
1991 * font-lock.el (font-lock-keywords): Add autoload.
1992
1993 * help-fns.el (describe-variable): Rearrange to put source link
1994 in a predictable place.
1995
1996 * net/newsticker.el: New file.
1997
1998 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1999
2000 * calendar/calendar.el (calendar-for-loop): Add edebug info.
2001 (calendar-basic-setup): Use the new nil arg.
2002 (number-of-diary-entries): Move to diary-lib.el.
2003
2004 * calendar/diary-lib.el: Use with-current-buffer, match-string.
2005 (diary-list-entries): Use with-syntax-table and dolist.
2006 Rename from list-diary-entries.
2007 Use number-of-diary-entries if `number' is nil.
2008 (diary, diary-view-entries): Use this new name and new nil arg value.
2009 (number-of-diary-entries): Move from calendar.el.
2010 (diary-unhide-everything): New function.
2011 (include-other-diary-files, fancy-diary-display)
2012 (diary-show-all-entries, make-diary-entry): Use it.
2013 (diary-mail-entries): Use buffer-string.
2014 (mark-diary-entries): Fix long standing paren typo.
2015 (diary-sexp-entry): Use count-lines.
2016 (make-diary-entry): Avoid `previous-line'.
2017 (diary-mode-map): New var.
2018 (diary-mode): Redraw cal after saving. Setup header-line.
2019 (fancy-diary-display-mode): Use local-set-key.
2020
2021 * startup.el (command-line): Try calling various terminal-init-foo-bar
2022 functions by stripping hyphenated suffixes from $TERM.
2023
2024 * files.el (normal-mode): Check boundness of font-lock-keywords.
2025
2026 2005-09-12 Richard M. Stallman <rms@gnu.org>
2027
2028 * progmodes/compile.el: Don't decide a file's directory
2029 until the user actually tries to go there.
2030 (compilation-next-error-function):
2031 Pass compilation-find-file the directory from the file-struct.
2032 (compilation-internal-error-properties): Separate local FILE-STRUCT
2033 from FILE. Doc the args better. Rename arg FMT to FMTS.
2034 (compilation-find-file): Arg DIR renamed to DIRECTORY.
2035 Expand it, and if nil, use default-directory.
2036 (compilation-get-file-structure): Don't mix specified directory
2037 with default directory. Put specified directory into
2038 file-struct. Don't make the file name absolute.
2039
2040 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
2041 (compile-command): Add autoload.
2042 (compilation-disable-input): Add autoload.
2043
2044 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
2045
2046 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
2047 strings of the variables it can override.
2048 (time-stamp): New (as yet undocumented) time-stamp-format escapes
2049 %Q and %q, for fully-qualified domain name and unqualified host name.
2050
2051 2005-09-11 Kim F. Storm <storm@cua.dk>
2052
2053 * emacs-lisp/authors.el (authors-aliases): Update list.
2054 (authors-fixed-entries): Update mldrag.el entry.
2055
2056 2005-09-10 Alan Mackenzie <acm@muc.de>
2057
2058 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
2059 from the region narrowed to.
2060
2061 2005-09-10 Magnus Henoch <mange@freemail.hu>
2062
2063 * textmodes/ispell.el (ispell-check-version): Signal an error if
2064 aspell version is less than 0.60.
2065
2066 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
2067
2068 * progmodes/octave-inf.el (inferior-octave-startup):
2069 Resync current dir at the end.
2070
2071 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
2072
2073 * woman.el (woman-topic-at-point-default):
2074 Rename to woman-use-topic-at-point-default.
2075 (woman-topic-at-point): Rename to woman-use-topic-at-point.
2076 (woman-file-name): Reflect renames above. Automatically use the
2077 word at point as topic if woman-use-topic-at-point is non-nil.
2078 Otherwise offer it as default but don't insert it in the
2079 minibuffer. Also use `test-completion' instead of `assoc' as
2080 suggested by Stefan Monnier.
2081
2082 2005-09-10 Andre Spiegel <spiegel@gnu.org>
2083
2084 * vc.el (vc-directory, vc-update-change-log): Throw an error on
2085 the attempt to do it over Tramp. This is not yet supported.
2086
2087 2005-09-10 Eli Zaretskii <eliz@gnu.org>
2088
2089 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2090 (menu-bar-non-minibuffer-window-p): New functions.
2091 ("Split Window", "Save As..."): Use them.
2092 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
2093 ("Print Buffer", "Truncate Long Lines in this Buffer"):
2094 Use menu-bar-menu-frame-live-and-visible-p.
2095 ("Save Buffer", "Insert File", "Open Directory...")
2096 ("Open File...", "Visit New File..."):
2097 Use menu-bar-non-minibuffer-window-p.
2098 (kill-this-buffer-enabled-p, dired <menu-enable>):
2099 Use menu-bar-non-minibuffer-window-p.
2100
2101 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2102
2103 * cus-start.el (all): Don't complain about fringe-related
2104 built-ins if fringes are not supported. Ditto about
2105 selection-related built-ins. Fix the test for GTK-related built-ins.
2106
2107 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
2108 ("Postscript Print Buffer", "Print Region", "Save As...")
2109 ("Save", "Insert File...", "Open Directory...")
2110 ("Open File...", "Visit New File..."")
2111 ("Truncate Long Lines in this Buffer"): Don't look at
2112 menu-updating-frame if this display does not support multiple frames.
2113
2114 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2115
2116 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
2117
2118 2005-09-09 Emilio Lopes <eclig@gmx.net>
2119
2120 * woman.el: Format- and whitespace-related changes.
2121
2122 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2123
2124 * woman.el: Fix my email address.
2125
2126 2005-09-08 Richard M. Stallman <rms@gnu.org>
2127
2128 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
2129 (sh-mode): Locally set skeleton-pair-default-alist.
2130
2131 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
2132
2133 * progmodes/flymake.el: Require `compile' unconditionally.
2134
2135 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
2136
2137 * woman.el (woman-file-name): Provide a default, not initial input.
2138
2139 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
2140
2141 * font-lock.el (font-lock-support-mode): Doc fix.
2142
2143 * descr-text.el (describe-property-list): Handle non-symbol prop names.
2144
2145 2005-09-08 Richard M. Stallman <rms@gnu.org>
2146
2147 * simple.el (blink-matching-open): Get rid of text props from
2148 the string shown in echo area. Don't permanently set point.
2149 Some rearrangements.
2150
2151 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
2152
2153 * recentf.el (recentf-filename-handler): Add custom choice
2154 `abbreviate-file-name'.
2155
2156 * msb.el (msb--very-many-menus): Fix typo.
2157
2158 * disp-table.el (standard-display-european): Don't set
2159 enable-multibyte-characters to nil.
2160
2161 2005-09-08 David Ponce <david@dponce.com>
2162
2163 * recentf.el (recentf-show-file-shortcuts-flag): New option.
2164 (recentf-expand-file-name): Doc fix.
2165 (recentf-dialog-mode-map): Define digit shortcuts.
2166 (recentf--files-with-key): New variable.
2167 (recentf-show-digit-shortcut-filter): New function.
2168 (recentf-open-files-items): New function.
2169 (recentf-open-files): Use it.
2170 (recentf-open-file-with-key): New command.
2171
2172 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
2173
2174 * buff-menu.el (Buffer-menu-sort-by-column): New function.
2175 Suggested by Kim F. Storm.
2176 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
2177 (Buffer-menu-make-sort-button): Use global keymap.
2178
2179 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
2180
2181 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
2182 (Man-getpage-in-background-advice): Remove defadvice; it isn't
2183 necessary any longer with the remapped command.
2184 (Man-bgproc-sentinel-advice): Remove defadvice which counts
2185 formatting time only.
2186
2187 * net/tramp.el (tramp-action-password)
2188 (tramp-multi-action-password): Compile the password prompt from
2189 `method', `user' and `host'. Sometimes it isn't obvious which
2190 password to enter, for example with remote files offered by
2191 recentf.el, or with multiple steps. Suggested by Robert Marshall
2192 <robert@chezmarshall.freeserve.co.uk>.
2193
2194 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2195
2196 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2197 Fix regexp for when "s///" is at the beginning of line.
2198
2199 2005-09-07 Jay Belanger <belanger@truman.edu>
2200
2201 * calc/calc-poly.el (math-expand-term): Multiply out any powers
2202 when in matrix mode.
2203
2204 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2205
2206 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
2207 non-anonymous functions.
2208
2209 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
2210
2211 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
2212 when using a header line. Otherwise, use mouse-1-click-follows-link.
2213
2214 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
2215 can't be moved; don't signal an error.
2216
2217 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
2218
2219 * cus-theme.el (custom-theme-write-faces): Save the current face
2220 spec, not the defface spec.
2221
2222 * custom.el (custom-known-themes): Clarify meaning of "standard".
2223 (custom-push-theme): Save old values in the standard theme.
2224 (disable-theme): Correct typo.
2225 (custom-face-theme-value) Deleted unused function.
2226 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
2227
2228 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2229
2230 * progmodes/compile.el (compilation-goto-locus): Take into account
2231 iconified frames when determining whether the buffer is
2232 already visible.
2233 Don't reset window height if the window already existed.
2234
2235 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
2236
2237 * custom.el (load-theme): Rename from require-theme.
2238 Add interactive spec.
2239 (enable-theme): Rename from custom-enable-theme.
2240 Add interactive spec.
2241 (disable-theme): Rename from custom-disable-theme.
2242 Add interactive spec.
2243 (custom-make-theme-feature): Doc fix.
2244 (custom-theme-directory): Doc fix.
2245 (provide-theme): Call enable-theme.
2246
2247 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2248
2249 * obsolete/lazy-lock.el (lazy-lock-mode):
2250 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
2251 font-lock-mode if it's off. Print a warning instead.
2252
2253 * progmodes/compile.el (compilation-start): Ignore errors if the
2254 process died before we get to send-eof.
2255
2256 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
2257 Undo last change. Enclosing the result in quotes broke things on Unix
2258 since tex-send-command passes it through shell-quote-argument.
2259 (tex-send-command): Pass `file' through convert-standard-filename
2260 when possible.
2261 (tex-uptodate-p): Handle the case where TeX hasn't put additional
2262 info in a transcript.
2263
2264 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
2265
2266 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
2267 fix compilation warning. Reorder the key definitions to group
2268 together keys emitted by the current version of xterm.
2269
2270 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
2271 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
2272 Reorder predicates to correct min-color usage.
2273
2274 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
2275
2276 * longlines.el (longlines-mode): Inhibit read-only when encoding.
2277 Kill local variables when longlines-mode is turned off.
2278
2279 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2280
2281 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2282
2283 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2284
2285 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2286
2287 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2288 (font-lock-lines-before): Change default to being inactive.
2289 (font-lock-default-fontify-region): Obey font-lock-lines-before.
2290 (font-lock-after-change-function): Don't handle f-l-lines-before here.
2291
2292 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2293
2294 * net/tramp.el (tramp-handle-make-auto-save-file-name):
2295 Deactivate temporarily advice if active (not needed for Emacs 22,
2296 but for backwards compatibility).
2297 (tramp-exists-file-name-handler): Rewrite. First implementation
2298 was too simple.
2299 (tramp-advice-make-auto-save-file-name):
2300 Call `tramp-handle-make-auto-save-file-name' (again, just for
2301 backwards compatibility).
2302
2303 2005-08-31 Reto Zimmermann <reto@gnu.org>
2304
2305 * progmodes/vhdl-mode.el
2306 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2307 (vhdl-end-p): Fix indentation bug "else" after "-- when".
2308 (vhdl-set-default-project): New function (easier setting of default).
2309 (vhdl-port-copy): Handle extended identifiers for generics.
2310 (vhdl-compiler-alist): Better description for error message regexp.
2311 (vhdl-make): Query for target, use previous as default.
2312 (vhdl-port-copy): Fix port copy for port names starting with "signal".
2313 (vhdl-font-lock-keywords-2): Fix fontification for record
2314 el. assign.
2315 (vhdl-speedbar-make-subpack-line): Add package body link.
2316 (vhdl-generate-makefile-1): Not include itself as dependency.
2317 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2318 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2319 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2320 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2321 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2322 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2323 (vhdl-import-project): Add string argument for `error'.
2324 (vhdl-compose-configuration)
2325 (vhdl-compose-configuration-architecture): Add configuration
2326 declaration generation.
2327 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2328 (vhdl-trailer-re): Add "record" keyword (better indentation).
2329 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2330 "[^ \t-\"]+".
2331 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2332 (vhdl-testbench-entity-file-name)
2333 (vhdl-testbench-architecture-file-name): Allow separate
2334 customization of testbench file names.
2335 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2336 (vhdl-get-visible-signals): Allow newline within alias declaration.
2337 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2338 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2339 (member-ignore-case): Alias for missing function in XEmacs.
2340 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2341 (vhdl-update-sensitivity-list): Ignore case on read signals.
2342 (vhdl-replace-string): Adjust case only for file names.
2343 (vhdl-update-sensitivity-list): Fix search for read signals.
2344 (vhdl-update-sensitivity-list): Exclude formal parameters.
2345 (vhdl-get-visible-signals): Include aliases of signals.
2346 (vhdl-get-visible-signals): Fix signal name searching.
2347 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2348 (vhdl-fixup-whitespace-region): Fix for character
2349 literals (e.g. ':').
2350
2351 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2352
2353 * ansi-color.el (comint-last-output-start):
2354 * bs.el (font-lock-verbose):
2355 * diff-mode.el (add-log-buffer-file-name-function):
2356 * dired-x.el (vm-folder-directory):
2357 * faces.el (help-xref-stack-item):
2358 * files.el (font-lock-keywords):
2359 * find-lisp.el (dired-buffers, dired-subdir-alist):
2360 * ido.el (cua-inhibit-cua-keys):
2361 * log-view.el (cvs-minor-wrap-function):
2362 * outline.el (font-lock-warning-face):
2363 * simple.el (compilation-current-error):
2364 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2365 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2366 * tooltip.el (comint-prompt-regexp):
2367 * w32-fns.el (explicit-shell-file-name):
2368 * term/mac-win.el (mac-charset-info-alist)
2369 (mac-services-selection, mac-system-script-code):
2370 * term/tty-colors.el (msdos-color-values):
2371 * term/w32-win.el (xlfd-regexp-registry-subnum):
2372 * term/x-win.el (x-keysym-table, x-selection-timeout)
2373 (x-session-id, x-session-previous-id):
2374 * textmodes/ispell.el (mail-yank-prefix):
2375 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2376 * textmodes/org.el (calc-embedded-close-formula)
2377 (calc-embedded-open-formula)
2378 (font-lock-unfontify-region-function):
2379 * textmodes/reftex-global.el (isearch-next-buffer-function)
2380 (TeX-master):
2381 * textmodes/reftex.el (font-lock-keywords):
2382 * textmodes/tex-mode.el (font-lock-comment-face)
2383 (font-lock-doc-face):
2384 * textmodes/texinfo.el (outline-heading-alist):
2385 Add defvars.
2386
2387 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2388 (artist-spray-chars, artist-mode-init, artist-replace-string)
2389 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2390 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2391 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2392
2393 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2394 (conf-align-assignments): "?\ " -> "?\s".
2395
2396 * textmodes/reftex-index.el (TeX-master): Add defvar.
2397 (reftex-index-phrases-marker): Move up defvar.
2398
2399 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2400 (reftex-toc-include-labels-indicator)
2401 (reftex-toc-include-index-indicator)
2402 (reftex-toc-max-level-indicator): Move up declarations.
2403
2404 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2405 of args to `tramp-run-real-handler', even if it's empty in this case.
2406
2407 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2408
2409 * dired.el (dired-move-to-filename-regexp): Add date format for
2410 Mac OS X 10.3 in East Asian locales.
2411
2412 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2413
2414 * files.el (make-auto-save-file-name): Add file name handler call
2415 if applicable.
2416
2417 * net/tramp.el (tramp-file-name-handler-alist)
2418 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2419 (tramp-handle-make-auto-save-file-name): Rename from
2420 `tramp-make-auto-save-file-name'.
2421 (tramp-exists-file-name-handler): New defun.
2422 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2423 `make-auto-save-file-name' is not a magic file name operation.
2424
2425 2005-08-30 Richard M. Stallman <rms@gnu.org>
2426
2427 * files.el (risky-local-variable-p):
2428 Match `-predicates' and `-commands.
2429
2430 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2431 (custom-save-all): Visit the file if necessary;
2432 kill the buffer if we created it.
2433 (custom-save-delete): Don't visit file or kill buffer here.
2434
2435 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2436
2437 * textmodes/org.el (org-special-keyword): New face.
2438 (org-table-copy-down, org-table-eval-formula)
2439 (org-table-recalculate, org-init-section-numbers):
2440 Use `string-to-number' instead of `string-to-int'.
2441 (org-get-location): Use `insert-buffer-substring' instead of
2442 `insert-buffer'.
2443 (org-modify-diary-entry-string): New function.
2444 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2445 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2446 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2447 active region.
2448 (org-export-as-html): Handle QUOTE keyword.
2449 (org-quote-string): New option.
2450 (org-bookmark-jump-unhide): New function, used for
2451 `bookmark-after-jump-hook'.
2452 (org-diary-default-entry): Apply only when not called through
2453 `org-agenda'.
2454
2455 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2456
2457 * net/eudc.el (mode-popup-menu):
2458 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2459 * progmodes/ada-mode.el (compile-auto-highlight)
2460 (skeleton-further-elements):
2461 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2462 * progmodes/cmacexp.el (msdos-shells):
2463 * progmodes/compile.el (font-lock-extra-managed-props)
2464 (font-lock-keywords, font-lock-maximum-size)
2465 (font-lock-support-mode):
2466 * progmodes/grep.el (font-lock-lines-before):
2467 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2468 * progmodes/mixal-mode.el (compile-command):
2469 * progmodes/perl-mode.el (font-lock-comment-face)
2470 (font-lock-doc-face, font-lock-string-face):
2471 * progmodes/prolog.el (comint-prompt-regexp):
2472 * progmodes/sh-script.el (font-lock-comment-face)
2473 (font-lock-set-defaults, font-lock-string-face):
2474 * progmodes/sql.el (font-lock-keyword-face)
2475 (font-lock-set-defaults, font-lock-string-face):
2476 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2477 (itimer-version, lazy-lock-defer-contextually)
2478 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2479 Add defvars.
2480
2481 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2482 (cperl-electric-keyword, cperl-electric-pod)
2483 (cperl-electric-backspace, cperl-forward-re)
2484 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2485 (vc-rcs-header, vc-sccs-header): Add defvars.
2486
2487 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2488 (font-lock-syntactic-keywords, gud-find-expr-function):
2489 Add defvars.
2490
2491 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2492 (gdb-frame-parameters): Declare before use.
2493
2494 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2495 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2496 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2497 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2498
2499 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2500 (idlwave-help-with-source): Use `insert-buffer-substring', not
2501 `insert-buffer'.
2502
2503 2005-08-29 Juri Linkov <juri@jurta.org>
2504
2505 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2506 Put outline-back-to-heading function call inside save-excursion.
2507
2508 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2509
2510 * man.el (Man-init-defvars, Man-translate-references)
2511 (Man-support-local-filenames, Man-highlight-references):
2512 * progmodes/sql.el (sql-interactive-mode):
2513 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2514
2515 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2516 (compilation-mode-font-lock-keywords): Add defvars.
2517 (checkdoc-interactive-loop): "?\ " -> "?\s".
2518
2519 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2520 (font-lock-doc-face, font-lock-string-face)
2521 (font-lock-keywords-case-fold-search): Add defvars.
2522 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2523
2524 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2525 Don't pass X and Y (they are ignored anyway).
2526 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2527 (mouse-delete-window): Make arguments optional.
2528
2529 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2530 (caesar-translate-table, minor-modes, news-buffer-save)
2531 (news-group-name, news-minor-modes): Add defvars.
2532
2533 * emacs-lisp/lselect.el (mouse-highlight-priority)
2534 (x-lost-selection-functions, zmacs-regions):
2535 * emacs-lisp/pp.el (font-lock-verbose):
2536 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2537 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2538 (ses-mode-map):
2539 * emacs-lisp/tcover-unsafep.el (safe-functions):
2540 * international/mule-cmds.el (mac-system-coding-system)
2541 (mac-system-locale):
2542 * language/ethio-util.el (rmail-current-message)
2543 (rmail-message-vector):
2544 * language/thai-util.el (thai-auto-composition-mode):
2545 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2546 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2547 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2548 (vm-primary-inbox, vm-spool-files):
2549 * mail/rmail.el (deleted-head, font-lock-fontified)
2550 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2551 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2552 (total-messages):
2553 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2554 (rmail-summary-mode-map):
2555 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2556 (rmail-last-label, rmail-last-multi-labels)
2557 (rmail-summary-vector, rmail-total-messages):
2558 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2559 * mail/rmailsum.el (msgnum):
2560 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2561 (rmail-current-message):
2562 * obsolete/fast-lock.el (font-lock-face-list):
2563 * obsolete/rnewspost.el (mail-reply-buffer):
2564 * obsolete/scribe.el (compile-command):
2565 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2566
2567 2005-08-28 John Paul Wallington <jpw@gnu.org>
2568
2569 * ibuf-ext.el (ibuffer-auto-update-changed):
2570 Use `frame-or-buffer-changed-p' to check whether we need to update.
2571 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2572 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2573 as a `frame-or-buffer-changed-p' state vector instead.
2574
2575 2005-08-27 Romain Francoise <romain@orebokech.com>
2576
2577 * textmodes/makeinfo.el (makeinfo-compile):
2578 Use `compilation-start'. Set `next-error-function' according to
2579 `disable-errors'.
2580 (makeinfo-next-error): New function.
2581 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2582 (makeinfo-buffer): Likewise.
2583
2584 * progmodes/compile.el (compilation-start): Add autoload cookie.
2585
2586 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2587 * textmodes/sgml-mode.el: Likewise.
2588 * progmodes/python.el: Likewise.
2589
2590 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2591
2592 * simple.el (blink-matching-paren-distance): Document the meaning
2593 of nil value, and allow to customize to nil.
2594
2595 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2596 command.com, not command.exe.
2597
2598 2005-08-26 John Wiegley <johnw@newartisans.com>
2599
2600 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2601 code around a bit so that an extraneous nil argument is not added
2602 to a command when no args are given.
2603
2604 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2605 double-quoted argument resolves to nil, return it as an empty
2606 string rather than as nil. This made it impossible to pass "" to
2607 a shell script as a null string argument.
2608
2609 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2610
2611 * outline.el (outline-invent-heading): New fun.
2612 (outline-promote, outline-demote): Use it.
2613 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2614 (outline-end-of-subtree): Remove unused var `opoint'.
2615
2616 2005-08-26 David Reitter <david.reitter@gmail.com>
2617
2618 * menu-bar.el (truncate-lines, write-file, print-buffer)
2619 (ps-print-buffer-faces, ps-print-buffer, split-window):
2620 Disable menu items when the frame they refer to is invisible, or when
2621 they refer to a buffer and the minibuffer is selected.
2622
2623 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2624
2625 * progmodes/flymake.el (flymake-highlight-err-lines):
2626 Use save-excursion around flymake-highlight-line to preserve point.
2627
2628 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2629
2630 * progmodes/octave-mod.el: Change Author and Maintainer address.
2631 (octave-maintainer-address): Change Kurt's email address.
2632 * progmodes/octave-inf.el: Change Author and Maintainer address.
2633 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2634
2635 2005-08-26 Kim F. Storm <storm@cua.dk>
2636
2637 * subr.el (version-list-<, version-list-<=, version-list-=):
2638 Renamed from integer-list-*.
2639 (version-list-not-zero): Likewise. Fix while loop.
2640 (version=): Use version-list-= instead of string-equal.
2641
2642 2005-08-26 Richard M. Stallman <rms@gnu.org>
2643
2644 * outline.el (outline-promote): Try shortening the heading.
2645 As last resort, read the heading to use.
2646 (outline-demote): As last resort, read the heading to use.
2647
2648 2005-08-26 Romain Francoise <romain@orebokech.com>
2649
2650 * progmodes/compile.el (compilation-start): Doc fix.
2651
2652 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2653 (antlr-font-lock-additional-keywords): Fix reference to
2654 `antlr-font-lock-literal-regexp' erroneously changed during the
2655 mass face rename.
2656 (antlr-run-tool): Use `compilation-start'.
2657
2658 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2659 instead of the obsolete `compile-internal'.
2660
2661 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2662
2663 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2664 (number, original-date):
2665 * calendar/cal-china.el (date):
2666 * calendar/cal-coptic.el (date):
2667 * calendar/cal-french.el (date):
2668 * calendar/cal-hebrew.el (date, entry, number, original-date):
2669 * calendar/cal-islam.el (date, number, original-date):
2670 * calendar/cal-iso.el (date):
2671 * calendar/cal-julian.el (date):
2672 * calendar/cal-mayan.el (date):
2673 * calendar/cal-menu.el (date, event):
2674 * calendar/cal-persia.el (date):
2675 * calendar/lunar.el (date):
2676 * calendar/solar.el (date): Add defvars.
2677
2678 * emerge.el:
2679 * ibuffer.el:
2680 * info-xref.el:
2681 * obsolete/bg-mouse.el:
2682 * obsolete/sun-curs.el:
2683 * obsolete/swedish.el: Move the `defvar's to the top level.
2684
2685 * smerge-mode.el (smerge-refined-change): Add :group.
2686
2687 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2688
2689 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2690 (smerge-keep-n): Remove props.
2691 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2692 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2693 now that it's done in smerge-keep-n.
2694 (smerge-refined-change): New face.
2695 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2696 (smerge-refine): New funs.
2697 (smerge-basic-map): Bind smerge-refine.
2698
2699 2005-08-25 Juri Linkov <juri@jurta.org>
2700
2701 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2702 compilation-process-setup-function and compilation-disable-input
2703 in grep-mode instead of let-bindings in grep.
2704
2705 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2706 Delete "Automatic File De/compression" (auto-compression-mode).
2707
2708 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2709
2710 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2711 Silence warning about non-existent variable.
2712
2713 2005-08-25 Richard M. Stallman <rms@gnu.org>
2714
2715 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2716 Rename "Describe Key" to "Describe Key or Mouse Operation".
2717
2718 * mail/mailalias.el (build-mail-aliases): Delete comments
2719 from the contents before processing them.
2720
2721 * isearch.el (isearch-edit-string): Erase the Search prompt
2722 if user enters an empty string and there is no default.
2723
2724 * comint.el (comint-file-name-prefix): Add autoload.
2725
2726 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2727
2728 * subr.el (play-sound): Rearrange to avoid warning.
2729
2730 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2731
2732 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2733 New hook.
2734 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2735
2736 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2739
2740 * custom.el (custom-theme-set-variables): Sort minor modes last.
2741
2742 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2743
2744 * subr.el (version-separator, version-regexp-alist): New vars used by
2745 version comparison funs.
2746 (integer-list-<, integer-list-=, integer-list-<=)
2747 (integer-list-not-zero): New funs for integer list comparison.
2748 (version-to-list, version=, version<, version<=): New funs for version
2749 comparison.
2750
2751 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2752
2753 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2754 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2755 time to silence the byte-compiler.
2756
2757 * ibuffer.el (ibuffer-compile-make-eliding-form)
2758 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2759 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2760 so it's silly to get warnings for it).
2761 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2762 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2763 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2764 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2765 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2766 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2767 Defvar at compile time.
2768 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2769 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2770 Declare them before use.
2771
2772 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2773 (info-xref-good, info-xref-bad): Defvar at compile time.
2774
2775 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2776 Use `let*' instead of `let'.
2777
2778 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2779 (*mouse-y*, menu, char): Defvar at compile time.
2780 (sc::menu): Declare it before use.
2781 (sc::pack-one-line): Use `let', not `let*'.
2782
2783 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2784 (mail-send-hook): Defvar at compile time.
2785
2786 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2787 Defvar at compile time.
2788
2789 * term/sun-mouse.el (current-global-mousemap)
2790 (current-local-mousemap): Declare them before use.
2791
2792 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2793
2794 * bookmark.el (bookmark-after-jump-hook): New hook.
2795 (bookmark-jump): Run `bookmark-after-jump-hook'.
2796
2797 2005-08-23 Juri Linkov <juri@jurta.org>
2798
2799 * faces.el (minibuffer-prompt): Doc fix.
2800
2801 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2802
2803 * progmodes/xscheme.el: Trivial changes to silence warnings.
2804 (xscheme-previous-mode, xscheme-previous-process-state):
2805 Add defvars.
2806 (xscheme-last-input-end, xscheme-process-command-line)
2807 (xscheme-process-name, xscheme-buffer-name)
2808 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2809 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2810 (xscheme-control-g-synchronization-p)
2811 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2812 (default-xscheme-runlight, xscheme-runlight)
2813 (xscheme-runlight-string, xscheme-process-filter-state)
2814 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2815 Move to beginning of file.
2816 (scheme-interaction-mode-commands-alist)
2817 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2818 Declare them before use. Note: the initialization code for the variables
2819 has not been moved because it uses functions that reference the variables.
2820 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2821 (xscheme-prompt-for-expression-map): Declare them before use.
2822 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2823
2824 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2825
2826 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2827
2828 2005-08-22 Juri Linkov <juri@jurta.org>
2829
2830 * faces.el (set-face-underline): Delete this duplicate function
2831 and make an obsolete alias to set-face-underline-p.
2832 (set-face-underline-p): Use docstring of set-face-underline.
2833 (describe-face): Create hyperlink to parent face.
2834
2835 * info.el (Info-insert-dir): Use save-excursion around
2836 insert-buffer-substring.
2837 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2838 (Info-escape-percent): Delete function.
2839 (Info-fontify-node): Replace Info-escape-percent by
2840 replace-regexp-in-string with REP arg set to lambda that
2841 duplicates `%' and preserves text properties.
2842
2843 * progmodes/compile.el (compilation-disable-input): Doc fix.
2844 (define-compilation-mode): Doc fix and refill.
2845 (kill-compilation): Use `mode-name' in the error message.
2846 (compilation-find-file): Use `compilation-error' in the
2847 read-file-name's prompt.
2848
2849 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2850
2851 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2852 (smerge-auto-leave): Make undo re-enable the mode.
2853 (debug-ignored-errors): Add the user-error of impossible resolution.
2854 (smerge-resolve): Move things around a bit, in preparation for later.
2855 (smerge-diff): Don't fail if the buffer has no associated file.
2856 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2857 (smerge-conflict-overlay): New function.
2858 (smerge-match-conflict): Don't add text properties here.
2859 (smerge-find-conflict): Instead, add an overlay here.
2860 Also check for the case where we're inside a conflict already, so as to
2861 obviate the need for font-lock-multiline, which is unbearably slow with
2862 large conflicts and ciomplex font-lock patterns.
2863 (smerge-remove-props): Remove overlay rather than text-properties.
2864 (smerge-mode): Don't set font-lock-multiline.
2865 Remove overlays when turned off.
2866
2867 2005-08-21 Kim F. Storm <storm@cua.dk>
2868
2869 * ido.el (ido-ignore-item-p): Use save-match-data.
2870 Bind case-fold-search to ido-case-fold locally.
2871
2872 2005-08-20 Richard M. Stallman <rms@gnu.org>
2873
2874 * files.el (normal-mode): If font lock is on, turn it off and on.
2875
2876 * subr.el (replace-regexp-in-string): Doc fix.
2877
2878 * startup.el (command-line-1): Don't suppress startup screen
2879 due to existing processes.
2880
2881 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2882
2883 * progmodes/compile.el (compilation-disable-input): Default to nil.
2884
2885 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2886
2887 * progmodes/compile.el (compilation-disable-input): New defcustom.
2888 (compilation-start): If compilation-disable-input is non-nil, send
2889 EOF to the compilation process.
2890
2891 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2892
2893 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2894 Run the argument of tex-shell-cd-command through
2895 convert-standard-filename, to get the correct style of slashes on
2896 Windows, and enclose the result in quotes, in case the file name
2897 includes whitespace or other special characters.
2898
2899 2005-08-19 Andreas Schwab <schwab@suse.de>
2900
2901 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2902 process.
2903
2904 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2905
2906 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2907
2908 2005-08-18 Kim F. Storm <storm@cua.dk>
2909
2910 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2911
2912 2005-08-18 Richard M. Stallman <rms@gnu.org>
2913
2914 * scroll-lock.el: New file.
2915
2916 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2917
2918 * dired.el (dired-move-to-end-of-filename):
2919 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2920
2921 2005-08-18 Kim F. Storm <storm@cua.dk>
2922
2923 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2924 rather than toggle mode when custom value is nil.
2925 (ido-everywhere): Fix defun doc string.
2926
2927 2005-08-17 Richard M. Stallman <rms@gnu.org>
2928
2929 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2930 as tag instead of "Inviolable".
2931
2932 2005-08-17 Kim F. Storm <storm@cua.dk>
2933
2934 * windmove.el (windmove-coordinates-of-position): Remove.
2935 (windmove-coordinates-of-window-position): Remove.
2936 (windmove-reference-loc): Use posn-at-point instead.
2937
2938 * subr.el (insert-for-yank-1): Doc fix.
2939
2940 * ido.el (ido-enter-matching-directory): Rename from
2941 ido-enter-single-matching-directory. Change 'slash choice to
2942 'only. Add 'first choice.
2943 (ido-exhibit): Adapt to above changes.
2944
2945 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2946
2947 * Makefile.in: Expand comment about building loaddefs.el.
2948
2949 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2950
2951 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2952 Comment use of defadvice.
2953
2954 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2955
2956 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2957
2958 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2959 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2960 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2961 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2962 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2963 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2964 for backward compatibility for faces that did not appear in the
2965 previous Emacs release.
2966
2967 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2968
2969 2005-08-15 Kim F. Storm <storm@cua.dk>
2970
2971 * emulation/cua-base.el (cua-delete-region): Return t if
2972 deleted region was non-empty.
2973 (cua-replace-region): Inhibit overwrite-mode for
2974 self-insert-command if replaced region was non-empty.
2975 (cua--explicit-region-start, cua--status-string): Make them
2976 buffer-local at top-level...
2977 (cua-mode): ...rather than when mode is enabled.
2978
2979 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2980
2981 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2982 Set t for Emacs 21, 22, and so on.
2983
2984 2005-08-15 David Ponce <david@dponce.com>
2985
2986 * tree-widget.el: Update Commentary header.
2987 (tree-widget-theme): Doc fix.
2988 (tree-widget-space-width): New option.
2989 (tree-widget-image-properties): Look up in the default theme too.
2990 (tree-widget--cursors): Only for images with arrow pointer shape.
2991 (tree-widget-lookup-image): Pointer shape is hand by default.
2992 (tree-widget-icon): Rename generic icon widget from
2993 `tree-widget-control'.
2994 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2995 derive from `tree-widget-icon'.
2996 (tree-widget-handle): Improve default look and feel of the text
2997 representation.
2998 (tree-widget): Rename :*-control properties to :*-icon properties.
2999 Add :action and :help-echo properties.
3000 (tree-widget-after-toggle-functions): Move.
3001 (tree-widget-close-node, tree-widget-open-node): Remove.
3002 (tree-widget-before-create-icon-functions): New hook.
3003 (tree-widget-value-create): Update to allow customization of icons
3004 and nodes at run-time via that new hook.
3005 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
3006 (tree-widget-icon-action, tree-widget-icon-help-echo)
3007 (tree-widget-action, tree-widget-help-echo): New functions.
3008
3009 2005-08-15 Kim F. Storm <storm@cua.dk>
3010
3011 * ido.el (ido-buffer-internal): Use with-no-warnings.
3012 (ido-make-merged-file-list): Use while-no-input.
3013
3014 2005-08-15 Richard M. Stallman <rms@gnu.org>
3015
3016 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
3017 (flyspell-large-region): Fix doc and custom type.
3018
3019 2005-08-14 Richard M. Stallman <rms@gnu.org>
3020
3021 * files.el (interpreter-mode-alist): Doc fix.
3022
3023 * mail/rmail.el (rmail-nonignored-headers): New variable.
3024 (rmail-clear-headers): Use it.
3025 (rmail-reply): Better handling of mail-followup-to header.
3026
3027 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3028 Rename variable from sh-font-lock-keywords. In the `shell' entry,
3029 don't try to refer to executable-font-lock-keywords.
3030 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
3031 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
3032 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
3033 (sh-mode): Set comment-start-skip, local-abbrev-table,
3034 imenu-case-fold-search.
3035 (sh-set-shell): Don't set them here.
3036 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
3037 Don't cache the results in the original alist; don't ever modify
3038 that alist.
3039
3040 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
3041
3042 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
3043 empty.
3044
3045 2005-08-15 Andreas Schwab <schwab@suse.de>
3046
3047 * desktop.el: Put autoload cookie at risky-local-variable declarations.
3048
3049 * dired.el, info.el, mail/rmail.el: Revert last change.
3050
3051 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
3052
3053 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
3054 modification in `eval-after-load' form.
3055 * info.el: Likewise.
3056 * mail/rmail.el: Likewise.
3057
3058 2005-08-14 Juri Linkov <juri@jurta.org>
3059
3060 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3061 Remove highlighting of "Compilation started". Highlight only
3062 the word "finished" in "Compilation finished". Add highlighting
3063 of "interrupt", "killed", "terminated" and the exit code.
3064 (compilation-start): Add newline after header. Use exactly the
3065 same time stamp format as the finishing message.
3066 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
3067
3068 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
3069 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
3070 Add highlighting of "interrupt", "killed", "terminated".
3071
3072 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
3073 enabled and the current command is self-insert-command, call it
3074 explicitly with overwrite-mode bound to nil, to not allow it
3075 to delete the character after the selected region.
3076
3077 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
3078
3079 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
3080 move-end-of-line, end-of-line, and beginning-of-line to the list
3081 of commands after which the echo area is updated.
3082
3083 2005-08-12 Eli Zaretskii <eliz@gnu.org>
3084
3085 * cus-edit.el (custom-save-all, custom-save-delete):
3086 Bind recentf-exclude to exclude custom-file.
3087
3088 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
3089
3090 * mail/rmailsum.el (rmail-summary-end-of-message): New command
3091 to go to the bottom of the mail message. Added to
3092 `rmail-summary-mode-map' with key "/".
3093 (rmail-summary-show-message): New (internal) function for use by
3094 both `rmail-summary-beginning/end-of-message'.
3095 (rmail-summary-beginning-of-message): Change to use
3096 rmail-summary-show-message.
3097
3098 * mail/rmail.el (rmail-end-of-message): New command to go to the
3099 end of the current message. Added to `rmail-mode-map' with key "/".
3100 (rmail-beginning-of-message): Fix to work as documented.
3101 (rmail-mode): Change documentation.
3102
3103 * progmodes/compile.el (compilation-start): Add the line
3104 "Compilation started" with compilation start time.
3105 (compilation-mode-font-lock-keywords): Add `started' to keywords.
3106
3107 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
3108
3109 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
3110 of menu items.
3111
3112 2005-08-11 Richard M. Stallman <rms@gnu.org>
3113
3114 * simple.el (pop-global-mark): Reverse test of widen-automatically.
3115
3116 * battery.el (battery-status-function): Don't use ignore-errors.
3117
3118 2005-08-11 Lute Kamstra <lute@gnu.org>
3119
3120 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
3121 define-obsolete-variable-alias.
3122
3123 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
3124
3125 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
3126 (ange-ftp-send-cmd): Revert last change, and expand
3127 the comment explaining the problem.
3128
3129 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
3130
3131 * ldefs-boot.el: Update.
3132
3133 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
3134 item to "Time, Load and Mail". Change help echo text.
3135
3136 * time.el (display-time-use-mail-icon, display-time-format)
3137 (display-time-string-forms): Shorten first line of docstrings.
3138
3139 2005-08-10 Lars Hansen <larsh@soem.dk>
3140
3141 * desktop.el (desktop-buffer-mode-handlers):
3142 Make non-customizable. Add autoload cookie. Change initial value to
3143 nil; add elements in respective modules instead. Fix doc string.
3144 (desktop-load-file): New function.
3145 (desktop-minor-mode-handlers): New autoloaded variable.
3146 (desktop-create-buffer): Call minor mode handlers.
3147 Use desktop-load-file to load major and minor mode modules prior to
3148 checking for a handler.
3149 (desktop-save): Don't add nil to desktop-minor-modes for minor
3150 modes with nil function in desktop-minor-mode-table. Don't delete
3151 desktop file before rewriting it.
3152 (desktop-locals-to-save): Add autoload cookie. Don't make
3153 automatically buffer-local. Add variables column-number-mode,
3154 size-indication-mode, indent-tabs-mode,
3155 indicate-buffer-boundaries, indicate-empty-lines and
3156 show-trailing-whitespace.
3157 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
3158 regexps. Don't use desktop-clear-preserve-buffers-regexp.
3159 (desktop-clear-preserve-buffers-regexp): Delete.
3160 (desktop-clear-preserve-buffers): Update initial value and docstring.
3161 (desktop-save-buffer): Fix doc string.
3162
3163 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
3164 (hilit-chg-desktop-restore): New function.
3165 (highlight-changes-mode): Add highlight-changes-mode to
3166 desktop-locals-to-save.
3167
3168 * dired.el: Add handler to desktop-buffer-mode-handlers.
3169 (dired-restore-desktop-buffer): Remove autoload cookie.
3170 (dired-mode): Add autoload cookie.
3171
3172 * info.el: Add handler to desktop-buffer-mode-handlers.
3173 (Info-restore-desktop-buffer): Remove autoload cookie.
3174 (Info-mode): Add autoload cookie.
3175
3176 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
3177 (mh-restore-desktop-buffer): Remove autoload cookie.
3178 (mh-folder-mode): Add autoload cookie.
3179
3180 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
3181 (rmail-restore-desktop-buffer): Remove autoload cookie.
3182
3183 2005-08-11 Masatake YAMATO <jet@gyve.org>
3184
3185 * hexl.el (hexl-address-region):
3186 (hexl-ascii-region, hexl-font-lock-keywords):
3187 (hexl-highlight-line-range): Use the term "region"
3188 instead of "area" for consistency with the other symbols
3189 defined in hexl.el.
3190
3191 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
3192
3193 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
3194 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
3195 out by Juri Linkov). Add `display-battery-mode'.
3196
3197 2005-08-09 Juri Linkov <juri@jurta.org>
3198
3199 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3200 Remove `-text' from face variable names.
3201 (compilation-error-file-name, compilation-warning-file-name)
3202 (compilation-info-file-name): Delete faces.
3203 (compilation-line-number, compilation-column-number):
3204 Remove face underlining.
3205 (compilation-message-face): Set to `underline' value by default.
3206 (compilation-error-face, compilation-warning-face)
3207 (compilation-info-face): Remove `-file-name' from face names.
3208 (compilation-error-text-face, compilation-warning-text-face)
3209 (compilation-info-text-face): Delete face variables.
3210 (compilation-text-face): Delete function.
3211
3212 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
3213 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
3214 (grep-error-face): Set to `compilation-error' instead of
3215 `compilation-error-face' (which is redefined to `grep-hit-face' in
3216 grep buffers).
3217 (grep-mode-font-lock-keywords): Remove `-text' from face variable
3218 names. Use `grep-error-face' instead of `compilation-error-text-face'.
3219
3220 * dired-aux.el (dired-do-query-replace-regexp):
3221 Use `query-replace-read-args'.
3222
3223 * replace.el (query-replace-read-from, query-replace-read-to)
3224 (query-replace-read-args): Rename arg `string' to `prompt'.
3225
3226 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
3227
3228 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3229
3230 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
3231 uploading files.
3232 (ange-ftp-canonize-filename): Handle file names beginning with ~
3233 correctly.
3234
3235 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3236
3237 * textmodes/fill.el (canonically-space-region)
3238 (fill-context-prefix, fill-french-nobreak-p)
3239 (fill-delete-newlines, fill-comment-paragraph)
3240 (justify-current-line): "?\ " -> "?\s".
3241
3242 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
3243
3244 * textmodes/fill.el (fill-nonuniform-paragraphs):
3245 Improve argument/docstring consistency.
3246
3247 2005-08-09 Richard M. Stallman <rms@gnu.org>
3248
3249 * textmodes/ispell.el (ispell-word): More fboundp checks.
3250
3251 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
3252 (find-file-noselect-1): Call it here, only if RAWFILE.
3253 (normal-mode): Always set some major mode.
3254 (save-some-buffers-action-alist): Change some explanation strings.
3255 (file-name-non-special): In the `quote' method, use unwind-protect.
3256
3257 2005-08-09 Magnus Henoch <mange@freemail.hu>
3258
3259 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
3260 (ispell-have-aspell-dictionaries): New variable.
3261 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
3262 (ispell-get-aspell-config-value): New function.
3263 (ispell-aspell-find-dictionary): New function.
3264 (ispell-aspell-add-aliases): New function.
3265 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
3266 appropriate. Don't look for ispell dictionaries if we use aspell.
3267 (ispell-menu-map): Don't build a submenu of dictionaries.
3268
3269 2005-08-09 Richard M. Stallman <rms@gnu.org>
3270
3271 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
3272 (sql-read-passwd): Use read-passwd.
3273
3274 * progmodes/idlw-toolbar.el (idlwave-toolbar)
3275 (idlwave-toolbar-is-possible): Add defvars.
3276
3277 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
3278 Avoid warnings.
3279
3280 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
3281 (idlwave-system-class-info, idlwave-executive-commands-alist):
3282 Use defvar.
3283
3284 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3285
3286 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3287 Avoid warnings.
3288
3289 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3290 and content-type: headers.
3291
3292 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3293
3294 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3295 and rename some of them to be more self-explanatory.
3296
3297 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3298
3299 * startup.el (command-line-1): Implement -scriptload.
3300
3301 * replace.el (occur-engine): Initial *Occur* output not undoable.
3302
3303 * menu-bar.el (menu-bar-file-menu): Rename some menu items
3304 and improve help strings.
3305
3306 * isearch.el (isearch-repeat): When changing direction,
3307 mark search successful.
3308
3309 * ediff-init.el: Use (featurep 'xemacs).
3310
3311 * comint.el (send-invisible): Identify buffer, if not selected.
3312
3313 * align.el: Delete autoload for c-guess-basic-syntax.
3314
3315 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3316
3317 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3318 Improve argument/docstring consistency. Doc fixes.
3319 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3320 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3321 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3322 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3323 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3324 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3325 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3326 Defvar at compile time.
3327
3328 2005-08-09 Juri Linkov <juri@jurta.org>
3329
3330 * info.el: Replace `info' with upper-case `Info' where appropriate.
3331 (info-title-1, info-title-2, info-title-3, info-title-4)
3332 (info-menu-header): Move up face definitions.
3333 (info-menu-star): Rename from `info-menu-5'.
3334 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3335 (Info-fontify-visited-nodes): Fix docstring.
3336 (Info-hide-note-references): Fix docstring.
3337 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3338 menu items in the same way as on cross-references.
3339 (info-apropos): Fix sorting order and formatting to be like in the
3340 stand-alone Info browser. Display error messages for 1 sec.
3341 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3342 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3343 from the menu bar.
3344 (Info-insert-dir): Restore point after calling
3345 `insert-buffer-substring'.
3346
3347 2005-08-08 Richard M. Stallman <rms@gnu.org>
3348
3349 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3350 (recompute-lucid-menubar): Add defvars.
3351
3352 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3353
3354 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3355
3356 * net/net-utils.el (run-dig): Rename from `dig'.
3357
3358 * play/gametree.el (gametree-mode): Use make-local-variable,
3359 not make-variable-buffer-local.
3360
3361 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3362
3363 * ansi-color.el (ansi-color-make-extent)
3364 (ansi-color-set-extent-face): Use fboundp, not functionp.
3365
3366 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3367 not make-variable-buffer-local.
3368
3369 * bookmark.el (Info-current-file): Add defvar.
3370 (bookmark-jump-noselect): Use with-no-warnings.
3371
3372 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3373
3374 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3375
3376 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3377
3378 * find-file.el (ada-procedure-start-regexp)
3379 (ada-package-start-regexp): Add defvars.
3380
3381 * info.el (Info-insert-dir): Use insert-buffer-substring.
3382
3383 * xml.el (xml-att-def-re): Add defvar.
3384
3385 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3386 calling convention.
3387
3388 * subr.el (while-no-input): Return t if there is input.
3389
3390 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3391
3392 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3393
3394 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3395
3396 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3397 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3398
3399 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3400
3401 * cmuscheme.el (scheme-start-file): Replace reference to
3402 `user-emacs-directory' by "~/.emacs.d/".
3403
3404 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3405
3406 * info.el (Info-dir-remove-duplicates): Avoid case folding
3407 in loop; instead, keep downcased strings for comparison.
3408 Suggested by Helmut Eller.
3409
3410 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3411
3412 Sync with Tramp 2.0.50.
3413
3414 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3415 XEmacs case; not necessary anymore.
3416 (tramp-user-regexp): Allow "@" as part of user name.
3417 (tramp-handle-set-visited-file-modtime)
3418 (tramp-handle-insert-file-contents)
3419 (tramp-handle-write-region): No special handling for
3420 `last-coding-system-used, because this is done in
3421 `tramp-accept-process-output' now.
3422 (tramp-accept-process-output): New defun.
3423 (tramp-process-one-action, tramp-process-one-multi-action)
3424 (tramp-wait-for-regexp, tramp-wait-for-output)
3425 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3426 Howells <dhowells@redhat.com>.
3427 (clear-visited-file-modtime): Defadvice removed. The check for
3428 unset buffer's modtime does not need to be based on
3429 `tramp-buffer-file-attributes'. Suggested by RMS.
3430 (tramp-message): Insert "\n" if not being at beginning of line.
3431 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3432 sequence with same logic.
3433 (tramp-completion-handle-expand-file-name): Discard call of
3434 `tramp-drop-volume-letter'. It is not necessary, and there have
3435 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3436 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3437 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3438 should always be visible.
3439 (tramp-handle-insert-directory, tramp-setup-complete)
3440 (tramp-set-process-query-on-exit-flag)
3441 (tramp-append-tramp-buffers): Pacify byte-compiler.
3442 (tramp-bug): Delete non-existing variables from list.
3443 Apply `tramp-load-report-modules' as pre-hook.
3444 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3445 `shell-prompt-pattern' because of non-7bit characters.
3446 Reported by Sebastian Luque <sluque@mun.ca>.
3447 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3448 (tramp-match-string-list): Remove function.
3449 (tramp-wait-for-regexp): Remove call of that function.
3450 Suggested by Kim F. Storm <storm@cua.dk>.
3451 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3452 instead of octal character code ?\600. The latter resulted in a
3453 syntax error with XEmacs.
3454
3455 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3456 XEmacs case; not necessary anymore.
3457 (tramp-smb-handle-write-region): No special handling for
3458 `last-coding-system-used, because this is done in
3459 `tramp-accept-process-output' now.
3460 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3461
3462 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3463
3464 * wid-edit.el (widget-choice-value-create):
3465 Unconditionally respect user choice. Set :explicit-choice back to nil
3466 when no longer needed.
3467 (widget-choice-action): Unconditionally respect user choice.
3468 Eliminate :explicit-choice-value.
3469
3470 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3471
3472 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3473 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3474 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3475 running new function `toggle-indicate-empty-lines'.
3476 Rename "Customize" item to "Customize fringe".
3477 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3478 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3479 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3480 Delete "Empty lines only" item.
3481 (menu-bar-showhide-fringe-ind-customize): New function.
3482 (menu-bar-showhide-fringe-ind-mixed)
3483 (menu-bar-showhide-fringe-ind-box)
3484 (menu-bar-showhide-fringe-ind-right)
3485 (menu-bar-showhide-fringe-ind-left)
3486 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3487 instead of `fringe-indicators'.
3488
3489 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3490
3491 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3492 Change the date of last update.
3493
3494 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3495
3496 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3497 (viper-exec-yank, viper-put-back): Don't display modification msg
3498 if in the minibuffer.
3499
3500 * viper-init.el (viper-replace-overlay-cursor-color)
3501 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3502 Make variables frame local.
3503
3504 * viper-util.el (viper-append-filter-alist): Use append instead of
3505 nconc.
3506
3507 * viper.el (viper-vi-state-mode-list)
3508 (viper-emacs-state-mode-list): Move help-mode and
3509 completion-list-mode from the first list to the second.
3510 (viper-mode): Docstring.
3511 (viper-go-away, viper-non-hook-settings): Don't localize
3512 minor-mode-alist in newer Emacsen. Add advice to
3513 set-cursor-color. Don't bind "\C-c\\".
3514
3515 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3516
3517 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3518 (scheme-macro-expand-command): New user options.
3519 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3520 (scheme-form-at-point, scheme-start-file)
3521 (scheme-interactively-start-process): New functions.
3522 (scheme-get-process): New function, extracted from `scheme-proc'.
3523 (run-scheme): Call `scheme-start-file' to get start file, and pass
3524 it to `make-comint'.
3525 (switch-to-scheme, scheme-proc):
3526 Call `scheme-interactively-start-process' if no Scheme buffer/process
3527 is available.
3528
3529 2005-08-06 Juri Linkov <juri@jurta.org>
3530
3531 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3532 Use `compilation-text-face', `compilation-info-text-face' and
3533 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3534 (compilation-error): New face.
3535 (compilation-error-file-name): Inherit from
3536 `compilation-error' instead of `font-lock-warning-face'.
3537 (compilation-warning-file-name): Inherit from
3538 `compilation-warning' instead of `font-lock-warning-face'.
3539 (compilation-info, compilation-error-file-name)
3540 (compilation-warning-file-name, compilation-info-file-name)
3541 (compilation-line-number, compilation-column-number): Doc fix.
3542 (compilation-error-text-face, compilation-warning-text-face)
3543 (compilation-info-text-face): New face variables.
3544 (compilation-line-face, compilation-column-face)
3545 (compilation-enter-directory-face)
3546 (compilation-leave-directory-face): Doc fix.
3547 (compilation-text-face): New function.
3548
3549 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3550 instead of 1 to display binary file names as info file links.
3551 (grep-error-face): Use `compilation-error-face' instead of
3552 `font-lock-keyword-face'.
3553 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3554 and `compilation-warning-text-face' instead of
3555 `font-lock-keyword-face'. Use `compilation-error-text-face'
3556 instead of `grep-error-face'.
3557
3558 2005-08-05 Kenichi Handa <handa@m17n.org>
3559
3560 * international/code-pages.el: Add autoload cookies for all coding
3561 systems.
3562
3563 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3564
3565 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3566
3567 2005-08-04 Juri Linkov <juri@jurta.org>
3568
3569 * progmodes/compile.el (compilation-mode-map):
3570 * progmodes/grep.el (grep-mode-map):
3571 Bind TAB to `compilation-next-error' and [backtab] to
3572 `compilation-previous-error'.
3573
3574 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3575 matching line numbers, column numbers and their ranges with regexp
3576 matching only line numbers.
3577 (grep-context-face): New face variable.
3578 (grep-mode-font-lock-keywords): Use it.
3579
3580 * faces.el (read-face-name): Delete duplicate faces.
3581
3582 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3583
3584 * thumbs.el (thumbs-find-image): Don't make variables
3585 automatically buffer local.
3586 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3587 (thumbs-image-num): Make automatically buffer local.
3588 (thumbs-show-thumbs-list): Use `make-local-variable', not
3589 `make-variable-buffer-local'.
3590 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3591
3592 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3593 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3594 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3595 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3596 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3597 (feelings-about, foullst, found, hello, history, howareyoulst)
3598 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3599 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3600 (neglst, obj, object, owner, please, problems, qlist)
3601 (random-adjective, relation, remlst, repetitive-shortness)
3602 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3603 (shortlst, something, sportslst, stallmanlst, states, subj)
3604 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3605 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3606 Defvar at compile time.
3607
3608 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3609 not `make-variable-buffer-local'.
3610
3611 2005-08-02 Kim F. Storm <storm@cua.dk>
3612
3613 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3614 rectangle overlay in selected window.
3615
3616 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3617
3618 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3619 instead of display group. Make `indicate-buffer-boundaries'
3620 customizable through Custom.
3621
3622 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3623
3624 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3625 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3626 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3627 (gdb-put-string): Fix typos in docstrings.
3628
3629 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3630
3631 Update copyright notices of files in progmodes directory for
3632 release of Emacs 22.1.
3633
3634 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3635
3636 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3637 Don't barf if the GUD buffer has been killed.
3638
3639 2005-08-01 Kim F. Storm <storm@cua.dk>
3640
3641 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3642
3643 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3644
3645 * simple.el (next-error-follow-minor-mode):
3646 make-variable-buffer-local -> make-local-variable.
3647
3648 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3649
3650 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3651 (byte-compile-form-make-variable-buffer-local): New functions to warn
3652 about misuses of make-variable-buffer-local where make-local-variable
3653 was meant.
3654
3655 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3656
3657 * bs.el (bs-attributes-list): Doc fix.
3658 (bs): Update url-link.
3659
3660 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3661 (desktop-load-default): Simplify.
3662
3663 * ibuffer.el (ibuffer-columnize-and-insert-list)
3664 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3665 (ibuffer-unmark-all, ibuffer-toggle-marks)
3666 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3667 (ibuffer-compile-make-format-form, ibuffer-format-column)
3668 (ibuffer-current-buffers-with-marks)
3669 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3670 (ibuffer): Doc fix.
3671 (ibuffer-mode): Fix typo in docstring.
3672 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3673 with `define-obsolete-variable-alias'.
3674 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3675
3676 2005-07-29 Kenichi Handa <handa@m17n.org>
3677
3678 * international/mule-cmds.el (select-message-coding-system):
3679 Be sure to use LF for end-of-line. If no coding system is decided,
3680 return iso-8859-1-unix.
3681
3682 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3683
3684 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3685 (ange-ftp-pending-error-line): New vars.
3686 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3687 to handle the non-fatal no-route-to-host messages.
3688 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3689
3690 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3691
3692 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3693 (isearch-quote-char, isearch-printing-char)
3694 (isearch-text-char-description): "?\ " -> "?\s".
3695 (isearch-lazy-highlight-cleanup)
3696 (isearch-lazy-highlight-initial-delay)
3697 (isearch-lazy-highlight-interval)
3698 (isearch-lazy-highlight-max-at-a-time)
3699 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3700 Declare with define-obsolete-*-alias macros.
3701 (isearch-forward): Fix typo in docstring.
3702 (search-invisible, search-ring-yank-pointer)
3703 (regexp-search-ring-yank-pointer): Doc fixes.
3704
3705 * recentf.el (recentf-menu-append-commands-p): Declare with
3706 `define-obsolete-variable-alias'.
3707 (recentf-max-saved-items, recentf-menu-filter)
3708 (recentf-arrange-by-rule-subfilter): Doc fixes.
3709 (recentf-menu-append-commands-flag)
3710 (recentf-initialize-file-name-history, recentf-expand-file-name)
3711 (recentf-clear-data): Fix typos in docstrings.
3712
3713 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3714
3715 * progmodes/gdb-ui.el: Smarten comments.
3716 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3717
3718 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3719
3720 * term/apollo.el (terminal-init-apollo): New function containing
3721 all former top level forms in the file.
3722 * term/bobcat.el (terminal-init-bobcat):
3723 * term/cygwin.el (terminal-init-cygwin):
3724 * term/iris-ansi.el (terminal-init-iris-ansi):
3725 * term/linux.el (terminal-init-linux):
3726 * term/news.el (terminal-init-news):
3727 * term/rxvt.el (terminal-init-rxvt):
3728 * term/sun.el (terminal-init-sun):
3729 * term/tvi970.el (terminal-init-tvi970):
3730 * term/vt100.el (terminal-init-vt100):
3731 * term/vt102.el (terminal-init-vt102):
3732 * term/vt125.el (terminal-init-vt125):
3733 * term/vt200.el (terminal-init-vt200):
3734 * term/vt201.el (terminal-init-vt201):
3735 * term/vt220.el (terminal-init-vt220):
3736 * term/vt240.el (terminal-init-vt240):
3737 * term/vt300.el (terminal-init-vt300):
3738 * term/vt320.el (terminal-init-vt320):
3739 * term/vt400.el (terminal-init-vt400):
3740 * term/vt420.el (terminal-init-vt420):
3741 * term/wyse50.el (terminal-init-wyse50):
3742 * term/xterm.el (terminal-init-xterm): Likewise.
3743
3744 * term/README: Describe the terminal-init-* functionality.
3745
3746 * startup.el (command-line): After loading the terminal initialization
3747 file call the corresponding terminal initialization function.
3748
3749 2005-07-27 Kenichi Handa <handa@m17n.org>
3750
3751 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3752 negative.
3753
3754 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3755 (ps-mule-composition-prologue): Fix for the case that
3756 RelativeCompose is false.
3757
3758 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3759
3760 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3761
3762 * descr-text.el (describe-char): Handle the case where the list of
3763 chars is displayed in a separate frame.
3764 Be a bit more discriminating when looking for the char.
3765
3766 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3767
3768 * bookmark.el (bookmark-automatically-show-annotations)
3769 (bookmark-read-annotation-text-func): Doc fixes.
3770 (bookmark-save): Improve argument/docstring consistency.
3771 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3772 (bookmark-alist-from-buffer)
3773 (bookmark-upgrade-file-format-from-0)
3774 (bookmark-grok-file-format-version)
3775 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3776 (bookmark-read-annotation-mode)
3777 (bookmark-insert-current-bookmark, bookmark-jump)
3778 (bookmark-exit-hook): Fix typos in docstrings.
3779 (bookmark-exit-hooks): Define as obsolete alias.
3780 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3781 not `bookmark-exit-hooks'. Fix docstring.
3782 (bookmark-bmenu-select): "?\ " -> "?\s".
3783
3784 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3785
3786 * startup.el (command-line): Fix typo.
3787
3788 2005-07-24 Richard M. Stallman <rms@gnu.org>
3789
3790 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3791 not emacs-quick-startup.
3792
3793 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3794
3795 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3796 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3797 instead of `reb-with-current-window'.
3798 (reb-prev-match): Likewise. Also, don't move left if the search
3799 was unsuccessful.
3800 (reb-initialize-buffer): New function.
3801 (re-builder, reb-change-syntax): Use it.
3802
3803 * man.el (Man-goto-page): Make second argument NOERROR optional.
3804
3805 2005-07-23 Richard M. Stallman <rms@gnu.org>
3806
3807 * man.el (Man-bgproc-sentinel): Check here for failure to find
3808 any man page in the output, and report the error here.
3809 (Man-arguments): Make it permanent local.
3810 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3811 (Man-mode): Pass t for NOERROR.
3812
3813 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3814 (grep-mode-font-lock-keywords):
3815 Don't use compilation-...-face for messages that are not file names.
3816
3817 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3818 Don't use compilation-...-face for messages that are not file names.
3819
3820 2005-07-22 Juri Linkov <juri@jurta.org>
3821
3822 * startup.el (normal-splash-screen): Update menu name.
3823
3824 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3825
3826 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3827
3828 * term/xterm.el: Load term/rxvt if the terminal is actually an
3829 rxvt terminal.
3830 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3831
3832 * term/rxvt.el (function-key-map): Use substitute-key-definition
3833 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3834
3835 * term/cygwin.el: New file.
3836
3837 2005-07-22 Kim F. Storm <storm@cua.dk>
3838
3839 * image-file.el (insert-image-file, image-file-yank-handler):
3840 Fix last change to maintain a (unique) yank-handler on yanked images.
3841
3842 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3843
3844 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3845 of the file size (as in "177B" for 177 bytes). This happens with
3846 "ls -lh" on FreeBSD.
3847
3848 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3849
3850 * hilit-chg.el (highlight-changes-global-initial-state)
3851 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3852 (hilit-chg-fixup, highlight-changes-mode):
3853 Fix typos in docstrings.
3854 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3855 Doc fixes.
3856
3857 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3858
3859 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3860 mode function using `eval-after-load'.
3861
3862 2005-07-21 Kim F. Storm <storm@cua.dk>
3863
3864 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3865 included when reporting an emacs crash, and tell about the DEBUG file.
3866
3867 * image-file.el (insert-image-file): Add yank-handler.
3868 (image-file-yank-handler): Yank handler to make unique copies of
3869 images when they are yanked into a buffer next to each other.
3870
3871 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3872
3873 * comint.el (comint-use-prompt-regexp, comint-send-input)
3874 (comint-source-default, comint-extract-string)
3875 (comint-get-source, comint-word, comint-completion)
3876 (comint-source, comint-prompt-read-only, comint-update-fence):
3877 Fix typos in docstrings.
3878 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3879 Declare with define-obsolete-*-alias macros.
3880 (comint-previous-matching-input-from-input)
3881 (comint-next-matching-input-from-input)
3882 (comint-previous-matching-input, comint-next-matching-input)
3883 (comint-forward-matching-input):
3884 Improve argument/docstring consistency.
3885
3886 * desktop.el (desktop-clear-preserve-buffers-regexp):
3887 Also preserve the *server* buffer.
3888
3889 * simple.el (clone-indirect-buffer): Doc fix.
3890 (fixup-whitespace, just-one-space)
3891 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3892 (next-error, next-error-highlight)
3893 (next-error-highlight-no-select, next-error-last-buffer)
3894 (next-error-buffer-p, next-error-find-buffer, next-error)
3895 (previous-error, next-error-no-select, previous-error-no-select)
3896 (open-line, split-line, minibuffer-prompt-width, kill-new)
3897 (binary-overwrite-mode): Fix typos in docstrings.
3898 (set-fill-column): Fix typo in message.
3899
3900 * skeleton.el (skeleton-proxy-new): Doc fix.
3901
3902 * strokes.el (strokes-load-hook): Doc fix.
3903 (strokes-grid-resolution, strokes-get-grid-position)
3904 (strokes-renormalize-to-grid, strokes-read-stroke)
3905 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3906 (strokes-global-map): Fix typos in docstrings.
3907 (strokes-help): Doc fix. Fix help message and pass it through
3908 `substitute-command-keys'.
3909
3910 * tempo.el (tempo-insert-prompt, tempo-interactive)
3911 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3912 (tempo-insert-string-functions, tempo-local-tags)
3913 (tempo-define-template, tempo-insert-template)
3914 (tempo-insert-prompt-compat, tempo-is-user-element)
3915 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3916 Fix typos in docstrings.
3917
3918 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3919 (vcursor-key-bindings, vcursor-use-vcursor-map)
3920 (vcursor-find-window, vcursor-scroll-down)
3921 (vcursor-disable, vcursor-beginning-of-buffer)
3922 (vcursor-end-of-buffer): Fix typos in docstrings.
3923 (vcursor-relative-move, vcursor-get-char-count):
3924 Improve argument/docstring consistency.
3925
3926 * version.el: "?\ " -> "?\s".
3927
3928 * wid-edit.el (widget-default-create, widget-after-change)
3929 (widget-default-format-handler, widget-checklist-add-item)
3930 (widget-radio-add-item, widget-choose, widget-specify-secret)
3931 (widget-field-value-create, widget-field-value-get)
3932 (widget-editable-list-format-handler)
3933 (widget-editable-list-entry-create, widget-group-value-create)
3934 (widget-documentation-link-add)
3935 (widget-documentation-string-value-create): "?\ " -> "?\s".
3936 (widget-convert-text): Doc fix.
3937 (widget-narrow-to-field, widget-field-find)
3938 (widget-url-link-action, widget-emacs-library-link-action)
3939 (widget-color-notify): Fix typos in docstrings.
3940
3941 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3942 (x-select-text, set-w32-system-coding-system)
3943 (w32-add-charset-info): Fix typos in docstrings.
3944
3945 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3946 (cua-enable-cua-keys, cua-use-hyper-key)
3947 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3948 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3949
3950 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3951
3952 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3953 `defalias' instead of faking it.
3954
3955 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3956 (eshell-ls-missing, eshell-ls-dired-initial-args)
3957 (eshell-ls-use-in-dired): Fix typos in docstrings.
3958
3959 2005-07-20 Kim F. Storm <storm@cua.dk>
3960
3961 * emulation/cua-base.el (cua-mode): Improve doc string.
3962
3963 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3964
3965 * abbrev.el (expand-region-abbrevs): Doc fix.
3966 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3967 Improve argument/docstring consistency.
3968
3969 * arc-mode.el (archive-get-descr, archive-alternate-display):
3970 Doc fixes.
3971 (archive-l-e): Improve argument/docstring consistency.
3972 (archive-tmpdir, archive-unixdate, archive-unixtime)
3973 (archive-chmod-entry): Fix typos in docstrings.
3974 (archive-unflag, archive-unflag-backwards)
3975 (archive-unmark-all-files): "?\ " -> "?\s".
3976
3977 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3978 (Buffer-menu-not-modified, Buffer-menu-execute)
3979 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3980 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3981
3982 * composite.el (compose-string, encode-composition-rule)
3983 (compose-last-chars): Fix typos in docstrings.
3984
3985 * desktop.el (desktop-enable, desktop-basefilename):
3986 Declare with `define-obsolete-variable-alias'.
3987 (desktop-internal-v2s): Don't quote keywords.
3988 (desktop-clear): "?\ " -> "?\s".
3989
3990 * dired.el (dired-align-file, dired-flag-backup-files)
3991 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3992 (dired-listing-switches, dired-ls-F-marks-symlinks)
3993 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3994 (dired-directory, dired-faces, dired, dired-revert)
3995 (dired-mode, dired-summary, dired-view-file)
3996 (dired-copy-filename-as-kill, dired-delete-file)
3997 (dired-no-confirm, dired-unmark-all-marks)
3998 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3999 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
4000 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
4001 Fix typos in message strings.
4002
4003 * dired-x.el (virtual-dired): Declare with `defalias'.
4004 (dired-mark-unmarked-files, dired-local-variables-file)
4005 (dired-omit-here-always): Doc fix.
4006 (dired-omit-mode, dired-find-subdir)
4007 (dired-enable-local-variables, dired-clean-up-buffers-too)
4008 (dired-extra-startup, dired-mark-extension, dired-jump)
4009 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
4010 (dired-smart-shell-command, dired-guess-shell-alist-user)
4011 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
4012 (dired-x-bind-find-file, dired-x-submit-report):
4013 Fix typos in docstrings.
4014 (dired-mark-unmarked-files): "?\ " -> "?\s".
4015
4016 * dirtrack.el (dirtrack-list): Fix typos in docstring.
4017
4018 * faces.el (describe-face): "?\ " -> "?\s".
4019 (read-all-face-attributes, read-face-font, modify-face)
4020 (face-attr-construct, italic): Fix typos in docstrings.
4021 (frame-update-face-colors): Declare with
4022 `define-obsolete-function-alias'.
4023
4024 * files.el (find-file-noselect, recode-file-name): Doc fixes.
4025 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
4026 (magic-mode-alist, buffer-file-numbers-unique)
4027 (write-file-functions, get-free-disk-space):
4028 Fix typos in docstrings.
4029 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
4030 (write-contents-hooks, write-file-hooks):
4031 Declare with `define-obsolete-variable-alias'.
4032
4033 * forms-d2.el (arch-rj): Fix typo in docstrings.
4034 (arch-tocol): Likewise. "?\ " -> "?\s".
4035
4036 * frame.el (set-frame-font, cursor-in-non-selected-windows):
4037 Fix typo in docstring.
4038 (set-screen-width, set-screen-height): Delete redundant info in
4039 doctrings.
4040 (new-frame, screen-height, screen-width): Declare with
4041 `define-obsolete-function-alias'.
4042 (delete-frame-hook, blink-cursor): Declare with
4043 `define-obsolete-variable-alias'.
4044
4045 * paths.el (prune-directory-list): Fix typos in docstring.
4046
4047 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
4048 (cvs-prefix-get): Fix typos in docstrings.
4049
4050 * ps-print.el (ps-extend-face-list, ps-extend-face)
4051 (ps-print-background-image): Fix typos in docstrings.
4052 (ps-default-fg, ps-default-bg): Doc fixes.
4053
4054 * s-region.el (s-region-bind): Doc fix.
4055 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
4056
4057 * textmodes/org.el (org-table-formula-substitute-names)
4058 (org-table-get-vertical-vector): Doc fixes.
4059 (org-table-recalculate): Remove unused argument to `message'.
4060
4061 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
4062
4063 * textmodes/org.el (org-table-column-names)
4064 (org-table-column-name-regexp)
4065 (org-table-named-field-locations): New variables.
4066 (org-archive-subtree): Protect `this-command' when calling
4067 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
4068 the kill buffer.
4069 (org-complete): Remove fixed-formula completion.
4070 (org-edit-formulas-map): New variable.
4071 (org-table-edit-formulas): New command.
4072 (org-finish-edit-formulas, org-abort-edit-formulas)
4073 (org-show-variable, org-table-get-vertical-vector): New functions.
4074 (org-table-maybe-eval-formula): Handle `:=' fields.
4075 (org-table-get-stored-formulas, org-table-store-formulas)
4076 (org-table-get-formula, org-table-modify-formulas)
4077 (org-table-replace-in-formulas): Handle named field formulas.
4078 (org-table-get-specials): Store locations of named fields.
4079
4080 2005-07-19 Juri Linkov <juri@jurta.org>
4081
4082 * progmodes/grep.el (grep-regexp-alist)
4083 (grep-mode-font-lock-keywords, grep-process-setup):
4084 Use default GNU grep match color "01;31m" instead of "01;41m".
4085 (grep-regexp-alist, grep-mode-font-lock-keywords):
4086 Use `\\[[0-9]*m' instead of `\\[00m'.
4087 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
4088 sgr_start where its handling is more important. Use the real
4089 length of sgr_start instead of constant 8.
4090 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
4091 specially. Delete all remaining escape sequences.
4092 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
4093 (grep-regexp-alist): Make hyperlink only for binary file name
4094 instead of the whole line.
4095 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
4096 (grep-mode): Add autoload.
4097
4098 * emacs-lisp/find-func.el (find-function-regexp):
4099 Add `define-compilation-mode'.
4100
4101 2005-07-19 Juri Linkov <juri@jurta.org>
4102
4103 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
4104 (compare-windows-sync-string-size, compare-windows-recenter)
4105 (compare-windows-highlight, compare-windows): Add version 22.1.
4106 (compare-windows) <defface>: Inherit from lazy-highlight instead
4107 of duplicating its default value.
4108
4109 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
4110 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
4111
4112 * descr-text.el (describe-char): Create link buttons for `charset'
4113 and `code point'. Add the current input method name with a link
4114 button to `to input' field. Print face names of display table
4115 characters in `The display table entry is displayed by' section
4116 instead of printing face-id in the `display' field.
4117 Guess hardcoded faces and create a link button for them.
4118 Skip empty fields when calculating max-width.
4119 Treat `widget-create' specially while inserting strings from the
4120 collected field list.
4121 (describe-char-after): Made obsolete in version 22.1, not 21.5.
4122
4123 * diff-mode.el (diff-file-header): Change foreground color from
4124 yellow to green on light backgrounds.
4125 (diff-context): Inherit from `shadow' only for color/grayscale
4126 with more than 88 colors.
4127 (diff-indicator-removed, diff-indicator-added)
4128 (diff-indicator-changed): New faces.
4129 (diff-font-lock-keywords): Use new faces. Regroup rules.
4130 Add "^---$" for `normal' diff format. Fontify `#' lines with
4131 font-lock-comment-delimiter-face and font-lock-comment-face.
4132 Add `#' to ^[^...] in the rule for `diff-context-face'.
4133
4134 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
4135 a button-like box. Inherit from `highlight' on low colors.
4136 (shadow): Use shades of gray only for color/grayscale with
4137 more than 88 colors. Use green for light backgrounds with
4138 8 colors, and yellow for dark backgrounds with 8 colors.
4139
4140 * font-lock.el (font-lock-regexp-grouping-backslash):
4141 Don't inherit from escape-glyph (use bold for all cases).
4142
4143 * info.el (info-xref-visited): Use light foreground color `violet'
4144 for dark backgrounds instead of dark color `magenta3'.
4145 (info-title-1): Use `yellow' color for dark backgrounds.
4146
4147 * isearch.el (isearch): Use not-too-dark magenta3 instead of
4148 too-light magenta2.
4149
4150 * replace.el (match): Use slightly more light RoyalBlue3 instead
4151 of dark RoyalBlue4.
4152
4153 * wid-edit.el (widget-inactive): Inherit from `shadow'.
4154
4155 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
4156
4157 * novice.el (disabled-command-hook): Declare it with
4158 `define-obsolete-variable-alias'.
4159
4160 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
4161 (desktop-buffer-misc-functions, desktop-buffer-handlers)
4162 (desktop-load-default): Add release to obsolescence info.
4163 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
4164 (desktop-append-buffer-args, desktop-read):
4165 Fix typos in docstrings.
4166 (desktop-kill): Fix typo in message.
4167 (desktop-save): Doc fix.
4168
4169 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
4170
4171 * viper-cmd.el (viper-escape-to-state): Bug fix.
4172 (viper-envelop-ESC-key): Change the definition of fast
4173 keysequence so it'll work with keyboard macros.
4174
4175 * ediff.el (ediff-patch-buffer): Change the docstring.
4176
4177 2005-07-19 Kenichi Handa <handa@m17n.org>
4178
4179 * international/mule-cmds.el (select-safe-coding-system): Try to
4180 use an auto-coding (if any) before anything else. If the found
4181 auto-coding is invalid, show a warning message.
4182
4183 * international/mule.el (find-auto-coding): New function created
4184 by modifying the body of set-auto-coding.
4185 (set-auto-coding): Use find-auto-coding to find a coding.
4186
4187 2005-07-18 Richard M. Stallman <rms@gnu.org>
4188
4189 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
4190 not isearch-mode-end-hook-error.
4191 (allout-before-change-protect): Fix error message.
4192
4193 2005-07-18 Juri Linkov <juri@jurta.org>
4194
4195 * allout.el (allout-mode):
4196 * calculator.el (calculator-copy):
4197 * custom.el (custom-known-themes):
4198 * dired.el (dired-desktop-buffer-misc-data)
4199 (dired-restore-desktop-buffer):
4200 * dired-x.el (dired-omit-marker-char):
4201 * files.el (basic-save-buffer):
4202 * font-core.el (font-lock-mode):
4203 * calendar/calendar.el (calendar-goto-hebrew-date)
4204 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
4205 (calendar-goto-persian-date):
4206 * language/ethio-util.el (ethio-sera-to-fidel-region):
4207 * textmodes/picture.el (picture-mode):
4208 Delete duplicate duplicate words.
4209
4210 2005-07-18 Juri Linkov <juri@jurta.org>
4211
4212 * isearch.el (isearch-mode-map): Remove key bindings for regexp
4213 chars * ? } |.
4214 (isearch-fallback): Don't call `isearch-process-search-char'.
4215 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
4216 (isearch-process-search-char): Call `isearch-fallback' for regexp
4217 chars * ? } |.
4218 (isearch-return-char): Make obsolete with `make-obsolete' instead
4219 of simply documenting it as obsolete in the docstring.
4220 (isearch-fallback): Refill docstring.
4221
4222 * international/isearch-x.el
4223 (isearch-process-search-multibyte-characters): Remove unneeded
4224 `concat'. Add intermediate values to `junk-hist' instead of
4225 `minibuffer-history'. Test the length of `str'.
4226
4227 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
4228
4229 * allout.el (allout-resolve-xref): Fix typos in error strings.
4230 (allout-before-change-protect): Remove unneeded `concat'.
4231
4232 * array.el (array-mode, array-reconfigure-rows)
4233 (untabify-backward): Fix typos in docstrings.
4234 (array-reconfigure-rows): Use `insert-buffer-substring', not
4235 `insert-buffer'.
4236
4237 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
4238 * progmodes/ada-mode.el (ada-make-body):
4239 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
4240
4241 * dired.el (dired-log):
4242 * tar-mode.el (tar-subfile-save-buffer):
4243 * play/zone.el (zone-pgm-stress-destress):
4244 Use `insert-buffer-substring', not `insert-buffer'.
4245
4246 2005-07-17 Simon Josefsson <jas@extundo.com>
4247
4248 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
4249
4250 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
4251
4252 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
4253 Add plain auth method.
4254 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4255
4256 2005-07-17 Kim F. Storm <storm@cua.dk>
4257
4258 * ido.el (dired-other-window): Add ido property.
4259
4260 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
4261
4262 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4263 Fix typo in docstring.
4264 (byte-compile-interactive-only-functions): Add `insert-buffer' and
4265 `insert-file-literally'.
4266
4267 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
4268 info and delete redundant message. Doc fix.
4269 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
4270 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
4271
4272 2005-07-16 Richard M. Stallman <rms@gnu.org>
4273
4274 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
4275 (byte-compile-and): Use byte-compile-and-recursion.
4276 (byte-compile-or-recursion): New function.
4277 (byte-compile-or): Use that.
4278 (byte-compile-if): Guard the else-clause too.
4279 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4280
4281 * isearch.el (isearch-mode-end-hook-quit): New variable.
4282 (isearch-done): Bind it.
4283 (isearch-mode-end-hook): Doc fix.
4284
4285 * allout.el (allout-isearch-did-quit): Variable deleted.
4286 (allout-real-isearch-abort): Function name no longer used.
4287 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4288 (allout-isearch-rectification): isearch-mode always exists.
4289 Don't set allout-isearch-did-quit.
4290 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4291 allout-isearch-did-quit.
4292 (allout-enwrap-isearch): Just add the hook.
4293 (allout-isearch-abort): Function deleted.
4294 (allout-pre-command-business): Avoid warning.
4295
4296 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4297 Correctly avoid warnings.
4298 (pascal-outline): Likewise.
4299
4300 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4301
4302 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4303
4304 * play/tetris.el (tetris-mode): Avoid warning.
4305
4306 * play/snake.el (snake-mode): Avoid warning.
4307
4308 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4309 (gamegrid-set-display-table): Avoid warning.
4310 (gamegrid-set-timer): Likewise.
4311 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4312 (gamegrid-add-score-with-update-game-score-1): Take FILE
4313 as argument.
4314 (gamegrid-add-score-with-update-game-score): Pass that argument.
4315 Rename have-shared-game-dir to gamegrid-shared-game-dir.
4316
4317 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4318
4319 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4320 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4321
4322 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4323 and insert-file.
4324
4325 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4326 (sc-ask): Avoid warnings.
4327
4328 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4329 (eshell-hist-initialize): Use that var the natural way.
4330
4331 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4332
4333 * emacs-lisp/re-builder.el (reb-cook-regexp):
4334 Avoid warning calling lre-compile-string.
4335 (reb-color-display-p): Avoid warning.
4336
4337 * calculator.el (calculator-last-input): Guard uses
4338 of event-key and key-press-event-p.
4339 (event-key, key-press-event-p): Delete definitions.
4340
4341 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4342 (find-gc-source-directory, find-gc-subrs-callers)
4343 (find-gc-noreturn-list, find-gc-source-files)
4344 (find-gc-subrs-called): Vars renamed and defvar'd.
4345
4346 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4347 (checkdoc-overlay-put, checkdoc-delete-overlay)
4348 (checkdoc-overlay-start, checkdoc-overlay-end)
4349 (checkdoc-mode-line-update, checkdoc-char=):
4350 Define such that compiler knows they are defined.
4351 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4352 (checkdoc-read-event): Delete. Use read-event directly.
4353
4354 * whitespace.el (whitespace-make-overlay)
4355 (whitespace-overlay-put, whitespace-delete-overlay)
4356 (whitespace-overlay-start, whitespace-overlay-end):
4357 Define such that compiler knows they are defined.
4358 (whitespace): Move conditional inside.
4359
4360 * tempo.el (tempo-insert-template): Suppress warning.
4361
4362 * ediff-diff.el (longlines-mode): Add defvar.
4363
4364 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4365
4366 * server.el: Bind "C-x #" in a way that works even if C-x is
4367 redefined to a command key, not a prefix key.
4368
4369 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4370
4371 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4372 cl-make-type-test till execution time.
4373
4374 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4375
4376 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4377 arg ARG and use it.
4378
4379 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4380
4381 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4382
4383 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4384
4385 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4386 a defcustom with two :set or :type keywords.
4387
4388 2005-07-15 Richard M. Stallman <rms@gnu.org>
4389
4390 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4391 Don't give ^M comment-end syntax.
4392
4393 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4394
4395 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4396 Don't consider gdbmi (gdb-mi.el has its own update functions).
4397 (gdb-var-delete): Make it work for gdbmi as well.
4398 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4399
4400 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4401 (gud-speedbar-menu-items): Correct logic for enabling items.
4402
4403 2005-07-15 Kim F. Storm <storm@cua.dk>
4404
4405 * ido.el: Fix commentary.
4406 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4407 Use with-no-warnings around ffap-guesser.
4408 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4409 Let bind minibuffer-completing-file-name to t.
4410
4411 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4412
4413 * startup.el (site-run-file, keyboard-type): Doc fixes.
4414 (command-line): Check for "--basic-display" argument; also for
4415 "--quick", not "--bare-bones" (which was renamed).
4416 (fancy-splash-text): Add missing item "Getting New Versions".
4417 (normal-splash-screen): Fix typos and improve consistency with
4418 `fancy-splash-text'. Update copyright year.
4419
4420 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4421 valid binding for `help-char'.
4422
4423 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4424
4425 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4426
4427 * term.el (term-mode): Disable cua-mode for term buffers.
4428
4429 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4430
4431 * add-log.el (add-log-mailing-address, change-log-merge):
4432 Doc fixes.
4433 (change-log-get-method-definition): Fix typo in docstring.
4434
4435 2005-07-14 Kim F. Storm <storm@cua.dk>
4436
4437 * emulation/cua-base.el:
4438 (cua--pre-command-handler-1, cua--pre-command-handler)
4439 (cua--post-command-handler-1, cua--post-command-handler):
4440 Split in two. Check (buffer local) value of cua-mode.
4441 (cua-selection-mode): New command.
4442
4443 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4444
4445 * custom.el (custom-initialize-safe-set)
4446 (custom-initialize-safe-default): Doc fixes.
4447
4448 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4449 and simplify :init-value again.
4450
4451 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4452 and simplify :init-value again. Delete autoload.
4453
4454 * startup.el (command-line): Use `custom-reevaluate-setting' again
4455 for tooltip-mode.
4456
4457 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4458 a defcustom with two :initialize keywords.
4459
4460 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4461
4462 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4463 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4464 (allout-post-command-business, allout-flag-region)
4465 (isearch-reenable-font-lock, allout-yank)
4466 (allout-insert-latex-header, allout-insert-latex-trailer)
4467 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4468 (allout-latex-verb-quote): Fix typos in docstrings.
4469 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4470 (allout-unprotected, allout-prefix-data):
4471 Improve argument/docstring consistency.
4472 (allout-chart-subtree): Fix argument spec.
4473 (allout-open-topic): Rename `use_sib_bullet' argument to
4474 `use-sib-bullet'. Doc fix.
4475
4476 * whitespace.el (whitespace-check-buffer-leading)
4477 (whitespace-check-buffer-trailing)
4478 (whitespace-check-buffer-indent)
4479 (whitespace-check-buffer-spacetab)
4480 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4481 (whitespace-check-leading-whitespace)
4482 (whitespace-check-trailing-whitespace)
4483 (whitespace-check-spacetab-whitespace)
4484 (whitespace-check-indent-whitespace)
4485 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4486 (whitespace-modes): Fix typos in docstrings.
4487 (defgroup, defcustom): Doc fixes.
4488
4489 * winner.el (winner-mode, winner-boring-buffers)
4490 (winner-pending-undo-ring): Doc fixes.
4491 (winner-ring): Remove unneeded `progn'.
4492 (winner-equal): `defsubst' it.
4493 (winner-redo): Fix message.
4494
4495 2005-07-13 Kim F. Storm <storm@cua.dk>
4496
4497 * simple.el (line-move-1): Always use vertical-motion to
4498 do the last (or only) line move to ensure some movement.
4499 Undo 2005-06-23 change--don't check for overlays.
4500
4501 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4502
4503 * term/mac-win.el (ccl-encode-mac-roman-font)
4504 (ccl-encode-mac-centraleurroman-font)
4505 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4506 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4507 Change charset-id boundary of dimension to ?\xef.
4508 (mac-char-fontspec-list): New constant.
4509 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4510 argument. Nil uses itself as family in font-spec. Previous
4511 behavior for nil is now provided by non-nil non-string argument.
4512 All callers changed. Add font-specs for Mac fonts to
4513 "fontset-default" unless iso8859-1 fonts are installed.
4514
4515 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4516
4517 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4518 a continuation line if the \ is preceded by SPC or TAB.
4519 (sh-get-indent-info): Simplify.
4520 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4521 Use with-current-buffer.
4522
4523 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4524 when the matched text is empty.
4525
4526 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4527
4528 * startup.el (command-line): Revert to previous handling of
4529 tooltip-mode. Explain in comment why the complexity is needed.
4530
4531 * tooltip.el (tooltip-mode): Revert to previous implementation of
4532 its defcustom.
4533
4534 * frame.el (blink-cursor-mode): Revert to previous implementation
4535 of its defcustom. Update comment.
4536
4537 2005-07-12 Lars Hansen <larsh@soem.dk>
4538
4539 * desktop.el: Update e-mail address.
4540
4541 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4542
4543 * term/mac-win.el (mac-services-mail-selection)
4544 (mac-services-mail-to): New functions.
4545 (mac-application-menu-map): Bind them.
4546
4547 2005-07-12 wulei <milton@wulei.net> (tiny change)
4548
4549 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4550
4551 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4552
4553 * custom.el (custom-reevaluate-setting): Doc fix.
4554
4555 2005-07-11 Jay Belanger <belanger@truman.edu>
4556
4557 * calc/calc.el (calc-embedded-announce-formula-alist)
4558 (calc-embedded-open-close-plain-alist)
4559 (calc-embedded-open-close-mode-alist): Add checks for additional
4560 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4561
4562 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4563
4564 * custom.el (custom-enable-theme): Don't add theme to
4565 `custom-enabled-themes' with `push' because there is no
4566 setf-method for `delq'.
4567
4568 2005-07-11 Richard M. Stallman <rms@gnu.org>
4569
4570 * custom.el (custom-declare-variable): Doc fix.
4571
4572 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4573 from the alists.
4574
4575 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4576 Do nothing if edebug-active.
4577
4578 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4579 (edebug-display): Do it here instead.
4580
4581 2005-07-10 Richard M. Stallman <rms@gnu.org>
4582
4583 * cus-face.el (custom-theme-set-faces): Make it work.
4584 (custom-reset-faces): Doc fix.
4585 (custom-theme-reset-internal-face, custom-theme-face-value):
4586 Functions deleted.
4587
4588 * custom.el (custom-push-theme): Maintain list of the settings
4589 of a given theme in its theme-settings property.
4590 Maintain position of old settings in the theme-value
4591 or theme-face property.
4592 (custom-enabled-themes): New variable.
4593 (custom-theme-enabled-p): New function.
4594 (provide-theme): Update custom-enabled-themes.
4595 Disable and reenable the `user' theme.
4596 (require-theme): Doc fix.
4597 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4598 (custom-theme-value, custom-theme-variable-value): Likewise.
4599 (custom-theme-reset-internal): Likewise.
4600 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4601 (custom-enable-theme, custom-disable-theme): New functions.
4602 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4603 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4604 (custom-theme-reset-variables): Simplify.
4605 (deftheme, custom-declare-theme, custom-make-theme-feature):
4606 Definitions moved.
4607
4608 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4609
4610 * longlines.el (longlines-show-region)
4611 (longlines-unshow-hard-newlines): Recognize hard newlines by
4612 non-nil hard property, instead of t.
4613
4614 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4615
4616 * viper-cmd.el (viper--key-maps): New variable.
4617 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4618 emulation-mode-map-alists.
4619 (viper-envelop-ESC-key): Use viper-subseq.
4620 (viper-search-forward/backward/next): Disable debug-on-error.
4621
4622 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4623 (viper-ESC-key): New defcustoms.
4624
4625 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4626
4627 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4628 (viper-subseq): Copy of subseq from cl.el.
4629
4630 * viper.el (viper-go-away, viper-set-hooks): Use
4631 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4632
4633 * viper-mous.el (viper-current-frame-saved): Use defvar.
4634
4635 * viper-init.el: Get rid of -face in face names.
4636
4637 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4638 Make it work with longlines mode
4639
4640 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4641
4642 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4643
4644 * ediff-init.el: Get rid of -face in face names.
4645
4646 2005-07-10 Richard M. Stallman <rms@gnu.org>
4647
4648 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4649 and with-timeout-unsuspend.
4650
4651 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4652 and with-timeout-unsuspend.
4653
4654 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4655 (with-timeout): Bind that variable to record timers.
4656 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4657
4658 * emacs-lisp/debug.el (debug-help-follow): New function.
4659 (debugger-mode-map): Use that instead of help-follow.
4660 (debugger-setup-buffer): Use eval-buffer-list
4661 to handle eval-buffer frames.
4662
4663 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4664
4665 * timezone.el (timezone-parse-date): Change first regexp
4666 so it will not mistakenly match dates with no time zone.
4667
4668 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4669
4670 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4671
4672 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4673
4674 * custom.el (custom-initialize-safe-set)
4675 (custom-initialize-safe-default): New functions.
4676
4677 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4678 and simplify :init-value.
4679
4680 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4681 and simplify :init-value. Delete obsolete comment.
4682
4683 * startup.el (command-line): Use `custom-reevaluate-setting' to
4684 handle `tooltip-mode'. Delete obsolete comment.
4685
4686 * files.el (set-visited-file-name): Avoid calling
4687 `file-name-nondirectory' with a nil argument.
4688
4689 2005-07-09 Richard M. Stallman <rms@gnu.org>
4690
4691 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4692 was called with nil for the buffer, handle the read position right.
4693 Handle read position for eval-region, too.
4694
4695 2005-07-09 Juri Linkov <juri@jurta.org>
4696
4697 * fringe.el (fringe-mode): Add period in docstring.
4698 (fringe-query-style): Build prompt depending on `all-frames' arg.
4699
4700 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4701 to not create links to unrelated functions in the Help buffer.
4702
4703 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4704 Doc fix.
4705
4706 * simple.el (next-error-hook): New variable.
4707 (next-error): Use it. Doc fix.
4708
4709 * textmodes/ispell.el (ispell-command-loop): Add current
4710 dictionary name and program name to mode-line-format.
4711 (ispell-region, ispell-process-line): Add current dictionary name
4712 and program name to messages.
4713
4714 2005-07-08 Jay Belanger <belanger@truman.edu>
4715
4716 * calc/calc.el (calc-embedded-announce-formula-alist)
4717 (calc-embedded-open-close-formula-alist)
4718 (calc-embedded-open-close-word-alist)
4719 (calc-embedded-open-close-plain-alist)
4720 (calc-embedded-open-close-new-formula-alist)
4721 (calc-embedded-open-close-mode-alist)
4722 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4723 (calc-embedded-mode-hook): New variables.
4724
4725 * calc/calc-embed.el (calc-embedded-firsttime)
4726 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4727 New variables.
4728 (calc-do-embedded): Use calc-embedded-firsttime,
4729 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4730 determine whether or not to run hooks.
4731 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4732 calc-embedded-firsttime-formula appropriately.
4733 Set calc-embedded delimiter variables according to mode.
4734
4735 2005-07-08 Richard M. Stallman <rms@gnu.org>
4736
4737 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4738 Check for "emacs", etc., as entire symbol, not just as word.
4739 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4740
4741 * files.el (set-visited-file-name): Report the error
4742 for "empty filename" earlier.
4743 (kill-some-buffers): Ignore buffers already dead.
4744
4745 * fringe.el (fringe-mode): Doc fix.
4746
4747 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4748 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4749 Use unwind-protect to ensure byte-compile-unresolved-functions
4750 is updated.
4751
4752 * whitespace.el (whitespace-buffer-leading-cleanup):
4753 Simplify w/ skip-chars-forward.
4754 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4755
4756 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4757 Unconditionally try to leave point at the same old place.
4758
4759 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4760
4761 * comint.el (comint-postoutput-scroll-to-bottom)
4762 (comint-show-maximum-output): Take scroll-margin into consideration.
4763
4764 2005-07-08 Kim F. Storm <storm@cua.dk>
4765
4766 * ido.el (ido-use-filename-at-point): New choice `guess'.
4767 (ido-file-internal): Try ffap-guesser if selected.
4768
4769 * ido.el (ido-before-fallback-functions): New hook.
4770 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4771 (ido-read-file-name): Run it.
4772
4773 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4774
4775 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4776 strings rather than a list of symbols to the completion function.
4777
4778 2005-07-07 Jay Belanger <belanger@truman.edu>
4779
4780 * calc/calc-units.el (math-apply-units): Change the places in
4781 which units are simplified.
4782
4783 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4784
4785 * cus-edit.el (customize-option, customize-option-other-window):
4786 Make them handle aliases.
4787
4788 * custom.el (custom-variable-p): Make it recursively follow
4789 aliases. Mention that in the docstring.
4790
4791 2005-07-07 Richard M. Stallman <rms@gnu.org>
4792
4793 * cus-start.el (exec-path): Use `directory' instead of `file'.
4794 Fix tag for nil.
4795
4796 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4797
4798 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4799 when called non-interactively. Doc fix.
4800
4801 2005-07-07 Lute Kamstra <lute@gnu.org>
4802
4803 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4804 new address as well.
4805
4806 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4807
4808 * progmodes/gud.el: Require font-lock for displaying errors.
4809 Used by gdb-ui.el.
4810
4811 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4812
4813 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4814 values for the pattern lists which are `read'able but not
4815 `append'able (like symbols).
4816
4817 2005-07-06 Richard M. Stallman <rms@gnu.org>
4818
4819 * progmodes/flymake.el (flymake-float-time): Instead of
4820 with-no-warnings, test for xemacs.
4821 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4822 to avoid warning.
4823
4824 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4825
4826 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4827
4828 2005-07-05 Lute Kamstra <lute@gnu.org>
4829
4830 * battery.el: Add support for Darwin (with much debugging help
4831 from Samuel Lauber <sam124@operamail.com>).
4832 (battery-status-function, battery-echo-area-format)
4833 (battery-mode-line-format): Add support for pmset on Darwin.
4834 (battery-load-low, battery-load-critical): New user options.
4835 (battery-pmset): New function.
4836
4837 2005-07-05 Lute Kamstra <lute@gnu.org>
4838
4839 Update FSF's address in GPL notices.
4840
4841 * textmodes/page-ext.el: Update FSF's address.
4842
4843 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4844
4845 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4846 filling from using prefix when filling a single-line docstring.
4847
4848 * progmodes/flymake.el: Remove useless eval-when-compile.
4849
4850 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4851
4852 2005-07-04 Richard M. Stallman <rms@gnu.org>
4853
4854 * textmodes/org.el (org-file-apps-defaults-gnu):
4855 Rename from org-file-apps-defaults-linux.
4856 (org-default-apps): Don't test system-type for `linux'.
4857 (org-file-apps): Doc fix.
4858
4859 2005-07-04 David Ponce <david@dponce.com>
4860
4861 * tree-widget.el: Improve header Commentary section.
4862 (tree-widget) [defgroup]
4863 (tree-widget-image-enable, tree-widget-themes-directory)
4864 (tree-widget-theme, tree-widget-image-properties-emacs)
4865 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4866 (tree-widget-image-formats, tree-widget-control)
4867 (tree-widget-empty-control, tree-widget-leaf-control
4868 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4869 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4870 (tree-widget-keep, tree-widget-after-toggle-functions)
4871 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4872 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4873 :help-echo message.
4874 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4875 (tree-widget-image-properties): Doc fix. Clearer implementation.
4876 (tree-widget--cursors): New constant.
4877 (tree-widget-lookup-image): New function split from
4878 `tree-widget-find-image'. Clearer implementation.
4879 (tree-widget-find-image): Use it.
4880 (tree-widget-button-keymap): Use `set-keymap-parent'.
4881 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4882 Define the sub-widgets here.
4883 (tree-widget-node): Check that :node is not a tree-widget.
4884 (tree-widget-get-super, tree-widget-open-control)
4885 (tree-widget-close-control, tree-widget-empty-control)
4886 (tree-widget-leaf-control, tree-widget-guide)
4887 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4888 (tree-widget-no-handle, tree-widget-value-delete)
4889 (tree-widget-map): Remove.
4890 (tree-widget-children-value-save): Doc fix. Simplified.
4891 (tree-widget-value-create): Update according to previous changes.
4892
4893 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4894
4895 * textmodes/org.el: Leading space replaced by TABS.
4896 (org-recalc-marks, org-table-rotate-recalc-marks)
4897 (org-table-get-specials): Treat "^" and "_" marks.
4898 (org-table-justify-field-maybe): Optional argument NEW.
4899 (org-table-eval-formula): Parsing of the format simplified.
4900 New modes C,I. Honor the %= parameter in the current table.
4901 Avoid unnecessary re-align by using the NEW argument to
4902 `org-table-justify-field-maybe'.
4903 (org-calc-default-modes): Default for date-format mimicks org-mode.
4904 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4905
4906 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4907
4908 * cus-face.el (custom-theme-set-faces): Make it handle face
4909 aliases whose alias declarations are pre- or autoloaded.
4910
4911 2005-07-04 Juri Linkov <juri@jurta.org>
4912
4913 * faces.el (read-face-name): Put the code for getting a face name
4914 from the buffer before adding the faces from the `face' property.
4915 Use `completing-read-multiple' instead of `completing-read'.
4916 Require `crm'. Add default value and post-process the returned
4917 list of faces.
4918
4919 * emacs-lisp/crm.el (crm-find-current-element)
4920 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4921
4922 * emacs-lisp/lisp-mode.el (eval-defun-1):
4923 * emacs-lisp/edebug.el (edebug-eval-defun):
4924 Remove unnecessary quotes.
4925
4926 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4927
4928 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4929 (prolog-indent-level): Fix typo in docstring.
4930
4931 * info.el (Info-history, Info-history-forward)
4932 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4933
4934 * add-log.el (add-change-log-entry):
4935 * comint.el (comint-dynamic-list-input-ring)
4936 (comint-dynamic-list-completions):
4937 * dabbrev.el (dabbrev-expand):
4938 * delim-col.el (delimit-columns-rectangle-line):
4939 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4940 (diff-unified->context):
4941 * ediff-init.el (ediff-abbrev-jobname):
4942 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4943 (ediff-replace-session-activity-marker-in-meta-buffer):
4944 * info.el (Info-summary):
4945 * lpr.el (printify-region):
4946 * printing.el (pr-create-interface):
4947 * ps-print.el (ps-print-quote):
4948 * ses.el (ses-column-widths, ses-print-cell)
4949 (ses-adjust-print-width, ses-center):
4950 * shell.el (shell-file-name-quote-list):
4951 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4952 (strokes-fill-current-buffer-with-whitespace)
4953 (strokes-xpm-for-stroke, strokes-list-strokes)
4954 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4955 * term.el (term-dynamic-list-input-ring)
4956 (term-dynamic-list-completions):
4957 * calc/calc.el (math-format-stack-value):
4958 * emacs-lisp/edebug.el (edebug-display-freq-count):
4959 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4960 (delphi-new-comment-line):
4961 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4962 * progmodes/executable.el (executable-set-magic):
4963 * progmodes/python.el (inferior-python-mode):
4964 * progmodes/scheme.el (scheme-mode-syntax-table):
4965 * progmodes/sh-script.el (sh-maybe-here-document):
4966 * progmodes/sql.el (sql-copy-column):
4967 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4968 * textmodes/bibtex.el (bibtex-mode):
4969 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4970 (sgml-auto-attributes):
4971 * textmodes/table.el (table-insert, table-shorten-cell)
4972 (table--generate-source-scan-lines, table-delete-row)
4973 (*table--cell-delete-char, table--spacify-frame)
4974 (table--horizontally-shift-above-and-below)
4975 (table--cell-insert-char, table--cell-blank-str)
4976 (table--fill-region-strictly):
4977 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4978 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4979
4980 * add-log.el (change-log):
4981 * apropos.el (apropos):
4982 * comint.el (comint-completion, comint-source):
4983 * dabbrev.el (dabbrev):
4984 * delim-col.el (columns):
4985 * diff-mode.el (diff-mode):
4986 * ediff.el (ediff):
4987 * ediff-diff.el (ediff-diff):
4988 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4989 * ediff-mult.el (ediff-mult):
4990 * ediff-ptch.el (ediff-ptch):
4991 * ediff-wind.el (ediff-window):
4992 * facemenu.el (facemenu):
4993 * indent.el (indent):
4994 * info.el (info):
4995 * jka-cmpr-hook.el (compression, jka-compr):
4996 * lpr.el (lpr):
4997 * outline.el (outlines):
4998 * pcmpl-cvs.el (pcmpl-cvs):
4999 * pcmpl-rpm.el (pcmpl-rpm):
5000 * printing.el (printing):
5001 * ps-print.el (postscript, ps-print, ps-print-horizontal)
5002 (ps-print-vertical, ps-print-headers, ps-print-font)
5003 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
5004 (ps-print-background, ps-print-printer, ps-print-page)
5005 (ps-print-miscellany):
5006 * ses.el (ses):
5007 * shell.el (shell, shell-directories, shell-faces):
5008 * startup.el (initialization):
5009 * strokes.el (strokes):
5010 * term.el (term):
5011 * uniquify.el (uniquify):
5012 * w32-vars.el (w32):
5013 * calc/calc.el (calc):
5014 * emacs-lisp/bytecomp.el (bytecomp):
5015 * emacs-lisp/cl-indent.el (lisp-indent):
5016 * emacs-lisp/edebug.el (edebug):
5017 * emacs-lisp/elp.el (elp):
5018 * emacs-lisp/testcover.el (testcover):
5019 * emacs-lisp/trace.el (trace):
5020 * emulation/viper-ex.el (viper-ex):
5021 * emulation/viper-mous.el (viper-mouse):
5022 * mail/mailalias.el (mailalias):
5023 * mail/supercite.el (supercite, supercite-frames)
5024 (supercite-attr, supercite-cite, supercite-hooks):
5025 * net/rcompile.el (remote-compile):
5026 * net/rlogin.el (rlogin):
5027 * obsolete/ooutline.el (outlines):
5028 * progmodes/delphi.el (delphi):
5029 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
5030 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
5031 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
5032 (ebnf-optimization):
5033 * progmodes/etags.el (etags):
5034 * progmodes/executable.el (executable):
5035 * progmodes/idlwave.el (idlwave):
5036 * progmodes/pascal.el (pascal):
5037 * progmodes/prolog.el (prolog):
5038 * progmodes/python.el (python):
5039 * progmodes/scheme.el (scheme):
5040 * progmodes/sh-script.el (sh, sh-script):
5041 * progmodes/sql.el (SQL):
5042 * progmodes/tcl.el (tcl):
5043 * textmodes/bibtex.el (bibtex, bibtex-autokey):
5044 * textmodes/enriched.el (enriched):
5045 * textmodes/makeinfo.el (makeinfo):
5046 * textmodes/sgml-mode.el (sgml):
5047 * textmodes/table.el (table-hooks):
5048 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
5049 * textmodes/texinfo.el (texinfo):
5050 * textmodes/two-column.el (two-column):
5051 Finish `defgroup' description with period.
5052
5053 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
5054 * eshell/esh-var.el (eshell-var):
5055 * progmodes/vhdl-mode.el (vhdl-testbench):
5056 * textmodes/org.el (org): Fix typos in docstrings.
5057
5058 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
5059 consistency.
5060
5061 * progmodes/flymake.el (flymake-find-file): Remove.
5062 (flymake-float-time): Use `with-no-warnings'.
5063 (flymake-check-start-time, flymake-check-was-interrupted)
5064 (flymake-err-info, flymake-is-running, flymake-last-change-time)
5065 (flymake-new-err-info): `defvar' at compile time.
5066
5067 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
5068
5069 * replace.el (occur-hook): Doc fix.
5070 (occur-1): Don't call `occur-hook' if there are no matches.
5071
5072 2005-07-03 Richard M. Stallman <rms@gnu.org>
5073
5074 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
5075 global-map, save the same map.
5076 (global-map): Don't alter it at top level.
5077 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
5078 Then alter it here instead.
5079 (tpu-edt-off): Set global-map to the saved one.
5080
5081 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
5082 All references simplified.
5083 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
5084 (zmacs-regions): Add defvar.
5085 (repeat-complex-command-map): Everything about that deleted.
5086
5087 * textmodes/artist.el (artist-key-is-drawing)
5088 (artist-key-endpoint1, artist-key-poly-point-list)
5089 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
5090 (artist-key-compl-table, artist-rb-save-data)
5091 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
5092 Don't put them in eval-when-compile.
5093 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
5094
5095 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
5096 Use with-no-warnings.
5097
5098 * net/browse-url.el (dos-windows-version): Add defvar.
5099
5100 * mail/supercite.el (filladapt-prefix-table): Add defvar.
5101
5102 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
5103 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
5104 (rmail-new-summary-line-count): Rename from new-summary-line-count.
5105 Add defvar.
5106 (rmail-summary-beginning-of-message): Use with-no-warnings.
5107 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
5108
5109 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
5110 Use with-no-warnings.
5111
5112 * emulation/vi.el (vi-mark-region): Use c-mark-function.
5113 (c-mark-function): Add point-moving-unit property.
5114 (vi-goto-line): Use with-no-warnings.
5115
5116 * emulation/edt.el (edt-last-copied-word): Add defvar.
5117 (zmacs-region-stays): Likewise.
5118 (edt-mark-section-wisely): Use c-mark-function for C.
5119 Use makr-defun for Fortran.
5120 (time-string): defvar deleted.
5121 (edt-display-the-time): Don't set time-string.
5122
5123 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
5124
5125 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
5126 Don't warn when name is not constant
5127 or for defining the group `emacs'.
5128
5129 * tooltip.el (gud-tooltip-mode): Add defvar.
5130
5131 * startup.el (default-frame-background-mode): Add defvar.
5132
5133 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
5134
5135 * info.el (tool-bar-map): Add defvar.
5136
5137 * dired.el (dnd-protocol-alist): Add defvar.
5138
5139 * dired-aux.el (dired-query): Display question with answer, when
5140 the user answers.
5141
5142 * custom.el (custom-add-option): Doc fix.
5143
5144 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
5145
5146 2005-07-03 Eli Zaretskii <eliz@gnu.org>
5147
5148 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
5149 bogus name from the last change.
5150
5151 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
5152
5153 * custom.el (custom-declare-variable): Fix typos in comment.
5154 (custom-known-themes): Doc fix.
5155 (custom-theme-directory): New defcustom.
5156 (require-theme): Make it check `custom-theme-directory'.
5157
5158 * cus-theme.el (custom-new-theme-mode): New function.
5159 (custom-theme-name, custom-theme-variables, custom-theme-faces)
5160 (custom-theme-description): Add compiler defvars.
5161 (customize-create-theme): Add doc to the "*New Custom Theme*"
5162 buffer. Use `custom-new-theme-mode'.
5163 (custom-theme-write): Put the created buffer in emacs-lisp-mode
5164 and save it to the `custom-theme-directory'. Make this the
5165 default directory of the buffer.
5166
5167 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
5168
5169 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
5170 Fix unbalanced parentheses.
5171
5172 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
5175 into flymake-mode and delegate to flymake-mode.
5176
5177 * find-file.el (ff-which-function-are-we-in): Clean up.
5178
5179 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
5180
5181 * replace.el (occur-rename-buffer): Fix docstring.
5182
5183 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
5184 (edt-last-copied-word, edt-learn-macro-count)
5185 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
5186 (edt-rect-start-point, edt-user-global-map, rect-start-point)
5187 (time-string, zmacs-region-stays):
5188 * emulation/edt-mapper.el (edt-save-function-key-map)
5189 (EDT-key-name): `defvar' to silence the byte-compiler.
5190
5191 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
5192
5193 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
5194 font-lock-regexp-backslash. Doc fix.
5195 (font-lock-regexp-backslash-grouping-construct): Rename from
5196 font-lock-regexp-backslash-construct. Doc fix.
5197 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
5198 grouping constructs.
5199
5200 2005-07-02 Eli Zaretskii <eliz@gnu.org>
5201
5202 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
5203 updating all the prerequisites.
5204
5205 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
5206
5207 * textmodes/org.el (org-agenda-start-on-weekday)
5208 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
5209 (org-agenda-use-time-grid, org-archive-location)
5210 (org-allow-space-in-links, org-usenet-links-prefer-google)
5211 (org-enable-table-editor, org-export-default-language)
5212 (org-export-html-show-new-buffer, org-fill-paragraph)
5213 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
5214 (org-goto-quit, org-occur, org-eval-in-calendar)
5215 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
5216 (org-agenda-diary-entry, org-remember-help)
5217 (org-table-convert-region, org-at-table-p)
5218 (org-table-move-row-down, org-table-move-row-up)
5219 (org-table-copy-region, org-table-toggle-vline-visibility)
5220 (org-table-get-stored-formulas, org-table-get-specials)
5221 (org-recalc-commands, org-table-eval-formula)
5222 (org-table-formula-substitute-names, orgtbl-make-binding)
5223 (org-format-org-table-html, org-format-table-table-html)
5224 (org-format-table-table-html-using-table-generate-source)
5225 (org-customize): Fix typos in docstrings.
5226 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
5227 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
5228 (org-back-to-heading): Doc fixes.
5229 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
5230 (org-agenda-change-all-lines, org-get-header):
5231 Improve argument/docstring consistency.
5232 (orgtbl-error): Fix error message.
5233
5234 * progmodes/flymake.el (flymake-find-possible-master-files)
5235 (flymake-master-file-compare, flymake-get-line-err-count)
5236 (flymake-highlight-line, flymake-gui-warnings-enabled):
5237 Fix typos in docstrings.
5238 (flymake-parse-line, flymake-get-project-include-dirs-function)
5239 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
5240 Doc fixes.
5241 (flymake-get-project-include-dirs-function)
5242 (flymake-make-err-menu-data):
5243 Improve argument/docstring consistency.
5244
5245 2005-07-01 Lute Kamstra <lute@gnu.org>
5246
5247 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
5248 Catch errors with ignore-errors. Use temporary buffer.
5249 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
5250
5251 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
5252 background color faces.
5253 (facemenu-set-foreground, facemenu-set-background):
5254 Use facemenu-set-face-from-menu.
5255 (facemenu-set-face-from-menu): Treat face names that start with
5256 "fg:" or "bg:" as special.
5257 (facemenu-add-new-color): Don't create faces. Simplify.
5258
5259 2005-06-30 Richard M. Stallman <rms@gnu.org>
5260
5261 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
5262 (crm-find-current-element): Likewise.
5263
5264 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
5265
5266 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5267
5268 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * arc-mode.el (archive-extract): Make it work as a mouse binding.
5271 (archive-mouse-extract): Make it an obsolete alias.
5272 (archive-mode-map): Don't use archive-mouse-extract any more.
5273 (archive-mode, archive-extract): write-contents-hooks ->
5274 write-contents-functions.
5275 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5276 first arg.
5277 (archive-rename-entry): Update the call.
5278 (archive-zip-summarize): Remove unused var `method'.
5279 (archive-lzh-summarize): Remove unused var `creator'.
5280
5281 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5282 dedicated frame upon exit.
5283
5284 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5285 (archive-zip-extract, archive-zip-expunge)
5286 (archive-zip-update, archive-zip-update-case): Use executable-find.
5287 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5288 Use restore-buffer-modified-p.
5289 (archive-extract, archive-add-new-member, archive-write-file-member):
5290 Use with-current-buffer.
5291 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5292
5293 2005-06-30 Andreas Schwab <schwab@suse.de>
5294
5295 * progmodes/gud.el (gud-filter): Remove unneeded progn.
5296
5297 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5298
5299 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5300
5301 2005-06-30 Juri Linkov <juri@jurta.org>
5302
5303 * faces.el (vertical-border): Inherit from mode-line-inactive
5304 only on tty.
5305
5306 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5307
5308 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5309 example, -NLINES in the `occur' docstring).
5310
5311 * replace.el (occur-1): When no matches are found, do not set the
5312 `buffer-read-only' and modified flags for the occur buffer,
5313 because it is deleted.
5314
5315 * emulation/cua-base.el (cua-check-pending-input)
5316 (cua-repeat-replace-region, cua-mode, cua-debug)
5317 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5318 Fix typos in docstrings.
5319
5320 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5321 (cua-cut-region-to-global-mark)
5322 (cua--cut-rectangle-to-global-mark):
5323 Remove period from end of messages.
5324
5325 * emulation/cua-rect.el (cua-do-rectangle-padding):
5326 Remove period from end of messages.
5327 (cua--rectangle-seq-format): Fix typo in docstring.
5328 (cua-sequence-rectangle, cua-fill-char-rectangle):
5329 Improve argument/docstring consistency.
5330
5331 2005-06-29 Juri Linkov <juri@jurta.org>
5332
5333 * faces.el (default-frame-background-mode): New internal variable.
5334 (frame-set-background-mode): Use it.
5335
5336 * startup.el (normal-top-level): Set default-frame-background-mode
5337 instead of frame-background-mode. Before setting it, test for its
5338 nil value. Remove tests for frame-background-mode and frame
5339 parameter `reverse'. Add test for "unspecified-fg".
5340
5341 * term/xterm.el (xterm-rxvt-set-background-mode):
5342 * term/rxvt.el (rxvt-set-background-mode):
5343 Set default-frame-background-mode instead of frame-background-mode.
5344
5345 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5346
5347 * simple.el (set-variable): Warn about obsolete user variables.
5348
5349 * imenu.el (imenu--completion-buffer):
5350 * mouse.el (mouse-buffer-menu-alist):
5351 * msb.el (msb-invisible-buffer-p):
5352 * calendar/diary-lib.el (diary-header-line-format):
5353 * emacs-lisp/pp.el (pp-buffer):
5354 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5355 * textmodes/picture.el (picture-replace-match):
5356 Change space constants followed by a sexp to "?\s ".
5357
5358 * play/decipher.el (decipher-loop-with-breaks):
5359 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5360 constants "protected" from end of line by a comment to "?\s".
5361
5362 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * font-lock.el (save-buffer-state): Use `declare'.
5365
5366 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5367 reset the syntax-table to cperl-mode-syntax-table.
5368 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5369 "foo_print_bar" is not matched as a reserved keyword.
5370
5371 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5372
5373 * textmodes/org.el (orgtbl-setup): New function, for delayed
5374 setup for the orgtbl commands.
5375 (org-calc-default-modes): New option.
5376 (orgtbl-make-binding): Use `defun' to get better help display.
5377 (org-diary): Call `org-compile-prefix-format'.
5378 (org-table-formula-substitute-names): New function.
5379 (org-agenda-day-view, org-agenda-week-view): New commands.
5380 (org-agenda-toggle-week-view): Command removed.
5381 (org-tbl-menu): Split off from org-org-menu.
5382 (org-mode): Move removal of outline-mode menus to here.
5383 (org-table-formula-debug): New option.
5384 (org-table-insert-row): Keep first field if just "#" or "*".
5385 (org-mode): Paragraph regexps fixed.
5386 (org-table-recalculate-regexp): New constant.
5387 (org-table-justify-field-maybe): Avoid replace if not necessary.
5388 (org-copy-special, org-cut-special): Use `call-interactively'.
5389 (org-table-copy-region): Take region from `interactive' call.
5390 (org-trim): Return string even if no match.
5391 (org-formula): New face.
5392 (org-set-font-lock-defaults): No longer highlight "FIXME".
5393 But highlight formula-related fields in table.
5394 (org-table-p): Use regexp, not fontification.
5395 (org-table-align): Handle white space at end of line.
5396 (org-table-formula-evaluate-inline): New option.
5397 (org-mode): Auto-wrapping in comment lines turned off.
5398 (org-table-copy-down): Evaluate only in copied field, not in
5399 destination.
5400 (org-table-current-formula): Variable removed.
5401 (org-table-store-formulas, org-table-get-stored-formulas)
5402 (org-table-modify-formulas, org-table-replace-in-formulas)
5403 (org-table-maybe-eval-formula): New functions.
5404 (org-table-get-formula): Modify to use stored formulas.
5405 (org-table-insert-column, org-table-delete-column)
5406 (org-table-move-column): Call `org-table-modify-formulas'.
5407 (org-complete): Add completion for keyword formulas.
5408 (orgtbl-mode): Pull orgtbl-mode-map to start of
5409 minor-mode-map-alist.
5410
5411 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5412
5413 * progmodes/python.el (python-check): Require `compile' before
5414 modifying its variables.
5415
5416 * newcomment.el (comment-indent-default): Don't get fooled by an early
5417 end of buffer.
5418
5419 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5420
5421 * ps-print.el (ps-print-version): Fix version number.
5422
5423 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5424
5425 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5426
5427 2005-06-28 Richard M. Stallman <rms@gnu.org>
5428
5429 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5430 (flyspell-local-mouse-map): Declaration deleted.
5431 (flyspell-mouse-map): Bind only mouse-2.
5432 (flyspell-mode-map): Don't test flyspell-use-local-map.
5433 (flyspell-overlay-keymap-property-name): Var deleted.
5434 (flyspell-mode-on): Don't make local bindings for
5435 flyspell-mouse-map and flyspell-mode-map.
5436 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5437
5438 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5439
5440 * progmodes/compile.el (compilation-next-error-function):
5441 Don't switch buffers; operate on the current buffer.
5442
5443 * progmodes/compile.el (compilation-error-file-name)
5444 (compilation-warning-file-name, compilation-info-file-name)
5445 (compilation-line-number, compilation-column-number): New faces.
5446 (compilation-error-face, compilation-warning-face)
5447 (compilation-info-face, compilation-line-face)
5448 (compilation-column-face): Use them.
5449
5450 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5451
5452 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5453
5454 * bindings.el (global-map): Bind insertchar and its variants.
5455
5456 2005-06-27 Richard M. Stallman <rms@gnu.org>
5457
5458 * textmodes/artist.el (artist-text-overwrite)
5459 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5460
5461 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5462
5463 * ps-print.el: It was not working the page selection for printing.
5464 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5465 (ps-print-version): New version 6.6.7.
5466 (ps-end-sheet): New fun.
5467 (ps-header-sheet, ps-end-job): Call it.
5468
5469 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5470
5471 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5472
5473 2005-06-27 Lute Kamstra <lute@gnu.org>
5474
5475 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5476 background color faces.
5477 (facemenu-get-face): Delete function.
5478 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5479 (facemenu-add-new-color): Make second argument mandatory.
5480 Create the appropriate face and return it. Simplify.
5481 (facemenu-set-foreground, facemenu-set-background): Don't check if
5482 color is defined. Use return value of facemenu-add-new-color.
5483
5484 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5485
5486 * progmodes/gud.el (gud-filter): Add missing argument to
5487 with-selected-window.
5488
5489 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5490
5491 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5492 a :require to the defcustom.
5493
5494 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5495 defcustoms corresponding to minor modes.
5496
5497 2005-06-26 David Ponce <david@dponce.com>
5498
5499 * recentf.el: Require tree-widget instead of wid-edit.
5500 (recentf-filename-handler): Fix widget :type.
5501 (recentf-cancel-dialog, recentf-open-more-files)
5502 (recentf-open-files-action): Doc fix.
5503 (recentf-dialog-goto-first): New function.
5504 (recentf-dialog-mode-map): Set parent keymap first.
5505 (recentf-dialog-mode): Define with define-derived-mode.
5506 Don't display continuation lines in dialogs.
5507 (recentf-edit-list): Rename from recentf-edit-selected-items.
5508 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5509 Simplify.
5510 (recentf-edit-list-validate): New function.
5511 (recentf-edit-list): Update accordingly.
5512 (recentf-open-files-item-shift): Remove.
5513 (recentf-open-files-item): Convert menu elements into tree and
5514 link widgets. Don't create the widgets.
5515 (recentf-open-files): Update accordingly.
5516 (recentf-save-list): Untabify.
5517
5518 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5519
5520 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5521 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5522 partially contained in the active region. Do not take active
5523 region into account when called from Lisp, unless INTERACTIVE arg
5524 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5525 avoid trouble with fields. Make marker point nowhere when no
5526 longer used. Always return nil. Doc fix.
5527 (flush-lines): Add INTERACTIVE arg. Do not take active region
5528 into account when called from Lisp, unless INTERACTIVE arg is
5529 non-nil. Use `forward-line' instead of `beginning-of-line' to
5530 avoid trouble with fields. Make marker point nowhere when no
5531 longer used. Always return nil. Doc fix.
5532 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5533 interchangeable. Do not take active region into account when
5534 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5535 message in echo area when called from Lisp, unless INTERACTIVE arg
5536 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5537 Return the number of matches. Doc fix.
5538 (occur): Doc fix.
5539 (perform-replace): Make comment follow double space convention for
5540 the sake of `outline-minor-mode'.
5541
5542 * faces.el (facep): Doc fix.
5543
5544 2005-06-25 Richard M. Stallman <rms@gnu.org>
5545
5546 * facemenu.el (facemenu-enable-faces-p): New function.
5547 (facemenu-background-menu, facemenu-foreground-menu)
5548 (facemenu-face-menu): Add menu-enable property.
5549
5550 * jka-compr.el (jka-compr-insert-file-contents):
5551 Special handling if cannot find the uncompression program.
5552
5553 * cus-face.el (custom-face-attributes): Add autoload.
5554
5555 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5556 Bind comment-indent-function locally.
5557
5558 * window.el (save-selected-window): Use save-current-buffer.
5559
5560 * subr.el (with-selected-window): Use save-current-buffer.
5561
5562 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5563 and with-current-buffer.
5564
5565 2005-06-24 Richard M. Stallman <rms@gnu.org>
5566
5567 * simple.el (line-move-1): Fix previous change.
5568
5569 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5570
5571 * replace.el (occur-1): Set `buffer-read-only' and the
5572 buffer-modified flag before running `occur-hook' to protect
5573 against unintentional buffer switches that can lead to data loss.
5574
5575 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5576
5577 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5578 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5579 initial error.
5580
5581 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5582 after fresh input.
5583 (gdb-var-create-handler): Put name of expression in quotes.
5584
5585 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5586
5587 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5588 elements of RING in order, and without bogus nil elements.
5589
5590 2005-06-23 Richard M. Stallman <rms@gnu.org>
5591
5592 * simple.el (set-variable): Args renamed; doc fix.
5593 (line-move-1): When there are overlays around, use vertical-motion.
5594
5595 * faces.el (escape-glyph): Use brown against light background.
5596 (nobreak-space): Rename from no-break-space.
5597 Fix previous change.
5598
5599 * dired-aux.el (dired-do-copy): Fix arg prompt.
5600
5601 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5602
5603 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5604
5605 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5606 rather than "Distributor".
5607
5608 2005-06-23 Lute Kamstra <lute@gnu.org>
5609
5610 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5611 (debug-on-entry): Use it. New interactive declaration that uses
5612 function-called-at-point.
5613
5614 2005-06-23 Kim F. Storm <storm@cua.dk>
5615
5616 * subr.el (save-match-data): Add comment about using evaporate arg
5617 to set-match-data.
5618
5619 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5620
5621 * cus-edit.el (customize-face)
5622 (customize-face-other-window): Handle face aliases.
5623
5624 * faces.el (face-documentation, set-face-attribute)
5625 (face-spec-set): Handle face aliases.
5626
5627 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5628
5629 * help-mode.el (help-make-xrefs): If a symbol representing a face
5630 name is not followed by the word "face", it could still be a
5631 function or variable name, so don't bypass other checks.
5632
5633 2005-06-22 Juri Linkov <juri@jurta.org>
5634
5635 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5636 Replace aliased functions with calls where second arg `inherit' is t.
5637
5638 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5639
5640 * progmodes/gdb-ui.el (gdb-error): New variable.
5641 (gdb-error): New function.
5642 (gdb-annotation-rules): Act on error-begin and error annotations.
5643 (gdb-concat-output): Use font-lock-warning-face for errors.
5644
5645 2005-06-22 Miles Bader <miles@gnu.org>
5646
5647 * bindings.el (propertized-buffer-identification): Use renamed
5648 `Buffer-menu-buffer' face.
5649
5650 * faces.el (vertical-border): Rename from `vertical-divider'.
5651 (escape-glyph): Change dark-background color back to `cyan'.
5652
5653 2005-06-21 Juri Linkov <juri@jurta.org>
5654
5655 * faces.el (face-user-default-spec): Try getting `customized-face'
5656 prior to `saved-face'.
5657 (frame-background-mode): Refill docstring.
5658
5659 * emacs-lisp/lisp-mode.el (eval-defun-1):
5660 * emacs-lisp/edebug.el (edebug-eval-defun):
5661 Set `saved-face' temporarily to nil before calling form.
5662 Set `customized-face' to the new spec after that.
5663
5664 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5665
5666 * subr.el (1value, lambda, key-substitution-in-progress):
5667 Doc fixes.
5668
5669 * autoinsert.el (auto-insert-alist):
5670 * ses.el (ses-call-printer):
5671 * subr.el (noreturn):
5672 * emacs-lisp/lisp.el (check-parens):
5673 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5674 * net/browse-url.el (browse-url-mosaic):
5675 * progmodes/cc-defs.el (c-safe-scan-lists):
5676 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5677 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5678 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5679 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5680 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5681 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5682
5683 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5684
5685 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5686
5687 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5688
5689 * calendar/appt.el (appt-make-list): Activate the package, if
5690 not already active (for backwards compatibility).
5691
5692 2005-06-20 Kim F. Storm <storm@cua.dk>
5693
5694 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5695
5696 2005-06-20 Miles Bader <miles@gnu.org>
5697
5698 * faces.el (vertical-divider): New face.
5699
5700 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5701
5702 * simple.el (kill-whole-line): Doc fix.
5703 (next-error-buffer-p, next-error-find-buffer)
5704 (clone-indirect-buffer): Fix typos in docstrings.
5705 (comment-line-break-function): Doc fix: don't say variable
5706 is automatically buffer-local (it isn't).
5707
5708 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5709
5710 * net/tramp-ftp.el (top):
5711 * net/tramp-smb.el (top):
5712 * net/tramp-util.el (top):
5713 * net/tramp-uu.el (top):
5714 * net/tramp-vc.el (top):
5715 * net/tramp.el (top): Revert copyright years back to original
5716 ones. Tramp has a life outside GNU Emacs.
5717
5718 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5719
5720 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5721
5722 2005-06-18 Juri Linkov <juri@jurta.org>
5723
5724 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5725 end of first regexp to limit the match to the position between
5726 line number and source line with same separator character as used
5727 between file name and line number. In the second regexp limit
5728 mouse-face area to file name and line number by adding new group
5729 for them and referring it in HYPERLINK arg.
5730 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5731 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5732 previous line where grep markers may be already removed.
5733
5734 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5735
5736 * progmodes/ps-mode.el: Update version and maintainer's email address.
5737
5738 2005-06-18 Steve Youngs <steve@xemacs.org>
5739
5740 * net/browse-url.el (browse-url-browser-function)
5741 (browse-url-default-browser): Add firefox.
5742 (browse-url-firefox-program, browse-url-firefox-arguments)
5743 (browse-url-firefox-startup-arguments)
5744 (browse-url-firefox-new-window-is-tab): New defcustoms.
5745 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5746
5747 2005-06-17 Richard M. Stallman <rms@gnu.org>
5748
5749 * startup.el (command-line): Warn if specified user name has
5750 no home directory.
5751
5752 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5753 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5754
5755 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5756 Doc fixes.
5757
5758 * faces.el (underline): Try bold if terminal doesn't support underline.
5759
5760 * mail/sendmail.el (mail-setup-with-from): New variable.
5761 (mail-insert-from-field): New function.
5762 (sendmail-send-it): Call it.
5763 (mail-setup): Optionally call it here.
5764
5765 * term/linux.el: Call tty-no-underline.
5766
5767 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5768
5769 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5770
5771 2005-06-17 Miles Bader <miles@gnu.org>
5772
5773 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5774 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5775 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5776 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5777 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5778 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5779 Remove "-face" suffix from face names.
5780 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5781 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5782 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5783 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5784 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5785 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5786 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5787 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5788 New backward-compatibility aliases for renamed faces.
5789 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5790 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5791 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5792 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5793 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5794 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5795 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5796 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5797 Use renamed ediff faces.
5798
5799 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5800 Remove "-face" suffix from face names.
5801 (eshell-test-ok-face, eshell-test-failed-face):
5802 New backward-compatibility aliases for renamed faces.
5803 (eshell-run-test): Use renamed eshell-test faces.
5804
5805 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5806 face name.
5807 (eshell-prompt-face): New backward-compatibility alias for renamed
5808 face.
5809 (eshell-emit-prompt): Use renamed eshell-prompt face.
5810
5811 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5812 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5813 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5814 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5815 Remove "-face" suffix from face names.
5816 (eshell-ls-directory-face, eshell-ls-symlink-face)
5817 (eshell-ls-executable-face, eshell-ls-readonly-face)
5818 (eshell-ls-unreadable-face, eshell-ls-special-face)
5819 (eshell-ls-missing-face, eshell-ls-archive-face)
5820 (eshell-ls-backup-face, eshell-ls-product-face)
5821 (eshell-ls-clutter-face):
5822 New backward-compatibility aliases for renamed faces.
5823 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5824
5825 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5826 Remove "-face" suffix from face name.
5827 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5828 instead of literal face.
5829
5830 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5831
5832 * emacs-lisp/warnings.el (display-warning, lwarn)
5833 (warning-minimum-log-level): Doc fixes.
5834 (warning-minimum-level, warning-minimum-log-level):
5835 Add :debug to :type choices.
5836
5837 * progmodes/ada-mode.el (ada-format-paramlist)
5838 (ada-get-indent-case, ada-check-matching-start)
5839 (ada-check-defun-name, ada-goto-matching-decl-start)
5840 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5841 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5842 (ada-make-subprogram-body): Follow error conventions.
5843 (ada-case-exception-file, ada-indent-comment-as-code)
5844 (ada-indent-handle-comment-special, ada-indent-renames)
5845 (ada-indent-return, ada-search-directories-internal)
5846 (ada-tab-policy, ada-case-exception-substring)
5847 (ada-other-file-alist, ada-matching-start-re)
5848 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5849 (ada-imenu-generic-expression, ada-compile-goto-error)
5850 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5851 (ada-popup-menu, ada-add-extensions, ada-mode)
5852 (ada-region-selected, ada-create-case-exception)
5853 (ada-create-case-exception-substring, ada-after-keyword-p)
5854 (ada-activate-keys-for-case, ada-adjust-case-region)
5855 (ada-adjust-case-buffer, ada-format-paramlist)
5856 (ada-scan-paramlist, ada-insert-paramlist)
5857 (ada-indent-newline-indent)
5858 (ada-indent-newline-indent-conditional)
5859 (ada-justified-indent-current, ada-goto-previous-word)
5860 (ada-indent-current, ada-get-indent-open-paren)
5861 (ada-get-indent-paramlist, ada-get-indent-end)
5862 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5863 (ada-get-indent-block-start, ada-get-indent-subprog)
5864 (ada-get-indent-noindent, ada-get-indent-label)
5865 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5866 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5867 (ada-goto-stmt-end, ada-goto-next-word)
5868 (ada-check-matching-start, ada-check-defun-name)
5869 (ada-goto-matching-decl-start, ada-goto-matching-start)
5870 (ada-goto-matching-end, ada-search-ignore-string-comment)
5871 (ada-in-decl-p, ada-looking-at-semi-or)
5872 (ada-looking-at-semi-private, ada-in-paramlist-p)
5873 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5874 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5875 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5876 (ada-previous-package, ada-create-menu)
5877 (ada-fill-comment-paragraph-justify)
5878 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5879 (ada-other-file-name, ada-last-which-function-line)
5880 (ada-last-which-function-subprog, ada-which-function)
5881 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5882 (ada-gen-treat-proc, ada-check-emacs-version)
5883 (ada-continuation-indent, ada-align-region-separate):
5884 Fix typos in docstrings.
5885 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5886
5887 2005-06-16 Lute Kamstra <lute@gnu.org>
5888
5889 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5890 conditionally.
5891
5892 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5893
5894 * comint.el (comint-replace-by-expanded-filename)
5895 (comint-prompt-regexp, comint-delimiter-argument-list)
5896 (comint-preinput-scroll-to-bottom):
5897 * info.el (Info-hide-cookies-node):
5898 * ls-lisp.el (ls-lisp-classify):
5899 * find-file.el (ff-search-directories, ff-special-constructs)
5900 (ff-find-other-file):
5901 * font-lock.el (font-lock-keywords):
5902 * shell.el (shell-prompt-pattern)
5903 (shell-dynamic-complete-functions, shell-mode)
5904 (shell-delimiter-argument-list):
5905 * term.el (term-replace-by-expanded-filename)
5906 (term-prompt-regexp, term-delimiter-argument-list):
5907 * woman.el (woman-ignore, woman0-if):
5908 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5909 * emacs-lisp/elint.el (elint-init-env):
5910 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5911 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5912 * language/ethio-util.el (ethio-tilde-escape)
5913 (ethio-use-three-dot-question):
5914 * net/zone-mode.el (zone-mode-load-time-setup):
5915 * progmodes/cc-align.el (c-lineup-argcont):
5916 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5917 * progmodes/cperl-mode.el (cperl-set-style-back):
5918 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5919 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5920 Fix spellings in docstrings.
5921
5922 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5923 * progmodes/modula2.el (m2-for): Fix spellings.
5924
5925 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5926
5927 * simple.el (undo-more): Don't use `format' on `error' arguments.
5928 Improve argument/docstring consistency.
5929 (pending-undo-list): Doc fix.
5930
5931 * smerge-mode.el (smerge-ensure-match):
5932 * emulation/vip.el (vip-ex):
5933 * net/zone-mode.el (zone-mode-update-serial):
5934 * progmodes/idlwave.el (idlwave-complete):
5935 * progmodes/vhdl-mode.el (vhdl-visit-file)
5936 (vhdl-compose-wire-components):
5937 Don't use `format' on `error' arguments.
5938
5939 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5940 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5941 (tooltip-help-tips): Fix typos in docstrings.
5942
5943 2005-06-16 David Ponce <david@dponce.com>
5944
5945 * tree-widget.el (tree-widget-value-create): Simplify last change.
5946
5947 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5948
5949 * ido.el (ido-incomplete-regexp): New variable.
5950 (ido-set-matches-1): Handle invalid-regexp error and set
5951 ido-incomplete-regexp.
5952 (ido-incomplete-regexp): New face.
5953 (ido-completions): Use it.
5954 (ido-complete, ido-exit-minibuffer, ido-completions):
5955 Handle incomplete regexps.
5956 (ido-completions): Add check for complete match when entering a regexp.
5957
5958 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5959
5960 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5961
5962 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5963
5964 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5965 by field delimiters.
5966
5967 2005-06-15 David Ponce <david@dponce.com>
5968
5969 * tree-widget.el: eval-and-compile inlined functions so they will
5970 be available at run-time too.
5971 (tree-widget-super-format-handler)
5972 (tree-widget-format-handler): Remove.
5973 (tree-widget-value-create): Handle the :indent property.
5974
5975 2005-06-15 Miles Bader <miles@gnu.org>
5976
5977 * progmodes/which-func.el (which-func): Only inherit
5978 `font-lock-function-name-face' when that makes sense against the
5979 default mode-line face, otherwise set the face color explicitly.
5980
5981 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5982 faces instead of (non-existent) variables.
5983
5984 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5985
5986 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5987 (iswitchb-get-matched-buffers): Likewise. Simplify.
5988
5989 2005-06-14 Miles Bader <miles@gnu.org>
5990
5991 * progmodes/ld-script.el (ld-script-location-counter):
5992 Remove "-face" suffix from face name.
5993 (ld-script-location-counter-face):
5994 New backward-compatibility alias for renamed face.
5995 (ld-script-location-counter-face): Use renamed face.
5996
5997 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5998 (cperl-hash): Remove "-face" suffix from face names.
5999 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
6000 New backward-compatibility aliases for renamed faces.
6001 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
6002 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
6003
6004 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
6005 name.
6006 (which-func-face): New backward-compatibility alias for renamed face.
6007 (which-func-format): Use renamed which-func face.
6008
6009 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
6010 (vhdl-function, vhdl-directive, vhdl-reserved-word)
6011 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
6012 names.
6013 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
6014 (vhdl-speedbar-configuration, vhdl-speedbar-package)
6015 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
6016 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
6017 (vhdl-speedbar-architecture-selected)
6018 (vhdl-speedbar-configuration-selected)
6019 (vhdl-speedbar-package-selected)
6020 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
6021 names.
6022 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
6023 Use renamed faces.
6024 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
6025 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
6026 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
6027 Use renamed faces.
6028 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
6029 names.
6030 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
6031 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
6032 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
6033 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
6034 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
6035 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
6036
6037 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
6038 face name.
6039 (sh-heredoc-face): New backward-compatibility alias for renamed face.
6040 (sh-heredoc-face): Use renamed sh-heredoc face.
6041
6042 * progmodes/idlw-help.el (idlwave-help-link):
6043 Remove "-face" suffix from face name.
6044 (idlwave-help-link-face):
6045 New backward-compatibility alias for renamed face.
6046 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
6047
6048 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
6049 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
6050 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
6051 New backward-compatibility aliases for renamed faces.
6052 (idlwave-shell-disabled-breakpoint-face)
6053 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
6054
6055 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6056 Remove "-face" suffix from face names.
6057 (flymake-errline-face, flymake-warnline-face):
6058 New backward-compatibility aliases for renamed faces.
6059 (flymake-highlight-line): Use renamed flymake faces.
6060
6061 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6062 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
6063 (ebrowse-member-class, ebrowse-progress):
6064 Remove "-face" suffix from face names.
6065 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6066 (ebrowse-file-name-face, ebrowse-default-face)
6067 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6068 (ebrowse-progress-face):
6069 New backward-compatibility aliases for renamed faces.
6070 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
6071 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
6072 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
6073 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
6074
6075 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
6076 antlr-syntax)
6077 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
6078 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
6079 names.
6080 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
6081 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
6082 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
6083 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
6084 backward-compatibility aliases for renamed faces.
6085 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
6086 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
6087 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
6088 remove "font-lock-". Use renamed antlr-mode faces.
6089 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
6090 literal face-names with face variable references.
6091
6092 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
6093 face name.
6094 (Buffer-menu-buffer-face): New backward-compatibility alias for
6095 renamed face.
6096 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
6097
6098 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
6099
6100 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
6101 Eliminate "-face" suffix.
6102 (makefile-targets): Inherit from font-lock-function-name-face and
6103 eliminate "-face" suffix.
6104 (makefile-shell): Remove attributes and eliminate "-face" suffix.
6105 (makefile-*-font-lock-keywords): Append makefile-targets in rule
6106 actions, instead of prepending, to make it less visible.
6107 (makefile-previous-dependency, makefile-match-dependency):
6108 Don't match a target on a continuation line.
6109
6110 * files.el (auto-mode-alist): Put Makefile in gmake mode.
6111
6112 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
6113
6114 * progmodes/gdb-ui.el (menu): Re-order menu items.
6115 (gdb-tooltip-print): Respect tooltip-use-echo-area.
6116
6117 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
6118 Define in tooltip.el.
6119 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
6120 (gud-tooltip-tips): Respect tooltip-use-echo-area and
6121 gud-tooltip-echo-area.
6122
6123 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
6124 backward compatibility and make obsolete.
6125 (tooltip-help-tips): Use tooltip-use-echo-area.
6126 (tooltip-show-help-function): Rename to...
6127 (tooltip-show-help): ...this, because it is a function.
6128 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
6129
6130 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6131
6132 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
6133 (edebug-print-length, edebug-print-level, edebug-print-circle)
6134 (edebug-modify-breakpoint, edebug-eval-last-sexp)
6135 (edebug-eval-print-last-sexp): Doc fixes.
6136
6137 2005-06-14 Kim F. Storm <storm@cua.dk>
6138
6139 * ido.el (ido-mode): Make a new keymap every time we enable ido,
6140 as the coverage buffer/file/both may change.
6141
6142 2005-06-14 Lute Kamstra <lute@gnu.org>
6143
6144 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
6145 and run-mode-hooks. Simplify.
6146
6147 * mail/rmailedit.el (rmail-edit-mode):
6148 * progmodes/octave-inf.el (inferior-octave-mode):
6149 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
6150
6151 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
6152 and run-mode-hooks.
6153 (recentf-edit-list, recentf-open-files): Don't call
6154 kill-all-local-variables directly.
6155
6156 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
6157
6158 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6159
6160 * emacs-lisp/byte-run.el (make-obsolete)
6161 (define-obsolete-function-alias): Rename arguments FUNCTION and
6162 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
6163 (make-obsolete-variable, define-obsolete-variable-alias):
6164 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
6165 respectively.
6166
6167 * isearchb.el (isearchb-activate):
6168 * pcvs.el (cvs-mode):
6169 * ses.el (ses-load):
6170 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
6171 * net/tramp.el (tramp-find-file-exists-command)
6172 (tramp-find-shell):
6173 * progmodes/ada-mode.el (ada-create-case-exception)
6174 (ada-create-case-exception-substring, ada-make-subprogram-body):
6175 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6176 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
6177 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
6178 * textmodes/org.el (org-promote, org-evaluate-time-range)
6179 (org-agenda-next-date-line, org-agenda-previous-date-line)
6180 (org-agenda-error, org-open-at-point, org-table-move-row)
6181 (org-format-table-table-html-using-table-generate-source)
6182 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
6183 * textmodes/reftex.el (reftex-access-scan-info):
6184 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
6185 (reftex-toc-promote-prepare): Follow error conventions.
6186
6187 * diff-mode.el (diff-mode): Fix typo in docstring.
6188
6189 * forms.el (forms--intuit-from-file): Fix reference to
6190 `forms-number-of-fields' in error message.
6191 (forms-print): Fix quoting in error message.
6192
6193 * forms.el (forms-mode):
6194 * emulation/vi.el (vi-goto-insert-state):
6195 * progmodes/flymake.el (flymake-new-err-info)
6196 (flymake-start-syntax-check-for-current-buffer)
6197 (flymake-simple-cleanup):
6198 * eshell/esh-var.el (eshell/export):
6199 * progmodes/gud.el (xdb):
6200 * textmodes/flyspell.el (flyspell-incorrect-hook)
6201 (flyspell-maybe-correct-transposition)
6202 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
6203
6204 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
6205
6206 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
6207 minibuffer prompt.
6208
6209 2005-06-13 Kim F. Storm <storm@cua.dk>
6210
6211 * subr.el (add-to-ordered-list): New defun.
6212
6213 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
6214 add cua--keymap-alist to emulation-mode-map-alists.
6215
6216 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * subr.el (complete-in-turn): New macro.
6219 (dynamic-completion-table, lazy-completion-table): Add debug info.
6220
6221 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
6222 in preference to face aliases.
6223
6224 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
6225 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
6226 Remove unused vars `start' and `firstline'.
6227 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
6228 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
6229
6230 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6231
6232 * cus-start.el (all): Don't complain about missing GTK-related
6233 variables, unless either `gtk' is boundp or this isn't a
6234 `windows-nt' build.
6235
6236 2005-06-13 Lute Kamstra <lute@gnu.org>
6237
6238 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
6239 run-mode-hooks.
6240
6241 * ediff-mult.el (ediff-meta-mode):
6242 * ediff-util.el (ediff-mode): Use run-mode-hooks.
6243
6244 * ledit.el (ledit-mode): Use delay-mode-hooks.
6245
6246 * woman.el (woman-mode-line-format): Delete constant.
6247 (woman-mode-map): Initialize it properly.
6248 (woman-mode): Set mode-class property to special.
6249 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
6250 Set major-mode and mode-name. Don't set mode-line-format directly.
6251 (Man-getpage-in-background): Don't reference woman-mode-line-format.
6252
6253 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
6254 string argument obsolete.
6255
6256 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
6257
6258 * textmodes/org.el (org-CUA-compatible): New option.
6259 (org-disputed-keys): New variable.
6260 (org-key): New function.
6261 (orgtbl-make-binding): Add docstring to the created function.
6262 (org-mode): Set paragraph start/separate regexps.
6263 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
6264 (org-archive-location, org-archive-mark-done)
6265 (org-archive-stamp-time): New options.
6266 (org-archive-subtree): New command.
6267 (org-fill-paragraph): New function.
6268 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6269 (org-fake-empty-table-line): Function removed.
6270 (org-format-org-table-html): Do not create empty table lines at
6271 separator lines. Improved table header treatment.
6272 (org-link-format): New option.
6273 (org-make-link): New function.
6274 (org-insert-link, org-store-link): Use org-make-link.
6275 (org-open-file): Quote file name for shell command, to allow
6276 spaces in file names.
6277 (org-link-regexp): Fix bug with mailto link.
6278 (org-link-maybe-angles-regexp, org-protected-link-regexp):
6279 New constants.
6280 (org-export-as-html): Deal with the optional angles around a link.
6281 Better treatment of file: links.
6282 (org-open-at-point): Replace @{ and @} with < and >.
6283 (org-run-mode-hooks): Function removed.
6284 (org-agenda-mode): No longer use `org-run-mode-hooks'.
6285
6286 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
6287
6288 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6289 MI command -data-list-register-values.
6290 (gdb-post-prompt): Indent properly.
6291
6292 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
6293
6294 * hilit-chg.el (highlight-changes-colors): Rename from
6295 `highlight-changes-colours'.
6296 (highlight-changes-colours): Keep as obsolete alias.
6297 (highlight-changes-face-list): Doc fix.
6298 (hilit-chg-make-list): Use `highlight-changes-colors'.
6299
6300 2005-06-12 Mark A. Hershberger <mah@everybody.org>
6301
6302 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6303 defun-prompt-regexp.
6304
6305 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6306
6307 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6308 and cygwin.
6309
6310 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6311 Don't use an old loaddefs.el, as in Makefile.in.
6312
6313 2005-06-12 Lute Kamstra <lute@gnu.org>
6314
6315 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6316
6317 * man.el (Man-mode-map): Initialize it properly.
6318 (Man-mode): Set mode-class property to special.
6319
6320 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6321
6322 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6323
6324 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6325 A newline is needed in the docstring there.
6326
6327 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6328 Doc fixes.
6329
6330 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6331
6332 * printing.el: Doc fix. The menubar is no more changed when printing
6333 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6334 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6335 (pr-version): New version number (6.8.4).
6336 (pr-menu-bind): New command.
6337 (pr-update-menus): Docstring and code fix.
6338 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6339 Docstring fix.
6340 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6341 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6342
6343 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6344
6345 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6346 "Returns" to "return", document useful return values, etc.
6347
6348 2005-06-11 Alan Mackenzie <acm@muc.de>
6349
6350 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6351 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6352 (adaptive-file-function): Minor amendment to doc-string.
6353
6354 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6355
6356 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6357 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6358 Fix :type--it is `integer', not `string'.
6359
6360 * faces.el (modeline-highlight): Rename from (the erroneous)
6361 `modeline-higilight'.
6362
6363 2005-06-11 Lute Kamstra <lute@gnu.org>
6364
6365 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6366 lisp-interaction-mode-map but make it the parent.
6367 (edebug-eval-mode): Use define-derived-mode.
6368
6369 2005-06-11 Andreas Schwab <schwab@suse.de>
6370
6371 * bindings.el: Add binding of `ESC functionkey' for every
6372 `M-functionkey'.
6373 * hexl.el (hexl-mode-map): Likewise.
6374
6375 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6376
6377 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6378 [msft]: update regexp for newer msft compilers.
6379
6380 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6381
6382 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6383 ATTLIST portions of included DTDs.
6384 (xml-parse-dtd): Eliminate use of inefficient match-data.
6385
6386 2005-06-10 Miles Bader <miles@gnu.org>
6387
6388 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6389 (mpuz-text): Remove "-face" suffix from face names.
6390 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6391 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6392 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6393
6394 * play/gomoku.el (gomoku-O, gomoku-X):
6395 Remove "-face" suffix from face names.
6396 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6397 New backward-compatibility aliases for renamed faces.
6398 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6399
6400 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6401
6402 * thumbs.el: Fixes for changes of 2005-06-09.
6403 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6404 as a directory.
6405 (thumbs-thumbname): Remove directory separator from format string;
6406 `thumbs-thumbsdir' now returns a valid directory name.
6407 (thumbs-temp-dir): New defsubst.
6408 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6409 Use it.
6410
6411 * cus-edit.el (minibuffer):
6412 * files.el (make-backup-file-name-function):
6413 * filesets.el (filesets-external-viewers):
6414 * hilit-chg.el (highlight-changes-colours)
6415 (highlight-changes-face-list, highlight-changes-rotate-faces):
6416 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6417 * kmacro.el (kmacro-call-macro):
6418 * log-edit.el (log-edit-changelog-full-paragraphs):
6419 * mouse.el (mouse-1-click-follows-link):
6420 * skeleton.el (skeleton-autowrap):
6421 * subr.el (insert-for-yank-1):
6422 * tempo.el (tempo-insert-region):
6423 * terminal.el (terminal-emulator):
6424 * time.el (display-time-mail-face):
6425 * vc.el (vc-annotate):
6426 * vcursor.el (vcursor-copy-line):
6427 * woman.el (woman-bold-headings, woman-ignore)
6428 (woman-default-faces, woman-monochrome-faces):
6429 * calendar/todo-mode.el (todo-insert-threshold):
6430 * emulation/pc-select.el (pc-select-selection-keys-only)
6431 (pc-selection-mode):
6432 * emulation/vip.el (vip-find-char-forward):
6433 * emulation/viper-cmd.el (viper-find-char-forward):
6434 * international/mule-cmds.el
6435 (select-safe-coding-system-accept-default-p)
6436 (input-method-exit-on-invalid-key):
6437 * international/mule-diag.el (describe-coding-system):
6438 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6439 * net/browse-url.el (browse-url-xterm-program):
6440 * obsolete/lazy-lock.el (lazy-lock-mode):
6441 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6442 (cperl-mode):
6443 * progmodes/cpp.el (cpp-face-light-name-list)
6444 (cpp-face-dark-name-list):
6445 * progmodes/delphi.el (delphi-newline-always-indents):
6446 Fix spellings in docstrings.
6447
6448 * ido.el (ido-mode, ido-file-extensions-order)
6449 (ido-default-file-method, ido-default-buffer-method)
6450 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6451 (ido-decorations, ido-read-file-name-as-directory-commands)
6452 (ido-read-file-name-non-ido, ido-work-directory-list)
6453 (ido-ignore-item-temp-list, ido-current-directory)
6454 (ido-magic-forward-char, ido-enter-find-file)
6455 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6456 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6457
6458 2005-06-10 Lute Kamstra <lute@gnu.org>
6459
6460 * play/dunnet.el (dun-mode): Use define-derived-mode.
6461 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6462 obsolete alias.
6463
6464 * play/doctor.el (doctor-mode-map): Remove defvar.
6465 (doctor-mode): Use define-derived-mode.
6466
6467 * mail/mspools.el (mspools-mode):
6468 * net/eudc-hotlist.el (eudc-hotlist-mode):
6469 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6470
6471 2005-06-10 Miles Bader <miles@gnu.org>
6472
6473 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6474 Remove "-face" suffix from face names.
6475 (flyspell-incorrect-face, flyspell-duplicate-face):
6476 New backward-compatibility aliases for renamed faces.
6477 (flyspell-mode-on, make-flyspell-overlay)
6478 (flyspell-highlight-incorrect-region)
6479 (flyspell-highlight-duplicate-region)
6480 (flyspell-display-next-corrections)
6481 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6482
6483 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6484 from face name.
6485 (texinfo-heading-face): New backward-compatibility alias for
6486 renamed face.
6487 (texinfo-heading-face): Use renamed texinfo-heading face.
6488
6489 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6490 suffix from face names.
6491 (tex-math-face, tex-verbatim-face):
6492 New backward-compatibility aliases for renamed faces.
6493 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6494 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6495 literal face name.
6496
6497 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6498 name.
6499 (table-cell-face): New backward-compatibility alias for renamed face.
6500 (table--put-cell-face-property, table--update-cell-face):
6501 Use renamed table-cell face.
6502
6503 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6504 from face name.
6505 (sgml-namespace-face): New backward-compatibility alias for
6506 renamed face.
6507 (sgml-namespace-face): Use renamed sgml-namespace face.
6508
6509 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6510 (org-level-4, org-level-5, org-level-6, org-level-7)
6511 (org-level-8, org-warning, org-headline-done)
6512 (org-deadline-announce, org-scheduled-today)
6513 (org-scheduled-previously, org-link, org-done, org-table)
6514 (org-time-grid): Remove "-face" suffix from face names.
6515 (org-level-1-face, org-level-2-face, org-level-3-face)
6516 (org-level-4-face, org-level-5-face, org-level-6-face)
6517 (org-level-7-face, org-level-8-face, org-warning-face)
6518 (org-headline-done-face, org-deadline-announce-face)
6519 (org-scheduled-today-face, org-scheduled-previously-face)
6520 (org-link-face, org-done-face, org-table-face)
6521 (org-time-grid-face):
6522 New backward-compatibility aliases for renamed faces.
6523 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6524 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6525 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6526 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6527
6528 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6529 (viper-minibuffer-emacs, viper-minibuffer-insert)
6530 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6531 (viper-search-face, viper-replace-overlay-face)
6532 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6533 (viper-minibuffer-vi-face):
6534 New backward-compatibility aliases for renamed faces.
6535 (viper-search-face, viper-replace-overlay-face)
6536 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6537 (viper-minibuffer-vi-face): Use renamed viper faces.
6538
6539 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6540 Remove "-face" suffix from face names.
6541 (testcover-nohits-face, testcover-1value-face):
6542 New backward-compatibility aliases for renamed faces.
6543 (testcover-mark): Use renamed testcover faces.
6544
6545 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6546 face name.
6547 (diary-button-face): New backward-compatibility alias for renamed face.
6548 (diary-entry): Use renamed diary-button face.
6549
6550 * calendar/calendar.el (diary, calendar-today, holiday)
6551 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6552 (diary-face, calendar-today-face, holiday-face):
6553 New backward-compatibility aliases for renamed faces.
6554 (eval-after-load "facemenu", diary-entry-marker)
6555 (calendar-today-marker, calendar-holiday-marker, diary-face):
6556 Use renamed calendar faces.
6557
6558 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6559 (compare-windows-face): New backward-compatibility alias for
6560 renamed face.
6561 (compare-windows-highlight): Use renamed compare-windows face.
6562
6563 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6564 (strokes-char-face): New backward-compatibility alias for renamed face.
6565 (strokes-encode-buffer): Use renamed strokes-char face.
6566
6567 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6568 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6569 Remove "-face" suffix from face names.
6570 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6571 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6572 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6573 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6574 Use renamed pcvs faces.
6575 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6576 * pcvs-defs.el (cvs-mode-map): Likewise.
6577 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6578
6579 * info.el (info-title-1, info-title-2, info-title-3)
6580 (info-title-4): Remove "-face" suffix from and downcase face names.
6581 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6582 (Info-title-4-face):
6583 New backward-compatibility aliases for renamed faces.
6584 (Info-fontify-node): Use renamed info faces.
6585
6586 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6587 Remove "-face" suffix from face names.
6588 (highlight-changes-face, highlight-changes-delete-face):
6589 New backward-compatibility aliases for renamed faces.
6590 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6591 (hilit-chg-make-list): Use renamed highlight-changes faces.
6592
6593 * generic-x.el (show-tabs-tab, show-tabs-space):
6594 Remove "-face" suffix from face names.
6595 (show-tabs-tab-face, show-tabs-space-face):
6596 New backward-compatibility aliases for renamed faces.
6597 (show-tabs-generic-mode-font-lock-defaults-1)
6598 (show-tabs-generic-mode-font-lock-defaults-2):
6599 Use renamed show-tabs faces.
6600
6601 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6602 (smerge-markers): Remove "-face" suffix from face names.
6603 (smerge-mine-face, smerge-other-face, smerge-base-face)
6604 (smerge-markers-face):
6605 New backward-compatibility aliases for renamed faces.
6606 (smerge-mine-face, smerge-other-face, smerge-base-face)
6607 (smerge-markers-face): Use renamed smerge faces.
6608
6609 * log-view.el (log-view-file, log-view-message): Remove "-face"
6610 suffix from face names.
6611 (log-view-file-face, log-view-message-face):
6612 New backward-compatibility aliases for renamed faces.
6613 (log-view-file-face, log-view-message-face): Use renamed log-view
6614 faces.
6615
6616 * paren.el (show-paren-match, show-paren-mismatch):
6617 Remove "-face" suffix from face names.
6618 (show-paren-match-face, show-paren-mismatch-face):
6619 New backward-compatibility aliases for renamed faces.
6620 (show-paren-function): Use renamed show-paren faces.
6621
6622 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6623 (ruler-mode-margins, ruler-mode-fringes)
6624 (ruler-mode-column-number, ruler-mode-fill-column)
6625 (ruler-mode-comment-column, ruler-mode-goal-column)
6626 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6627 suffix from face names.
6628 (ruler-mode-default-face, ruler-mode-pad-face)
6629 (ruler-mode-margins-face, ruler-mode-fringes-face)
6630 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6631 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6632 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6633 New backward-compatibility aliases for renamed faces.
6634 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6635 (ruler-mode-column-number, ruler-mode-fill-column)
6636 (ruler-mode-comment-column, ruler-mode-goal-column)
6637 (ruler-mode-tab-stop, ruler-mode-current-column)
6638 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6639 faces.
6640
6641 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6642 face name.
6643 (whitespace-highlight-the-space): Use renamed face.
6644 (whitespace-highlight-face): New backward-compatibility alias for
6645 renamed face.
6646
6647 * woman.el (woman-italic, woman-bold, woman-unknown)
6648 (woman-addition, woman-symbol-face):
6649 Remove "-face" suffix from face names.
6650 (woman-italic-face, woman-bold-face, woman-unknown-face)
6651 (woman-addition-face):
6652 New backward-compatibility aliases for renamed faces.
6653 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6654 (woman-decode-region, woman-replace-match)
6655 (woman-display-extended-fonts, woman-special-characters)
6656 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6657 Use renamed woman faces.
6658
6659 * longlines.el (longlines-visible-face): Face removed.
6660
6661 * diff-mode.el (diff-header, diff-file-header, diff-index)
6662 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6663 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6664 suffix from face names.
6665 (diff-header-face, diff-file-header-face, diff-index-face)
6666 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6667 (diff-changed-face, diff-function-face, diff-context-face)
6668 (diff-nonexistent-face): New backward-compatibility aliases for
6669 renamed faces.
6670 (diff-header-face, diff-file-header-face)
6671 (diff-index, diff-index-face, diff-hunk-header)
6672 (diff-hunk-header-face, diff-removed, diff-removed-face)
6673 (diff-added, diff-added-face, diff-changed-face, diff-function)
6674 (diff-function-face, diff-context-face, diff-nonexistent)
6675 (diff-nonexistent-face): Use renamed diff-mode faces.
6676
6677 * progmodes/compile.el (compilation-warning-face)
6678 (compilation-info-face): Remove "-face" suffix from face names.
6679 (compilation-warning-face, compilation-info-face):
6680 New backward-compatibility aliases for renamed faces.
6681 (compilation-warning-face, compilation-info-face):
6682 Use renamed compilation faces.
6683
6684 * add-log.el (change-log-date, change-log-name)
6685 (change-log-email, change-log-file, change-log-list)
6686 (change-log-conditionals, change-log-function)
6687 (change-log-acknowledgement): Remove "-face" suffix from face names.
6688 (change-log-date-face, change-log-name-face)
6689 (change-log-email-face, change-log-file-face)
6690 (change-log-list-face, change-log-conditionals-face)
6691 (change-log-function-face, change-log-acknowledgement-face):
6692 New backward-compatibility aliases for renamed faces.
6693 (change-log-font-lock-keywords): Use renamed change-log faces.
6694
6695 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6696 (custom-set, custom-changed, custom-saved, custom-button)
6697 (custom-button-pressed, custom-documentation, custom-state)
6698 (custom-comment, custom-comment-tag, custom-variable-tag)
6699 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6700 (custom-group-tag): Remove "-face" suffix from face names.
6701 (custom-magic-alist, custom-magic-value-create)
6702 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6703 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6704 (custom-set-face, custom-changed-face, custom-saved-face)
6705 (custom-button-face, custom-button-pressed-face)
6706 (custom-documentation-face, custom-state-face)
6707 (custom-comment-face, custom-comment-tag-face)
6708 (custom-variable-tag-face, custom-variable-button-face)
6709 (custom-face-tag-face, custom-group-tag-face-1)
6710 (custom-group-tag-face):
6711 New backward-compatibility aliases for renamed faces.
6712
6713 * wid-edit.el (widget-documentation, widget-button)
6714 (widget-field, widget-single-line-field, widget-inactive)
6715 (widget-button-pressed): "-face" suffix removed from face names.
6716 (widget-documentation-face, widget-button-face)
6717 (widget-field-face, widget-single-line-field-face)
6718 (widget-inactive-face, widget-button-pressed-face):
6719 New backward-compatibility aliases for renamed faces.
6720 (widget-documentation-face, widget-button-face)
6721 (widget-button-pressed-face, widget-specify-field)
6722 (widget-specify-inactive): Use renamed widget faces.
6723
6724 2005-06-10 Kenichi Handa <handa@m17n.org>
6725
6726 * term/x-win.el (x-clipboard-yank): Remove condition-case
6727 wrapping.
6728
6729 2005-06-11 Kenichi Handa <handa@m17n.org>
6730
6731 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6732 date lines stricter.
6733
6734 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6735
6736 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6737 of x-get-selection.
6738
6739 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6740
6741 * comint.el (comint-mode, comint-snapshot-last-prompt):
6742 * frame.el (frame-current-scroll-bars):
6743 * term.el (term-mode, term-check-proc, term-input-sender)
6744 (term-simple-send, term-extract-string, term-word)
6745 (term-match-partial-filename):
6746 * window.el (window-current-scroll-bars):
6747 * emulation/cua-base.el (cua-normal-cursor-color)
6748 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6749 (cua-global-mark-cursor-color):
6750 * mail/undigest.el (rmail-forward-separator-regex):
6751 Fix typos in docstrings.
6752
6753 * comint.el (comint-check-proc, make-comint-in-buffer)
6754 (comint-source-default): Doc fixes.
6755
6756 * term.el (term-send-string): Improve argument/docstring consistency.
6757
6758 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6759
6760 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6761 call to `delete-region'.
6762 (comint-mode-hook): Do not enable Font Lock by default.
6763
6764 2005-06-09 Lute Kamstra <lute@gnu.org>
6765
6766 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6767 could be void.
6768
6769 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6770
6771 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6772 (debug): Use it.
6773 (debugger-step-through, debugger-continue, debugger-jump)
6774 (debugger-return-value): Set it when needed.
6775 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6776 Use inhibit-read-only.
6777
6778 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6779
6780 * window.el (shrink-window-if-larger-than-buffer)
6781 (window-size-fixed): Fix typo in docstring.
6782
6783 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6784 thumbnails directory on loading.
6785 (thumbs-conversion-program): Use `eq' to check the system type,
6786 not `equal'.
6787 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6788 not "/tmp". Fix docstring.
6789 (thumbs-thumbsdir): New function to return the thumbnails
6790 directory, creating it if needed.
6791 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6792 (thumbs-temp-file): Delete variable and make it into a function.
6793 (thumbs-resize-image, thumbs-modify-image): Use it.
6794 (thumbs-kill-buffer): Simplify.
6795 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6796 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6797 docstrings.
6798
6799 2005-06-09 Kim F. Storm <storm@cua.dk>
6800
6801 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6802 set-match-data to free markers in match-data.
6803
6804 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6805 match-data to unchain markers in match-data.
6806
6807 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6808
6809 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6810 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6811 unnecessary now.
6812
6813 2005-06-08 Richard M. Stallman <rms@gnu.org>
6814
6815 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6816 give the variable a doc string that doesn't say don't set it directly.
6817
6818 * textmodes/ispell.el (ispell-check-version):
6819 Use match-string-no-properties.
6820 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6821 (ispell-buffer-local-words): Likewise.
6822
6823 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6824 except on terminals with enough colors to really display it.
6825 (makefile-dependency-regex): Delete spurious `bb'.
6826
6827 * faces.el (escape-glyph): Use blue once again in last case.
6828 (no-break-space): Redefine so that it isn't invisible on a tty.
6829
6830 2005-06-08 Kim F. Storm <storm@cua.dk>
6831
6832 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6833 also when reading directory name.
6834
6835 2005-06-08 Lute Kamstra <lute@gnu.org>
6836
6837 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6838 (flyspell-mode-line-string): Remove autoload cookie.
6839 (flyspell-mode): Remove defvar.
6840
6841 2005-06-07 Lute Kamstra <lute@gnu.org>
6842
6843 * textmodes/org.el (org-run-mode-hooks): New function.
6844 (org-agenda-mode): Use it.
6845
6846 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6847
6848 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6849
6850 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6851
6852 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6853
6854 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6855
6856 * font-lock.el (font-lock-add-keywords): Doc fix.
6857
6858 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6859
6860 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6861 (tex-compile-default): In the absence of any history, use the order in
6862 tex-compile-alist to choose the preferred command.
6863 (tex-compile-commands): Reorder a bit.
6864
6865 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6866 (flyspell-incorrect-face, flyspell-duplicate-face):
6867 Use (X)Emacs-agnostic code.
6868 (flyspell-mode-map): Don't overwrite at each load. Remove code
6869 redundant with the subsequent add-minor-mode. Merge Emacs and
6870 XEmacs code.
6871 (flyspell-word): Minor simplification.
6872 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6873 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6874 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6875 Merge the corresponding Emacs code.
6876 (flyspell-correct-word, flyspell-xemacs-popup):
6877 Use flyspell-do-correct.
6878
6879 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6880 a dedicated window.
6881
6882 * international/latexenc.el (latexenc-find-file-coding-system):
6883 Undo part of last patch, to turn off a compiler warning.
6884
6885 2005-06-06 Juri Linkov <juri@jurta.org>
6886
6887 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6888 Rename `tmm-inactive-face' to `tmm-inactive'.
6889
6890 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6891
6892 * iswitchb.el: Rename faces.
6893
6894 2005-06-06 Kim F. Storm <storm@cua.dk>
6895
6896 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6897 (cua-global-mark): Remove -face suffix from face names.
6898
6899 * emulation/cua-gmrk.el (cua--init-global-mark):
6900 Remove cua-global-mark face setup.
6901
6902 2005-06-06 Richard M. Stallman <rms@gnu.org>
6903
6904 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6905 just like other allowed characters.
6906 (makefile-match-dependency): Exclude leading and training whitespace
6907 from the range of regexp subexp 1.
6908 (makefile-macroassign-regex): Don't try to match the body,
6909 just the name of the macro being defined.
6910
6911 * info.el (Info-read-node-name-2): New function.
6912 (Info-read-node-name-1): Use that.
6913 Add a completion-base-size-function property.
6914
6915 * simple.el (completion-setup-function): Look for
6916 completion-base-size-function property of minibuffer-completion-table.
6917
6918 * files.el (locate-file-completion): Doc fix.
6919
6920 * printing.el: Don't call pr-update-menus; user must do that.
6921
6922 * emacs-lisp/debug.el (debugger-window): New variable.
6923 (debug): Use debugger-window if it is set and still alive.
6924 Record debugger-window for next entry.
6925
6926 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6927
6928 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6929
6930 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6931 (hack-one-local-variable, hack-local-variables)
6932 (hack-local-variables-prop-line): Pass that arg.
6933
6934 2005-06-06 Kim F. Storm <storm@cua.dk>
6935
6936 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6937 (ido-indicator): Remove -face suffix from face names.
6938
6939 2005-06-06 Juri Linkov <juri@jurta.org>
6940
6941 * font-lock.el (font-lock-regexp-backslash)
6942 (font-lock-regexp-backslash-construct): New faces.
6943 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6944 after `('. Add `while-no-input' to control structures.
6945
6946 * faces.el (no-break-space, shadow): New faces.
6947 (escape-glyph): Use less loud colors pink2 and red4.
6948
6949 * diff-mode.el (diff-context-face)
6950 * dired.el (dired-ignored)
6951 * rfn-eshadow.el (file-name-shadow)
6952 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6953
6954 * info.el (Info-title-1-face): Use green instead of yellow because
6955 bold yellow is not readable on light backgrounds.
6956
6957 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6958 before selecting the desired mode to not spend time fontifying
6959 old contents.
6960
6961 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6962
6963 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6964 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6965
6966 * ps-print.el (ps-default-fg, ps-default-bg):
6967 Fix typos in docstrings.
6968
6969 * isearchb.el (isearchb): Don't pass a spurious second argument to
6970 `iswitchb-completions'.
6971
6972 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6973
6974 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6975 to preserve point.
6976 (gdb-find-file-hook): Add doc string.
6977
6978 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6979 C dereferenced pointer expression.
6980 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6981
6982 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6983
6984 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6985 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6986 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6987 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6988 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6989 Make background transparent.
6990
6991 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6992
6993 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6994 (font-lock-remove-keywords): Doc fix.
6995 (font-lock-mode-major-mode): Compiler defvar.
6996 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6997
6998 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6999 (font-lock-mode): Update `font-lock-mode-major-mode'.
7000 (font-lock-set-defaults): Compiler defvar.
7001 (font-lock-default-function): Take `font-lock-mode-major-mode'
7002 into account.
7003
7004 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
7005 keep track of which major mode it enabled the minor mode for.
7006 Use find-file-hook again. Update docstring.
7007
7008 * simple.el (eval-expression-print-level)
7009 (eval-expression-print-length, eval-expression-debug-on-error):
7010 Doc fixes.
7011
7012 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
7013
7014 * iswitchb.el (iswitchb-single-match-face)
7015 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
7016 (iswitchb-invalid-regexp-face): New faces.
7017 (iswitchb-completions): Use them.
7018 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
7019 now marked as an obsolete alias.
7020 (iswitchb-read-buffer): Remove check for bound font variables.
7021 (iswitchb-invalid-regexp): New free variable.
7022 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
7023 set iswitchb-invalid-regexp.
7024 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
7025 invalid regexps.
7026 (iswitchb-completions): Add check for complete match when entering
7027 a regexp.
7028 (iswitchb-completions): Remove require-match argument.
7029 (iswitchb-exhibit): Fix caller.
7030 (iswitchb-common-match-inserted): New variable.
7031 (iswitchb-complete, iswitchb-completion-help): Use it.
7032
7033 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
7034
7035 * url-http.el (url-http-chunked-encoding-after-change-function):
7036 Use `url-http-debug' instead of `message'.
7037
7038 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
7039
7040 * url-http.el (url-http-parse-headers): Pass redirected URL as a
7041 callback argument.
7042
7043 2005-06-04 Kim F. Storm <storm@cua.dk>
7044
7045 * simple.el (line-move): Only call sit-for when moving backwards.
7046
7047 * ido.el (ido-make-merged-file-list-1): New defun split from
7048 ido-make-merged-file-list.
7049 (ido-make-merged-file-list): Bind throw-on-input around call to
7050 ido-make-merged-file-list-1. Return input-pending-p if
7051 interrupted by more input available.
7052 (ido-read-internal): Handle input-pending-p return value from
7053 ido-make-merged-file-list.
7054
7055 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7056
7057 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
7058 compatibility code.
7059
7060 * international/latexenc.el (latexenc-find-file-coding-system):
7061 Don't inherit the EOL part of the coding-system from the
7062 tex-main buffer. Fit within 80 columns.
7063
7064 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
7065
7066 * tmm.el (tmm-inactive-face): New face.
7067 (tmm-remove-inactive-mouse-face): New function.
7068 (tmm-prompt, tmm-add-one-shortcut)
7069 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
7070 but not selectable.
7071
7072 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
7073
7074 * faces.el (face-equal): Improve argument/docstring consistency.
7075
7076 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
7077
7078 * progmodes/make-mode.el (makefile-targets-face)
7079 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
7080 (makefile-bsdmake-dependency-regex)
7081 (makefile-makepp-rule-action-regex)
7082 (makefile-bsdmake-rule-action-regex): New constants.
7083 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
7084
7085 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7086 Allow (...) within `...' for makepp messages.
7087
7088 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
7089
7090 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
7091
7092 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
7093 "." files are deleted from all file lists before comparison.
7094
7095 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
7096 (viper-ESC-key): Made them customizable.
7097
7098 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
7099
7100 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
7101
7102 * autorevert.el (auto-revert-buffers): Use save-match-data.
7103
7104 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7105
7106 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
7107 menu items with a nil command binding.
7108
7109 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
7110
7111 * emacs-lisp/cl-macs.el (defsetf):
7112 Improve argument/docstring consistency.
7113
7114 * faces.el (list-faces-display): Improve the formatting by
7115 computing the maximum length required for any face-name (reworked
7116 patch of 1999-01-11, accidentally deleted on 1999-07-21).
7117 (internal-find-face): Remove redundant info in docstring.
7118
7119 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
7120
7121 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
7122 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
7123 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
7124 (gdb-assembler-custom): Improve regexps.
7125 (def-gdb-auto-update-handler): Use window point to preserve point.
7126
7127 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
7130
7131 2005-05-31 Jay Belanger <belanger@truman.edu>
7132
7133 * calc/calc-embed.el (calc-embedded-word): Change argument passed
7134 to calc-embedded.
7135 (calc-embedded-make-info): Have plain prefix argument select
7136 entire line.
7137
7138 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
7139
7140 * faces.el (list-faces-display): Signal error if passed a regexp
7141 that matches no face name.
7142
7143 * simple.el (filter-buffer-substring): Fix typo in docstring.
7144
7145 2005-05-31 Richard M. Stallman <rms@gnu.org>
7146
7147 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
7148 (vhdl-emacs-21): Doc fix.
7149 (vhdl-mode): Unconditionally set comment-padding.
7150 (vhdl-fixup-whitespace-region): Insert spaces only where
7151 there are none.
7152 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
7153
7154 2005-05-30 John Wiegley <johnw@newartisans.com>
7155
7156 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
7157 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
7158 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
7159 `directory-sep-char' to ?/, and all uses of `string-to-int' to
7160 `string-to-number'.
7161
7162 2005-05-30 Jay Belanger <belanger@truman.edu>
7163
7164 * calc/calc.el (calc-bug-address): Fix docstring.
7165 (calc-window-hook, calc-trail-window-hook): New variables.
7166 (calc-trail-display): Restore use of calc-trail-window-hook.
7167 (calc): Restore use of calc-window-hook.
7168
7169 2005-05-31 Masatake YAMATO <jet@gyve.org>
7170
7171 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
7172
7173 * help-fns.el (help-C-file-name): Add autoload mark for
7174 `find-function-noselect'.
7175
7176 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7177
7178 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
7179 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
7180
7181 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7182
7183 * calendar/diary-lib.el (mark-included-diary-files): Only kill
7184 included diary buffer if it was not already being visited.
7185 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
7186
7187 * calendar/icalendar.el (top-level): Do not require 'appt.
7188
7189 * mail/supercite.el (sc-select-attribution): Only use a list
7190 element from sc-attrib-selection-list if it returns a string.
7191 Reported by Davide G. M. Salvetti <salve@debian.org>.
7192
7193 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
7194
7195 * thumbs.el (thumbs-thumbname): The resulting thumbname now
7196 includes a hash value to improve its uniqueness, and has a ".jpg"
7197 extension. Also, it is now a valid filename on all systems.
7198 (thumbs-make-thumb): Use `let', not `let*'.
7199 (thumbs-show-thumbs-list): Check for JPEG availability.
7200
7201 2005-05-30 Richard M. Stallman <rms@gnu.org>
7202
7203 * filesets.el (filesets-menu-ensure-use-cached):
7204 Prevent warning when emacs-version>= is undefined.
7205
7206 * printing.el (pr-interactive-n-up): Use string-to-number.
7207
7208 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
7209
7210 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7211 Warn only when name to be defined is quoted.
7212
7213 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
7214
7215 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
7216 Make regexp more robust.
7217 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
7218 Force regeneration of disassembly.
7219
7220 2005-05-29 Jay Belanger <belanger@truman.edu>
7221
7222 * calc/calc.el (calc-user-invocation): Check if
7223 calc-invocation-macro is non-nil.
7224
7225 2005-05-29 Juri Linkov <juri@jurta.org>
7226
7227 * add-log.el (change-log-font-lock-keywords):
7228 Add `+' to e-mail regexp to accept mail address with keywords.
7229
7230 * man.el (Man-name-regexp): Add `:' to accept qualified names.
7231
7232 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7233
7234 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
7235
7236 * ielm.el (inferior-emacs-lisp-mode): Ditto.
7237
7238 2005-05-29 Richard M. Stallman <rms@gnu.org>
7239
7240 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7241 Undo the change that moves to end of the current word.
7242
7243 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7244
7245 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
7246 Throw error when count <= 0 to ensure input is a number.
7247 (gdb-read-memory-custom): Pick up address from buffer.
7248 (gdb-memory-mode): Allow user to increment and decrement
7249 memory address from header line.
7250
7251 2005-05-29 Richard M. Stallman <rms@gnu.org>
7252
7253 * flyspell.el (flyspell-version): Function deleted.
7254 (flyspell-auto-correct-previous-hook): Doc fix.
7255
7256 * jit-lock.el (jit-lock-function, jit-lock-after-change):
7257 Do nothing if memory is full.
7258
7259 * font-lock.el (font-lock-fontify-syntactically-region):
7260 Pass t for GREEDY to looking-back.
7261
7262 * saveplace.el (save-place-alist-to-file): Write the file
7263 using write-region.
7264
7265 * subr.el (looking-back): New argument GREEDY.
7266
7267 * progmodes/compile.el (compilation-start): Set the mode
7268 before inserting the initial text.
7269
7270 * progmodes/which-func.el (which-func-update-1): Turn the mode
7271 off in case of error by setting which-func-mode.
7272
7273 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
7274
7275 * flyspell.el (flyspell-auto-correct-previous-word):
7276 Narrow down to what's on the screen, and recenter overlays
7277 at the end of the next word.
7278
7279 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7280
7281 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7282 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7283 (flyspell-abbrev-p): Default to nil.
7284 (flyspell-use-global-abbrev-table-p): Doc fix.
7285 (flyspell-large-region): Allow nil as value.
7286 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7287
7288 (mail-mode-flyspell-verify): More robust handling
7289 of `mail-header-separator'. More efficient signature detection.
7290 Allow for regexp metacharacters in message-header-separator.
7291 Adding `To' not to be checked in mail-mode-flyspell-verify.
7292
7293 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7294 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7295 Bind flyspell-auto-correct-binding.
7296 Bind C-. and C-, .
7297 (flyspell-mode-map): Likewise.
7298 (flyspell-mode): Doc fix.
7299 (flyspell-accept-buffer-local-defs): Preserve current buffer.
7300 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7301 (flyspell-word-cache-result): New var, always local.
7302 (flyspell-check-pre-word-p): Doc fix.
7303 (flyspell-check-changed-word-p): Handle spc like newline.
7304 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7305 (flyspell-word-search-backward, flyspell-word-search-forward):
7306 New functions.
7307 (flyspell-word): Return t if nothing to check.
7308 When parsing TeX code, check for after } or \.
7309 Use flyspell-word-search-backward to find previous word.
7310 Return nil if duplicated word.
7311 For word already checked, return same value as last time.
7312 Set flyspell-word-cache-result after checking.
7313 Don't clobber the return value.
7314 (flyspell-get-word): Major rewrite.
7315 (flyspell-external-point-words): New locals pword, pcount.
7316 Fix size used in progress message.
7317 Find the proper corresponding word in flyspell-large-region-buffer.
7318 (flyspell-region): Check for flyspell-large-region = nil.
7319 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7320 (flyspell-auto-correct-word): Check that WORD is a cons.
7321 (flyspell-correct-word): Likewise.
7322
7323 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7324
7325 * progmodes/make-mode.el (makefile-rule-action-regex)
7326 (makefile-macroassign-regex, makefile-makepp-mode)
7327 (makefile-bsdmake-mode): Continuation lines may be empty.
7328 Reported by Joshua Varner.
7329 (makefile-makepp-font-lock-keywords): Add $(stem).
7330
7331 2005-05-28 Karl Berry <karl@gnu.org>
7332
7333 * textmodes/tex-mode.el: Now that tex-send-command calls
7334 shell-quote-argument (2005-03-31 change), remove all calls to
7335 shell-quote-argument; they all end up invoking tex-send-command.
7336 The double quoting loses on filenames with non-safe characters,
7337 such as "@". Reported by Frederik Fouvry.
7338
7339 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7340
7341 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7342 about preserving point.
7343
7344 2005-05-27 Jay Belanger <belanger@truman.edu>
7345
7346 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7347 Info-goto-node.
7348
7349 * calc/calc-embed.el (calc-embed-arg): New variable.
7350 (calc-do-embedded-activate, calc-embedded-activate-formula)
7351 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7352 variable by new variable.
7353 (calc-embedded-make-info): Replace undeclared variable by new
7354 variable. When selecting region with positive prefix
7355 argument, use end of previous line instead of beginning of line.
7356
7357 * calc/calc-aent.el (calc-arg-values): Declare it.
7358
7359 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7360 Declare them.
7361
7362 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7363
7364 * calc/calc.el (calc-alg-map): Declare it.
7365
7366 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7367
7368 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7369
7370 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7371 (gdb-registers-buffer, toggle-gdb-all-registers):
7372 Toggle display of floating point registers.
7373 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7374
7375 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7376 (toggle-gud-tooltip-dereference):
7377 Rename from gud-toggle-tooltip-dereference.
7378
7379 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7380
7381 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7382
7383 2005-05-27 Jay Belanger <belanger@truman.edu>
7384
7385 * calc/calc-prog.el (calc-kbd-report): Remove.
7386 (calc-kbd-query): Rewrite.
7387
7388 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7389
7390 * image.el (image-library-alist): Move to image.c.
7391 (image-type-available-p): Doc fix.
7392
7393 2005-05-27 Lute Kamstra <lute@gnu.org>
7394
7395 * calc/calc.el (calc):
7396 * outline.el (outline-1, outline-2, outline-3, outline-4)
7397 (outline-5, outline-6, outline-7, outline-8):
7398 * textmodes/dns-mode.el (dns-mode):
7399 * textmodes/sgml-mode.el (sgml-namespace-face):
7400 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7401 (tex-verbatim-face, tex-use-reftex):
7402 * textmodes/texinfo.el (texinfo-heading-face):
7403 Specify customization group.
7404
7405 * longlines.el: Don't require easy-mmode.
7406 (longlines-visible-face): Specify customization group.
7407
7408 2005-05-27 Kenichi Handa <handa@m17n.org>
7409
7410 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7411 encoding table of windows-1251.
7412
7413 * international/ucs-tables.el (ucs-set-table-for-input):
7414 If translation-table-for-input of a coding system is a symbol, get
7415 its translation-table property.
7416
7417 * international/code-pages.el: Don't register a coding system into
7418 non-iso-charset-alist more than once.
7419 (cp-make-coding-system): Likewise.
7420
7421 2005-05-26 John Wiegley <johnw@newartisans.com>
7422
7423 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7424 `eshell-resume-eval' is wrapped in a list, it indicates that the
7425 command was run asynchronously. In that case, unwrap the value
7426 before checking the delimiter value.
7427
7428 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7429 character before a space at the end of a line is \, assume the space
7430 is part of the last argument rather than a final argument separator.
7431
7432 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7433 is in use, and the target is `t' or `nil' (which are the most common
7434 values), don't assume that the symbol target is a buffer.
7435
7436 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7437
7438 * calendar/calendar.el (calendar-mode-line-format):
7439 Use mode-line-highlight as mouse-face.
7440
7441 * time.el (display-time-string-forms, display-time-update):
7442 Use mode-line-highlight as mouse-face.
7443
7444 2005-05-26 Jay Belanger <belanger@truman.edu>
7445
7446 * calc/calc.el (calc-language-alist): Remove extra defvar.
7447
7448 2005-05-26 Lute Kamstra <lute@gnu.org>
7449
7450 * arc-mode.el (archive-mode):
7451 * bookmark.el (bookmark-read-annotation-mode)
7452 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7453 * bs.el (bs-mode):
7454 * calc/calc-yank.el (calc-edit-mode):
7455 * calc/calc.el (calc-mode, calc-trail-mode):
7456 * calculator.el (calculator-mode):
7457 * chistory.el (command-history-mode):
7458 * comint.el:
7459 * cus-edit.el (custom-mode):
7460 * descr-text.el (describe-text-mode):
7461 * ebuff-menu.el (Electric-buffer-menu-mode):
7462 * ediff-util.el (ediff-mode):
7463 * emacs-lisp/re-builder.el (reb-mode):
7464 * emulation/vi.el (vi-mode-setup):
7465 * emulation/ws-mode.el (wordstar-mode):
7466 * eshell/esh-mode.el (eshell-mode):
7467 * forms.el (forms-mode):
7468 * help-mode.el (help-mode):
7469 * hexl.el (hexl-mode):
7470 * ibuffer.el (ibuffer-mode):
7471 * ielm.el (inferior-emacs-lisp-mode):
7472 * info.el (Info-mode, Info-edit-mode):
7473 * international/swedish.el:
7474 * ledit.el (ledit-from-lisp-mode):
7475 * locate.el (locate-mode):
7476 * mail/rmail.el (rmail-mode):
7477 * mail/rmailedit.el (rmail-edit-mode):
7478 * mail/rmailsum.el (rmail-summary-mode):
7479 * mail/supercite.el (sc-electric-mode):
7480 * net/eudc.el (eudc-mode):
7481 * net/quickurl.el (quickurl-list-mode):
7482 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7483 * obsolete/ooutline.el (outline-mode):
7484 * obsolete/options.el (Edit-options-mode):
7485 * obsolete/rnews.el (news-mode):
7486 * obsolete/rnewspost.el (news-reply-mode):
7487 * play/5x5.el (5x5-mode):
7488 * play/decipher.el (decipher-mode, decipher-stats-mode):
7489 * play/gomoku.el (gomoku-mode):
7490 * play/snake.el (snake-mode):
7491 * play/solitaire.el (solitaire-mode):
7492 * play/tetris.el (tetris-mode):
7493 * progmodes/ada-mode.el (ada-mode):
7494 * progmodes/antlr-mode.el (antlr-mode):
7495 * progmodes/autoconf.el (autoconf-mode):
7496 * progmodes/dcl-mode.el (dcl-mode):
7497 * progmodes/delphi.el (delphi-mode):
7498 * progmodes/ebrowse.el (ebrowse-tree-mode)
7499 (ebrowse-electric-list-mode, ebrowse-member-mode)
7500 (ebrowse-electric-position-mode):
7501 * progmodes/f90.el (f90-mode):
7502 * progmodes/fortran.el (fortran-mode):
7503 * progmodes/icon.el (icon-mode):
7504 * progmodes/idlw-help.el (idlwave-help-mode):
7505 * progmodes/idlw-shell.el (idlwave-shell-mode):
7506 * progmodes/idlwave.el (idlwave-mode):
7507 * progmodes/inf-lisp.el (inferior-lisp-mode):
7508 * progmodes/m4-mode.el (m4-mode):
7509 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7510 * progmodes/modula2.el (modula-2-mode):
7511 * progmodes/octave-inf.el (inferior-octave-mode):
7512 * progmodes/octave-mod.el (octave-mode):
7513 * progmodes/pascal.el (pascal-mode):
7514 * progmodes/sh-script.el (sh-mode):
7515 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7516 * progmodes/vhdl-mode.el (vhdl-mode):
7517 * progmodes/xscheme.el (scheme-interaction-mode):
7518 * replace.el (occur-mode):
7519 * ses.el (ses-mode):
7520 * simple.el (completion-list-mode):
7521 * skeleton.el:
7522 * speedbar.el (speedbar-mode):
7523 * term.el (term-mode):
7524 * terminal.el (terminal-edit-mode):
7525 * textmodes/reftex-index.el (reftex-index-mode)
7526 (reftex-index-phrases-mode):
7527 * textmodes/reftex-sel.el (reftex-select-label-mode)
7528 (reftex-select-bib-mode):
7529 * textmodes/reftex-toc.el (reftex-toc-mode):
7530 * wdired.el (wdired-change-to-wdired-mode):
7531 * wid-browse.el (widget-browse-mode):
7532 Use run-mode-hooks.
7533
7534 * array.el (array-mode):
7535 * calendar/todo-mode.el (todo-mode):
7536 * man.el (Man-mode):
7537 * play/landmark.el (lm-mode):
7538 * play/mpuz.el (mpuz-mode):
7539 Use kill-all-local-variables and run-mode-hooks.
7540
7541 * subr.el (delay-mode-hooks): Specify indentation.
7542
7543 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7544
7545 * xml.el (xml-substitute-special): Don't die for undefined xml
7546 entities.
7547
7548 2005-05-26 Jay Belanger <belanger@truman.edu>
7549
7550 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7551 of nil.
7552
7553 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7554
7555 * progmodes/gdb-ui.el (gdb-frame-address):
7556 Rename from gdb-current-address.
7557 (gdb-previous-frame-address): Rename from gdb-previous-address.
7558 (gdb-selected-frame): Rename from gdb-current-frame.
7559 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7560 (gdb-frame-number): Rename from gdb-current-stack-level.
7561 (gdb-ann3): Match new mode-name for disassembly buffer.
7562 Extend initialization of variables.
7563 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7564 (gdb-memory-mode): Use mouse-face in header line.
7565 (gdb-assembler-buffer-name): Call it disassembly and give frame
7566 in mode line.
7567 (gdb-source-spec-regexp, gdb-assembler-custom)
7568 (gdb-invalidate-assembler, gdb-frame-handler):
7569 Make robust to leading zeroes in address format.
7570
7571 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7572
7573 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7574 define `org-mode'.
7575 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7576
7577 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7578
7579 * log-edit.el (log-edit-changelog-entries): Distinguish between
7580 filenames like xfns.c and fns.c.
7581
7582 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7583
7584 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7585 point after reverting.
7586 (Buffer-menu-make-sort-button): Handle the case where
7587 `Buffer-menu-use-header-line' is nil.
7588
7589 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7590
7591 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7592 New funcs. In minibuffer-local-completion-map bind `]', `/'
7593 and `:' to them.
7594
7595 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7596
7597 * startup.el (normal-top-level): Allow modification of load-path while
7598 we're iterating over it.
7599
7600 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7601
7602 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7603 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7604 (thumbs-resize-interactive, thumbs-insert-image)
7605 (thumbs-insert-thumb, thumbs-dired-show-marked)
7606 (thumbs-find-image-at-point, thumbs-delete-images)
7607 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7608 (thumbs-increment-image-size, thumbs-decrement-image-size):
7609 Fix typos in docstrings.
7610
7611 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7612
7613 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7614 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7615 (cperl-mode): Use them.
7616
7617 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7618
7619 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7620 Doc fixes.
7621
7622 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7623
7624 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7625 Bind C-d to gdb-inferior-io-eof.
7626
7627 * dired.el (dired-dnd-popup-notice): Use message-box.
7628
7629 2005-05-23 Masatake YAMATO <jet@gyve.org>
7630
7631 * bindings.el (mode-line-major-mode-keymap):
7632 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7633
7634 * faces.el (mode-line-highlight): New face.
7635
7636 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7637 as mouse-face.
7638
7639 * bindings.el (top-level, help-echo, mode-line-modified)
7640 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7641 as mouse-face.
7642
7643 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7644
7645 * progmodes/cc-engine.el (c-guess-basic-syntax):
7646 Remove spurious call to `zerop'.
7647
7648 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7649
7650 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7651
7652 CC Mode update to 5.30.10:
7653
7654 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7655 could go past the limit in decoration level 2, thereby causing
7656 errors during interactive fontification.
7657
7658 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7659 the file is evaluated interactively.
7660
7661 * cc-engine.el (c-guess-basic-syntax): Handle operator
7662 declarations somewhat better in C++.
7663
7664 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7665 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7666 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7667 (awk-mode): Use it.
7668 (make-local-hook): Suppress warning about obsoleteness.
7669
7670 * cc-engine.el, cc-align.el, cc-cmds.el
7671 (c-append-backslashes-forward, c-delete-backslashes-forward)
7672 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7673 Compensate for return value from `forward-line' when it has moved
7674 but not to a different line due to eob.
7675
7676 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7677 `objc-method-intro' and `objc-method-args-cont'.
7678
7679 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7680
7681 CC Mode update to 5.30.10:
7682
7683 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7684 in the copyright statement. Incidentally, change "along with GNU
7685 Emacs" to "along with this program" where it occurs.
7686
7687 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7688 so that it is interactive, hence can be found by M-x awk-mode
7689 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7690 <gmorris+emacs@ast.cam.ac.uk>.
7691
7692 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7693 Mode's regexps.
7694
7695 2005-05-23 Kevin Ryde <user42@zip.com.au>
7696
7697 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7698 c-parse-state, to avoid a lisp error (on bad code).
7699
7700 2005-05-23 Lute Kamstra <lute@gnu.org>
7701
7702 * subr.el (font-lock-defaults): Remove defvar as it's already
7703 defined in font-core.el.
7704
7705 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7706
7707 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7708
7709 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7710 more general and work when GDB variable "print pretty" is on,
7711 as with Emacs, for example.
7712
7713 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7714
7715 * font-core.el: Update comment.
7716
7717 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7718 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7719
7720 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7721
7722 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7723
7724 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7725 and `yank-handler' in the doc strings.
7726
7727 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7728
7729 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7730
7731 2005-05-22 Richard M. Stallman <rms@gnu.org>
7732
7733 * help.el (describe-key): Move print-help-return-message call
7734 out of conditional.
7735
7736 * progmodes/etags.el (list-tags): Use with-no-warnings.
7737
7738 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7739 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7740 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7741
7742 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7743
7744 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7745 Add defvar.
7746
7747 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7748 Use defvar, not defconst.
7749
7750 * hexl.el (hexl-follow-line): Use with-no-warnings.
7751
7752 * emulation/tpu-extras.el: Use write-file-functions instead of
7753 write-file-hooks.
7754
7755 * dired.el (dired-font-lock-keywords): Fontify files with junk
7756 extensions even if marked by -F.
7757
7758 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7759
7760 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7761 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7762 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7763 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7764 (concatenate, list-length, get*, getf, cl-remprop):
7765 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7766 (etypecase, progv, lexical-let, lexical-let*)
7767 (multiple-value-bind, multiple-value-setq, shiftf):
7768 Improve argument/docstring consistency.
7769
7770 * subr.el (focus-frame, unfocus-frame):
7771 Revert deletion on 2005-05-01.
7772
7773 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7774
7775 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7776 doesn't exist.
7777
7778 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7779 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7780
7781 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7782
7783 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7784 already deleted variables: auto-fill-hook, blink-paren-hook,
7785 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7786 suspend-hooks, comment-indent-hook, meta-flag,
7787 before-change-function, after-change-function,
7788 font-lock-doc-string-face.
7789
7790 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7791
7792 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7793
7794 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7795
7796 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7797 rmail-dont-reply-to.
7798
7799 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7800
7801 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7802 literal blank when splitting new-header-values.
7803
7804 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7805
7806 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7807 string so that tmm doesn't create a completion entry for it.
7808
7809 * textmodes/table.el (table-disable-menu): Ditto.
7810
7811 2005-05-21 Richard M. Stallman <rms@gnu.org>
7812
7813 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7814
7815 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7816
7817 * net/rcompile.el (remote-compile): Use compilation-start.
7818
7819 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7820
7821 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7822
7823 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7824 Default to makefile-bsdmake-mode on BSD systems.
7825
7826 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7827 REGEXP may also be a search function now. The part of doc-string
7828 for describing the structure was 95% identical to that of
7829 `imenu--generic-function'. Unify it there.
7830
7831 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7832 Use function to find dependencies, because regexp alone is so complex,
7833 it easily goes into an endless loop.
7834 (makefile-makepp-mode): Also add submenu for Perl functions
7835 defined in the makefile.
7836 (makefile-bsdmake-mode): Special imenu-generic-expression no
7837 longer needed, due to function call.
7838 (makefile-match-dependency): Take BOUND into account when checking
7839 if we're through.
7840
7841 2005-05-20 Jay Belanger <belanger@truman.edu>
7842
7843 * calc/calc-units.el (calc-invalidate-units-table):
7844 Use inhibit-read-only.
7845 (math-build-units-table-buffer): Use view-mode.
7846
7847 2005-05-20 David Kastrup <dak@gnu.org>
7848
7849 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7850 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7851
7852 2005-05-20 Lute Kamstra <lute@gnu.org>
7853
7854 * diff-mode.el (diff-header-face, diff-file-header-face)
7855 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7856 (diff-added-face, diff-changed-face, diff-function-face)
7857 (diff-context-face, diff-nonexistent-face): Put them in the
7858 diff-mode customization group.
7859
7860 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7861
7862 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7863
7864 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7865
7866 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7867 Minor regexp-optimization.
7868
7869 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7870
7871 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7872 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7873 (org-agenda-add-time-grid-maybe): New function.
7874 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7875 (org-table-create): `dotimes' instead of `mapcar'.
7876 (org-xor): Simplify implementation.
7877 (org-agenda): `inhibit-redisplay' turned on.
7878 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7879 a consistent line after a state change.
7880 (org-agenda-remove-times-when-in-prefix): New option.
7881 (org-prefix-has-time): New variable.
7882 (org-parse-time-string): Optional argument NODEFAULT.
7883 (org-format-agenda-item): Parse items for time-of-day
7884 specifications and move these into the prefix if possible.
7885 (org-agenda-priority): Get current heading, not previous heading
7886 during agenda remote editing.
7887
7888 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7889
7890 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7891 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7892 (remove-duplicates, delete-duplicates, substitute)
7893 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7894 (nsubstitute-if-not, find, find-if, find-if-not, position)
7895 (position-if, position-if-not, count, count-if, count-if-not)
7896 (mismatch, search, sort*, stable-sort, merge, member*)
7897 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7898 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7899 (intersection, nintersection, set-difference, nset-difference)
7900 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7901 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7902 (nsublis, tree-equal): Improve argument/docstring consistency.
7903
7904 * subr.el (send-string, send-region):
7905 Remove obsolescence declaration.
7906 (window-dot, set-window-dot, read-input, show-buffer)
7907 (eval-current-buffer, string-to-int):
7908 Add release number to obsolescence declarations.
7909
7910 2005-05-19 Kim F. Storm <storm@cua.dk>
7911
7912 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7913 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7914
7915 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7916
7917 * faces.el (list-faces-display): Make back button respect optional
7918 regexp arg.
7919
7920 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7921
7922 * calculator.el (calculator-radix-grouping-mode)
7923 (calculator-radix-grouping-digits, calculator-displayer)
7924 (calculator-radix-grouping-separator, calculator-copy-displayer):
7925 * dabbrev.el (dabbrev-search-these-buffers-only):
7926 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7927 (diff-advance-after-apply-hunk, diff-mode-hook)
7928 (diff-minor-mode-prefix):
7929 * imenu.el (imenu-use-popup-menu):
7930 * jit-lock.el (jit-lock-context-time):
7931 * newcomment.el (comment-fill-column, comment-column)
7932 (comment-style, comment-padding, comment-multi-line)
7933 (comment-empty-lines, comment-auto-fill-only-comments):
7934 * reveal.el (reveal-around-mark):
7935 * uniquify.el (uniquify-buffer-name-style)
7936 (uniquify-after-kill-buffer-p)
7937 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7938 (uniquify-min-dir-content, uniquify-separator)
7939 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7940 * w32-vars.el (w32-fixed-font-alist):
7941 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7942 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7943 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7944 * progmodes/perl-mode.el (perl-indent-level)
7945 (perl-continued-statement-offset, perl-continued-brace-offset)
7946 (perl-brace-offset, perl-brace-imaginary-offset)
7947 (perl-label-offset, perl-indent-continued-arguments)
7948 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7949 * progmodes/tcl.el (tcl-indent-level)
7950 (tcl-continued-indent-level, tcl-auto-newline)
7951 (tcl-tab-always-indent, tcl-electric-hash-style)
7952 (tcl-help-directory-list, tcl-use-smart-word-finder)
7953 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7954 (inferior-tcl-source-command):
7955 * textmodes/fill.el (enable-kinsoku):
7956 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7957 * textmodes/table.el (table-yank-handler):
7958 Specify missing group (and type, if simple) in defcustom.
7959
7960 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7961
7962 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7963
7964 2005-05-19 Richard M. Stallman <rms@gnu.org>
7965
7966 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7967
7968 * subr.el (event-basic-type): Don't get an error.
7969 (left-fringe-p): Function deleted.
7970
7971 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7972 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7973
7974 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7975 in recursive copy.
7976
7977 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7978
7979 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7980
7981 * emacs-lisp/bytecomp.el
7982 (byte-compile-file-form-custom-declare-variable): Call
7983 byte-compile-nogroup-warn if appropriate.
7984
7985 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7986 (compilation-set-window): Don't call left-fringe-p; do it directly.
7987
7988 2005-05-19 Jay Belanger <belanger@truman.edu>
7989
7990 * calc/calc-graph.el (calc-graph-format-data): Make sure
7991 var-PlotRejects is bound before trying to check its value.
7992
7993 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7994
7995 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7996 definition of this variable from reftex-global.el to reftex.el,
7997 because it is needed in the menu.
7998
7999 2005-05-19 Lute Kamstra <lute@gnu.org>
8000
8001 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
8002 years are fixed. Don't insert a space after a dash.
8003
8004 2005-05-19 Kim F. Storm <storm@cua.dk>
8005
8006 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
8007
8008 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
8009
8010 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
8011 strings, because (eq ... ?\\) is fairly frequent.
8012
8013 * progmodes/make-mode.el (makefile-add-this-line-targets):
8014 Simplify and integrate into `makefile-pickup-targets'.
8015 (makefile-add-this-line-macro): Simplify and integrate into
8016 `makefile-pickup-macros.
8017 (makefile-pickup-filenames-as-targets): Simplify.
8018 (makefile-previous-dependency, makefile-match-dependency):
8019 Don't stumble over `::'.
8020
8021 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
8022
8023 * subr.el (post-command-idle-hook, post-command-idle-delay):
8024 Remove obsoletion of post-command-idle-hook and
8025 post-command-idle-delay.
8026
8027 * faces.el (list-faces-display): Provide button when describe-face
8028 is called to take user back to the list of faces.
8029
8030 * help-fns.el (describe-variable): Remove hyperlinks in a
8031 variable's value as these are quite frequently inappropriate.
8032
8033 * follow.el (follow-submit-feedback, follow-mode):
8034 Remove references to post-command-idle-hook.
8035
8036 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
8037
8038 * progmodes/make-mode.el (makefile-previous-dependency)
8039 (makefile-match-dependency): Check for := (and in bsd mode also
8040 !=) to give a better result, even when font-lock is not on.
8041
8042 2005-05-18 Jay Belanger <belanger@truman.edu>
8043
8044 * calc/calc-help.el (calc-s-prefix-help):
8045 Add `calc-copy-special-constant' to help string.
8046
8047 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8048
8049 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8050
8051 2005-05-18 Jay Belanger <belanger@truman.edu>
8052
8053 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
8054 in linear factors are in proper order.
8055
8056 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
8057
8058 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8059 Support for jurabib.
8060
8061 * textmodes/reftex.el (featurep): Define aliases for overlay
8062 commands, for XEmacs compatibility, and use these aliases in
8063 overlay initializations.
8064 (reftex-highlight): Use `reftex-move-overlay'.
8065 (reftex-unhighlight): Use `reftex-delete-overlay'.
8066 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
8067 (reftex-access-search-path): Use `reftex-uniquify' instead of
8068 `reftex-uniq'
8069
8070 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
8071 `before-string' property modification enables for Emacs as well.
8072 (reftex-select-item): Use `reftex-delete-overlay'.
8073 (reftex-select-mark): Use `reftex-make-overlay' and
8074 `reftex-overlay-put'.
8075 (reftex-select-unmark): Use `reftex-delete-overlay' and
8076 `reftex-overlay-put'.
8077
8078 2005-05-18 Lute Kamstra <lute@gnu.org>
8079
8080 * emacs-lisp/lisp.el (check-parens): Fix docstring.
8081
8082 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
8083
8084 * add-log.el (add-change-log-entry):
8085 * array.el (array-make-template, array-reconfigure-rows)
8086 (array-init-max-row, array-init-max-column)
8087 (array-init-columns-per-line, array-init-field-width):
8088 * replace.el (replace-match-maybe-edit, perform-replace):
8089 * textmodes/spell.el (spell-region):
8090 Replace `read-input' by `read-string'.
8091
8092 * forms.el (forms-mode):
8093 * finder.el (finder-compile-keywords):
8094 * shadowfile.el (shadow-read-files):
8095 Replace `eval-current-buffer' by `eval-buffer'.
8096
8097 * terminal.el (te-pass-through):
8098 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
8099 (ange-ftp-raw-send-cmd):
8100 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
8101 (send-process-next-char, telnet-initial-filter, telnet):
8102 Replace `send-string' by `process-send-string'.
8103
8104 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
8105 (prolog-consult-region): Replace `send-string' by
8106 `process-send-string'; replace `send-region' by `process-send-region'.
8107
8108 * progmodes/delphi.el (delphi-log-msg):
8109 Replace `set-window-dot' by `set-window-point'.
8110
8111 * subr.el (window-dot, set-window-dot, read-input, send-string)
8112 (send-region, show-buffer, eval-current-buffer):
8113 Make really obsolete, as the comment says.
8114
8115 2005-05-17 Kim F. Storm <storm@cua.dk>
8116
8117 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
8118 (cua--init-keymaps): Bind C-return instead of S-return to set
8119 rectangle mark.
8120
8121 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
8122 instead of S-return to toggle/clear rectangle mark.
8123
8124 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
8125
8126 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8127 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
8128 Also fontify plain strings assigned to variables, mostly so that a
8129 colon has a face and is thus not taken as a dependency separator.
8130 (makefile-previous-dependency): Inline the new matcher, because it
8131 is too complex to work in both directions.
8132 (makefile-match-dependency): Eliminate `backward' arg (see above).
8133 Completely reimplemented so as to not sometimes go into an endless
8134 loop. It should also be more efficient, because first it only
8135 searches for `:', instead of applying the very complex regexp.
8136 (makefile-mode): Cancel `font-lock-support-mode', because blocks
8137 to be fontified in one piece can be too long for JIT.
8138 Makefiles are never *that* big.
8139
8140 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
8141
8142 * dired.el (dired-mode): Simplify.
8143
8144 2005-05-17 Lute Kamstra <lute@gnu.org>
8145
8146 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
8147 defcustom for the mode hook variable.
8148
8149 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
8150 Emacs Lisp Reference Manual.
8151
8152 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
8153
8154 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
8155 (evenp, list*):
8156 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
8157 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
8158
8159 * net/tramp-smb.el (tramp-smb-open-connection):
8160 Pass `tramp-chunksize' as fifth (required) argument.
8161
8162 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
8163
8164 * font-lock.el (lisp-font-lock-keywords-1):
8165 Set `font-lock-negation-char-face' for [^...] char group.
8166 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
8167
8168 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
8169 a var, and refine it to mask one more level of nested vars.
8170 (makefile-rule-action-regex): Turn it into a var, and refine it so
8171 it recognizes backslashed continuation lines as belonging to the
8172 same command.
8173 (makefile-macroassign-regex): Refine it so it recognizes
8174 backslashed continuation lines as belonging to the same command.
8175 (makefile-var-use-regex): Don't look at the next char, because it
8176 might be the same one to be skipped by the initial [^$], leading
8177 to an overlooked variable use.
8178 (makefile-make-font-lock-keywords): Remove two parameters, which
8179 are now variables that some of the modes set locally.
8180 Handle dependency and rule action matching through functions, because
8181 regexps alone match too often. Dependency matching now comes
8182 last, so it can check, whether a colon already matched something else.
8183 (makefile-mode): Inform that font-lock improves makefile parsing
8184 capabilities.
8185 (makefile-match-dependency, makefile-match-action): New functions.
8186
8187 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
8188
8189 * emacs-lisp/cl-extra.el (equalp): Doc fix.
8190
8191 * align.el (align-regexp):
8192 * ansi-color.el (ansi-color-get-face):
8193 * array.el (array-reconfigure-rows, array-init-max-row)
8194 (array-init-max-column, array-init-columns-per-line)
8195 (array-init-field-width):
8196 * dired-aux.el (dired-trample-file-versions):
8197 * dired-x.el (dired-mark-sexp):
8198 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
8199 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
8200 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
8201 * faces.el (face-read-integer):
8202 * files.el (backup-extract-version, insert-directory):
8203 * hexl.el (hexl-insert-decimal-char):
8204 * server.el (server-process-filter):
8205 * shell.el (shell-extract-num):
8206 * startup.el (command-line-1):
8207 * term.el (term-command-hook):
8208 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
8209 (time-stamp-do-number):
8210 * time.el (display-time-update):
8211 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
8212 (timezone-fix-time):
8213 * vms-patch.el (vms-suspend-resume-hook):
8214 * calendar/appt.el (appt-convert-time):
8215 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8216 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8217 * calendar/cal-islam.el (mark-islamic-diary-entries):
8218 * calendar/calendar.el (calendar-cursor-to-date)
8219 (calendar-star-date):
8220 * calendar/diary-lib.el (diary-attrtype-convert)
8221 (mark-diary-entries, diary-entry-time):
8222 * calendar/solar.el (solar-get-number):
8223 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
8224 * emacs-lisp/re-builder.el (reb-display-subexp):
8225 * emulation/edt.el (edt-set-scroll-margins):
8226 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8227 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
8228 (vip-get-ex-count):
8229 * emulation/viper-ex.el (viper-get-ex-token)
8230 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
8231 * international/fontset.el (fontset-plain-name):
8232 * mail/feedmail.el (feedmail-look-at-queue-directory):
8233 * mail/mailalias.el (mail-get-names):
8234 * mail/rmail.el (rmail-convert-to-babyl-format):
8235 * mail/rmailsum.el (rmail-make-basic-summary-line)
8236 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
8237 (rmail-summary-goto-msg):
8238 * mail/smtpmail.el (smtpmail-read-response):
8239 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
8240 (ange-ftp-vms-add-file-entry):
8241 * play/gametree.el (gametree-looking-at-ply)
8242 (gametree-current-branch-score):
8243 * progmodes/ada-xref.el (ada-prj-find-prj-file)
8244 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8245 * progmodes/cperl-mode.el (condition-case):
8246 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
8247 (ebrowse-set-member-buffer-column-width)
8248 (ebrowse-select-1st-to-9nth):
8249 * progmodes/etags.el (etags-snarf-tag):
8250 * progmodes/flymake.el (flymake-parse-line):
8251 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
8252 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
8253 (idlwave-shell-menu-def):
8254 * progmodes/ps-mode.el (ps-run-goto-error):
8255 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
8256 (vhdl-speedbar-contract-level):
8257 * term/mac-win.el (x-handle-numeric-switch):
8258 * term/sun-mouse.el (sun-get-frame-data):
8259 * term/w32-win.el (x-handle-numeric-switch):
8260 * term/x-win.el (x-handle-numeric-switch):
8261 * textmodes/ispell.el (ispell-parse-output):
8262 * textmodes/nroff-mode.el (nroff-outline-level):
8263 * textmodes/reftex-cite.el (reftex-bib-sort-year)
8264 (reftex-bib-sort-year-reverse, reftex-format-citation):
8265 * textmodes/reftex-parse.el (reftex-init-section-numbers)
8266 (reftex-section-number):
8267 * textmodes/texinfmt.el (texinfo-paragraphindent):
8268 Replace `string-to-int' by `string-to-number'.
8269
8270 * international/latexenc.el: Add page marker to force the "Local
8271 Variables:" string out of the last page.
8272
8273 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8274
8275 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8276 tooltip-change-major-mode.
8277 (gud-tooltip-print-command): Remove case where gud-minor-mode
8278 is gdb ("--fullname").
8279 (gud-tooltip-tips): Turn GUD tooltips off for this case and
8280 explain to user.
8281
8282 2005-05-16 Jay Belanger <belanger@truman.edu>
8283
8284 * calc/calc-store.el (calc-copy-special-constant): New function.
8285
8286 * calc/calc-ext.el (calc-init-extensions): Add binding for
8287 `calc-copy-special-constant'.
8288
8289 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8290 for the `calc-copy-special-constant' command.
8291
8292 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8293
8294 * subr.el (left-fringe-p): New function.
8295
8296 * progmodes/compile.el (compilation-setup): Set local value of
8297 overlay-arrow-string to "" always.
8298 (compilation-set-window): Left fringe then don't scroll.
8299 No left fringe then no arrow and scroll message to top.
8300 (compilation-context-lines): Adjust doc string accordingly.
8301
8302 2005-05-16 Kim F. Storm <storm@cua.dk>
8303
8304 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8305 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8306 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8307 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8308 (ido-read-file-name): Handle commands with ido property value
8309 equal to find-file as reading a file name, to allow C-d to enter dired.
8310 (ibuffer-find-file): Add ido property with value find-file.
8311
8312 2005-05-15 Kim F. Storm <storm@cua.dk>
8313
8314 * subr.el (open-network-stream-nowait): Remove.
8315 (open-network-stream-server): Remove.
8316
8317 2005-05-15 Richard M. Stallman <rms@gnu.org>
8318
8319 * faces.el (describe-face): Output a definition link button.
8320
8321 * help-mode.el (help-face-def): New button type.
8322
8323 * emacs-lisp/copyright.el (copyright-fix-years):
8324 Match properly if the first year is 2-digit.
8325 Don't mess up the whitespace after the years by filling.
8326
8327 * dired-aux.el (dired-mark-confirm):
8328 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8329
8330 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8331 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8332 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8333
8334 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8335 Set font-lock-comment-start-skip.
8336
8337 * font-lock.el (font-lock-comment-start-skip): New variable.
8338 (font-lock-comment-end-skip): New variable.
8339 (font-lock-fontify-syntactically-region): Use them if non-nil.
8340
8341 2005-05-15 Jay Belanger <belanger@truman.edu>
8342
8343 * calc/calc-store.el (calc-store-value): Return a string rather
8344 than display it as a message.
8345 Use calc-var-name for variable name.
8346 (calc-store-into): Add the result of calc-store-value to message.
8347 (calc-copy-variable): Add a message.
8348 (calc-store-exchange): Improve error messages.
8349 (calc-store-binary, calc-store-map): Don't reset the values of
8350 special constants.
8351
8352 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8353
8354 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8355 manual to docstring.
8356
8357 * files.el (hack-local-variables-confirm): Add STRING argument.
8358 Make the function handle non file visiting buffers correctly.
8359 (hack-local-variables-prop-line, hack-local-variables)
8360 (hack-one-local-variable): Use STRING arg of
8361 `hack-local-variables-confirm'.
8362
8363 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8364
8365 Sync with Tramp 2.0.49.
8366
8367 * net/tramp.el (tramp-handle-dired-call-process)
8368 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8369 because the contents of the Tramp buffer is changed before
8370 insertion (`expand-file' and alike).
8371 (tramp-handle-insert-directory): If `localname' has an empty
8372 nondirectory name, it must not be quoted.
8373 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8374 variable `tramp-chunksize'. Change callees.
8375 (tramp-open-connection-setup-interactive-shell): Check remote host
8376 for buggy `send-process-string' implementation.
8377 Set `tramp-chunksize' if found. Reported by Michael Kifer
8378 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8379 (tramp-handle-shell-command): `insert-buffer' cannot be used
8380 because the contents of the Tramp buffer is changed before
8381 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8382 <frederic.bothamy@free.fr>.
8383 (tramp-set-auto-save): Actions should be done for Tramp file name
8384 handler only. Ange-FTP has its own auto-save mechanism.
8385 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8386 (tramp-set-auto-save-file-modes): Set file modes of
8387 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8388 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8389 (tramp-bug): Remove obsolete variable.
8390 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8391 for presence of `mml-mode'. Make it running for older Emacsen as well.
8392
8393 2005-05-14 John Paul Wallington <jpw@pobox.com>
8394
8395 * ibuf-ext.el (define-ibuffer-filter filename):
8396 If `dired-directory' is a list, use its car.
8397
8398 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8399
8400 * ibuffer.el (define-ibuffer-column filename):
8401 If `dired-directory' is a list, use its car.
8402
8403 2005-05-14 Richard M. Stallman <rms@gnu.org>
8404
8405 * subr.el (symbol-file): Doc fix.
8406
8407 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8408 (byte-compile-form): Call byte-compile-nogroup-warn.
8409 (byte-compile-warning-types): Doc fix.
8410
8411 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8412
8413 * progmodes/cc-engine.el (c-literal-faces):
8414 Add font-lock-comment-delimiter-face.
8415
8416 * net/net-utils.el (dig): Use with-no-warnings.
8417
8418 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8419 (sc-recite-frame-alist, sc-default-cite-frame)
8420 (sc-default-uncite-frame, sc-default-recite-frame)
8421 (sc-attrib-selection-list, sc-rewrite-header-list):
8422 Mark as risky-local-variable.
8423
8424 * international/ogonek.el (ogonek-jak, ogonek-how):
8425 Don't use beginning-of-buffer.
8426
8427 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8428
8429 * calendar/solar.el (solar-data-list): Move definition up.
8430
8431 * dnd.el (dnd-protocol-alist): Add autoload.
8432
8433 * progmodes/sh-script.el: Many doc usage fixes.
8434 (sh-indent-after-do): Change default to match common styles.
8435
8436 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8437
8438 * files.el (interpreter-mode-alist)
8439 (auto-mode-interpreter-regexp): Doc fixes.
8440
8441 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8442
8443 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8444
8445 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8446
8447 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8448
8449 * dired.el (dired-mode): make-variable-buffer-local =>
8450 make-local-variable.
8451
8452 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8453
8454 * term/mac-win.el (mac-select-convert-to-string): Try coding
8455 systems in mac-script-code-coding-systems if specified one cannot
8456 encode string for `com.apple.traditional-mac-plain-text'.
8457
8458 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8459
8460 * progmodes/make-mode.el (makefile-targets-face)
8461 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8462 (makefile-dependency-regex): Fix it to not make the colon in
8463 $(var:a=b) special.
8464 (makefile-rule-action-regex): New regexp for highlighting embedded
8465 Shell strings.
8466 (makefile-macroassign-regex): Handle != for highlighting as
8467 embedded Shell strings.
8468 (makefile-var-use-regex): New const.
8469 (makefile-statements, makefile-automake-statements)
8470 (makefile-gmake-statements, makefile-makepp-statements)
8471 (makefile-bsdmake-statements): New consts.
8472 (makefile-make-font-lock-keywords): New function.
8473 (makefile-automake-font-lock-keywords)
8474 (makefile-gmake-font-lock-keywords)
8475 (makefile-makepp-font-lock-keywords)
8476 (makefile-bsdmake-font-lock-keywords): New consts.
8477 (makefile-mode-map): Add switchers between the various submodes.
8478 (makefile-mode): Document the availability of the variants.
8479 (makefile-automake-mode, makefile-gmake-mode)
8480 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8481
8482 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8483 new variants of makefile-mode.
8484
8485 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8486
8487 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8488 the inheritance.
8489
8490 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8491
8492 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8493 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8494
8495 * files.el (normal-mode): Extend the scope of the
8496 `enable-local-variables' binding to include the `set-auto-mode' call.
8497 (magic-mode-alist): Doc fix.
8498
8499 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8500
8501 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8502 font-lock-comment-face rather than copying its setting.
8503
8504 2005-05-12 Andreas Schwab <schwab@suse.de>
8505
8506 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8507
8508 2005-05-12 Lute Kamstra <lute@gnu.org>
8509
8510 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8511 defcustom for the mode hook variable. Delete the last argument.
8512 * generic-x.el: Fix callers of define-generic-mode.
8513 (generic-x-modes): Delete group.
8514 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8515 generic-x customization group.
8516
8517 2005-05-12 Kim F. Storm <storm@cua.dk>
8518
8519 * font-lock.el (font-lock-negation-char-face): Default to "off".
8520
8521 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8522 font-lock-negation-char-face to ! in !=.
8523
8524 2005-05-12 Masatake YAMATO <jet@gyve.org>
8525
8526 * add-log.el (find-change-log): Fix typos in the docstring
8527 of function.
8528
8529 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8530
8531 * international/latexenc.el (latexenc-find-file-coding-system):
8532 Avoid `re-search-forward' when looking for input encoding because
8533 of speed and safety. Better regular expressions for recognizing
8534 input encoding. Limit a search for TeX-master/tex-main-file to
8535 the local variable section.
8536
8537 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8538
8539 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8540 syntax of $ to "'" (quote).
8541
8542 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8543
8544 * dnd.el (dnd-protocol-alist): Improve custom type.
8545
8546 * dired.el (dired-dnd-protocol-alist): New variable.
8547 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8548 `dired-mode-hook' to the end.
8549
8550 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8551
8552 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8553 comment-end if comment-start-skip is not set.
8554 Obey the font-lock-comment-delimiter-face variables.
8555
8556 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8557
8558 * files.el (executable-find): Move from executable.el. Use
8559 locate-file.
8560 * progmodes/executable.el (executable-find): Move to files.el.
8561
8562 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8563 when trying to ensure forward progress.
8564
8565 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8566
8567 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8568 (mouse-select, mouse-select-internal, mouse-extend-internal):
8569 Use it to implement mouse-1-click-follows-link functionality.
8570
8571 2005-05-11 Richard M. Stallman <rms@gnu.org>
8572
8573 * font-lock.el (font-lock-fontify-syntactically-region):
8574 Use font-lock-comment-delimiter-face for comment delimiters.
8575
8576 2005-05-10 Jay Belanger <belanger@truman.edu>
8577
8578 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8579 preserving embedded modes.
8580
8581 2005-05-10 Richard M. Stallman <rms@gnu.org>
8582
8583 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8584
8585 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8586 Move from ada-stmt.el.
8587 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8588
8589 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8590 Move to ada-mode.el.
8591 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8592
8593 * cus-edit.el (custom-file): Call file-chase-links.
8594
8595 * files.el (read-directory-name): Fix previous change.
8596 (hack-local-variables-confirm): New function.
8597 (hack-local-variables-prop-line, hack-local-variables)
8598 (hack-one-local-variable): Use it.
8599
8600 2005-05-10 Lute Kamstra <lute@gnu.org>
8601
8602 * font-lock.el (font-lock-keywords-alist)
8603 (font-lock-removed-keywords-alist): Clarify docstrings.
8604
8605 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8606
8607 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8608 (gdb-source-info): Check for preprocessor info.
8609 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8610 a macro for a function.
8611 (gdb-info-breakpoints-custom): Try to find file again if not already
8612 found (user might have used GDB dir command).
8613 (gdb-get-location): Update gdb-location-alist correctly for change
8614 to gdb-info-breakpoints-custom.
8615
8616 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8617 (gud-tooltip-print-command): Add gdbmi case.
8618 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8619 preprocessor info.
8620
8621 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8622
8623 * startup.el (fancy-splash-insert): Fix typo in doc string.
8624
8625 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8626
8627 * obsolete/float.el (string-to-float):
8628 * obsolete/hilit19.el (hilit-add-pattern):
8629 * obsolete/rnews.el (news-parse-range, news-select-message)
8630 (news-get-pruned-list-of-files): Replace `string-to-int' by
8631 `string-to-number'.
8632
8633 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8634 `find-file-not-found-hooks'; use `add-hook'.
8635 (uncompress-while-visiting): Set `write-file-functions', not
8636 `write-file-hooks'; use `add-hook'.
8637
8638 2005-05-09 Kim F. Storm <storm@cua.dk>
8639
8640 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8641 (cua-paste): Handle clipboard action.
8642 (cua--init-keymaps): Remap clipboard-kill-region and
8643 clipboard-kill-ring-save.
8644
8645 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8646
8647 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8648 Improve commentary.
8649
8650 * simple.el (next-error-overlay-arrow-position): Revert the change
8651 made on 2005-04-30.
8652
8653 2005-05-07 Jay Belanger <belanger@truman.edu>
8654
8655 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8656 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8657 `calc-sel-reselect'.
8658
8659 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8660 Calc is in embedded mode.
8661
8662 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8663
8664 * progmodes/compile.el (compilation-setup):
8665 Set overlay-arrow-string to an empty string on text terminals.
8666
8667 * textmodes/ispell.el (ispell-program-name): Try looking for
8668 "aspell" along exec-path, and if found, use it as the default
8669 speller program.
8670
8671 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8672
8673 * international/mule.el (sgml-xml-auto-coding-function):
8674 Recognize encoding='FOO' in single quotes as well as in double quotes.
8675
8676 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8677
8678 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8679 as well as `interactive', so that defmacro* would recognize
8680 `declare' forms.
8681
8682 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8683
8684 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8685 Explain more about the LIGHTER arg's usage in the doc string.
8686 Add commentary to clarify what the code does. Fix the regexp that
8687 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8688 since it could have characters special to regular expressions.
8689
8690 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8691
8692 * replace.el (occur-1): Bind inhibit-read-only so that
8693 erase-buffer doesn't barf on read-only text properties (likewise
8694 for add-text-properties in occur-engine). Mark buffer as unmodified.
8695 (occur-engine): Don't set buffer-read-only here.
8696
8697 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8698
8699 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8700 list-buffers-directory. This caused the *cvs-commit* buffer to be
8701 sometimes mistakenly reused as a *cvs* buffer.
8702
8703 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8704
8705 * tooltip.el: Move code for GUD tooltips into gud.el.
8706 (require): CL no longer needed to compile case.
8707 (tooltip-mode): Do not toggle functions for GUD tooltips.
8708 (tooltip-gud-tips-p): Remove. Replace with minor mode
8709 gud-tooltip-mode in gud.el.
8710 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8711 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8712 tooltip-gud prefix with gud-tooltip and obsolete.
8713 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8714 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8715 (tooltip-mouse-motion): Mouse movement functions/variable.
8716 Rename in gud.el by adding gud prefix.
8717 (tooltip-gud-original-filter, tooltip-gud-dereference)
8718 (tooltip-gud-event, tooltip-toggle-gud-tips)
8719 (tooltip-gud-process-output, tooltip-gud-print-command)
8720 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8721 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8722 (gdb-tooltip-print): Move to gdb-ui.el.
8723
8724 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8725 (require): CL needed to compile case.
8726 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8727 tooltip-gud-tips-p. Make it a minor-mode.
8728 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8729 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8730 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8731 (gud-tooltip-change-major-mode)
8732 (gud-tooltip-activate-mouse-motions-if-enabled)
8733 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8734 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8735 (gud-tooltip-original-filter, gud-tooltip-dereference)
8736 (gud-tooltip-event, tooltip-toggle-gud-tips)
8737 (gud-tooltip-process-output, gud-tooltip-print-command)
8738 (gud-tooltip-tips): Move from tooltip.el.
8739
8740 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8741 (gdb-cpp-define-alist-flags): Doc fix.
8742 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8743 gud-tooltip-mode is t.
8744
8745 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8746
8747 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8748 evaporate if their text is deleted.
8749 (goto-address-at-point): Make it work as a mouse binding as well.
8750 (goto-address-at-mouse): Obsolete it. Update users.
8751
8752 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8753
8754 * calendar/appt.el (top-level): No longer activate on load.
8755
8756 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8757
8758 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8759 * net/webjump.el (webjump):
8760 * progmodes/idlw-help.el (idlwave-do-context-help1)
8761 (idlwave-highlight-linked-completions):
8762 * textmodes/po.el (po-find-file-coding-system-guts):
8763 Replace `assoc-ignore-case' by `assoc-string'.
8764
8765 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8766
8767 * files.el (locate-file): Doc fix.
8768
8769 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8770 Remove the redundant test for ms-dos.
8771
8772 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8773 look for the preprocessor with exec-suffixes. If not found in
8774 standard places, look in exec-path. Remove most of the tests that
8775 used system-type.
8776
8777 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8778
8779 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8780
8781 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8782 file-name clash with jka-compr.el on 8+3 filesystems.
8783
8784 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8785
8786 * term/mac-win.el: Don't define or bind scroll bar functions if
8787 x-toolkit-scroll-bars is t.
8788 (x-select-text, x-get-selection-value): Clear
8789 x-last-selected-text-clipboard if x-select-enable-clipboard is
8790 nil.
8791 (PRIMARY): Put mac-scrap-name property.
8792 (mac-select-convert-to-file-url): New function.
8793 (public.file-url): New selection target type. Add to
8794 selection-converter-alist.
8795 (x-get-selection, x-selection-value): Handle it.
8796 (x-cut-buffer-or-selection-value): New alias.
8797
8798 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8799
8800 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8801 entry to avoid calling bibtex-find-entry with arg global
8802 being t. Remove arg key.
8803 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8804 (bibtex-copy-summary-as-kill): Change accordingly.
8805
8806 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8807
8808 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8809 (org-agenda-date-later): Use with-current-buffer.
8810
8811 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8812
8813 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8814 (define-obsolete-variable-alias): Doc Fixes.
8815
8816 2005-05-06 Kim F. Storm <storm@cua.dk>
8817
8818 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8819 vertical-motion when selective-display is active.
8820
8821 * ido.el (ido-setup-hook): New hook.
8822 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8823 (ido-input-stack): New var.
8824 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8825 ido-next-work-file binding to M-O.
8826 Bind M-f to ido-wide-find-file-or-pop-dir.
8827 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8828 (ido-read-internal): Run ido-setup-hook.
8829 Catch quit in read-file-name and read-string to cancel edit.
8830 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8831 Automatically pop-all when completing a directory name (RET).
8832 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8833 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8834 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8835 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8836 New functions for M-b/M-f to move among the directory components.
8837 (ido-make-merged-file-list): Catch quit to cancel merge.
8838 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8839 (ido-completion-help): No warnings for ido-completion-buffer-full.
8840
8841 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8842
8843 * font-lock.el (font-lock-negation-char-face): New face and variable.
8844 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8845 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8846 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8847 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8848
8849 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8850
8851 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8852 Fix typo in docstring.
8853
8854 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8855 (ebrowse-print-statistics-line)
8856 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8857
8858 * term/w32-win.el (image-library-alist): Add additional name for
8859 Xpm library.
8860
8861 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8862
8863 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8864 use gcc instead of cpp.
8865
8866 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8867 (gdb-create-define-alist): Use it.
8868 (gdb-cpp-define-alist-program): Update for MS-DOS.
8869
8870 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8871
8872 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8873
8874 2005-05-04 Richard M. Stallman <rms@gnu.org>
8875
8876 * help.el (describe-key): No error when UNTRANSLATED is nil.
8877
8878 * simple.el (line-move-1): Fix previous change to signal errors
8879 appropriately.
8880
8881 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8882
8883 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8884 (icalendar-duration-correction): Remove.
8885 (icalendar--get-event-properties): Split result at commas.
8886 (icalendar--decode-isoduration): New optional argument
8887 DURATION-CORRECTION.
8888 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8889 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8890 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8891 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8892 (icalendar--convert-anniversary-to-ical): New functions, extracted
8893 from icalendar-export-region, with bug fixes.
8894 (icalendar-export-region): Use the above functions.
8895 (icalendar-import-buffer): Check before saving diary file.
8896 (icalendar--convert-recurring-to-diary)
8897 (icalendar--convert-non-recurring-all-day-to-diary)
8898 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8899 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8900 (icalendar--convert-ical-to-diary): Use the above functions.
8901
8902 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8903
8904 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8905 Remove these recent additions.
8906 (c-mode): Restore to before 2005-04-28.
8907
8908 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8909 recent addition.
8910
8911 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8912 (gdb-define-alist): New variables.
8913 (gdb-create-define-alist): New function.
8914 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8915 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8916 with string-to-number.
8917 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8918
8919 * progmodes/gud.el: Replace string-to-int with string-to-number.
8920 (gud-find-file): Handle gdb-define-alist.
8921
8922 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8923
8924 2005-05-02 Jay Belanger <belanger@truman.edu>
8925
8926 * calc/calc-aent.el (math-read-token):
8927 * calc/calc-bin.el (calc-word-size):
8928 * calc/calc-ext.el (calc-read-number-fancy):
8929 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8930 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8931 * calc/calc-frac.el (calc-over-notation):
8932 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8933 (calc-graph-num-points, calc-graph-init):
8934 * calc/calc-prog.el (calc-read-parse-table-part)
8935 (calc-edit-macro-repeats):
8936 * calc/calc-yank.el (calc-do-grab-rectangle):
8937 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8938 Replace `string-to-int' by `string-to-number'.
8939
8940 2005-05-02 Kim F. Storm <storm@cua.dk>
8941
8942 * kmacro.el: Use executing-kbd-macro-index variable.
8943
8944 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8945
8946 * net/rlogin.el (rlogin-parse-words): Delete func.
8947 (rlogin): Use split-string, not rlogin-parse-words.
8948 Also, if there are option-like elements in the parsed args,
8949 take the host to be the first arg immediately following them.
8950 Suggested by Michael Mauger.
8951
8952 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8953
8954 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8955
8956 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8957
8958 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8959 (cc-mode-cpp-program): Rename to cc-define-list-program and
8960 move to cc-vars.el.
8961
8962 * progmodes/cc-vars.el (cc-define-list-program):
8963 Change to "gcc -E -dM -". Make customizable.
8964
8965 2005-05-02 Kim F. Storm <storm@cua.dk>
8966
8967 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8968
8969 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8970
8971 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8972
8973 * international/mule-util.el (truncate-string): Remove alias and
8974 obsolete declaration.
8975
8976 * international/mule-cmds.el (update-iso-coding-systems):
8977 Remove alias and obsolete declaration.
8978
8979 * international/mule.el (coding-system-parent): Remove alias and
8980 obsolete declaration.
8981
8982 * subr.el (define-function, sref): Remove aliases and obsolete
8983 declarations.
8984 (chars-in-region): Remove obsolete declaration.
8985
8986 2005-05-01 Richard M. Stallman <rms@gnu.org>
8987
8988 * info.el (Info-mode): Set widen-automatically to nil, locally.
8989
8990 * simple.el (widen-automatically): New variable.
8991 (pop-global-mark): Obey widen-automatically.
8992
8993 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8994
8995 * term/xterm.el (function-key-map): Call substitute-key-definition
8996 before the keymap size is increased by a lot of define-key calls.
8997
8998 2005-05-01 Richard M. Stallman <rms@gnu.org>
8999
9000 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
9001 Rename ARG to ELEMENT. Doc fix.
9002
9003 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
9004
9005 * allout.el (allout-exposure): Remove macro and obsolete declaration.
9006 Remove references to allout-exposure/change to allout-new-exposure.
9007
9008 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
9009 bytecode symbols.
9010
9011 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
9012 (compiled-function-p, focus-frame, unfocus-frame):
9013 Remove aliases and obsolete declarations.
9014 Back out inadvertent changes from previous commit.
9015
9016 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9017
9018 * files.el (require-final-newline): Make Custom tags consistent
9019 with mode-require-final-newline.
9020 (mode-require-final-newline): Doc fix.
9021
9022 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9023
9024 * international/latexenc.el (latexenc-find-file-coding-system):
9025 Fix regular expressions.
9026
9027 2005-05-01 David Kastrup <dak@gnu.org>
9028
9029 * international/latexenc.el (latexenc-find-file-coding-system):
9030 Fix regular expressions.
9031
9032 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
9033
9034 * subr.el (string-to-int): Make obsolete.
9035
9036 2005-04-30 Richard M. Stallman <rms@gnu.org>
9037
9038 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
9039
9040 * loadup.el: load jka-comp-hook.
9041
9042 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
9043 (jka-compr-handler): Add autoload. `put' calls moved
9044 to jka-comp-hook.el.
9045 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
9046 (jka-compr-inhibit): Autoload.
9047
9048 * jka-comp-hook.el: New file.
9049 Enable the mode by default.
9050
9051 * files.el (backup-buffer-copy): Use copy-file instead
9052 of write-region, and put back the 'excl.
9053
9054 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
9055
9056 * progmodes/flymake.el (flymake-split-string)
9057 (flymake-split-string, flymake-log, flymake-pid-to-names)
9058 (flymake-reg-names, flymake-get-source-buffer-name)
9059 (flymake-unreg-names, flymake-add-line-err-info)
9060 (flymake-add-err-info): Clarify docstrings.
9061 (flymake-popup-menu, flymake-make-emacs-menu)
9062 (flymake-make-xemacs-menu): Add docstrings.
9063 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
9064 Set variables directly throughout.
9065
9066 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
9067
9068 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
9069 exists. Initialize cc-define-alist.
9070 (c-mode): Add cc-create-define-alist locally to after-save-hook.
9071 If there is no file (Macroexpansion) don't create an alist.
9072
9073 2005-04-29 Sam Steingold <sds@gnu.org>
9074
9075 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
9076 (cc-create-define-alist): Use it instead of the hard-coded string.
9077
9078 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 * international/mule-conf.el (file-coding-system-alist): Fix regexp
9081 for latexenc.
9082
9083 2005-04-29 Lute Kamstra <lute@gnu.org>
9084
9085 * emacs-lisp/generic.el: Improve commentary section.
9086 (define-generic-mode): Improve docstring.
9087
9088 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9089
9090 * textmodes/org.el (many places): Change to quiet the byte compiler.
9091 (org-prefix-format-compiled): New variable.
9092 (org-compile-prefix-format): New function.
9093 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
9094 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
9095 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
9096 (org-get-entries-from-diary): Use `org-get-time-of-day' for
9097 consistency with entries from `org-mode' files.
9098 (org-get-time-of-day): Fix bug with partial matches early in a line.
9099 (org-non-link-chars): New constant.
9100 (org-link-regexp): Respect `org-non-link-chars'.
9101 (org-agenda-day-view): Remove command.
9102 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
9103 (org-follow-bbdb-link, org-store-link): Search also company field.
9104 (org-highlight-overlay): New variable.
9105 (org-highlight, org-unhighlight): New functions.
9106 (org-agenda-mode): Add pre-command-hook to remove highlight.
9107 (org-evaluate-time-range): Behavior depends upon whether time stamp
9108 contains a time or not.
9109 (org-show-subtree, org-show-entry): New functions.
9110 (org-agenda-cleanup-fancy-diary): Remove empty lines.
9111
9112 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
9113
9114 * comint.el (comint-output-filter-functions): Add autoload cookie.
9115
9116 2005-04-28 Kim F. Storm <storm@cua.dk>
9117
9118 * ido.el (ido-everywhere): Fix last change.
9119
9120 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9121
9122 * international/latexenc.el: New file.
9123 * international/mule-conf.el (file-coding-system-alist): For .tex,
9124 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
9125
9126 2005-04-28 Lute Kamstra <lute@gnu.org>
9127
9128 * font-lock.el (font-lock-add-keywords)
9129 (font-lock-remove-keywords): Clarify docstring.
9130 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
9131 Don't start docstrings with a `*'.
9132 (font-lock-update-removed-keyword-alist): Give it a docstring.
9133
9134 * generic-x.el: Update commentary section.
9135 Only require font-lock when compiling.
9136 Define all modes conditionally.
9137 Place all generic modes in the generic-x-modes customization group.
9138 (generic-x-modes): New customization group.
9139 (generic-default-modes, generic-mswindows-modes)
9140 (generic-unix-modes, generic-other-modes): New constants.
9141 (generic-define-mswindows-modes, generic-define-unix-modes):
9142 Update docstrings. Make them obsolete.
9143 (generic-extras-enable-list): New default value. Update docstring.
9144 Improve :type. Change :set function.
9145 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
9146 Fix docstring.
9147
9148 * emacs-lisp/generic.el (generic-mode-internal):
9149 Simplify font-lock-defaults.
9150 (define-generic-mode): Fix docstring.
9151
9152 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9153
9154 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
9155 font-lock-face property to highlight matches.
9156
9157 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
9158
9159 * progmodes/cc-mode.el (cc-create-define-alist): New function.
9160 (cc-define-alist): New variable.
9161 (c-mode): Make it local and initialize it.
9162
9163 * progmodes/gdb-ui.el (gdb-active-process): New variable.
9164 (gdb-exited): New function.
9165 (gdb-annotation-rules): Use it.
9166 (gdb-starting): Set gdb-active-process to t.
9167 (gdb-stopping): Amend doc string.
9168 (gdb-reset): Set gdb-active-process to nil.
9169
9170 * tooltip.el (tooltip-gud-tips): Show the associated #define
9171 directives when a C program under GDB is not executing.
9172
9173 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
9176 font-lock-fontify-syntactic-keywords.
9177
9178 * font-lock.el (font-lock-default-fontify-region): Don't force
9179 parse-sexp-lookup-properties to nil.
9180
9181 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9182
9183 * man.el (man-mode-syntax-table): Set up `:' to have
9184 word-constituent syntax.
9185
9186 2005-04-27 Lute Kamstra <lute@gnu.org>
9187
9188 * novice.el (disable-command): Don't add spurious newlines to the
9189 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
9190
9191 2005-04-26 Jay Belanger <belanger@truman.edu>
9192
9193 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
9194 than one window before deleting window.
9195
9196 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
9197
9198 * shell.el (shell-prompt-pattern): Doc fix.
9199 (shell-mode): Set paragraph-separate buffer locally to "\\'".
9200
9201 * comint.el (comint-prompt-regexp, comint-get-old-input)
9202 (comint-use-prompt-regexp)
9203 (comint-use-prompt-regexp-instead-of-fields)
9204 (comint-replace-by-expanded-history, comint-send-input)
9205 (comint-output-filter, comint-get-old-input-default)
9206 (comint-line-beginning-position, comint-bol, comint-show-output)
9207 (comint-backward-matching-input, comint-forward-matching-input)
9208 (comint-next-prompt, comint-previous-prompt):
9209 Rename `comint-use-prompt-regexp-instead-of-fields' to
9210 `comint-use-prompt-regexp'. Keep old name as alias and declare
9211 obsolete.
9212 (comint-use-prompt-regexp): Shorten first line of doc string.
9213
9214 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
9215 Set paragraph-separate buffer locally to "\\'".
9216
9217 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
9218 Adapt to above name change.
9219
9220 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9221 (smbclient-prompt-regexp): Ditto.
9222
9223 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
9224
9225 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
9226
9227 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
9228 gdb-location-list.
9229 Break lines that are over 80 characters wide.
9230
9231 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9232
9233 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
9234 New fun and var, to preserve compatibility.
9235
9236 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
9237
9238 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
9239
9240 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
9241 name to file-newer-than-file-p.
9242
9243 2005-04-26 Richard M. Stallman <rms@gnu.org>
9244
9245 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
9246
9247 * progmodes/python.el (python-mode):
9248 Use new name eldoc-documentation-function.
9249
9250 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
9251
9252 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9253 (eldoc-documentation-function):
9254 Rename from eldoc-print-current-symbol-info-function. Calls changed.
9255
9256 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
9257
9258 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
9259
9260 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9261
9262 * term/xterm.el (function-key-map): Fix strings for
9263 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
9264 {C,S,A,C-S}-{f1-f12}.
9265
9266 2005-04-26 Kenichi Handa <handa@m17n.org>
9267
9268 * international/mule-cmds.el (select-safe-coding-system):
9269 Fix previous change.
9270
9271 2005-04-26 Lute Kamstra <lute@gnu.org>
9272
9273 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9274
9275 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9276 (font-lock-comment-delimiter-face): Ditto.
9277
9278 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9279
9280 2005-04-25 Jay Belanger <belanger@truman.edu>
9281
9282 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9283 to t while inserting information; use help-mode.
9284
9285 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9286
9287 * term.el (ansi-term-color-vector): Use the xterm colors.
9288 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
9289
9290 2005-04-25 Lute Kamstra <lute@gnu.org>
9291
9292 * font-core.el (font-lock-defaults): Fix docstring.
9293
9294 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9295
9296 2005-04-25 Kenichi Handa <handa@m17n.org>
9297
9298 * international/mule-cmds.el (select-safe-coding-system):
9299 Don't check consistency with coding: spec, etc if raw-text or
9300 no-conversion was found to be safe.
9301
9302 2005-04-24 Richard M. Stallman <rms@gnu.org>
9303
9304 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9305 citation markers at start of each line.
9306
9307 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9308 citation markers at start of each line.
9309
9310 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9311
9312 * files.el (mode-require-final-newline): Fix previous change.
9313 (require-final-newline): Fix type label.
9314
9315 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9316
9317 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9318 statement in buffer (broken by 2004-11-24 change).
9319
9320 2005-04-24 Kim F. Storm <storm@cua.dk>
9321
9322 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9323 and read-file-name-function values. Don't overwrite existing
9324 non-nil values if ido-mode is enabled without ido-everywhere.
9325
9326 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9327
9328 * files.el (mode-require-final-newline): Minor doc fix.
9329
9330 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9331
9332 * subr.el (syntax-after): Doc fix.
9333 (syntax-class): If argument is nil, return nil. Mask off upper 16
9334 bits, not 8 bits.
9335
9336 * files.el (mode-require-final-newline): Doc fix.
9337 (backup-buffer-copy): Fix last change.
9338
9339 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9340
9341 * term/mac-win.el: Require select. Set selection-coding-system to
9342 mac-system-coding-system. Call menu-bar-enable-clipboard.
9343 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9344 (x-select-enable-clipboard): New variables.
9345 (x-select-text, x-get-selection, x-selection-value)
9346 (x-get-selection-value, mac-select-convert-to-string)
9347 (mac-services-open-file, mac-services-open-selection)
9348 (mac-services-insert-text): New functions.
9349 (CLIPBOARD, FIND): Put mac-scrap-name property.
9350 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9351 (public.tiff): Put mac-ostype property.
9352 (selection-converter-alist): Add entries for them.
9353 (mac-application-menu-map): New keymap.
9354 (interprogram-cut-function, interprogram-paste-function): Set to
9355 x-select-text and x-get-selection-value, respectively.
9356 (split-window-keep-point): Set to t.
9357
9358 2005-04-23 Richard M. Stallman <rms@gnu.org>
9359
9360 * files.el (read-directory-name): Always pass non-nil
9361 DEFAULT-FILENAME arg to read-file-name.
9362 (backup-buffer-copy, basic-save-buffer-2): Take care against
9363 writing thru an unexpected existing symlink.
9364 (revert-buffer): In indirect buffer, revert the base buffer.
9365 (magic-mode-alist): Doc fix.
9366 (buffer-stale-function): Doc fix.
9367 (minibuffer-with-setup-hook): Avoid warning.
9368 (mode-require-final-newline): Doc and custom fix.
9369
9370 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9371
9372 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9373 use the default appearance.
9374 (font-lock-comment-delimiter-face): New face, new variable.
9375
9376 * imenu.el (imenu--generic-function): The official position of a
9377 definition is the start of the line that BEG is in.
9378
9379 * midnight.el (midnight-timer): Move defvar up.
9380
9381 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9382
9383 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9384
9385 * startup.el (command-line): Use with-no-warnings.
9386
9387 * window.el (window-size-fixed): New defvar.
9388
9389 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9390
9391 * mail/rmail.el (rmail-font-lock-keywords):
9392 Use font-lock-comment-delimiter-face.
9393
9394 * mail/sendmail.el (mail-font-lock-keywords):
9395 Use font-lock-comment-delimiter-face.
9396
9397 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9398
9399 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9400
9401 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9402 Specify t for LAXMATCH when matching directories.
9403 Save match data around compilation-compat-error-properties form.
9404
9405 2005-04-23 David Kastrup <dak@gnu.org>
9406
9407 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9408 Mention that the autoloaded aliases should be kept for AUCTeX.
9409
9410 2005-04-23 Andreas Schwab <schwab@suse.de>
9411
9412 * isearch.el (isearch-forward): Doc fix.
9413
9414 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9415
9416 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9417 (jit-lock-stealth-nice): Change default value to 0.5.
9418
9419 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9420
9421 * abbrev.el (write-abbrev-file): Write table entries in
9422 alphabetical order by table name.
9423
9424 2005-04-22 Kim F. Storm <storm@cua.dk>
9425
9426 * ido.el (ido-read-internal): Fix `list' completion.
9427
9428 2005-04-22 Kenichi Handa <handa@m17n.org>
9429
9430 * recentf.el (recentf-save-file-coding-system): New variable.
9431 (recentf-save-list): Encode the file by
9432 recentf-save-file-coding-system and add coding: tag.
9433
9434 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9435
9436 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9437
9438 2005-04-21 Lute Kamstra <lute@gnu.org>
9439
9440 * loadhist.el (unload-feature): Don't remove a function from hooks
9441 if it is about to be restored to an autoload . Remove functions
9442 that will become unbound from auto-mode-alist. Simplify the code.
9443
9444 * subr.el (assq-delete-all): New implementation that is linear,
9445 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9446 (rassq-delete-all): New function.
9447
9448 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9449 Add size-indication-mode.
9450
9451 2005-04-21 Kenichi Handa <handa@m17n.org>
9452
9453 * international/mule-cmds.el: Add autoload for widget-value in
9454 eval-when-compile.
9455
9456 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9457
9458 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9459 Add tooltip-mode.
9460
9461 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9462
9463 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9464
9465 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9466 (inferior-lisp-filter-regexp, inferior-lisp-program)
9467 (inferior-lisp-load-command, inferior-lisp-prompt)
9468 (inferior-lisp-mode-hook, lisp-source-modes)
9469 (inferior-lisp-load-hook): defvar->defcustom.
9470 (inferior-lisp-program, inferior-lisp-prompt)
9471 (inferior-lisp-load-hook): Doc fixes.
9472 (inferior-lisp-install-letter-bindings): Small change in
9473 introductory comment.
9474
9475 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9476
9477 * vc.el (vc-annotate-color-map): Change some colors so that text
9478 using them as foreground is readable on both white and black
9479 backgrounds.
9480
9481 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 * international/mule-conf.el (translation-table-for-input):
9484 Remove redundant declaration.
9485
9486 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9487
9488 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9489
9490 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9491 (tooltip-toggle-gud-tips): New function.
9492
9493 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9494
9495 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9496 right angle brackets.
9497
9498 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9499
9500 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9501
9502 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9503
9504 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9505 Remove. Update callers to use expand-file-name instead.
9506
9507 * subr.el (syntax-class): New function.
9508
9509 * simple.el (blink-matching-open): Use it.
9510
9511 * paren.el (show-paren-function): Use it to recognize parens that are
9512 also used in 2-char comment markers.
9513
9514 2005-04-19 Lute Kamstra <lute@gnu.org>
9515
9516 * loadhist.el (unload-feature): Update for new format of
9517 load-history. Simplify the code.
9518
9519 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9520
9521 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9522 (mac-add-charset-info): New function. Initialize variable
9523 mac-charset-info-alist using it.
9524 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9525 for translation.
9526 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9527 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9528 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9529 New CCL programs.
9530
9531 2005-04-19 Kim F. Storm <storm@cua.dk>
9532
9533 * simple.el (next-buffer, prev-buffer, next-error)
9534 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9535 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9536
9537 * bindings.el (next-buffer, prev-buffer, next-error)
9538 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9539 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9540 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9541 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9542
9543 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9544
9545 * isearch.el (isearch-edit-string): Make the search-ring available for
9546 minibuffer history commands.
9547 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9548 the default history commands now work just as well.
9549 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9550
9551 2005-04-18 Kim F. Storm <storm@cua.dk>
9552
9553 * emulation/cua-base.el (cua--pre-command-handler): Add more
9554 elaborate check for shift modifier on non-window systems.
9555
9556 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9557
9558 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9559
9560 2005-04-18 Kim F. Storm <storm@cua.dk>
9561
9562 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9563 and make it optional. Don't test tooltip-gud-echo-area here.
9564 (tooltip-gud-process-output, gdb-tooltip-print):
9565 Pass tooltip-gud-echo-area to tooltip-show.
9566 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9567
9568 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9569
9570 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9571 `display-graphic-p' may not be bound yet.
9572
9573 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9574
9575 * startup.el (command-line): No longer enable Xterm Mouse mode by
9576 default in terminals compatible with xterm.
9577
9578 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9579
9580 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9581
9582 * tooltip.el (tooltip-gud-echo-area): Rename from
9583 tooltip-use-echo-area.
9584 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9585 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9586 area independently of where help tooltips are displayed.
9587
9588 2005-04-17 David Kastrup <dak@gnu.org>
9589
9590 * cus-theme.el (custom-theme-write-variables): Quote variables
9591 where necessary.
9592
9593 2005-04-17 Richard M. Stallman <rms@gnu.org>
9594
9595 * simple.el (yank-excluded-properties): Add follow-link to value.
9596
9597 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9598
9599 * startup.el (fancy-splash-max-time): Just 30 seconds.
9600 (fancy-splash-delay): Just 7.
9601 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9602
9603 * loadhist.el (unload-feature): Update for new format of load-history.
9604 Simplify the code.
9605
9606 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9607 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9608
9609 * mail/sendmail.el (mail-font-lock-keywords):
9610 Don't fontify subject text.
9611 Don't fontify the text of a citation.
9612
9613 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9614
9615 * comint.el (comint-output-filter): Run comint-output-filter-functions
9616 with point where the user had it.
9617
9618 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * international/ucs-tables.el (ucs-set-table-for-input):
9621 Disable when using unify-on-decoding.
9622
9623 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9624
9625 * emulation/cua-base.el (cua-global-mark-face): Add special case
9626 for displays supporting a high number of colors.
9627
9628 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9629
9630 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9631
9632 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9633
9634 * filesets.el (filesets-add-buffer): If user supplies a name of a
9635 non-existing fileset, create a new fileset.
9636
9637 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9638
9639 * textmodes/org.el (org-up-heading-all): Fix bug with
9640 `outline-up-heading-all'.
9641
9642 2005-04-16 Andreas Schwab <schwab@suse.de>
9643
9644 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9645 /etc/permissions.d/* and /etc/aliases.d/*.
9646
9647 2005-04-16 Kenichi Handa <handa@m17n.org>
9648
9649 * international/code-pages.el (cp-make-coding-system):
9650 Set `translation-table-for-input' property value to the symbol
9651 ucs-mule-to-mule-unicode, not to that value.
9652 (pt154): Escape guillemet by `\'.
9653
9654 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9655
9656 * loadup.el: Load tooltip if x-show-tip is fboundp.
9657
9658 * startup.el (command-line): Add comment.
9659
9660 * tooltip.el (tooltip-mode): Specify correct standard value for
9661 Custom in init-value.
9662
9663 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9664
9665 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9666 possible.
9667
9668 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9669
9670 * textmodes/org.el (org-agenda-date-prompt): Rename from
9671 `org-agenda-date-today'.
9672 (org-evaluate-time-range): Insert at point instead of directly
9673 after time range.
9674 (org-first-headline-recenter, org-subtree-end-visible-p)
9675 (org-optimize-window-after-visibility-change): New functions
9676 (org-agenda-post-command-hook): Don't allow point at end of line,
9677 to make sure it always hits the text properties.
9678 (org-agenda-next-date-line, org-agenda-previous-date-line):
9679 New commands.
9680 (org-set-regexps-and-options): Category may contain white space.
9681 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9682 Improve marker positions.
9683 (org-agenda-new-marker): Argument POS made optional.
9684 (org-agenda-get-timestamps): Deadlines which are done are listed
9685 in org-done-face now.
9686 (org-agenda-get-todos, org-agenda-get-timestamps)
9687 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9688 Set `undone-face' and `done-face' properties.
9689 (org-last-todo-state-is-todo): New variable.
9690 (org-todo): Set `org-last-todo-state-is-todo'.
9691 (org-agenda-todo): Change face according to
9692 `org-last-todo-state-is-todo'. And change other lines referring to
9693 the same entry.
9694 (org-calendar-goto-agenda): New command.
9695 (org-calendar-to-agenda-key): New option.
9696 (org-startup-folded): New allowed value `content'.
9697 (org-set-regexps-and-options): Accept new value `content' for
9698 `org-startup-folded'.
9699 (org-get-current-options): Handle new value `content' for
9700 `org-startup-folded'.
9701 (org-insert-todo-heading): New command.
9702 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9703 interactively in empty file and option
9704 `org-insert-mode-line-in-empty-file' has been set.
9705 (org-agenda-todo,org-agenda-priority): Modify to use
9706 `org-agenda-change-all-lines'.
9707 (org-warning-face): Change color on dark background
9708
9709 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9710
9711 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9712 use preferences AppleLocale and AppleLanguages, and variable
9713 mac-system-locale for default locale. On Mac OS Classic, use
9714 mac-system-coding-system for default coding systems.
9715
9716 * term/mac-win.el: Don't set file-name-coding-system.
9717 Decode variables system-name, emacs-build-system, user-login-name, and
9718 user-full-name by mac-system-coding-system on Mac OS Classic.
9719 (mac-system-coding-system): New variable.
9720
9721 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9722
9723 * startup.el (command-line): Handle `xterm-mouse-mode' before
9724 reading init file.
9725
9726 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9727
9728 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9729
9730 * progmodes/sh-script.el (sh-here-document-word): Make it a
9731 defcustom. Doc fix.
9732 (sh-add): Bash uses $(( )) for arithmetic.
9733 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9734 (sh-maybe-here-document): Remove quotes and leading whitespace
9735 from heredoc word when closing. Indent heredoc with tabs if word
9736 starts with "-".
9737
9738 2005-04-13 Richard M. Stallman <rms@gnu.org>
9739
9740 * simple.el (undo): Fix previous change.
9741
9742 * custom.el (defface): Doc fix.
9743
9744 2005-04-13 Lute Kamstra <lute@gnu.org>
9745
9746 * Makefile.in (DONTCOMPILE): Remove list.
9747 (compile, compile-always): Don't use DONTCOMPILE.
9748 (update-authors): Load the library in which batch-update-authors
9749 is defined.
9750 * makefile.w32-in (DONTCOMPILE): Remove list.
9751 (compile, compile-always): Fix comments.
9752 (update-authors): Load the library in which batch-update-authors
9753 is defined.
9754
9755 * generic-x.el (generic-mode-ini-file-find-file-hook):
9756 Rename to ini-generic-mode-find-file-hook.
9757 Keep generic-mode-ini-file-find-file-hook as an alias.
9758 (ini-generic-mode-find-file-hook): Rename from
9759 generic-mode-ini-file-find-file-hook. Fix docstring.
9760 (ini-generic-mode): Docstring change.
9761 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9762
9763 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9764 called from lisp.
9765
9766 * generic.el: Move to the emacs-lisp subdir.
9767
9768 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9769
9770 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9771 and C-S- function and cursor motion keys.
9772
9773 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9774
9775 * startup.el (command-line): Enable Xterm Mouse mode by default.
9776 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9777 for Custom. No longer show "Mouse" in mode line when enabled.
9778 Doc fix.
9779
9780 2005-04-12 Kim F. Storm <storm@cua.dk>
9781
9782 * emulation/cua-base.el (cua-rectangle-face)
9783 (cua-rectangle-noselect-face): Define face attributes here.
9784
9785 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9786
9787 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9788
9789 * startup.el (command-line): Turn off blinking cursor if
9790 cursorBlink in resources is off or false.
9791
9792 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9793
9794 * term/mac-win.el (dnd): Require dnd.
9795 (mac-drag-n-drop): Call dnd-handle-one-url.
9796 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9797 (kTextEncodingISOLatin2): Remove constants.
9798 (mac-script-code-coding-systems): New constant.
9799 (mac-handle-language-change): New function.
9800 (special-event-map): Bind it to `language-change' event.
9801 (mac-centraleurroman, mac-cyrillic): New coding systems.
9802 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9803 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9804 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9805 encode-mac-cyrillic, respectively.
9806
9807 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9808
9809 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9810 Don't set overlay-arrow-string to "=>" as this is done
9811 globally in C now.
9812
9813 2005-04-12 Lute Kamstra <lute@gnu.org>
9814
9815 * generic-x.el (rc-generic-mode, rul-generic-mode):
9816 Fix auto-mode-alist entries.
9817 (etc-fstab-generic-mode): Tweak fontification.
9818
9819 * generic.el (generic-make-keywords-list): Fix docstring.
9820 (generic-mode-internal): Simplify generic-font-lock-keywords.
9821
9822 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9823
9824 * whitespace.el (whitespace-buffer-leading)
9825 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9826 However, fix the highlight area for the leading and
9827 trailing whitespaces to show space.
9828
9829 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9830
9831 * whitespace.el (whitespace-version): Bump to 3.5
9832
9833 (whitespace-buffer-leading, whitespace-buffer-trailing):
9834 Invert sense of the test to highlight the whitespace.
9835
9836 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9837
9838 * progmodes/gud.el (gud-display-line): GUD uses its own
9839 overlay arrow now so don't set overlay-arrow-string.
9840 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9841
9842 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9843
9844 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9845 (term-ansi-current-reverse, term-ansi-current-invisible)
9846 (term-ansi-face-already-done): Change to boolean.
9847 (term-reset-terminal, term-handle-colors-array): Handle the above
9848 vars accordingly.
9849 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9850 (term-emulate-terminal): Use the new name.
9851
9852 * faces.el (secondary-selection): Use yellow1, not yellow.
9853 (trailing-whitespace): Use red1, not red.
9854
9855 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9856
9857 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9858 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9859 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9860
9861 * cus-edit.el (dnd): New group.
9862
9863 * term/w32-win.el (dnd): Require dnd
9864 (w32-drag-n-drop): Call dnd-handle-one-url.
9865
9866 * x-dnd.el: Require dnd.
9867 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9868 Call dnd-handle-one-url.
9869 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9870 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9871 to dnd-insert-text.
9872 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9873 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9874 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9875 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9876
9877 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9878
9879 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9880
9881 * wdired.el: Doc fixes.
9882 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9883 (wdired-use-dired-vertical-movement): Rename from
9884 wdired-always-move-to-filename-beginning.
9885 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9886 (wdired-change-to-wdired-mode): Change mode name.
9887 (wdired-newline): Delete.
9888
9889 2005-04-11 Richard M. Stallman <rms@gnu.org>
9890
9891 * whitespace.el (whitespace-highlight-the-space):
9892 Don't call whitespace-unhighlight-the-space here.
9893
9894 * simple.el (undo): Record t in undo-equiv-table
9895 for the redo record made by an undo-in-region.
9896
9897 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9898
9899 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9900 (gdb-frame-inferior-io-buffer): New Functions to control
9901 display of separate IO buffer.
9902 (menu): Add them to menu-bar.
9903 (gdb-display-buffer): Check for buffer another frame.
9904 Protect GUD buffer.
9905 (gdb-setup-windows): Create IO buffer if not already there.
9906 (gdb-memory-mode): Remove purecopy noops.
9907
9908 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9909
9910 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9911 and pass to self-insert-command.
9912
9913 2005-04-11 Lute Kamstra <lute@gnu.org>
9914
9915 * generic.el: Commentary section cleanup.
9916 (generic): Delete.
9917 (generic-use-find-file-hook, generic-lines-to-scan)
9918 (generic-find-file-regexp, generic-ignore-files-regexp)
9919 (default-generic-mode, generic-mode-find-file-hook)
9920 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9921 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9922 (generic-use-find-file-hook, generic-lines-to-scan)
9923 (generic-find-file-regexp, generic-ignore-files-regexp)
9924 (default-generic-mode, generic-mode-find-file-hook)
9925 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9926
9927 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9928
9929 * bookmark.el (bookmark-write-file): Catch errors writing file.
9930 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9931
9932 2005-04-10 Richard M. Stallman <rms@gnu.org>
9933
9934 * startup.el (fancy-splash-tail): Update copyright year.
9935 (command-line): Split part of -Q into -D.
9936 (emacs-basic-display): New defvar.
9937 (fancy-splash-text): Correct name of menu item.
9938
9939 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9940
9941 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9942 lines in one node.
9943
9944 * comint.el (comint-send-input): New arg ARTIFICIAL.
9945 Callers in this file changed.
9946
9947 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9948
9949 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9950
9951 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9952
9953 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9954 `ldap-search-internal'.
9955
9956 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * files.el (set-auto-mode-1): Use line-end-position.
9959
9960 * international/latin-1.el:
9961 * international/latin-2.el:
9962 * international/latin-3.el:
9963 * international/latin-4.el:
9964 * international/latin-5.el:
9965 * international/latin-8.el:
9966 * international/latin-9.el: Give punctuation syntax to NBSP.
9967
9968 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9969 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9970 Use char-classes to accept non-ascii letters, accepted in some recent
9971 bibtex implementations.
9972
9973 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9974
9975 * custom.el (custom-set-minor-mode): Any non-nil value for the
9976 variable should enable the mode when set through Custom.
9977
9978 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9979
9980 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9981 TAB binding so tab-always-indent is obeyed.
9982 (vhdl-minibuffer-local-map): Move initialization into declaration.
9983 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9984 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9985 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9986 (vhdl-current-line): Use line-beginning-position.
9987 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9988 with-output-to-temp-buffer, so the current position can be recorded.
9989
9990 2005-04-10 Masatake YAMATO <jet@gyve.org>
9991
9992 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9993 Add regexp for gcov.
9994
9995 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9996
9997 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9998 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9999 syntax which Emacs 20 doesn't support.
10000
10001 2005-04-09 Richard M. Stallman <rms@gnu.org>
10002
10003 * help.el (describe-key-briefly, describe-key):
10004 Replace strings as event types with "(any string)".
10005
10006 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * arc-mode.el (archive-mode-map): Move initialization into
10009 the declaration. Override *all* bindings of `undo'.
10010 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
10011
10012 2005-04-09 Jay Belanger <belanger@truman.edu>
10013
10014 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
10015
10016 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10017
10018 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
10019 (xterm-register-default-colors): Update color values computation
10020 to match xterm-200.
10021
10022 2005-04-09 Kenichi Handa <handa@m17n.org>
10023
10024 * international/code-pages.el (iso-latin-7): Fix the map.
10025
10026 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
10027
10028 * emacs-lisp/lisp.el (defun-prompt-regexp)
10029 (parens-require-spaces, buffer-end, end-of-defun)
10030 (insert-parentheses): Doc fixes.
10031
10032 2005-04-08 Kim F. Storm <storm@cua.dk>
10033
10034 * comint.el (comint-highlight-prompt): Fix face spec.
10035 * hi-lock.el (hi-green): Likewise.
10036
10037 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10038
10039 * cus-edit.el (custom-modified-face):
10040 * comint.el (comint-highlight-input): Fix previous changes.
10041 * term.el (term-handle-ansi-escape): Add a comment.
10042
10043 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10044
10045 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
10046 in the buffer and in whitespace-highlighted-space.
10047 (whitespace-unhighlight-the-space): Simplify.
10048 (whitespace-buffer): Simplify.
10049
10050 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10051
10052 * textmodes/table.el (table-cell-face): Add special case for
10053 displays supporting a high number of colors.
10054 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10055 (vhdl-font-lock-reserved-words-face)
10056 (vhdl-speedbar-architecture-face)
10057 (vhdl-speedbar-instantiation-face)
10058 (vhdl-speedbar-architecture-selected-face)
10059 (vhdl-speedbar-instantiation-selected-face): Likewise.
10060 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
10061 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
10062 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10063 (ebrowse-root-class-face, ebrowse-member-attribute-face)
10064 (ebrowse-progress-face): Likewise.
10065 * progmodes/compile.el (compilation-info-face): Likewise.
10066 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
10067 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
10068 * calendar/calendar.el (diary-face): Likewise.
10069 * woman.el (woman-italic-face, woman-bold-face)
10070 (woman-unknown-face): Likewise.
10071 * wid-edit.el (widget-button-pressed-face): Likewise.
10072 * whitespace.el (whitespace-highlight-face): Likewise.
10073 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
10074 * pcvs-info.el (cvs-marked-face): Likewise.
10075 * info.el (info-xref): Likewise.
10076 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
10077 * hilit-chg.el (highlight-changes-face)
10078 (highlight-changes-delete-face): Likewise.
10079 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
10080 (hi-red-b): Likewise.
10081 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
10082 * font-lock.el (font-lock-keyword-face)
10083 (font-lock-function-name-face, font-lock-warning-face): Likewise.
10084 * cus-edit.el (custom-invalid-face, custom-modified-face)
10085 (custom-set-face, custom-changed-face, custom-variable-tag-face)
10086 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
10087 * comint.el (comint-highlight-prompt): Likewise.
10088
10089 2005-04-08 Lute Kamstra <lute@gnu.org>
10090
10091 * font-lock.el (font-lock-keywords): Docstring fixes.
10092
10093 2005-04-08 Kenichi Handa <handa@m17n.org>
10094
10095 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
10096 chars are more than a limit, print " and more..." at the tail.
10097
10098 2005-04-08 Kim F. Storm <storm@cua.dk>
10099
10100 * emacs-lisp/authors.el (authors-aliases): Update list.
10101 (authors-ignored-files): New list.
10102 (authors-fixed-entries): Fix typo.
10103 (authors-renamed-files-alist): Update list.
10104 (authors-add): Check authors-ignored-files.
10105
10106 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
10107
10108 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
10109 optional, to ensure backward compatibility.
10110
10111 2005-04-08 Stephen Eglen <stephen@gnu.org>
10112
10113 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
10114
10115 2005-04-08 Kim F. Storm <storm@cua.dk>
10116
10117 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
10118
10119 * mouse.el (mouse-on-link-p): Doc fix.
10120
10121 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
10122
10123 * ielm.el (ielm-prompt-read-only): Doc fix.
10124
10125 * comint.el (comint-prompt-read-only): Doc fix.
10126
10127 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
10128
10129 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
10130 ensure dired always handles wildcards passed to ffap.
10131 (find-file-at-point): Use it.
10132 (ffap-dired-wildcards): Doc fix.
10133
10134 2005-04-07 Juri Linkov <juri@jurta.org>
10135
10136 * simple.el (next-error-overlay-arrow-position): New defvar.
10137 Put "=>" on its property `overlay-arrow-string'. Add it to
10138 `overlay-arrow-variable-list'.
10139
10140 * progmodes/compile.el (compilation-setup):
10141 Set `next-error-overlay-arrow-position' to nil. Also set it to
10142 nil in the local hook `kill-buffer-hook'. Make local variable
10143 `overlay-arrow-string' and set it to "=>".
10144 (compilation-goto-locus): Set BOL position to
10145 `next-error-overlay-arrow-position' instead of
10146 `overlay-arrow-position'.
10147
10148 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
10149 locally instead of adding it to the global hook.
10150 (Info-kill-buffer): Move up.
10151
10152 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
10153
10154 * term/xterm.el (xterm-standard-colors): Update color values from
10155 xterm-200.
10156
10157 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
10158
10159 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
10160
10161 * fast-lock.el:
10162 * lazy-lock.el: Move them to the obsolete subdir.
10163
10164 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10165
10166 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
10167 (wdired-add-replace-advice): Remove.
10168 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
10169
10170 2005-04-06 Kim F. Storm <storm@cua.dk>
10171
10172 * startup.el (command-line): Add --bare-bones alias for -Q.
10173
10174 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10175
10176 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
10177 create the startup fontset if a font specification ends with
10178 `mac-roman'.
10179
10180 2005-04-06 Lute Kamstra <lute@gnu.org>
10181
10182 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
10183 change.
10184
10185 * emacs-lisp/copyright.el (copyright-update-year): Replace the
10186 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
10187
10188 2005-04-05 Lute Kamstra <lute@gnu.org>
10189
10190 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
10191 (define-generic-mode): Ditto. Fix debug declaration.
10192
10193 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10194 Put them in the generic-x group.
10195
10196 * calendar/timeclock.el (timeclock): Doc fix.
10197
10198 * generic.el (define-generic-mode): Don't use custom-current-group.
10199 Document default :group value.
10200 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
10201 (define-global-minor-mode): Don't use custom-current-group.
10202
10203 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10204
10205 * startup.el (command-line-1): Display startup-echo-area-message
10206 when fancy splash screen is in use.
10207
10208 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
10209 (sh-escaped-newline): New face.
10210 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
10211 newline, and use sh-escaped-newline face.
10212
10213 * progmodes/tcl.el (tcl-escaped-newline): New face.
10214 (tcl-builtin-list): New variable.
10215 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
10216 newlines. Fix keywords subexpression number.
10217
10218 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
10219
10220 * textmodes/org.el (org-diary-default-entry): Fix call to
10221 `add-to-diary-entry'.
10222
10223 2005-04-05 Kim F. Storm <storm@cua.dk>
10224
10225 * ediff-init.el: Use (featurep 'xemacs).
10226
10227 2005-04-05 David Ponce <david@dponce.com>
10228
10229 * cus-edit.el (face): Derive from symbol widget. Display sample
10230 of the current face on the fly.
10231 (widget-face-sample-face-get, widget-face-notify): New functions.
10232 (widget-face-value-create): Remove.
10233
10234 * wid-edit.el (widget-field-end): Temporarily remove field
10235 narrowing before to call `get-char-property'.
10236
10237 2005-04-04 Jay Belanger <belanger@truman.edu>
10238
10239 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
10240 (math-read-subscripts): New variable.
10241 (math-read-preprocess-string): Process subscripts.
10242
10243 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
10244
10245 * comint.el (comint-prompt-read-only): Doc fix.
10246
10247 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
10248 `-1'. Doc fix.
10249
10250 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
10251
10252 * textmodes/org.el (org-insert-mode-line-in-empty-file):
10253 Change default value to nil.
10254
10255 2005-04-04 Lute Kamstra <lute@gnu.org>
10256
10257 * autorevert.el (auto-revert-mode): Specify :group.
10258 * battery.el (display-battery-mode): Specify :group.
10259 * diff-mode.el (diff-minor-mode): Specify :group.
10260 * font-core.el (font-lock-mode): Specify :group.
10261 * hl-line.el (hl-line-mode): Specify :group.
10262 * iimage.el (iimage): New customization group.
10263 (iimage-mode): Specify :group.
10264 * longlines.el (longlines-mode): Specify :group.
10265 * master.el: Don't require easy-mmode.
10266 (master): New customization group.
10267 (master-mode): Specify :group.
10268 * msb.el (msb-mode): Specify :group.
10269 * reveal.el (reveal-mode): Specify :group.
10270 * simple.el (next-error-follow-minor-mode): Specify :group.
10271 * smerge-mode.el (smerge-mode): Specify :group.
10272 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10273 * emulation/cua-base.el (cua-mode): Specify :group.
10274 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10275 * language/thai-util.el (thai-auto-composition-mode)
10276 (thai-word-mode): Specify :group.
10277 * mail/supercite.el (sc-minor-mode): Specify :group.
10278 * progmodes/cwarn.el (cwarn-mode): Specify :group.
10279 * progmodes/flymake.el (flymake-mode): Specify :group.
10280 * progmodes/glasses.el (glasses-mode): Specify :group.
10281 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10282 * textmodes/enriched.el (enriched-mode): Specify :group.
10283 * textmodes/refill.el (refill-mode): Specify :group.
10284
10285 * add-log.el (change-log-font-lock-keywords): Names in
10286 parenthesized lists can contain spaces.
10287
10288 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
10289
10290 * startup.el (fancy-splash-text): Shorten default text of
10291 "Emacs Tutorial" line. Also, if the current language env
10292 indicates an available tutorial file other than TUTORIAL,
10293 extract its title and append it to the line in parentheses.
10294 (fancy-splash-insert): If arg is a thunk, funcall it.
10295
10296 2005-04-04 Jay Belanger <belanger@truman.edu>
10297
10298 * calc.el (calc-language-alist): Add tags to customization type.
10299
10300 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
10301
10302 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10303 Doc fix.
10304
10305 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10306
10307 * add-log.el (change-log-font-lock-keywords): The manual
10308 describing a Change Log entry, says: (...) "Aside from these
10309 header lines, every line in the change log starts with a space or
10310 a tab.". The font-lock was not highlighting lines started with
10311 spaces, added support for it.
10312
10313 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10314
10315 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10316 (bibtex-generate-url-list): Update docstring accordingly. Put the
10317 complex example in the docstring.
10318 (bibtex-font-lock-url): Use pop.
10319
10320 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10321
10322 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10323
10324 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10325
10326 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10327
10328 * filesets.el (filesets-set-default): Doc fix.
10329
10330 2005-04-03 Lute Kamstra <lute@gnu.org>
10331
10332 * generic.el (define-generic-mode): Add argument to specify
10333 keywords for defcustom.
10334 (default-generic-mode): Specify :group.
10335
10336 * generic-x.el: Specify :group for all generic modes.
10337
10338 * desktop.el (desktop-no-desktop-file-hook)
10339 (desktop-after-read-hook): Doc fix.
10340
10341 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10342
10343 * simple.el (visible-mode): Use explicit :group keyword.
10344 This changes the group of `visible-mode-hook' from paren-blinking
10345 to editing-basics.
10346
10347 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10348
10349 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10350 mailbox specifications as well as URLs.
10351 (rmail-insert-inbox-text): Remove unused conditional branches.
10352
10353 2005-04-01 Jay Belanger <belanger@truman.edu>
10354
10355 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10356 (calc-gnuplot-print-command): Move definitions to calc.el.
10357
10358 * calc/calc-embed.el (calc-embedded-announce-formula)
10359 (calc-embedded-open-formula, calc-embedded-close-formula)
10360 (calc-embedded-open-word, calc-embedded-close-word)
10361 (calc-embedded-open-plain, calc-embedded-close-plain)
10362 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10363 (calc-embedded-open-mode, calc-embedded-close-mode):
10364 Move definitions to calc.el.
10365
10366 * calc/calc.el (calc-settings-file, calc-language-alist):
10367 Make customizable.
10368 (calc-embedded-announce-formula, calc-embedded-open-formula)
10369 (calc-embedded-close-formula, calc-embedded-open-word)
10370 (calc-embedded-close-word, calc-embedded-open-plain)
10371 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10372 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10373 (calc-embedded-close-mode, calc-gnuplot-name)
10374 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10375 from other files and make customizable.
10376
10377 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10378
10379 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10380 Use buffer-live-p.
10381 (cvs-mode-run): Don't call cvs-update-header here.
10382 (cvs-run-process): Call cvs-update-header.
10383 Use process properties for cvs-postprocess and cvs-buffer so that
10384 the sentinel can behave better if the temp buffer is killed.
10385 Use a pipe rather than a tty, to better handle unexpected prompts.
10386 (cvs-sentinel): Rewrite. Call cvs-update-header.
10387
10388 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10389
10390 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10391 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10392
10393 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10394
10395 * generic.el (define-generic-mode): Add indentation rule.
10396
10397 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10398
10399 * files.el (mode-require-final-newline): Make Custom correctly
10400 report a nil value and allow to set it to nil via Custom.
10401 Doc fix.
10402
10403 2005-04-01 Kenichi Handa <handa@m17n.org>
10404
10405 * international/characters.el: Enable the correct case setting for
10406 dotless-i and dotted-I.
10407
10408 2005-04-01 Kim F. Storm <storm@cua.dk>
10409
10410 * ido.el (ido-file-internal): Fall back to non-ido command if
10411 initial directory is on slow ftp (or tramp) host.
10412
10413 2005-03-31 Richard M. Stallman <rms@gnu.org>
10414
10415 * emacs-lisp/autoload.el (make-autoload):
10416 Handle define-global-minor-mode.
10417
10418 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10419 Rename from easy-mmode-define-global-mode.
10420 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10421
10422 * progmodes/scheme.el (scheme-mode-syntax-table):
10423 Update syntax of | and # for two-character comment syntax.
10424
10425 2005-03-31 Lute Kamstra <lute@gnu.org>
10426
10427 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10428 (define-minor-mode): Call custom-current-group at load-time.
10429
10430 * generic.el (define-generic-mode): Add debug declaration.
10431 Add defcustom for the mode hook.
10432 (generic-mode-internal): Use run-mode-hooks.
10433
10434 2005-03-31 Kim F. Storm <storm@cua.dk>
10435
10436 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10437 (mouse-fixup-help-message): New defun called by show_help_echo
10438 to fixup mouse-2 prefix in help messages when applicable.
10439
10440 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10441
10442 2005-03-31 Kenichi Handa <handa@m17n.org>
10443
10444 * language/thai-word.el (thai-find-word-ends): Pay attention to
10445 the case that we reach the end of buffer.
10446
10447 * textmodes/fill.el (fill-text-properties-at): New function.
10448 (fill-newline): Use fill-text-properties-at instead of
10449 text-properties-at.
10450
10451 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10452
10453 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10454 not comint-quote-filename.
10455
10456 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10457
10458 * help-fns.el (help-with-tutorial): Revert last change.
10459
10460 2005-03-31 Kim F. Storm <storm@cua.dk>
10461
10462 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10463
10464 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10465
10466 * calendar/cal-china.el: Update reference to "Calendrical
10467 Calculations" book; there's a new edition.
10468 * calendar/cal-coptic.el: Likewise.
10469 * calendar/cal-french.el: Likewise.
10470 * calendar/cal-hebrew.el: Likewise.
10471 * calendar/cal-islam.el: Likewise.
10472 * calendar/cal-iso.el: Likewise.
10473 * calendar/cal-julian.el: Likewise.
10474 * calendar/cal-mayan.el: Likewise.
10475 * calendar/cal-persia.el: Likewise.
10476 * calendar/calendar.el: Likewise.
10477 * calendar/holidays.el: Likewise.
10478 * calendar/lunar.el: Likewise.
10479 * calendar/solar.el: Likewise.
10480
10481 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10482 white space from doc string.
10483
10484 2005-03-30 Jay Belanger <belanger@truman.edu>
10485
10486 * calc/calc-help.el (calc-full-help): Remove email address.
10487
10488 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10489
10490 * help-fns.el (help-with-tutorial): Delete title line.
10491
10492 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10493
10494 * calendar/cal-x.el (calendar-one-frame-setup)
10495 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10496 rather than 'symbol for set-window-dedicated-p.
10497
10498 * calendar/appt.el (appt-buffer-name): Make it a constant.
10499 (appt-add): Doc fix.
10500
10501 * filesets.el (filesets-menu-path, filesets-menu-before)
10502 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10503 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10504 (filesets-add-submenu): Delete and use add-submenu instead.
10505
10506 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10507
10508 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10509 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10510 (org-diary-default-entry): New function.
10511 (org-get-entries-from-diary): Better parsing of diary entries.
10512 (org-agenda-check-no-diary): New function.
10513 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10514 linking to diary entries.
10515 (org-agenda-execute-calendar-command): New function.
10516 (org-agenda): Improve visible section in window.
10517 Use `org-fit-agenda-window'.
10518 (org-fit-agenda-window): New option.
10519 (org-move-subtree-down): Better handling of empty lines
10520 at end of subtree.
10521 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10522 levels up.
10523 (org-fontify-done-headline): New option.
10524 (org-headline-done-face): New face.
10525 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10526 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10527 When current field is non-empty, it is copied to next row.
10528 (org-table-copy-from-above): Fix bug which made it
10529 impossible to copy fields containing only a single non-white character.
10530
10531 2005-03-30 Kim F. Storm <storm@cua.dk>
10532
10533 * kmacro.el (kmacro-end-macro): Isearch may store this command
10534 into the macro -- so ignore it when executing keyboard macro.
10535
10536 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10537
10538 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10539
10540 2005-03-29 Kenichi Handa <handa@m17n.org>
10541
10542 * language/thai.el ("Thai"): Set setup-function and exit-function
10543 for Thai language environment.
10544
10545 * language/thai-util.el: Require thai-word.
10546 (thai-word-mode-map): New variable.
10547 (thai-word-mode): New minor mode.
10548 (setup-thai-language-environment-internal): New function.
10549 (exit-thai-language-environment-internal): New function.
10550
10551 * language/thai-word.el (thai-word-table): Declare it by defvar,
10552 use dolist to initialize it.
10553 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10554 (thai-fill-find-break-point): New functions.
10555
10556 2005-03-29 Richard M. Stallman <rms@gnu.org>
10557
10558 * simple.el (idle-update-delay): Move definition up.
10559 (set-mark): Doc fix.
10560
10561 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10562
10563 * longlines.el: New file.
10564
10565 * simple.el (buffer-substring-filters): New variable.
10566 (filter-buffer-substring): New function.
10567 (kill-region, copy-region-as-kill): Use it.
10568
10569 * register.el (copy-to-register, append-to-register)
10570 (prepend-to-register): Use filter-buffer-substring.
10571
10572 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10573
10574 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10575 (gud-filter-pending-text): Move in front of gdb.
10576 (gud-overlay-arrow-position): New variable.
10577 (gud-sentinel, gud-display-line): Use it in place of
10578 overlay-arrow-position.
10579
10580 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10581
10582 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10583 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10584 (fortran-font-lock-keywords-4): New variable.
10585 (fortran-blocks-re, fortran-end-block-re)
10586 (fortran-start-block-re): New constants, for hideshow.
10587 (hs-special-modes-alist): Add a Fortran entry.
10588 (fortran-mode-map): Bind fortran-end-of-block,
10589 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10590 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10591 (fortran-looking-at-if-then, fortran-end-of-block)
10592 (fortran-beginning-of-block): New functions, for hideshow.
10593
10594 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10595 Doc fix. Tweak regexp.
10596 (f90-beginning-of-block): Push mark first.
10597
10598 2005-03-29 Jay Belanger <belanger@truman.edu>
10599
10600 * calc/calc.el: Update copyright date.
10601 (calc-version): Increase to 2.1.
10602 (calc-version-date): Remove.
10603
10604 * calc/calc-help.el: Update copyright date.
10605 (calc-full-help): Remove reference to calc-version-date.
10606 Update copyright date.
10607
10608 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10609
10610 * vc.el (vc-do-command): Use a pipe for async processes, so password
10611 prompts don't show up at places where the user can't reply.
10612
10613 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10614
10615 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10616 on the file name we pass to the inferior shell.
10617
10618 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10619
10620 * progmodes/which-func.el (which-function): Be robust in the face of an
10621 imenu--make-index-alist failure.
10622
10623 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10624
10625 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10626
10627 * progmodes/python.el (python-preoutput-filter): Fix last change.
10628
10629 2005-03-29 Lute Kamstra <lute@gnu.org>
10630
10631 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10632 functions and compiled macros.
10633 (debug-convert-byte-code): Handle macros too.
10634 (debug-on-entry-1): Don't signal an error when trying to clear a
10635 function that is not set to debug on entry.
10636
10637 2005-03-29 Jay Belanger <belanger@truman.edu>
10638
10639 * calc/calc-lang.el: Add functions to math-function-table
10640 properties of tex and math.
10641
10642 2005-03-29 Kenichi Handa <handa@m17n.org>
10643
10644 * ps-mule.el (ps-mule-plot-string): Translate characters by
10645 ps-print-translation-table.
10646 (ps-mule-begin-job): Call find-charset-region/string with
10647 ps-print-translation-table.
10648 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10649
10650 * ps-print.el (ps-print-translation-table): New variable.
10651 (ps-plot-region): Translate characters by ps-print-translation-table.
10652
10653 2005-03-29 Juri Linkov <juri@jurta.org>
10654
10655 * simple.el (next-error-highlight-timer): New variable.
10656
10657 * progmodes/compile.el (compilation-goto-locus):
10658 Use `next-error-highlight-timer' instead of `sit-for'.
10659
10660 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10661
10662 * mail/supercite.el (sc-mail-field): Use assoc-string.
10663 (sc-get-address): Simplify regexps.
10664
10665 * files.el (minibuffer-with-setup-hook): New macro.
10666 (find-file-read-args): Use it to avoid let-binding
10667 minibuffer-with-setup-hook (which breaks turning on/off
10668 file-name-shadow-mode while in the prompt).
10669
10670 * complete.el (PC-read-include-file-name-internal):
10671 Use test-completion.
10672
10673 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10674
10675 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10676
10677 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10678
10679 * window.el (window-buffer-height): Use count-screen-lines.
10680
10681 * progmodes/python.el (python-preoutput-leftover): New var.
10682 (python-preoutput-filter): Use it.
10683 (python-send-receive): Loop until all the result has been received.
10684
10685 2005-03-28 Juri Linkov <juri@jurta.org>
10686
10687 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10688
10689 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10690 "Recover Crashed Session".
10691 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10692 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10693 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10694 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10695 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10696 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10697 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10698 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10699
10700 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10701 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10702 Ediff Sessions", "Toggle use of separate control buffer frame",
10703 "Use separate frame for Ediff control buffer".
10704
10705 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10706 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10707 "Rename Bookmark", "Delete Bookmark".
10708
10709 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10710 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10711 Add `:active Info-index-alternatives' to "Next Matching Item".
10712
10713 * wdired.el (wdired-change-to-wdired-mode):
10714 Mention `wdired-abort-changes' key in the initial message.
10715
10716 * international/mule.el (auto-coding-alist): Associate non-ascii
10717 image filename extensions with `no-conversion'.
10718
10719 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10720
10721 * international/iso-acc.el:
10722 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10723
10724 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10725
10726 * textmodes/sgml-mode.el (html-mode): Doc update.
10727
10728 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10729
10730 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10731
10732 * term.el (term-move-columns): Fix face after extending a line.
10733 (term-insert-spaces): Likewise.
10734 (term-reset-terminal): Fix off by one error.
10735
10736 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10737
10738 * international/mule.el (auto-coding-alist): Add .xpi files.
10739
10740 * files.el (auto-mode-alist): Add .xpi files.
10741
10742 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10743
10744 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10745
10746 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10747
10748 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10749
10750 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10751
10752 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10753 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10754
10755 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10756 cursor to Jan 1 when needed.
10757 (calendar-end-of-year): Fix -/+ typo.
10758 Reported by Chong Yidong <cyd@stupidchicken.com>.
10759
10760 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10761
10762 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10763
10764 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10765 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10766
10767 2005-03-25 Richard M. Stallman <rms@gnu.org>
10768
10769 * filesets.el (filesets-init): Add autoload.
10770
10771 * mail/mailalias.el (mail-directory): Doc fix.
10772
10773 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10774
10775 * mail/mailalias.el (mail-directory-process): Do nothing if
10776 mail-directory-process is an atom.
10777 (mail-get-names): Ignore mail-directory-names if it is an atom.
10778 (mail-directory-process defvar): Doc fix.
10779 (mail-names): Doc fix.
10780
10781 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10782
10783 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10784
10785 2005-03-26 Kenichi Handa <handa@m17n.org>
10786
10787 * international/mule-util.el (detect-coding-with-priority):
10788 Call update-coding-systems-internal before detect-coding-region.
10789
10790 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10791
10792 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10793 (gdb-frames-mode-map): Add follow-link property.
10794
10795 2005-03-25 Jay Belanger <belanger@truman.edu>
10796
10797 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10798 for variables.
10799
10800 2005-03-25 Juri Linkov <juri@jurta.org>
10801
10802 * image-mode.el: Optimize image filename extension regexps in
10803 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10804 in `auto-mode-alist'.
10805 (image-mode): Add `image-toggle-display-text' to local hook
10806 `change-major-mode-hook'. Display the image as an image by
10807 default. Set `cursor-type' and `truncate-lines' if the image
10808 is already displayed. Take into account the current mode (image
10809 or text) in message.
10810 (image-minor-mode): New minor mode.
10811 (image-mode-maybe, image-toggle-display-text): New functions.
10812 (image-toggle-display): Use called-interactively-p.
10813 Let-bind `inhibit-read-only' to t.
10814
10815 * image-mode.el (image-minor-mode): Set `cursor-type' and
10816 `truncate-lines' if the image is already displayed. Add turning
10817 image-minor-mode off to `change-major-mode-hook'. Add message.
10818 Call `image-toggle-display-text' after turning image-minor-mode off.
10819
10820 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10821
10822 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10823 Terminal.app, use utf-8.
10824 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10825 (set-locale-environment): Use it.
10826
10827 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10828
10829 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10830
10831 * progmodes/python.el (python-close-block-statement-p)
10832 (python-outdent-p, python-current-defun): Use symbol-end.
10833
10834 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10835
10836 * files.el (save-some-buffers): Doc fix.
10837
10838 2005-03-25 Werner Lemberg <wl@gnu.org>
10839
10840 * complete.el, thumbs.el: Replace `legal' with `valid'.
10841 * calendar/calendar.el: Replace `legal' with `valid'.
10842 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10843 * mail/supercite.el: Replace `legal' with `valid'.
10844 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10845 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10846 Replace `legal' with `valid'.
10847 * textmodes/reftex-vars.el, textmodes/reftex.el:
10848 Replace `legal' with `valid'.
10849
10850 2005-03-25 Werner Lemberg <wl@gnu.org>
10851
10852 * calc/calc-forms.el, calc/calc-sel.el:
10853 * midnight.el, vc-cvs.el:
10854 * emacs-lisp/cl-macs.el:
10855 * emulation/vip.el:
10856 * eshell/esh-io.el, eshell/esh-var.el:
10857 * mail/supercite.el:
10858 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10859 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10860 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10861 * progmodes/sh-script.el, progmodes/xscheme.el:
10862 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10863 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10864 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10865 * textmodes/reftex.el, textmodes/org.el:
10866 Replace `illegal' with `invalid'.
10867
10868 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10869
10870 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10871 (flymake-find-buildfile, flymake-find-possible-master-files)
10872 (flymake-check-include, flymake-parse-line): Replace loops over the
10873 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10874
10875 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10876 Substitute file-name-as-directory in the rest of the file.
10877 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10878 (flymake-replace-region): Remove unused arg `buffer'.
10879 (flymake-check-patch-master-file-buffer): Update calls to it.
10880 (flymake-add-err-info): Remove unused var `count'.
10881 (flymake-mode): Use define-minor-mode.
10882
10883 * progmodes/flymake.el: Use with-current-buffer.
10884 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10885 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10886 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10887 Avoid testing for `xemacs'.
10888 (flymake-nop): Move.
10889 (flymake-region-has-flymake-overlays): Return the computed value.
10890 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10891 Remove unused var `endline'.
10892 (flymake-get-line-count): Remove unused function.
10893 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10894
10895 * emulation/vi.el:
10896 * generic.el:
10897 * hilit-chg.el (global-highlight-changes):
10898 * hi-lock.el (hi-lock-mode):
10899 * follow.el: find-file-hooks -> find-file-hook.
10900
10901 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10902
10903 2005-03-24 Juri Linkov <juri@jurta.org>
10904
10905 * dired.el (dired-mode-map): Add menu item "Compare directories"
10906 for dired-compare-directories.
10907
10908 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10909 Doc fix. Replace `read-file-name' with `read-directory-name'.
10910
10911 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10912
10913 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10914
10915 2005-03-24 Jay Belanger <belanger@truman.edu>
10916
10917 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10918 relevant mode settings in calc-embedded-original-modes when modes
10919 are permanently changed.
10920
10921 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10922
10923 * autoinsert.el: find-file-hooks -> find-file-hook.
10924
10925 2005-03-24 Lute Kamstra <lute@gnu.org>
10926
10927 * generic.el (generic-font-lock-defaults): Make it obsolete.
10928 (generic-font-lock-keywords): New variable to replace
10929 generic-font-lock-defaults.
10930 (generic-mode-set-font-lock): Delete it.
10931 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10932 (generic-bracket-support): Add docstring.
10933
10934 * generic-x.el: Rename generic-font-lock-defaults to
10935 generic-font-lock-keywords throughout.
10936 (mailagent-rules-setup-function): Delete it.
10937 (mailagent-rules-generic-mode): Use anonymous function instead.
10938 (show-tabs-generic-mode-font-lock-defaults-1)
10939 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10940 Quote faces.
10941 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10942 not foreground.
10943
10944 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10945 Recognize define-generic-mode.
10946
10947 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10948
10949 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10950 if there's no completion table.
10951
10952 2005-03-23 Miles Bader <miles@gnu.org>
10953
10954 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10955 Remove tty-specific variants, as they're no longer needed.
10956
10957 2005-03-23 Lute Kamstra <lute@gnu.org>
10958
10959 * generic-x.el: Code cleanup: make args constant whenever possible.
10960 (installshield-statement-keyword-list)
10961 (installshield-system-functions-list)
10962 (installshield-system-variables-list, installshield-types-list)
10963 (installshield-funarg-constants-list): Make them constants.
10964
10965 * generic.el (generic-make-keywords-list): Add autoload cookie.
10966
10967 * calendar/time-date.el: Add comment on time value formats.
10968 Don't require parse-time.
10969 (with-decoded-time-value): New macro.
10970 (encode-time-value): New function.
10971 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10972 (days-to-time): Return a valid time value when arg is huge.
10973 (time-since): Use time-subtract.
10974 (time-to-number-of-days): Use time-to-seconds.
10975
10976 2005-03-23 David Ponce <david@dponce.com>
10977
10978 * recentf.el: (recentf-keep): New option.
10979 (recentf-menu-action): Default to `find-file'.
10980 (recentf-keep-non-readable-files-flag)
10981 (recentf-keep-non-readable-files-p)
10982 (recentf-file-readable-p, recentf-find-file)
10983 (recentf-cleanup-remote): Remove.
10984 (recentf-include-p): More robust.
10985 (recentf-keep-p): New function.
10986 (recentf-remove-if-non-kept): Rename from
10987 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10988 All callers updated.
10989 (recentf-menu-items-for-commands): Fix help string.
10990 (recentf-track-closed-file): Update. Doc fix.
10991 (recentf-cleanup): Update. Count removed files. Doc fix.
10992
10993 2005-03-23 Kim F. Storm <storm@cua.dk>
10994
10995 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10996 Don't inherit from fringe face (now happens automatically).
10997
10998 2005-03-22 Kim F. Storm <storm@cua.dk>
10999
11000 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
11001 position values.
11002
11003 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11004
11005 * menu-bar.el (showhide-date-time): Remove.
11006 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
11007 (menu-bar-make-mm-toggle): Simplify.
11008
11009 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11010
11011 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
11012 Accept qualified variable and function names.
11013
11014 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
11015
11016 * bindings.el (completion-ignored-extensions):
11017 Remove ".lis" for `vax-vms'.
11018
11019 2005-03-22 Andreas Schwab <schwab@suse.de>
11020
11021 * generic-x.el: Revert last change.
11022 * ldefs-boot.el: Update.
11023
11024 2005-03-22 Jay Belanger <belanger@truman.edu>
11025
11026 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
11027 (calc-embedded-save-original-modes)
11028 (calc-embedded-restore-original-modes): New functions.
11029 (calc-do-embedded): Save original modes when entering embedded mode
11030 and restore when leaving embedded mode.
11031 (calc-embedded-modes-change): Change the value of
11032 calc-embedded-original-modes to reflect permanent changes.
11033
11034 2005-03-22 Lute Kamstra <lute@gnu.org>
11035
11036 * generic-x.el: Require generic again.
11037
11038 2005-03-22 Miles Bader <miles@gnu.org>
11039
11040 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11041 Tweak details to look good on both ttys and bitmap displays, light
11042 or dark background, etc.
11043
11044 2005-03-21 Kim F. Storm <storm@cua.dk>
11045
11046 * tooltip.el (tooltip-show-help-function): Check car and cdr of
11047 mouse position.
11048
11049 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11050
11051 * icomplete.el: Don't forcibly turn on the mode upon load.
11052 (icomplete-mode): Use define-minor-mode.
11053 (icomplete-eoinput): Default to nil.
11054 (icomplete-minibuffer-setup): Remove autoload.
11055 (icomplete-tidy): Simplify.
11056 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
11057 in the initial state or if the user has modified the field.
11058 Fix handling of icomplete-max-delay-chars.
11059 Remove code that handles the oddball case where
11060 minibuffer-completion-table is an integer.
11061 Wrap icomplete-completions in while-no-input in case building
11062 completions takes more time than expected.
11063 (icomplete-completions): Simplify.
11064
11065 2005-03-21 Richard M. Stallman <rms@gnu.org>
11066
11067 * jka-compr.el (jka-compr-really-do-compress):
11068 Make variable buffer-local.
11069
11070 * image-mode.el: Handle .xpm files too.
11071 (image-toggle-display): Preserve modification flag.
11072
11073 * help.el (where-is): Don't mention aliases with no key bindings.
11074
11075 2005-03-21 Lute Kamstra <lute@gnu.org>
11076
11077 * generic.el: Fix commentary section. Don't require cl for
11078 compilation.
11079 (generic-mode-list): Add autoload cookie.
11080 (generic-use-find-file-hook, generic-lines-to-scan)
11081 (generic-find-file-regexp, generic-ignore-files-regexp)
11082 (generic-mode, generic-mode-find-file-hook)
11083 (generic-mode-ini-file-find-file-hook): Fix docstrings.
11084 (define-generic-mode): Make it a defmacro. Fix docstring.
11085 (generic-mode-internal): Code cleanup. Add autoload cookie.
11086 (generic-mode-set-comments): Code cleanup.
11087 * generic-x.el: Don't prevent compilation. Don't require generic.
11088 Follow coding conventions. Minor code cleanup.
11089 (etc-fstab-generic-mode): Add some keywords.
11090 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
11091 define-generic-mode like a function declaration.
11092
11093 2005-03-21 Jay Belanger <belanger@truman.edu>
11094
11095 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
11096 changing modes.
11097
11098 2005-03-21 Sam Steingold <sds@gnu.org>
11099
11100 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
11101
11102 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
11103
11104 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
11105 Add underscore to "f$ lexicals" regexp.
11106
11107 2005-03-20 Juri Linkov <juri@jurta.org>
11108
11109 * subr.el (progress-reporter-do-update): When `min-value' is equal
11110 to `max-value', set `percentage' to 0 and prevent division by zero.
11111
11112 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
11113
11114 Sync with Tramp 2.0.48.
11115
11116 * net/tramp.el (all): Change all addresses to .gnu.org.
11117 (tramp-append-tramp-buffers): New defun.
11118 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
11119 Catch `dont-send' signal.
11120 (tramp-set-auto-save-file-modes): Set always permissions, because
11121 there might be an old auto-saved file belonging to another
11122 original file. This could be a security threat. Reported by
11123 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
11124 Check for Emacs 21.3.50 removed.
11125
11126 * net/tramp-smb.el (all): Remove debug construct for
11127 `with-parsed-tramp-file-name'.
11128 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
11129 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
11130 No error message if DIRECTORY or FILENAME doesn't exist.
11131 (tramp-smb-open-connection): Check existence of
11132 `tramp-smb-program'.
11133
11134 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11135
11136 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
11137 Properly handle the case where the `m' or `s' command's argument is not
11138 yet terminated.
11139 (perl-indent-new-calculate): New function.
11140 (perl-indent-line): Use it.
11141
11142 2005-03-20 Miles Bader <miles@gnu.org>
11143
11144 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
11145 in text-mode too. Change to new face names.
11146 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
11147 Add `:weight bold' attribute.
11148 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
11149
11150 2005-03-19 Juri Linkov <juri@jurta.org>
11151
11152 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
11153
11154 * international/mule.el (auto-coding-alist): Sync with
11155 `auto-mode-alist' by adding upper case archive file extensions
11156 and adding ear/war to jar extension.
11157
11158 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
11159
11160 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
11161 running, restart it.
11162
11163 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
11164
11165 * finder.el (finder-current-item): Throw an error on an empty line.
11166
11167 * man.el (Man-follow-manual-reference): If current-word returns
11168 nil, use "".
11169
11170 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
11171
11172 * simple.el (goto-line): Doc fix.
11173
11174 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
11175
11176 * files.el (save-buffer): Doc fix.
11177
11178 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
11179
11180 * recentf.el (recentf-cleanup-remote): New variable.
11181 (recentf-cleanup): Use it to conditionally check availability of
11182 remote files.
11183
11184 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
11185
11186 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
11187 function names.
11188
11189 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11190
11191 * language/thai-word.el: New file.
11192
11193 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11194
11195 * files.el (backup-buffer): If the file's directory is not
11196 writable, use copy instead of move to backup the file.
11197
11198 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11199
11200 * obsolete/keyswap.el: Moved to obsolete/ from term/.
11201
11202 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11203
11204 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
11205 Use functionp instead of symbolp and fboundp. Reported by Drkm
11206 <darkman_spam@yahoo.fr>.
11207 (ps-print-version): New version 6.6.6.
11208
11209 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
11210
11211 * textmodes/table.el (table--line-column-position): New idiom.
11212 (table--row-column-insertion-point-p): New function to test
11213 validity of row and column insertion operation at a location.
11214 (table-global-menu, table-cell-menu): Use above functions for
11215 deterministic test operation.
11216 (table--editable-cell-p): Behave in deterministic fashion.
11217
11218 2005-03-18 Juri Linkov <juri@jurta.org>
11219
11220 * isearch.el (isearch-lazy-highlight-new-loop):
11221 Make arguments beg and end optional.
11222 (isearch-update): Remove optional arguments nil from
11223 isearch-lazy-highlight-new-loop.
11224 (isearch-lazy-highlight-search): Let-bind case-fold-search to
11225 isearch-lazy-highlight-case-fold-search instead of
11226 isearch-case-fold-search, and let-bind isearch-regexp to
11227 isearch-lazy-highlight-regexp.
11228 Use isearch-lazy-highlight-last-string instead of isearch-string.
11229
11230 * replace.el (perform-replace): Remove bindings of global
11231 variables isearch-string, isearch-regexp, isearch-case-fold-search.
11232 Add three new arguments to `replace-highlight'.
11233 (replace-highlight): Add arguments string, regexp, case-fold.
11234 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
11235 to allow isearch-lazy-highlight-new-loop to use these values
11236 to set corresponding isearch-lazy-highlight-* internal
11237 variables whose values lazy highlighting will use regardless of
11238 changes to global variables isearch-string, isearch-regexp,
11239 isearch-case-fold-search during lazy highlighting loop.
11240 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
11241 to `lazy-highlight-cleanup'.
11242
11243 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
11244 (ispell-highlight-face): Set default face to `isearch' when
11245 lazy highlighting is enabled.
11246 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
11247 priority to 1. Add lazy highlighting.
11248 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
11249 from `isearch-dehighlight'.
11250
11251 2005-03-18 David Ponce <david@dponce.com>
11252
11253 * files.el (hack-local-variables): Do a case-insensitive search
11254 for End.
11255
11256 2005-03-18 Juri Linkov <juri@jurta.org>
11257
11258 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
11259 `isearch-lazy-highlight-cleanup', add alias to old name and
11260 declare obsolete. Add release numbers to other obsolete vars.
11261 (isearch-done, isearch-lazy-highlight-new-loop):
11262 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
11263 (lazy-highlight-cleanup) <variable>: Doc fix.
11264 (isearch-lazy-highlight-update): Rename obsolete
11265 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11266
11267 2005-03-18 Kenichi Handa <handa@m17n.org>
11268
11269 * language/thai-util.el: Fix categorization of Thai characters in
11270 thai-category-table.
11271 (thai-composition-pattern): Adjust it for the above change.
11272 (thai-self-insert-command, thai-compose-syllable): New functions.
11273 (thai-compose-region): Use thai-compose-syllable.
11274 (thai-compose-string): Likewise.
11275 (thai-composition-function): Likewise.
11276 (thai-auto-composition): New function.
11277 (thai-auto-composition-mode): New minor mode.
11278
11279 * language/thai.el: Fix patterns to be registered in
11280 composition-function-table.
11281
11282 * international/quail.el (quail-input-method): Locally bind
11283 inhibit-modification-hooks to t.
11284
11285 2005-03-17 Richard M. Stallman <rms@gnu.org>
11286
11287 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11288 (perl-mode): Use run-mode-hooks.
11289
11290 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11291 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11292 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11293
11294 * mail/sendmail.el (sendmail-send-it): Reenable the code
11295 to compute resend-to-address and use it.
11296
11297 * tar-mode.el (tar-mode): Turn off undo unconditionally.
11298
11299 * image-mode.el: New file.
11300
11301 * image.el (insert-sliced-image): Add autoload cookie.
11302
11303 * font-lock.el (font-lock-lines-before): New user option.
11304 (font-lock-after-change-function): Obey it.
11305
11306 * bindings.el (esc-map): Make M-g a prefix.
11307 Bind M-g g and M-g M-g to goto-line.
11308
11309 * faces.el (face-id): Doc fix.
11310
11311 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11312
11313 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11314 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11315 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11316
11317 * mail/sendmail.el (mail-yank-ignored-headers)
11318 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11319 Add Mail-Followup-To and Mail-Reply-To headers.
11320 (mail-citation-hook): Add autoload cookie.
11321 (mail-mode): Doc fix.
11322 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11323 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11324 (mail-mode-fill-paragraph): Handle those headers.
11325 (mail-mailing-lists): New variable.
11326 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11327
11328 2005-03-17 Juri Linkov <juri@jurta.org>
11329
11330 * isearch.el (isearch-fallback): Check for `(car previous)'
11331 before calling `isearch-other-end-state'.
11332
11333 2005-03-17 Kim F. Storm <storm@cua.dk>
11334
11335 * simple.el (move-beginning-of-line): Move to beginning of buffer
11336 line, as well as beginning of screen line.
11337
11338 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11339
11340 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11341 argument REDRAW rather than calendar-redrawing variable.
11342 * calendar/calendar.el (calendar-redrawing): Delete.
11343 (redraw-calendar): Do not bind calendar-redrawing.
11344
11345 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11346
11347 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11348 diary-file buffer.
11349
11350 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11351
11352 * help.el (describe-mode): Allow a :minor-mode-function property to
11353 specify a different minor mode toggle function than the variable.
11354 * simple.el (auto-fill-function):
11355 * subr.el (add-minor-mode): Use it.
11356
11357 2005-03-16 Kenichi Handa <handa@m17n.org>
11358
11359 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11360 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11361 (ethio-fidel-to-sera-buffer): Likewise.
11362
11363 2005-03-16 Juri Linkov <juri@jurta.org>
11364
11365 * emacs-lisp/find-func.el (find-function-regexp):
11366 Add defun-emitting macro `menu-bar-make-toggle'.
11367
11368 * isearch.el: Put `isearch-scroll' property to
11369 `split-window-horizontally'.
11370
11371 * info.el: Update error messages for `debug-ignored-errors'.
11372 (Info-isearch-search): Doc fix.
11373 (Info-find-node): Move up code to go into info buffer before
11374 recording the node to the history.
11375 (Info-fontify-node): Fontify titles only if the next line
11376 has two or more `*', `=', `-', `.'.
11377 Display "go to this node" for empty (match-string 3).
11378
11379 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11380
11381 * term/mac-win.el: Add mouse pointer shape constants.
11382
11383 2005-03-15 Kim F. Storm <storm@cua.dk>
11384
11385 * simple.el (move-beginning-of-line): Use vertical-motion.
11386
11387 2005-03-15 Juri Linkov <juri@jurta.org>
11388
11389 * isearch.el (isearch-error): New variable.
11390 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11391 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11392 (isearch-within-brackets-state): Remove.
11393 (isearch-case-fold-search-state, isearch-pop-fun-state):
11394 Decrease frame index.
11395 (isearch-mode, isearch-top-state, isearch-push-state)
11396 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11397 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11398 (isearch-search, isearch-lazy-highlight-new-loop):
11399 Replace `isearch-invalid-regexp' with `isearch-error'.
11400 Remove `isearch-within-brackets'.
11401 (isearch-search): Add `search-failed' handler to `condition-case'.
11402 (isearch-lazy-highlight-search): Add `condition-case' to catch
11403 errors and allow `isearch-lazy-highlight-update' to try
11404 highlighting from the beginning of the window.
11405 (isearch-repeat): Move up code to set isearch-wrapped to t
11406 before calling isearch-wrap-function.
11407
11408 * info.el (Info-isearch-initial-node): New internal variable.
11409 (Info-search): Signal an error in isearch mode when search leaves
11410 the initial node. Signal an error when `bound' is non-nil and
11411 nothing was found in the current subfile.
11412 (Info-isearch-search): Remove `condition-case'.
11413 (Info-isearch-wrap): Don't wrap when search failed during leaving
11414 the initial node. If `Info-isearch-search' is nil, wrap around
11415 the current node.
11416 (Info-isearch-start): New fun.
11417 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11418 `isearch-mode-hook'.
11419
11420 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11421
11422 * simple.el (normal-erase-is-backspace): Set default to t if
11423 running on Mac.
11424
11425 * term/mac-win.el (function-key-map): Sync with x-win.el.
11426
11427 2005-03-15 Kenichi Handa <handa@m17n.org>
11428
11429 * international/mule-cmds.el (locale-language-names): Modify the
11430 format of elements and add more entries.
11431 (locale-preferred-coding-systems): Add more entries.
11432 (set-locale-environment): Adjust for the change of
11433 locale-language-names.
11434
11435 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11436
11437 * pcvs.el (smerge-ediff): Remove bogus autoload.
11438
11439 2005-03-14 Lute Kamstra <lute@gnu.org>
11440
11441 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11442 Ignore a `*' at the beginning of a line.
11443
11444 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11445 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11446 subr.el.
11447 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11448 to specify indentation.
11449
11450 * generic.el (define-generic-mode): Let generic-mode-list be a
11451 list of strings; test membership with equal.
11452
11453 2005-03-14 Kim F. Storm <storm@cua.dk>
11454
11455 * simple.el (next-line, previous-line): Add optional try-vscroll
11456 arg to recognize interactive use. Pass it on to line-move.
11457 (line-move): Don't perform auto-window-vscroll when defining or
11458 executing keyboard macro to ensure consistent behavior.
11459
11460 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11461
11462 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11463
11464 2005-03-13 Lute Kamstra <lute@gnu.org>
11465
11466 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11467 debugger-setup-buffer so that backtrace marks the frames set to
11468 debug-on-exit and we don't have to do it manually. Set an extra
11469 debug-on-exit for macro's.
11470 (debugger-setup-buffer): Don't mark the top frame manually.
11471
11472 2005-03-12 Lute Kamstra <lute@gnu.org>
11473
11474 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11475 lisp-indent-function throughout.
11476 (with-no-warnings): Set lisp-indent-function property.
11477
11478 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11479
11480 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11481 Add entry for backslash.
11482
11483 2005-03-12 Juri Linkov <juri@jurta.org>
11484
11485 * info.el (Info-search): Four fixes for backward search.
11486
11487 2005-03-11 Jay Belanger <belanger@truman.edu>
11488
11489 * calc/calc.el (calc-language-alist): New variable.
11490 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11491 (calc-embedded-find-modes): Use calc-language-alist instead of
11492 calc-embedded-language-alist.
11493
11494 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11495
11496 * calendar/calendar.el (calendar-redrawing): New internal
11497 variable.
11498 (redraw-calendar): Remove bogus save-excursion from previous
11499 change. Bind calendar-redrawing to t for mark-diary-entries.
11500 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11501 calendar if that is why we were called.
11502
11503 2005-03-11 Kenichi Handa <handa@m17n.org>
11504
11505 * international/mule.el (make-coding-system): Set property
11506 coding-system-define-form to nil.
11507 (define-coding-system-alias): Likewise.
11508
11509 2005-03-11 Kenichi Handa <handa@m17n.org>
11510
11511 These changes are suggested by Dave Love <fx@gnu.org>.
11512
11513 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11514 coding: tag.
11515 (adaptive-fill-regexp): Add more bullets.
11516 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11517 regexps.
11518
11519 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * help.el (describe-mode): Properly handle non-trivial lighters.
11522 Don't ignore minor modes that are not listed in minor-mode-list.
11523
11524 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11525 feature ON when the user requests to turn it OFF.
11526
11527 2005-03-10 Lute Kamstra <lute@gnu.org>
11528
11529 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11530 (implement-debug-on-entry): New function to replace debug-entry-code.
11531 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11532 second argument as the 2005-03-07 change makes it obsolete.
11533 (debug-on-entry, cancel-debug-on-entry): Update call to
11534 debug-on-entry-1.
11535 (debug, debugger-setup-buffer): Comment update.
11536 (debugger-frame-number): Update to work with implement-debug-on-entry.
11537
11538 2005-03-10 Jay Belanger <belanger@truman.edu>
11539
11540 * calc/calc-embed.el (math-ms-args): Declare it.
11541 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11542 math-ms-args.
11543 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11544 variables.
11545
11546 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11547
11548 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11549 Use message-box.
11550
11551 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11552 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11553 (tooltip-gud-tips): Simplify.
11554 (tooltip-gud-tips-p): Remove superfluous :set.
11555 (tooltip-gud-modes): Add fortran-mode.
11556 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11557
11558 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11559
11560 2005-03-09 Kim F. Storm <storm@cua.dk>
11561
11562 * play/animate.el (animate-place-char): Use forward-line instead
11563 of next-line to improve performance.
11564
11565 2005-03-09 Simon Josefsson <jas@extundo.com>
11566
11567 * net/browse-url.el (browse-url-default-browser): Doc fix.
11568
11569 2005-03-09 Miles Bader <miles@gnu.org>
11570
11571 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11572 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11573
11574 2005-03-09 Kenichi Handa <handa@m17n.org>
11575
11576 * international/latin-1.el: Set case and syntax for 255 only if
11577 set-case-syntax-set-multibyte is nil.
11578
11579 * textmodes/ispell.el (ispell-insert-word): New function.
11580 (ispell-word): Use ispell-insert-word to insert a new word.
11581 (ispell-process-line): Likewise.
11582 (ispell-complete-word): Likewise.
11583
11584 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11585
11586 * calendar/calendar.el (redraw-calendar): Preserve point.
11587 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11588 (calendar-week-start-day): Move after definition of
11589 redraw-calendar. Delete buffer test, since redraw-calendar has
11590 that now.
11591
11592 * calendar/diary-lib.el (mark-diary-entries): Only call
11593 redraw-calendar in the first of any recursive calls.
11594 Reported by Alan Shutko <ats@acm.org>.
11595
11596 2005-03-08 Juri Linkov <juri@jurta.org>
11597
11598 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11599 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11600 (html-radio-buttons): Add a space before the trailing `/>' where
11601 sgml-xml-mode is non-nil.
11602 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11603 the subsequent tag of the empty XML tag.
11604 (html-href-anchor): Don't set initial input to "http:".
11605 (html-image): Ask for the image URL and set point inside alt="".
11606 (html-name-anchor): Duplicate the name in the `id' attribute when
11607 sgml-xml-mode is non-nil.
11608 (html-paragraph): Remove \n before <p>.
11609 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11610 instead of `checked' when sgml-xml-mode is non-nil.
11611
11612 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11613 Remove 1 space before #RRGGBB to not truncate it on terminal
11614 windows w/o fringes. Remove 1 space between bg and fg examples
11615 to get more space.
11616 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11617 avoid byte-compile warnings.
11618
11619 * image-file.el (image-file-handler): Put `safe-magic' property to
11620 `image-file-handler'.
11621
11622 * info.el (Info-isearch-search): Emulate word search in
11623 isearching through multiple Info nodes with Info-search.
11624 (Info-isearch-wrap): Allow isearch-word.
11625
11626 2005-03-08 Lute Kamstra <lute@gnu.org>
11627
11628 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11629 stepping into the debugger's code is not possible.
11630 (debugger-jumping-flag): Docstring update.
11631
11632 2005-03-08 Jay Belanger <belanger@truman.edu>
11633
11634 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11635 embedded mode begins.
11636 (calc-embedded-language-alist): New variable.
11637 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11638 set default language mode.
11639
11640 2005-03-08 Kenichi Handa <handa@m17n.org>
11641
11642 * international/ccl.el (define-ccl-program): Fix docstring about
11643 extra 256 bytes assured for the output buffer.
11644
11645 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11646 Fix BUFFER_MAGNIFICATION to 2.
11647 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11648
11649 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11650
11651 * align.el (align-rules-list): Added an alignment rule for CSS
11652 declarations (applies to css-mode and html-mode buffers).
11653
11654 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11655
11656 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11657
11658 2005-03-07 Kim F. Storm <storm@cua.dk>
11659
11660 * simple.el (move-beginning-of-line): New command.
11661
11662 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11663
11664 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11665
11666 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11667 and move-beginning-of-line.
11668
11669 * apropos.el (apropos-print): Omit command from M-x ... RET.
11670
11671 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11672
11673 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11674 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11675
11676 2005-03-06 Richard M. Stallman <rms@gnu.org>
11677
11678 * bindings.el (esc-map): Bind M-g to goto-line.
11679
11680 * facemenu.el (global-map): Bind M-o, not M-g.
11681
11682 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11683
11684 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11685 "Open Directory" as for "Open File".
11686
11687 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11688
11689 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11690 (push-mark-command): Run activate-mark-hook.
11691
11692 2005-03-06 Richard M. Stallman <rms@gnu.org>
11693
11694 * help-mode.el (help-mode-finish): Don't alter the element
11695 in view-return-to-alist if there already is one.
11696
11697 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11698 make sure the current buffer is the expected one.
11699
11700 * novice.el (disabled-command-function): Output in *Disabled Command*.
11701 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11702
11703 * textmodes/flyspell.el (flyspell-large-region):
11704 Pass args differently for aspell.
11705
11706 * files.el (mode-require-final-newline): Doc fix.
11707
11708 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11709
11710 * progmodes/which-func.el (which-function):
11711 Specify NOERROR when calling imenu--make-index-alist.
11712
11713 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11714
11715 * simple.el (normal-erase-is-backspace): Define default value.
11716
11717 * custom.el (custom-theme-set-variables): Remove unused var
11718 `immediate'.
11719 (custom-reevaluate-setting): Simple function to handle variables
11720 that are defined before their default value can really be
11721 computed.
11722
11723 * startup.el (command-line): Use it for temporary-file-directory,
11724 small-emporary-file-directory, auto-save-file-name-transforms,
11725 blink-cursor-mode, and normal-erase-is-backspace.
11726
11727 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11728 progress, even with buggy anchored keywords.
11729
11730 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11731
11732 * simple.el (goto-line): Remove unbalanced final parenthesis.
11733
11734 2005-03-05 Richard M. Stallman <rms@gnu.org>
11735
11736 * simple.el (goto-line): Use a number at point as the default.
11737 With C-u as arg, switch buffers.
11738
11739 2005-03-05 Juri Linkov <juri@jurta.org>
11740
11741 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11742 with `no-blinking-cursor'.
11743
11744 * startup.el (no-blinking-cursor): New defvar.
11745 (command-line): Add `--no-blinking-cursor' to longopts.
11746 Set `no-blinking-cursor' to t for command line arguments
11747 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11748 with `no-blinking-cursor' in the condition for calling
11749 `blink-cursor-mode'.
11750
11751 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11752
11753 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11754 (menu-bar-options-save): Add blink-cursor-mode.
11755 (menu-bar-options-menu): Add blink-cursor-mode.
11756
11757 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11758
11759 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11760 (icalendar-export-file, icalendar-export-region)
11761 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11762 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11763
11764 2005-03-04 Lute Kamstra <lute@gnu.org>
11765
11766 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11767 (debug-function-list): Ditto.
11768
11769 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11770
11771 * textmodes/texinfmt.el (texinfo-append-refill):
11772 Redefine the types of line to which @refill
11773 is not appended by replacing a search for `@refill\\|@bye' with
11774 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11775 itemize@refill' bug and the unfilled long lines bug.
11776 (texinfmt-version): Update number and date.
11777
11778 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11779
11780 * international/code-pages.el (windows-1250, windows-125[2-8])
11781 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11782
11783 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11784
11785 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11786 bound yet.
11787
11788 2005-03-02 Romain Francoise <romain@orebokech.com>
11789
11790 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11791 buffer after removing limits.
11792 (ibuffer-pop-filter): Ditto.
11793 Update copyright.
11794
11795 2005-03-02 Miles Bader <miles@gnu.org>
11796
11797 * button.el (make-text-button): If the user doesn't specify a
11798 type, use the default. Rewrite to use `add-text-properties' and
11799 plist functions.
11800
11801 2005-03-01 Lute Kamstra <lute@gnu.org>
11802
11803 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11804 (debugger-jumping-flag): New var.
11805 (debug-entry-code): Use it.
11806 (debugger-jump): Use debugger-jumping-flag and add
11807 debugger-reenable to post-command-hook.
11808 (debugger-reenable): Use debugger-jumping-flag and remove itself
11809 from post-command-hook.
11810 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11811 debugger-reenable.
11812
11813 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11814
11815 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11816 inclusion of "itemize\\|", which may be unnecessary, is certainly
11817 inelegant, and stops refilling in itemize lists when formatting
11818 Japanese Texinfo files to Info.
11819 Update copyright to 2005.
11820
11821 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11822
11823 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11824 of an error if GDB can't find the source file.
11825
11826 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11827
11828 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11829 not just the calendar.
11830
11831 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11832 first.
11833 (diary-redraw-calendar): New function.
11834 (make-diary-entry): Add diary-redraw-calendar to local
11835 write-contents-functions. Turn off selective display before
11836 inserting in diary.
11837
11838 2005-03-01 Kim F. Storm <storm@cua.dk>
11839
11840 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11841
11842 2005-03-01 Lute Kamstra <lute@gnu.org>
11843
11844 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11845 that debug-entry-code can be safely removed from a function while
11846 this code is being evaluated. Revert the 2005-02-27 change as the
11847 new implementation no longer requires it. Make sure that a
11848 function body containing just a string is not mistaken for a docstring.
11849 (debug): Skip one more frame in case of debug on entry.
11850 (debugger-setup-buffer): Delete one more frame line in case of
11851 debug on entry.
11852 (debugger-frame-number): Update to use the new text introduced by
11853 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11854
11855 2005-02-28 Kim F. Storm <storm@cua.dk>
11856
11857 * double.el (double-translate-key): Call force-window-update after
11858 read-event to avoid crash in redisplay.
11859
11860 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11861
11862 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11863 (debug): Use it. Move the inhibit-trace earlier.
11864 (debug-entry-code): New const.
11865 (debug-on-entry-1): Use it.
11866
11867 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11868
11869 * international/utf-16.el (ccl-encode-mule-utf-16le):
11870 Fix BUFFER_MAGNIFICATION to 2.
11871 (ccl-encode-mule-utf-16be): Likewise.
11872
11873 2005-02-28 Kenichi Handa <handa@m17n.org>
11874
11875 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11876 Fix BUFFER_MAGNIFICATION to 4.
11877 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11878
11879 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11880
11881 * speedbar.el (speedbar-update-flag): Doc fix.
11882 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11883 argument.
11884
11885 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11886
11887 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11888 have a non-nil `invisible' property but are actually visible.
11889
11890 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11891 for perldoc sections.
11892 (perl-outline-regexp, perl-outline-level): New var and function.
11893 (perl-mode): Use them.
11894
11895 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11896
11897 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11898 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11899
11900 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11901
11902 * cus-edit.el: Comment change.
11903 (custom-buffer-create-internal): Slightly reword text at top of
11904 Custom buffers. Mention there that saving an option edits the
11905 init file. Add link to Emacs manual node on `custom-file'.
11906 (custom-magic-alist): Rewrite individual State messages to use
11907 capitalized keywords. Doc fix.
11908
11909 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11910
11911 * calendar/calendar.el (calendar-buffer): Move above
11912 calendar-week-start-day.
11913 (calendar-week-start-day): Doc fix. Add :set function.
11914 (calendar-minimum-window-height): New variable.
11915 (generate-calendar-window): Only resize window if selected-window
11916 is displaying the calendar buffer. Use new variable
11917 calendar-minimum-window-height.
11918 (generate-calendar): Reword error message.
11919 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11920
11921 2005-02-27 Andreas Schwab <schwab@suse.de>
11922
11923 * vc.el (vc-do-command): Don't run command asynchronously when
11924 operating in a remote directory.
11925
11926 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11927 change from sync with Tramp 2.0.47.
11928
11929 2005-02-27 Richard M. Stallman <rms@gnu.org>
11930
11931 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11932
11933 * textmodes/flyspell.el (flyspell-mode-on):
11934 Call ispell-change-dictionary only if necessary.
11935
11936 * emacs-lisp/re-builder.el (regexp-builder): New function.
11937
11938 * register.el (describe-register-1): Explicitly handle
11939 yank-excluded-properties = t.
11940
11941 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11942 (custom-magic-alist): Change the status descriptions again.
11943 (face widget-type): Total rewrite based on `restricted-sexp'
11944 to eliminate the confusing double hiding levels.
11945
11946 * emacs-lisp/debug.el (debug-on-entry-1):
11947 If function body is empty, add nil as body form.
11948
11949 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11950
11951 * emacs-lisp/trace.el (inhibit-trace): New var.
11952 (trace-make-advice): Use it.
11953
11954 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11955
11956 2005-02-26 Kim F. Storm <storm@cua.dk>
11957
11958 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11959 (mouse-on-link-p, mouse-drag-region-1): Use it.
11960
11961 2005-02-25 Lute Kamstra <lute@gnu.org>
11962
11963 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11964
11965 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11966
11967 * frame.el (blink-cursor-mode): Add :group keyword.
11968
11969 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11970
11971 * calendar/icalendar.el (icalendar--decode-isodatetime):
11972 New optional argument DAY-SHIFT.
11973 (icalendar-export-region): Fix coding-system-for-write.
11974 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11975 events by one.
11976
11977 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11978
11979 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11980
11981 2005-02-24 Kim F. Storm <storm@cua.dk>
11982
11983 * international/iso-acc.el (iso-accents-compose): Fix crash
11984 during redisplay. Call force-window-update after read-event
11985 and delete-region to signal that window is not accurate.
11986
11987 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11988
11989 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11990 Remove unused and inexistent var `inhibit-trace'.
11991 (debugger-mode): Use run-mode-hooks.
11992 (debugger-list-functions): Add buttons; setup xref stack.
11993
11994 2005-02-23 Richard M. Stallman <rms@gnu.org>
11995
11996 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11997 appointment says it was explicitly made.
11998 (appt-add): Set the 3rd element.
11999 (appt-make-list): Preserve explicit appointments.
12000
12001 * subr.el (find-tag-default): Catch errors in forward-sexp.
12002
12003 2005-02-23 Juri Linkov <juri@jurta.org>
12004
12005 * info.el (Info-isearch-search): New defcustom.
12006 (Info-isearch-search): Call the default isearch function
12007 when Info-isearch-search is nil.
12008 (Info-isearch-wrap): Use variable Info-isearch-search.
12009
12010 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
12011
12012 * cus-edit.el: Comment change.
12013
12014 2005-02-22 Kim F. Storm <storm@cua.dk>
12015
12016 * progmodes/hideif.el (hide-ifdef-use-define-alist):
12017 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
12018
12019 2005-02-22 Simon Josefsson <jas@extundo.com>
12020
12021 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
12022 New variable.
12023 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
12024 Oskarsson" <myrkraverk@users.sourceforget.net>.
12025
12026 2005-02-22 Kim F. Storm <storm@cua.dk>
12027
12028 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
12029 check that window of that event is the selected window.
12030 (mouse-drag-region-1): Compare mouse event window to selected
12031 window before setting point.
12032
12033 * tooltip.el (tooltip-show-help-function): Pass event to
12034 mouse-on-link-p so it can check selected window.
12035
12036 2005-02-22 Kenichi Handa <handa@m17n.org>
12037
12038 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
12039 (ps-mule-show-warning): New function.
12040 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
12041 characters are found.
12042
12043 * ps-print.el (ps-header-footer-string): Return a list of header
12044 and footer strings.
12045
12046 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12047
12048 * pcvs.el (cvs-retrieve-revision): Fix thinko.
12049
12050 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12051
12052 * frame.el (blink-cursor-mode): Use define-minor-mode.
12053
12054 * term/mac-win.el (function-key-map): Use char-names more consistently.
12055 (file-name-coding-system): Only set it for MacOS-9. The other case is
12056 already handled in mule-cmds.el (where it also works when mac-win.el
12057 is not used).
12058
12059 2005-02-21 Kenichi Handa <handa@m17n.org>
12060
12061 * international/mule.el (ctext-pre-write-conversion): Always use
12062 " *code-converting-work*" buffer for work.
12063
12064 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
12065
12066 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
12067
12068 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
12069
12070 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
12071
12072 * ses.el (undo-more): Restore defadvice, but only the part that
12073 allows changes outside the restricted area of the buffer.
12074
12075 2005-02-20 Kim F. Storm <storm@cua.dk>
12076
12077 * simple.el (line-move): Add fourth optional arg try-vscroll which
12078 must be set to perform auto-window-vscroll.
12079 When moving backwards and doing auto-window-vscroll, automatically
12080 vscroll to the last part of lines which are taller than the window.
12081 (next-line, previous-line): Set try-vscroll arg on line-move.
12082
12083 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
12084
12085 * replace.el (query-replace, query-replace-regexp)
12086 (replace-string, replace-regexp): When operating on region, make
12087 the minibuffer prompt say so.
12088
12089 * isearch.el (isearch-forward): Document isearch-query-replace and
12090 isearch-query-replace-regexp keybindings.
12091
12092 2005-02-19 Jay Belanger <belanger@truman.edu>
12093
12094 * calc/calc-aent.el (math-read-token): Add local variable.
12095
12096 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
12097 (calc-edit-top): Move declaration to earlier in file.
12098 (calc-edit-macro-repeats): Add local variables.
12099
12100 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
12101 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
12102 calcFunc-tanh.
12103 Adjust integration rule for calcFunc-tan.
12104
12105 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12106
12107 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
12108 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
12109 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
12110 (viper-skip-separators): Bug fix.
12111 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
12112 particular major mode.
12113 (viper-del-backward-char-in-replace): Don't put deleted char on the
12114 kill ring.
12115
12116 * viper-ex.el (viper-color-display-p): New function.
12117 (viper-has-face-support-p): Use viper-color-display-p.
12118
12119 * viper-keym.el (viper-gnus-modifier-map): New keymap.
12120
12121 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
12122
12123 * viper-util.el (viper-glob-unix-files): Fix shell status check.
12124 (viper-file-remote-p): Make equivalent to file-remote-p.
12125
12126 * viper.el (viper-major-mode-modifier-list):
12127 Use viper-gnus-modifier-map.
12128
12129 2005-02-19 David Kastrup <dak@gnu.org>
12130
12131 * subr.el (subregexp-context-p): Fix garbled doc string by adding
12132 quoting.
12133
12134 2005-02-19 Jay Belanger <belanger@truman.edu>
12135
12136 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
12137 Remove extra definitions.
12138 (calc-coth): New function.
12139 (calcFunc-cot): Fix `let'.
12140
12141 2005-02-19 Eli Zaretskii <eliz@gnu.org>
12142
12143 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
12144 the reasons we use "type pc" in these faces.
12145
12146 * button.el (button): Ditto.
12147
12148 2005-02-19 Michael Mauger <mmaug@yahoo.com>
12149
12150 * replace.el (query-replace-read-from): Set the value of
12151 query-replace-from-history-variable to handle the case of an empty
12152 string entered to accept the suggested default.
12153
12154 * net/tramp.el (tramp-file-name-for-operation):
12155 Use dired-call-process instead of dired-call-process-command.
12156
12157 2005-02-19 Jay Belanger <belanger@truman.edu>
12158
12159 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
12160 (math-div-non-trig): New variables.
12161 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
12162 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
12163 (math-combine-prod, math-div-symb-fancy): Add simplifications for
12164 trig expressions.
12165
12166 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
12167
12168 * progmodes/gdb-ui.el (gdb-var-update-handler)
12169 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
12170 for watch expressions,
12171 (gdb-var-create-handler): Don't set speedbar-update-flag.
12172 (gdb-post-prompt): Simplify test for speedbar.
12173
12174 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12175
12176 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
12177 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
12178 we use the syntax table of the correct buffer.
12179 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
12180 Felix Gatzemeier.
12181
12182 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
12183 (ediff-file-remote-p): Make synonymous with file-remote-p.
12184 In all deffaces ediff-*-face-*, use min-colors.
12185
12186 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
12187 ediff-recurse-to-subdirectories.
12188 (ediff-mark-if-equal): Check that the arguments are strings, use
12189 ediff-same-contents (after to Felix Gatzemeier).
12190
12191 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
12192 nil.
12193
12194 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12195
12196 * log-view.el (log-view-message-re): Fix up Subversion regexp.
12197
12198 2005-02-18 David Kastrup <dak@gnu.org>
12199
12200 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
12201 use `mark-active' when defined.
12202
12203 2005-02-18 Kenichi Handa <handa@m17n.org>
12204
12205 * ps-print.el (ps-font-info-database): New entry
12206 ZapfChancery-MediumItalic with correct font name. Fix font name
12207 of the entry Zapf-Chancery-MediumItalic.
12208
12209 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
12210
12211 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
12212
12213 2005-02-16 Kim F. Storm <storm@cua.dk>
12214
12215 * ido.el (ido-fallback-command): Pass user input to fallback command.
12216
12217 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
12218
12219 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12220 (gdb-find-file-hook): Add server prefix.
12221
12222 2005-02-16 Richard M. Stallman <rms@gnu.org>
12223
12224 * replace.el (perform-replace): Pass new args to replace-highlight.
12225 (replace-highlight): Take region args,
12226 and pass them to isearch-lazy-highlight-new-loop.
12227
12228 * novice.el (disabled-command-hook): Autoload the defalias
12229 and the make-obsolete-variable call.
12230
12231 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
12232
12233 * isearch.el (isearch-lazy-highlight-start-limit)
12234 (isearch-lazy-highlight-end-limit): New variables limit
12235 the region for highlighting.
12236 (isearch-lazy-highlight-new-loop): New args BEG and END.
12237 (isearch-lazy-highlight-search): Use the new vars.
12238 (isearch-lazy-highlight-update): Likewise.
12239
12240 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
12241
12242 * cus-start.el (all): Use default-boundp.
12243
12244 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
12245
12246 * menu-bar.el (menu-bar-select-frame): Handle current frame.
12247
12248 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
12249
12250 * autorevert.el (auto-revert-stop-on-user-input)
12251 (auto-revert-verbose): Doc fixes.
12252
12253 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
12254
12255 * international/mule-cmds.el (set-locale-environment): Remove call
12256 to set-selection-coding-system on Windows.
12257
12258 2005-02-15 Jay Belanger <belanger@truman.edu>
12259
12260 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
12261 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
12262 calcFunc-coth.
12263 (math-simplify-sqrt): Add simplifications.
12264
12265 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
12266 to list.
12267
12268 * calc/calc-ext.el: Add functions to autoloads.
12269
12270 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12271 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12272 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12273 (math-csc-raw, math-cot-raw): New functions.
12274
12275 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12276
12277 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12278 the variable name in a message.
12279
12280 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12281 calcFunc-csc, calcFunc-cot.
12282
12283 * calc/calcalg2.el: Add derivative and integration rules for
12284 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12285 calcFunc-csch, calcFunc-coth.
12286 (math-do-integral-methods): Add to checks for when to use
12287 substitutions.
12288
12289 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12290
12291 2005-02-15 Lute Kamstra <lute@gnu.org>
12292
12293 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12294 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
12295 <monnier@iro.umontreal.ca>
12296 (lisp-outline-level): Improve efficiency. Suggested by David
12297 Kastrup <dak@gnu.org>.
12298
12299 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
12300
12301 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12302 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12303 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12304 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12305 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12306
12307 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12308
12309 * cus-start.el (all): Comment change.
12310
12311 2005-02-14 Lute Kamstra <lute@gnu.org>
12312
12313 * cus-start.el (all): Check if symbol is void.
12314
12315 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12316
12317 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12318 optional argument to \cite.
12319
12320 2005-02-14 Richard M. Stallman <rms@gnu.org>
12321
12322 * cus-edit.el (custom-buffer-create-internal): Update help message.
12323 (custom-magic-alist): Update help messages.
12324
12325 * cus-start.el (all): Allow a var to specify a standard value.
12326
12327 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12328
12329 * custom.el (custom-theme-set-variables): Handle variable aliases.
12330
12331 * frame.el (blink-cursor-timer): Doc fix.
12332 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12333 declare obsolete.
12334 (blink-cursor-mode): Define with defcustom and use correct
12335 standard expression in that defcustom.
12336 * startup.el (command-line): Adapt to above changes in frame.el.
12337
12338 2005-02-11 Lute Kamstra <lute@gnu.org>
12339
12340 * apropos.el (apropos-score-doc): Prevent division by zero.
12341
12342 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12343
12344 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12345 (icalendar--get-event-property-attributes)
12346 (icalendar--get-event-properties)
12347 (icalendar--datetime-to-diary-date): New functions.
12348 (icalendar--split-value): Doc fix.
12349 (icalendar--datetime-to-noneuropean-date)
12350 (icalendar--datetime-to-european-date): New optional argument
12351 SEPARATOR. Return result as a string instead of a list.
12352 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12353 (icalendar--convert-string-for-export): Rename arg S to STRING.
12354 (icalendar-export-region): Doc fix. Change name of error buffer.
12355 Save output buffer.
12356 (icalendar-import-file): Add blank at end of prompt.
12357 (icalendar-import-buffer): Doc fix. Do not switch to error
12358 buffer. Indicate status in return value.
12359 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12360 buffer. Save output buffer. Handle exception from recurrence
12361 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12362 events. Fix problems with weekly all-day events.
12363
12364 2005-02-10 Richard M. Stallman <rms@gnu.org>
12365
12366 * simple.el (eval-expression-print-format):
12367 Avoid warning about edebug-active.
12368
12369 * help.el (help-for-help-internal): Rename from help-for-help.
12370 (help-for-help): Define with defalias.
12371
12372 * font-core.el (font-lock-default-function): Use with-no-warnings.
12373
12374 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12375
12376 * custom.el (defface): Doc fix.
12377
12378 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12379
12380 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12381 width 0" to prevent word wrapping problems.
12382
12383 2005-02-09 Kim F. Storm <storm@cua.dk>
12384
12385 * ido.el (ido-file-extensions-order): New defcustom.
12386 (ido-file-extension-lessp, ido-file-extension-aux)
12387 (ido-file-extension-order): New advanced file ordering.
12388 (ido-file-lessp): New simple file ordering.
12389 (ido-sort-list): Remove.
12390 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12391 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12392
12393 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12394
12395 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12396 that some versions of grep produce.
12397 (grep-mode-font-lock-keywords): Likewise.
12398
12399 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12400
12401 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12402 (gdb-cdir): Delete.
12403 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12404 (gdb-source-info): Treat case when source file is in another
12405 directory properly.
12406 (gdb-get-location): New function.
12407
12408 2005-02-07 Jay Belanger <belanger@truman.edu>
12409
12410 * calc/calc-prog.el (calc-write-parse-table-part)
12411 (calc-fix-token-name): Fix a check for language type.
12412
12413 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12414
12415 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12416
12417 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12418 as directory not writable.
12419
12420 2005-02-07 Kim F. Storm <storm@cua.dk>
12421
12422 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12423 (cua--standard-movement-commands): Remove list.
12424 Instead, set CUA property value to move for movement commands.
12425 (cua-movement-commands): Remove. Users must set CUA prop instead.
12426 (cua--pre-command-handler): Check CUA property.
12427 (cua--init-keymaps): Don't remap undo commands.
12428 (cua-mode): Don't call cua--rectangle-on-off.
12429
12430 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12431 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12432 (cua--rect-undo-set-point): New var.
12433 (cua--rectangle-undo-boundary): Setup undo apply entry.
12434 (cua--rect-undo-handler): New function for rectangle undo.
12435 (cua--rect-start-position, cua--rect-end-position): Add.
12436 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12437 for restored rectangle. Set point if cua--rect-undo-set-point.
12438
12439 2005-02-06 Jay Belanger <belanger@truman.edu>
12440
12441 * calc/calc-lang.el (calc-tex-language): Display more information
12442 in messages.
12443
12444 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12445 in TeX mode.
12446
12447 2005-02-06 Richard M. Stallman <rms@gnu.org>
12448
12449 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12450
12451 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12452
12453 * net/ldap.el (ldap-search-internal): Support attributes with
12454 optional descriptions separated by a semi-colon, as in
12455 "userCertificate;binary".
12456
12457 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12458
12459 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12460 isn't a cons (i.e. the version is 0).
12461
12462 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12463
12464 * help.el (help-for-help): Doc fix.
12465
12466 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12467
12468 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12469 GDB-Windows on the menu-bar as this works better.
12470
12471 2005-02-04 Jay Belanger <belanger@truman.edu>
12472
12473 * calc/calc-embed.el (calc-embedded-update): Don't put in
12474 unnecessary newlines. Adjust the end of formula marker.
12475
12476 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12477 (math-latex-parse-two-args): New function.
12478
12479 2005-02-03 Lute Kamstra <lute@gnu.org>
12480
12481 * help-fns.el (help-with-tutorial): Make sure that users cannot
12482 remove the entire text of the tutorial by means of `undo'.
12483
12484 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12485
12486 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12487 in recent changes, where the ispell process was repeatedly
12488 killed & restarted.
12489
12490 * international/mule-cmds.el (set-locale-environment): Set file-name
12491 coding system to utf-8 on Darwin systems.
12492 (set-default-coding-systems): Don't set default-file-name-coding-system
12493 on Darwin systems.
12494
12495 2005-02-03 Richard M. Stallman <rms@gnu.org>
12496
12497 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12498
12499 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12500
12501 * faces.el (list-faces-display): Add optional argument.
12502
12503 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12504
12505 * font-core.el (font-lock-default-function): Handle the rare case where
12506 only font-lock-keywords is set.
12507
12508 2005-02-02 Kenichi Handa <handa@m17n.org>
12509
12510 * international/characters.el: Cancel previous change for
12511 I-WITH-DOT-ABOVE and DOTLESS-i.
12512
12513 * international/latin-5.el: Cancel previous change.
12514
12515 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12516
12517 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12518
12519 2005-02-02 Kenichi Handa <handa@m17n.org>
12520
12521 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12522 DOTLESS-i.
12523
12524 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12525 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12526
12527 * case-table.el (get-upcase-table): New function.
12528 (copy-case-table): Copy upcaes table too if non-nil.
12529 (set-case-syntax-delims): Maintain upcase table too.
12530 (set-case-syntax-pair): Likewise.
12531 (set-upcase-syntax, set-downcase-syntax): New functions.
12532 (set-case-syntax): Maintain upcase table too.
12533
12534 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12535
12536 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12537
12538 * progmodes/gud.el (gud-goto-info): New function.
12539 (gud-tool-bar-map): Use correct icon.
12540
12541 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12542
12543 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12544 When delegating, order args in the funcall correctly.
12545
12546 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12547
12548 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12549
12550 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12551
12552 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12553 buffer not visiting a file.
12554
12555 2005-01-31 Jay Belanger <belanger@truman.edu>
12556
12557 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12558 bound on the line with the formula.
12559
12560 2005-01-31 Kim F. Storm <storm@cua.dk>
12561
12562 * ses.el (ses-create-cell-variable-range)
12563 (ses-destroy-cell-variable-range, ses-reset-header-string)
12564 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12565 (ses-insert-row): Fix format of apply undo entries.
12566
12567 2005-01-31 Jay Belanger <belanger@truman.edu>
12568
12569 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12570 parts.
12571
12572 * calc/calc-embed.el (calc-embedded-open-formula)
12573 (calc-embedded-close-formula): Ignore matrix environments.
12574
12575 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12576 TeX mode.
12577
12578 * calc/calc-lang.el (math-function-table, math-oper-table)
12579 (math-variable-table): Adjust the LaTeX portions.
12580
12581 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12582 (math-latex-ignore-words): New constant.
12583
12584 2005-01-31 Richard M. Stallman <rms@gnu.org>
12585
12586 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12587 (ispell-local-dictionary): Doc fix.
12588 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12589 Don't reinitialize at run time. Don't defcustom.
12590 All uses changed to append ispell-local-dictionary-alist,
12591 or check it first.
12592 (ispell-current-dictionary): New variable for dictionary in use.
12593 (ispell-dictionary): Now used only for global default.
12594 (ispell-start-process): Set ispell-current-dictionary,
12595 not ispell-dictionary.
12596 (ispell-change-dictionary): Use this only for setting
12597 user preferences.
12598 (ispell-internal-change-dictionary): New function
12599 to change the current dictionary in use.
12600 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12601 Use ispell-current-dictionary.
12602 Handle ispell-local-dictionary-overridden.
12603 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12604
12605 2005-01-31 Jay Belanger <belanger@truman.edu>
12606
12607 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12608
12609 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12610 (calc-mode-map): Add calc-latex-language.
12611
12612 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12613 (math-latex-print-frac): New functions.
12614 (math-oper-table, math-function-table, math-variable-table)
12615 (math-complex-format, math-input-filter): Add latex properties.
12616 (calc-set-language): Set math-expr-special-function-mapping.
12617
12618 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12619 (calc-write-parse-table-part): Add LaTeX support.
12620
12621 * calc/calc.el (calc-language): Adjust docstring.
12622 (calc-set-mode-line): Add LaTeX support.
12623 (math-expr-special-function-mapping): New variable.
12624 (math-tex-ignore-words): Add to list.
12625
12626 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12627 Add LaTeX support.
12628 (math-compose-expr): Add support for special functions.
12629
12630 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12631
12632 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12633
12634 * progmodes/gdb-ui.el (gdb-memory-address)
12635 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12636 (gdb-memory-mode-map, gdb-memory-format-keymap)
12637 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12638 (gdb-memory-unit-menu): New variables for a buffer
12639 that lets the user examine program memory.
12640 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12641 (gdb-memory-format-binary, gdb-memory-format-octal)
12642 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12643 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12644 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12645 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12646 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12647 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12648 (gdb-memory-mode, gdb-memory-buffer-name)
12649 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12650 New functions for above buffer.
12651
12652 2005-01-30 Richard M. Stallman <rms@gnu.org>
12653
12654 * cus-edit.el (custom-bury-buffer): Function deleted.
12655 (custom-buffer-done-function): Option deleted.
12656 (custom-buffer-done-kill): New (replacement option.
12657 (Custom-buffer-done): Call quit-window.
12658 (custom-buffer-create-internal): Update for above changes.
12659
12660 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12661
12662 * simple.el (undo-ask-before-discard): New var.
12663 (undo-outer-limit-truncate): Implement it.
12664 (undo-extra-outer-limit): Doc update.
12665
12666 2005-01-29 Richard M. Stallman <rms@gnu.org>
12667
12668 * ses.el (undo-more): Delete defadvice.
12669 (ses-begin-change): Doc fix.
12670
12671 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12672 instead of rebinding C-x u and C-_.
12673
12674 * files.el (normal-backup-enable-predicate): Return nil for files
12675 in /tmp, regardless of temporary-file-directory.
12676
12677 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12678
12679 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12680 (open-rectangle, delete-whitespace-rectangle-line)
12681 (clear-rectangle-line): If FILL, pass t instead of FILL
12682 for move-to-column's 2nd arg.
12683
12684 * simple.el (undo): Fix the test for continuing a series of undos.
12685 (undo-more): Set pending-undo-list to t when we reach end.
12686 (pending-undo-list): Move up defvar.
12687
12688 * wid-edit.el (widget-button-click):
12689 Shorten the range of the track-mouse binding.
12690
12691 * comint.el (comint-insert-input): Undo previous changes;
12692 use last-input-event in interactive spec.
12693
12694 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12695
12696 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12697 to nil before invoking call-process. Reset buffer's modified flag
12698 after fontifying it in the no-async branch.
12699
12700 * wid-edit.el (widget-specify-button): If mouse pointer shape
12701 cannot be changed, use mouse face instead.
12702
12703 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12704
12705 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12706 (gdb-goto-breakpoint): Make breakpoint handling work on template
12707 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12708 (gdb-assembler-custom): Update to recognize breakpoint information
12709 added on 2005-01-19.
12710
12711 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12712
12713 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12714 (dsssl-mode): Use define-derived-mode.
12715 (scheme-mode-initialize): Remove.
12716 (scheme-mode): Use run-mode-hooks.
12717
12718 * cus-edit.el (customize-group-other-window)
12719 (custom-buffer-create-other-window): Don't override special-display-*.
12720 (custom-mode-map): Make it dense.
12721
12722 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12723 sets the default value.
12724
12725 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12726
12727 * descr-text.el: Add more keywords.
12728
12729 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12730
12731 * speedbar.el: Avoid unnecessary use of locate-library.
12732
12733 * international/mule-cmds.el (standard-display-european-internal):
12734 Don't fiddle with latin-1 non-break space any more since it's now
12735 special cased in the C code.
12736 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12737
12738 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12739
12740 * cus-start.el (all): Add `undo-outer-limit'.
12741
12742 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12743
12744 * textmodes/bibtex.el (bibtex-format-entry):
12745 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12746 field lines.
12747 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12748 not on part of a buffer.
12749
12750 2005-01-25 Lute Kamstra <lute@gnu.org>
12751
12752 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12753 nonempty field text strings like "{letters\\macro{}more letters}".
12754 Clarify docstring.
12755 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12756 (bibtex-entry-offset, bibtex-parse-association)
12757 (bibtex-parse-field-name): Fix typos in docstrings.
12758 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12759
12760 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12761
12762 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12763 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12764 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12765 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12766
12767 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12768 isearch minor mode.
12769
12770 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12771
12772 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12773
12774 2005-01-24 Lute Kamstra <lute@gnu.org>
12775
12776 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12777 CASECHARS and NOT-CASECHARS regular expressions of the
12778 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12779 striding over charsets" error.
12780
12781 2005-01-24 Jay Belanger <belanger@truman.edu>
12782
12783 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12784 display variable name.
12785
12786 2005-01-24 Kenichi Handa <handa@m17n.org>
12787
12788 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12789 Fix setting of the element of encoded-kbd-iso2022-invocations.
12790
12791 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12792
12793 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12794 (gdb-threads-select): Change to also accept mouse events.
12795 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12796 (gdb-threads-mouse-select): Delete.
12797
12798 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12799
12800 * files.el (insert-directory): Take care of empty directory,
12801 listed without -a switch.
12802
12803 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12804
12805 * textmodes/refill.el (refill-post-command-function):
12806 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12807 to the list of functions that we should be careful not to undo.
12808 (refill-late-fill-paragraph-function): Remove.
12809 (refill-saved-state): New var.
12810 (refill-mode): Use it to save fill-paragraph-function.
12811 Save also the value of auto-fill-function.
12812
12813 * term/w32-win.el: Simplify code.
12814
12815 2005-01-23 Kim F. Storm <storm@cua.dk>
12816
12817 * simple.el (line-move): Adapt to new return value from
12818 pos-visible-in-window-p.
12819
12820 * simple.el (line-move): Fix last change. Check partial
12821 visibility at point rather than at window-start.
12822
12823 2005-01-22 Jason Rumney <jasonr@gnu.org>
12824
12825 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12826
12827 2005-01-22 David Kastrup <dak@gnu.org>
12828
12829 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12830
12831 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12832
12833 * type-break.el (type-break-mode): Add a test for
12834 type-break-file-name being non-nil.
12835
12836 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12837
12838 * net/eudc.el (top level): Call (message "") via progn, so that
12839 eudc-options-file is loaded.
12840
12841 2005-01-22 Kim F. Storm <storm@cua.dk>
12842
12843 * simple.el (line-move-1): Rename from line-move.
12844 (line-move): New function that adjusts vscroll for partially
12845 visible rows, and calls line-move-1 otherwise.
12846
12847 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12848
12849 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12850 since it's not a complete read-event implementation
12851
12852 2005-01-20 Jay Belanger <belanger@truman.edu>
12853
12854 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12855 for called function.
12856
12857 2005-01-20 Steven Tamm <steventamm@mac.com>
12858
12859 * term/mac-win.el (process-connection-type): Remove.
12860 Controlled now by s/darwin.h:PTY_ITERATION.
12861
12862 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12863
12864 * window.el (handle-select-window): Don't switch window when we're
12865 in the minibuffer.
12866
12867 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12868
12869 * subr.el (dotimes-with-progress-reporter): New macro.
12870
12871 * ses.el (ses-dotimes-msg): Remove macro.
12872 Use `dotimes-with-progress-reporter' instead.
12873
12874 2005-01-19 Steven Tamm <steventamm@mac.com>
12875
12876 * term/mac-win.el (process-connection-type): Use new
12877 operating-system-release variable to use ptys on Darwin 7 (OS X
12878 10.3) when using carbon build.
12879
12880 2005-01-19 Jay Belanger <belanger@truman.edu>
12881
12882 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12883 flags if the last command was a tab or M-tab.
12884
12885 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12886 in formula editing buffer.
12887
12888 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12889
12890 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12891 breakpoint image symbol in margin.
12892
12893 2005-01-19 Jay Belanger <belanger@truman.edu>
12894
12895 * calc/calc-prog.el (calc-execute-kbd-macro):
12896 Ignore calc-keep-arg-flag.
12897
12898 2005-01-19 Kenichi Handa <handa@m17n.org>
12899
12900 * textmodes/ispell.el (ispell-looking-at): New function.
12901 (ispell-process-line): Use ispell-looking-at to compare the ispell
12902 output and the buffer contents.
12903
12904 2005-01-18 Jay Belanger <belanger@truman.edu>
12905
12906 * calc/calc.el (calc-display-raw): Fix docstring.
12907
12908 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12909
12910 * simple.el (blink-matching-open): Strip extra info from syntax.
12911
12912 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12913 funny chars in the end-of-here-doc marker.
12914
12915 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12916
12917 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12918 that enable/disabled state of breakpoints is shown correctly in
12919 fringe and on ttys.
12920 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12921 Add breakpoint information as text properties.
12922 (gdb-mouse-toggle-breakpoint):
12923 Rename to gdb-mouse-set-clear-breakpoint.
12924 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12925 breakpoints in the margin.
12926 (gdb-remove-strings): Simplify.
12927
12928 2005-01-17 Jay Belanger <belanger@truman.edu>
12929
12930 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12931 erasing buffer.
12932
12933 2005-01-17 Richard M. Stallman <rms@gnu.org>
12934
12935 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12936 for calling grep-compute-defaults.
12937
12938 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12939 if buffer is empty.
12940
12941 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12942
12943 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12944
12945 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12946
12947 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12948 non-preloaded variables.
12949
12950 2005-01-17 Steven Tamm <steventamm@mac.com>
12951
12952 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12953 tex-shell cause to force interactivity when using pipes.
12954
12955 2005-01-17 Kim F. Storm <storm@cua.dk>
12956
12957 * simple.el (just-one-space): Make arg optional.
12958
12959 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12960
12961 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12962 posn-at-x-y to t to access left-margin.
12963
12964 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12965
12966 Sync with Tramp 2.0.47.
12967
12968 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12969 catching keep-date problems in cp/scp operations.
12970 (tramp-handle-copy-file): Don't call `set-file-modes'
12971 unconditionally. Specialized functions should know better what is
12972 necessary. This improves performance a little bit, and the
12973 functions could catch errors with `cp -p' and `scp -p'.
12974 (tramp-do-copy-or-rename-file-via-buffer)
12975 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12976 when appropriate.
12977 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12978 Call `set-file-modes' when appropriate.
12979 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12980 Johnsson <isak@hypergene.com>
12981 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12982 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12983 <joakim@verona.se>
12984 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12985 Emacs only.
12986
12987 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12988 `find-file-hooks' and `dired-mode-hook'.
12989 (tramp-minor-mode-map): Respective map. Add remapping for
12990 `compile' and `recompile'.
12991 (tramp-remap-command, tramp-recompile): New defuns.
12992 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12993 in buffer "*Compilation*". Call the commands asynchronously.
12994
12995 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12996 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12997 `shell-command', because it isn't magic in XEmacs. Reported by
12998 Adrian Aichner <adrian@xemacs.org>.
12999
13000 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13001 `substitute-in-file-name.
13002 (tramp-smb-handle-substitute-in-file-name): New defun.
13003 (tramp-smb-advice-PC-do-completion): Delete advice.
13004
13005 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
13006
13007 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
13008 Fix error in deleting region.
13009
13010 2005-01-15 Richard M. Stallman <rms@gnu.org>
13011
13012 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
13013 In non-temp buffer, switch syntax table temporarily.
13014
13015 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
13016
13017 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
13018
13019 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
13020
13021 * imenu.el (imenu--split-menu): Copy menulist before sorting.
13022 (imenu--generic-function): Use START, not BEG, as pos of definition.
13023
13024 * simple.el (just-one-space): Argument specifies number of spaces.
13025
13026 * simple.el (eval-expression-print-format): Avoid warning
13027 about edebug-active.
13028
13029 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
13030
13031 * progmodes/sh-script.el: Code copied from make-mode.el
13032 with small changes,
13033 (sh-mode-map): Bind C-c C-\.
13034 (sh-backslash-column, sh-backslash-align): New variables.
13035 (sh-backslash-region, sh-append-backslash): New functions.
13036
13037 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
13038
13039 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
13040 (rmail-pop-password, rmail-pop-password-required): Move to
13041 rmail-obsolete group.
13042 (rmail-set-pop-password): Rename to rmail-set-remote-password.
13043 All callers updated.
13044 (rmail-get-pop-password): Rename to rmail-get-remote-password.
13045 Take an argument specifying whether it is POP or IMAP mailbox we
13046 are using. All callers updated.
13047 (rmail-pop-password-error): Rename to
13048 rmail-remote-password-error. Added mailutils-specific error message.
13049 (rmail-movemail-search-path)
13050 (rmail-movemail-variant-in-use): New variables.
13051 (rmail-remote-password, rmail-remote-password-required):
13052 New customization variables.
13053 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
13054 (rmail-parse-url): New function.
13055 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
13056 with GNU mailutils movemail.
13057
13058 2005-01-15 Kevin Ryde <user42@zip.com.au>
13059
13060 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
13061 suffix to space, $ or '$, to correctly position point when going
13062 to @table style constants like DBL_MAX.
13063
13064 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
13065
13066 * type-break.el (type-break-mode, type-break-file-time)
13067 (type-break-file-keystroke-count, type-break-choose-file):
13068 Don't store data in or load data from the file if type-break-file-name
13069 is nil.
13070 (type-break-file-name): Doc update as per the above.
13071
13072 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
13073
13074 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
13075 lookup-key might return nil; handle that.
13076
13077 2005-01-15 Alan Mackenzie <acm@muc.de>
13078
13079 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
13080 rather than the element found, thus enabling the tree to be setcar'd.
13081
13082 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
13083
13084 * textmodes/org.el (org-show-following-heading): New option.
13085 (org-show-hierarchy-above): Use `org-show-following-heading'.
13086 (org-cycle): Documentation fix.
13087
13088 * textmodes/org.el (orgtbl-optimized): New option
13089 (orgtbl-mode): New command, a minor mode.
13090 (orgtbl-mode-map): New variable.
13091 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
13092 (orgtbl-error, orgtbl-self-insert-command)
13093 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
13094
13095 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
13096 a local variable in each org-mode buffer.
13097
13098 * textmodes/org.el (org-set-regexps-and-options): Rename from
13099 `org-set-regexps'. Added checking for STARTUP keyword.
13100 (org-get-current-options): Add STARTUP options.
13101 (org-table-insert-row): Make mode intelligent about when
13102 realignment is needed.
13103 (org-self-insert-command, org-delete-backward-char, org-delete-char):
13104 New commands.
13105 (org-enable-table-editor): New default value `optimized'.
13106 (org-table-blank-field): Support blanking regions if active.
13107
13108 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
13109
13110 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
13111 if the year is not given.
13112
13113 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
13114 Add new escapes %m and %M, fixed bug with %F by adding
13115 save-match-data.
13116 (reftex-reference): Remove ?. from list of spaces.
13117 (reftex-label-info): Add automatic label prefix recognition.
13118
13119 * textmodes/reftex-index.el (reftex-index-next-phrase):
13120 Add slave parameter to call of `reftex-index-this-phrase'.
13121 (reftex-index-this-phrase): New optional argument.
13122 (reftex-index-region-phrases): Add slave parameter to call of
13123 `reftex-index-this-phrase'.
13124 (reftex-display-index): New argument redo.
13125 (reftex-index-rescan): Add 'redo to arguments of
13126 `reftex-display-index'.
13127 (reftex-index-Rescan, reftex-index-revert)
13128 (reftex-index-switch-index-tag): Add 'redo to arguments of
13129 `reftex-display-index'.
13130 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
13131 indexing. Fix bug with matching is there is a quote before or
13132 after the word.
13133
13134 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
13135 Fix bug when collecting citation keys in lines with comments.
13136 (reftex-citation): Prefix argument no longer rescans the document,
13137 but forces prompting for optional arguments of cite macros.
13138 (reftex-do-citation): Prompting for optional arguments implemented.
13139
13140 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13141 Add optional arguments to most cite commands.
13142 (reftex-cite-cleanup-optional-args): New option
13143 (reftex-cite-prompt-optional-args): New option.
13144 (reftex-trust-label-prefix): New option.
13145
13146 * textmodes/reftex-toc.el (reftex-toc-find-section):
13147 Add push-mark before changing the position in the buffer.
13148
13149 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
13150 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
13151
13152 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
13153
13154 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
13155 more carefully.
13156
13157 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13158
13159 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
13160 (sgml-mode): Use it.
13161 (sgml-get-context): Better keep track of implicitly closed tags.
13162
13163 2005-01-13 Kenichi Handa <handa@m17n.org>
13164
13165 * textmodes/ispell.el: These changes are to fix misalignment error
13166 caused by equivalent characters of different Emacs charsets.
13167 (ispell-unified-chars-table): New variable.
13168 (ispell-get-decoded-string): New function.
13169 (ispell-get-casechars, ispell-get-not-casechars)
13170 (ispell-get-otherchars): Call ispell-get-decoded-string.
13171
13172 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13173
13174 * custom.el (custom-declare-variable): Just put symbol instead
13175 of (defvar . symbol) in `current-load-list'.
13176
13177 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13178
13179 * emacs-lisp/elint.el: Fixed typo in Commentary section.
13180
13181 2005-01-12 Jay Belanger <belanger@truman.edu>
13182
13183 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
13184 to create a Calc summary.
13185
13186 2005-01-12 Kim F. Storm <storm@cua.dk>
13187
13188 * mouse.el (mouse-on-link-p): Change functionality and doc
13189 string to comply with latest description in lisp ref.
13190
13191 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
13192
13193 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
13194 Enable mouse clicks on mode-line, header-line and margin.
13195 (event-type): Give mouse event symbols an 'event-kind property
13196 with value 'mouse-click.
13197
13198 2005-01-12 Juri Linkov <juri@jurta.org>
13199
13200 * facemenu.el (list-colors-display): Add new arg buffer-name.
13201 Use it. Fix docstring. Replace code for identifying duplicate
13202 colors by the name with call to `list-colors-duplicates' which
13203 identifies duplicate colors by the value unless the color
13204 is one of special Windows colors. Set truncate-lines to t.
13205 Print sorted duplicate color names on each line. Indent to 22
13206 \(the longest color name in rgb.txt) instead of 20. Optimize.
13207 (list-colors-duplicates): New function.
13208 (facemenu-color-name-equal): Delete function.
13209
13210 * facemenu.el (list-colors-print): New function created from code
13211 in list-colors-display. Print #RRGGBB at the window right edge.
13212 (list-colors-display): When temp-buffer-show-function is not
13213 defined, call list-colors-print from temp-buffer-show-hook
13214 to get the right value of window-width in list-colors-print
13215 after the buffer is displayed.
13216
13217 * simple.el (pop-mark): Move deactivate-mark out of conditional
13218 part to deactivate the active mark regardless of the state of the
13219 mark ring.
13220
13221 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
13222 variables line in desktop files.
13223
13224 2005-01-12 Juri Linkov <juri@jurta.org>
13225
13226 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
13227 Bring together isearch highlight related options.
13228 (lazy-highlight): Replace group `replace' by `matching'.
13229 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13230 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13231 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
13232 and declare them obsolete.
13233 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
13234 (isearch-faces): Remove defgroup.
13235 (isearch-overlay, isearch-highlight, isearch-dehighlight):
13236 Move isearch highlighting code closer to lazy highlighting code.
13237
13238 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
13239 (query-replace-highlight, query-replace-lazy-highlight)
13240 (query-replace): Move definitions to the beginning of the file.
13241
13242 2005-01-11 Juri Linkov <juri@jurta.org>
13243
13244 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
13245 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
13246 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
13247
13248 * info.el (Info-history-forward): New variable.
13249 (Info-select-node): Reset Info-history-forward to nil.
13250 (Info-last): Turn into defalias.
13251 (Info-history-back): Rename from Info-last.
13252 Add current node to Info-history-forward.
13253 (Info-history-forward): New fun.
13254 (Info-mode-map): Replace Info-last by Info-history-back.
13255 Bind Info-history-forward to "r".
13256 (Info-mode-menu): Replace Info-last by Info-history-back.
13257 Fix menu item text. Add menu item for Info-history-forward.
13258 (info-tool-bar-map): Replace Info-last by Info-history-back.
13259 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
13260 for Info-history-forward.
13261 (Info-mode): Replace Info-last by Info-history-back in docstring.
13262 Add local variable Info-history-forward.
13263 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
13264
13265 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13266
13267 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13268 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13269 Ignore select-window events rather than fiddle with
13270 mouse-autoselect-window.
13271
13272 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
13273
13274 * type-break.el (type-break-mode): Fix previous change.
13275
13276 2005-01-10 Jay Belanger <belanger@truman.edu>
13277
13278 * calc/calc-ext.el (calc-reset): Reset when inside embedded
13279 calculator; only reset when point is inside a calculator.
13280 Don't adjust the window height if the window takes up the whole height
13281 of the frame.
13282
13283 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13284
13285 * ebuff-menu.el (Electric-buffer-menu-mode):
13286 Preserve value of buffer-local var header-line-format.
13287
13288 2005-01-09 Jay Belanger <belanger@truman.edu>
13289
13290 * calc/calc.el (calc-mode-var-list-restore-saved-values):
13291 Make sure settings file exists before accessing it.
13292
13293 * calc/calc-embed.el (calc-embedded-subst):
13294 Replace math-multi-subst-rec, which is only supposed to be called
13295 by math-multi-subst, by math-multi-subst.
13296
13297 2005-01-09 Andre Spiegel <spiegel@gnu.org>
13298
13299 * vc.el (vc-allow-async-revert): New user option.
13300 (vc-disable-async-diff): New internal variable.
13301 (vc-revert-buffer): Use them to disable asynchronous diff.
13302
13303 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13304 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13305 asynchronously if vc-disable-async-diff is t.
13306
13307 2005-01-09 Jay Belanger <belanger@truman.edu>
13308
13309 * calc/calc.el (defcalcmodevar): New macro.
13310 (calc-mode-var-list-restore-default-values)
13311 (calc-mode-var-list-restore-saved-values): New functions.
13312 (calc-mode-var-list): Use defcalcmodevar to define it.
13313 (calc-always-load-extensions, calc-line-numbering)
13314 (calc-line-breaking, calc-display-just, calc-display-origin)
13315 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13316 (calc-group-char, calc-point-char, calc-frac-format)
13317 (calc-prefer-frac, calc-hms-format, calc-date-format)
13318 (calc-float-format, calc-full-float-format, calc-complex-format)
13319 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13320 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13321 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13322 (calc-matrix-brackets, calc-language, calc-language-option)
13323 (calc-left-label, calc-right-label, calc-word-size)
13324 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13325 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13326 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13327 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13328 (calc-window-height, calc-display-trail, calc-show-selections)
13329 (calc-use-selections, calc-assoc-selections)
13330 (calc-display-working-message, calc-auto-why, calc-timing)
13331 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13332 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13333 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13334 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13335 (calc-gnuplot-geometry, calc-graph-default-resolution)
13336 (calc-graph-default-resolution-3d, calc-invocation-macro)
13337 (calc-show-banner): Use defcalcmodevar to declare them and set
13338 their default values.
13339
13340 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13341 instead of default values (but restore default values if there is
13342 an argument of 0).
13343
13344 2005-01-09 David Kastrup <dak@gnu.org>
13345
13346 * desktop.el (desktop-restore-eager): Fix typo in type.
13347
13348 2005-01-08 Richard M. Stallman <rms@gnu.org>
13349
13350 * cus-edit.el (customize): Delete :link.
13351
13352 2005-01-08 Jay Belanger <belanger@truman.edu>
13353
13354 * calc/calc.el (calc-mode): Remove the extension from the
13355 `calc-settings-file' file name when loading it.
13356
13357 2005-01-08 Kim F. Storm <storm@cua.dk>
13358
13359 * info.el (Info-mode-map, Info-next-link-keymap)
13360 (Info-prev-link-keymap, Info-up-link-keymap):
13361 Map follow-link to mouse-face.
13362 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13363
13364 2005-01-08 Jay Belanger <belanger@truman.edu>
13365
13366 * calc/calc.el (calc-settings-file): Change default value.
13367 Suggested by cgw in a comment in calc-mode.el.
13368
13369 * calc/calc-mode.el (calc-settings-file-name):
13370 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13371 Replace ~/.emacs in a prompt by calc-settings-file.
13372
13373 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13374
13375 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13376 (desktop-lazy-idle-delay): New customizable variables.
13377 (desktop-buffer-args-list): New variable.
13378 (desktop-append-buffer-args): New function.
13379 (desktop-save): Call desktop-append-buffer-args for some buffers.
13380 (desktop-lazy-create-buffer): New function.
13381 (desktop-idle-create-buffers): New function.
13382 (desktop-read): Add message about buffers to restore lazily.
13383 (desktop-lazy-abort): New command.
13384 (desktop-clear): Call desktop-lazy-abort.
13385 (desktop-lazy-complete): New command.
13386
13387 2005-01-06 Richard M. Stallman <rms@gnu.org>
13388
13389 * emacs-lisp/find-func.el (find-face-definition):
13390 Rename from find-face.
13391
13392 2005-01-06 Kim F. Storm <storm@cua.dk>
13393
13394 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13395
13396 * man.el (Man-xref-man-page, Man-xref-header-file)
13397 (Man-xref-normal-file): Add follow-link property.
13398
13399 2005-01-06 Jay Belanger <belanger@truman.edu>
13400
13401 * calc/calc-units.el: Make sure the proper macro definitions are
13402 available when compiling.
13403
13404 2005-01-06 Juri Linkov <juri@jurta.org>
13405
13406 * isearch.el (isearch-lazy-highlight-update):
13407 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13408
13409 2005-01-06 Miles Bader <miles@gnu.org>
13410
13411 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13412 (isearch-lazy-highlight-face): Use new name.
13413
13414 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13415
13416 * uniquify.el (uniquify-rationalize-file-buffer-names):
13417 Re-add an interactive spec.
13418 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13419 to the same name.
13420
13421 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13422 (isearch-update, isearch-done): Adjust calls accordingly.
13423
13424 2005-01-05 Richard M. Stallman <rms@gnu.org>
13425
13426 * custom.el (custom-set-variables, custom-theme-set-variables):
13427 Clarify documentation.
13428
13429 * emacs-lisp/find-func.el (find-variable)
13430 (find-variable-other-window, find-variable-other-frame):
13431 Fix the TYPE args to find-function-read and find-function-do-it.
13432 (find-function): Doc fix.
13433 (find-function-at-point): Replace function-at-point alias.
13434
13435 2005-01-04 Richard M. Stallman <rms@gnu.org>
13436
13437 * cus-face.el (custom-declare-face):
13438 Record defface in current-load-list.
13439
13440 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13441
13442 * emacs-lisp/find-func.el: Doc fixes.
13443 (find-face-regexp): New variable.
13444 (find-function-regexp-alist): New variable.
13445 (find-function-C-source): Third arg is now TYPE.
13446 (find-function-search-for-symbol): Handle general TYPE.
13447 (find-function-read, find-function-do-it): Handle general TYPE.
13448 (find-definition-noselect, find-face): New functions.
13449 (function-at-point): Alias deleted.
13450
13451 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13452
13453 * battery.el (display-battery-mode): Rename from display-battery.
13454 Handle the case where it gets turned off.
13455
13456 2005-01-04 Richard M. Stallman <rms@gnu.org>
13457
13458 * cus-edit.el (customize): Make :link point to user doc.
13459
13460 * man.el (Man-fontify-manpage): Turn off undo generation.
13461
13462 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13463
13464 2005-01-04 Andreas Schwab <schwab@suse.de>
13465
13466 * files.el (insert-directory): Only look for error lines in
13467 inserted text. Don't move too far after processing --dired markers.
13468
13469 2005-01-04 Richard M. Stallman <rms@gnu.org>
13470
13471 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13472 Don't expand if the character is @, period, dash, etc.
13473 (define-mail-abbrev): Quote names that contain problem characters.
13474
13475 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13476
13477 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13478
13479 2005-01-03 Richard M. Stallman <rms@gnu.org>
13480
13481 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13482 (query-replace-highlight, query-replace-lazy-highlight)
13483 (query-replace): Definitions moved up. Doc fix.
13484
13485 2005-01-03 Richard M. Stallman <rms@gnu.org>
13486
13487 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13488 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13489 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13490 (lazy-highlight-face): Rename from isearch-lazy-...
13491 Change all references to them.
13492
13493 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13494
13495 * cus-edit.el (custom-file): Doc fix for defcustom.
13496 (custom-file): The function no longer sets the variable
13497 `custom-file' to its return value.
13498
13499 * startup.el (command-line): No longer load `custom-file'.
13500
13501 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13502
13503 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13504
13505 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13506 Don't confuse module-prefixed identifiers for labels.
13507 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13508
13509 2005-01-02 Richard M. Stallman <rms@gnu.org>
13510
13511 * files.el (basic-save-buffer-1): Fix previous change.
13512
13513 * loadhist.el (file-loadhist-lookup): New function.
13514 (file-provides, file-requires): Use it.
13515
13516 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13517 instead of calculating the right size.
13518
13519 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13520
13521 * vc-svn.el (vc-svn-diff): Stay local if possible.
13522
13523 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13524
13525 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13526
13527 * files.el (hack-local-variables): Fix last change.
13528
13529 2005-01-02 Jay Belanger <belanger@truman.edu>
13530
13531 * calc/calc-yank.el (calc-edit-top): New variable.
13532 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13533 object. Change header properties.
13534 (calc-edit-finish, calc-edit-finish-stack-object)
13535 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13536 edited object.
13537 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13538 for the beginning of the edited object.
13539 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13540 for the beginning of the edited object.
13541 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13542 (calc-finish-formula-edit, calc-macro-repeats)
13543 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13544 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13545 beginning of the edited object.
13546 (calc-user-define-edit): Change the header for editing macros.
13547 Remove unnecessary variable.
13548
13549 2005-01-01 Jay Belanger <belanger@truman.edu>
13550
13551 * calc/calc-yank.el (calc-edit-mode): Change default header.
13552 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13553 * calc/calc-store.el (calc-edit-variable): Change title to match new
13554 header.
13555 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13556 mode to match new header.
13557 (calc-user-define-edit): Change titles to include names of commands.
13558 (calc-finish-formula-edit): Adjust to handle new header.
13559 (calc-finish-macro-edit): Remove.
13560 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13561 (calc-edit-macro-command, calc-edit-macro-command-type)
13562 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13563 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13564 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13565 (calc-edit-macro-finish-edit): New functions.
13566 (calc-user-define-edit): Use new functions to edit named calc macros.
13567
13568 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13569
13570 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13571
13572 * ses.el (copy-region-as-kill): Deactivate mark.
13573
13574 2005-01-01 Richard M. Stallman <rms@gnu.org>
13575
13576 * replace.el (occur-1): If the output buffer is also an input,
13577 don't kill it, rename it.
13578
13579 * faces.el (set-face-background, set-face-foreground): Doc fix.
13580
13581 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13582 for :foreground and :background.
13583
13584 * dired.el (dired-view-command-alist): Variable deleted.
13585 (dired-view-file, dired-mouse-find-file-other-window):
13586 Delete the code to use it.
13587
13588 2005-01-01 Kim F. Storm <storm@cua.dk>
13589
13590 * image.el (insert-sliced-image): Use t for line-height property.
13591
13592 See ChangeLog.11 for earlier changes.
13593
13594 ;; Local Variables:
13595 ;; coding: iso-2022-7bit
13596 ;; End:
13597
13598 Copyright (C) 2005 Free Software Foundation, Inc.
13599 Copying and distribution of this file, with or without modification,
13600 are permitted provided the copyright notice and this notice are preserved.
13601
13602 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1